
/* =========================================================
   06. Why Choose Us
   ========================================================= */
.hi-why-choose-section {
  padding: 95px 0;
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 100, 255, 0.12),
      transparent 28%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(0, 100, 255, 0.1),
      transparent 30%
    ),
    linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
  color: #071d4d;
}
.hi-why-choose-section::before {
  content: "";
  position: absolute;
  left: -180px;
  top: -160px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(0, 105, 255, 0.08);
  pointer-events: none;
}
.hi-why-choose-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 170px;
  width: 120px;
  height: 150px;
  background-image: radial-gradient(
    rgba(0, 92, 220, 0.22) 2px,
    transparent 2px
  );
  background-size: 13px 13px;
  opacity: 0.8;
  pointer-events: none;
}
.hi-why-left {
  z-index: 2;
}
.hi-why-kicker {
  gap: 12px;
  color: #ff6200;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hi-why-kicker span {
  width: 42px;
  height: 2px;
  background: #ff6200;
}
.hi-why-title {
  max-width: 650px;
  color: #071d4d;
  font-size: clamp(40px, 4.8vw, 44px);
  font-weight: 950;
  letter-spacing: -0.055em;
}
.hi-why-desc {
  max-width: 660px;
  margin: 0 0 28px;
  color: #34415d;
  font-size: 18px;
  line-height: 1.7;
}
.hi-why-showcase {
  max-width: 640px;
  padding: 22px 24px 26px;
  border: 1px solid rgba(7, 29, 77, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 70px rgba(7, 29, 77, 0.13);
  backdrop-filter: blur(14px);
}
.hi-why-showcase::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 26px;
  width: 80px;
  height: 90px;
  background-image: radial-gradient(rgba(7, 91, 232, 0.2) 2px, transparent 2px);
  background-size: 14px 14px;
  pointer-events: none;
}
.hi-cert-row {
  grid-template-columns: 190px 1fr;
  gap: 28px;
  margin-top: 22px;
}
.hi-cert-badge {
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(7, 29, 77, 0.1);
}
.hi-cert-badge i {
  color: #1492ff;
  font-size: 42px;
}
.hi-cert-badge strong {
  color: #1492ff;
  font-size: 20px;
  line-height: 1;
  font-weight: 950;
}
.hi-cert-badge span {
  color: #4c5872;
  font-size: 12px;
  font-weight: 850;
}
.hi-cert-row p {
  color: #34415d;
  font-size: 17px;
  line-height: 1.55;
}
.hi-cert-row p strong {
  color: #ff6200;
  font-weight: 950;
}
.hi-stats-strip {
  grid-template-columns: repeat(4, 1fr);
  max-width: 640px;
  margin-top: 34px;
  padding: 24px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 60px rgba(7, 29, 77, 0.1);
  backdrop-filter: blur(14px);
}
.hi-stat-item {
  gap: 12px;
  padding: 0 12px;
  border-right: 1px solid #d7e3f4;
}
.hi-stat-item:last-child {
  border-right: 0;
}
.hi-stat-item i {
  color: #0439b8;
  font-size: 34px;
}
.hi-stat-item strong {
  color: #ff6200;
  font-size: 20px;
  font-weight: 950;
}
.hi-stat-item span {
  color: #3f4b66;
  font-size: 11px;
  line-height: 1.2;
}
.hi-reasons-timeline {
  z-index: 2;
  gap: 28px;
  padding-left: 48px;
}
.hi-reasons-timeline::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 42px;
  bottom: 42px;
  width: 2px;
  background: #c7d8ee;
}
.hi-reason-item {
  grid-template-columns: 56px 16px 1fr;
  gap: 14px;
}
.hi-reason-number {
  z-index: 3;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-left: -31px;
  background: #0439b8;
  font-size: 17px;
  font-weight: 950;
  box-shadow: 0 12px 28px rgba(7, 91, 232, 0.26);
}
.hi-reason-card {
  grid-template-columns: 120px 1fr;
  min-height: 125px;
  padding: 24px 34px 24px 26px;
  border-radius: 999px 26px 26px 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 58px rgba(7, 29, 77, 0.1);
  backdrop-filter: blur(14px);
}
.hi-reason-icon {
  place-items: center;
  width: 108px;
  height: 108px;
  color: #0439b8;
  font-size: 46px;
  box-shadow:
    0 16px 38px rgba(7, 29, 77, 0.1),
    inset 0 0 0 1px rgba(7, 91, 232, 0.08);
  margin-left: -45px;
}
.hi-reason-item:nth-child(even) .hi-reason-icon {
  color: #ff6200;
}
.hi-reason-item::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 56px;
  height: 2px;
  background: #c7d8ee;
  transform: translateY(-50%);
  z-index: 1;
}
.hi-reason-item::after {
  content: "";
  position: absolute;
  left: 65px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #071d4d;
  transform: translateY(-50%);
  z-index: 3;
  box-shadow: 0 0 0 5px rgba(255, 98, 0, 0.12);
}
.hi-reason-card h3 {
  color: #071d4d;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -0.035em;
}
.hi-reason-card p {
  max-width: 460px;
  color: #3a4661;
  font-size: 16px;
  line-height: 1.6;
}


/* =========================================================
   Why Choose Us Extra Styles
   ========================================================= */
.hi-title-line {
  width: 58px;
  height: 4px;
  margin: 26px 0 22px;
  border-radius: 99px;
  background: #ff6200;
}
.hi-illustration {
  border-radius: 18px;
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 102, 255, 0.14),
      transparent 30%
    ),
    linear-gradient(135deg, #e9f3ff, #f8fbff);
}
.hi-showcase-buttons {
  gap: 18px;
  margin-top: 22px;
}


/* =========================================================
   Why Choose Us Responsive
   ========================================================= */
@media (max-width: 1399px) {
  .hi-reason-card p,
  .hi-primary-btn,
  .hi-secondary-btn {
    font-size: 14px;
  }

  .hi-reason-card h3,
  .hi-cert-badge strong,
  .hi-stat-item strong {
    font-size: 16px !important;
  }

  .hi-why-title {
    font-size: 32px;
  }

  .hi-why-desc,
  .hi-cert-row p {
    font-size: 15px;
  }

  .hi-reason-card {
    grid-template-columns: 50px 1fr;
  }

  .hi-reason-icon {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 1199px) {
  .hi-reason-card {
    grid-template-columns: 96px 1fr;
  }

  .hi-reason-icon {
    width: 90px;
    height: 90px;
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .hi-reasons-timeline {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .hi-why-choose-section {
    padding: 70px 0;
  }

  .hi-reason-item::before,
  .hi-reason-item::after {
    display: none;
  }

  .hi-why-title {
    font-size: 40px;
  }

  .hi-why-desc {
    font-size: 16px;
  }

  .hi-cert-row {
    grid-template-columns: 1fr;
  }

  .hi-showcase-buttons {
    flex-direction: column;
  }

  .hi-primary-btn,
  .hi-secondary-btn {
    width: 100%;
  }

  .hi-stats-strip {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .hi-stat-item {
    padding: 16px;
    border-right: 0;
    border-bottom: 1px solid #d7e3f4;
  }

  .hi-stat-item:nth-child(3),
  .hi-stat-item:nth-child(4) {
    border-bottom: 0;
  }

  .hi-reasons-timeline {
    padding-left: 0;
  }

  .hi-reasons-timeline::before {
    display: none;
  }

  .hi-reason-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hi-reason-number {
    margin-left: 0;
    display: none;
  }

  .hi-reason-dot {
    display: none;
  }

  .hi-reason-card {
    grid-template-columns: 1fr;
    border-radius: 24px;
    padding: 26px;
    justify-items: center;
  }

  .hi-reason-content {
    text-align: center;
  }

  .hi-reason-icon {
    width: 82px;
    height: 82px;
    font-size: 34px;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .hi-stats-strip {
    grid-template-columns: 1fr;
  }

  .hi-stat-item:nth-child(3) {
    border-bottom: 1px solid #d7e3f4;
  }

  .hi-illustration {
    height: 210px;
  }
}
