.af-pros-page {
  overflow: clip;
}

.af-pros-hero {
  position: relative;
  color: white;
  padding: 62px 0 36px;
}

.af-pros-hero__media,
.af-pros-hero__overlay {
  position: absolute;
  inset: 0;
}

.af-pros-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.af-pros-hero__overlay {
  background:
    linear-gradient(90deg, rgba(5, 45, 53, 0.88) 0%, rgba(5, 45, 53, 0.62) 44%, rgba(5, 45, 53, 0.26) 100%),
    linear-gradient(180deg, rgba(0, 77, 42, 0.18), rgba(5, 45, 53, 0.22));
}

.af-pros-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 32px;
  align-items: start;
  min-height: 500px;
}

.af-pros-hero__copy {
  padding: 24px 0 14px;
}

.af-pros-hero__copy h1,
.af-pros-contact-card h2,
.af-pros-final-cta h2,
.af-pros-benefit h2 {
  margin: 0;
}

.af-pros-hero__copy h1 {
  max-width: 11ch;
  font-size: clamp(2.9rem, 4.7vw, 4.35rem);
  line-height: 0.97;
  letter-spacing: -0.04em;
}

.af-pros-hero__copy > p {
  max-width: 54ch;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.7;
}

.af-pros-proof-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.af-pros-proof {
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.af-pros-proof:last-child {
  border-right: 0;
}

.af-pros-proof__icon,
.af-pros-contact-card__badge,
.af-pros-service-card__icon,
.af-pros-benefit__icon,
.af-pros-sector-card__icon,
.af-pros-final-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.af-pros-proof__icon,
.af-pros-contact-card__badge,
.af-pros-service-card__icon,
.af-pros-benefit__icon,
.af-pros-sector-card__icon,
.af-pros-final-cta__icon,
.af-pros-contact-card__details svg,
.af-pros-service-card li svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.af-pros-proof__icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  margin-bottom: 14px;
  color: #8ef0bf;
  border: 1px solid rgba(142, 240, 191, 0.24);
  background: rgba(255, 255, 255, 0.06);
}

.af-pros-proof h2 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.af-pros-proof p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.af-pros-contact-card {
  margin-top: 28px;
  padding: 30px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  color: var(--af-text);
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(18px);
  box-shadow: 0 26px 70px rgba(5, 45, 53, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.af-pros-contact-card:hover {
  transform: translateY(-5px);
  border-color: var(--af-border-strong);
  box-shadow: 0 30px 64px rgba(5, 45, 53, 0.16);
}

.af-pros-contact-card__badge {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  margin-bottom: 16px;
  color: white;
  background: linear-gradient(135deg, var(--af-green), var(--af-green-dark));
}

.af-pros-contact-card h2 {
  font-size: 2rem;
}

.af-pros-contact-card p {
  margin: 14px 0 0;
  color: var(--af-muted);
  line-height: 1.7;
}

.af-pros-contact-card__details {
  display: grid;
  gap: 12px;
  margin: 22px 0 24px;
}

.af-pros-contact-card__details a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--af-text);
  font-weight: 600;
}

.af-section--pros-services,
.af-section--pros-benefits,
.af-section--pros-sectors,
.af-section--pros-reviews,
.af-section--pros-cta {
  padding-top: 22px;
}

.af-pros-services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.af-pros-service-card {
  overflow: hidden;
  border: 1px solid var(--af-border);
  border-radius: 24px;
  background: white;
  box-shadow: var(--af-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.af-pros-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 64px rgba(5, 45, 53, 0.18);
}

.af-pros-service-card__media {
  position: relative;
  height: 182px;
}

.af-pros-service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.af-pros-service-card__icon {
  position: absolute;
  left: 16px;
  bottom: -18px;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, var(--af-green), var(--af-green-dark));
  box-shadow: 0 14px 30px rgba(0, 122, 61, 0.18);
}

.af-pros-service-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 18px 22px;
  min-height: 255px;
}

.af-pros-service-card__body h3,
.af-pros-sector-card h3,
.af-pros-review-card p {
  margin: 0;
}

.af-pros-service-card__body h3 {
  font-size: 1.38rem;
  margin-bottom: 14px;
}

.af-pros-service-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.af-pros-service-card li {
  display: flex;
  align-items: start;
  gap: 8px;
  color: var(--af-text);
}

.af-pros-service-card li svg {
  color: var(--af-green);
  flex: 0 0 auto;
  margin-top: 2px;
}

.af-pros-service-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--af-green);
  font-weight: 700;
}

.af-pros-benefits-panel {
  padding: 28px 32px;
  border: 1px solid var(--af-border);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f7faf8);
  box-shadow: var(--af-shadow);
}

.af-pros-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.af-pros-benefit {
  padding: 10px 18px;
}

.af-pros-benefit + .af-pros-benefit {
  border-left: 1px solid var(--af-border);
}

.af-pros-benefit__icon,
.af-pros-final-cta__icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  margin-bottom: 16px;
  color: white;
  background: linear-gradient(135deg, var(--af-green), var(--af-green-dark));
}

.af-pros-benefit h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.af-pros-benefit p,
.af-pros-review-card blockquote,
.af-pros-final-cta p {
  margin: 0;
  color: var(--af-muted);
  line-height: 1.7;
}

.af-pros-sectors-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.af-pros-sector-card {
  text-align: center;
}

.af-pros-sector-card__media {
  position: relative;
  height: 132px;
  margin-bottom: 18px;
  border-radius: 18px;
  overflow: hidden;
}

.af-pros-sector-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.af-pros-sector-card__icon {
  position: absolute;
  left: 14px;
  bottom: -18px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, var(--af-green), var(--af-green-dark));
}

.af-pros-sector-card h3 {
  font-size: 1.12rem;
  line-height: 1.35;
}

.af-section--pros-reviews {
  color: white;
}

.af-section--pros-reviews .af-shell {
  padding: 34px 34px 26px;
  border-radius: 30px;
  background: linear-gradient(135deg, #041e28 0%, #082b39 55%, #073522 100%);
  box-shadow: var(--af-shadow);
}

.af-section--pros-reviews .af-section-heading {
  margin-bottom: 24px;
}

.af-section--pros-reviews .af-section-heading h2,
.af-section--pros-reviews .af-kicker {
  color: white;
}

.af-pros-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.af-pros-review-card {
  padding: 22px;
  border-radius: 18px;
  background: white;
  color: var(--af-text);
}

.af-pros-review-card__quote {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin-bottom: 16px;
  color: white;
  background: linear-gradient(135deg, var(--af-green), var(--af-green-dark));
  font-size: 1.6rem;
  line-height: 1;
}

.af-pros-review-card blockquote {
  margin: 0 0 18px;
}

.af-pros-review-card strong,
.af-pros-review-card span {
  display: block;
}

.af-pros-review-card span {
  color: var(--af-muted);
  margin-top: 6px;
}

.af-pros-review-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.af-pros-review-dots span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
}

.af-pros-review-dots .is-active {
  background: #7fe7ae;
}

.af-pros-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 30px 34px;
  border-radius: 28px;
  color: white;
  background: linear-gradient(135deg, var(--af-green), var(--af-green-dark));
  box-shadow: var(--af-shadow);
}

.af-pros-final-cta__copy {
  display: flex;
  align-items: center;
  gap: 18px;
}

.af-pros-final-cta h2 {
  font-size: 2rem;
}

.af-pros-final-cta p {
  color: rgba(255, 255, 255, 0.86);
  margin-top: 6px;
}

@media (max-width: 1180px) {
  .af-pros-hero__layout,
  .af-pros-services-grid,
  .af-pros-benefits-grid,
  .af-pros-sectors-grid,
  .af-pros-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .af-pros-hero__layout {
    grid-template-columns: 1fr;
  }

  .af-pros-proof-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 780px) {
  .af-pros-hero {
    padding: 48px 0 28px;
  }

  .af-pros-hero__copy {
    padding: 20px 0 0;
  }

  .af-pros-hero__copy h1 {
    max-width: none;
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .af-pros-proof-list,
  .af-pros-services-grid,
  .af-pros-benefits-grid,
  .af-pros-sectors-grid,
  .af-pros-reviews-grid {
    grid-template-columns: 1fr;
  }

  .af-pros-proof {
    padding-right: 0;
    border-right: 0;
  }

  .af-pros-contact-card,
  .af-pros-benefits-panel,
  .af-section--pros-reviews .af-shell {
    padding: 22px;
  }

  .af-pros-benefit {
    padding: 12px 0;
  }

  .af-pros-benefit + .af-pros-benefit {
    border-left: 0;
    border-top: 1px solid var(--af-border);
    padding-top: 22px;
  }

  .af-pros-final-cta,
  .af-pros-final-cta__copy {
    flex-direction: column;
    align-items: stretch;
  }

  .af-pros-final-cta__copy {
    gap: 14px;
  }
}
