:root {
  --ink: #10211c;
  --muted: #617069;
  --paper: #f4f7f4;
  --paper-2: #e9efea;
  --white: #ffffff;
  --green-950: #032c23;
  --green-900: #073f32;
  --green-800: #0b5843;
  --green-700: #107355;
  --green-100: #d8eee3;
  --amber: #f3bd55;
  --amber-soft: #fff0cc;
  --blue-soft: #dceaf5;
  --line: rgba(16, 33, 28, .13);
  --shadow: 0 24px 70px rgba(8, 46, 35, .14);
  --radius: 24px;
  --font-body: "Be Vietnam Pro", sans-serif;
  --font-display: "Manrope", "Be Vietnam Pro", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.page-width { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 16px; background: var(--white); color: var(--green-900); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  color: var(--white);
  transition: background .25s ease, box-shadow .25s ease, color .25s ease;
}
.site-header.scrolled { background: rgba(244, 247, 244, .96); color: var(--ink); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.nav-shell { height: 78px; width: min(1240px, calc(100% - 40px)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 1.2rem; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; background: var(--amber); color: var(--green-950); font-size: 1.15rem; font-weight: 800; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.desktop-nav { display: flex; gap: 30px; align-items: center; margin-left: auto; }
.desktop-nav a { font-size: .86rem; font-weight: 600; opacity: .82; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.share-button { display: inline-flex; align-items: center; gap: 8px; border: 0; padding: 8px 4px; background: transparent; color: inherit; font-size: .84rem; font-weight: 700; cursor: pointer; }
.share-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button { border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 23px; font-weight: 700; font-size: .9rem; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green-900); color: var(--white); box-shadow: 0 12px 30px rgba(3,44,35,.2); }
.site-header:not(.scrolled) .button-primary { background: var(--amber); color: var(--green-950); box-shadow: none; }
.button-small { min-height: 42px; padding: 10px 18px; }
.button-large { min-height: 58px; padding: 15px 28px; font-size: .98rem; }
.button-outline { background: transparent; border-color: rgba(16,33,28,.28); color: var(--green-900); }
.button-outline:hover { border-color: var(--green-900); background: var(--green-100); }
.button-light { background: var(--amber); color: var(--green-950); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); position: relative; cursor: pointer; }
.menu-toggle span { position: absolute; width: 18px; height: 2px; left: 12px; background: currentColor; transition: transform .2s ease, top .2s ease; }
.menu-toggle span:first-child { top: 16px; }
.menu-toggle span:last-child { top: 24px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 20px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 20px; transform: rotate(-45deg); }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 820px; height: 100svh; max-height: 980px; color: var(--white); background: var(--green-950); overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.02); }
.hero-shade { background: linear-gradient(90deg, rgba(3,35,27,.97) 0%, rgba(3,35,27,.84) 35%, rgba(3,35,27,.28) 69%, rgba(3,35,27,.16) 100%); }
.hero-content { position: relative; z-index: 2; min-height: calc(100% - 66px); padding-top: 132px; padding-bottom: 76px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.hero-copy { width: min(680px, 65%); }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 9px; color: var(--amber); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--green-700); }
.eyebrow.light { color: var(--amber); }
.hero h1, .section-heading h2, .product-intro h2, .pricing-heading h2, .future-copy h2, .faq-heading h2, .final-cta h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: .98;
}
.hero h1 { font-size: clamp(4.6rem, 8vw, 7.4rem); }
.hero h1 em, .section-heading h2 em, .product-intro h2 em, .pricing-heading h2 em, .future-copy h2 em, .faq-heading h2 em, .final-cta h2 em { color: var(--amber); font-style: normal; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.83); font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.text-link { font-weight: 700; font-size: .92rem; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 4px; }
.text-link span { color: var(--amber); margin-left: 8px; }
.hero-proof { margin-top: 46px; display: flex; gap: 0; }
.hero-proof > div { min-width: 165px; padding: 0 24px; border-left: 1px solid rgba(255,255,255,.2); }
.hero-proof > div:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong { display: block; font-family: var(--font-display); font-size: 1.3rem; color: var(--amber); letter-spacing: -.03em; }
.hero-proof span { display: block; margin-top: 4px; color: rgba(255,255,255,.66); font-size: .72rem; line-height: 1.5; }
.hero-live-card { width: 305px; margin-top: 130px; align-self: center; background: rgba(249,252,250,.91); color: var(--ink); border: 1px solid rgba(255,255,255,.5); border-radius: 22px; padding: 20px; box-shadow: 0 30px 80px rgba(0,0,0,.2); backdrop-filter: blur(18px); }
.live-top { display: flex; align-items: center; justify-content: space-between; font-size: .65rem; font-weight: 700; color: var(--muted); }
.live-top span { display: flex; align-items: center; gap: 6px; }
.live-top i { width: 7px; height: 7px; border-radius: 50%; background: #22a06b; box-shadow: 0 0 0 4px rgba(34,160,107,.12); }
.live-top b { color: var(--green-900); }
.live-number { margin: 23px 0 18px; display: flex; align-items: end; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 17px; }
.live-number small { color: var(--muted); font-size: .68rem; }
.live-number strong { font-family: var(--font-display); font-size: 2.25rem; color: var(--green-900); line-height: 1; }
.live-row { display: grid; grid-template-columns: 1fr auto; gap: 3px 10px; margin-top: 13px; font-size: .68rem; }
.live-row strong { font-size: .68rem; }
.live-row i { grid-column: 1 / -1; color: var(--green-700); font-style: normal; font-size: .6rem; }
.live-chart { height: 75px; margin-top: 22px; display: flex; align-items: end; gap: 8px; border-bottom: 1px solid var(--line); }
.live-chart span { flex: 1; height: var(--h); background: var(--green-700); border-radius: 4px 4px 0 0; opacity: .84; }
.live-chart span:nth-child(6) { background: var(--amber); }
.hero-bottom { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; height: 66px; background: var(--amber); color: var(--green-950); display: flex; align-items: center; overflow: hidden; }
.ticker { width: max-content; min-width: 100%; padding: 0 3vw; display: flex; align-items: center; justify-content: space-around; gap: 30px; white-space: nowrap; font-family: var(--font-display); font-size: .79rem; font-weight: 800; letter-spacing: .06em; }
.ticker i { font-style: normal; opacity: .55; }

.section-heading h2, .product-intro h2, .pricing-heading h2, .future-copy h2, .faq-heading h2, .final-cta h2 { font-size: clamp(2.7rem, 5vw, 4.8rem); }
.section-heading h2 em, .product-intro h2 em, .pricing-heading h2 em, .faq-heading h2 em { color: var(--green-700); }
.split-heading { display: grid; grid-template-columns: 1.45fr .65fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.split-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 1.02rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card { position: relative; min-height: 405px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.benefit-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.benefit-card.featured { background: var(--green-900); color: var(--white); border-color: var(--green-900); transform: translateY(24px); }
.benefit-card.featured:hover { transform: translateY(18px); }
.card-number { position: absolute; top: 24px; right: 27px; color: rgba(16,33,28,.24); font-family: var(--font-display); font-size: .72rem; font-weight: 800; }
.featured .card-number { color: rgba(255,255,255,.35); }
.benefit-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 16px; background: var(--green-100); color: var(--green-900); font-size: 1.35rem; font-weight: 800; }
.featured .benefit-icon { background: var(--amber); color: var(--green-950); }
.benefit-card h3 { margin: 64px 0 14px; font-family: var(--font-display); font-size: 1.45rem; line-height: 1.2; letter-spacing: -.03em; }
.benefit-card p { color: var(--muted); margin: 0; font-size: .91rem; }
.featured p { color: rgba(255,255,255,.7); }
.benefit-card ul { margin: 28px 0 0; padding: 20px 0 0; list-style: none; border-top: 1px solid var(--line); color: var(--green-800); font-size: .78rem; font-weight: 700; }
.featured ul { border-color: rgba(255,255,255,.14); color: var(--amber); }
.benefit-card li { margin: 7px 0; }
.benefit-card li::before { content: "↳"; margin-right: 8px; }

.journey { background: var(--green-950); color: var(--white); overflow: hidden; }
.section-heading.center { text-align: center; max-width: 850px; margin: 0 auto 78px; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading.center > p:last-child { max-width: 590px; margin: 24px auto 0; color: rgba(255,255,255,.65); }
.journey-line { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; }
.journey-line::before { content: ""; position: absolute; left: 9%; right: 9%; top: 55px; height: 1px; background: rgba(255,255,255,.2); }
.journey-step { position: relative; text-align: center; }
.journey-step b { display: block; margin-bottom: 25px; color: rgba(255,255,255,.25); font-family: var(--font-display); font-size: .72rem; }
.step-dot { position: relative; z-index: 1; width: 17px; height: 17px; display: block; margin: 0 auto 34px; border-radius: 50%; border: 4px solid var(--green-950); background: var(--amber); box-shadow: 0 0 0 1px rgba(255,255,255,.35); }
.journey-step h3 { margin: 0 0 10px; color: var(--amber); font-family: var(--font-display); font-size: 1.05rem; }
.journey-step p { margin: 0; color: rgba(255,255,255,.6); font-size: .76rem; line-height: 1.65; }
.journey-note { max-width: 720px; margin: 72px auto 0; padding: 18px 22px; display: flex; gap: 14px; align-items: center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; }
.journey-note span { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--amber); color: var(--green-950); font-weight: 800; }
.journey-note p { margin: 0; color: rgba(255,255,255,.68); font-size: .83rem; }
.journey-note strong { color: var(--white); }

.product-section { background: #eef3ef; }
.product-intro { max-width: 850px; margin-bottom: 46px; }
.product-intro > p:last-child { color: var(--muted); }
.product-tabs { display: flex; gap: 8px; margin-bottom: 18px; }
.product-tab { flex: 1; padding: 18px; border: 1px solid var(--line); border-radius: 14px 14px 0 0; background: rgba(255,255,255,.5); color: var(--muted); text-align: left; font-weight: 700; cursor: pointer; }
.product-tab span { display: inline-block; margin-right: 12px; color: rgba(16,33,28,.35); font-size: .7rem; }
.product-tab.active { background: var(--white); color: var(--green-900); border-bottom-color: var(--white); }
.product-stage { min-height: 610px; padding: 58px; background: var(--white); border: 1px solid var(--line); border-radius: 0 0 26px 26px; box-shadow: var(--shadow); overflow: hidden; }
.product-panel { display: grid; grid-template-columns: .8fr 1.35fr; gap: 70px; align-items: center; min-height: 500px; }
.product-panel[hidden] { display: none; }
.product-copy { max-width: 390px; }
.product-label { display: block; margin-bottom: 20px; color: var(--green-700); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.product-copy h3 { margin: 0; font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.12; letter-spacing: -.05em; }
.product-copy p { margin: 22px 0; color: var(--muted); font-size: .91rem; }
.product-copy ul { margin: 0; padding: 0; list-style: none; font-size: .82rem; font-weight: 700; color: var(--green-800); }
.product-copy li { margin: 9px 0; }
.product-copy li::before { content: "✓"; margin-right: 9px; color: var(--green-700); }
.device { margin: 0; background: #e7ece9; overflow: hidden; box-shadow: 0 24px 65px rgba(3,44,35,.16); }
.device-desktop { height: 500px; border: 9px solid #18211e; border-radius: 18px; }
.device-desktop img { width: 100%; object-fit: cover; object-position: top; }
.browser-bar { height: 32px; display: flex; align-items: center; gap: 6px; padding: 0 11px; background: #18211e; color: rgba(255,255,255,.35); font-size: .52rem; }
.browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.25); }
.browser-bar span { margin-left: auto; margin-right: auto; }
.device-phone { position: relative; justify-self: center; width: min(310px, 100%); padding: 24px 9px 12px; border: 8px solid #16201c; border-radius: 42px; background: #16201c; }
.device-phone img { border-radius: 23px; width: 100%; }
.phone-speaker { position: absolute; z-index: 2; top: 13px; left: 50%; transform: translateX(-50%); width: 58px; height: 5px; border-radius: 999px; background: #080e0c; }
.kitchen-device { height: 500px; }

.feature-bento { background: var(--paper); }
.bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(245px, auto); gap: 18px; }
.bento-card { grid-column: span 4; position: relative; padding: 30px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--white); overflow: hidden; }
.bento-card > span { color: var(--green-700); font-size: .67rem; font-weight: 800; letter-spacing: .12em; }
.bento-card h3 { margin: 18px 0 10px; font-family: var(--font-display); font-size: 1.45rem; line-height: 1.2; letter-spacing: -.04em; }
.bento-card p { margin: 0; color: var(--muted); font-size: .84rem; }
.bento-menu { grid-column: span 7; background: var(--green-900); color: var(--white); }
.bento-menu > span { color: var(--amber); }
.bento-menu p { color: rgba(255,255,255,.65); }
.dish-row { position: absolute; left: 30px; right: 30px; bottom: -36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; transform: rotate(-2deg); }
.dish-row img { width: 100%; aspect-ratio: 1.2; object-fit: cover; border-radius: 14px 14px 0 0; }
.bento-stat { grid-column: span 5; background: var(--amber-soft); }
.big-stat { margin-top: 32px; color: var(--green-900); font-family: var(--font-display); font-size: clamp(2.3rem, 4vw, 3.8rem); font-weight: 800; letter-spacing: -.06em; }
.big-stat small { font-size: .72rem; letter-spacing: 0; }
.mini-bars { position: absolute; left: 30px; right: 30px; bottom: 24px; height: 66px; display: flex; align-items: end; gap: 11px; border-bottom: 1px solid rgba(16,33,28,.2); }
.mini-bars i { flex: 1; height: var(--v); background: var(--green-700); border-radius: 4px 4px 0 0; opacity: .75; }
.role-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.role-chips i { padding: 7px 11px; border-radius: 999px; background: var(--green-100); color: var(--green-800); font-size: .68rem; font-weight: 700; font-style: normal; }
.pay-flow { display: grid; grid-template-columns: auto auto 1fr auto auto 1fr auto auto; gap: 7px; align-items: center; margin-top: 34px; font-size: .62rem; font-weight: 700; color: var(--muted); }
.pay-flow i { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--green-900); color: var(--white); font-style: normal; }
.pay-flow b { color: var(--amber); }
.bento-takeaway { background: var(--blue-soft); }
.bento-takeaway a { display: inline-block; margin-top: 22px; color: var(--green-900); font-size: .8rem; font-weight: 800; border-bottom: 1px solid var(--green-900); }
.branch-list { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; margin-top: 24px; font-size: .68rem; }
.branch-list i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; background: var(--green-100); color: var(--green-900); font-weight: 800; font-style: normal; }
.branch-list b { color: #18835f; font-size: .6rem; }

.pricing { background: var(--white); }
.pricing-heading { max-width: 830px; text-align: center; margin: 0 auto 64px; }
.pricing-heading .eyebrow { justify-content: center; }
.pricing-heading > p:last-child { max-width: 630px; margin: 24px auto 0; color: var(--muted); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.plan-card { position: relative; min-height: 650px; padding: 32px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }
.plan-standard { background: var(--white); }
.plan-featured { background: var(--green-900); color: var(--white); border-color: var(--green-900); transform: translateY(-16px); box-shadow: 0 30px 70px rgba(3,44,35,.24); }
.plan-ribbon { position: absolute; top: 0; right: 28px; padding: 7px 13px; background: var(--amber); color: var(--green-950); font-size: .58rem; font-weight: 800; letter-spacing: .08em; border-radius: 0 0 9px 9px; }
.plan-top > span { color: var(--green-700); font-size: .66rem; font-weight: 800; letter-spacing: .12em; }
.plan-featured .plan-top > span { color: var(--amber); }
.plan-top h3 { margin: 14px 0 10px; font-family: var(--font-display); font-size: 1.45rem; letter-spacing: -.04em; }
.plan-top p { min-height: 70px; margin: 0; color: var(--muted); font-size: .8rem; }
.plan-featured .plan-top p { color: rgba(255,255,255,.62); }
.price { margin: 28px 0 25px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.plan-featured .price { border-color: rgba(255,255,255,.15); }
.price strong { display: block; font-family: var(--font-display); font-size: 2.25rem; line-height: 1.1; letter-spacing: -.06em; }
.price span { color: var(--muted); font-size: .72rem; }
.plan-featured .price span { color: rgba(255,255,255,.55); }
.include { margin: 0 0 14px; color: var(--muted); font-size: .7rem; font-weight: 700; }
.plan-featured .include { color: rgba(255,255,255,.58); }
.plan-card ul { margin: 0 0 30px; padding: 0; list-style: none; font-size: .78rem; flex: 1; }
.plan-card li { margin: 11px 0; }
.plan-card li::before { content: "✓"; display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 9px; border-radius: 50%; background: var(--green-100); color: var(--green-900); font-size: .6rem; font-weight: 800; }
.plan-featured li::before { background: rgba(243,189,85,.18); color: var(--amber); }
.plan-card .button { width: 100%; margin-top: auto; }
.plan-featured .button-primary { background: var(--amber); color: var(--green-950); }
.pricing-note { margin: 34px 0 0; text-align: center; color: var(--muted); font-size: .72rem; }

.future { background: var(--green-950); color: var(--white); }
.future-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: start; }
.future-copy { position: sticky; top: 125px; }
.future-copy > p:not(.eyebrow) { color: rgba(255,255,255,.64); margin-top: 28px; }
.future-legend { display: flex; gap: 25px; margin-top: 35px; color: rgba(255,255,255,.6); font-size: .7rem; }
.future-legend span { display: flex; align-items: center; gap: 8px; }
.future-legend i { width: 9px; height: 9px; border-radius: 50%; }
.future-legend .now { background: var(--amber); }
.future-legend .next { border: 1px solid rgba(255,255,255,.5); }
.future-roadmap { border-top: 1px solid rgba(255,255,255,.14); }
.roadmap-item { display: grid; grid-template-columns: 125px 1fr; gap: 30px; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.roadmap-status { align-self: start; width: fit-content; padding: 6px 8px; border-radius: 6px; font-size: .54rem; font-weight: 800; letter-spacing: .06em; }
.roadmap-status.now { background: var(--amber); color: var(--green-950); }
.roadmap-status.next { border: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.68); }
.roadmap-item h3 { margin: 0 0 8px; font-family: var(--font-display); font-size: 1.22rem; letter-spacing: -.03em; }
.roadmap-item p { margin: 0; color: rgba(255,255,255,.6); font-size: .8rem; }
.future-disclaimer { margin-top: 42px; color: rgba(255,255,255,.4); font-size: .65rem; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 95px; }
.faq-heading { position: sticky; top: 125px; align-self: start; }
.faq-heading p:not(.eyebrow) { color: var(--muted); }
.faq-heading a { display: inline-block; margin-top: 18px; color: var(--green-800); font-size: .82rem; font-weight: 800; border-bottom: 1px solid currentColor; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 28px 48px 28px 0; list-style: none; cursor: pointer; font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; letter-spacing: -.02em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; top: 25px; right: 4px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--white); color: var(--green-900); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--green-900); color: var(--white); }
.faq-list details p { margin: -5px 48px 28px 0; color: var(--muted); font-size: .86rem; }

.final-cta { padding: 100px 0; background: var(--green-800); color: var(--white); }
.final-cta-inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.final-cta h2 { font-size: clamp(3.2rem, 6vw, 5.7rem); }
.final-cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
.share-text { padding: 0 0 4px; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); background: transparent; color: var(--white); font-weight: 700; cursor: pointer; }
.final-cta-actions small { color: rgba(255,255,255,.55); font-size: .68rem; }

.site-footer { padding: 72px 0 26px; background: #021d17; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-brand { margin-bottom: 12px; }
.footer-grid p { max-width: 290px; margin: 0; color: rgba(255,255,255,.5); font-size: .72rem; }
.footer-grid strong { margin-bottom: 10px; color: rgba(255,255,255,.35); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a, .footer-share { border: 0; padding: 0; background: transparent; color: rgba(255,255,255,.72); font-size: .75rem; cursor: pointer; }
.footer-tip { margin-top: 10px !important; }
.footer-bottom { margin-top: 60px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-size: .65rem; }
.share-toast { position: fixed; z-index: 200; left: 50%; bottom: 28px; transform: translate(-50%, 150%); padding: 12px 18px; border-radius: 999px; background: var(--ink); color: var(--white); box-shadow: 0 12px 35px rgba(0,0,0,.24); font-size: .78rem; font-weight: 700; opacity: 0; transition: transform .25s ease, opacity .25s ease; }
.share-toast.show { transform: translate(-50%, 0); opacity: 1; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .15s; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { position: absolute; top: 78px; left: 20px; right: 20px; padding: 16px; display: grid; gap: 4px; border-radius: 18px; background: rgba(244,247,244,.98); color: var(--ink); box-shadow: var(--shadow); opacity: 0; transform: translateY(-10px); pointer-events: none; transition: opacity .2s, transform .2s; }
  .mobile-nav.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .mobile-nav a { padding: 12px 14px; border-radius: 10px; font-weight: 700; }
  .mobile-nav a:hover { background: var(--green-100); }
  .hero-copy { width: min(650px, 70%); }
  .hero-live-card { width: 270px; }
  .split-heading { grid-template-columns: 1.25fr .75fr; gap: 45px; }
  .product-panel { grid-template-columns: .85fr 1.15fr; gap: 40px; }
  .future-grid, .faq-grid { gap: 55px; }
}

@media (max-width: 820px) {
  .page-width { width: min(100% - 34px, 680px); }
  .section { padding: 88px 0; }
  .hero { height: auto; min-height: 850px; max-height: none; }
  .hero-media img { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,35,27,.96), rgba(3,35,27,.67)); }
  .hero-content { align-items: flex-start; padding-top: 150px; min-height: 850px; }
  .hero-copy { width: 100%; }
  .hero-live-card { display: none; }
  .hero-proof { flex-wrap: wrap; row-gap: 20px; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 50px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: auto; }
  .benefit-card.featured, .benefit-card.featured:hover { transform: none; }
  .benefit-card h3 { margin-top: 42px; }
  .journey-line { grid-template-columns: 1fr; gap: 0; padding-left: 30px; }
  .journey-line::before { top: 10px; bottom: 10px; left: 8px; right: auto; width: 1px; height: auto; }
  .journey-step { display: grid; grid-template-columns: auto 1fr; column-gap: 18px; text-align: left; padding-bottom: 30px; }
  .journey-step b { grid-column: 1; grid-row: 1; margin: 4px 0 0; }
  .step-dot { position: absolute; left: -29px; top: 1px; margin: 0; }
  .journey-step h3 { grid-column: 2; }
  .journey-step p { grid-column: 2; }
  .product-stage { padding: 35px 24px; }
  .product-panel { grid-template-columns: 1fr; }
  .product-copy { max-width: none; }
  .device-desktop { height: 430px; }
  .bento-grid { grid-template-columns: 1fr 1fr; }
  .bento-card, .bento-menu, .bento-stat { grid-column: span 1; }
  .bento-menu { grid-column: 1 / -1; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 600px; margin-inline: auto; }
  .plan-card { min-height: auto; }
  .plan-featured { transform: none; }
  .future-grid, .faq-grid { grid-template-columns: 1fr; }
  .future-copy, .faq-heading { position: static; }
  .final-cta-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  body { padding-bottom: 72px; }
  .page-width { width: calc(100% - 28px); }
  .nav-shell { width: calc(100% - 24px); height: 68px; }
  .site-header .button-small, .share-button span { display: none; }
  .share-button { width: 38px; height: 38px; justify-content: center; padding: 0; }
  .mobile-nav { top: 68px; left: 12px; right: 12px; }
  .hero { min-height: 780px; }
  .hero-content { min-height: 780px; padding-top: 120px; padding-bottom: 96px; }
  .hero h1 { font-size: clamp(4rem, 20vw, 5.7rem); }
  .hero-lead { font-size: .96rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-proof { margin-top: 38px; display: grid; grid-template-columns: 1fr 1fr; }
  .hero-proof > div { min-width: 0; padding: 0 14px; }
  .hero-proof > div:nth-child(3) { display: none; }
  .ticker { justify-content: flex-start; animation: ticker 18s linear infinite; }
  @keyframes ticker { to { transform: translateX(-45%); } }
  .section { padding: 72px 0; }
  .section-heading h2, .product-intro h2, .pricing-heading h2, .future-copy h2, .faq-heading h2 { font-size: 2.55rem; }
  .benefit-card { padding: 26px; }
  .product-tabs { overflow-x: auto; }
  .product-tab { min-width: 148px; padding: 14px 12px; font-size: .76rem; }
  .product-stage { min-height: 0; padding: 28px 18px; }
  .product-panel { gap: 30px; min-height: 0; }
  .device-desktop, .kitchen-device { height: 340px; }
  .bento-grid { display: grid; grid-template-columns: 1fr; }
  .bento-card, .bento-menu, .bento-stat { grid-column: 1; min-height: 260px; }
  .dish-row { bottom: -8px; }
  .pay-flow { grid-template-columns: auto 1fr auto 1fr auto 1fr; }
  .pay-flow b { display: none; }
  .roadmap-item { grid-template-columns: 1fr; gap: 14px; }
  .future-legend { flex-direction: column; gap: 10px; }
  .final-cta h2 { font-size: 3rem; }
  .final-cta { padding: 78px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .mobile-cta { position: fixed; z-index: 90; left: 10px; right: 10px; bottom: 9px; height: 58px; padding: 8px 10px 8px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-radius: 18px; background: var(--green-950); color: var(--white); box-shadow: 0 16px 45px rgba(0,0,0,.3); }
  .mobile-cta span { display: flex; flex-direction: column; line-height: 1.1; }
  .mobile-cta small { color: rgba(255,255,255,.55); font-size: .56rem; }
  .mobile-cta strong { color: var(--amber); font-size: 1.1rem; }
  .mobile-cta b { padding: 10px 14px; border-radius: 12px; background: var(--amber); color: var(--green-950); font-size: .7rem; }
  .share-toast { bottom: 82px; width: max-content; max-width: calc(100% - 24px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
