/* =====================================================================
   VANESSA — Site institucional com Storytelling
   Narrativa: o app que nasceu de amor, durante uma gestação real.
   Linguagem visual: editorial-maternal (serifa Newsreader) sobre o
   sistema iOS / Apple Health da marca (coração coral-rosa).
   ===================================================================== */

/* ---------------------------------------------------------------- Fonts */
/* Newsreader = serifa literária e calorosa (headlines narrativas)
   Caveat     = manuscrita (a "folha de papel" da história)
   corpo/UI   = stack de sistema (fiel ao app) */

/* ---------------------------------------------------------------- Tokens */
:root {
  --serif: "Spectral", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --hand:  "Caveat", "Segoe Script", cursive;
  --sans:  -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display",
           "Inter", ui-sans-serif, system-ui, sans-serif;

  /* DEFAULT — Cream Acolhedor */
  --bg:        #FBF5EF;
  --bg-warm:   #F6EADF;
  --surface:   #FFFFFF;
  --surface-2: #FFF9F4;
  --ink:       #2C231D;
  --ink-2:     #5C5048;
  --muted:     #978A7F;
  --line:      #ECE1D6;
  --line-2:    #E2D4C6;

  --brand:      #FF5C77;
  --brand-deep: #E11D48;
  --brand-soft: #FFE4E9;
  --brand-tint: #FFF1F3;
  --sage:       #6E9B86;
  --sage-soft:  #E6F0EA;
  --peach:      #F7C9A6;
  --gold:       #E7A33C;

  --grad-brand: linear-gradient(135deg, #FF8FA3 0%, #FF5C77 52%, #E11D48 100%);
  --grad-hero:  radial-gradient(1100px 620px at 16% -6%, rgba(255,160,120,.20), transparent 58%),
                radial-gradient(900px 640px at 92% 4%, rgba(255,92,119,.18), transparent 56%),
                linear-gradient(180deg, #FFF6EF 0%, var(--bg) 64%);

  /* iOS metric colors — fixos nos mockups (autenticidade do app) */
  --m-glucose: #FF2D55;
  --m-pressure:#5856D6;
  --m-weight:  #AF52DE;
  --m-med:     #32ADE6;
  --m-water:   #32ADE6;
  --m-mood:    #FF9500;
  --m-green:   #34C759;

  --maxw: 1140px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 26px;
  --r-2xl: 34px;
  --r-pill: 9999px;
  --shadow:   0 1px 3px rgba(60,40,30,.05), 0 0 0 .5px rgba(60,40,30,.04);
  --shadow-md:0 12px 34px rgba(120,80,60,.10), 0 2px 8px rgba(120,80,60,.05);
  --shadow-lg:0 28px 70px rgba(120,70,55,.16), 0 6px 18px rgba(120,70,55,.06);
  --glow:     0 16px 40px rgba(255,92,119,.32);
  --ease: cubic-bezier(.22,1,.36,1);
}

/* ---- Marca Rosa (fiel ao app) ---- */
[data-pal="rosa"] {
  --bg:#F2F2F7; --bg-warm:#FFEFF3; --surface:#fff; --surface-2:#fff;
  --ink:#1C1C1E; --ink-2:#48484A; --muted:#8E8E93; --line:#E5E5EA; --line-2:#DCDCE1;
  --brand:#FF2D55; --brand-deep:#D70C3D; --brand-soft:#FFDFE7; --brand-tint:#FFF1F4;
  --sage:#34C759; --sage-soft:#E4F7EA; --peach:#FFD2B0;
  --grad-hero: radial-gradient(1100px 600px at 18% -8%, rgba(255,149,0,.12), transparent 60%),
               radial-gradient(900px 620px at 92% 6%, rgba(255,45,85,.14), transparent 55%),
               linear-gradient(180deg,#FFF4F6 0%, var(--bg) 62%);
}

/* ---- Aurora Suave ---- */
[data-pal="aurora"] {
  --bg:#F5F3FB; --bg-warm:#EEE9FA; --surface:#fff; --surface-2:#FBFAFF;
  --ink:#241F33; --ink-2:#534B66; --muted:#8A8399; --line:#E7E1F2; --line-2:#DBD3EC;
  --brand:#8A6FE0; --brand-deep:#6A4BD0; --brand-soft:#EAE2FB; --brand-tint:#F4F0FE;
  --sage:#5BA8C9; --sage-soft:#E4F1F7; --peach:#F4C7DC;
  --grad-brand: linear-gradient(135deg,#B79BF0 0%, #8A6FE0 50%, #FF7AA0 100%);
  --grad-hero: radial-gradient(1100px 620px at 16% -6%, rgba(255,140,180,.18), transparent 58%),
               radial-gradient(960px 640px at 92% 4%, rgba(138,111,224,.20), transparent 56%),
               linear-gradient(180deg,#F3EFFE 0%, var(--bg) 64%);
}

/* ---------------------------------------------------------------- Reset */
*,*::before,*::after { box-sizing:border-box; }
html { -webkit-text-size-adjust:100%; scroll-behavior:smooth; }
body {
  margin:0; background:var(--bg); color:var(--ink);
  font-family:var(--sans); line-height:1.6; overflow-x:hidden;
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
  transition: background .5s var(--ease), color .5s var(--ease);
}

/* Barra de rolagem com o tema do site (página inteira + popup de idiomas) */
* { scrollbar-width: thin; scrollbar-color: color-mix(in srgb, var(--brand) 42%, var(--line-2)) transparent; }
::-webkit-scrollbar { width:12px; height:12px; }
::-webkit-scrollbar-track { background:transparent; }
::-webkit-scrollbar-thumb { background: color-mix(in srgb, var(--brand) 42%, var(--line-2)); border-radius:9999px; border:3px solid transparent; background-clip:padding-box; }
::-webkit-scrollbar-thumb:hover { background: var(--brand); background-clip:padding-box; }
.lang-menu { scrollbar-width: thin; scrollbar-color: color-mix(in srgb, var(--brand) 38%, var(--brand-soft)) transparent; }
.lang-menu::-webkit-scrollbar { width:8px; }
.lang-menu::-webkit-scrollbar-track { background:transparent; }
.lang-menu::-webkit-scrollbar-thumb { background: color-mix(in srgb, var(--brand) 38%, var(--brand-soft)); border-radius:9999px; border:2px solid transparent; background-clip:padding-box; }
.lang-menu::-webkit-scrollbar-thumb:hover { background: var(--brand); background-clip:padding-box; }

img { max-width:100%; display:block; }
a { color:inherit; text-decoration:none; }
button { font-family:inherit; cursor:pointer; border:none; background:none; color:inherit; }
ul { margin:0; padding:0; list-style:none; }
:focus-visible { outline:2.5px solid var(--brand); outline-offset:3px; border-radius:6px; }

/* ---- A11y: skip-link ---- */
.skip-link { position:fixed; top:-100px; left:14px; z-index:9999; background:var(--brand); color:#fff;
  padding:11px 18px; border-radius:12px; font-size:14px; font-weight:600; box-shadow:var(--shadow-md);
  transition:top .2s var(--ease); }
.skip-link:focus { top:14px; }

/* ---- Honeypot (campo anti-spam invisível) ---- */
.hp-field { position:absolute !important; left:-9999px !important; width:1px; height:1px; overflow:hidden;
  opacity:0; pointer-events:none; }

/* ---- Status do formulário ---- */
.form-status { margin:14px 0 0; padding:12px 15px; border-radius:var(--r-md); font-size:14.5px; line-height:1.5;
  font-weight:600; }
.form-status.ok  { background:var(--sage-soft); color:var(--sage); }
.form-status.err { background:var(--brand-soft); color:var(--brand-deep); }

/* ---- Disclaimer dos depoimentos ---- */
.testi-disc { margin:34px auto 0; text-align:center; font-size:12.5px; color:var(--muted); font-style:italic; }

/* Icon sizing: spans default to grid-centering; svg fills unless a
   component rule below sets an explicit px size (later = wins on equal spec). */
[data-icon] { display:inline-grid; place-items:center; line-height:0; }
[data-icon] svg { width:100%; height:100%; display:block; }
.tclose svg { width:16px; height:16px; }

.wrap { width:100%; max-width:var(--maxw); margin:0 auto; padding:0 28px; }

/* serif display */
.serif { font-family:var(--serif); font-weight:500; letter-spacing:-.01em; }
.serif em { font-style:italic; }

.eyebrow {
  display:inline-flex; align-items:center; gap:9px;
  font-size:12.5px; font-weight:700; letter-spacing:.14em; text-transform:uppercase;
  color:var(--brand);
}
.eyebrow.center { justify-content:center; }

/* ---------------------------------------------------------------- Buttons */
.btn {
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  height:54px; padding:0 28px; border-radius:var(--r-pill);
  font-size:16px; font-weight:600; letter-spacing:-.01em; white-space:nowrap;
  transition: transform .2s var(--ease), box-shadow .25s var(--ease), background .2s;
}
.btn svg { width:19px; height:19px; }
.btn:active { transform:scale(.97); }
.btn-primary { background:var(--brand); color:#fff; box-shadow:var(--glow); }
.btn-primary:hover { transform:translateY(-2px); box-shadow:0 20px 46px rgba(255,92,119,.4); }
.btn-ghost { background:transparent; color:var(--ink); box-shadow:inset 0 0 0 1.5px var(--line-2); }
.btn-ghost:hover { background:var(--surface); box-shadow:inset 0 0 0 1.5px var(--brand); color:var(--brand); }
.btn-sm { height:44px; padding:0 20px; font-size:14.5px; }

/* Official-style Google Play badge */
.gplay { display:inline-flex; align-items:center; gap:12px; height:54px; padding:0 24px 0 19px; border-radius:var(--r-pill);
  background:#000; color:#fff; box-shadow:inset 0 0 0 1px rgba(255,255,255,.16); transition:transform .2s var(--ease), box-shadow .25s var(--ease); }
.gplay:hover { transform:translateY(-2px); box-shadow:inset 0 0 0 1px rgba(255,255,255,.22), 0 14px 30px rgba(0,0,0,.24); }
.gplay:active { transform:scale(.98); }
.gplay-ic { width:26px; height:26px; display:block; flex-shrink:0; }
.gplay-ic svg { width:100%; height:100%; display:block; }
.gplay-tx { display:flex; flex-direction:column; line-height:1.04; }
.gplay-tx small { font-size:10px; font-weight:500; letter-spacing:.09em; text-transform:uppercase; opacity:.94; }
.gplay-tx b { font-size:19px; font-weight:600; letter-spacing:.02em; }

/* =====================================================================
   NAV
   ===================================================================== */
.nav {
  position:sticky; top:0; z-index:200;
  background:transparent;
  border-bottom:.5px solid transparent; transition:border-color .3s, background .3s, backdrop-filter .3s;
}
.nav.scrolled {
  background:color-mix(in srgb, var(--bg) 74%, transparent);
  backdrop-filter:saturate(180%) blur(20px); -webkit-backdrop-filter:saturate(180%) blur(20px);
  border-bottom-color:var(--line);
}
.nav-inner { display:flex; align-items:center; gap:18px; height:70px; }
.brand { display:flex; align-items:center; gap:10px; flex-shrink:0; }
.brand .mark { width:40px; height:40px; border-radius:50%; box-shadow:0 3px 10px rgba(255,45,85,.18); }
.brand .word { font-family:var(--serif); font-style:italic; font-weight:600; font-size:24px; letter-spacing:-.01em; color:var(--ink); }
.brand-text { display:flex; flex-direction:column; line-height:1.04; }
.brand-tag { font-size:10.5px; font-weight:500; font-style:normal; color:var(--muted); letter-spacing:.005em; margin-top:1px; white-space:nowrap; }
.nav-links { display:flex; align-items:center; gap:2px; margin-left:14px; }
.nav-links a { font-size:15px; font-weight:500; color:var(--ink-2); padding:9px 14px; border-radius:10px; transition:.2s; }
.nav-links a:hover { color:var(--brand); background:var(--brand-tint); }

/* ---- Menus do nav (desktop) com dropdown no hover ---- */
.navdd { position:relative; }
.navdd-t { font-family:inherit; font-size:15px; font-weight:500; color:var(--ink-2); padding:9px 13px; border-radius:10px;
  display:inline-flex; align-items:center; gap:6px; cursor:pointer; transition:color .2s, background .2s; }
.navdd-t::after { content:""; width:6px; height:6px; border-right:1.8px solid currentColor; border-bottom:1.8px solid currentColor;
  transform:rotate(45deg) translateY(-2px); opacity:.45; transition:transform .2s var(--ease), opacity .2s; }
.navdd:hover .navdd-t, .navdd:focus-within .navdd-t { color:var(--brand); background:var(--brand-tint); }
.navdd:hover .navdd-t::after, .navdd:focus-within .navdd-t::after { opacity:.8; transform:rotate(225deg) translateY(1px); }
.navdd-menu { position:absolute; top:calc(100% + 8px); left:0; min-width:200px; z-index:300;
  background:var(--surface); border:.5px solid var(--line); border-radius:14px; box-shadow:var(--shadow-lg); padding:7px;
  opacity:0; transform:translateY(-6px); pointer-events:none; transition:opacity .18s var(--ease), transform .18s var(--ease); }
.navdd-menu::before { content:""; position:absolute; left:0; right:0; top:-10px; height:10px; }
.navdd:hover .navdd-menu, .navdd:focus-within .navdd-menu { opacity:1; transform:none; pointer-events:auto; }
.navdd-menu a { display:block; padding:9px 12px; border-radius:9px; font-size:14.5px; font-weight:500; color:var(--ink-2);
  white-space:nowrap; transition:background .15s, color .15s; }
.navdd-menu a:hover { background:var(--brand-tint); color:var(--brand); }
.navdd-soon { display:block; padding:9px 12px; font-size:14px; color:var(--muted); font-style:italic; white-space:nowrap; }
.nav-right { display:flex; align-items:center; gap:12px; margin-left:auto; }

/* Language switcher */
.lang { display:inline-flex; align-items:center; background:var(--bg-warm); border-radius:var(--r-pill); padding:3px; gap:2px; }
.lang button { font-size:12.5px; font-weight:700; color:var(--muted); padding:6px 11px; border-radius:var(--r-pill); transition:color .2s, background .2s; letter-spacing:.02em; }
.lang button:hover { color:var(--ink); }
.lang button.on { background:var(--surface); color:var(--ink); box-shadow:var(--shadow); }
/* ---- Seletor de idioma com bandeira + dropdown (estilo Listfy) ---- */
#lang { display:none; }                 /* grupo de texto vira só o "motor" (wired); UI = .lang-dd */
.lang-dd { position:relative; }
.lang-dd-btn { display:inline-flex; align-items:center; gap:7px; height:42px; padding:0 11px 0 9px;
  border-radius:var(--r-pill); color:var(--ink);
  background:color-mix(in srgb, var(--surface) 44%, transparent);
  backdrop-filter:blur(14px) saturate(180%); -webkit-backdrop-filter:blur(14px) saturate(180%);
  box-shadow:inset 0 0 0 1px color-mix(in srgb, #fff 60%, transparent), inset 0 1px 0 rgba(255,255,255,.45), 0 6px 18px rgba(120,80,60,.10);
  transition:box-shadow .2s var(--ease), transform .15s, background .2s; }
.lang-dd-btn:hover { background:color-mix(in srgb, var(--surface) 60%, transparent);
  box-shadow:inset 0 0 0 1px color-mix(in srgb, #fff 80%, transparent), inset 0 1px 0 rgba(255,255,255,.5), var(--shadow-md); }
.lang-dd-btn:active { transform:scale(.97); }
.lang-dd-btn .flag { width:24px; height:24px; border-radius:50%; overflow:hidden; flex-shrink:0;
  box-shadow:0 0 0 1px rgba(0,0,0,.07); }
.lang-dd-btn .flag svg, .lang-opt .flag svg { width:100%; height:100%; display:block; }
.lang-dd-btn .lang-code { font-size:13px; font-weight:700; letter-spacing:.03em; color:var(--ink); }
.lang-dd-btn .chev { display:grid; place-items:center; color:var(--muted); transition:transform .25s var(--ease); }
.lang-dd-btn .chev svg { width:15px; height:15px; }
.lang-dd-btn[aria-expanded="true"] .chev { transform:rotate(180deg); }

.lang-menu { position:absolute; top:calc(100% + 8px); right:0; min-width:190px; z-index:300;
  max-height:min(72vh, 540px); overflow-y:auto;
  background:var(--surface); border:.5px solid var(--line); border-radius:16px; box-shadow:var(--shadow-lg);
  padding:7px; opacity:0; transform:translateY(-6px) scale(.97); transform-origin:top right; pointer-events:none;
  transition:opacity .2s var(--ease), transform .2s var(--ease); }
.lang-menu.open { opacity:1; transform:none; pointer-events:auto; }
.lang-dd-btn[aria-expanded="true"] .chev { transform:rotate(180deg); }
.lang-opt { display:flex; align-items:center; gap:11px; width:100%; padding:9px 11px; border-radius:11px;
  font-size:14.5px; font-weight:600; color:var(--ink); text-align:left; transition:background .15s; }
.lang-opt:hover { background:var(--brand-tint); }
.lang-opt .flag { width:24px; height:24px; border-radius:50%; overflow:hidden; flex-shrink:0; box-shadow:0 0 0 1px rgba(0,0,0,.07); }
.lang-opt .nm { flex:1; }
.lang-opt .ck { display:grid; place-items:center; width:18px; color:var(--brand); opacity:0; }
.lang-opt .ck svg { width:17px; height:17px; }
.lang-opt.on .nm { color:var(--brand); }
.lang-opt.on .ck { opacity:1; }

/* ---- Hamburger circular (estilo Listfy) ---- */
.nav-toggle { display:none; width:42px; height:42px; border-radius:50%; place-items:center; color:var(--ink);
  background:color-mix(in srgb, var(--surface) 44%, transparent);
  backdrop-filter:blur(14px) saturate(180%); -webkit-backdrop-filter:blur(14px) saturate(180%);
  box-shadow:inset 0 0 0 1px color-mix(in srgb, #fff 60%, transparent), inset 0 1px 0 rgba(255,255,255,.45), 0 6px 18px rgba(120,80,60,.10);
  transition:box-shadow .2s var(--ease), transform .15s, background .2s; }
.nav-toggle:hover { background:color-mix(in srgb, var(--surface) 60%, transparent);
  box-shadow:inset 0 0 0 1px color-mix(in srgb, #fff 80%, transparent), inset 0 1px 0 rgba(255,255,255,.5), var(--shadow-md); }
.nav-toggle:active { transform:scale(.95); }
.nav-toggle svg { width:22px; height:22px; }
.mnav { display:none; }
body.menu-open { overflow:hidden; }
/* menu aberto: zera o backdrop-filter pra não virar containing block do .mnav fixed (senão corta ao rolar) */
body.menu-open .nav { background:var(--bg); border-bottom-color:var(--line); backdrop-filter:none; -webkit-backdrop-filter:none; }
.mnav.open { display:flex; flex-direction:column; position:fixed; inset:70px 0 0; z-index:199;
  background:var(--bg); padding:24px 28px; gap:4px; overflow-y:auto; }
.mnav a { font-size:21px; font-weight:600; font-family:var(--serif); padding:16px 4px; border-bottom:.5px solid var(--line); }
.mnav .btn { margin-top:18px; }

/* =====================================================================
   HERO
   ===================================================================== */
.hero { position:relative; overflow:hidden; margin-top:-70px; padding:134px 0 30px; }
.hero::before { content:""; position:absolute; inset:0; z-index:-2; background:var(--grad-hero); }
.float-shape { position:absolute; z-index:-1; border-radius:50%; filter:blur(70px); opacity:.55; pointer-events:none; }
.fs-1 { width:380px; height:380px; background:var(--brand); top:-100px; left:-90px; opacity:.18; }
.fs-2 { width:340px; height:340px; background:var(--peach); top:120px; right:-100px; opacity:.4; }

.hero-grid { display:grid; grid-template-columns:1.04fr .96fr; gap:48px; align-items:center; }
.hero-copy { max-width:580px; }
.hero-tag {
  display:inline-flex; align-items:center; gap:9px; font-size:13px; font-weight:600; color:var(--brand);
  background:var(--brand-tint); border:.5px solid var(--brand-soft); padding:8px 15px; border-radius:var(--r-pill); margin-bottom:26px;
}
.hero-tag svg { width:15px; height:15px; }
.hero h1 {
  font-family:var(--serif); font-weight:500; font-size:clamp(40px,6.4vw,68px);
  line-height:1.04; letter-spacing:-.025em; margin:0 0 22px; text-wrap:balance;
}
.hero h1 em { font-style:italic; color:var(--brand); }
.hero-sub { font-size:clamp(17px,2vw,20px); color:var(--ink-2); margin:0 0 32px; max-width:500px; text-wrap:pretty; }
.hero-cta { display:flex; flex-wrap:wrap; gap:13px; margin-bottom:24px; }
.hero-trust { display:flex; align-items:center; gap:9px; font-size:13.5px; color:var(--muted); }
.hero-trust svg { width:15px; height:15px; color:var(--brand); }

.hero-stage { position:relative; display:flex; flex-direction:column; justify-content:center; align-items:center; gap:20px; min-height:600px; }
.hero-glow { position:absolute; width:380px; height:540px; border-radius:60px; background:var(--grad-brand);
  filter:blur(60px); opacity:.28; z-index:0; }

.scroll-cue { display:flex; flex-direction:column; align-items:center; gap:8px; margin:46px auto 0; width:max-content;
  font-size:12px; font-weight:600; letter-spacing:.12em; text-transform:uppercase; color:var(--muted); }
.scroll-cue .mouse { width:24px; height:38px; border:2px solid var(--line-2); border-radius:13px; position:relative; }
.scroll-cue .mouse::after { content:""; position:absolute; top:7px; left:50%; transform:translateX(-50%);
  width:4px; height:8px; border-radius:3px; background:var(--brand); animation:scrolldot 1.7s var(--ease) infinite; }
@keyframes scrolldot { 0%{opacity:0;transform:translate(-50%,0);} 30%{opacity:1;} 70%{opacity:1;transform:translate(-50%,11px);} 100%{opacity:0;transform:translate(-50%,11px);} }

/* =====================================================================
   PHONE MOCKUP (CSS, fiel ao design system)
   ===================================================================== */
.phone {
  position:relative; width:320px; height:689px; border-radius:34px;
  background:#0c0c0e; padding:9px; z-index:2;
  box-shadow:var(--shadow-lg), 0 0 0 2px rgba(0,0,0,.05), inset 0 0 0 2px rgba(255,255,255,.06);
}
.phone.tilt { transform:rotate(0deg); }
.screen { position:relative; width:100%; height:100%; border-radius:24px; overflow:hidden;
  background:linear-gradient(180deg,#FDF1ED 0%, #F2F2F7 28%); touch-action:pan-y; user-select:none; -webkit-user-select:none; }
.screen::after { content:""; position:absolute; top:11px; left:50%; transform:translateX(-50%); width:10px; height:10px; border-radius:50%; background:#0c0c0e; box-shadow:0 0 0 1.5px rgba(255,255,255,.08); z-index:9; pointer-events:none; }
.screen img { -webkit-user-drag:none; user-drag:none; pointer-events:none; }
.deck { display:flex; height:100%; }
.deck.anim { transition:transform .55s var(--ease); }
.slide { min-width:100%; width:100%; height:100%; position:relative; }
.appshot { width:100%; height:100%; object-fit:cover; object-position:center top; display:block; background:var(--bg); image-rendering:auto; }
#heroPhone .screen { cursor:grab; }
#heroPhone .screen:active { cursor:grabbing; }
.hero-pager { display:flex; gap:8px; align-items:center; justify-content:center; }
.hero-pager .hdot { width:8px; height:8px; border-radius:9999px; background:var(--line-2); border:0; padding:0; cursor:pointer; transition:width .3s var(--ease), background .3s; }
.hero-pager .hdot:hover { background:var(--muted); }
.hero-pager .hdot.on { width:22px; background:var(--brand); }
.pager { position:absolute; left:0; right:0; bottom:80px; z-index:6; display:flex; gap:6px; justify-content:center; pointer-events:none; }
.pdot { width:6px; height:6px; border-radius:50%; background:rgba(0,0,0,.16); transition:width .3s var(--ease), background .3s; }
.pdot.on { width:18px; background:var(--m-glucose); }
.notch { position:absolute; top:11px; left:50%; transform:translateX(-50%); width:102px; height:28px; background:#0c0c0e; border-radius:15px; z-index:8; }
.sb { display:flex; align-items:center; justify-content:space-between; height:46px; padding:0 24px 0 26px; font-size:14px; font-weight:600; color:#1C1C1E; }
.sb .ic { display:flex; gap:5px; align-items:center; }
.sb .ic svg { width:17px; height:14px; }
.screen-body { padding:2px 15px 15px; height:calc(100% - 46px); overflow:hidden; }
.app-head { display:flex; align-items:center; justify-content:space-between; margin:4px 2px 14px; }
.app-head .h { font-size:23px; font-weight:800; letter-spacing:-.02em; color:#1C1C1E; }
.app-head .av { width:34px; height:34px; border-radius:var(--r-pill); background:linear-gradient(135deg,#FFD3DD,#FF9FB3); }

.gcard { border-radius:24px; padding:17px 19px; color:#fff; margin-bottom:12px; background:var(--grad-brand); box-shadow:0 12px 26px rgba(255,45,85,.3); }
.gcard .top { display:flex; justify-content:space-between; align-items:flex-start; }
.gcard .eb { font-size:10px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; opacity:.86; }
.gcard .wk { font-size:54px; font-weight:800; letter-spacing:-.04em; line-height:1; margin-top:2px; }
.gcard .wk small { font-size:15px; font-weight:600; opacity:.9; margin-left:5px; }
.gcard .dpp { text-align:right; font-size:11px; opacity:.9; }
.gcard .dpp b { display:block; font-size:16px; font-weight:700; }
.gcard .bar { height:6px; border-radius:3px; background:rgba(255,255,255,.3); margin-top:15px; overflow:hidden; }
.gcard .bar i { display:block; height:100%; width:60%; background:#fff; border-radius:3px; }

.mgrid { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:12px; }
.mcard { background:#fff; border-radius:15px; padding:13px; box-shadow:var(--shadow); }
.mcard .ic { width:27px; height:27px; border-radius:9px; display:grid; place-items:center; margin-bottom:9px; }
.mcard .ic svg { width:15px; height:15px; color:#fff; }
.mcard .lab { font-size:11px; color:#8E8E93; font-weight:500; }
.mcard .val { font-size:21px; font-weight:700; letter-spacing:-.02em; color:#1C1C1E; }
.mcard .val small { font-size:11px; font-weight:600; color:#8E8E93; margin-left:2px; }
.spark { height:18px; margin-top:5px; display:block; width:100%; }

.lcard { background:#fff; border-radius:15px; padding:3px 14px; box-shadow:var(--shadow); }
.lrow { display:flex; align-items:center; gap:11px; padding:11px 0; border-bottom:.5px solid #EFEFF2; }
.lrow:last-child { border-bottom:none; }
.lrow .dot { width:28px; height:28px; border-radius:var(--r-pill); display:grid; place-items:center; flex-shrink:0; }
.lrow .dot svg { width:15px; height:15px; }
.lrow .tx { flex:1; }
.lrow .tx b { display:block; font-size:13.5px; font-weight:600; color:#1C1C1E; }
.lrow .tx span { font-size:11px; color:#8E8E93; }
.lcheck { width:21px; height:21px; border-radius:var(--r-pill); border:1.5px solid #E5E5EA; flex-shrink:0; }
.lcheck.on { background:var(--m-green); border-color:var(--m-green); display:grid; place-items:center; }
.lcheck.on svg { width:13px; height:13px; color:#fff; }

.tabbar { position:absolute; left:14px; right:14px; bottom:13px; height:58px; z-index:7;
  background:rgba(255,255,255,.84); backdrop-filter:saturate(180%) blur(18px); -webkit-backdrop-filter:saturate(180%) blur(18px);
  border-radius:24px; box-shadow:0 8px 24px rgba(0,0,0,.1),0 0 0 .5px rgba(0,0,0,.04);
  display:flex; align-items:center; justify-content:space-around; padding:0 8px; }
.tabbar .tab { display:flex; flex-direction:column; align-items:center; gap:3px; color:#C7C7CC; font-size:9px; font-weight:600; }
.tabbar .tab svg { width:22px; height:22px; }
.tabbar .tab.active { color:var(--m-glucose); }

/* =====================================================================
   SECTION SCAFFOLD
   ===================================================================== */
section[data-screen-label] { position:relative; }
.section { padding:108px 0; }
.section-head { max-width:660px; margin:0 auto 64px; text-align:center; }
.section-head h2 { font-family:var(--serif); font-weight:500; font-size:clamp(30px,4.6vw,46px);
  line-height:1.08; letter-spacing:-.02em; margin:18px 0 16px; text-wrap:balance; }
.section-head h2 em { font-style:italic; color:var(--brand); }
.section-head p { font-size:18px; color:var(--ink-2); margin:0; text-wrap:pretty; }

/* =====================================================================
   STORY — A história (origem)
   ===================================================================== */
.story { background:linear-gradient(180deg, var(--bg) 0%, var(--bg-warm) 100%); padding:120px 0 130px; overflow:hidden; }
.story-intro { max-width:720px; margin:0 auto 90px; text-align:center; }
.story-intro h2 { font-family:var(--serif); font-weight:500; font-size:clamp(32px,5vw,52px); line-height:1.08; letter-spacing:-.02em; margin:18px 0 0; text-wrap:balance; }
.story-intro h2 em { font-style:italic; color:var(--brand); }

.beats { display:flex; flex-direction:column; gap:120px; max-width:1000px; margin:0 auto; }
.beat { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.beat:nth-child(even) .beat-visual { order:-1; }
.beat-num { font-family:var(--serif); font-style:italic; font-size:20px; color:var(--brand); margin-bottom:14px; display:block; }
.beat-copy h3 { font-family:var(--serif); font-weight:500; font-size:clamp(26px,3.4vw,34px); line-height:1.14; letter-spacing:-.02em; margin:0 0 16px; text-wrap:balance; }
.beat-copy p { font-size:17.5px; color:var(--ink-2); margin:0 0 14px; text-wrap:pretty; }
.beat-copy p:last-child { margin-bottom:0; }
.beat-copy strong { color:var(--ink); font-weight:650; }
.beat-visual { display:flex; justify-content:center; }

/* the paper sheet */
.paper {
  position:relative; width:300px; background:#FFFDF8; border-radius:6px;
  padding:26px 26px 30px; box-shadow:0 18px 44px rgba(90,60,40,.18), 0 2px 6px rgba(90,60,40,.08);
  transform:rotate(-2.5deg);
  background-image:repeating-linear-gradient(transparent, transparent 35px, var(--line) 35px, var(--line) 36px);
  background-position:0 44px;
}
.paper::before { content:""; position:absolute; left:34px; top:0; bottom:0; width:1.5px; background:#F2B8C0; opacity:.6; }
.paper .ph { font-family:var(--hand); font-size:25px; color:#3a4a6b; font-weight:700; margin-bottom:10px; line-height:36px; white-space:nowrap; }
.paper .pr { font-family:var(--hand); font-size:22px; color:#27408b; line-height:36px; display:flex; justify-content:space-between; white-space:nowrap; }
.paper .pr .v { color:#1c1c1e; }
.paper .smudge { position:absolute; width:90px; height:70px; border-radius:50%;
  background:radial-gradient(circle, rgba(90,120,180,.35), transparent 70%); filter:blur(6px); }
.paper .smudge.s1 { top:120px; right:30px; }
.paper .tear { position:absolute; right:-2px; bottom:36px; width:64px; height:54px; background:var(--bg-warm);
  clip-path:polygon(100% 0,100% 100%,0 100%,30% 70%,8% 84%,40% 40%,16% 48%,55% 8%); }
.paper-cap { margin-top:18px; font-size:13px; color:var(--muted); font-style:italic; text-align:center; }

/* problem chips */
.probs { display:flex; flex-wrap:wrap; gap:10px; margin-top:8px; }
.prob { display:inline-flex; align-items:center; gap:8px; background:var(--surface); border:.5px solid var(--line);
  border-radius:var(--r-pill); padding:9px 15px; font-size:14px; font-weight:500; color:var(--ink-2); box-shadow:var(--shadow); }
.prob svg { width:15px; height:15px; color:var(--brand); }

/* turning point quote */
.turn { max-width:840px; margin:120px auto 0; text-align:center; padding:0 20px; }
.turn .q { font-family:var(--serif); font-style:italic; font-weight:500; font-size:clamp(26px,4vw,40px);
  line-height:1.24; letter-spacing:-.015em; color:var(--ink); text-wrap:balance; }
.turn .q span { color:var(--brand); }
.turn .by { margin-top:24px; font-size:14.5px; color:var(--muted); }

/* =====================================================================
   HOW — Passo a passo
   ===================================================================== */
.how { background:var(--surface-2); }
.steps { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; counter-reset:step; }
.step { position:relative; text-align:left; }
.step .si { width:58px; height:58px; border-radius:18px; display:grid; place-items:center; margin-bottom:20px;
  background:var(--brand-tint); color:var(--brand); box-shadow:inset 0 0 0 1px var(--brand-soft); }
.step .si svg { width:27px; height:27px; }
.step .sn { position:absolute; top:-6px; right:auto; left:42px; font-family:var(--serif); font-style:italic; font-size:15px; color:var(--brand); }
.step h3 { font-size:18.5px; font-weight:700; letter-spacing:-.01em; margin:0 0 9px; }
.step p { font-size:15px; color:var(--ink-2); margin:0; text-wrap:pretty; }
.step .line { position:absolute; top:29px; left:70px; right:-12px; height:2px;
  background:repeating-linear-gradient(90deg,var(--line-2) 0 6px, transparent 6px 12px); }
.step:last-child .line { display:none; }

/* =====================================================================
   FEATURES
   ===================================================================== */
.features { background:var(--bg); }
.fgroups { display:flex; flex-direction:column; gap:30px; }
.fgroup { background:var(--surface); border:.5px solid var(--line); border-radius:var(--r-2xl); padding:42px 44px;
  box-shadow:var(--shadow); display:grid; grid-template-columns:1fr 1.55fr; gap:48px; align-items:start; }
.fgroup.flip { grid-template-columns:1.55fr 1fr; }
.fgroup.flip .fg-head { order:2; }
.fg-head .fg-ic { width:54px; height:54px; border-radius:16px; display:grid; place-items:center; margin-bottom:18px; color:#fff; }
.fg-head .fg-ic svg { width:26px; height:26px; }
.fg-head h3 { font-family:var(--serif); font-weight:500; font-size:27px; letter-spacing:-.015em; margin:0 0 12px; line-height:1.12; }
.fg-head p { font-size:16px; color:var(--ink-2); margin:0; text-wrap:pretty; }
.fg-items { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.fitem { display:flex; gap:13px; padding:16px 18px; background:var(--surface-2); border:.5px solid var(--line); border-radius:var(--r-md); }
.fitem .fic { width:34px; height:34px; border-radius:10px; display:grid; place-items:center; flex-shrink:0; }
.fitem .fic svg { width:18px; height:18px; }
.fitem b { display:block; font-size:14.5px; font-weight:650; letter-spacing:-.01em; margin-bottom:3px; }
.fitem span { font-size:12.5px; color:var(--muted); line-height:1.45; }

/* =====================================================================
   BABY — semana a semana
   ===================================================================== */
.baby { background:linear-gradient(180deg, var(--bg-warm), var(--bg)); overflow:hidden; }
.baby-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px 64px; align-items:center;
  grid-template-areas:"babytext babyfig" "babyctl babyfig"; }
.baby-grid .baby-copy { grid-area:babytext; }
.baby-grid .baby-visual { grid-area:babyfig; }
.baby-grid .wk-control { grid-area:babyctl; }
.baby-copy h2 { font-family:var(--serif); font-weight:500; font-size:clamp(30px,4.4vw,44px); line-height:1.1; letter-spacing:-.02em; margin:18px 0 16px; text-wrap:balance; }
.baby-copy h2 em { font-style:italic; color:var(--brand); }
.baby-copy p { font-size:17.5px; color:var(--ink-2); margin:0; text-wrap:pretty; }
.wk-control { background:var(--surface); border:.5px solid var(--line); border-radius:var(--r-xl); padding:24px 26px; box-shadow:var(--shadow); }
.wk-top { display:flex; align-items:baseline; justify-content:space-between; margin-bottom:14px; }
.wk-top .lab { font-size:12px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); }
.wk-top .num { font-family:var(--serif); font-size:30px; font-weight:600; color:var(--brand); white-space:nowrap; }
.wk-top .num small { font-size:15px; color:var(--ink-2); font-family:var(--sans); font-weight:500; }
input[type=range].wk-range { -webkit-appearance:none; appearance:none; width:100%; height:7px; border-radius:4px;
  background:var(--brand-soft); outline:none; cursor:pointer; }
input[type=range].wk-range::-webkit-slider-thumb { -webkit-appearance:none; width:26px; height:26px; border-radius:50%;
  background:var(--brand); box-shadow:0 3px 9px rgba(255,45,85,.4), 0 0 0 4px var(--surface); cursor:pointer; }
input[type=range].wk-range::-moz-range-thumb { width:26px; height:26px; border:none; border-radius:50%;
  background:var(--brand); box-shadow:0 3px 9px rgba(255,45,85,.4), 0 0 0 4px var(--surface); cursor:pointer; }
.wk-meta { display:flex; gap:14px; margin-top:22px; }
.wk-stat { flex:1; background:var(--surface-2); border:.5px solid var(--line); border-radius:var(--r-md); padding:14px 16px; }
.wk-stat small { font-size:11px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--muted); }
.wk-stat b { display:block; font-size:21px; font-weight:800; letter-spacing:-.02em; margin-top:4px; color:var(--ink); }

.baby-visual { display:flex; justify-content:center; }
.fruit-card { position:relative; width:360px; aspect-ratio:4/4.4; border-radius:var(--r-2xl); overflow:hidden;
  background:radial-gradient(120% 100% at 50% 0%, #FFE6D6, #FBEAF0 72%); box-shadow:var(--shadow-md);
  display:flex; flex-direction:column; align-items:center; justify-content:center; }
.fruit-card .badge { position:absolute; top:18px; left:18px; background:rgba(255,255,255,.86); backdrop-filter:blur(8px);
  border-radius:12px; padding:7px 13px; font-size:13px; font-weight:700; color:var(--ink); box-shadow:var(--shadow); }
.fruit-emoji { font-size:140px; line-height:1; filter:drop-shadow(0 14px 24px rgba(0,0,0,.14)); transition:transform .5s var(--ease), opacity .35s; }
.fruit-name { margin-top:14px; font-family:var(--serif); font-style:italic; font-size:26px; color:var(--ink); }
.heartbeat { position:absolute; bottom:18px; right:18px; display:flex; align-items:center; gap:7px;
  background:rgba(255,255,255,.86); backdrop-filter:blur(8px); border-radius:var(--r-pill); padding:7px 13px; font-size:13px; font-weight:700; color:var(--m-glucose); box-shadow:var(--shadow); }
.heartbeat svg { width:16px; height:16px; animation:beat 1s ease-in-out infinite; }
@keyframes beat { 0%,100%{transform:scale(1);} 15%{transform:scale(1.25);} 30%{transform:scale(1);} 45%{transform:scale(1.18);} }

/* =====================================================================
   REPORT — PDF para o obstetra
   ===================================================================== */
.report { background:var(--surface-2); }
.report-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:64px; align-items:center; }
.report-copy h2 { font-family:var(--serif); font-weight:500; font-size:clamp(30px,4.4vw,44px); line-height:1.1; letter-spacing:-.02em; margin:18px 0 16px; text-wrap:balance; }
.report-copy h2 em { font-style:italic; color:var(--brand); }
.report-copy p { font-size:17.5px; color:var(--ink-2); margin:0 0 24px; text-wrap:pretty; }
.rlist { display:flex; flex-direction:column; gap:13px; }
.rlist li { display:flex; align-items:center; gap:13px; font-size:16px; color:var(--ink); }
.rlist .rc { width:28px; height:28px; border-radius:var(--r-pill); background:var(--sage-soft); display:grid; place-items:center; flex-shrink:0; }
.rlist .rc svg { width:16px; height:16px; color:var(--sage); }
.report-visual { display:flex; justify-content:center; perspective:1400px; }
.doc { position:relative; width:330px; background:#fff; border-radius:14px; padding:32px 30px; box-shadow:var(--shadow-lg);
  transform:rotateY(-12deg) rotateX(3deg); transform-style:preserve-3d; }
.doc .dh { display:flex; align-items:center; gap:11px; padding-bottom:16px; border-bottom:2px solid var(--brand); margin-bottom:18px; }
.doc .dh .dm { width:36px; height:36px; border-radius:50%; box-shadow:0 2px 7px rgba(255,45,85,.18); }
.doc .dh .dt b { display:block; font-size:15px; font-weight:800; color:#1c1c1e; letter-spacing:-.01em; }
.doc .dh .dt span { font-size:10.5px; color:#8E8E93; }
.doc .drow { display:flex; justify-content:space-between; align-items:center; padding:9px 0; border-bottom:.5px solid #EFEFF2; font-size:12.5px; }
.doc .drow b { color:#1c1c1e; font-weight:600; }
.doc .drow .dv { color:#1c1c1e; font-weight:700; }
.doc .drow .tag { font-size:10px; font-weight:700; color:var(--m-green); background:#E4F7EA; padding:2px 8px; border-radius:6px; }
.doc .dchart { height:54px; margin:16px 0 6px; }
.doc .dnote { font-size:10.5px; color:#A1A1A8; margin-top:14px; text-align:center; }

/* =====================================================================
   CREATOR — sobre o criador
   ===================================================================== */
.creator { background:var(--bg); }
.creator-card { background:var(--grad-brand); border-radius:var(--r-2xl); padding:64px; color:#fff; position:relative; overflow:hidden;
  box-shadow:var(--glow); display:grid; grid-template-columns:auto 1fr; gap:54px; align-items:center; }
.creator-card::before { content:""; position:absolute; inset:0; background:radial-gradient(600px 320px at 88% -10%, rgba(255,255,255,.25), transparent 65%); pointer-events:none; }
.creator-portrait { position:relative; z-index:1; width:248px; height:316px; border-radius:24px; flex-shrink:0;
  overflow:hidden; box-shadow:0 18px 40px rgba(0,0,0,.22), inset 0 0 0 1px rgba(255,255,255,.25); }
.creator-portrait .pphoto { width:100%; height:100%; object-fit:cover; object-position:center 28%; display:block; }
.creator-body { position:relative; z-index:1; }
.creator-body .eyebrow { color:rgba(255,255,255,.85); }
.creator-body .eyebrow::before { background:#fff; }
.creator-body blockquote { font-family:var(--serif); font-weight:500; font-size:clamp(22px,2.8vw,30px); line-height:1.34;
  letter-spacing:-.01em; margin:18px 0 18px; text-wrap:pretty; }
.creator-body .creator-name { font-size:16px; line-height:1.55; color:rgba(255,255,255,.92); margin:0 0 24px; max-width:none; white-space:nowrap; text-wrap:nowrap; }
.creator-body .creator-name strong { font-family:var(--serif); font-style:italic; font-weight:600; }
.creator-body .sig { font-family:var(--hand); font-size:30px; line-height:1; }
.creator-body .role { font-size:14px; opacity:.85; margin-top:6px; }

/* =====================================================================
   TESTIMONIALS
   ===================================================================== */
.testi { background:var(--surface-2); }
.testi-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.tcard { background:var(--surface); border:.5px solid var(--line); border-radius:var(--r-xl); padding:30px 28px; box-shadow:var(--shadow); display:flex; flex-direction:column; }
.tcard .stars { display:flex; gap:3px; margin-bottom:16px; color:var(--gold); }
.tcard .stars svg { width:16px; height:16px; }
.tcard .quote { font-size:16px; color:var(--ink); line-height:1.58; margin:0 0 22px; text-wrap:pretty; flex:1; }
.tcard .who { display:flex; align-items:center; gap:12px; }
.tcard .who .av { width:42px; height:42px; border-radius:var(--r-pill); display:grid; place-items:center; color:#fff; font-weight:700; font-size:16px; }
.tcard .who b { display:block; font-size:14.5px; font-weight:650; }
.tcard .who span { font-size:12.5px; color:var(--muted); }

/* =====================================================================
   FAQ
   ===================================================================== */
.faq { background:var(--bg); }
.faq-wrap { max-width:760px; margin:0 auto; }
.faq-item { border-bottom:.5px solid var(--line-2); }
.faq-q { width:100%; text-align:left; display:flex; align-items:center; justify-content:space-between; gap:18px;
  padding:24px 4px; font-size:18px; font-weight:600; letter-spacing:-.01em; color:var(--ink); }
.faq-q .pm { width:26px; height:26px; flex-shrink:0; position:relative; }
.faq-q .pm::before,.faq-q .pm::after { content:""; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  background:var(--brand); border-radius:2px; transition:.3s var(--ease); }
.faq-q .pm::before { width:14px; height:2.5px; }
.faq-q .pm::after { width:2.5px; height:14px; }
.faq-item.open .faq-q .pm::after { transform:translate(-50%,-50%) rotate(90deg); opacity:0; }
.faq-a { max-height:0; overflow:hidden; transition:max-height .35s var(--ease); }
.faq-a p { font-size:16px; color:var(--ink-2); margin:0 4px 24px; line-height:1.62; text-wrap:pretty; }

/* =====================================================================
   FINAL CTA
   ===================================================================== */
.final { padding:40px 0 110px; }
.final-card { position:relative; overflow:hidden; text-align:center; border-radius:var(--r-2xl);
  background:var(--grad-brand); padding:84px 36px; color:#fff; box-shadow:var(--glow); }
.final-card::before { content:""; position:absolute; inset:0; background:radial-gradient(620px 320px at 50% -12%, rgba(255,255,255,.3), transparent 68%); pointer-events:none; }
.final-card .hb { position:relative; width:72px; height:72px; border-radius:22px; margin:0 auto 24px; display:grid; place-items:center;
  background:rgba(255,255,255,.18); backdrop-filter:blur(8px); }
.final-card .hb svg { width:38px; height:38px; }
.final-card h2 { position:relative; font-family:var(--serif); font-weight:500; font-size:clamp(30px,4.8vw,50px); line-height:1.08; letter-spacing:-.02em; margin:0 0 16px; text-wrap:balance; }
.final-card h2 em { font-style:italic; }
.final-card p { position:relative; font-size:19px; color:rgba(255,255,255,.9); margin:0 0 34px; }
.final-stores { position:relative; display:flex; flex-wrap:wrap; gap:14px; justify-content:center; }
.store-badge { display:inline-flex; align-items:center; gap:12px; min-width:210px;
  background:#0c0c0e; color:#fff; border-radius:14px; padding:11px 20px; transition:transform .2s var(--ease); }
.store-badge:hover { transform:translateY(-3px); }
.store-badge.soon { background:rgba(255,255,255,.16); box-shadow:inset 0 0 0 1px rgba(255,255,255,.3); }
.store-badge svg { width:27px; height:27px; flex-shrink:0; }
.store-badge .gplay-ic { width:27px; height:27px; flex-shrink:0; }
.store-badge .sbt { line-height:1.25; text-align:left; }
.store-badge .sbt small { display:block; font-size:11px; opacity:.75; }
.store-badge .sbt b { font-size:18px; font-weight:700; letter-spacing:-.02em; }
.final-note { position:relative; margin-top:22px; font-size:14px; color:rgba(255,255,255,.82); }

/* =====================================================================
   FOOTER
   ===================================================================== */
.footer { background:var(--surface); border-top:.5px solid var(--line); padding:72px 0 40px; }
.footer-grid { display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr; gap:44px; }
.footer-brand .brand { font-size:21px; margin-bottom:16px; }
.footer-brand p { font-size:14.5px; color:var(--ink-2); max-width:300px; margin:0 0 18px; }
.footer-col h4 { font-size:12.5px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--muted); margin:0 0 16px; }
.footer-col a { display:block; font-size:14.5px; color:var(--ink-2); padding:6px 0; transition:color .2s; }
.footer-col a:hover { color:var(--brand); }
.footer-bottom { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:14px;
  margin-top:52px; padding-top:26px; border-top:.5px solid var(--line); }
.footer-bottom .mini { font-size:13px; color:var(--muted); }
.footer-bottom .mini b { color:var(--ink-2); font-weight:650; }
.footer-bottom .legal-id { flex-basis:100%; order:3; font-size:11.5px; color:var(--muted); opacity:.82; line-height:1.55; }
.footer-bottom .legal-id a { color:inherit; text-decoration:none; }
.footer-bottom .legal-id a:hover { text-decoration:underline; }
.footer-disc { font-size:12.5px; color:var(--muted); margin-top:16px; max-width:640px; line-height:1.6; }

/* =====================================================================
   SCROLL REVEAL
   ===================================================================== */
.reveal { opacity:0; transform:translateY(30px); transition:opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity:1; transform:none; }
.reveal.d1 { transition-delay:.08s; } .reveal.d2 { transition-delay:.16s; }
.reveal.d3 { transition-delay:.24s; } .reveal.d4 { transition-delay:.32s; }
[data-anim="sutil"] .reveal { transform:translateY(14px); transition-duration:.5s; }
[data-anim="sutil"] .reveal.d1,[data-anim="sutil"] .reveal.d2,
[data-anim="sutil"] .reveal.d3,[data-anim="sutil"] .reveal.d4 { transition-delay:0s; }
@media (prefers-reduced-motion:reduce) {
  .reveal { opacity:1; transform:none; transition:none; }
  html { scroll-behavior:auto; }
  .scroll-cue .mouse::after, .heartbeat svg { animation:none; }
}

/* =====================================================================
   TWEAKS PANEL (vanilla)
   ===================================================================== */
#tweaks { position:fixed; right:18px; bottom:18px; z-index:9000; width:268px;
  background:color-mix(in srgb, var(--surface) 92%, transparent); backdrop-filter:blur(20px);
  border:.5px solid var(--line-2); border-radius:20px; box-shadow:var(--shadow-lg);
  padding:18px; font-family:var(--sans); display:none; }
#tweaks.show { display:block; animation:twin .3s var(--ease); }
@keyframes twin { from{opacity:0;transform:translateY(10px) scale(.98);} to{opacity:1;transform:none;} }
#tweaks .th { display:flex; align-items:center; justify-content:space-between; margin-bottom:16px; }
#tweaks .th b { font-size:14px; font-weight:700; letter-spacing:-.01em; }
#tweaks .tclose { width:26px; height:26px; border-radius:8px; display:grid; place-items:center; color:var(--muted); }
#tweaks .tclose:hover { background:var(--bg-warm); color:var(--ink); }
#tweaks .tsec { font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); margin:16px 0 9px; }
#tweaks .tsec:first-of-type { margin-top:0; }
.tw-pals { display:flex; gap:9px; }
.tw-pal { flex:1; height:42px; border-radius:12px; cursor:pointer; position:relative; overflow:hidden; box-shadow:inset 0 0 0 1px rgba(0,0,0,.06); transition:transform .15s; }
.tw-pal:hover { transform:translateY(-2px); }
.tw-pal.on { box-shadow:inset 0 0 0 2.5px var(--ink); }
.tw-pal span { position:absolute; inset:0; display:flex; }
.tw-pal i { flex:1; }
.tw-seg { display:flex; background:var(--bg-warm); border-radius:11px; padding:3px; gap:3px; }
.tw-seg button { flex:1; padding:8px; border-radius:8px; font-size:12.5px; font-weight:600; color:var(--muted); transition:.18s; }
.tw-seg button.on { background:var(--surface); color:var(--ink); box-shadow:var(--shadow); }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width:980px) {
  .hero-grid { grid-template-columns:1fr; gap:20px; text-align:center; }
  .hero-copy { max-width:600px; margin:0 auto; }
  .hero-tag { } .hero-cta,.hero-trust { justify-content:center; }
  .hero-sub { margin-left:auto; margin-right:auto; }
  .hero-stage { min-height:0; margin-top:30px; }
  .beat { grid-template-columns:1fr; gap:36px; }
  /* visual sempre ABAIXO da copy no mobile (neutraliza o order:-1 dos pares do desktop, L402) */
  .beat:nth-child(even) .beat-visual { order:0; }
  .steps { grid-template-columns:1fr 1fr; gap:36px 24px; }
  .step .line { display:none; }
  .fgroup,.fgroup.flip { grid-template-columns:1fr; gap:28px; }
  .fgroup.flip .fg-head { order:0; }
  .baby-grid,.report-grid { grid-template-columns:1fr; gap:44px; }
  .baby-grid { grid-template-areas:none; }
  .baby-grid .baby-copy, .baby-grid .baby-visual, .baby-grid .wk-control { grid-area:auto; }
  .creator-card { grid-template-columns:1fr; gap:32px; text-align:center; padding:48px 36px; }
  .creator-portrait { margin:0 auto; width:236px; height:300px; }
  .creator-body .eyebrow { justify-content:center; }
  .creator-body .creator-name { white-space:normal; text-wrap:pretty; width:auto !important; }
  .testi-grid { grid-template-columns:1fr; }
}
@media (max-width:680px) {
  .nav-links { display:none; }
  .nav-toggle { display:grid; }
  .nav-right .btn-sm { display:none; }
  .hero-tag { display:none; }
  .brand-tag { display:none; } /* subtítulo da marca só no desktop */
  .hero { padding-top:90px; }
  .section { padding:78px 0; }
  .story { padding:84px 0 90px; }
  .beats { gap:80px; }
  .turn { margin-top:80px; }
  .fg-items { grid-template-columns:1fr; }
  .fgroup, .fgroup.flip { padding:20px; }
  .creator-card { padding:20px; }
  .footer-grid { grid-template-columns:repeat(3,1fr); gap:24px; }
  .footer-brand { grid-column:1/-1; }
  #tweaks { left:14px; right:14px; width:auto; }
}
@media (max-width:440px) {
  .wrap { padding:0 20px; }
  .nav-inner { gap:10px; }
  .nav-right { gap:8px; }
  .lang { padding:2px; }
  .lang button { padding:6px 9px; }
  .lang-dd-btn .lang-code { display:none; }
  .steps { grid-template-columns:1fr; }
  .footer-grid { gap:14px; }
  .footer-col a { font-size:13.5px; }
  .baby-grid > * { min-width:0; }
  .fruit-card { width:100%; max-width:360px; }
  /* hero: 2 botões na mesma linha, dentro do padding, com gap */
  .hero-cta { flex-wrap:nowrap; gap:10px; }
  .hero-cta > * { flex:1 1 0; min-width:0; }
  .hero-cta .gplay { padding:0 12px; gap:7px; justify-content:center; }
  .hero-cta .gplay-tx b { font-size:16px; }
  .hero-cta .gplay-tx small { font-size:9px; }
  .hero-cta .btn-ghost { padding:0 12px; font-size:14.5px; }
  .phone { width:270px; height:582px; }
  .final-card { padding:60px 16px; }
  /* store badges lado a lado no mobile, dentro do padding, com gap */
  .final-stores { flex-wrap:nowrap; gap:10px; }
  .final-stores .store-badge { flex:1 1 0; min-width:0; width:auto; padding:11px 12px; gap:8px; }
  .final-stores .store-badge .gplay-ic, .final-stores .store-badge svg { width:22px; height:22px; }
  .final-stores .store-badge .sbt b { font-size:15px; }
  .final-stores .store-badge .sbt small { font-size:9.5px; }
  /* nota: cabe em 1 linha (escala com a largura da tela) */
  .final-card .final-note { white-space:nowrap; font-size:clamp(7px, calc((100vw - 72px) * 0.0285), 11px); }
  /* selo de confiança do hero: 1 linha (escala com a largura) */
  .hero-trust { flex-wrap:nowrap; white-space:nowrap; font-size:clamp(10px, calc((100vw - 40px) * 0.0379), 13.5px); }
}
