/* =========================================================
   04. Agency Challenges
   ========================================================= */

.agency-challenges {
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 97, 255, 0.07),
      transparent 24%
    ),
    linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  color: #07142f;
}
.agency-cta-img {
  width: 300px;
  max-width: 100%;
}

.agency-cta-img img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  display: block;
}

.agency-head {
  max-width: 1120px;
}
.agency-challenges {
  padding-top: 6% !important;
}

.agency-kicker {
  color: #ff5a00;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.agency-kicker span {
  width: 54px;
  height: 2px;
  background: currentColor;
  display: block;
}

.agency-head h2 {
  color: #061a45;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.agency-head p {
  max-width: 1000px;
  color: #17213b;
  font-size: 18px;
  line-height: 1.55;
}

.agency-card {
  min-height: 360px;
  border: 1px solid #e3edf8;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.agency-no {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ff5a00;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  z-index: 2;
}

.agency-icon {
  width: 96px;
  height: 96px;
  min-width: 96px;
  margin-left: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 42px;
  box-shadow: 0 12px 28px rgba(17, 40, 80, 0.08);
}

.agency-card h3 {
  margin: 8px 0 14px;
  color: #071333;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.agency-card p,
.agency-help p {
  margin: 0;
  color: #071333;
  font-size: 16px;
  line-height: 1.55;
}

.agency-help {
  min-height: 110px;
  margin-top: auto;
}

.agency-help i {
  min-width: 70px;
  text-align: center;
  font-size: 42px;
}

.agency-help strong {
  display: block;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

.icon-orange {
  color: #ff5a00;
  background: #fff0e6;
}

.icon-blue {
  color: #1b72e8;
  background: #eaf3ff;
}

.icon-purple {
  color: #5d45d8;
  background: #f0edff;
}

.icon-pink {
  color: #e83e75;
  background: #fff0f6;
}

.icon-green {
  color: #3f8f1f;
  background: #edf8e9;
}

.help-green {
  background: #f0f8ea;
}

.help-blue {
  background: #eef5ff;
}

.help-sky {
  background: #effaff;
}

.help-green strong,
.help-green i {
  color: #2e7d18;
}

.help-blue strong,
.help-blue i {
  color: #0d5bc6;
}

.help-sky strong,
.help-sky i {
  color: #078a8a;
}

.agency-bottom-cta {
  border: 1px solid #dbe9fb;
  background: #eef6ff;
}

.agency-bottom-cta h3 {
  color: #071333;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
}

.agency-bottom-cta p {
  color: #071333;
  font-size: 18px;
  line-height: 1.45;
}

.agency-cta-visual {
  position: relative;
  min-width: 220px;
  height: 100px;
  color: #1266e3;
  font-size: 78px;
}

.agency-cta-visual span {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #ff5a00;
  color: #ffffff;
  font-size: 34px;
}

.agency-cta-btn {
  min-height: 64px;
  padding: 0 34px;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
}

.agency-cta-btn:hover {
  color: #ffffff;
}

/* =========================================================
   Agency Challenges Responsive
   ========================================================= */

@media (max-width: 1399px) {
  .agency-head {
    max-width: 960px;
  }

  .agency-head h2 {
    font-size: 32px;
  }

  .agency-head p {
    font-size: 15px;
  }

  .agency-kicker {
    font-size: 16px;
  }

  .agency-card {
    min-height: 345px;
  }

  .agency-card h3 {
    font-size: 16px;
  }

  .agency-card p,
  .agency-help p {
    font-size: 14px;
  }

  .agency-help strong {
    font-size: 15px;
  }

  .agency-icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    font-size: 34px;
  }

  .agency-help i {
    min-width: 55px;
    font-size: 34px;
  }

  .agency-bottom-cta h3 {
    font-size: 22px;
  }

  .agency-bottom-cta p {
    font-size: 16px;
  }

  .agency-cta-btn {
    font-size: 14px;
    min-width: auto;
  }
}

@media (max-width: 767px) {
  .agency-cta-img {
    margin: 0 auto;
  }
  .agency-head h2 {
    font-size: 32px;
  }

  .agency-head p {
    font-size: 16px;
  }

  .agency-kicker {
    font-size: 14px;
  }

  .agency-kicker span {
    width: 34px;
  }

  .agency-card {
    min-height: auto;
    padding: 22px !important;
  }

  .agency-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-left: 24px;
    font-size: 30px;
  }

  .agency-help i {
    min-width: 48px;
    font-size: 30px;
  }

  .agency-cta-btn {
    width: 100%;
  }

  .agency-cta-visual {
    min-width: 180px;
    font-size: 64px;
  }

  .agency-cta-visual span {
    width: 56px;
    height: 56px;
    font-size: 28px;
  }
  .agency-card .row {
    flex-direction: column;
    display: flex;
  }
}
