/* =========================================================
   07. Agency Benefits
   ========================================================= */

.agency-benefits-section {
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 97, 255, 0.07),
      transparent 24%
    ),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  color: #071333;
}

.agency-benefits-head {
  max-width: 1120px;
}

.agency-benefits-kicker {
  color: #ff5a00;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.agency-benefits-kicker span {
  width: 54px;
  height: 2px;
  background: currentColor;
  display: block;
}

.agency-benefits-head h2 {
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.agency-benefits-head p {
  max-width: 960px;
  color: #17213b;
  font-size: 18px;
  line-height: 1.55;
}

.benefits-top-banner {
  background:
    radial-gradient(circle at right, rgba(0, 88, 214, 0.35), transparent 30%),
    linear-gradient(135deg, #031537 0%, #061d49 55%, #020b25 100%);
  box-shadow: 0 18px 42px rgba(3, 21, 55, 0.22);
}

.benefits-banner-img img {
  max-width: 340px;
  width: 100%;
  height: 160px;
  object-fit: contain;
}

.benefits-top-banner h3 {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
}

.benefits-top-banner p {
  max-width: 780px;
  font-size: 18px;
  line-height: 1.45;
}

.benefits-banner-points {
  grid-template-columns: repeat(4, 1fr);
}

.benefits-banner-point {
  min-height: 64px;
  padding: 0 22px;
  border-right: 1px solid rgba(75, 143, 255, 0.55);
  color: #ffffff;
}

.benefits-banner-point:last-child {
  border-right: 0;
}

.benefits-banner-point i {
  color: #4da0ff;
  font-size: 34px;
}

.benefits-banner-point span {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.benefit-card {
  min-height: 245px;
  border: 1px solid #e3edf8;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.benefit-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 34px;
}

.benefit-card h3 {
  color: #071333;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.benefit-line {
  width: 42px;
  height: 3px;
  margin: 14px 0 18px;
  border-radius: 50rem;
}

.benefit-card p {
  color: #071333;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.icon-blue {
  color: #0056d6;
  background: #eaf3ff;
}

.icon-orange {
  color: #ff5a00;
  background: #fff0e6;
}

.bg-orange {
  background: #ff5a00;
}

.benefits-bottom-cta {
  border: 1px solid #dbe9fb;
  background: #eef6ff;
}

.benefits-cta-img {
  width: 300px;
  max-width: 100%;
}

.benefits-cta-img img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: contain;
}

.benefits-bottom-cta h3 {
  color: #071333;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
}

.benefits-bottom-cta p {
  color: #071333;
  font-size: 18px;
  line-height: 1.45;
}

.benefits-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);
}

.benefits-cta-btn:hover {
  color: #ffffff;
}

.benefits-proof-row {
  grid-template-columns: repeat(5, 1fr);
}

.benefits-proof-item {
  justify-content: center;
  min-height: 72px;
  padding: 0 24px;
  border-right: 1px solid #c4d8f4;
}

.benefits-proof-item:last-child {
  border-right: 0;
}

.benefits-proof-item i {
  color: #0056d6;
  font-size: 36px;
}

.benefits-proof-item span {
  color: #071333;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

/* =========================================================
   Agency Benefits Responsive
   ========================================================= */

@media (max-width: 1399px) {
  .agency-benefits-head {
    max-width: 960px;
  }

  .agency-benefits-head h2 {
    font-size: 32px;
  }

  .agency-benefits-head p {
    font-size: 15px;
  }

  .agency-benefits-kicker {
    font-size: 16px;
  }

  .benefits-top-banner h3,
  .benefits-bottom-cta h3 {
    font-size: 22px;
  }

  .benefits-top-banner p,
  .benefits-bottom-cta p {
    font-size: 16px;
  }

  .benefit-card h3 {
    font-size: 16px;
  }

  .benefit-card p {
    font-size: 14px;
  }

  .benefit-icon {
    width: 64px;
    height: 64px;
    font-size: 28px;
  }

  .benefits-banner-point span,
  .benefits-proof-item span,
  .benefits-cta-btn {
    font-size: 14px;
  }

  .benefits-banner-point i,
  .benefits-proof-item i {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .benefits-banner-points,
  .benefits-proof-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefits-banner-point,
  .benefits-proof-item {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(75, 143, 255, 0.45);
  }

  .benefits-banner-point:last-child,
  .benefits-proof-item:last-child {
    border-bottom: 0;
  }

  .benefits-cta-img {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .agency-benefits-head h2 {
    font-size: 32px;
  }

  .agency-benefits-head p {
    font-size: 16px;
  }

  .agency-benefits-kicker {
    font-size: 14px;
  }

  .agency-benefits-kicker span {
    width: 34px;
  }

  .benefit-card {
    min-height: auto;
  }

  .benefits-banner-points,
  .benefits-proof-row {
    grid-template-columns: 1fr;
  }

  .benefits-cta-btn {
    width: 100%;
  }
}
