/* =========================================================
   04. Challenges
   ========================================================= */
.challenge-subtitle p {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 15px;
  letter-spacing: 0.4px;
}
.challenges .challenge-title h1 {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 44px;
  line-height: 1.18;
  letter-spacing: -0.8px;
}
.challenges .card-title {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.3px;
}
.challenges .card-text,
.card-foot,
.challenge-desc p {
  font-family: "Inter", Arial, Helvetica, sans-serif;
}
.challenges {
  background: #f5f8fc;
  padding-top: 100px;
  padding-bottom: 58px;
}
.challenge-subtitle {
  margin-bottom: 18px;
}
.challenge-subtitle p {
  color: #ff6a00;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.challenge-subtitle::after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background-color: #ff6a00;
  margin: 9px auto 0;
}
.challenges .challenge-title h1 {
  color: #061a44;
  font-size: 44px;
  line-height: 1.18;
  letter-spacing: -0.8px;
}
.challenge-desc p {
  color: #263653;
  font-size: 18px;
  line-height: 1.6;
  max-width: 850px;
}
.challenges-card .card {
  border: 1px solid #e8edf4;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(10, 30, 70, 0.08);
}
.challenges-card .card-body {
  padding: 28px 26px;
}
.card-head {
  padding-bottom: 22px !important;
  border-bottom-color: #dce3ec !important;
}
.c-card-logo {
  width: 92px;
  height: 92px;
  min-width: 92px;
  background: #eef5fd;
}
.c-card-logo i {
  color: #205bd8;
  font-size: 38px;
  line-height: 1;
}
.challenges .card-title {
  color: #061a44;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: -0.3px;
}
.challenges .card-text {
  color: #253653;
  font-size: 16px;
  line-height: 1.55;
}
.card-foot {
  color: #253653;
  font-size: 16px;
  line-height: 1.55;
  padding-top: 18px !important;
}
.card-foot span {
  color: #205bd8;
  font-weight: 800;
}
.drupal-cta-box {
  background: linear-gradient(135deg, #061942 0%, #08265c 100%);
  border-radius: 10px;
  padding: 28px 42px;
  box-shadow: 0 12px 28px rgba(0, 22, 65, 0.18);
}
.drupal-cta-box::before,
.drupal-cta-box::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 100px;
  background-image: radial-gradient(
    rgba(40, 150, 255, 0.35) 1.5px,
    transparent 1.5px
  );
  background-size: 14px 14px;
  opacity: 0.7;
}
.drupal-cta-box::before {
  left: 30px;
  bottom: 18px;
}
.drupal-cta-box::after {
  right: 55px;
  top: 18px;
}
.cta-icon {
  width: 88px;
  height: 88px;
  min-width: 88px;
  color: #ff6a00;
  font-size: 34px;
  z-index: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.cta-content {
  z-index: 1;
}
.cta-content h3 {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 800;
}
.cta-content p {
  font-size: 19px;
  line-height: 1.4;
  opacity: 0.92;
}
.cta-btn {
  background: #ff6a00;
  padding: 17px 34px;
  min-width: 300px;
  border-radius: 7px;
  font-size: 17px;
  z-index: 1;
  box-shadow: 0 8px 18px rgba(255, 106, 0, 0.25);
}
.cta-btn:hover {
  background: #ff7a13;
  color: #ffffff;
}
.hi-cta-visual {
  z-index: 2;
  width: 240px;
  height: 140px;
}
.hi-cta-monitor {
  left: 72px;
  top: 10px;
  width: 150px;
  height: 96px;
  border: 8px solid #5ca7ff;
}
.hi-cta-monitor-screen {
  place-items: center;
  color: #1492ff;
  font-size: 62px;
}
.hi-cta-monitor::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: -24px;
  height: 15px;
  border-radius: 50%;
  background: #5ca7ff;
  opacity: 0.55;
}
.hi-cta-checklist {
  left: 0;
  bottom: 18px;
  width: 72px;
  height: 86px;
  border-radius: 5px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}
.hi-cta-checklist span {
  width: 36px;
  height: 4px;
  margin: 15px 0 0 22px;
  border-radius: 99px;
  background: #ff6200;
}
.hi-cta-checklist span::before {
  content: "✓";
  position: absolute;
  left: -14px;
  top: -8px;
  color: #ff6200;
  font-size: 12px;
  font-weight: 900;
}
.hi-cta-gear {
  right: -2px;
  bottom: 26px;
  place-items: center;
  width: 62px;
  height: 62px;
  color: #075be8;
  font-size: 52px;
}
.hi-cta-content h3 {
  max-width: 540px;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -0.035em;
}
.hi-cta-content p {
  max-width: 660px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
  line-height: 1.5;
}
.hi-cta-action {
  justify-items: center;
  gap: 14px;
}
.hi-cta-action a {
  gap: 14px;
  min-height: 66px;
  padding: 0 50px;
  background: linear-gradient(135deg, #ff8a00, #ff4d00);
  font-size: 18px;
  box-shadow: 0 18px 38px rgba(255, 98, 0, 0.28);
}
.hi-cta-action a:hover {
  color: #ffffff;
}
.hi-trust-cta-icon {
  place-items: center;
  width: 108px;
  height: 108px;
  background: #e7f2ff;
  color: #075be8;
  font-size: 58px;
}
.hi-trust-cta-icon i {
  transform: rotate(-30deg);
}
.hi-trust-cta-title h3 {
  color: #061a45;
  font-size: 26px;
  line-height: 1.16;
  font-weight: 950;
  letter-spacing: -0.035em;
}
.hi-trust-cta-text {
  padding-left: 32px;
  border-left: 1px solid rgba(255, 98, 0, 0.55);
}
.hi-trust-cta-text p {
  color: #061a45;
  font-size: 19px;
  line-height: 1.45;
}
.hi-trust-cta-btn {
  gap: 14px;
  min-height: 62px;
  padding: 0 34px;
  background: linear-gradient(135deg, #ff8a00, #ff4d00);
  font-size: 18px;
  font-weight: 950;
  box-shadow: 0 18px 38px rgba(255, 98, 0, 0.28);
}
.hi-trust-cta-btn:hover {
  color: #ffffff;
}
.hi-trust-cta-points {
  grid-column: 2 / -1;
  grid-template-columns: repeat(4, auto);
  gap: 34px;
  margin-top: -6px;
}
.hi-trust-cta-points span {
  gap: 11px;
  color: #061a45;
  font-size: 17px;
  font-weight: 650;
}
.hi-trust-cta-points i {
  color: #075be8;
  font-size: 21px;
}
.hi-project-cta-section {
  padding: 70px 0;
  background: #f7fbff;
}
.hi-project-cta-box {
  min-height: 760px;
  padding: 56px 56px 48px;
  border-radius: 26px;
  background:
    radial-gradient(
      circle at 12% 48%,
      rgba(0, 120, 255, 0.24),
      transparent 26%
    ),
    radial-gradient(circle at 88% 42%, rgba(0, 100, 255, 0.2), transparent 28%),
    linear-gradient(135deg, #061f55 0%, #05163c 48%, #03102d 100%);
  box-shadow: 0 34px 90px rgba(7, 29, 77, 0.28);
}
.hi-project-cta-box::before {
  content: "";
  position: absolute;
  left: 38px;
  top: 180px;
  width: 310px;
  height: 260px;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.08) 2px,
    transparent 2px
  );
  background-size: 12px 12px;
  opacity: 0.75;
  pointer-events: none;
}
.hi-project-cta-box::after {
  content: "";
  position: absolute;
  right: 44px;
  top: 38px;
  width: 110px;
  height: 110px;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.1) 2px,
    transparent 2px
  );
  background-size: 16px 16px;
  opacity: 0.7;
  pointer-events: none;
}

/* =========================================================
   Challenges Responsive
   ========================================================= */
@media (max-width: 1399.98px) {
  .challenges {
    padding-top: 74px;
  }

  .challenge-subtitle p {
    font-size: 13px;
  }

  .challenges .challenge-title h1 {
    font-size: 32px;
  }

  .challenge-desc p {
    font-size: 15px;
  }

  .challenges .card-title {
    font-size: 16px;
  }

  .challenges .card-text,
  .card-foot {
    font-size: 14px;
  }

  .c-card-logo {
    width: 82px;
    height: 82px;
    min-width: 82px;
  }

  .c-card-logo i {
    font-size: 25px;
  }

  .cta-content h3 {
    font-size: 22px;
  }

  .cta-content p {
    font-size: 16px;
  }

  .cta-btn {
    font-size: 14px;
    padding: 14px 24px;
    min-width: max-content;
  }

  .cta-icon {
    width: 75px;
    height: 75px;
    min-width: 75px;
  }
}

@media (max-width: 1199px) {
  .challenges .challenge-title h1 {
    font-size: 38px;
  }

  .challenges .card-title {
    font-size: 20px;
  }

  .c-card-logo {
    width: 78px;
    height: 78px;
    min-width: 78px;
  }

  .c-card-logo i {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .drupal-cta-box {
    padding: 30px;
  }

  .cta-btn {
    min-width: auto;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .challenges .challenge-title h1 {
    font-size: 32px;
  }

  .challenge-desc p {
    font-size: 16px;
  }

  .card-head {
    gap: 18px !important;
  }

  .challenges-card .card-body {
    padding: 24px 22px;
  }

  .c-card-logo {
    width: 72px;
    height: 72px;
    min-width: 72px;
  }

  .c-card-logo i {
    font-size: 30px;
  }

  .cta-content h3 {
    font-size: 23px;
  }

  .cta-content p {
    font-size: 16px;
  }

  .drupal-cta-box {
    padding: 28px 22px;
  }

  .drupal-cta-box .cta-left {
    flex-direction: column;
    text-align: center;
  }

  .cta-btn {
    width: 100%;
    padding: 15px 22px;
  }
}

@media (max-width: 575px) {
  .card-head {
    flex-direction: column;
  }

  .drupal-cta-box .cta-left {
    flex-direction: column;
    text-align: center;
  }

  .cta-icon {
    width: 76px;
    height: 76px;
    min-width: 76px;
    font-size: 30px;
  }
}
