:root {
  --ink: #0d1514;
  --muted: #69736f;
  --paper: #f8faf7;
  --white: #ffffff;
  --soft: #eef4ef;
  --soft-2: #e4eee8;
  --deep: #062c26;
  --deep-2: #0a4438;
  --mint: #8ff4c5;
  --mint-2: #5ee7b1;
  --emerald: #16a477;
  --teal: #0a8f78;
  --coral: #ff675d;
  --line: rgba(13,21,20,.09);
  --shadow: 0 30px 80px rgba(6,44,38,.12);
  --shadow-deep: 0 34px 90px rgba(0,0,0,.35);
  --radius-xl: 38px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --shell: min(1180px, calc(100vw - 48px));
  /* Kraft / matte-paper fibre — reused by every envelope (hero, gallery, THEN/NOW). */
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: ui-rounded, "SF Pro Rounded", "Avenir Next", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--mint); color: var(--deep); }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 999;
  padding: 12px 16px; border-radius: 12px; background: var(--deep); color: white;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.shell { width: var(--shell); margin-inline: auto; position: relative; }
.narrow { max-width: 980px; }
.section-light, .section-white, .section-soft, .section-dark { position: relative; overflow: clip; }
.section-light { background: linear-gradient(180deg, #fbfdfb 0%, #f1f7f2 100%); }
.section-white { background: #fff; }
.section-soft { background: linear-gradient(180deg, #f0f5f1 0%, #edf4ef 100%); }
.section-dark { background: radial-gradient(circle at 72% 12%, rgba(61,220,161,.12), transparent 26%), linear-gradient(160deg, #061f1c 0%, #082f28 52%, #061b18 100%); color: white; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  background: rgba(249,251,249,.84); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(13,21,20,.06);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(249,251,249,.94); box-shadow: 0 10px 30px rgba(5,35,30,.06); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 168px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a, .nav-text { color: #394641; font-size: 14px; font-weight: 700; }
.desktop-nav a:hover, .nav-text:hover { color: var(--emerald); }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; border-radius: 12px; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 5px auto; transition: transform .2s ease; }
.mobile-menu { display: none; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; min-height: 52px; padding: 0 24px; font-size: 14px; font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-small { min-height: 42px; padding: 0 18px; }
.btn-dark { background: var(--ink); color: white; box-shadow: 0 10px 24px rgba(13,21,20,.16); }
.btn-primary { background: linear-gradient(135deg, #20b985, #70edba); color: #05271f; box-shadow: 0 18px 36px rgba(28,178,126,.22); }
.btn-ghost { border-color: rgba(13,21,20,.14); background: rgba(255,255,255,.64); }
.btn-ghost-dark { border-color: rgba(255,255,255,.18); color: white; background: rgba(255,255,255,.055); }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--deep-2); font-size: 12px; line-height: 1; font-weight: 850; text-transform: uppercase; letter-spacing: .18em; margin-bottom: 22px; }
.eyebrow.muted { color: #66756f; }
.eyebrow.inverse { color: #8de8c2; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint-2); box-shadow: 0 0 0 5px rgba(94,231,177,.12); }

.hero { min-height: 930px; padding: 170px 0 100px; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr); gap: 60px; align-items: center; }
.hero-copy h1 { font-size: clamp(62px, 6.4vw, 98px); letter-spacing: -.067em; line-height: .93; margin: 0; font-weight: 820; max-width: 770px; }
.hero-copy h1 span { color: var(--emerald); }
.hero-lede { color: #58645f; font-size: 19px; line-height: 1.65; max-width: 650px; margin: 30px 0 32px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-proof { margin-top: 54px; display: flex; flex-wrap: wrap; gap: 34px; color: #65716c; }
.hero-proof div { display: grid; gap: 3px; }
.hero-proof strong { color: var(--ink); font-size: 13px; }
.hero-proof span { font-size: 12px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .8; pointer-events: none; }
.hero-glow-a { width: 520px; height: 520px; right: -180px; top: 55px; background: radial-gradient(circle at 30% 30%, rgba(129,255,204,.75), rgba(34,176,127,.12) 48%, transparent 72%); }
.hero-glow-b { width: 320px; height: 320px; left: -150px; bottom: 40px; background: radial-gradient(circle, rgba(46,177,132,.12), transparent 68%); }

.hero-visual { position: relative; min-height: 620px; }
.balance-chip { position: absolute; right: 42px; top: 10px; z-index: 9; padding: 16px 20px; border-radius: 18px; background: rgba(255,255,255,.84); border: 1px solid rgba(255,255,255,.8); box-shadow: var(--shadow); backdrop-filter: blur(16px); display: grid; gap: 4px; }
.balance-chip span { font-size: 11px; color: #72807a; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.balance-chip strong { font-size: 24px; letter-spacing: -.03em; }
.plyva-stack { position: absolute; inset: 58px 6px 60px 20px; transform-style: preserve-3d; }
/* Real matte-paper envelopes: muted printed pigments, no specular/gloss, thin
   sheets (no 3D extrusion or card outline), and a flap read through a soft fold
   crease + paper layers rather than a painted gradient triangle. */
.plyva-card {
  position: absolute; left: 50%; width: 380px; height: 220px; padding: 26px;
  color: rgba(255,255,255,.94); border-radius: 6px; transform-origin: center; overflow: hidden;
  transition: transform .35s ease;
  /* Thin sheet: one very soft, close contact shadow — no dark outline, no
     inset bevel, no big floating drop shadow. */
  box-shadow: 0 3px 9px rgba(6,44,38,.11), 0 1px 2px rgba(6,44,38,.09);
}
/* Kraft / matte cardstock fibre — visible paper grain, soft-light so it
   modulates the pigment like real construction paper (matches the reference). */
.plyva-card::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 260px 260px; mix-blend-mode: soft-light; opacity: .22;
}
/* Slightly uneven printed pigment — NOT a light source. Two whisper-faint
   large blotches, no hotspot, no sheen. */
.plyva-card::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; mix-blend-mode: soft-light;
  background:
    radial-gradient(90% 70% at 72% 16%, rgba(0,0,0,.05), transparent 62%),
    radial-gradient(80% 70% at 22% 92%, rgba(255,255,255,.04), transparent 60%);
}
/* Envelope flap = a folded paper LAYER. Nearly the body tone (a hair darker),
   revealed by a delicate crease highlight along the fold and an extremely soft
   contact shade just under it — not a gradient-filled triangle. */
/* Closed-envelope front flap: a big triangle pointing down to a centre apex,
   the same paper (a touch more light on top so the fold catches light), with a
   soft shadow cast along its two diagonal edges onto the pocket below — that
   shadow IS the fold, so it reads as a real folded flap, not a printed shape. */
.plyva-card .fold {
  position: absolute; left: -2px; right: -2px; top: -2px; height: 58%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02) 55%, rgba(0,0,0,.02));
  filter: drop-shadow(0 3px 2.5px rgba(0,0,0,.17));
  z-index: 2;
}
.card-home { background: #3b5e4d; transform: translate(-56%, 0) rotate(-7deg); z-index: 1; }
.card-food { background: #b4694f; transform: translate(-48%, 104px) rotate(4deg); z-index: 2; }
.card-travel { background: #4f6e92; transform: translate(-54%, 214px) rotate(-3deg); z-index: 3; }
.card-car { background: #43745a; transform: translate(-47%, 324px) rotate(5deg); z-index: 4; }
.card-icon { position: relative; z-index: 2; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.10); font-size: 25px; margin-bottom: 24px; }
.card-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; position: relative; z-index: 2; }
.card-meta span { font-weight: 800; font-size: 18px; }
.card-meta small { color: rgba(255,255,255,.66); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.plyva-card > strong { display: block; font-size: 34px; letter-spacing: -.04em; margin: 12px 0 16px; position: relative; z-index: 2; }
.card-bar { height: 5px; border-radius: 999px; background: rgba(0,0,0,.14); overflow: hidden; position: relative; z-index: 2; }
.card-bar i { display: block; height: 100%; border-radius: inherit; background: rgba(255,255,255,.72); }
.hero-note { position: absolute; right: 10px; bottom: 0; z-index: 10; display: grid; gap: 2px; padding: 14px 18px; background: #fff; border-radius: 16px; box-shadow: var(--shadow); }
.hero-note span { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: #7b8682; font-weight: 800; }
.hero-note b { font-size: 14px; }

.problem { padding: 130px 0 120px; }
.center-copy { max-width: 760px; margin: 0 auto; text-align: center; }
.center-copy h2, .section-heading h2, .feature-copy h2, .philosophy-title h2, .final-cta h2 { margin: 0; letter-spacing: -.055em; line-height: .98; font-size: clamp(46px, 5vw, 72px); }
.center-copy p { margin: 26px auto 0; max-width: 700px; color: #65716c; font-size: 18px; line-height: 1.7; }
.evolution { margin: 76px auto 54px; display: grid; grid-template-columns: 1fr 170px 1fr; align-items: center; gap: 28px; max-width: 920px; }
.paper-stage, .digital-stage { padding: 38px; min-height: 340px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(180deg, #fff, #f5f7f5); box-shadow: 0 20px 55px rgba(4,34,29,.06); position: relative; }
.paper-label { font-size: 11px; color: #7e8a86; text-transform: uppercase; letter-spacing: .16em; font-weight: 850; }
.paper-stage h3, .digital-stage h3 { margin: 30px 0 0; font-size: 25px; line-height: 1.2; }
/* THEN — a single cream matte-paper envelope with a folded flap + fibre. */
.paper-envelope { width: 170px; height: 120px; margin: 46px auto 0; position: relative; border-radius: 6px; background: #efe8d8; box-shadow: 0 6px 14px rgba(14,20,18,.12), 0 1px 3px rgba(14,20,18,.10); border: 1px solid rgba(120,110,88,.14); overflow: hidden; }
.paper-envelope::before { content:""; position: absolute; left:-1px; right:-1px; top:-1px; height:56%; clip-path: polygon(0 0, 100% 0, 50% 100%); background: linear-gradient(180deg, rgba(255,255,255,.4), rgba(0,0,0,.03) 55%, rgba(0,0,0,.06)); filter: drop-shadow(0 2px 2px rgba(90,78,54,.16)); }
.paper-envelope::after { content:""; position: absolute; inset:0; background: var(--grain); background-size: 190px 190px; mix-blend-mode: soft-light; opacity: .5; }
.paper-envelope i, .paper-envelope b { display: none; }
/* NOW — three colored matte-paper envelopes stacked (blue, terracotta, green). */
.mini-stack { width: 170px; height: 138px; position: relative; margin: 34px auto 0; }
.mini-stack i { position: absolute; left: 8px; width: 150px; height: 94px; border-radius: 6px; overflow: hidden; background-blend-mode: soft-light; background-size: 200px 200px; box-shadow: 0 6px 14px rgba(6,44,38,.16), 0 1px 3px rgba(6,44,38,.10); }
.mini-stack i::before { content:""; position:absolute; left:-1px; right:-1px; top:-1px; height:56%; clip-path: polygon(0 0,100% 0,50% 100%); background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(0,0,0,.02) 55%,rgba(0,0,0,.04)); filter: drop-shadow(0 2px 2px rgba(0,0,0,.16)); }
.mini-stack i:nth-child(1) { top: 2px; transform: rotate(-7deg); background-color:#4f6e92; background-image: var(--grain); }
.mini-stack i:nth-child(2) { top: 26px; transform: rotate(5deg); background-color:#b4694f; background-image: var(--grain); }
.mini-stack i:nth-child(3) { top: 50px; transform: rotate(-2deg); background-color:#43745a; background-image: var(--grain); }
.evolution-arrow { display: grid; justify-items: center; gap: 16px; color: #7f8a86; }
.evolution-arrow span { width: 110px; height: 1px; background: linear-gradient(90deg, transparent, #aeb9b4 35%, #aeb9b4 65%, transparent); position: relative; }
.evolution-arrow span::after { content:""; position: absolute; right: 10px; top: -4px; width: 8px; height: 8px; border-top: 1px solid #aeb9b4; border-right: 1px solid #aeb9b4; transform: rotate(45deg); }
.evolution-arrow b { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.transition-copy { max-width: 620px; margin: 0 auto; text-align: center; }
.transition-copy h3 { font-size: 27px; margin-bottom: 12px; }
.transition-copy p { margin: 0; color: #69756f; line-height: 1.7; }

.plyvas-section { padding: 130px 0 138px; }
.section-heading { margin-bottom: 58px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .7fr); gap: 70px; align-items: end; }
.section-heading p { margin: 0; color: #66736d; line-height: 1.7; font-size: 17px; max-width: 480px; justify-self: end; }
.plyva-gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.gallery-card { min-height: 280px; border-radius: 10px; padding: 24px; color: rgba(255,255,255,.95); box-shadow: 0 6px 16px rgba(6,44,38,.10), 0 1px 3px rgba(6,44,38,.10); position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; transition: transform .25s ease, box-shadow .25s ease; }
.gallery-card:hover { transform: translateY(-6px); box-shadow: 0 16px 30px rgba(6,44,38,.14), 0 2px 5px rgba(6,44,38,.10); }
/* envelope flap — big triangle to a centre apex, soft fold shadow onto the body */
.gallery-card::before { content:""; position:absolute; left:-2px; right:-2px; top:-2px; height:52%; clip-path: polygon(0 0,100% 0,50% 100%); background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02) 55%,rgba(0,0,0,.02)); filter: drop-shadow(0 3px 2.5px rgba(0,0,0,.16)); }
/* kraft paper fibre */
.gallery-card::after { content:""; position:absolute; inset:0; pointer-events:none; background:var(--grain); background-size:260px 260px; mix-blend-mode:soft-light; opacity:.22; }
.gallery-card:nth-child(1), .gallery-card:nth-child(2), .gallery-card:nth-child(3) { grid-column: span 4; }
.gallery-card:nth-child(4) { grid-column: span 5; }
.gallery-card:nth-child(5) { grid-column: span 7; }
.gallery-card.home { background: #3b5e4d; }
.gallery-card.food { background: #b4694f; }
.gallery-card.travel { background: #4f6e92; }
.gallery-card.car { background: #43745a; }
.gallery-card.savings { background: #c6a23c; color:#2a2408; }
/* darker fold shadow reads better on the light gold flap */
.gallery-card.savings::before { background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.03) 55%,rgba(0,0,0,.03)); }
.gallery-icon { width: 50px; height: 50px; border-radius: 16px; display:grid; place-items:center; background:rgba(255,255,255,.15); font-size:26px; position:relative; z-index:2; }
.gallery-card h3 { margin:0 0 8px; font-size:27px; letter-spacing:-.03em; position:relative; z-index:2; }
.gallery-card p { margin:0; font-size:14px; color:rgba(255,255,255,.7); max-width:230px; position:relative; z-index:2; }
.gallery-card.savings p { color:rgba(41,36,11,.65); }
.gallery-card strong { font-size:34px; letter-spacing:-.045em; position:relative; z-index:2; }

.how { padding: 138px 0 145px; }
.dark-aura { position:absolute; border-radius:50%; filter:blur(90px); pointer-events:none; opacity:.5; }
.aura-one { width:380px; height:380px; right:-120px; top:60px; background:#1dc590; }
.aura-two { width:280px; height:280px; left:-120px; bottom:-60px; background:#0c8068; }
.aura-three { width:420px; height:420px; right:10%; top:5%; background:#0cb781; opacity:.27; }
.light-heading h2 span { color:#8eecc5; }
.steps-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.step { min-height:315px; padding:28px; border:1px solid rgba(255,255,255,.1); background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035)); border-radius:26px; position:relative; backdrop-filter:blur(10px); }
.step > span { color:#82cdb0; font-size:11px; letter-spacing:.16em; font-weight:850; }
.step-symbol { width:66px; height:66px; border-radius:20px; margin:66px 0 24px; display:grid; place-items:center; background:linear-gradient(135deg,rgba(126,239,194,.18),rgba(126,239,194,.05)); color:#8ff4c5; font-size:30px; border:1px solid rgba(143,244,197,.16); }
.step h3 { font-size:22px; margin:0 0 10px; }
.step p { margin:0; color:rgba(255,255,255,.58); line-height:1.55; }

.allocation, .tracking, .move, .goals, .shared, .story, .product { padding: 140px 0; }
.feature-grid { display:grid; grid-template-columns:minmax(0,.8fr) minmax(520px,1.2fr); gap:90px; align-items:center; }
.reverse-grid { grid-template-columns:minmax(520px,1.15fr) minmax(0,.85fr); }
.feature-copy p { font-size:18px; color:#69756f; line-height:1.7; margin:26px 0; }
.on-dark p { color:rgba(255,255,255,.62); }
.clean-list { list-style:none; padding:0; margin:36px 0 0; display:grid; gap:15px; }
.clean-list li { padding:14px 0; border-bottom:1px solid var(--line); font-weight:750; color:#39443f; }
.clean-list li span { display:inline-grid; place-items:center; width:28px; height:28px; margin-right:10px; border-radius:50%; background:#eef4ef; font-size:10px; color:var(--emerald); }

.allocation-visual { padding:34px; background:linear-gradient(180deg,#0d1917,#082d27); border-radius:34px; box-shadow:var(--shadow-deep); color:white; }
.income-card { padding:22px 24px; border-radius:20px; background:linear-gradient(135deg,#daf8eb,#8eecc5); color:#063329; display:grid; gap:3px; }
.income-card span, .income-card small { font-size:11px; text-transform:uppercase; letter-spacing:.12em; font-weight:850; opacity:.6; }
.income-card strong { font-size:38px; letter-spacing:-.05em; }
.flow-line { height:62px; display:flex; align-items:center; gap:12px; color:#82cdb0; font-size:10px; text-transform:uppercase; letter-spacing:.12em; font-weight:850; }
.flow-line i { width:1px; height:36px; background:linear-gradient(#6ee9ba,transparent); margin-left:22px; }
.allocation-list { display:grid; gap:12px; }
.allocation-list > div { position:relative; display:grid; grid-template-columns:1fr auto; align-items:center; gap:20px; padding:15px 16px 20px; border-radius:16px; background:rgba(255,255,255,.055); }
.alloc-name { display:flex; align-items:center; gap:10px; font-weight:750; }
.swatch { width:12px; height:12px; border-radius:5px; display:inline-block; }
.swatch.home{background:#1ab486}.swatch.food{background:#db6f5d}.swatch.transport{background:#4a86d5}.swatch.travel{background:#7b6de3}.swatch.savings{background:#e1c54c}.swatch.fun{background:#9e7ed9}
.allocation-list b { font-size:14px; }
.allocation-list em { position:absolute; left:16px; right:16px; bottom:9px; height:3px; background:rgba(255,255,255,.08); border-radius:999px; overflow:hidden; }
.allocation-list em::after { content:""; display:block; width:var(--w); height:100%; background:linear-gradient(90deg,#56e4ad,#9cf1ca); border-radius:inherit; }
.allocation-caption { margin-top:20px; display:flex; align-items:center; justify-content:space-between; gap:8px; color:rgba(255,255,255,.42); font-size:10px; text-transform:uppercase; letter-spacing:.1em; }
.allocation-caption i { opacity:.5; }

.tracking-visual { padding:28px; border-radius:32px; background:#101715; box-shadow:var(--shadow-deep); color:white; }
.tracking-top { display:flex; align-items:end; justify-content:space-between; padding:8px 4px 24px; border-bottom:1px solid rgba(255,255,255,.08); }
.tracking-top span { font-size:13px; color:rgba(255,255,255,.52); }
.tracking-top strong { font-size:34px; letter-spacing:-.04em; }
.tracking-top small { display:block; font-size:10px; color:rgba(255,255,255,.45); text-align:right; letter-spacing:.08em; text-transform:uppercase; }
.tx-list { display:grid; }
.tx-list article { display:grid; grid-template-columns:auto 1fr auto; gap:14px; align-items:center; padding:19px 0; border-bottom:1px solid rgba(255,255,255,.07); }
.tx-icon { width:44px; height:44px; border-radius:14px; display:grid; place-items:center; font-size:19px; }
.tx-icon.orange{background:#d68b3b}.tx-icon.green{background:#69a55f}.tx-icon.blue{background:#5388c8}.tx-icon.coral{background:#d95d52}
.tx-list h4 { margin:0 0 3px; font-size:15px; }.tx-list p{margin:0;color:rgba(255,255,255,.42);font-size:12px}.tx-list b{font-size:14px}
.tracking-footer { display:flex; justify-content:space-between; padding:20px 0 0; color:rgba(255,255,255,.48); font-size:12px; text-transform:uppercase; letter-spacing:.11em; }.tracking-footer b{color:#87efc1}
.micro-stat { margin-top:34px; padding:20px; border:1px solid var(--line); border-radius:18px; display:grid; gap:5px; background:#fff; }
.micro-stat strong { font-size:24px; }.micro-stat span{color:#727d78;font-size:13px;line-height:1.5}

.move-demo { max-width:1050px; margin:40px auto 0; display:grid; grid-template-columns:1fr 320px 1fr; gap:28px; align-items:center; }
.move-card { min-height:240px; padding:28px; border-radius:28px; color:white; box-shadow:var(--shadow); display:flex; flex-direction:column; justify-content:flex-end; position:relative; overflow:hidden; }
.move-card::before { content:""; position:absolute; right:-40px; top:-30px; width:170px; height:110px; border-radius:0 0 0 80px; background:rgba(255,255,255,.14); transform:rotate(8deg); }
.food-move { background:linear-gradient(135deg,#db705e,#9f4035); }.fun-move { background:linear-gradient(135deg,#9a70d5,#6e4ba7); }
.move-card span{font-weight:750}.move-card strong{font-size:38px;letter-spacing:-.04em;margin:8px 0 18px}.move-bar{height:5px;background:rgba(255,255,255,.14);border-radius:999px;overflow:hidden}.move-bar i{display:block;height:100%;background:rgba(255,255,255,.72);border-radius:inherit;transition:width .18s ease}.food-move .move-bar i{width:90%}.fun-move .move-bar i{width:50%}
.move-control { padding:26px; border:1px solid var(--line); border-radius:26px; background:#f7faf7; box-shadow:0 20px 50px rgba(5,35,30,.07); text-align:center; }
.move-control small{display:block;text-transform:uppercase;letter-spacing:.12em;color:#7a8580;font-size:10px;font-weight:850}.move-control strong{display:block;font-size:33px;letter-spacing:-.04em;margin:12px 0 18px}
.move-control input{width:100%;accent-color:var(--emerald)}.range-labels{display:flex;justify-content:space-between;color:#8b9691;font-size:10px;margin-top:8px}

.ai { padding:145px 0; }
.ai-card { padding:30px; border-radius:30px; background:rgba(255,255,255,.94); color:var(--ink); box-shadow:0 40px 90px rgba(0,0,0,.35); }
.ai-head { display:grid; grid-template-columns:auto 1fr auto; gap:12px; align-items:center; padding-bottom:22px; border-bottom:1px solid var(--line); }
.ai-head img { width:38px; height:38px; object-fit:contain; }.ai-head span{font-weight:850}.ai-head small{color:#85908b}
.ai-card h3{font-size:30px;line-height:1.08;margin:28px 0 12px;letter-spacing:-.035em}.ai-card>p{color:#67736e;line-height:1.65;margin:0}
.ai-suggestion{margin:24px 0;padding:18px 20px;border-radius:18px;background:#eef6f1;display:grid;grid-template-columns:1fr auto;gap:4px 18px}.ai-suggestion span{font-size:11px;color:#6c7a74;text-transform:uppercase;letter-spacing:.1em;font-weight:850}.ai-suggestion strong{font-size:24px}.ai-suggestion small{grid-column:1/-1;color:#748079}
.ai-actions{display:flex;gap:10px}.ai-actions .btn{flex:1}.ai-confirm{display:none;margin-top:18px;padding:14px 16px;border-radius:14px;background:#def7ea;color:#0c6d52;font-weight:750;font-size:13px}.ai-card.accepted .ai-confirm{display:block}.ai-card.accepted .ai-suggestion{opacity:.6}.ai-notes{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.ai-notes span{font-size:11px;border:1px solid rgba(255,255,255,.13);border-radius:999px;padding:9px 12px;color:rgba(255,255,255,.62)}

.goals .center-copy { margin-bottom:54px; }
.goals-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; max-width:980px; margin:0 auto; }
.goal-card { padding:24px; border:1px solid var(--line); border-radius:24px; display:grid; grid-template-columns:auto 1fr; gap:22px; align-items:center; background:#fff; box-shadow:0 16px 36px rgba(5,35,30,.05); }
.goal-ring { --p:50; width:92px; height:92px; border-radius:50%; background:conic-gradient(var(--emerald) calc(var(--p)*1%), #e9efeb 0); display:grid; place-items:center; position:relative; }
.goal-ring::before{content:"";width:70px;height:70px;border-radius:50%;background:white;position:absolute}.goal-ring span{position:relative;z-index:2;font-weight:850;font-size:14px}
.goal-card div:last-child{display:grid;gap:4px}.goal-card div:last-child>span{font-weight:850;font-size:17px}.goal-card strong{font-size:14px}.goal-card small{color:#5ea889;font-weight:750}

.shared-visual { padding:28px; background:#fff; border-radius:30px; box-shadow:var(--shadow); border:1px solid var(--line); }
.shared-title { display:flex; justify-content:space-between; align-items:center; padding-bottom:20px; border-bottom:1px solid var(--line); font-weight:850; font-size:25px; }
.avatars { display:flex; }.avatars i{width:34px;height:34px;border-radius:50%;background:#123f36;color:#fff;display:grid;place-items:center;font-style:normal;font-size:10px;border:2px solid white;margin-left:-8px}.avatars i:nth-child(2){background:#6d63bb}.avatars i:nth-child(3){background:#d9e3dd;color:#415149}
.shared-row { display:grid; grid-template-columns:auto 1fr auto; gap:14px; align-items:center; padding:18px 0; border-bottom:1px solid var(--line); }.shared-row>span{width:42px;height:42px;border-radius:14px;background:#edf4ef;display:grid;place-items:center;color:#0e7158}.shared-row div{display:grid;gap:3px}.shared-row small{color:#87918c}.shared-row strong{font-size:14px}
.share-button{width:100%;border:0;background:#0e342d;color:white;border-radius:16px;padding:15px;margin-top:20px;font-weight:800}.shared-tags{display:flex;gap:10px;flex-wrap:wrap}.shared-tags span{padding:10px 13px;background:#e8f1eb;border-radius:999px;color:#476056;font-size:12px;font-weight:750}

.philosophy { padding:150px 0; }
.philosophy-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:100px; align-items:start; }
.philosophy-title h2 { color:white; }
.philosophy-copy { padding-top:38px; }.big-quote{font-size:32px;line-height:1.25;letter-spacing:-.03em;margin:0 0 40px;color:#dfeae5}.philosophy-copy>p:last-child{color:rgba(255,255,255,.52);font-size:17px;line-height:1.65;max-width:580px}.human-list{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:36px}.human-list span{font-size:20px;font-weight:850;color:#8eecc5}

.story-path { display:flex; align-items:center; justify-content:space-between; gap:16px; margin:70px 0; }
.story-path>div{flex:1;min-height:150px;padding:20px;border:1px solid var(--line);border-radius:20px;background:#f8faf8;display:flex;flex-direction:column;justify-content:space-between}.story-path span{font-size:10px;letter-spacing:.14em;color:#84908a}.story-path b{font-size:21px}.story-path i{font-style:normal;color:#a9b3ae}.story-path .active{background:linear-gradient(135deg,#0b765f,#0b4439);color:white;border-color:transparent;box-shadow:var(--shadow)}.story-path .active span{color:#8cebc4}
.story-finish { padding:38px; border-radius:30px; background:linear-gradient(135deg,#eff8f2,#e3f4e9); display:grid;grid-template-columns:160px 1fr;gap:42px;align-items:center}.story-finish img{width:145px;max-height:145px;object-fit:contain}.story-finish span{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#5c8a78;font-weight:850}.story-finish h3{font-size:36px;letter-spacing:-.04em;margin:10px 0}.story-finish p{color:#64706b;line-height:1.65;margin:0;max-width:680px}

.product { overflow:hidden; }
.screenshot-rail { display:flex; gap:24px; width:max-content; padding:8px max(24px,calc((100vw - 1180px)/2)) 30px; animation:railFloat 26s linear infinite alternate; }
.phone-frame { margin:0; width:250px; flex:0 0 250px; padding:9px; border-radius:42px; background:#050807; box-shadow:0 24px 46px rgba(3,28,23,.18); border:1px solid #25312e; }
.phone-frame img { width:100%; border-radius:34px; }
@keyframes railFloat{from{transform:translateX(0)}to{transform:translateX(-220px)}}

.final-cta { padding:150px 0 44px; }
.final-glow { position:absolute; width:620px;height:620px;right:-180px;top:-100px;border-radius:50%;background:radial-gradient(circle at 40% 40%,rgba(64,231,169,.27),rgba(64,231,169,.04) 48%,transparent 70%); }
.final-grid { display:grid;grid-template-columns:1fr .95fr;gap:90px;align-items:center;min-height:560px}.final-mark{width:70px;height:70px;object-fit:contain;margin-bottom:30px}.final-cta h2 span{color:#8ff4c5}.final-cta p{color:rgba(255,255,255,.56);font-size:18px;margin:24px 0 32px}.final-stack{position:relative;min-height:430px}.final-plyva{position:absolute;left:50%;width:340px;height:170px;padding:24px;border-radius:26px;color:white;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 24px 60px rgba(0,0,0,.27);border:1px solid rgba(255,255,255,.12)}.final-plyva span{font-weight:800}.final-plyva b{font-size:28px;margin-top:8px}.fp1{background:linear-gradient(135deg,#0b765e,#0a473b);transform:translate(-58%,0) rotate(-8deg)}.fp2{background:linear-gradient(135deg,#4d85d1,#345a91);transform:translate(-43%,90px) rotate(5deg)}.fp3{background:linear-gradient(135deg,#d8b83d,#967d1f);color:#2a240d;transform:translate(-55%,182px) rotate(-4deg)}.fp4{background:linear-gradient(135deg,#1eb684,#0b7259);transform:translate(-40%,270px) rotate(6deg)}
.footer-line{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;padding-top:34px;border-top:1px solid rgba(255,255,255,.09);color:rgba(255,255,255,.42);font-size:12px}.footer-line img{width:120px;filter:brightness(0) invert(1);opacity:.88}.footer-line a{color:#8cebc4}

.reveal { opacity:0; transform:translateY(22px); transition:opacity .75s cubic-bezier(.2,.65,.25,1),transform .75s cubic-bezier(.2,.65,.25,1); }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 1050px) {
  :root { --shell:min(100% - 36px, 920px); }
  .desktop-nav, .nav-text { display:none; }
  .menu-toggle { display:block; }
  .mobile-menu { position:fixed;top:78px;left:18px;right:18px;padding:20px;border-radius:22px;background:rgba(249,251,249,.98);box-shadow:0 28px 60px rgba(6,44,38,.16);border:1px solid var(--line);display:grid;gap:4px;opacity:0;transform:translateY(-12px);pointer-events:none;transition:.2s ease; }
  .mobile-menu.open { opacity:1;transform:none;pointer-events:auto; }
  .mobile-menu a:not(.btn){padding:13px 10px;font-weight:800;color:#3f4b46}.mobile-menu .btn{margin-top:10px}
  .hero { min-height:auto; padding:140px 0 100px; }.hero-grid{grid-template-columns:1fr;gap:36px}.hero-copy{text-align:center}.hero-lede{margin-inline:auto}.hero-actions,.hero-proof{justify-content:center}.hero-visual{min-height:650px;max-width:620px;width:100%;margin:0 auto}.balance-chip{right:70px}
  .feature-grid,.reverse-grid,.philosophy-grid,.final-grid{grid-template-columns:1fr;gap:54px}.feature-copy{max-width:680px}.allocation-visual,.tracking-visual,.ai-card,.shared-visual{max-width:680px;width:100%;margin:auto}.split-heading{grid-template-columns:1fr;gap:18px}.section-heading p{justify-self:start}.steps-grid{grid-template-columns:repeat(2,1fr)}.move-demo{grid-template-columns:1fr;max-width:620px}.move-control{order:2}.food-move{order:1}.fun-move{order:3}.goals-grid{grid-template-columns:1fr}.story-path{flex-wrap:wrap}.story-path>div{min-width:150px}.story-path i{display:none}.final-stack{max-width:520px;width:100%;margin:0 auto}.footer-line{grid-template-columns:1fr;text-align:center;justify-items:center}
}

@media (max-width: 720px) {
  :root { --shell:calc(100vw - 28px); }
  .nav-wrap{height:70px}.site-header .brand img{width:140px}.mobile-menu{top:70px}.nav-actions .btn-small{display:none}
  .hero{padding:120px 0 76px}.hero-copy h1{font-size:58px}.hero-lede{font-size:16px;line-height:1.6}.hero-proof{gap:20px}.hero-visual{min-height:520px}.balance-chip{right:6px;top:0}.plyva-stack{inset:56px 0 50px}.plyva-card{width:300px;height:177px;padding:20px;border-radius:5px}.card-icon{width:38px;height:38px;border-radius:13px;margin-bottom:14px;font-size:19px}.card-meta span{font-size:14px}.card-meta small{font-size:8px}.plyva-card>strong{font-size:26px;margin:7px 0 10px}.card-home{transform:translate(-56%,0) rotate(-7deg)}.card-food{transform:translate(-46%,78px) rotate(4deg)}.card-travel{transform:translate(-55%,156px) rotate(-3deg)}.card-car{transform:translate(-45%,236px) rotate(5deg)}.hero-note{right:0;bottom:2px}
  .problem,.plyvas-section,.how,.allocation,.tracking,.move,.goals,.shared,.story,.product,.philosophy,.ai{padding:90px 0}.center-copy h2,.section-heading h2,.feature-copy h2,.philosophy-title h2,.final-cta h2{font-size:46px}.center-copy p,.feature-copy p{font-size:16px}.evolution{grid-template-columns:1fr;gap:14px}.evolution-arrow{transform:rotate(90deg);height:80px}.paper-stage,.digital-stage{min-height:300px}.plyva-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.gallery-card{min-width:280px;scroll-snap-align:center}.gallery-card:nth-child(n){grid-column:auto}.steps-grid{grid-template-columns:1fr}.step{min-height:250px}.step-symbol{margin:44px 0 20px}.allocation-visual,.tracking-visual,.ai-card,.shared-visual{padding:22px}.feature-grid,.reverse-grid{gap:40px}.allocation-caption{display:none}.move-card{min-height:200px}.philosophy-grid{gap:20px}.big-quote{font-size:25px}.story-path{display:grid;grid-template-columns:repeat(2,1fr)}.story-finish{grid-template-columns:1fr;text-align:center}.story-finish img{margin:auto}.story-finish h3{font-size:30px}.screenshot-rail{gap:16px;animation:none;overflow-x:auto;width:auto;padding-left:14px;padding-right:14px;scroll-snap-type:x mandatory}.phone-frame{width:220px;flex-basis:220px;scroll-snap-align:center}.final-cta{padding-top:100px}.final-grid{min-height:auto}.final-stack{min-height:370px}.final-plyva{width:270px;height:140px}.fp2{transform:translate(-43%,75px) rotate(5deg)}.fp3{transform:translate(-55%,150px) rotate(-4deg)}.fp4{transform:translate(-40%,225px) rotate(6deg)}
}

@media (max-width: 430px) {
  .hero-copy h1{font-size:50px}.hero-actions .btn{width:100%}.hero-proof{display:grid;grid-template-columns:1fr 1fr;text-align:left}.hero-proof div:last-child{grid-column:1/-1}.balance-chip{padding:12px 14px}.balance-chip strong{font-size:20px}.plyva-card{width:275px}.story-path{grid-template-columns:1fr 1fr}.goal-card{grid-template-columns:78px 1fr;padding:18px}.goal-ring{width:70px;height:70px}.goal-ring::before{width:54px;height:54px}.final-stack{transform:scale(.92)}
}

@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; }
  .screenshot-rail { animation:none; }
}

/* ============================================================= */
/* FAQ + CTA band + footer (green palette, matches brand tokens) */
/* ============================================================= */
.faq { padding: 40px 0 96px; }
.faq-card {
  background: linear-gradient(165deg, #082b25 0%, #0a3a30 60%, #062420 100%);
  border: 1px solid rgba(143,244,197,.10);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-deep);
  padding: 54px;
  display: grid;
  grid-template-columns: .82fr 1.35fr;
  gap: 56px;
  align-items: start;
}
.faq-pill {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--mint); font-size: 12px; font-weight: 850;
  letter-spacing: .14em; text-transform: uppercase;
  padding: 8px 16px; border-radius: 999px;
  background: rgba(94,231,177,.12);
  border: 1px solid rgba(94,231,177,.22);
}
.faq-intro h2 { color: #fff; font-size: clamp(30px, 3vw, 44px); margin: 22px 0 0; line-height: 1.05; }
.faq-intro p { color: rgba(255,255,255,.52); font-size: 18px; margin: 12px 0 0; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.faq-item {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(143,244,197,.10);
  border-radius: var(--radius-md);
  transition: border-color .2s ease, background .2s ease;
}
.faq-item:hover { border-color: rgba(94,231,177,.28); }
.faq-item[open] { background: rgba(94,231,177,.06); border-color: rgba(94,231,177,.30); }
.faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 20px 22px;
  color: #eafff5; font-size: 15px; font-weight: 750; line-height: 1.35;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i {
  position: relative; flex: 0 0 20px; width: 20px; height: 20px;
}
.faq-item summary i::before,
.faq-item summary i::after {
  content: ""; position: absolute; left: 50%; top: 50%;
  background: var(--mint-2); border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform .22s cubic-bezier(.32,.72,0,1), opacity .22s ease;
}
.faq-item summary i::before { width: 14px; height: 2.5px; }
.faq-item summary i::after  { width: 2.5px; height: 14px; }
.faq-item[open] summary i::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.faq-item p {
  margin: 0; padding: 0 22px 20px;
  color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.6;
}

/* CTA band */
.cta-band {
  background: linear-gradient(120deg, #0a8f78 0%, #16a477 46%, #5ee7b1 100%);
  padding: 56px 0;
  position: relative; overflow: hidden;
}
.cta-band::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 120% at 22% 30%, rgba(255,255,255,.18), transparent 60%);
  pointer-events: none;
}
.cta-grid {
  display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center;
}
.cta-glyph {
  width: 128px; height: 100px; border-radius: 22px; flex: none;
  background: linear-gradient(150deg, rgba(255,255,255,.28), rgba(255,255,255,.08));
  border: 1px solid rgba(255,255,255,.35);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 20px 50px rgba(0,0,0,.22);
}
.cta-glyph img { width: 60px; height: 60px; object-fit: contain; }
.cta-copy h2 { color: #fff; font-size: clamp(28px, 3.2vw, 40px); margin: 0; line-height: 1.05; }
.cta-copy p { color: rgba(255,255,255,.82); font-size: 17px; margin: 12px 0 0; }
.cta-store {
  background: linear-gradient(135deg, #ff7a5c, #ff5db0);
  color: #fff; font-size: 15px; min-height: 60px; padding: 0 34px;
  box-shadow: 0 20px 44px rgba(0,0,0,.24);
}
.cta-store:hover { transform: translateY(-2px); }

/* Footer */
.site-footer { background: #061b18; padding: 66px 0 40px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.3fr;
  gap: 40px;
}
.footer-logo { display: inline-flex; align-items: center; gap: 12px; }
.footer-logo img { width: 40px; height: auto; }
.footer-logo span { color: #fff; font-size: 26px; font-weight: 800; letter-spacing: .16em; }
.footer-brand p { color: rgba(255,255,255,.5); font-size: 14px; line-height: 1.6; margin: 18px 0 20px; max-width: 240px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.72); font-size: 14px; font-weight: 800;
  transition: background .2s ease, color .2s ease;
}
.footer-social a:hover { background: rgba(94,231,177,.16); color: var(--mint); }
.footer-col h4 { color: #fff; font-size: 14px; font-weight: 800; margin: 0 0 16px; }
.footer-col a { display: block; color: rgba(255,255,255,.52); font-size: 14px; margin-bottom: 12px; transition: color .2s ease; }
.footer-col a:hover { color: var(--mint); }
.footer-note { justify-self: end; text-align: right; }
.footer-note p { color: rgba(255,255,255,.62); font-size: 14px; margin: 0 0 10px; max-width: 220px; }
.footer-note .heart { color: var(--coral); }
.footer-copy { color: rgba(255,255,255,.34); font-size: 13px; }

@media (max-width: 900px) {
  .faq-card { grid-template-columns: 1fr; gap: 32px; padding: 34px; }
  .faq-grid { grid-template-columns: 1fr; }
  .cta-grid { grid-template-columns: 1fr; text-align: center; justify-items: center; gap: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-note { justify-self: start; text-align: left; grid-column: 1 / -1; }
}

/* ============================================================= */
/* Waitlist form (Brevo) — hero (light) + CTA band (on-dark)     */
/* ============================================================= */
.waitlist-form {
  display: flex; gap: 12px; align-items: stretch;
  max-width: 520px; margin: 30px 0 12px; flex-wrap: wrap;
}
.wl-email {
  flex: 1 1 240px; min-width: 0;
  height: 56px; padding: 0 20px;
  font-size: 16px; font-weight: 600; color: var(--ink);
  background: #fff; border: 1.5px solid var(--line); border-radius: 999px;
  outline: none; transition: border-color .2s ease, box-shadow .2s ease;
}
.wl-email::placeholder { color: #9aa5a0; font-weight: 500; }
.wl-email:focus { border-color: var(--emerald); box-shadow: 0 0 0 4px rgba(22,164,119,.16); }
.wl-btn { flex: 0 0 auto; height: 56px; min-height: 56px; white-space: nowrap; }
.wl-note { color: var(--muted); font-size: 13px; margin: 0; }
.wl-done { color: var(--emerald); font-size: 16px; font-weight: 750; margin: 22px 0 0; }
/* Anti-bot honeypot — visually gone, off the tab order. */
.wl-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
/* Hidden submit sink (keep loadable — not display:none). */
.wl-sink { position: absolute; width: 0; height: 0; border: 0; left: -9999px; }

/* On the green CTA band: light field, white note, white button with dark text. */
.cta-band .cta-copy { max-width: 620px; }
.waitlist-form.on-dark { margin: 24px 0 10px; }
.waitlist-form.on-dark .wl-email {
  background: rgba(255,255,255,.96); border-color: rgba(255,255,255,.5);
}
.waitlist-form.on-dark .wl-email:focus { border-color: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.3); }
.waitlist-form.on-dark .wl-btn {
  background: #fff; color: #05271f; box-shadow: 0 14px 30px rgba(0,0,0,.2);
}
.waitlist-form.on-dark .wl-btn:hover { transform: translateY(-2px); }
.cta-band .wl-note { color: rgba(255,255,255,.82); }
.cta-band .wl-done { color: #fff; }
/* CTA band becomes glyph + copy (the button now lives inside the form). */
.cta-band .cta-grid { grid-template-columns: auto 1fr; }

@media (max-width: 620px) {
  .waitlist-form { flex-direction: column; align-items: stretch; }
  /* In a column flex, flex-grow would stretch the field vertically — pin it. */
  .wl-email { flex: 0 0 auto; width: 100%; height: 56px; }
  .wl-btn { flex: 0 0 auto; width: 100%; }
}

/* ============================================================= */
/* SEO screen-reader-only text + GDPR cookie banner              */
/* ============================================================= */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.cookie-banner {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 200;
  max-width: 760px; margin-inline: auto;
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  padding: 16px 20px; border-radius: 18px;
  background: linear-gradient(165deg, #0a3a30, #062420);
  border: 1px solid rgba(143,244,197,.14);
  box-shadow: var(--shadow-deep); color: #eafff5;
}
/* The class's display:flex would otherwise beat the UA [hidden] rule, so
   Accept/Decline (which set .hidden) had no effect — force it here. */
.cookie-banner[hidden] { display: none; }
.cookie-text { margin: 0; flex: 1 1 320px; font-size: 14px; line-height: 1.5; color: rgba(255,255,255,.82); }
.cookie-text a { color: var(--mint); text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; margin-left: auto; }
.cookie-btn { border-radius: 999px; min-height: 44px; padding: 0 22px; font-size: 14px; font-weight: 800; border: 1px solid transparent; }
.cookie-decline { background: transparent; color: rgba(255,255,255,.8); border-color: rgba(255,255,255,.2); }
.cookie-decline:hover { background: rgba(255,255,255,.06); }
.cookie-accept { background: linear-gradient(135deg, #20b985, #70edba); color: #05271f; }
.cookie-accept:hover { transform: translateY(-1px); }

@media (max-width: 520px) {
  .cookie-actions { width: 100%; }
  .cookie-btn { flex: 1; }
}
