:root {
  --ink: #123126;
  --ink-deep: #08281f;
  --muted: #5d7169;
  --cream: #fbfaf5;
  --paper: #ffffff;
  --green: #1d9d63;
  --green-bright: #42c477;
  --green-pale: #dff5e8;
  --orange: #ff8a4c;
  --orange-pale: #fff0e8;
  --line: rgba(18, 49, 38, .11);
  --shadow: 0 30px 80px rgba(16, 70, 49, .16);
  --radius-xl: 42px;
  --radius-lg: 30px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible {
  outline: 3px solid rgba(29,157,99,.38);
  outline-offset: 4px;
}
.shell { width: var(--shell); margin-inline: auto; }
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 100;
  padding: 12px 18px; border-radius: 12px; color: white; background: var(--ink-deep);
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled {
  background: rgba(251, 250, 245, .82);
  box-shadow: 0 1px 0 rgba(18, 49, 38, .08);
  backdrop-filter: blur(18px);
}
.scroll-progress {
  position: absolute; right: 0; bottom: -1px; left: 0; height: 2px;
  background: linear-gradient(90deg, var(--green), var(--green-bright), var(--orange));
  transform: scaleX(0); transform-origin: left center;
  will-change: transform;
}
.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.08rem; font-weight: 760; letter-spacing: -.03em; }
.brand img {
  border-radius: 12px; box-shadow: 0 6px 16px rgba(24, 109, 70, .18);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease;
}
.brand:hover img { transform: rotate(-4deg) scale(1.06); box-shadow: 0 10px 24px rgba(24, 109, 70, .25); }
.nav-links { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav-links a { position: relative; color: #36564a; font-size: .93rem; font-weight: 600; }
.nav-links a::after {
  content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px;
  border-radius: 2px; background: var(--green);
  transform: scaleX(0); transform-origin: right; transition: transform .3s cubic-bezier(.2,.8,.2,1);
}
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-links a:hover { color: var(--green); }
.nav-coming {
  margin-left: 3px;
  padding: 3px 6px;
  border-radius: 999px;
  color: #08734a;
  background: var(--green-pale);
  font-size: .56rem;
  font-weight: 800;
  text-transform: uppercase;
  vertical-align: 1px;
}
.nav-cta {
  display: inline-flex; align-items: center; justify-content: center; min-height: 44px;
  padding: 0 19px; border-radius: 999px; color: white; background: var(--ink-deep);
  font-size: .9rem; font-weight: 700; transition: transform .2s ease, background .2s ease;
}
.nav-cta:hover { transform: translateY(-2px); background: var(--green); }

.hero {
  position: relative; min-height: 790px; padding: 130px 0 80px; overflow: hidden;
  background:
    radial-gradient(circle at 72% 20%, rgba(151, 232, 177, .44), transparent 29%),
    radial-gradient(circle at 85% 64%, rgba(255, 165, 101, .27), transparent 27%),
    linear-gradient(145deg, #f9fbf3 0%, #eef8ec 52%, #fff5eb 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .28; pointer-events: none;
  background-image: radial-gradient(rgba(18, 49, 38, .16) .7px, transparent .7px);
  background-size: 18px 18px;
  mask-image: linear-gradient(to right, black, transparent 58%);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 30px; }
.hero-copy { max-width: 650px; padding-top: 10px; }
.eyebrow {
  display: flex; align-items: center; gap: 10px; margin: 0 0 20px;
  color: var(--green); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase;
}
.eyebrow > span { width: 26px; height: 2px; border-radius: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 28px; font-size: clamp(4.35rem, 7.4vw, 7.1rem); line-height: .87;
  letter-spacing: -.078em; font-weight: 790;
}
h1 em, h2 em { color: var(--green); font-style: normal; font-weight: inherit; }
.hero-lede { max-width: 580px; margin-bottom: 32px; color: #4d685e; font-size: 1.28rem; line-height: 1.55; letter-spacing: -.015em; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.app-store-button {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; gap: 11px; min-height: 61px; padding: 8px 22px 8px 18px;
  border-radius: 16px; color: white; background: #071d16; box-shadow: 0 13px 28px rgba(7, 29, 22, .18);
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, background .3s ease;
}
.app-store-button::after {
  content: ""; position: absolute; inset: -40% auto -40% -35%; width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.24), transparent);
  transform: skewX(-18deg) translateX(-240%); transition: transform .65s cubic-bezier(.2,.8,.2,1);
}
.app-store-button:hover { transform: translateY(-3px) scale(1.015); background: #0b2c21; box-shadow: 0 19px 40px rgba(7, 29, 22, .25); }
.app-store-button:hover::after { transform: skewX(-18deg) translateX(520%); }
.app-store-button svg { width: 29px; fill: currentColor; }
.app-store-button span { display: flex; flex-direction: column; font-size: 1.23rem; line-height: 1.05; font-weight: 650; letter-spacing: -.025em; }
.app-store-button small { margin-bottom: 3px; font-size: .63rem; line-height: 1; font-weight: 450; letter-spacing: .015em; }
.google-play-coming {
  display: inline-flex; align-items: center; gap: 13px; min-height: 61px; padding: 8px 20px 8px 17px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 16px; color: #fff;
  background: #071d16; box-shadow: 0 13px 28px rgba(7,29,22,.14);
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease;
}
.google-play-coming:hover { transform: translateY(-2px); box-shadow: 0 17px 34px rgba(7,29,22,.2); }
.google-play-coming > span:last-child { display: flex; flex-direction: column; gap: 3px; line-height: 1; }
.google-play-coming small { color: #c1d2cb; font-size: .61rem; font-weight: 650; letter-spacing: .025em; text-transform: uppercase; }
.google-play-coming strong { font-size: 1.08rem; letter-spacing: -.02em; }
.google-play-mark {
  width: 29px; height: 33px; flex: 0 0 auto;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: linear-gradient(140deg, #34a853 0 38%, #4285f4 38% 55%, #fbbc04 55% 73%, #ea4335 73%);
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.18));
}
.google-play-coming-light { margin-top: 16px; }
.text-link, .light-link { font-size: .96rem; font-weight: 750; }
.text-link span, .light-link span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.text-link:hover span { transform: translateY(4px); }
.availability { margin: 18px 0 0; color: #6e7f78; font-size: .8rem; font-weight: 600; }

.hero-visual {
  --tilt-x: 0deg; --tilt-y: 0deg;
  position: relative; min-height: 555px; display: grid; place-items: center;
  transform: perspective(1100px) rotateX(var(--tilt-y)) rotateY(var(--tilt-x));
  transform-style: preserve-3d;
  transition: transform .28s cubic-bezier(.2,.8,.2,1);
}
.phone {
  position: relative; width: 230px; overflow: hidden; border: 7px solid #17392d; border-radius: 41px;
  background: #17392d; box-shadow: var(--shadow);
}
.phone::after {
  content: ""; position: absolute; inset: 0; border-radius: 38px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); pointer-events: none;
}
.phone img { width: 100%; height: auto; border-radius: 33px; }
.phone-main {
  width: 252px; transform: rotate(3deg); box-shadow: 0 40px 100px rgba(17, 75, 52, .27);
  animation: phone-float 6s ease-in-out infinite;
}
.floating-card {
  position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; min-width: 204px;
  padding: 13px 17px 13px 13px; border: 1px solid rgba(255,255,255,.78); border-radius: 18px;
  background: rgba(255,255,255,.87); box-shadow: 0 18px 50px rgba(18, 73, 52, .15); backdrop-filter: blur(16px);
}
.floating-card-top { top: 80px; right: 5px; }
.floating-card-bottom { bottom: 76px; left: 0; }
.floating-card-top { animation: card-float-top 5.2s ease-in-out .4s infinite; }
.floating-card-bottom { animation: card-float-bottom 5.8s ease-in-out 1s infinite; }
.floating-card span:last-child { display: flex; flex-direction: column; gap: 2px; }
.floating-card strong { font-size: .88rem; letter-spacing: -.02em; }
.floating-card small { color: var(--muted); font-size: .7rem; }
.floating-icon {
  display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 auto; border-radius: 11px;
  color: white; background: var(--green); font-size: .9rem; font-weight: 800;
}
.floating-icon.orange { background: var(--orange); }
.floating-icon.warning {
  color: #a45d26; background: #fff0df; border: 1px solid rgba(217, 126, 57, .18);
  font-size: .82rem;
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .7; will-change: transform; }
.hero-orb-one { right: 9%; top: 20%; width: 330px; height: 330px; background: rgba(106, 215, 142, .18); }
.hero-orb-two { right: 30%; bottom: 5%; width: 200px; height: 200px; background: rgba(255, 144, 80, .15); }
.hero-orb-one { animation: orb-drift-one 13s ease-in-out infinite alternate; }
.hero-orb-two { animation: orb-drift-two 16s ease-in-out infinite alternate; }

.proof { position: relative; z-index: 5; border-block: 1px solid var(--line); background: var(--paper); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { display: flex; flex-direction: column; gap: 6px; padding: 27px 30px; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { font-size: .92rem; letter-spacing: -.01em; }
.proof-grid span { color: var(--muted); font-size: .76rem; line-height: 1.4; }
.js .reveal-group > * {
  opacity: 0; transform: translateY(18px);
  transition: opacity .62s ease, transform .62s cubic-bezier(.2,.8,.2,1);
  transition-delay: calc(var(--stagger, 0) * 90ms);
}
.js .reveal-group.visible > * { opacity: 1; transform: translateY(0); }

.section { padding: 130px 0; }
.intro-section { background: var(--paper); }
.section-heading { max-width: 800px; margin-bottom: 70px; }
.section-heading h2, .ideas-copy h2, .final-cta h2 {
  margin-bottom: 25px; font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1; letter-spacing: -.065em;
}
.section-heading > p:last-child { max-width: 620px; color: var(--muted); font-size: 1.12rem; line-height: 1.65; }
.feature-showcase { display: grid; gap: 34px; }
.feature {
  min-height: 590px; display: grid; grid-template-columns: 1fr 1fr; align-items: center;
  border-radius: var(--radius-xl); overflow: hidden;
  box-shadow: 0 1px 0 rgba(18,49,38,.03);
  transition: box-shadow .5s ease, transform .5s cubic-bezier(.2,.8,.2,1);
}
.feature:hover { transform: translateY(-5px); box-shadow: 0 30px 70px rgba(18,49,38,.11); }
.feature-green { background: #e8f6e7; }
.feature-coral { background: #fff0e6; }
.feature-mint { background: #e3f6ef; }
.feature-copy { padding: 70px clamp(40px, 6vw, 84px); }
.feature-number { margin-bottom: 34px; color: rgba(18,49,38,.32); font-size: .75rem; font-weight: 800; letter-spacing: .18em; }
.feature-kicker { margin-bottom: 11px; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.feature-coral .feature-kicker { color: #db6635; }
.feature h3, .detail-card h3 {
  margin-bottom: 22px; font-size: clamp(2.2rem, 3.7vw, 3.7rem); line-height: 1.01; letter-spacing: -.058em;
}
.feature-copy > p:not(.feature-kicker) { max-width: 490px; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.check-list { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; font-size: .93rem; font-weight: 690; }
.check-list li::before { content: "✓"; display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; color: white; background: var(--green); font-size: .68rem; font-weight: 900; }
.feature-coral .check-list li::before { background: var(--orange); }
.feature-media { align-self: stretch; position: relative; display: grid; place-items: end center; padding-top: 55px; overflow: hidden; }
.feature-media::before {
  content: ""; position: absolute; width: 390px; height: 390px; border-radius: 50%;
  background: rgba(255,255,255,.46); filter: blur(1px);
  transform: scale(.88); transition: transform 1s cubic-bezier(.2,.8,.2,1);
}
.feature-media .phone {
  z-index: 1; width: min(222px, 58%); transform: translateY(70px) scale(.94);
  transition: transform .95s cubic-bezier(.16,1,.3,1), box-shadow .6s ease;
}
.feature.visible .feature-media::before { transform: scale(1); }
.feature.visible .feature-media .phone { transform: translateY(35px) scale(1); }
.feature:hover .feature-media .phone { transform: translateY(26px) scale(1.025) rotate(-1deg); box-shadow: 0 40px 90px rgba(16,70,49,.22); }
.feature-reverse:hover .feature-media .phone { transform: translateY(26px) scale(1.025) rotate(1deg); }
.js .feature .check-list li {
  opacity: 0; transform: translateX(-12px);
  transition: opacity .48s ease, transform .48s cubic-bezier(.2,.8,.2,1);
  transition-delay: calc(320ms + var(--stagger, 0) * 85ms);
}
.js .feature.visible .check-list li { opacity: 1; transform: translateX(0); }
.feature-reverse .feature-copy { order: 2; }
.feature-reverse .feature-media { order: 1; }

.ideas-section { position: relative; padding: 145px 0; overflow: hidden; color: white; background: #0b3b2c; }
.ideas-section::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 76% 40%, rgba(58, 190, 112, .32), transparent 28%), radial-gradient(circle at 97% 88%, rgba(255, 138, 76, .22), transparent 30%);
}
.ideas-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.eyebrow.light { color: #90e1ae; }
.ideas-copy p:not(.eyebrow) { max-width: 480px; color: #c8ded5; font-size: 1.07rem; line-height: 1.68; }
.light-link { display: inline-block; margin-top: 16px; color: #fff; }
.light-link:hover span { transform: translateX(5px); }
.ideas-phones { min-height: 520px; position: relative; display: grid; place-items: center; }
.ideas-phones .phone { position: absolute; width: 220px; }
.tilted-left { left: 12%; transform: rotate(-8deg) translateY(12px); }
.tilted-right { right: 12%; z-index: 2; transform: rotate(7deg) translateY(-12px); }
.ideas-phones.visible .tilted-left { animation: phone-pair-left 1.05s cubic-bezier(.16,1,.3,1) both; }
.ideas-phones.visible .tilted-right { animation: phone-pair-right 1.05s cubic-bezier(.16,1,.3,1) .12s both; }

.details-section { background: #f4f2ea; }
.details-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.detail-card {
  position: relative; min-height: 650px; padding: 54px; border-radius: var(--radius-xl); overflow: hidden; background: white;
  transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s ease;
}
.detail-card:hover { transform: translateY(-7px); box-shadow: 0 32px 74px rgba(18,49,38,.12); }
.detail-card-dark { color: white; background: #142e27; }
.detail-icon {
  display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 55px;
  border-radius: 14px; color: var(--ink); background: #c5f0d1; font-size: 1.05rem; font-weight: 900;
}
.detail-icon-orange { color: #8e3a1a; background: #ffd8c2; }
.detail-card h3 { max-width: 440px; font-size: clamp(2.3rem, 4vw, 3.65rem); }
.detail-card > p { max-width: 460px; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.detail-card-dark > p { color: #bed2ca; }
.detail-card-spend { padding-bottom: 330px; }
.spend-preview {
  position: absolute; right: 44px; bottom: 0; left: 44px; height: 285px;
  overflow: hidden; border: 1px solid rgba(18,49,38,.1); border-bottom: 0;
  border-radius: 28px 28px 0 0; background: #f3f4f8;
  box-shadow: 0 20px 55px rgba(17, 75, 52, .13);
}
.spend-preview img {
  width: 100%; height: auto; max-width: none;
  transform: translateY(-1.8%);
  transition: transform 1.1s cubic-bezier(.16,1,.3,1);
}
.detail-card-spend:hover .spend-preview img { transform: translateY(-6%); }
.week-grid { display: grid; gap: 13px; margin-top: 45px; }
.week-grid span { display: flex; align-items: center; gap: 22px; padding: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.06); }
.week-grid small { width: 36px; color: #78d99b; font-size: .64rem; font-weight: 800; letter-spacing: .12em; }
.week-grid b { font-size: .92rem; letter-spacing: -.01em; }
.js .detail-card .week-grid span {
  opacity: 0; transform: translateX(18px);
  transition: opacity .48s ease, transform .48s cubic-bezier(.2,.8,.2,1), background .25s ease;
  transition-delay: calc(260ms + var(--stagger, 0) * 100ms);
}
.js .detail-card.visible .week-grid span { opacity: 1; transform: translateX(0); }
.detail-card-dark:hover .week-grid span { background: rgba(255,255,255,.09); }

.capability-section {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 8% 14%, rgba(66,196,119,.1), transparent 24%),
    radial-gradient(circle at 94% 86%, rgba(255,138,76,.1), transparent 22%),
    #f7f8f2;
}
.capability-heading { margin-bottom: 56px; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.capability-card {
  position: relative; min-height: 272px; padding: 29px;
  border: 1px solid rgba(18,49,38,.09); border-radius: 28px; overflow: hidden;
  background: rgba(255,255,255,.83); box-shadow: 0 12px 34px rgba(18,49,38,.045);
  transition: transform .42s cubic-bezier(.2,.8,.2,1), box-shadow .42s ease, border-color .42s ease;
}
.capability-card::after {
  content: ""; position: absolute; right: -60px; bottom: -72px; width: 155px; height: 155px;
  border-radius: 50%; background: rgba(66,196,119,.08);
  transition: transform .55s cubic-bezier(.2,.8,.2,1);
}
.capability-card:hover {
  transform: translateY(-6px); border-color: rgba(29,157,99,.2);
  box-shadow: 0 24px 54px rgba(18,49,38,.1);
}
.capability-card:hover::after { transform: scale(1.18) translate(-4px,-4px); }
.js .capability-grid.visible > .capability-card:hover { transform: translateY(-6px); }
.capability-card-wide { grid-column: span 2; }
.capability-card-featured { background: linear-gradient(140deg, #dff5e8, #eef9e8); }
.capability-card-coral { background: linear-gradient(140deg, #fff0e7, #fff8ef); }
.capability-card-dark {
  color: #fff; border-color: rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 87% 18%, rgba(66,196,119,.24), transparent 33%),
    #0c3528;
}
.capability-card-dark::after { background: rgba(255,138,76,.12); }
.capability-icon {
  display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 31px;
  border-radius: 14px; color: #0a5c3c; background: #d8f2e1;
  font-size: 1rem; font-weight: 850; line-height: 1;
}
.capability-icon-orange { color: #97451f; background: #ffe0cd; }
.capability-icon-light { color: #0a5639; background: #bfeccc; }
.capability-label {
  margin-bottom: 9px; color: var(--green); font-size: .68rem; font-weight: 850;
  letter-spacing: .13em; text-transform: uppercase;
}
.capability-card-coral .capability-label { color: #c65a2d; }
.capability-card-dark .capability-label { color: #89e0a8; }
.capability-card h3 {
  position: relative; z-index: 1; max-width: 430px; margin-bottom: 13px;
  font-size: clamp(1.35rem, 2vw, 1.78rem); line-height: 1.08; letter-spacing: -.045em;
}
.capability-card > p:last-of-type {
  position: relative; z-index: 1; max-width: 475px; margin-bottom: 0;
  color: var(--muted); font-size: .9rem; line-height: 1.58;
}
.capability-card-dark > p:last-of-type { color: #bed6cd; }
.capability-pills, .capability-flow {
  position: relative; z-index: 1; display: flex; align-items: center; flex-wrap: wrap; gap: 8px;
  margin-top: 24px;
}
.capability-pills span, .capability-flow span {
  padding: 8px 11px; border: 1px solid rgba(18,49,38,.1); border-radius: 999px;
  background: rgba(255,255,255,.55); font-size: .67rem; font-weight: 750;
}
.capability-flow { gap: 9px; }
.capability-flow i { color: #c36a41; font-size: .75rem; font-style: normal; }

.family-section {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 8% 88%, rgba(255,138,76,.09), transparent 24%),
    radial-gradient(circle at 93% 14%, rgba(66,196,119,.1), transparent 25%),
    #f4f4ed;
}
.family-heading {
  position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr;
  align-items: end; gap: 70px; margin-bottom: 62px;
}
.family-heading h2 {
  margin-bottom: 0; font-size: clamp(3rem, 5.2vw, 5.2rem);
  line-height: .96; letter-spacing: -.068em;
}
.family-heading h2 em { color: var(--green); font-style: normal; }
.family-heading-copy { max-width: 500px; }
.family-heading-copy > p { margin: 18px 0 0; color: var(--muted); font-size: 1.02rem; line-height: 1.68; }
.family-status {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px;
  border: 1px solid rgba(29,157,99,.14); border-radius: 999px;
  color: #08734a; background: var(--green-pale); font-size: .68rem; font-weight: 800;
}
.family-status i {
  width: 7px; height: 7px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 5px rgba(29,157,99,.1); animation: family-status-pulse 2.3s ease-in-out infinite;
}
.family-feature {
  position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr;
  min-height: 690px; border: 1px solid rgba(18,49,38,.08);
  border-radius: var(--radius-xl); overflow: hidden; background: #fff;
  box-shadow: 0 30px 82px rgba(18,49,38,.1);
}
.family-visual {
  position: relative; display: flex; align-items: center; justify-content: center;
  flex-direction: column; min-height: 100%; padding: 70px 38px; overflow: hidden;
  background:
    radial-gradient(circle at 50% 36%, rgba(255,255,255,.75), transparent 24%),
    radial-gradient(circle at 14% 89%, rgba(255,138,76,.17), transparent 28%),
    linear-gradient(145deg, #dff5e8, #edf5dc);
}
.family-visual::before {
  content: ""; position: absolute; top: 185px; left: 15%; width: 70%; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(29,157,99,.22), transparent);
}
.family-kitchen-hub {
  position: relative; z-index: 2; display: flex; align-items: center; gap: 13px;
  margin-bottom: 58px; padding: 16px 20px 16px 15px; border: 1px solid rgba(18,49,38,.1);
  border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: 0 18px 42px rgba(18,49,38,.12);
  animation: family-hub-float 5.6s ease-in-out infinite;
}
.family-kitchen-hub > span {
  display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto;
  border-radius: 13px; color: #fff; background: var(--green); font-size: 1rem; font-weight: 850;
}
.family-kitchen-hub p { display: flex; flex-direction: column; gap: 3px; margin: 0; }
.family-kitchen-hub strong { font-size: .87rem; }
.family-kitchen-hub small { color: var(--muted); font-size: .66rem; }
.family-members { position: relative; z-index: 2; display: flex; align-items: flex-start; justify-content: center; gap: 12px; }
.family-avatar {
  display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 4px;
  width: 70px; height: 70px; border: 4px solid rgba(255,255,255,.9); border-radius: 24px;
  color: #fff; background: #174f3c; box-shadow: 0 14px 30px rgba(18,49,38,.15);
  font-size: 1.08rem; font-weight: 850;
}
.family-avatar small { color: rgba(255,255,255,.7); font-size: .52rem; font-weight: 650; }
.family-member-one { background: #ea8650; transform: translateY(18px); }
.family-member-two { background: #3f8b70; }
.family-member-three { color: #537067; background: rgba(255,255,255,.75); transform: translateY(18px); }
.family-member-three small { color: #71877e; }
.family-activity {
  position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px;
  padding: 11px 14px; border: 1px solid rgba(18,49,38,.09); border-radius: 14px;
  color: #35584b; background: rgba(255,255,255,.88); box-shadow: 0 15px 34px rgba(18,49,38,.1);
  font-size: .67rem; font-weight: 750; backdrop-filter: blur(10px);
}
.family-activity span {
  display: grid; place-items: center; width: 25px; height: 25px; border-radius: 9px;
  color: #08734a; background: var(--green-pale); font-size: .65rem; font-weight: 850;
}
.family-activity-one { left: 8%; bottom: 82px; transform: rotate(-2deg); }
.family-activity-two { right: 7%; bottom: 140px; transform: rotate(2deg); }
.family-activity-three { right: 12%; top: 90px; transform: rotate(1deg); }
.family-copy { align-self: center; padding: 66px clamp(42px, 6vw, 82px); }
.family-copy h3 {
  margin-bottom: 23px; font-size: clamp(2.45rem, 4vw, 3.85rem);
  line-height: 1; letter-spacing: -.06em;
}
.family-copy > p:not(.feature-kicker) { color: var(--muted); font-size: 1rem; line-height: 1.67; }
.family-how { display: grid; gap: 0; margin-top: 31px; border-top: 1px solid var(--line); }
.family-how > div {
  display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.family-how > div > span {
  display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px;
  color: #08734a; background: var(--green-pale); font-size: .62rem; font-weight: 850;
}
.family-how p { display: flex; flex-direction: column; gap: 4px; margin: 0; }
.family-how strong { font-size: .84rem; }
.family-how small { color: var(--muted); font-size: .71rem; line-height: 1.5; }
.family-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 17px 22px; margin-top: 29px; }
.family-interest-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  min-height: 51px; padding: 0 20px; border-radius: 14px; color: #fff; background: var(--ink-deep);
  font-size: .82rem; font-weight: 800; transition: transform .25s cubic-bezier(.2,.8,.2,1), background .25s ease, box-shadow .25s ease;
}
.family-interest-button:hover { transform: translateY(-3px); background: var(--green); box-shadow: 0 13px 28px rgba(29,157,99,.2); }
.family-interest-button span { font-size: 1rem; transition: transform .2s ease; }
.family-interest-button:hover span { transform: translateX(4px); }
.family-actions > small { max-width: 270px; color: #788a82; font-size: .66rem; line-height: 1.45; }
.family-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.family-orb-one { left: -120px; top: 12%; width: 340px; height: 340px; background: rgba(66,196,119,.07); animation: orb-drift-one 18s ease-in-out infinite alternate; }
.family-orb-two { right: -120px; bottom: -80px; width: 390px; height: 390px; background: rgba(255,138,76,.06); animation: orb-drift-two 20s ease-in-out infinite alternate; }

@keyframes family-status-pulse {
  50% { opacity: .55; transform: scale(.85); }
}
@keyframes family-hub-float {
  50% { transform: translateY(-7px); }
}

.android-beta-section {
  position: relative; overflow: hidden; background: #fff;
}
.android-beta-card {
  position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr;
  min-height: 610px; border-radius: var(--radius-xl); overflow: hidden;
  color: #fff; background:
    radial-gradient(circle at 18% 8%, rgba(66,196,119,.2), transparent 28%),
    #0b3428;
  box-shadow: 0 32px 85px rgba(18,49,38,.17);
}
.android-beta-copy {
  align-self: center; padding: 72px clamp(46px, 7vw, 92px);
}
.android-beta-copy h2 {
  margin-bottom: 25px; font-size: clamp(3rem, 5vw, 5rem);
  line-height: .98; letter-spacing: -.065em;
}
.android-beta-copy h2 em { color: #92e3ae; font-style: normal; }
.android-beta-copy > p:not(.eyebrow) {
  max-width: 650px; color: #c5dcd3; font-size: 1.03rem; line-height: 1.7;
}
.android-beta-list { display: grid; gap: 13px; margin: 31px 0 35px; padding: 0; list-style: none; }
.android-beta-list li {
  display: flex; align-items: center; gap: 11px; color: #e2eee9;
  font-size: .84rem; font-weight: 670;
}
.android-beta-list li span {
  display: grid; place-items: center; width: 22px; height: 22px; flex: 0 0 auto;
  border-radius: 50%; color: #0a5d3d; background: #9be5b4; font-size: .62rem; font-weight: 900;
}
.android-beta-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 22px; }
.android-beta-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  min-height: 53px; padding: 0 21px; border-radius: 15px;
  color: var(--ink-deep); background: #fff; font-size: .84rem; font-weight: 800;
  box-shadow: 0 13px 30px rgba(0,0,0,.16);
  transition: transform .28s cubic-bezier(.2,.8,.2,1), background .28s ease, box-shadow .28s ease;
}
.android-beta-button:hover {
  transform: translateY(-3px); background: #dff5e8;
  box-shadow: 0 18px 38px rgba(0,0,0,.21);
}
.android-beta-button span { font-size: 1rem; transition: transform .2s ease; }
.android-beta-button:hover span { transform: translateX(4px); }
.android-beta-terms-link {
  position: relative; color: #d2e4dc; font-size: .77rem; font-weight: 750;
}
.android-beta-terms-link::after {
  content: ""; position: absolute; right: 0; bottom: -6px; left: 0; height: 1px;
  background: #92e3ae; transform: scaleX(0); transform-origin: right;
  transition: transform .25s cubic-bezier(.2,.8,.2,1);
}
.android-beta-terms-link:hover { color: #fff; }
.android-beta-terms-link:hover::after { transform: scaleX(1); transform-origin: left; }
.android-beta-reward {
  position: relative; display: flex; flex-direction: column; justify-content: center;
  padding: 62px clamp(38px, 5vw, 65px); overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 13%, rgba(255,255,255,.7), transparent 25%),
    linear-gradient(155deg, #ffd9c3, #fff0df 56%, #dff2d8);
}
.android-beta-reward::after {
  content: ""; position: absolute; right: -95px; bottom: -115px; width: 290px; height: 290px;
  border: 1px solid rgba(18,49,38,.09); border-radius: 50%;
}
.android-reward-icon {
  display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 33px;
  border-radius: 16px; color: #fff; background: var(--orange);
  box-shadow: 0 13px 28px rgba(217,98,47,.22); font-size: 1.12rem;
}
.android-reward-label {
  margin-bottom: 13px; color: #b3542c; font-size: .7rem; font-weight: 850;
  letter-spacing: .14em; text-transform: uppercase;
}
.android-beta-reward h3 {
  margin-bottom: 23px; font-size: clamp(3rem, 4.7vw, 4.8rem);
  line-height: .91; letter-spacing: -.065em;
}
.android-beta-reward > p:not(.android-reward-label) {
  position: relative; z-index: 1; color: #536b61; font-size: .94rem; line-height: 1.66;
}
.android-reward-note {
  position: relative; z-index: 1; display: flex; align-items: center; gap: 13px;
  margin-top: 28px; padding: 16px; border: 1px solid rgba(18,49,38,.1);
  border-radius: 17px; background: rgba(255,255,255,.55);
}
.android-reward-note > span {
  display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 auto;
  border-radius: 12px; color: #0b6442; background: #c8edd4; font-size: .86rem; font-weight: 850;
}
.android-reward-note p { display: flex; flex-direction: column; gap: 3px; margin: 0; }
.android-reward-note strong { font-size: .76rem; }
.android-reward-note small { color: var(--muted); font-size: .65rem; line-height: 1.4; }
.android-beta-orb {
  position: absolute; border-radius: 50%; pointer-events: none;
}
.android-beta-orb-one {
  left: -105px; top: 4%; width: 330px; height: 330px;
  background: rgba(66,196,119,.07); animation: orb-drift-one 18s ease-in-out infinite alternate;
}
.android-beta-orb-two {
  right: -130px; bottom: -70px; width: 380px; height: 380px;
  background: rgba(255,138,76,.06); animation: orb-drift-two 20s ease-in-out infinite alternate;
}

.tips-section {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 91% 12%, rgba(66,196,119,.13), transparent 24%),
    linear-gradient(145deg, #f0f6ec, #f8f7f0);
}
.tips-heading {
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 65px;
  margin-bottom: 62px;
}
.tips-heading h2 {
  margin-bottom: 0; font-size: clamp(3rem, 5.2vw, 5.2rem);
  line-height: .96; letter-spacing: -.068em;
}
.tips-heading h2 em { color: var(--green); font-style: normal; }
.tips-heading > p {
  max-width: 480px; margin-bottom: 5px; color: var(--muted);
  font-size: 1.03rem; line-height: 1.68;
}
.tip-feature {
  position: relative; display: grid; grid-template-columns: .92fr 1.08fr;
  min-height: 650px; border: 1px solid rgba(18,49,38,.08);
  border-radius: var(--radius-xl); overflow: hidden; background: #fff;
  box-shadow: 0 28px 80px rgba(18,49,38,.1);
}
.tip-visual {
  position: relative; display: flex; flex-direction: column; justify-content: center;
  min-height: 100%; padding: 60px clamp(34px, 5vw, 68px); overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 65% 27%, rgba(93,225,153,.32), transparent 29%),
    radial-gradient(circle at 20% 92%, rgba(255,138,76,.18), transparent 31%),
    #0b3428;
}
.tip-visual::before {
  content: ""; position: absolute; inset: 0; opacity: .16; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.54) .65px, transparent .65px);
  background-size: 18px 18px;
  mask-image: linear-gradient(135deg, black, transparent 75%);
}
.tip-number {
  position: absolute; top: 38px; left: 42px; z-index: 1;
  color: #9ce6b6; font-size: .7rem; font-weight: 850; letter-spacing: .16em;
}
.siri-orb {
  position: relative; z-index: 1; display: flex; align-items: center; justify-content: center;
  gap: 7px; width: 116px; height: 116px; margin: 10px auto 34px;
  border: 1px solid rgba(255,255,255,.16); border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, #7de6aa, #26a86a 55%, #167149);
  box-shadow: 0 24px 55px rgba(0,0,0,.25), 0 0 0 14px rgba(108,225,151,.08);
  animation: siri-breathe 4.8s ease-in-out infinite;
}
.siri-orb span {
  width: 4px; border-radius: 999px; background: rgba(255,255,255,.9);
  animation: siri-wave 1.1s ease-in-out infinite alternate;
}
.siri-orb span:nth-child(1), .siri-orb span:nth-child(5) { height: 19px; animation-delay: -.35s; }
.siri-orb span:nth-child(2), .siri-orb span:nth-child(4) { height: 34px; animation-delay: -.15s; }
.siri-orb span:nth-child(3) { height: 48px; }
.siri-phrase {
  position: relative; z-index: 1; padding: 22px 24px;
  border: 1px solid rgba(255,255,255,.13); border-radius: 19px;
  background: rgba(255,255,255,.075); backdrop-filter: blur(10px);
}
.siri-phrase small {
  display: block; margin-bottom: 8px; color: #9fc4b5;
  font-size: .68rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase;
}
.siri-phrase strong { display: block; font-size: 1.13rem; line-height: 1.45; letter-spacing: -.025em; }
.tip-status {
  position: relative; z-index: 1; display: flex; align-items: center; gap: 12px;
  width: calc(100% - 40px); margin: 15px 20px 0; padding: 13px 15px;
  border-radius: 15px; color: var(--ink); background: rgba(255,255,255,.94);
  box-shadow: 0 15px 30px rgba(0,0,0,.14);
}
.tip-status > span {
  display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 auto;
  border-radius: 10px; color: #fff; background: var(--green); font-size: .72rem; font-weight: 900;
}
.tip-status p { display: flex; flex-direction: column; gap: 3px; margin: 0; }
.tip-status strong { font-size: .78rem; }
.tip-status small { color: var(--muted); font-size: .65rem; }
.tip-copy { align-self: center; padding: 65px clamp(40px, 6vw, 78px); }
.tip-label-row {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;
  gap: 13px; margin-bottom: 25px;
}
.tip-label-row .feature-kicker { margin: 0; }
.tip-pro-badge {
  padding: 7px 10px; border: 1px solid rgba(29,157,99,.13); border-radius: 999px;
  color: #08734a; background: var(--green-pale); font-size: .64rem; font-weight: 800;
}
.tip-copy h3 {
  margin-bottom: 23px; font-size: clamp(2.35rem, 4vw, 3.7rem);
  line-height: 1; letter-spacing: -.06em;
}
.tip-copy > p { color: var(--muted); font-size: 1rem; line-height: 1.67; }
.tip-steps { display: grid; gap: 0; margin: 31px 0 0; padding: 0; list-style: none; }
.tip-steps li {
  position: relative; display: grid; grid-template-columns: 34px 1fr; gap: 14px;
  padding: 18px 0;
}
.tip-steps li + li { border-top: 1px solid var(--line); }
.tip-steps li > span {
  display: grid; place-items: center; width: 30px; height: 30px;
  border-radius: 10px; color: #0a7049; background: var(--green-pale);
  font-size: .68rem; font-weight: 850;
}
.tip-steps p { display: flex; flex-direction: column; gap: 4px; margin: 0; }
.tip-steps strong { font-size: .87rem; }
.tip-steps small { color: var(--muted); font-size: .73rem; line-height: 1.5; }
.tips-more {
  margin: 25px 0 0; color: #72847c; font-size: .73rem; font-weight: 700; text-align: center;
}
.tips-orb {
  position: absolute; right: -100px; bottom: -140px; width: 370px; height: 370px;
  border: 1px solid rgba(29,157,99,.08); border-radius: 50%;
  animation: orb-drift-one 18s ease-in-out infinite alternate;
}

@keyframes siri-wave {
  to { transform: scaleY(.52); opacity: .62; }
}
@keyframes siri-breathe {
  50% { transform: translateY(-6px) scale(1.03); box-shadow: 0 30px 65px rgba(0,0,0,.28), 0 0 0 19px rgba(108,225,151,.06); }
}

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(60px, 9vw, 120px); }
.faq-heading { position: sticky; top: 120px; }
.faq-heading h2 {
  margin-bottom: 22px; font-size: clamp(3rem, 5.2vw, 5.2rem);
  line-height: .96; letter-spacing: -.068em;
}
.faq-heading h2 em { color: var(--green); font-style: normal; }
.faq-heading > p:not(.eyebrow) { max-width: 410px; color: var(--muted); font-size: 1.02rem; line-height: 1.65; }
.faq-download-link { display: inline-block; margin-top: 15px; }
.faq-download-link:hover span { transform: translateX(5px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  display: flex; align-items: center; justify-content: space-between; gap: 25px;
  min-height: 91px; padding: 22px 2px; cursor: pointer; list-style: none;
  font-size: 1.08rem; font-weight: 760; letter-spacing: -.025em;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:focus-visible {
  outline: 3px solid rgba(29,157,99,.32); outline-offset: 5px; border-radius: 8px;
}
.faq-toggle {
  position: relative; width: 34px; height: 34px; flex: 0 0 auto;
  border: 1px solid rgba(18,49,38,.11); border-radius: 50%;
  background: #f3f8f3; transition: transform .35s cubic-bezier(.2,.8,.2,1), background .25s ease;
}
.faq-toggle::before, .faq-toggle::after {
  content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 2px;
  border-radius: 2px; background: var(--ink); transform: translate(-50%,-50%);
}
.faq-toggle::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-list details[open] .faq-toggle { transform: rotate(45deg); background: var(--green-pale); }
.faq-answer { padding: 0 58px 26px 2px; animation: faq-answer-in .36s cubic-bezier(.2,.8,.2,1) both; }
.faq-answer p { margin: 0; color: var(--muted); font-size: .96rem; line-height: 1.68; }

@keyframes faq-answer-in {
  from { opacity: 0; transform: translateY(-7px); }
  to { opacity: 1; transform: translateY(0); }
}

.contact-section {
  position: relative; overflow: hidden; color: #fff; background: #0b3428;
}
.contact-section::before {
  content: ""; position: absolute; inset: 0; opacity: .13; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.5) .65px, transparent .65px);
  background-size: 19px 19px;
  mask-image: linear-gradient(120deg, black, transparent 64%);
}
.contact-layout {
  position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr;
  align-items: center; gap: clamp(60px, 9vw, 120px);
}
.contact-copy h2 {
  margin-bottom: 27px; font-size: clamp(3rem, 5vw, 5.1rem);
  line-height: .98; letter-spacing: -.065em;
}
.contact-copy h2 em { color: #91e3ae; font-style: normal; }
.contact-copy > p:not(.eyebrow) {
  max-width: 510px; color: #c2d9d0; font-size: 1.05rem; line-height: 1.7;
}
.contact-points { display: grid; gap: 20px; margin-top: 38px; }
.contact-points > div { display: flex; align-items: flex-start; gap: 15px; }
.contact-points > div > span {
  display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.12); border-radius: 12px;
  color: #9ce6b6; background: rgba(255,255,255,.07); font-size: .86rem; font-weight: 850;
}
.contact-points p { display: flex; flex-direction: column; gap: 4px; margin: 0; }
.contact-points strong { font-size: .91rem; }
.contact-points small { color: #a9c6bb; font-size: .77rem; line-height: 1.45; }
.contact-email-link {
  display: grid; grid-template-columns: 1fr auto; gap: 4px 18px; align-items: center;
  max-width: 390px; margin-top: 36px; padding: 17px 19px;
  border: 1px solid rgba(255,255,255,.11); border-radius: 17px;
  background: rgba(255,255,255,.055);
  transition: transform .3s cubic-bezier(.2,.8,.2,1), background .3s ease, border-color .3s ease;
}
.contact-email-link:hover {
  transform: translateY(-3px); border-color: rgba(145,227,174,.35);
  background: rgba(255,255,255,.09);
}
.contact-email-link small { color: #9fbdb2; font-size: .69rem; }
.contact-email-link strong { color: #fff; font-size: .9rem; }
.contact-email-link > span { grid-column: 2; grid-row: 1 / 3; color: #91e3ae; }
.contact-form {
  position: relative; padding: clamp(30px, 4.3vw, 52px);
  border: 1px solid rgba(255,255,255,.12); border-radius: 34px;
  color: var(--ink); background: rgba(255,255,255,.97);
  box-shadow: 0 34px 90px rgba(0,0,0,.24);
}
.contact-form-heading { display: flex; align-items: center; gap: 15px; margin-bottom: 33px; }
.contact-form-icon {
  display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 auto;
  border-radius: 14px; color: #0a6442; background: var(--green-pale);
  font-size: .95rem; font-weight: 850;
}
.contact-form-heading p { margin: 0 0 4px; font-size: 1rem; font-weight: 800; letter-spacing: -.02em; }
.contact-form-heading small { color: var(--muted); font-size: .75rem; }
.contact-field { display: grid; gap: 8px; margin-bottom: 19px; }
.contact-field label { color: #35584b; font-size: .72rem; font-weight: 800; }
.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%; border: 1px solid rgba(18,49,38,.13); border-radius: 13px;
  color: var(--ink); background: #f8faf6;
  font: inherit; font-size: .9rem; line-height: 1.45;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.contact-field input, .contact-field select { height: 50px; padding: 0 15px; }
.contact-field textarea { min-height: 130px; padding: 13px 15px; resize: vertical; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #8a9993; }
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  outline: none; border-color: rgba(29,157,99,.55); background: #fff;
  box-shadow: 0 0 0 4px rgba(29,157,99,.1);
}
.contact-submit {
  display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 53px;
  margin-top: 5px; padding: 0 19px; border: 0; border-radius: 14px;
  color: #fff; background: var(--ink-deep); cursor: pointer;
  font: inherit; font-size: .87rem; font-weight: 800;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), background .25s ease, box-shadow .25s ease;
}
.contact-submit:hover {
  transform: translateY(-2px); background: var(--green);
  box-shadow: 0 12px 25px rgba(29,157,99,.22);
}
.contact-submit i { font-style: normal; font-size: 1.05rem; transition: transform .2s ease; }
.contact-submit:hover i { transform: translateX(4px); }
.contact-form-note {
  margin: 15px 0 0; color: #71817a; font-size: .68rem; line-height: 1.5; text-align: center;
}
.contact-form-status {
  min-height: 1.2em; margin: 7px 0 0; color: var(--green);
  font-size: .7rem; font-weight: 700; text-align: center;
}
.contact-orb {
  position: absolute; border-radius: 50%; pointer-events: none;
  animation: orb-drift-two 17s ease-in-out infinite alternate;
}
.contact-orb-one {
  right: 43%; top: 9%; width: 240px; height: 240px;
  background: rgba(66,196,119,.12);
}
.contact-orb-two {
  right: -60px; bottom: -100px; width: 330px; height: 330px;
  background: rgba(255,138,76,.09); animation-duration: 21s;
}

.final-cta { padding: 130px 0; text-align: center; background: linear-gradient(145deg, #f1f8e8, #fff1e6); }
.final-cta-inner { display: flex; flex-direction: column; align-items: center; }
.final-cta img {
  margin-bottom: 32px; border-radius: 27px; box-shadow: 0 22px 44px rgba(21, 99, 64, .19);
  animation: icon-float 5.4s ease-in-out infinite;
}
.eyebrow.centered { justify-content: center; }
.final-cta h2 { margin-bottom: 16px; }
.final-cta > .shell > p:not(.eyebrow) { margin-bottom: 30px; color: var(--muted); font-size: 1.13rem; }
.qr-card {
  display: inline-flex; align-items: center; gap: 14px; margin-top: 18px; padding: 11px 18px 11px 11px;
  border: 1px solid rgba(18,49,38,.12); border-radius: 18px; text-align: left;
  background: rgba(255,255,255,.68); box-shadow: 0 14px 34px rgba(21,99,64,.09);
  transition: transform .3s cubic-bezier(.2,.8,.2,1), border-color .3s ease, box-shadow .3s ease;
}
.qr-card img {
  width: 76px; height: 76px; margin: 0; padding: 5px; border-radius: 10px;
  background: #fff; box-shadow: none;
}
.qr-card span { display: flex; flex-direction: column; gap: 4px; }
.qr-card strong { font-size: .94rem; letter-spacing: -.02em; }
.qr-card small { color: var(--muted); font-size: .72rem; }
.hero-qr-card {
  margin-top: 18px; padding: 8px 14px 8px 8px; color: var(--ink);
  background: rgba(255,255,255,.52); box-shadow: 0 10px 26px rgba(21,99,64,.07);
}
.hero-qr-card:hover { border-color: rgba(18,49,38,.24); transform: translateY(-2px); }
.hero-qr-card img { width: 62px; height: 62px; }
.footer { padding: 32px 0; color: #acc1b9; background: #071d16; }
.footer-inner { display: flex; align-items: center; gap: 30px; }
.footer-brand { color: white; }
.footer p { margin: 0; font-size: .78rem; }
.social-links { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.social-link {
  display: inline-flex; align-items: center; gap: 7px; color: #fff;
  font-size: .78rem; font-weight: 700; transition: color .2s ease;
}
.social-link span {
  display: grid; place-items: center; width: 25px; height: 25px;
  border: 1px solid rgba(255,255,255,.18); border-radius: 8px;
}
.social-link:hover { color: #8ce4ab; }
.footer-link {
  position: relative; color: #d7e5df; font-size: .78rem; font-weight: 700;
  transition: color .2s ease;
}
.footer-link::after {
  content: ""; position: absolute; right: 0; bottom: -5px; left: 0; height: 1px;
  background: #8ce4ab; transform: scaleX(0); transform-origin: right;
  transition: transform .25s cubic-bezier(.2,.8,.2,1);
}
.footer-link:hover, .footer-link[aria-current="page"] { color: #8ce4ab; }
.footer-link:hover::after { transform: scaleX(1); transform-origin: left; }
.footer .copyright { margin-left: auto; }

.legal-page { background: #f4f4ed; }
.legal-header:not(.scrolled) .brand,
.legal-header:not(.scrolled) .nav-links a { color: #fff; }
.legal-header:not(.scrolled) .nav-cta {
  color: var(--ink-deep); background: rgba(255,255,255,.92);
}
.legal-header:not(.scrolled) .nav-cta:hover { color: #fff; background: var(--green); }
.legal-hero {
  position: relative; min-height: 650px; padding: 155px 0 90px; overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 76% 34%, rgba(66,196,119,.32), transparent 27%),
    radial-gradient(circle at 92% 88%, rgba(255,138,76,.21), transparent 30%),
    linear-gradient(145deg, #09271e, #0d3b2c 60%, #164d38);
}
.legal-hero::before {
  content: ""; position: absolute; inset: 0; opacity: .16; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.44) .7px, transparent .7px);
  background-size: 19px 19px;
  mask-image: linear-gradient(120deg, black, transparent 68%);
}
.legal-hero-inner { position: relative; z-index: 2; }
.legal-hero h1 {
  max-width: 770px; margin-bottom: 28px;
  font-size: clamp(4.3rem, 8vw, 7.8rem);
}
.legal-hero h1 em { color: #8ce4ab; }
.legal-back-link {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 58px;
  color: #cde0d8; font-size: .84rem; font-weight: 750;
  transition: color .2s ease, transform .25s cubic-bezier(.2,.8,.2,1);
}
.legal-back-link:hover { color: #fff; transform: translateX(-4px); }
.legal-back-link span { font-size: 1.05rem; }
.legal-intro {
  max-width: 680px; margin-bottom: 25px; color: #c8ded5;
  font-size: 1.18rem; line-height: 1.65;
}
.legal-effective {
  display: flex; align-items: center; flex-wrap: wrap; gap: 9px 16px;
  margin: 0; color: #a9c5ba; font-size: .76rem; font-weight: 650;
}
.legal-effective span {
  padding: 8px 11px; border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px; color: #ddede7; background: rgba(255,255,255,.06);
}
.legal-orb {
  position: absolute; border-radius: 50%; pointer-events: none; filter: blur(1px);
}
.legal-orb-one {
  right: 7%; top: 16%; width: 340px; height: 340px;
  border: 1px solid rgba(255,255,255,.08); background: rgba(66,196,119,.08);
  animation: orb-drift-one 15s ease-in-out infinite alternate;
}
.legal-orb-two {
  right: 31%; bottom: -80px; width: 210px; height: 210px;
  background: rgba(255,138,76,.1);
  animation: orb-drift-two 18s ease-in-out infinite alternate;
}
.legal-content-section { padding-block: 105px 130px; }
.legal-layout {
  display: grid; grid-template-columns: 230px minmax(0, 820px);
  align-items: start; justify-content: center; gap: 74px;
}
.legal-toc { position: sticky; top: 112px; padding-top: 15px; }
.legal-toc > p {
  margin-bottom: 18px; color: var(--green); font-size: .7rem; font-weight: 850;
  letter-spacing: .13em; text-transform: uppercase;
}
.legal-toc nav { display: grid; gap: 2px; }
.legal-toc a {
  padding: 7px 0; color: #667970; font-size: .78rem; font-weight: 630; line-height: 1.35;
  transition: color .2s ease, transform .2s ease;
}
.legal-toc a:hover { color: var(--green); transform: translateX(4px); }
.legal-card {
  border: 1px solid rgba(18,49,38,.08); border-radius: 34px;
  background: #fff; box-shadow: 0 24px 70px rgba(18,49,38,.07);
}
.legal-section {
  position: relative; padding: 54px 62px 57px;
  scroll-margin-top: 105px;
}
.legal-section + .legal-section { border-top: 1px solid var(--line); }
.legal-number {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 28px; margin-bottom: 22px; border-radius: 9px;
  color: #087348; background: var(--green-pale);
  font-size: .66rem; font-weight: 850; letter-spacing: .08em;
}
.legal-section:nth-child(3n+2) .legal-number {
  color: #a95127; background: var(--orange-pale);
}
.legal-section h2 {
  max-width: 650px; margin-bottom: 20px; font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.08; letter-spacing: -.045em;
}
.legal-section p, .legal-section li {
  color: #526a60; font-size: .98rem; line-height: 1.72;
}
.legal-section p:last-child { margin-bottom: 0; }
.legal-section ul { display: grid; gap: 9px; margin: 23px 0 0; padding: 0; list-style: none; }
.legal-section li { position: relative; padding-left: 26px; }
.legal-section li::before {
  content: ""; position: absolute; top: .73em; left: 2px; width: 8px; height: 8px;
  border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 5px rgba(29,157,99,.1);
}
.legal-inline-link {
  color: #0b8152; font-weight: 750; text-decoration: underline;
  text-decoration-color: rgba(11,129,82,.3); text-underline-offset: 3px;
}
.legal-inline-link:hover { text-decoration-color: currentColor; }
.terms-summary {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 25px 0 29px;
}
.terms-summary > div {
  display: flex; min-height: 142px; flex-direction: column; justify-content: space-between;
  padding: 21px; border: 1px solid rgba(18,49,38,.09); border-radius: 18px;
  background: linear-gradient(145deg, #edf8ef, #f8fbf4);
}
.terms-summary > div:nth-child(2) { background: linear-gradient(145deg, #fff0e7, #fff8ef); }
.terms-summary strong {
  color: var(--green); font-size: 2.55rem; line-height: 1; letter-spacing: -.06em;
}
.terms-summary > div:nth-child(2) strong { color: #ce6537; }
.terms-summary span { color: #526a60; font-size: .7rem; font-weight: 750; line-height: 1.4; }
.legal-contact a {
  display: grid; grid-template-columns: 1fr auto; gap: 5px 20px; align-items: center;
  margin-top: 26px; padding: 21px 23px; border: 1px solid rgba(29,157,99,.16);
  border-radius: 18px; background: #f0f8f1;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), border-color .3s ease, box-shadow .3s ease;
}
.legal-contact a:hover {
  transform: translateY(-3px); border-color: rgba(29,157,99,.3);
  box-shadow: 0 14px 32px rgba(18,49,38,.08);
}
.legal-contact a span { color: var(--muted); font-size: .72rem; font-weight: 650; }
.legal-contact a strong { color: var(--ink); font-size: .93rem; overflow-wrap: anywhere; }
.legal-contact a i { grid-column: 2; grid-row: 1 / 3; color: var(--green); font-style: normal; font-size: 1.2rem; }

.js .reveal {
  opacity: 0; filter: blur(5px); transform: translateY(34px) scale(.985);
  transition: opacity .75s ease, filter .75s ease, transform .85s cubic-bezier(.16,1,.3,1);
}
.js .reveal.visible { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
.js .feature.visible:hover { transform: translateY(-5px); }
.js .detail-card.visible:hover { transform: translateY(-7px); }

@keyframes hero-copy-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes hero-visual-in {
  from { opacity: 0; filter: blur(8px); }
  to { opacity: 1; filter: blur(0); }
}
@keyframes phone-float {
  0%, 100% { transform: rotate(3deg) translateY(0); }
  50% { transform: rotate(2.2deg) translateY(-13px); }
}
@keyframes card-float-top {
  0%, 100% { transform: translate3d(0,0,28px) rotate(.2deg); }
  50% { transform: translate3d(0,-10px,28px) rotate(-.8deg); }
}
@keyframes card-float-bottom {
  0%, 100% { transform: translate3d(0,0,42px) rotate(-.3deg); }
  50% { transform: translate3d(0,9px,42px) rotate(.8deg); }
}
@keyframes orb-drift-one {
  to { transform: translate3d(38px,-25px,0) scale(1.12); }
}
@keyframes orb-drift-two {
  to { transform: translate3d(-26px,22px,0) scale(.9); }
}
@keyframes phone-pair-left {
  from { opacity: 0; transform: rotate(-13deg) translate(-66px,70px) scale(.92); }
  to { opacity: 1; transform: rotate(-8deg) translateY(12px) scale(1); }
}
@keyframes phone-pair-right {
  from { opacity: 0; transform: rotate(13deg) translate(66px,54px) scale(.92); }
  to { opacity: 1; transform: rotate(7deg) translateY(-12px) scale(1); }
}
@keyframes icon-float {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-8px) rotate(-2deg); }
}

.js .hero-copy > * {
  opacity: 0;
  animation: hero-copy-in .72s cubic-bezier(.16,1,.3,1) forwards;
}
.js .hero-copy > :nth-child(1) { animation-delay: .08s; }
.js .hero-copy > :nth-child(2) { animation-delay: .16s; }
.js .hero-copy > :nth-child(3) { animation-delay: .25s; }
.js .hero-copy > :nth-child(4) { animation-delay: .34s; }
.js .hero-copy > :nth-child(5) { animation-delay: .43s; }
.js .hero-copy > :nth-child(6) { animation-delay: .5s; }
.js .hero-visual { animation: hero-visual-in .95s cubic-bezier(.16,1,.3,1) .18s both; }

@media (max-width: 920px) {
  .hero { min-height: auto; padding-bottom: 80px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; padding-top: 35px; }
  .hero-visual { min-height: 590px; }
  .floating-card-top { right: 7%; }
  .floating-card-bottom { left: 7%; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div { border-bottom: 1px solid var(--line); }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .proof-grid > div:first-child { padding-left: 30px; }
  .feature { min-height: 560px; }
  .feature-copy { padding: 55px 42px; }
  .ideas-grid { grid-template-columns: 1fr; }
  .ideas-copy { max-width: 670px; }
  .ideas-phones { min-height: 540px; }
  .tilted-left { left: 18%; }
  .tilted-right { right: 18%; }
  .details-grid { grid-template-columns: 1fr; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .family-heading { grid-template-columns: 1fr; gap: 24px; }
  .family-feature { grid-template-columns: 1fr; }
  .family-visual { min-height: 600px; }
  .android-beta-card { grid-template-columns: 1fr; }
  .android-beta-reward { min-height: 450px; }
  .tips-heading { grid-template-columns: 1fr; gap: 24px; }
  .tip-feature { grid-template-columns: 1fr; }
  .tip-visual { min-height: 570px; }
  .faq-layout { grid-template-columns: 1fr; gap: 52px; }
  .faq-heading { position: static; max-width: 680px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-copy { max-width: 700px; }
  .contact-form { max-width: 700px; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .legal-toc { position: static; padding: 0; }
  .legal-toc nav { grid-template-columns: repeat(2, 1fr); column-gap: 30px; }
  .hero-visual { transform: none !important; }
}

@media (max-width: 850px) {
  .nav-links { display: none; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1180px); --radius-xl: 28px; }
  .nav { height: 68px; }
  .nav-links { display: none; }
  .nav-cta { min-height: 40px; padding-inline: 16px; }
  .brand { font-size: 1rem; }
  .brand img { width: 38px; height: 38px; }
  .hero { padding-top: 112px; }
  h1 { font-size: clamp(3.55rem, 18vw, 5rem); }
  .hero-lede { font-size: 1.06rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-visual { min-height: 510px; }
  .phone-main { width: 215px; }
  .floating-card { min-width: 176px; padding: 10px 12px 10px 10px; }
  .floating-card-top { top: 68px; right: -4px; }
  .floating-card-bottom { bottom: 60px; left: -3px; }
  .floating-card small { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { padding: 20px 12px; }
  .proof-grid > div:first-child { padding-left: 12px; }
  .section { padding: 90px 0; }
  .section-heading { margin-bottom: 46px; }
  .section-heading h2, .ideas-copy h2, .final-cta h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .feature { display: flex; min-height: 0; flex-direction: column; }
  .feature-copy, .feature-reverse .feature-copy { order: 1; padding: 42px 28px 28px; }
  .feature-media, .feature-reverse .feature-media { order: 2; width: 100%; min-height: 400px; padding-top: 10px; }
  .feature h3 { font-size: 2.55rem; }
  .feature-number { margin-bottom: 24px; }
  .feature-media .phone { width: 178px; }
  .ideas-section { padding: 90px 0 70px; }
  .ideas-grid { gap: 30px; }
  .ideas-phones { min-height: 440px; }
  .ideas-phones .phone { width: 168px; }
  .tilted-left { left: 3%; }
  .tilted-right { right: 3%; }
  .details-section { padding: 70px 0; }
  .detail-card { min-height: 590px; padding: 34px 28px; }
  .detail-card h3 { font-size: 2.55rem; }
  .detail-icon { margin-bottom: 38px; }
  .detail-card-spend { min-height: 650px; padding-bottom: 300px; }
  .spend-preview { right: 24px; left: 24px; height: 260px; border-radius: 22px 22px 0 0; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card, .capability-card-wide { grid-column: span 1; min-height: 0; padding: 25px; border-radius: 24px; }
  .capability-icon { margin-bottom: 25px; }
  .capability-card h3 { font-size: 1.55rem; }
  .capability-flow i { transform: rotate(90deg); }
  .family-heading { margin-bottom: 42px; }
  .family-heading h2 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .family-feature { min-height: 0; border-radius: 28px; }
  .family-visual { min-height: 520px; padding: 65px 16px; }
  .family-members { gap: 4px; }
  .family-avatar { width: 62px; height: 62px; border-radius: 20px; }
  .family-activity-one { left: 4%; bottom: 60px; }
  .family-activity-two { right: 4%; bottom: 118px; }
  .family-activity-three { display: none; }
  .family-copy { padding: 45px 27px 38px; }
  .family-copy h3 { font-size: 2.5rem; }
  .family-actions { align-items: flex-start; flex-direction: column; }
  .family-interest-button { width: 100%; }
  .android-beta-card { min-height: 0; border-radius: 28px; }
  .android-beta-copy { padding: 52px 27px; }
  .android-beta-copy h2 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .android-beta-button { width: 100%; padding-inline: 16px; }
  .android-beta-actions { align-items: flex-start; flex-direction: column; }
  .android-beta-reward { min-height: 430px; padding: 48px 27px; }
  .android-beta-reward h3 { font-size: 3.45rem; }
  .tips-heading { margin-bottom: 42px; }
  .tips-heading h2 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .tip-feature { min-height: 0; border-radius: 28px; }
  .tip-visual { min-height: 500px; padding: 70px 24px 34px; }
  .tip-number { top: 28px; left: 27px; }
  .siri-phrase { padding: 20px; }
  .tip-status { width: calc(100% - 22px); margin-inline: 11px; }
  .tip-copy { padding: 42px 27px 34px; }
  .tip-copy h3 { font-size: 2.45rem; }
  .faq-layout { gap: 36px; }
  .faq-heading h2 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .faq-list summary { min-height: 80px; font-size: 1rem; }
  .faq-answer { padding-right: 48px; }
  .contact-copy h2 { font-size: clamp(2.9rem, 14vw, 4.1rem); }
  .contact-form { padding: 27px 22px; border-radius: 26px; }
  .contact-email-link { width: 100%; }
  .final-cta { padding: 90px 0; }
  .final-cta img { width: 92px; height: 92px; }
  .footer-inner { flex-wrap: wrap; gap: 15px 25px; }
  .footer-inner > p:not(.copyright) { width: 100%; order: 3; }
  .footer .copyright { margin-left: auto; }
  .legal-hero { min-height: 590px; padding: 120px 0 72px; }
  .legal-hero h1 { font-size: clamp(3.8rem, 20vw, 5.5rem); }
  .legal-back-link { margin-bottom: 46px; }
  .legal-intro { font-size: 1.03rem; }
  .legal-content-section { padding-block: 70px 90px; }
  .legal-toc nav { grid-template-columns: 1fr; gap: 0; }
  .legal-card { border-radius: 26px; }
  .legal-section { padding: 39px 27px 42px; }
  .legal-section h2 { font-size: 1.9rem; }
  .terms-summary { grid-template-columns: 1fr; }
  .terms-summary > div { min-height: 112px; }
  .legal-contact a { grid-template-columns: minmax(0, 1fr) auto; padding: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js .reveal, .js .reveal-group > *, .js .feature .check-list li, .js .detail-card .week-grid span {
    opacity: 1; filter: none; transform: none;
  }
  .hero-visual { transform: none !important; }
}

/* Homepage story refresh — calmer type, clearer hierarchy and grouped features */
body { font-size: 17px; }
h1 {
  margin-bottom: 25px;
  font-size: clamp(4rem, 6vw, 5rem);
  line-height: .94;
  letter-spacing: -.065em;
}
.hero { min-height: 760px; }
.hero-copy { max-width: 620px; }
.hero-lede {
  max-width: 560px;
  font-size: 1.1rem;
  line-height: 1.58;
}
.section { padding: 108px 0; }
.section-heading { max-width: 720px; margin-bottom: 52px; }
.section-heading h2,
.product-proof-copy h2,
.indie-copy h2,
.roadmap-intro h2,
.family-heading h2,
.android-beta-copy h2,
.tips-heading h2,
.faq-heading h2,
.contact-copy h2,
.final-cta h2 {
  margin-bottom: 20px;
  font-size: clamp(2.75rem, 4vw, 3.25rem);
  line-height: 1.04;
  letter-spacing: -.052em;
}
.section-heading > p:last-child,
.story-card-copy > p:not(.feature-kicker),
.product-proof-copy > p:not(.eyebrow),
.cluster-title small,
.roadmap-intro-inner > p:last-child,
.family-heading-copy > p,
.android-beta-copy > p:not(.eyebrow),
.tips-heading > p,
.faq-heading > p:not(.eyebrow),
.contact-copy > p:not(.eyebrow) {
  font-size: 1rem;
  line-height: 1.62;
}

/* Retired long-form poster sections. Their content is consolidated below. */
.intro-section,
.ideas-section,
.details-section,
.capability-section { display: none; }

.proof-grid { grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { padding: 25px 34px; }
.proof-grid strong { font-size: .95rem; }
.proof-grid span { font-size: .78rem; }

.story-section {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.story-section::before {
  content: "";
  position: absolute;
  top: -210px;
  right: -180px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: rgba(66,196,119,.06);
}
.story-heading { position: relative; }
.story-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.story-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 280px;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(18,49,38,.06);
  border-radius: 32px;
  background: #edf7eb;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease;
}
.story-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(18,49,38,.1);
}
.story-card-coral { background: #fff1e8; }
.story-card-dark { color: #fff; background: #0d3429; }
.story-card-copy {
  position: relative;
  z-index: 2;
  padding: 34px 32px 28px;
  background: inherit;
}
.story-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
  border-radius: 11px;
  color: #08734a;
  background: rgba(255,255,255,.7);
  font-size: .68rem;
  font-weight: 850;
}
.story-card-coral .feature-kicker { color: #bf5a2f; }
.story-card-dark .feature-kicker { color: #8ee0aa; }
.story-card-dark .story-number { color: #d7f5e2; background: rgba(255,255,255,.1); }
.story-card h3 {
  max-width: 280px;
  margin-bottom: 14px;
  font-size: clamp(1.7rem, 2.4vw, 2.125rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.story-card-copy > p:not(.feature-kicker) {
  max-width: 320px;
  margin-bottom: 18px;
  color: #587168;
}
.story-card-dark .story-card-copy > p:not(.feature-kicker) { color: #c0d6cd; }
.story-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.story-points li {
  padding: 7px 10px;
  border: 1px solid rgba(18,49,38,.09);
  border-radius: 999px;
  background: rgba(255,255,255,.52);
  font-size: .68rem;
  font-weight: 740;
}
.story-card-dark .story-points li {
  border-color: rgba(255,255,255,.11);
  background: rgba(255,255,255,.07);
}
.story-phone {
  position: relative;
  z-index: 1;
  grid-row: 2;
  align-self: start;
  width: min(220px, 68%);
  height: 350px;
  margin: 9px auto 0;
  overflow: hidden;
  border: 6px solid #17392d;
  border-radius: 35px;
  background: #17392d;
  box-shadow: 0 28px 64px rgba(18,49,38,.18);
  transform: translateY(0);
  transition: transform .55s cubic-bezier(.16,1,.3,1), box-shadow .35s ease;
}
.story-phone img {
  width: 100%;
  max-width: none;
  height: auto;
  border-radius: 29px;
}
.story-card:nth-child(1) .story-phone img { transform: translateY(-34px); }
.story-card:nth-child(2) .story-phone img { transform: translateY(-54px); }
.story-card:nth-child(3) .story-phone img { transform: translateY(-124px); }
.story-card:hover .story-phone {
  transform: translateY(-8px);
  box-shadow: 0 34px 72px rgba(18,49,38,.23);
}

.product-proof-section {
  position: relative;
  padding: 112px 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 24%, rgba(66,196,119,.22), transparent 28%),
    radial-gradient(circle at 91% 88%, rgba(255,138,76,.16), transparent 27%),
    #0a3025;
}
.product-proof-grid {
  position: relative;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: clamp(50px, 7vw, 96px);
}
.product-proof-copy { max-width: 475px; }
.product-proof-copy h2 em { color: #91e2ad; font-style: normal; }
.product-proof-copy > p:not(.eyebrow) { color: #c3d9d0; }
.product-proof-list { display: grid; gap: 12px; margin: 28px 0 25px; }
.product-proof-list span { display: flex; align-items: center; gap: 10px; color: #e8f2ee; font-size: .83rem; font-weight: 680; }
.product-proof-list i {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #07583a;
  background: #91e2ad;
  font-size: .6rem;
  font-style: normal;
  font-weight: 900;
}
.product-proof-phones {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
}
.proof-screen {
  min-width: 0;
  margin: 0;
  padding: 11px 11px 16px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 26px;
  background: rgba(255,255,255,.055);
  box-shadow: 0 24px 55px rgba(0,0,0,.14);
}
.proof-phone {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
  border: 4px solid #17392d;
  border-radius: 22px;
  background: #17392d;
  box-shadow: 0 18px 38px rgba(0,0,0,.22);
}
.proof-phone img { width: 100%; height: auto; max-width: none; border-radius: 18px; }
.proof-screen figcaption { display: flex; flex-direction: column; gap: 4px; padding: 14px 5px 0; }
.proof-screen figcaption strong { color: #fff; font-size: .8rem; letter-spacing: -.015em; }
.proof-screen figcaption span { color: #9fc0b3; font-size: .66rem; line-height: 1.4; }
.product-proof-phones.visible .proof-screen { animation: proof-screen-in .72s cubic-bezier(.16,1,.3,1) both; }
.product-proof-phones.visible .proof-screen:nth-child(2) { animation-delay: .08s; }
.product-proof-phones.visible .proof-screen:nth-child(3) { animation-delay: .16s; }
@keyframes proof-screen-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.feature-groups-section { background: #f5f4ed; }
.feature-groups-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: start;
  gap: clamp(52px, 8vw, 105px);
}
.feature-groups-heading { position: sticky; top: 118px; margin-bottom: 0; }
.feature-clusters { display: grid; gap: 12px; }
.feature-cluster {
  overflow: hidden;
  border: 1px solid rgba(18,49,38,.1);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 1px 0 rgba(18,49,38,.02);
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.feature-cluster[open] {
  border-color: rgba(29,157,99,.2);
  background: #fff;
  box-shadow: 0 18px 45px rgba(18,49,38,.07);
}
.feature-cluster summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 17px;
  min-height: 104px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
}
.feature-cluster summary::-webkit-details-marker { display: none; }
.cluster-number {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 13px;
  color: #08734a;
  background: var(--green-pale);
  font-size: .68rem;
  font-weight: 850;
}
.cluster-title { display: flex; flex-direction: column; gap: 5px; }
.cluster-title strong { font-size: 1.3rem; letter-spacing: -.03em; }
.cluster-title small { max-width: 520px; color: var(--muted); }
.cluster-toggle { position: relative; width: 24px; height: 24px; }
.cluster-toggle::before,
.cluster-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: var(--ink);
  transform: translate(-50%, -50%);
  transition: transform .25s ease;
}
.cluster-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.feature-cluster[open] .cluster-toggle::after { transform: translate(-50%, -50%) rotate(0); }
.cluster-detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 24px 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--line);
}
.cluster-detail-four { grid-template-columns: repeat(2, 1fr); }
.cluster-detail > div { min-height: 112px; padding: 18px; background: #f8faf6; }
.cluster-detail strong { display: block; margin-bottom: 6px; font-size: .82rem; }
.cluster-detail span { display: block; color: var(--muted); font-size: .71rem; line-height: 1.48; }

.indie-section {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 78px;
  padding: 110px 0 90px;
  background:
    radial-gradient(circle at 8% 8%, rgba(66,196,119,.09), transparent 25%),
    #f8f7f1;
}
.indie-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  overflow: hidden;
  border: 1px solid rgba(18,49,38,.08);
  border-radius: var(--radius-xl);
  background: #fff;
  box-shadow: 0 28px 78px rgba(18,49,38,.1);
}
.indie-copy { padding: 68px clamp(42px, 6vw, 78px); }
.indie-copy h2 { margin-bottom: 22px; }
.indie-copy h2 em { color: var(--green); font-style: normal; }
.indie-lede {
  max-width: 620px;
  margin-bottom: 15px;
  color: #38594d;
  font-size: 1.08rem;
  font-weight: 660;
  line-height: 1.58;
}
.indie-copy > p:not(.eyebrow):not(.indie-lede) {
  max-width: 620px;
  margin-bottom: 27px;
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.66;
}
.indie-feedback-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  color: #fff;
  background: var(--ink-deep);
  font-size: .8rem;
  font-weight: 800;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), background .25s ease, box-shadow .25s ease;
}
.indie-feedback-link:hover {
  transform: translateY(-3px);
  background: var(--green);
  box-shadow: 0 14px 30px rgba(29,157,99,.2);
}
.indie-feedback-link span { transition: transform .2s ease; }
.indie-feedback-link:hover span { transform: translateX(4px); }
.indie-principles {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px clamp(35px, 5vw, 62px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 9%, rgba(116,224,153,.24), transparent 25%),
    radial-gradient(circle at 10% 96%, rgba(255,138,76,.13), transparent 28%),
    #0c3428;
}
.indie-principles::before {
  content: "";
  position: absolute;
  right: -105px;
  bottom: -130px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}
.indie-status {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  padding: 17px 18px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  background: rgba(255,255,255,.065);
}
.indie-status-dot {
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  border: 3px solid rgba(146,227,174,.24);
  border-radius: 50%;
  background: #92e3ae;
  box-shadow: 0 0 0 6px rgba(146,227,174,.08);
  animation: indie-status-pulse 2.8s ease-in-out infinite;
}
.indie-status p,
.indie-principle-list p { display: flex; flex-direction: column; gap: 4px; margin: 0; }
.indie-status strong { font-size: .84rem; }
.indie-status small { color: #a9c5ba; font-size: .69rem; line-height: 1.45; }
.indie-principle-list { position: relative; z-index: 1; display: grid; }
.indie-principle-list article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  padding: 19px 0;
  border-top: 1px solid rgba(255,255,255,.1);
}
.indie-principle-list article > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  color: #8fe0ab;
  background: rgba(143,224,171,.1);
  font-size: .62rem;
  font-weight: 850;
}
.indie-principle-list strong { font-size: .83rem; }
.indie-principle-list small { color: #a9c5ba; font-size: .7rem; line-height: 1.48; }
@keyframes indie-status-pulse {
  50% { opacity: .66; transform: scale(.86); }
}

.roadmap-intro {
  padding: 100px 0 45px;
  text-align: center;
  background: #f8f7f1;
}
.roadmap-intro-inner { max-width: 660px; }
.roadmap-intro .eyebrow { justify-content: center; margin-bottom: 17px; }
.roadmap-intro h2 { margin-bottom: 13px; }
.roadmap-intro-inner > p:last-child { margin-bottom: 0; color: var(--muted); }
.family-section { padding-top: 60px; }

.family-copy h3,
.android-beta-reward h3,
.tip-copy h3 {
  font-size: clamp(1.75rem, 2.8vw, 2.125rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.family-feature,
.android-beta-card,
.tip-feature { min-height: 560px; }
.android-beta-copy { padding-block: 62px; }
.android-beta-reward { padding-block: 52px; }
.android-reward-icon { margin-bottom: 26px; }
.tips-heading { margin-bottom: 48px; }
.faq-list summary { min-height: 78px; font-size: 1rem; }
.final-cta { padding: 105px 0; }

@media (max-width: 1100px) {
  .nav { gap: 18px; }
  .nav-links { gap: 17px; }
  .nav-links a { font-size: .83rem; }
  .story-card-copy { padding-inline: 25px; }
  .story-card { min-height: 610px; }
  .proof-phone { height: 330px; }
}

@media (max-width: 920px) {
  .proof-grid { grid-template-columns: repeat(3, 1fr); }
  .proof-grid > div,
  .proof-grid > div:first-child {
    padding: 22px 18px;
    border-bottom: 0;
  }
  .proof-grid > div:nth-child(2) { border-right: 1px solid var(--line); }
  .story-grid { grid-template-columns: 1fr; }
  .story-card {
    grid-template-columns: 1.05fr .95fr;
    grid-template-rows: 1fr;
    min-height: 430px;
  }
  .story-card-copy { grid-column: 1; max-width: none; padding: 40px; }
  .story-phone {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    width: 205px;
    height: 390px;
    margin: 36px auto -55px;
  }
  .product-proof-grid { grid-template-columns: 1fr; }
  .product-proof-copy { max-width: 650px; }
  .product-proof-phones { width: min(720px, 100%); margin-inline: auto; }
  .proof-phone { height: 380px; }
  .feature-groups-layout { grid-template-columns: 1fr; gap: 45px; }
  .feature-groups-heading { position: static; margin-bottom: 0; }
  .indie-card { grid-template-columns: 1fr; }
  .indie-principles { min-height: 470px; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  h1 { font-size: clamp(3.3rem, 16vw, 4.15rem); line-height: .94; }
  .hero { padding-top: 108px; }
  .section { padding: 76px 0; }
  .section-heading h2,
  .product-proof-copy h2,
  .indie-copy h2,
  .roadmap-intro h2,
  .family-heading h2,
  .android-beta-copy h2,
  .tips-heading h2,
  .faq-heading h2,
  .contact-copy h2,
  .final-cta h2 { font-size: clamp(2.3rem, 11vw, 2.8rem); }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div,
  .proof-grid > div:first-child,
  .proof-grid > div:nth-child(2) {
    padding: 18px 4px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .proof-grid > div:last-child { border-bottom: 0; }
  .story-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto 260px;
    min-height: 0;
    border-radius: 26px;
  }
  .story-card-copy { grid-column: 1; padding: 29px 25px 25px; }
  .story-card h3 { font-size: 1.85rem; }
  .story-phone {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    width: 180px;
    height: 315px;
    margin: 8px auto 0;
  }
  .product-proof-section { padding: 78px 0 58px; }
  .product-proof-grid { gap: 30px; }
  .product-proof-phones { grid-template-columns: 1fr; width: 100%; gap: 12px; }
  .proof-screen {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    padding: 9px 18px 9px 9px;
    border-radius: 22px;
  }
  .proof-phone { width: 128px; height: 230px; border-radius: 18px; }
  .proof-phone img { border-radius: 14px; }
  .proof-screen figcaption { padding: 0; }
  .proof-screen figcaption strong { font-size: .92rem; }
  .feature-cluster summary { grid-template-columns: 38px minmax(0, 1fr) 24px; gap: 12px; min-height: 92px; padding: 17px; }
  .cluster-number { width: 36px; height: 36px; }
  .cluster-title strong { font-size: 1.08rem; }
  .cluster-title small { font-size: .78rem; line-height: 1.45; }
  .cluster-detail,
  .cluster-detail-four { grid-template-columns: 1fr; margin: 0 17px 17px; }
  .cluster-detail > div { min-height: 0; }
  .indie-section { padding: 76px 0 58px; }
  .indie-card { border-radius: 28px; }
  .indie-copy { padding: 42px 27px; }
  .indie-principles { min-height: 0; padding: 42px 27px; }
  .indie-status { align-items: flex-start; }
  .roadmap-intro { padding: 75px 0 25px; }
  .family-section { padding-top: 45px; }
  .family-copy h3,
  .android-beta-reward h3,
  .tip-copy h3 { font-size: 2rem; }
  .final-cta { padding: 78px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .product-proof-phones.visible .proof-screen { animation: none; }
  .indie-status-dot { animation: none; }
}
