/* Alternating section backgrounds — navy, mint, white, olive */

.section-band-navy {
  background:
    radial-gradient(circle at 82% 22%, rgba(90, 157, 67, 0.18), transparent 36%),
    linear-gradient(135deg, var(--deep-navy), var(--navy));
  color: #fff;
}

.section-band-navy .eyebrow {
  color: var(--lime);
}

.section-band-navy .section-title,
.section-band-navy h2 {
  color: #fff;
}

.section-band-navy .section-subtitle,
.section-band-navy p {
  color: rgba(255, 255, 255, 0.82);
}

.section-band-mint {
  background: var(--mint);
  color: var(--text);
}

.section-band-white {
  background: #fff;
  color: var(--text);
}

.section-band-olive {
  background: var(--olive);
  color: var(--text);
}

.section-band-cream {
  background: var(--cream);
  color: var(--text);
}

/* Split feature on light sections */
.split-feature-light .split-feature-list li {
  background: rgba(16, 35, 58, 0.04);
  border-color: rgba(16, 35, 58, 0.08);
  color: rgba(16, 35, 58, 0.88);
}

.split-feature-light .split-feature-list li strong {
  color: var(--deep-navy);
}

/* Hero dual primary CTAs */
.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-cta-row .btn-primary {
  min-width: 200px;
}

/* Tall vertical hero collage */
.hero-collage-image img {
  width: 100%;
  max-width: 420px;
  max-height: 620px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* What they get — benefit cards */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
}

.benefit-card {
  padding: 22px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(16, 35, 58, 0.08);
  box-shadow: 0 12px 32px rgba(3, 20, 36, 0.06);
}

.benefit-card strong {
  display: block;
  color: var(--deep-navy);
  font-size: 1.02rem;
  line-height: 1.35;
  margin-bottom: 6px;
}

.benefit-card span {
  display: block;
  color: rgba(16, 35, 58, 0.68);
  font-size: 0.9rem;
  line-height: 1.4;
}

.benefit-card::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(59, 127, 50, 0.12);
  color: var(--green);
  font-weight: 900;
  margin-bottom: 12px;
}

/* What they get — navy band with image feature cards */
.benefits-feature-section {
  padding: 72px 0;
}

.benefits-feature-head {
  max-width: 760px;
  margin: 0 auto 40px;
}

.benefits-feature-head p {
  margin: 14px auto 0;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.5;
}

.benefits-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto;
}

.benefit-feature-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.benefit-feature-media {
  min-height: 112px;
  background-size: cover;
  background-position: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.benefit-feature-body {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.benefit-feature-body h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.benefit-feature-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  line-height: 1.45;
}

.benefits-feature-section .benefit-card::before {
  display: none;
}

/* About help cards on mint band */
.about-help-section .topic-card::before {
  background: linear-gradient(180deg, rgba(3, 20, 36, 0.08) 0%, rgba(3, 20, 36, 0.72) 100%);
}

.about-help-section .topic-card-body {
  width: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(3, 20, 36, 0.55) 100%);
}

.about-help-section .topic-card-body h3 {
  color: #fff;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.about-help-section .topic-card-body p {
  color: rgba(255, 255, 255, 0.92);
}

/* LIFE framework — image only full section */
.life-framework-full {
  padding: 0;
  background: #fff;
}

.life-framework-full .life-framework-wrap {
  max-width: none;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.life-framework-full .life-framework-wrap img {
  width: 100%;
  display: block;
  border-radius: 0;
}

/* Image topic cards (about help, who we serve) */
.topic-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.topic-card {
  position: relative;
  min-height: 220px;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
}

.topic-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 20, 36, 0.15) 0%, rgba(3, 20, 36, 0.82) 100%);
}

.topic-card-body {
  position: relative;
  z-index: 1;
  padding: 22px;
  color: #fff;
}

.topic-card-body h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}

.topic-card-body p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 900px) {
  .benefits-grid,
  .topic-card-grid,
  .benefits-feature-grid {
    grid-template-columns: 1fr;
  }

  .benefit-feature-card {
    grid-template-columns: 96px 1fr;
  }

  .hero-collage-image img {
    max-width: 100%;
    max-height: 520px;
  }
}
