/* ── Feature / Showcase Pages ─────────────────────────── */
.feature-page {
  display: grid;
  gap: 0;
}

.feature-hero {
  background:
    radial-gradient(circle at 15% 18%, rgba(245, 197, 24, 0.16), transparent 26%),
    radial-gradient(circle at 85% 12%, rgba(13, 96, 53, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(248, 251, 246, 0.98), rgba(244, 248, 244, 0.92));
  border-bottom: 1px solid rgba(10, 34, 23, 0.08);
  overflow: hidden;
  padding: 78px 0 54px;
  position: relative;
}

.feature-hero::before,
.feature-hero::after {
  border-radius: 999px;
  content: "";
  pointer-events: none;
  position: absolute;
}

.feature-hero::before {
  background: rgba(13, 96, 53, 0.07);
  height: 220px;
  right: -80px;
  top: -70px;
  transform: rotate(18deg);
  width: 220px;
}

.feature-hero::after {
  background: rgba(245, 197, 24, 0.08);
  bottom: -120px;
  height: 260px;
  left: -120px;
  transform: rotate(-16deg);
  width: 260px;
}

.feature-hero__shell {
  position: relative;
  z-index: 1;
}

.feature-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(24px, 4vw, 44px);
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
}

.feature-hero__copy {
  display: grid;
  gap: 18px;
  max-width: 760px;
}

.feature-hero__copy .eyebrow {
  color: var(--color-gold-soft);
}

.feature-hero__copy h1 {
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.94;
  max-width: 12ch;
}

.feature-hero__lead {
  color: var(--color-muted);
  font-size: 1.14rem;
  line-height: 1.8;
  max-width: 44rem;
}

.feature-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.feature-hero__actions .button {
  min-width: 182px;
}

.feature-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.feature-hero__badges span,
.feature-proof__item,
.feature-hero__panel,
.feature-cta__panel,
.feature-story__intro {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(10, 34, 23, 0.08);
  box-shadow: 0 20px 40px rgba(10, 34, 23, 0.05);
}

.feature-hero__badges span {
  border-radius: 999px;
  color: var(--color-text);
  font-size: 0.84rem;
  font-weight: 700;
  padding: 10px 14px;
}

.feature-hero__panel {
  border-radius: 28px;
  display: grid;
  gap: 18px;
  padding: 28px;
  position: relative;
}

.feature-hero__panel-label,
.feature-cta__label,
.feature-card__kicker,
.feature-story__intro .eyebrow {
  color: var(--color-gold-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.feature-hero__panel h2 {
  font-size: 1.7rem;
  line-height: 1.1;
  margin: 0;
}

.feature-hero__facts {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-hero__facts li {
  border-top: 1px solid rgba(10, 34, 23, 0.08);
  color: var(--color-muted);
  line-height: 1.5;
  padding-top: 12px;
}

.feature-hero__facts li:first-child {
  border-top: 0;
  padding-top: 0;
}

.feature-proof {
  background: linear-gradient(180deg, rgba(248, 251, 246, 0.85), rgba(255, 255, 255, 0.92));
  padding: 0 0 20px;
  margin-top: -8px;
}

.feature-proof__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-proof__item {
  border-radius: 24px;
  display: grid;
  gap: 6px;
  padding: 22px 20px;
  text-align: center;
}

.feature-proof__item strong {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 1.4rem;
  line-height: 1;
}

.feature-proof__item span {
  color: var(--color-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.feature-story {
  padding: 68px 0 80px;
}

.feature-story__shell {
  display: grid;
  gap: 28px;
}

.feature-story__intro {
  border-radius: 30px;
  display: grid;
  gap: 12px;
  margin: 0 auto;
  max-width: 860px;
  padding: 28px 30px;
  text-align: center;
}

.feature-story__intro h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.04;
  margin: 0;
}

.feature-story__intro p:last-child {
  color: var(--color-muted);
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 0;
}

.feature-page .support-card,
.feature-page .info-card,
.feature-page .faq-item,
.feature-page .content-card--page,
.feature-page .cta-band__inner {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(10, 34, 23, 0.08);
  box-shadow: 0 20px 40px rgba(10, 34, 23, 0.05);
}

.feature-page .support-card,
.feature-page .info-card {
  border-radius: 28px;
}

.feature-page .faq-item {
  border-radius: 24px;
}

.feature-page .content-card--page {
  border-radius: 30px;
}

.feature-page .section-heading {
  max-width: 900px;
}

.feature-page .section-heading h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.04;
}

.feature-page .support-card h3,
.feature-page .info-card h3,
.feature-page .faq-item h3 {
  font-size: 1.45rem;
  line-height: 1.1;
}

.feature-page .support-card p,
.feature-page .info-card p,
.feature-page .faq-item p {
  color: var(--color-muted);
  line-height: 1.7;
}

.feature-cta {
  padding: 48px 0 88px;
}

.feature-cta__panel {
  align-items: center;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 28px 30px;
}

.feature-cta__copy {
  display: grid;
  gap: 10px;
  max-width: 700px;
}

.feature-cta__copy h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.05;
  margin: 0;
}

.feature-cta__copy p:last-child {
  color: var(--color-muted);
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 0;
}

.feature-cta__panel .button {
  min-width: 182px;
}

@media (min-width: 900px) {
  .feature-page .support-grid,
  .feature-page .info-card-grid,
  .feature-page .faq-list,
  .feature-page .feature-proof__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  .feature-hero {
    padding: 62px 0 42px;
  }

  .feature-hero__grid,
  .feature-proof__grid {
    grid-template-columns: 1fr;
  }

  .feature-hero__grid {
    gap: 18px;
  }

  .feature-hero__copy h1 {
    max-width: none;
  }

  .feature-hero__panel {
    border-radius: 24px;
    padding: 22px;
  }

  .feature-cta__panel {
    align-items: stretch;
    border-radius: 24px;
    flex-direction: column;
    padding: 22px;
  }

  .feature-proof {
    padding-bottom: 12px;
  }

  .feature-proof__grid {
    gap: 12px;
  }

  .feature-story {
    padding: 56px 0 72px;
  }

  .feature-story__intro {
    padding: 22px;
  }

  .feature-page .support-card,
  .feature-page .info-card,
  .feature-page .faq-item,
  .feature-page .content-card--page,
  .feature-page .cta-band__inner {
    border-radius: 24px;
  }

  .feature-page .support-card,
  .feature-page .info-card {
    padding: 22px;
  }

  .feature-page .content-card--page {
    padding: 22px;
  }

  .feature-hero__actions {
    display: grid;
  }

  .feature-hero__actions .button,
  .feature-cta__panel .button {
    width: 100%;
  }
}
