.emergency-support-section {
  background:
    radial-gradient(circle at top left, rgba(220, 0, 0, 0.05), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  color: #071333;
}

.emergency-support-head {
  max-width: 1220px;
}

.emergency-support-kicker {
  color: #d60012;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.emergency-support-kicker span {
  width: 54px;
  height: 2px;
  background: currentColor;
  display: block;
}

.emergency-support-head h2 {
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.emergency-support-head p {
  max-width: 1050px;
  font-size: 18px;
  line-height: 1.45;
}

.emergency-ticket-card,
.emergency-help-card,
.emergency-cta {
  border: 1px solid #dbe8fb;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.emergency-ticket-head {
  padding: 18px 24px;
  background: linear-gradient(135deg, #d60012, #f00028);
  color: #ffffff;
}

.emergency-ticket-head i {
  font-size: 28px;
}

.emergency-ticket-head h3 {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.ticket-drupal-icon {
  width: 86px;
  min-width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #d60012, #f00028);
  color: #ffffff;
  font-size: 44px;
}

.emergency-ticket-card h4 {
  color: #071333;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.emergency-ticket-card h4 + p {
  color: #56617a;
  font-size: 16px;
  font-weight: 700;
}

.emergency-ticket-card h4 + p span {
  color: #3d5d9a;
}

.ticket-status-box {
  border: 1px solid #dbe8fb;
}

.ticket-status-row {
  padding: 12px 16px;
  border-bottom: 1px solid #dbe8fb;
}

.ticket-status-row:last-child {
  border-bottom: 0;
}

.ticket-status-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 20px;
}

.ticket-status-row span {
  color: #071333;
  font-size: 16px;
  font-weight: 700;
}

.ticket-pill {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.pill-red {
  background: #fff0f0;
  color: #d60012;
}

.pill-orange {
  background: #fff2e8;
  color: #e85d04;
}

.pill-blue {
  background: #eef5ff;
  color: #0d6efd;
}

.ticket-desc {
  padding-top: 16px;
  border-top: 1px solid #dbe8fb;
  color: #071333;
  font-size: 16px;
  line-height: 1.45;
}

.ticket-features {
  border: 1px solid #dbe8fb;
  overflow: hidden;
}

.ticket-feature {
  min-height: 92px;
  padding: 16px 10px;
  border-right: 1px solid #dbe8fb;
}

.ticket-feature i {
  font-size: 28px;
  margin-bottom: 8px;
}

.ticket-feature p {
  margin: 0;
  color: #071333;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.emergency-help-card {
  position: relative;
  min-height: 265px;
  border-bottom: 4px solid currentColor;
}

.emergency-no {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 900;
}

.emergency-help-icon {
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin-bottom: 24px;
  font-size: 44px;
}

.emergency-help-card h3 {
  color: #071333;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
}

.emergency-help-card p {
  margin: 18px 0 0;
  color: #071333;
  font-size: 16px;
  line-height: 1.45;
}

.risk-red {
  color: #d60012;
}

.risk-orange {
  color: #e85d04;
}

.risk-blue {
  color: #0d6efd;
}

.risk-teal {
  color: #159b90;
}

.risk-purple {
  color: #6f42c1;
}

.risk-green {
  color: #5fa52e;
}

.bg-red {
  background: linear-gradient(135deg, #d60012, #f00028);
}

.bg-orange {
  background: linear-gradient(135deg, #ff7a00, #e85d04);
}

.bg-blue {
  background: linear-gradient(135deg, #0d6efd, #0053d6);
}

.bg-teal {
  background: linear-gradient(135deg, #1aa69a, #087f78);
}

.bg-purple {
  background: linear-gradient(135deg, #7c4dff, #5b2fc7);
}

.bg-green {
  background: linear-gradient(135deg, #6abc36, #3a8b1f);
}

.bg-red-soft {
  background: #fff0f0;
  color: #d60012;
}

.bg-orange-soft {
  background: #fff2e8;
  color: #e85d04;
}

.bg-blue-soft {
  background: #eef5ff;
  color: #0d6efd;
}

.bg-teal-soft {
  background: #e9fbf8;
  color: #159b90;
}

.bg-purple-soft {
  background: #f2edff;
  color: #6f42c1;
}

.bg-green-soft {
  background: #eef9ef;
  color: #5fa52e;
}

.text-red {
  color: #d60012;
}

.text-orange {
  color: #e85d04;
}

.text-blue {
  color: #0d6efd;
}

.text-green {
  color: #4caf28;
}

.emergency-cta {
  border-color: #ffb7b7;
  background: #fff7f7;
}

.emergency-cta-img {
  width: 300px;
  max-width: 100%;
}

.emergency-cta-img img {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: contain;
}

.emergency-cta h3 {
  color: #d60012;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
}

.emergency-cta p {
  color: #071333;
  font-size: 18px;
  line-height: 1.45;
}

.emergency-cta-btn {
  min-height: 64px;
  padding: 0 34px;
  background: linear-gradient(135deg, #d60012, #f00028);
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(214, 0, 18, 0.22);
}

.emergency-cta-btn:hover {
  color: #ffffff;
}

.emergency-cta-points span {
  color: #071333;
  font-size: 15px;
  font-weight: 700;
}

.emergency-cta-points i {
  color: #d60012;
  margin-right: 6px;
}

/* =========================================================
   Emergency Drupal Support Responsive
   ========================================================= */

@media (max-width: 1399px) {
  .emergency-support-head h2 {
    font-size: 32px;
  }

  .emergency-support-head p {
    font-size: 15px;
  }

  .emergency-support-kicker {
    font-size: 14px;
  }

  .emergency-ticket-head h3,
  .emergency-help-card h3 {
    font-size: 16px;
  }

  .emergency-ticket-card h4 {
    font-size: 20px;
  }

  .ticket-desc,
  .emergency-help-card p,
  .emergency-cta p,
  .emergency-cta-btn {
    font-size: 14px;
  }

  .emergency-help-icon {
    width: 78px;
    height: 78px;
    font-size: 36px;
  }

  .emergency-no {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

  .emergency-cta h3 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .emergency-cta-img {
    margin: 0 auto;
  }

  .emergency-cta-points {
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  .emergency-support-head h2 {
    font-size: 22px;
  }
      .emergency-support-kicker {
        font-size: 12px;
    }

  .emergency-support-head p {
    font-size: 16px;
  }

  .emergency-support-kicker span {
    width: 34px;
  }

  .ticket-status-row {
    align-items: flex-start !important;
    gap: 12px;
    flex-direction: column;
  }

  .emergency-cta-btn {
    width: 100%;
    padding: 0 20px;
  }
}
