.hi-audit-cta-section {
  padding: 60px 0;
  background: #f4f8ff;
}

.hi-audit-cta-box {
  padding: 62px 70px 52px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 90% 10%, rgba(0, 86, 214, 0.35), transparent 28%),
    radial-gradient(circle at 0% 100%, rgba(0, 86, 214, 0.25), transparent 25%),
    linear-gradient(135deg, #031537 0%, #061b43 48%, #020c27 100%);
  box-shadow: 0 18px 45px rgba(3, 21, 55, 0.35);
}

.hi-audit-content {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 40px;
  align-items: center;
}

.hi-audit-kicker {
  color: #ff5a00;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 28px;
}

.hi-audit-kicker i {
  font-size: 44px;
}

.hi-audit-kicker span {
  position: relative;
  padding-bottom: 14px;
}

.hi-audit-kicker span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 3px;
  background: #ff5a00;
}

.hi-audit-left h2 {
  font-size: 44px;
  line-height: 1.12;
  font-weight: 800;
  margin-bottom: 26px !important;
}

.hi-audit-subtext {
  max-width: 860px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.hi-audit-browser {
  height: 250px;
  border: 1px solid rgba(43, 126, 255, 0.45);
  border-radius: 14px;
  background: rgba(9, 39, 92, 0.55);
  box-shadow: inset 0 0 35px rgba(39, 115, 255, 0.18);
}

.hi-browser-dots {
  height: 38px;
  border-bottom: 1px solid rgba(43, 126, 255, 0.35);
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 18px;
}

.hi-browser-dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #3d86ff;
}

.hi-drupal-circle {
  position: absolute;
  top: 68px;
  left: 28px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0d5be8;
  font-size: 42px;
}

.hi-visual-line {
  position: absolute;
  left: 130px;
  height: 10px;
  border-radius: 20px;
  background: #2d72e8;
}

.hi-visual-line.line-1 {
  top: 70px;
  width: 150px;
}

.hi-visual-line.line-2 {
  top: 100px;
  width: 105px;
}

.hi-visual-line.line-3 {
  top: 135px;
  left: 35px;
  width: 160px;
}

.hi-speed-meter {
  position: absolute;
  right: 78px;
  top: 105px;
  font-size: 95px;
  color: #ff7a18;
}

.hi-shield-check {
  position: absolute;
  right: -62px;
  bottom: -28px;
  width: 145px;
  height: 170px;
  display: grid;
  place-items: center;
  font-size: 70px;
  color: #fff;
  background: linear-gradient(180deg, #2377ff, #0047c7);
  clip-path: polygon(50% 0%, 95% 18%, 86% 74%, 50% 100%, 14% 74%, 5% 18%);
}

.hi-audit-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 45px;
}

.hi-audit-info-card {
  padding: 34px 24px 28px;
  text-align: center;
  border: 1px solid rgba(53, 117, 220, 0.25);
  border-radius: 18px;
  background: rgba(4, 25, 62, 0.55);
  box-shadow: inset 0 0 30px rgba(31, 94, 190, 0.08);
}

.hi-audit-info-icon {
  width: 86px;
  height: 86px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 38px;
}

.hi-audit-info-icon.blue {
  color: #2d75ff;
  border: 3px solid #2d75ff;
}

.hi-audit-info-icon.orange {
  color: #ff681c;
  border: 3px solid #ff681c;
}

.hi-audit-info-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin: 0;
}

.hi-audit-info-card > span {
  display: block;
  width: 52px;
  height: 3px;
  margin: 18px auto;
  background: #1874ff;
}

.hi-audit-info-card p {
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.hi-audit-actions {
  gap: 34px;
  margin-top: 42px;
}

.hi-audit-primary-btn,
.hi-audit-outline-btn {
  min-width: 350px;
  min-height: 72px;
  gap: 20px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 800;
}

.hi-audit-primary-btn {
  background: linear-gradient(90deg, #ff5a00, #ff7417);
}

.hi-audit-outline-btn {
  border: 1px solid #1f73ff;
  background: transparent;
}

.hi-audit-note {
  gap: 22px;
  margin-top: 28px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.82);
  border: none;
  background-color: transparent;
}

.hi-audit-note span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hi-audit-note span:not(:last-child)::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 16px;
  border-radius: 50%;
  background: #176dff;
}

.hi-audit-note i {
  color: #176dff;
}

/* =========================================================
   Audit CTA Responsive
   ========================================================= */
@media (max-width: 1399.98px) {
  .hi-audit-left h2 {
    font-size: 32px;
  }

  .hi-audit-kicker span::after {
    width: 45px;
  }

  .hi-audit-info-card h3 {
    font-size: 16px;
  }

  .hi-audit-info-card p,
  .hi-audit-actions a {
    font-size: 14px;
  }

  .hi-audit-actions a {
    min-width: 300px;
  }
}

@media (max-width: 991px) {
  .hi-audit-cta-box {
    padding: 42px 24px;
  }

  .hi-audit-content {
    grid-template-columns: 1fr;
  }

  .hi-audit-left h2 {
    font-size: 38px;
  }

  .hi-audit-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hi-audit-primary-btn,
  .hi-audit-outline-btn {
    min-width: 100%;
  }
}

@media (max-width: 575px) {
  .hi-audit-card-grid {
    grid-template-columns: 1fr;
  }

  .hi-audit-left h2 {
    font-size: 32px;
  }

  .hi-audit-subtext {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .hi-audit-left h2 {
    font-size: 26px !important;
  }

  .hi-audit-note {
    font-size: 15px;
  }
}
