:root {
  --color-primary: #aece45;
  --color-primary-deep: #2a3040;
  --color-primary-press: #1a1e23;
  --color-primary-soft: #c0da58;
  --color-sage: #40847a;
  --color-cream: #dee2e6;
  --color-canvas: #ffffff;
  --color-line: #dee2e6;
  --color-muted: #4b5260;
  --glass-surface: rgba(255, 255, 255, 0.94);
  --glass-surface-strong: rgba(255, 255, 255, 0.98);
  --shadow-soft: 0 18px 42px rgba(42, 48, 64, 0.14);
  --shadow-card: 0 1px 3px rgba(42, 48, 64, 0.12);
  --shadow-premium: 0 20px 54px rgba(42, 48, 64, 0.18);
  --font-base: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --nav-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  color: var(--color-primary-deep);
  background: var(--color-primary-deep);
  font-family: var(--font-base);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 0;
  background: transparent;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  border-radius: 6px;
  background: var(--color-primary);
  color: var(--color-primary-deep);
  font-weight: 800;
  padding: 0.75rem 1rem;
  text-decoration: none;
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: translateY(0);
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

address {
  font-style: normal;
}

main,
.site-header,
.site-footer,
.mobile-cta {
  position: relative;
}

main,
.site-footer {
  z-index: 1;
}

main {
  padding-top: var(--nav-height);
}

.section,
.site-footer {
  scroll-margin-top: var(--nav-height);
}

:focus-visible {
  outline: 3px solid var(--color-primary);
  outline-offset: 4px;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.narrow {
  width: min(760px, calc(100% - 2rem));
}

.site-header {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 40;
  top: 0;
  border-bottom: 3px solid var(--color-primary);
  background: rgba(42, 48, 64, 0.98);
  box-shadow: 0 10px 28px rgba(42, 48, 64, 0.18);
  pointer-events: auto;
}

.site-header::after {
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  height: 18px;
  background: linear-gradient(180deg, rgba(42, 48, 64, 0.22), transparent);
  content: "";
  pointer-events: none;
}

.nav-shell {
  position: relative;
  display: grid;
  width: min(1180px, calc(100% - 2rem));
  min-height: 76px;
  align-items: center;
  margin-inline: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  gap: 1.25rem;
  grid-template-columns: auto 1fr auto;
  padding: 0;
}

.nav-shell::after {
  content: none;
}

.brand-link,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--color-canvas);
  font-weight: 800;
  text-decoration: none;
}

.brand-link img {
  width: 190px;
  height: 56px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-brand img {
  width: 144px;
  height: auto;
  filter: brightness(0) invert(1);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 1.3rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.site-nav a,
.site-footer a {
  text-decoration: none;
}

.site-nav a {
  position: relative;
  border-radius: 6px;
  color: var(--color-canvas);
  font-size: 0.92rem;
  font-weight: 750;
  padding: 0.5rem 0.15rem;
  white-space: nowrap;
}

.site-nav a::after {
  position: absolute;
  right: 0.15rem;
  bottom: 0.25rem;
  left: 0.15rem;
  height: 2px;
  border-radius: 999px;
  background: var(--color-primary);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: transparent;
  box-shadow: none;
  color: var(--color-primary-soft);
  text-decoration: none;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.site-footer a:hover {
  text-decoration: underline;
}

.nav-actions {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.nav-join {
  letter-spacing: 0.02em;
  padding-inline: 1rem;
}

.member-menu {
  position: relative;
}

.member-button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  background: rgba(26, 30, 35, 0.72);
  color: var(--color-canvas);
  box-shadow: none;
  cursor: pointer;
}

.member-icon {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.member-button:hover,
.member-button[aria-expanded="true"] {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(174, 206, 69, 0.22);
}

.member-popover {
  position: absolute;
  right: 0;
  top: calc(100% + 0.75rem);
  width: min(18rem, calc(100vw - 2rem));
  border: 1px solid rgba(222, 226, 230, 0.86);
  border-radius: 14px;
  background: rgba(42, 48, 64, 0.98);
  color: var(--color-canvas);
  box-shadow: 0 24px 64px rgba(42, 48, 64, 0.18);
  padding: 1rem;
}

.member-popover::before {
  position: absolute;
  top: -7px;
  right: 18px;
  width: 14px;
  height: 14px;
  border-top: 1px solid rgba(222, 226, 230, 0.86);
  border-left: 1px solid rgba(222, 226, 230, 0.86);
  background: rgba(42, 48, 64, 0.98);
  content: "";
  rotate: 45deg;
}

.member-popover p {
  margin: 0 0 0.35rem;
  color: var(--color-sage);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.member-popover strong {
  display: block;
  margin-bottom: 0.9rem;
}

.member-popover .button {
  width: 100%;
}

.menu-toggle {
  display: none;
  min-height: 44px;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  background: rgba(26, 30, 35, 0.72);
  color: var(--color-canvas);
  font: inherit;
  font-weight: 700;
  padding: 0.65rem 1rem;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.8rem 1.25rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(42, 48, 64, 0.12);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(42, 48, 64, 0.16);
}

.button-primary {
  background: var(--color-primary);
  color: var(--color-primary-deep);
}

.button-primary:hover {
  background: var(--color-primary-soft);
}

.button-secondary {
  border-color: var(--color-primary);
  background: var(--color-canvas);
  color: var(--color-primary-deep);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.button-row.centered {
  justify-content: center;
}

.section {
  display: flex;
  min-height: calc(100svh - var(--nav-height));
  align-items: center;
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: transparent;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(640px, calc(100svh - var(--nav-height)), 860px);
  display: grid;
  align-items: center;
  isolation: isolate;
  background: transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  padding-block: clamp(5rem, 10vw, 8rem);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(42, 48, 64, 0.98) 0%, rgba(42, 48, 64, 0.86) 34%, rgba(42, 48, 64, 0.24) 58%, rgba(42, 48, 64, 0) 100%),
    linear-gradient(270deg, rgba(26, 30, 35, 0.16) 0%, rgba(26, 30, 35, 0) 28%),
    linear-gradient(180deg, rgba(26, 30, 35, 0.2) 0%, rgba(26, 30, 35, 0) 24%, rgba(26, 30, 35, 0) 68%, rgba(26, 30, 35, 0.12) 100%),
    image-set(
      url("../assets/images/wisani-family-hero.jpg?v=20260709-3") 1x,
      url("../assets/images/wisani-family-hero@2x.jpg?v=20260709-3") 2x
    ) center center / cover no-repeat;
  content: "";
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 82%, rgba(0, 0, 0, 0.9) 88%, rgba(0, 0, 0, 0.45) 97%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 82%, rgba(0, 0, 0, 0.9) 88%, rgba(0, 0, 0, 0.45) 97%, transparent 100%);
}

.hero::after {
  position: absolute;
  top: 16%;
  left: min(3vw, 2rem);
  z-index: 1;
  width: min(42vw, 34rem);
  aspect-ratio: 435 / 338;
  background: rgba(174, 206, 69, 0.26);
  content: "";
  opacity: 0.42;
  pointer-events: none;
  rotate: -45deg;
  -webkit-mask: url("../assets/brand/leaf.svg") center / contain no-repeat;
  mask: url("../assets/brand/leaf.svg") center / contain no-repeat;
}

.problem-grid,
.trust-grid,
.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 6vw, 4rem);
  align-items: center;
}

.problem-grid {
  align-items: stretch;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 36rem;
  border-left: 6px solid var(--color-primary);
  padding-left: clamp(1rem, 2vw, 1.5rem);
}

.hero-copy h1,
.not-found h1,
.section-heading h2,
.narrow h2,
.problem h2,
.product h2,
.trust h2,
.final-cta h2 {
  margin: 0;
  color: var(--color-primary-deep);
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: 0;
}

.section-heading h2,
.narrow h2,
.problem h2,
.product h2,
.final-cta h2 {
  color: var(--color-canvas);
}

.hero-copy h1 {
  color: var(--color-canvas);
}

.not-found {
  text-align: center;
}

.not-found h1 {
  color: var(--color-canvas);
}

.not-found .footer-brand {
  justify-content: center;
  margin-bottom: 2rem;
}

.not-found .footer-brand img {
  width: 180px;
}

.section-heading h2,
.narrow h2,
.problem h2,
.product h2,
.trust h2,
.final-cta h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
}

.hero-lead,
.product-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.6;
}

.problem p:not(.eyebrow),
.how-it-works__intro > p:not(.eyebrow),
.trust p:not(.eyebrow),
.section-heading p:not(.eyebrow),
.final-cta p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.6;
}

.problem-grid > :first-child {
  max-width: 36rem;
}

.hero-lead {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.6;
}

.eyebrow,
.card-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--color-cream);
  font-size: 0.95rem;
}

.card-kicker {
  color: var(--color-sage);
}

.fine-print {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.5;
}

.info-card,
.testimonial-card {
  border: 1px solid var(--color-line);
  border-radius: 12px;
  background: var(--color-canvas);
  box-shadow: var(--shadow-card);
  color: var(--color-primary-deep);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.stat-grid,
.steps,
.testimonial-grid {
  display: grid;
  gap: 1rem;
}

.info-card,
.testimonial-card {
  position: relative;
  padding: 1.5rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.info-card:hover,
.testimonial-card:hover {
  border-color: var(--color-primary);
  box-shadow: var(--shadow-premium);
  transform: translateY(-3px);
}

.info-card h3,
.steps h3,
.testimonial-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.25rem;
}

.info-card p,
.steps p,
.faq-answer p,
.testimonial-card p {
  color: var(--color-muted);
  line-height: 1.55;
}

.trust {
  background: transparent;
  color: var(--color-canvas);
}

.trust-grid {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 4vw, 3rem);
  border: 1px solid var(--color-primary);
  border-radius: 18px;
  background: var(--color-primary-deep);
  box-shadow: var(--shadow-premium);
  padding: clamp(1.5rem, 5vw, 3rem);
}

.trust-grid::before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 0;
  width: clamp(0.55rem, 1vw, 0.85rem);
  border-radius: 17px 0 0 17px;
  background: var(--color-primary);
  content: "";
  pointer-events: none;
}

.trust-grid::after {
  position: absolute;
  right: -3rem;
  bottom: -4rem;
  z-index: 0;
  width: 19rem;
  aspect-ratio: 435 / 338;
  background: rgba(255, 255, 255, 0.08);
  content: "";
  pointer-events: none;
  rotate: -28deg;
  -webkit-mask: url("../assets/brand/leaf.svg") center / contain no-repeat;
  mask: url("../assets/brand/leaf.svg") center / contain no-repeat;
}

.trust-grid > * {
  position: relative;
  z-index: 1;
}

.trust h2 {
  color: var(--color-canvas);
}

.stat-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stat-grid div {
  display: grid;
  min-width: 0;
  min-height: 6.5rem;
  align-content: center;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-top: 4px solid var(--color-primary);
  background: rgba(255, 255, 255, 0.06);
  color: var(--color-canvas);
  padding: 1rem;
}

.stat-grid div:nth-child(n + 3):nth-child(-n + 4) {
  border-top-color: var(--color-sage);
}

.stat-grid div:nth-child(n + 5) {
  border-top-color: var(--color-canvas);
}

.stat-grid strong {
  display: inline-flex;
  align-items: flex-end;
  justify-self: start;
  max-width: 100%;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  white-space: nowrap;
}

.stat-grid strong small {
  margin: 0 0 0.08em 0.08em;
  font-size: 0.42em;
  line-height: 1;
}

.stat-grid span {
  display: block;
  margin-top: 0.5rem;
  color: rgba(252, 252, 250, 0.82);
}

.steps {
  grid-template-columns: 1fr;
  padding: 0;
  list-style: none;
}

.steps li {
  position: relative;
  isolation: isolate;
  display: grid;
  overflow: hidden;
  min-height: 7.5rem;
  align-content: center;
  align-items: center;
  gap: 0.25rem 1rem;
  grid-template-columns: auto 1fr;
  border: 1px solid rgba(174, 206, 69, 0.68);
  border-left: 8px solid var(--color-primary);
  border-radius: 16px;
  background:
    linear-gradient(rgba(26, 30, 35, 0.12), rgba(26, 30, 35, 0.12)),
    var(--color-sage);
  box-shadow: var(--shadow-card);
  color: var(--color-canvas);
  padding: clamp(1.25rem, 2.5vw, 1.6rem);
}

.steps li:first-child {
  animation: step-float 3s ease-in-out infinite;
  padding: 0;
}

.steps li:first-child > a {
  display: grid;
  min-height: inherit;
  align-content: center;
  align-items: center;
  gap: 0.25rem 1rem;
  grid-template-columns: auto 1fr;
  border-radius: inherit;
  cursor: pointer;
  padding: clamp(1.25rem, 2.5vw, 1.6rem);
  text-decoration: none;
}

.steps li:first-child > a:focus-visible {
  outline-offset: -4px;
}

@keyframes step-float {
  50% {
    transform: translateY(-6px);
  }
}

.steps li::after {
  position: absolute;
  right: -1.5rem;
  bottom: -3.5rem;
  z-index: 0;
  width: 11rem;
  aspect-ratio: 435 / 338;
  background: rgba(255, 255, 255, 0.08);
  content: "";
  pointer-events: none;
  rotate: -28deg;
  -webkit-mask: url("../assets/brand/leaf.svg") center / contain no-repeat;
  mask: url("../assets/brand/leaf.svg") center / contain no-repeat;
}

.steps li > * {
  position: relative;
  z-index: 1;
}

.steps li:nth-child(2) {
  border-color: rgba(64, 132, 122, 0.38);
  border-left-color: var(--color-sage);
  background: var(--color-canvas);
  color: var(--color-primary-deep);
}

.steps li:nth-child(2)::after {
  background: rgba(64, 132, 122, 0.1);
}

.steps li:nth-child(3) {
  background: var(--color-primary-deep);
}

.steps li:nth-child(3)::after {
  background: rgba(174, 206, 69, 0.08);
}

.steps span {
  display: inline-grid;
  width: 2.7rem;
  height: 2.7rem;
  align-self: center;
  grid-row: 1 / 3;
  place-items: center;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  background: transparent;
  color: var(--color-canvas);
  font-size: 1.1rem;
  font-weight: 900;
}

.steps li:nth-child(2) span {
  border-color: var(--color-sage);
  background: transparent;
  color: var(--color-primary-deep);
}

.steps h3 {
  margin: 0;
}

.steps p {
  grid-column: 2;
  margin: 0;
  color: var(--color-canvas);
}

.steps li:nth-child(2) p {
  color: var(--color-muted);
}

.steps li:nth-child(3) p {
  color: rgba(255, 255, 255, 0.84);
}

.how-it-works__grid {
  display: grid;
  align-items: stretch;
  gap: clamp(2rem, 6vw, 4rem);
  grid-template-columns: 1.1fr 0.9fr;
}

.how-it-works__intro {
  max-width: 36rem;
}

.how-it-works__intro h2 {
  margin: 0;
  color: var(--color-canvas);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 850;
  line-height: 1.08;
}

.trust h2 {
  margin: 0;
  color: var(--color-canvas);
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 850;
  line-height: 1.08;
}

.how-it-works__intro .button-row {
  margin-top: 1.5rem;
}

.product-grid {
  display: grid;
  align-items: center;
  gap: clamp(1.75rem, 4vw, 3rem);
  grid-template-columns: minmax(17rem, 4fr) minmax(0, 8fr);
}

.product-copy {
  max-width: 31rem;
  border-left: 8px solid var(--color-primary);
  padding-left: clamp(1rem, 2vw, 1.35rem);
}

.product {
  padding-block: clamp(2rem, 5vw, 4rem);
}

.product .button-row {
  margin-top: 1.5rem;
}

.product-price {
  display: inline-grid;
  width: 11rem;
  margin-top: 1rem;
  border: 1px solid rgba(174, 206, 69, 0.62);
  border-left: 8px solid var(--color-primary);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-canvas);
  padding: 0.7rem 0.85rem;
}

.product-price strong {
  color: var(--color-primary);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
}

.product-price span {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

@media (min-width: 981px) {
  .product-grid {
    align-items: stretch;
  }

  .product-copy {
    display: grid;
    grid-template-rows: auto auto minmax(1.5rem, 1fr) auto minmax(1.5rem, 1fr) auto;
    align-items: start;
    padding-block: clamp(1rem, 2.4vw, 1.35rem);
  }

  .product-price {
    grid-row: 4;
    margin-top: 0;
  }

  .product .button-row {
    grid-row: 6;
    margin-top: 0;
  }
}

.product-panel {
  display: grid;
  gap: 0.9rem;
  border: 3px solid var(--color-primary);
  border-radius: 16px;
  background: var(--color-cream);
  box-shadow: 0 16px 38px rgba(26, 30, 35, 0.16);
  color: var(--color-primary-deep);
  font-size: 0.95rem;
  padding: clamp(1rem, 2.4vw, 1.35rem);
}

.benefit-grid,
.child-cover {
  display: grid;
  gap: 0.75rem;
}

.benefit-card,
.service-block,
.child-card {
  border: 1px solid var(--color-line);
  border-radius: 12px;
  background: var(--color-canvas);
  padding: 0.9rem;
}

.service-block {
  overflow: hidden;
  border-color: rgba(64, 132, 122, 0.42);
  background: var(--color-canvas);
  padding: 0.65rem 0.75rem;
}

.service-block__head {
  margin: -0.65rem -0.75rem 0.35rem;
  background:
    linear-gradient(rgba(26, 30, 35, 0.12), rgba(26, 30, 35, 0.12)),
    var(--color-sage);
  padding: 0.45rem 0.75rem;
}

.service-block__head .card-kicker {
  margin: 0;
  color: var(--color-canvas);
}

.child-card summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-muted);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  list-style: none;
  text-transform: uppercase;
}

.child-card summary::-webkit-details-marker {
  display: none;
}

.child-card summary::after {
  color: var(--color-primary);
  content: "+";
  font-size: 1rem;
  line-height: 1;
}

.child-card[open] summary {
  margin-bottom: 0.4rem;
}

.child-card[open] summary::after {
  content: "−";
}

.child-cover strong {
  display: block;
  line-height: 1.18;
}

.child-cover strong,
.benefit-grid h3 {
  font-variant-numeric: tabular-nums;
}

.price-amount {
  position: relative;
  display: inline-block;
  padding-top: 0.7rem;
}

.price-amount em {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(42, 48, 64, 0.72);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.product-price .price-amount em {
  color: rgba(255, 255, 255, 0.76);
}

.product-price .price-amount {
  display: inline-flex;
  align-items: flex-end;
  justify-self: start;
}

.product-price .price-amount small {
  margin-bottom: 0.08rem;
  font-size: 0.7rem;
  line-height: 1;
  text-transform: uppercase;
}

.product-panel .card-kicker {
  margin-bottom: 0.35rem;
}

.benefit-card .card-kicker {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.benefit-card .card-kicker::before {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 1.25rem;
  border-radius: 50%;
  background:
    linear-gradient(var(--color-primary-deep), var(--color-primary-deep)) center / 50% 2px no-repeat,
    linear-gradient(var(--color-primary-deep), var(--color-primary-deep)) center / 2px 50% no-repeat,
    var(--color-primary);
  content: "";
}

.benefit-grid {
  grid-template-columns: repeat(2, 1fr);
}

.benefit-card {
  display: grid;
  align-content: start;
  min-height: 8.1rem;
  color: var(--color-canvas);
}

.benefit-card:first-child {
  background: var(--color-primary-deep);
}

.benefit-card:nth-child(2) {
  background:
    linear-gradient(rgba(26, 30, 35, 0.12), rgba(26, 30, 35, 0.12)),
    var(--color-sage);
}

.benefit-card .card-kicker {
  color: var(--color-primary-soft);
}

.benefit-card:nth-child(2) .card-kicker {
  color: var(--color-canvas);
}

.benefit-grid h3 {
  margin: 0 0 0.45rem;
  color: var(--color-canvas);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.benefit-grid ul {
  display: grid;
  gap: 0.32rem 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefit-grid li {
  position: relative;
  padding-left: 1.7rem;
  color: var(--color-canvas);
  line-height: 1.22;
}

.benefit-grid li::before {
  position: absolute;
  top: 0.34rem;
  left: 0.35rem;
  width: 0.55rem;
  height: 0.55rem;
  background:
    linear-gradient(var(--color-primary), var(--color-primary)) center / 100% 2px no-repeat,
    linear-gradient(var(--color-primary), var(--color-primary)) center / 2px 100% no-repeat;
  content: "";
}

.service-tiles {
  display: grid;
  gap: 0.25rem 0.4rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-tile {
  display: grid;
  align-items: center;
  gap: 0.25rem;
  grid-template-columns: 4rem minmax(0, 1fr);
  min-height: 4.4rem;
  border: 1px solid rgba(64, 132, 122, 0.18);
  border-radius: 8px;
  background: transparent;
  color: var(--color-primary-deep);
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.15;
  padding: 0.2rem;
}

.service-tiles img {
  width: 4rem;
  height: 4rem;
  filter: saturate(1.45) contrast(1.15);
  mix-blend-mode: multiply;
  object-fit: contain;
}

.service-tiles span {
  display: block;
}

@media (min-width: 981px) {
  .service-tile {
    align-content: center;
    gap: 0.05rem;
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 0;
    text-align: center;
  }
}

.child-cover {
  grid-template-columns: repeat(2, 1fr);
}

.child-card {
  min-height: 0;
  border: 1px solid rgba(42, 48, 64, 0.12);
  border-top: 4px solid var(--color-sage);
  padding: 0.7rem 0.9rem;
}

.child-card:nth-child(2) {
  border-top-color: var(--color-primary);
}

.benefit-card,
.service-tile,
.child-card {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

@media (hover: hover) {
  .benefit-card:hover,
  .service-tile:hover,
  .child-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(26, 30, 35, 0.12);
  }
}

.child-cover p {
  margin: 0.35rem 0 0;
  color: var(--color-muted);
  line-height: 1.28;
}

.product-panel .fine-print {
  margin: 0;
  border: 0;
  border-left: 6px solid var(--color-primary);
  border-radius: 8px;
  background: var(--color-primary-deep);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  line-height: 1.35;
  padding: 0.65rem 0.8rem;
}

@media (min-width: 741px) {
  .product-panel .fine-print {
    font-size: clamp(0.5rem, 0.7vw, 0.62rem);
    white-space: nowrap;
  }
}

.testimonials-layout {
  align-items: center;
  grid-template-columns: minmax(18rem, 0.82fr) minmax(0, 1.18fr);
}

.testimonials-intro {
  max-width: 34rem;
}

.testimonial-grid {
  align-items: stretch;
  gap: 0.75rem;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 26.333rem;
}

.testimonial-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.5rem;
  border-top: 4px solid var(--color-primary);
  background: var(--color-canvas);
  box-shadow: var(--shadow-card);
  padding: 0.375rem;
}

.testimonial-card:hover {
  border-color: var(--color-line);
  border-top-color: var(--color-primary);
  box-shadow: var(--shadow-card);
  transform: none;
}

.testimonial-header {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.75rem;
}

.testimonial-avatar {
  width: 2.625rem;
  height: 2.625rem;
  flex: 0 0 2.625rem;
  border: 3px solid var(--color-primary);
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card h3 {
  margin: 0 0 0.2rem;
  color: var(--color-primary-deep);
  font-size: 0.95rem;
  line-height: 1.25;
}

.testimonial-rating {
  display: flex;
  gap: 0.15rem;
}

.testimonial-rating svg {
  width: 0.95rem;
  height: 0.95rem;
  fill: #fbbc04;
  stroke: #8a5a00;
  stroke-linejoin: round;
  stroke-width: 0.8;
}

.testimonial-card blockquote,
.testimonial-card blockquote p {
  margin: 0;
}

.testimonial-card blockquote p {
  color: var(--color-muted);
  font-size: 0.8125rem;
  line-height: 1.45;
}

.testimonial-card .testimonial-date {
  margin: auto 0 0;
  color: #6c7280;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.3;
}

.problem-card {
  position: relative;
  isolation: isolate;
  display: grid;
  overflow: hidden;
  min-height: clamp(15rem, 25vw, 19rem);
  align-content: center;
  border-color: rgba(174, 206, 69, 0.68);
  border-left: 8px solid var(--color-primary);
  background: var(--color-sage);
  box-shadow: var(--shadow-premium);
  color: var(--color-canvas);
  padding: clamp(1.5rem, 4vw, 2rem);
}

.problem-card::after {
  position: absolute;
  right: -2.5rem;
  bottom: -3rem;
  z-index: 0;
  width: 15rem;
  aspect-ratio: 435 / 338;
  background: rgba(255, 255, 255, 0.16);
  content: "";
  pointer-events: none;
  rotate: -28deg;
  -webkit-mask: url("../assets/brand/leaf.svg") center / contain no-repeat;
  mask: url("../assets/brand/leaf.svg") center / contain no-repeat;
}

.problem-card > * {
  position: relative;
  z-index: 1;
}

.problem-card .card-kicker {
  margin-bottom: 0.75rem;
  color: var(--color-primary);
  font-size: 0.8rem;
}

.problem-card h3 {
  max-width: 20rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--color-canvas);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.12;
  padding-bottom: 1rem;
}

.problem-card p:not(.card-kicker):not(.promise-pride) {
  max-width: 25rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
}

.problem-card .promise-pride {
  margin: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--color-primary);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 850;
  line-height: 1.6;
  padding-top: 1rem;
}

.faq-stage {
  --faq-gap: 8px;
  --faq-row-size: 60px;
  --faq-step: calc(var(--faq-row-size) + var(--faq-gap));
  --faq-stage-size: calc(
    var(--faq-row-size) + var(--faq-row-size) + var(--faq-row-size) +
      var(--faq-row-size) + var(--faq-row-size) + var(--faq-gap) +
      var(--faq-gap) + var(--faq-gap) + var(--faq-gap)
  );
  --faq-expanded-size: calc(
    var(--faq-row-size) + var(--faq-row-size) + var(--faq-row-size) +
      var(--faq-row-size) + var(--faq-gap) + var(--faq-gap) + var(--faq-gap)
  );
  position: relative;
  width: 100%;
  height: var(--faq-stage-size);
  min-width: 0;
  overflow: hidden;
}

.faq-tile {
  --faq-y: 0px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: var(--faq-row-size);
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-left: 4px solid var(--color-sage);
  border-radius: 12px;
  background: var(--color-canvas);
  box-shadow: var(--shadow-card);
  opacity: 1;
  transform: translate3d(0, var(--faq-y), 0);
  transition:
    transform 0.88s cubic-bezier(0.16, 1, 0.3, 1),
    height 0.88s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.48s ease,
    border-color 0.48s ease,
    box-shadow 0.62s ease;
}

.faq-tile::after {
  position: absolute;
  right: -2rem;
  bottom: -2.5rem;
  z-index: 0;
  width: 15rem;
  aspect-ratio: 435 / 338;
  background: var(--color-sage);
  content: "";
  opacity: 0.075;
  pointer-events: none;
  transform: translate3d(2rem, 1.5rem, 0) rotate(-28deg) scale(0.68);
  transform-origin: 100% 100%;
  transition:
    opacity 0.72s ease,
    transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-mask: url("../assets/brand/leaf.svg") center / contain no-repeat;
  mask: url("../assets/brand/leaf.svg") center / contain no-repeat;
}

.faq-tile:nth-child(2) {
  --faq-y: var(--faq-step);
}

.faq-tile:nth-child(3) {
  --faq-y: calc(var(--faq-step) + var(--faq-step));
}

.faq-tile:nth-child(4) {
  --faq-y: calc(
    var(--faq-step) + var(--faq-step) + var(--faq-step)
  );
}

.faq-tile:nth-child(5) {
  --faq-y: calc(
    var(--faq-step) + var(--faq-step) + var(--faq-step) + var(--faq-step)
  );
}

.faq-tile[data-state="expanded"] {
  z-index: 2;
  height: var(--faq-expanded-size);
  border-color: var(--color-primary);
  border-left-color: var(--color-primary);
  box-shadow: var(--shadow-soft);
}

.faq-tile[data-state="expanded"]::after {
  opacity: 0.13;
  transform: translate3d(0.5rem, 0.75rem, 0) rotate(-20deg) scale(1);
}

.faq-tile[data-state="adjacent-visible"] {
  z-index: 1;
}

.faq-tile[data-state^="hidden"] {
  opacity: 0;
  pointer-events: none;
}

.faq-question-heading {
  position: relative;
  z-index: 1;
  margin: 0;
}

.faq-question {
  display: grid;
  width: 100%;
  min-height: 56px;
  align-items: center;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1fr) auto;
  border: 0;
  background: transparent;
  color: var(--color-primary-deep);
  cursor: pointer;
  font: inherit;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
  padding: 0.65rem 1rem;
  text-align: left;
}

.faq-tile:not([data-state="expanded"]) .faq-question {
  height: 100%;
}

.faq-question:focus-visible {
  border-radius: 10px;
  outline-offset: -4px;
}

.faq-chevron {
  width: 0.65rem;
  height: 0.65rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-0.2rem) rotate(45deg);
  transition: transform 0.56s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-question[aria-expanded="true"] .faq-chevron {
  transform: translateY(0.2rem) rotate(225deg);
}

.faq-answer {
  position: relative;
  z-index: 1;
  visibility: hidden;
  border-top: 1px solid var(--color-line);
  opacity: 0;
  padding: 0 1rem 0.7rem;
  transform: translateY(0.5rem);
  transition:
    opacity 0.42s ease,
    transform 0.58s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 0.58s;
}

.faq-tile[data-state="expanded"] .faq-answer {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.faq-answer > p {
  margin: 0.65rem 0 0;
  font-size: 0.92rem;
  line-height: 1.4;
}

.faq-answer > p + p {
  margin-top: 0.2rem;
}

.faq-answer strong {
  color: var(--color-primary-deep);
  font-weight: 800;
}

.faq-answer a {
  font-weight: 750;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

.faq-stage.is-sizing .faq-tile,
.faq-stage.is-sizing .faq-question,
.faq-stage.is-sizing .faq-chevron,
.faq-stage.is-sizing .faq-answer {
  transition: none;
}

.faq-stage.is-sizing .faq-question {
  height: auto;
}

.final-cta {
  background: transparent;
  text-align: center;
}

.site-footer {
  background: var(--color-primary-deep);
  color: var(--color-canvas);
  padding: 1.75rem 0 calc(2.25rem + env(safe-area-inset-bottom));
}

.footer-grid {
  grid-template-columns: 1.1fr 0.72fr 0.92fr 1.18fr;
  align-items: start;
}

@media (min-width: 1101px) {
  .footer-grid > :not(:first-child) {
    padding-top: 0.5rem;
  }
}

.footer-brand {
  color: var(--color-canvas);
}

.site-footer p,
.legal p {
  color: rgba(252, 252, 250, 0.8);
  line-height: 1.55;
}

.site-footer nav {
  display: grid;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.45;
}

.footer-location {
  margin-top: 0.5rem;
  color: rgba(252, 252, 250, 0.8);
  font-size: 0.875rem;
  line-height: 1.45;
}

.site-footer .social-links {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.social-links a {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(252, 252, 250, 0.24);
  border-radius: 50%;
  color: var(--color-canvas);
}

.social-links a:hover {
  border-color: var(--color-primary);
  background: rgba(174, 206, 69, 0.12);
  color: var(--color-primary-soft);
}

.social-links svg {
  width: 18px;
  height: 18px;
  fill: currentcolor;
}

.utility-contact {
  display: grid;
  gap: 0;
  color: rgba(252, 252, 250, 0.8);
  font-size: 0.875rem;
  line-height: 1.45;
}

.utility-contact__item {
  display: grid;
  grid-template-columns: 1.05rem minmax(0, 1fr);
  gap: 0.5rem;
  align-items: start;
  min-height: 1.75rem;
}

.utility-contact__item svg {
  width: 1rem;
  height: 1rem;
  margin-top: 0.15rem;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.utility-contact__details {
  display: grid;
  gap: 0.1rem;
  overflow-wrap: anywhere;
}

.utility-contact .utility-contact__details {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.375rem;
  align-items: baseline;
  white-space: nowrap;
}

.utility-contact > .utility-contact__item {
  align-items: center;
}

.utility-contact > .utility-contact__item svg {
  margin-top: 0;
}

.utility-contact__details strong {
  color: var(--color-canvas);
}

.legal {
  margin-top: 1rem;
  border-top: 1px solid rgba(252, 252, 250, 0.18);
  padding-top: 0.65rem;
}

.legal p {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.mobile-cta {
  position: fixed;
  z-index: 30;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  background: var(--color-primary-deep);
  box-shadow: var(--shadow-soft);
}

.mobile-cta a {
  display: grid;
  min-height: 48px;
  place-items: center;
  color: var(--color-canvas);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.mobile-cta a:first-child {
  background: var(--color-primary);
  color: var(--color-primary-deep);
}

@media (max-width: 1100px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .legal p {
    white-space: normal;
  }
}

@media (max-width: 980px) {
  .problem-grid,
  .trust-grid,
  .footer-grid,
  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-shell {
    grid-template-columns: auto auto;
  }

  .site-nav {
    justify-self: stretch;
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .nav-actions {
    justify-self: end;
  }

  .product-grid,
  .how-it-works__grid {
    grid-template-columns: 1fr;
  }

  .product-copy,
  .how-it-works__intro {
    max-width: 760px;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-grid {
    min-height: 24.5rem;
  }

}

@media (max-width: 740px) {
  :root {
    --nav-height: 112px;
  }

  body {
    padding-bottom: 4.5rem;
  }

  .site-header {
    padding: 0;
  }

  .nav-shell {
    gap: 0.45rem 0.75rem;
    grid-template-columns: 1fr auto;
    min-height: var(--nav-height);
    padding: 0.5rem 0;
  }

  .brand-link img {
    width: 156px;
    height: 46px;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
    min-height: 40px;
    padding: 0.55rem 0.9rem;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding-top: 1rem;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    min-height: 44px;
  }

  .nav-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
    gap: 0.5rem;
    width: 100%;
  }

  .nav-join {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0.7rem 1rem;
  }

  .member-button {
    width: 40px;
    height: 40px;
  }

  .stat-grid,
  .problem-grid,
  .trust-grid,
  .footer-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card:last-child {
    grid-column: auto;
  }

  .testimonial-grid {
    grid-auto-rows: auto;
    min-height: 0;
  }

  .steps li {
    min-height: 0;
  }

  .section {
    min-height: auto;
    padding-block: 4.5rem;
  }

  .final-cta {
    min-height: calc(100svh - var(--nav-height));
  }

  .benefit-grid,
  .service-tiles,
  .child-cover {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    font-size: clamp(2.05rem, 10vw, 2.6rem);
  }

  .hero-copy {
    border-left-width: 5px;
    max-width: 17rem;
    padding-left: 1rem;
  }

  .hero {
    min-height: clamp(640px, calc(100svh - var(--nav-height)), 820px);
    padding-block: 3.5rem;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(42, 48, 64, 0.94) 0%, rgba(42, 48, 64, 0.82) 70%, rgba(42, 48, 64, 0.58) 100%),
      linear-gradient(180deg, rgba(26, 30, 35, 0.26) 0%, rgba(26, 30, 35, 0) 24%, rgba(26, 30, 35, 0) 68%, rgba(26, 30, 35, 0.16) 100%),
      image-set(
        url("../assets/images/wisani-family-hero.jpg?v=20260709-3") 1x,
        url("../assets/images/wisani-family-hero@2x.jpg?v=20260709-3") 2x
      ) 64% center / cover no-repeat;
  }

  .hero::after {
    top: 18%;
    left: -24vw;
    width: 88vw;
    opacity: 0.32;
  }

  .mobile-cta {
    display: grid;
  }

  .utility-contact__item {
    min-height: 2.75rem;
  }

  .social-links a {
    width: 44px;
    height: 44px;
  }

  .social-links svg {
    width: 20px;
    height: 20px;
  }

}

@media (max-width: 560px) {
  .container,
  .narrow {
    width: min(358px, calc(100% - 1.5rem));
  }

  .nav-shell {
    width: min(358px, calc(100% - 1.5rem));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .steps li:first-child {
    animation: none;
  }

  .benefit-card,
  .service-tile,
  .child-card,
  .site-nav a::after,
  .faq-tile,
  .faq-tile::after,
  .faq-chevron,
  .faq-answer {
    transition: none;
  }

  .benefit-card:hover,
  .service-tile:hover,
  .child-card:hover {
    transform: none;
  }
}
