/* =========================================================
   11. Audit Form
   ========================================================= */
.hi-audit-section {
  padding: 88px 0;
  background:
    radial-gradient(
      circle at 12% 50%,
      rgba(0, 105, 255, 0.22),
      transparent 28%
    ),
    radial-gradient(
      circle at 85% 40%,
      rgba(0, 105, 255, 0.12),
      transparent 30%
    ),
    linear-gradient(135deg, #061f55 0%, #05163c 48%, #03102d 100%);
}
.hi-audit-section::before {
  content: "";
  position: absolute;
  left: -135px;
  top: 210px;
  width: 360px;
  height: 360px;
  border-radius: 48% 52% 54% 46% / 58% 58% 42% 42%;
  background: rgba(0, 105, 255, 0.18);
  box-shadow: inset 0 0 0 26px rgba(255, 255, 255, 0.025);
  pointer-events: none;
}
.hi-audit-section::after {
  content: "";
  position: absolute;
  right: 38px;
  top: 36px;
  width: 210px;
  height: 210px;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.13) 2px,
    transparent 2px
  );
  background-size: 15px 15px;
  opacity: 0.7;
  pointer-events: none;
}
.hi-audit-left,
.hi-audit-form-card {
  z-index: 2;
}
.hi-audit-left::before {
  content: "";
  position: absolute;
  left: -230px;
  top: 160px;
  width: 300px;
  height: 300px;
  border-radius: 48% 52% 54% 46% / 58% 58% 42% 42%;
  border: 38px solid rgba(0, 118, 255, 0.22);
  opacity: 0.8;
  pointer-events: none;
}
.hi-audit-kicker {
  margin-bottom: 34px;
  color: #ff7a00;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.hi-audit-kicker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 58px;
  height: 5px;
  border-radius: 999px;
  background: #ff7a00;
}
.hi-audit-title {
  max-width: 650px;
  font-size: clamp(44px, 5vw, 44px);
  font-weight: 950;
  letter-spacing: -0.06em;
}
.hi-audit-desc {
  max-width: 760px;
  margin: 26px 0 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.45;
}
.hi-audit-check-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 860px;
}
.hi-audit-feature {
  grid-template-columns: 86px 1fr;
  gap: 18px;
  min-height: 116px;
  padding: 22px 20px;
  border: 1px solid rgba(0, 132, 255, 0.58);
  border-radius: 9px;
  background: rgba(0, 70, 150, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 40px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
}
.hi-audit-feature-icon {
  place-items: center;
  width: 70px;
  height: 70px;
  color: #9fc9ff;
  font-size: 46px;
}
.hi-audit-feature-icon span {
  right: 0;
  bottom: 2px;
  color: #ff7a00;
}
.hi-audit-feature h3 {
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 950;
}
.hi-audit-feature p {
  color: rgba(255, 255, 255, 0.77);
  line-height: 1.38;
}
.hi-audit-note {
  grid-template-columns: 76px 1fr;
  gap: 22px;
  max-width: 860px;
  margin-top: 22px;
  padding: 24px 28px;
  border: 1px solid #ff7a00;
  border-radius: 10px;
  background: rgba(0, 38, 95, 0.2);
}
.hi-audit-note-icon {
  place-items: center;
  width: 62px;
  height: 70px;
  color: #ff7a00;
  font-size: 48px;
}
.hi-audit-note strong {
  color: #ff7a00;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 950;
}
.hi-audit-form-card {
  max-width: 650px;
  margin-left: auto;
  padding: 48px 50px 38px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: #061a45;
  box-shadow: 0 36px 95px rgba(0, 0, 0, 0.28);
}
.hi-audit-form-card h3 {
  color: #061a45;
  font-size: 32px;
  font-weight: 950;
  letter-spacing: -0.045em;
}
.hi-audit-form-card > p {
  max-width: 480px;
  margin: 16px 0 30px;
  color: #5a6680;
  font-size: 18px;
  line-height: 1.35;
}
.hi-form-group i {
  left: 20px;
  top: 50%;
  z-index: 2;
  color: #5e6b86;
  font-size: 21px;
  transform: translateY(-50%);
}
.hi-form-group input,
.hi-form-group select,
.hi-form-group textarea {
  border: 1px solid #ccd5e3;
  color: #061a45;
  font-size: 17px;
  outline: none;
  box-shadow: none;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.hi-form-group input,
.hi-form-group select {
  height: 50px;
  padding: 0 18px 0 58px;
}
.hi-form-group textarea {
  min-height: 104px;
  resize: vertical;
  padding: 17px 18px 17px 58px;
}
.hi-form-group textarea + i,
.hi-textarea-group i {
  top: 24px;
  transform: none;
}
.hi-form-group input::placeholder,
.hi-form-group textarea::placeholder {
  color: #5e6b86;
}
.hi-form-group select {
  appearance: none;
  color: #5e6b86;
}
.hi-form-group input:focus,
.hi-form-group select:focus,
.hi-form-group textarea:focus {
  border-color: #ff7a00;
  box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.12);
}
.hi-audit-submit {
  min-height: 62px;
  background: linear-gradient(135deg, #ff8a00, #ff4d00);
  font-size: 16px;
  font-weight: 950;
  box-shadow: 0 18px 38px rgba(255, 98, 0, 0.28);
}
.hi-audit-form-trust {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid #d5deea;
}
.hi-audit-form-trust div {
  gap: 11px;
  color: #061a45;
  font-size: 13.5px;
  font-weight: 800;
}
.hi-audit-form-trust i {
  place-items: center;
  width: 46px;
  height: 46px;
  background: #eaf3ff;
  color: #075be8;
  font-size: 22px;
}

/* =========================================================
   Audit Form Responsive
   ========================================================= */
@media (max-width: 1399px) {
  .hi-audit-title {
    font-size: 32px !important;
  }

  .hi-audit-desc {
    font-size: 15px !important;
  }

  .hi-audit-submit {
    font-size: 14px !important;
  }

  .hi-audit-feature p {
    font-size: 14px !important;
  }

  .hi-audit-feature h3,
  .hi-audit-note strong {
    font-size: 16px !important;
  }

  .hi-audit-form-card > p {
    font-size: 15px !important;
  }

  .hi-audit-form-card h3 {
    font-size: 26px !important;
  }

  .hi-form-group input,
  .hi-form-group select,
  .hi-form-group textarea {
    font-size: 15px !important;
  }

  .hi-audit-form-trust div {
    font-size: 12px !important;
  }

  .hi-audit-feature-icon,
  .hi-audit-note-icon {
    font-size: 34px !important;
  }

  .hi-form-group i {
    font-size: 18px !important;
  }
}

@media (max-width: 1199px) {
  .hi-audit-feature {
    grid-template-columns: 70px 1fr;
  }

  .hi-audit-form-card {
    padding: 40px 34px 34px;
  }
}

@media (max-width: 991px) {
  .hi-audit-form-card {
    max-width: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .hi-audit-section {
    padding: 70px 0;
  }

  .hi-audit-title {
    font-size: 46px;
  }

  .hi-audit-desc {
    font-size: 18px;
  }

  .hi-audit-check-grid {
    grid-template-columns: 1fr;
  }

  .hi-audit-note {
    grid-template-columns: 1fr;
  }

  .hi-audit-note strong {
    font-size: 20px;
  }

  .hi-audit-form-card h3 {
    font-size: 32px;
  }

  .hi-audit-form-card > p {
    font-size: 17px;
  }

  .hi-audit-form-card {
    padding: 34px 22px 28px;
  }

  .hi-audit-form-trust {
    grid-template-columns: 1fr;
  }

  .hi-audit-submit {
    font-size: 18px;
  }
}
