/* ============================================================
   FitMino — Premium Marketing / Landing Design System
   fitmino.com · operado por CIERICORP
   ============================================================ */

:root {
    color-scheme: dark;
    --bg: #06080d;
    --bg-2: #080b12;
    --surface: rgba(18, 24, 34, 0.72);
    --card: rgba(20, 27, 38, 0.66);
    --card-strong: rgba(28, 37, 52, 0.9);
    --border: rgba(255, 255, 255, 0.09);
    --border-strong: rgba(255, 255, 255, 0.16);
    --primary: #7cf7b4;
    --primary-2: #1edb84;
    --primary-deep: #0c8f5a;
    --secondary: #88a4ff;
    --violet: #b794ff;
    --pink: #ff79c6;
    --warning: #f8c46b;
    --text: #f7fafc;
    --text-secondary: #aeb9c8;
    --text-muted: #71809a;
    --radius: 20px;
    --radius-sm: 13px;
    --radius-lg: 32px;
    --shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
    --shadow-soft: 0 14px 44px rgba(0, 0, 0, 0.32);
    --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    --maxw: 1180px;
    --safe-top: env(safe-area-inset-top, 0px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 92px;
}

html, body {
    font-family: var(--font);
    color: var(--text);
    background: var(--bg);
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    line-height: 1.6;
}

body {
    background:
        radial-gradient(1100px 620px at 12% -8%, rgba(124, 247, 180, 0.16), transparent 60%),
        radial-gradient(980px 560px at 92% 2%, rgba(136, 164, 255, 0.14), transparent 58%),
        radial-gradient(700px 700px at 50% 120%, rgba(183, 148, 255, 0.08), transparent 60%),
        linear-gradient(180deg, #080b12 0%, var(--bg) 46%, #04060a 100%);
    background-attachment: fixed;
}

/* subtle scanline texture like the app */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, 0.016) 1px, transparent 1px);
    background-size: 100% 9px;
    opacity: 0.5;
    z-index: 0;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
::selection { background: rgba(124, 247, 180, 0.28); color: #eafff3; }

.container {
    width: 100%;
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.1px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.2s cubic-bezier(.2,.86,.2,1), box-shadow 0.2s, background 0.2s, border-color 0.2s;
    white-space: nowrap;
}
.btn:active { transform: scale(0.97); }
.btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
    color: #04160d;
    box-shadow: 0 14px 38px rgba(30, 219, 132, 0.32);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 48px rgba(30, 219, 132, 0.42); }
.btn-ghost {
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--border-strong);
    color: var(--text);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.08); transform: translateY(-2px); }

/* ---------- Store badges ---------- */
.store-badges { display: flex; flex-wrap: wrap; gap: 14px; }
.store-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px 12px 18px;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(20, 26, 37, 0.95), rgba(12, 16, 24, 0.95));
    border: 1px solid var(--border-strong);
    box-shadow: var(--shadow-soft);
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
    min-width: 190px;
}
.store-badge:hover { transform: translateY(-3px); border-color: rgba(124, 247, 180, 0.4); box-shadow: 0 20px 44px rgba(0,0,0,0.4); }
.store-badge svg { width: 26px; height: 26px; flex: none; }
.store-badge .sb-text { display: flex; flex-direction: column; line-height: 1.15; }
.store-badge .sb-small { font-size: 11px; color: var(--text-muted); letter-spacing: 0.3px; text-transform: uppercase; }
.store-badge .sb-big { font-size: 18px; font-weight: 750; color: var(--text); }
.store-badge[href="#"] { position: relative; }
.store-badge[href="#"]::after {
    content: "Pronto";
    position: absolute;
    top: -9px; right: -9px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--warning), #f0a94a);
    color: #241503;
    box-shadow: 0 6px 16px rgba(248, 196, 107, 0.35);
}

/* ---------- Header ---------- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    padding-top: var(--safe-top);
    backdrop-filter: saturate(160%) blur(18px);
    -webkit-backdrop-filter: saturate(160%) blur(18px);
    background: rgba(6, 8, 13, 0.62);
    border-bottom: 1px solid transparent;
    transition: border-color 0.25s, background 0.25s;
}
.site-header.scrolled {
    border-bottom-color: var(--border);
    background: rgba(6, 8, 13, 0.86);
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; font-size: 21px; letter-spacing: -0.3px; }
.brand img { width: 34px; height: 34px; border-radius: 10px; }
.brand .wm { display: inline-flex; }
.brand .wm > span { color: var(--primary); }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a {
    color: var(--text-secondary);
    font-weight: 600;
    font-size: 14.5px;
    transition: color 0.2s;
}
.nav-links a:hover { color: var(--text); }
.header-cta { display: flex; align-items: center; gap: 14px; }
.menu-toggle { display: none; }

/* ---------- Hero ---------- */
.hero {
    padding: 84px 0 72px;
    position: relative;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 7px 15px;
    border-radius: 999px;
    background: rgba(124, 247, 180, 0.1);
    border: 1px solid rgba(124, 247, 180, 0.24);
    color: var(--primary);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.2px;
    margin-bottom: 24px;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 12px var(--primary); animation: pulse 2.2s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.7); } }

.hero h1 {
    font-size: clamp(38px, 5.4vw, 62px);
    line-height: 1.03;
    font-weight: 850;
    letter-spacing: -1.6px;
    margin-bottom: 22px;
}
.hero h1 .grad {
    background: linear-gradient(120deg, #eafff4 0%, var(--primary) 55%, var(--primary-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero p.lead {
    font-size: clamp(17px, 2vw, 20px);
    color: var(--text-secondary);
    max-width: 540px;
    margin-bottom: 34px;
}
.hero-actions { display: flex; flex-direction: column; gap: 22px; }
.hero-trust {
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--text-muted);
    font-size: 13.5px;
    font-weight: 500;
}
.hero-trust .stars { color: var(--warning); letter-spacing: 2px; font-size: 15px; }

/* ---------- Phone mockup ---------- */
.phone-stage {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.phone-stage::before {
    content: "";
    position: absolute;
    width: 380px; height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30, 219, 132, 0.35), transparent 62%);
    filter: blur(30px);
    z-index: 0;
}
.phone {
    position: relative;
    z-index: 1;
    width: 300px;
    height: 610px;
    border-radius: 46px;
    padding: 13px;
    background: linear-gradient(160deg, #1c2634, #0a0e16 60%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 50px 120px rgba(0,0,0,0.62), inset 0 1px 0 rgba(255,255,255,0.14);
    animation: floaty 6s ease-in-out infinite;
}
@keyframes floaty { 0%,100% { transform: translateY(0) rotate(-1.2deg); } 50% { transform: translateY(-16px) rotate(-1.2deg); } }
.phone-notch {
    position: absolute;
    top: 22px; left: 50%;
    transform: translateX(-50%);
    width: 120px; height: 27px;
    background: #05070c;
    border-radius: 0 0 16px 16px;
    z-index: 3;
}
.phone-screen {
    width: 100%; height: 100%;
    border-radius: 34px;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% -5%, rgba(124, 247, 180, 0.14), transparent 40%),
        linear-gradient(180deg, #0a0e16 0%, #06080d 100%);
    display: flex;
    flex-direction: column;
    padding: 46px 18px 18px;
}
.ps-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.ps-hi { font-size: 13px; color: var(--text-muted); }
.ps-name { font-size: 19px; font-weight: 800; letter-spacing: -0.4px; }
.ps-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--secondary)); }
.ps-ring {
    align-self: center;
    width: 150px; height: 150px;
    border-radius: 50%;
    display: grid; place-items: center;
    background:
        radial-gradient(closest-side, #0c1119 79%, transparent 80% 100%),
        conic-gradient(var(--primary) 0% 68%, rgba(255,255,255,0.08) 68% 100%);
    margin: 6px 0 18px;
    position: relative;
}
.ps-ring::after {
    content: "";
    position: absolute; inset: -6px;
    border-radius: 50%;
    box-shadow: 0 0 40px rgba(30, 219, 132, 0.3);
}
.ps-ring .kcal { font-size: 30px; font-weight: 850; letter-spacing: -1px; }
.ps-ring .klabel { font-size: 11px; color: var(--text-muted); margin-top: 2px; }
.ps-macros { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-bottom: 16px; }
.ps-macro { background: rgba(255,255,255,0.045); border: 1px solid var(--border); border-radius: 14px; padding: 11px 8px; text-align: center; }
.ps-macro .mv { font-size: 16px; font-weight: 800; }
.ps-macro .ml { font-size: 10px; color: var(--text-muted); margin-top: 2px; text-transform: uppercase; letter-spacing: 0.4px; }
.ps-macro.p .mv { color: var(--primary); }
.ps-macro.c .mv { color: var(--secondary); }
.ps-macro.f .mv { color: var(--warning); }
.ps-meal { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.04); border: 1px solid var(--border); border-radius: 15px; padding: 11px 13px; margin-bottom: 9px; }
.ps-meal .ico { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; font-size: 20px; background: rgba(124,247,180,0.12); }
.ps-meal .mtxt { flex: 1; }
.ps-meal .mtitle { font-size: 13.5px; font-weight: 700; }
.ps-meal .msub { font-size: 11px; color: var(--text-muted); }
.ps-meal .mkcal { font-size: 13px; font-weight: 800; color: var(--primary); }
.ps-nav { margin-top: auto; display: flex; justify-content: space-around; padding-top: 12px; border-top: 1px solid var(--border); }
.ps-nav span { width: 22px; height: 22px; border-radius: 7px; background: rgba(255,255,255,0.08); }
.ps-nav span.on { background: linear-gradient(135deg, var(--primary), var(--primary-2)); }

/* floating chips around phone */
.float-chip {
    position: absolute;
    z-index: 2;
    display: flex; align-items: center; gap: 9px;
    padding: 11px 15px;
    border-radius: 15px;
    background: var(--card-strong);
    border: 1px solid var(--border-strong);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(10px);
    font-size: 13px; font-weight: 700;
    animation: floaty 7s ease-in-out infinite;
}
.float-chip .fi { font-size: 18px; }
.float-chip.c1 { top: 58px; left: -18px; animation-delay: -1s; }
.float-chip.c2 { bottom: 132px; right: -30px; animation-delay: -3s; }
.float-chip .sub { font-size: 11px; color: var(--text-muted); font-weight: 500; }

/* ---------- Section shells ---------- */
section { position: relative; z-index: 1; }
.section { padding: 92px 0; }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.section-tag {
    display: inline-block;
    color: var(--primary);
    font-weight: 750;
    font-size: 13px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.section-head h2 {
    font-size: clamp(28px, 3.6vw, 42px);
    line-height: 1.1;
    font-weight: 830;
    letter-spacing: -1px;
    margin-bottom: 16px;
}
.section-head p { color: var(--text-secondary); font-size: 17.5px; }

/* ---------- Logos / trust bar ---------- */
.trustbar { padding: 30px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trustbar-inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 46px; align-items: center; }
.trust-item { display: flex; align-items: center; gap: 10px; color: var(--text-muted); font-weight: 650; font-size: 14px; }
.trust-item .ti-ico { color: var(--primary); font-size: 18px; }

/* ---------- Features grid ---------- */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 30px 26px;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s cubic-bezier(.2,.86,.2,1), border-color 0.25s, background 0.25s;
}
.feature-card::after {
    content: "";
    position: absolute; inset: 0;
    background: radial-gradient(420px 200px at var(--mx, 50%) 0%, rgba(124, 247, 180, 0.1), transparent 70%);
    opacity: 0; transition: opacity 0.3s; pointer-events: none;
}
.feature-card:hover { transform: translateY(-6px); border-color: var(--border-strong); background: var(--card-strong); }
.feature-card:hover::after { opacity: 1; }
.feature-card.wide { grid-column: span 2; }
.feature-ico {
    width: 54px; height: 54px;
    border-radius: 16px;
    display: grid; place-items: center;
    font-size: 27px;
    margin-bottom: 20px;
    background: rgba(124, 247, 180, 0.12);
    border: 1px solid rgba(124, 247, 180, 0.22);
}
.feature-card.blue .feature-ico { background: rgba(136, 164, 255, 0.13); border-color: rgba(136, 164, 255, 0.24); }
.feature-card.violet .feature-ico { background: rgba(183, 148, 255, 0.13); border-color: rgba(183, 148, 255, 0.24); }
.feature-card.gold .feature-ico { background: rgba(248, 196, 107, 0.13); border-color: rgba(248, 196, 107, 0.24); }
.feature-card.pink .feature-ico { background: rgba(255, 121, 198, 0.13); border-color: rgba(255, 121, 198, 0.24); }
.feature-card h3 { font-size: 20px; font-weight: 780; letter-spacing: -0.4px; margin-bottom: 10px; }
.feature-card p { color: var(--text-secondary); font-size: 15px; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step {
    background: linear-gradient(180deg, rgba(20, 27, 38, 0.6), rgba(12, 16, 24, 0.5));
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px 28px;
    position: relative;
}
.step .num {
    width: 46px; height: 46px;
    border-radius: 14px;
    display: grid; place-items: center;
    font-weight: 850; font-size: 19px;
    color: #04160d;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    margin-bottom: 20px;
    box-shadow: 0 10px 26px rgba(30, 219, 132, 0.3);
}
.step h3 { font-size: 19px; font-weight: 770; margin-bottom: 9px; letter-spacing: -0.3px; }
.step p { color: var(--text-secondary); font-size: 14.5px; }
.step::before {
    content: "";
    position: absolute; top: 54px; right: -13px;
    width: 26px; height: 2px;
    background: linear-gradient(90deg, var(--primary), transparent);
    opacity: 0.5;
}
.step:last-child::before { display: none; }

/* ---------- Split showcase ---------- */
.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 54px;
    align-items: center;
}
.split.reverse .split-media { order: 2; }
.split-media {
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    background: linear-gradient(160deg, rgba(24, 32, 46, 0.7), rgba(8, 11, 18, 0.7));
    padding: 30px;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}
.split-copy h2 { font-size: clamp(26px, 3vw, 36px); font-weight: 820; letter-spacing: -0.8px; margin-bottom: 18px; line-height: 1.12; }
.split-copy p { color: var(--text-secondary); font-size: 16.5px; margin-bottom: 22px; }
.check-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.check-list li { display: flex; align-items: flex-start; gap: 13px; font-size: 15.5px; color: var(--text); }
.check-list .ck {
    flex: none;
    width: 26px; height: 26px; margin-top: 1px;
    border-radius: 8px;
    display: grid; place-items: center;
    background: rgba(124, 247, 180, 0.14);
    color: var(--primary);
    font-size: 16px; font-weight: 800;
}

/* AI analyze mock */
.ai-mock { display: flex; flex-direction: column; gap: 14px; }
.ai-photo {
    height: 170px; border-radius: 16px;
    background:
        radial-gradient(circle at 30% 30%, rgba(248, 196, 107, 0.5), transparent 45%),
        radial-gradient(circle at 70% 60%, rgba(124, 247, 180, 0.4), transparent 45%),
        linear-gradient(135deg, #2a2013, #16210f);
    border: 1px solid var(--border);
    position: relative;
    overflow: hidden;
}
.ai-photo .scan {
    position: absolute; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
    box-shadow: 0 0 18px var(--primary);
    animation: scan 2.6s ease-in-out infinite;
}
@keyframes scan { 0%,100% { top: 8%; } 50% { top: 90%; } }
.ai-row { display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,0.045); border: 1px solid var(--border); border-radius: 13px; padding: 12px 15px; }
.ai-row .an { display: flex; align-items: center; gap: 11px; font-weight: 650; font-size: 14.5px; }
.ai-row .an .e { font-size: 19px; }
.ai-row .ak { font-weight: 800; color: var(--primary); font-size: 14px; }
.ai-tag { display: inline-flex; align-items: center; gap: 7px; align-self: flex-start; font-size: 12px; font-weight: 700; color: var(--secondary); background: rgba(136,164,255,0.12); border: 1px solid rgba(136,164,255,0.24); padding: 5px 11px; border-radius: 999px; }

/* progress mock */
.prog-mock { display: flex; flex-direction: column; gap: 16px; }
.prog-head { display: flex; justify-content: space-between; align-items: baseline; }
.prog-head .big { font-size: 30px; font-weight: 850; letter-spacing: -1px; }
.prog-head .delta { color: var(--primary); font-weight: 800; font-size: 14px; }
.prog-chart { height: 150px; display: flex; align-items: flex-end; gap: 9px; padding: 12px; background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 16px; }
.prog-bar { flex: 1; border-radius: 7px 7px 3px 3px; background: linear-gradient(180deg, var(--primary), rgba(30, 219, 132, 0.25)); }
.streak-pill { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; font-weight: 800; font-size: 14px; padding: 9px 15px; border-radius: 999px; background: rgba(248, 196, 107, 0.12); border: 1px solid rgba(248, 196, 107, 0.26); color: var(--warning); }

/* ---------- Stats band ---------- */
.stats-band {
    background: linear-gradient(120deg, rgba(124, 247, 180, 0.08), rgba(136, 164, 255, 0.07));
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 58px 0;
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat .n { font-size: clamp(32px, 4vw, 46px); font-weight: 860; letter-spacing: -1.4px;
    background: linear-gradient(120deg, #eafff4, var(--primary));
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat .l { color: var(--text-secondary); font-size: 14.5px; font-weight: 600; margin-top: 6px; }

/* ---------- Privacy / trust callout ---------- */
.privacy-card {
    background: linear-gradient(160deg, rgba(20, 27, 38, 0.85), rgba(9, 13, 20, 0.85));
    border: 1px solid var(--border-strong);
    border-radius: var(--radius-lg);
    padding: 52px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 34px;
    align-items: center;
    box-shadow: var(--shadow);
}
.privacy-card .shield {
    width: 88px; height: 88px;
    border-radius: 24px;
    display: grid; place-items: center;
    font-size: 44px;
    background: rgba(124, 247, 180, 0.12);
    border: 1px solid rgba(124, 247, 180, 0.24);
}
.privacy-card h2 { font-size: 28px; font-weight: 820; letter-spacing: -0.6px; margin-bottom: 12px; }
.privacy-card p { color: var(--text-secondary); font-size: 16px; margin-bottom: 18px; }
.privacy-links { display: flex; flex-wrap: wrap; gap: 20px; }
.privacy-links a { color: var(--primary); font-weight: 700; font-size: 15px; display: inline-flex; align-items: center; gap: 6px; }
.privacy-links a:hover { text-decoration: underline; }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; transition: border-color 0.2s; }
.faq-item[open] { border-color: var(--border-strong); }
.faq-item summary {
    list-style: none; cursor: pointer;
    padding: 20px 24px;
    display: flex; justify-content: space-between; align-items: center; gap: 16px;
    font-weight: 700; font-size: 16.5px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .plus { flex: none; width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; background: rgba(255,255,255,0.06); font-size: 18px; transition: transform 0.25s; }
.faq-item[open] summary .plus { transform: rotate(45deg); color: var(--primary); }
.faq-item .faq-body { padding: 0 24px 22px; color: var(--text-secondary); font-size: 15.5px; }

/* ---------- Final CTA ---------- */
.final-cta {
    text-align: center;
    padding: 96px 0;
    position: relative;
}
.final-cta::before {
    content: "";
    position: absolute; inset: 0;
    background: radial-gradient(600px 300px at 50% 30%, rgba(30, 219, 132, 0.16), transparent 70%);
    pointer-events: none;
}
.final-cta h2 { font-size: clamp(32px, 4.6vw, 54px); font-weight: 850; letter-spacing: -1.4px; line-height: 1.05; margin-bottom: 18px; }
.final-cta p { color: var(--text-secondary); font-size: 19px; max-width: 560px; margin: 0 auto 34px; }
.final-cta .store-badges { justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--border); padding: 60px 0 40px; position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
.footer-brand .brand { margin-bottom: 16px; }
.footer-brand p { color: var(--text-muted); font-size: 14px; max-width: 300px; }
.footer-col h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 16px; font-weight: 750; }
.footer-col a { display: block; color: var(--text-secondary); font-size: 14.5px; margin-bottom: 11px; transition: color 0.2s; }
.footer-col a:hover { color: var(--primary); }
.footer-bottom {
    display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px;
    padding-top: 28px; border-top: 1px solid var(--border);
    color: var(--text-muted); font-size: 13.5px;
}
.footer-bottom .fb-links { display: flex; gap: 22px; }
.footer-bottom .fb-links a:hover { color: var(--text); }

/* ============================================================
   Legal pages
   ============================================================ */
.legal-hero { padding: 60px 0 26px; }
.legal-hero .eyebrow { margin-bottom: 18px; }
.legal-hero h1 { font-size: clamp(30px, 4vw, 46px); font-weight: 840; letter-spacing: -1.2px; margin-bottom: 12px; }
.legal-hero .updated { color: var(--text-muted); font-size: 14.5px; }
.legal-layout { display: grid; grid-template-columns: 240px 1fr; gap: 48px; padding-bottom: 90px; align-items: start; }
.legal-toc {
    position: sticky; top: 96px;
    background: var(--card); border: 1px solid var(--border);
    border-radius: var(--radius); padding: 22px;
}
.legal-toc h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 14px; font-weight: 750; }
.legal-toc a { display: block; color: var(--text-secondary); font-size: 14px; padding: 7px 0; transition: color 0.2s; border-left: 2px solid transparent; padding-left: 12px; margin-left: -12px; }
.legal-toc a:hover { color: var(--primary); border-left-color: var(--primary); }
.legal-body { max-width: 760px; }
.legal-body h2 {
    font-size: 23px; font-weight: 790; letter-spacing: -0.4px;
    margin: 42px 0 14px; padding-top: 8px;
    scroll-margin-top: 96px;
}
.legal-body h2:first-child { margin-top: 0; }
.legal-body h3 { font-size: 18px; font-weight: 740; margin: 26px 0 10px; }
.legal-body p { color: var(--text-secondary); font-size: 16px; margin-bottom: 16px; }
.legal-body ul, .legal-body ol { color: var(--text-secondary); font-size: 16px; margin: 0 0 18px 22px; display: flex; flex-direction: column; gap: 9px; }
.legal-body li { padding-left: 4px; }
.legal-body strong { color: var(--text); font-weight: 700; }
.legal-body a { color: var(--primary); font-weight: 600; }
.legal-body a:hover { text-decoration: underline; }
.legal-callout {
    background: rgba(124, 247, 180, 0.07);
    border: 1px solid rgba(124, 247, 180, 0.22);
    border-radius: var(--radius-sm);
    padding: 18px 22px;
    margin: 22px 0;
    color: var(--text-secondary);
    font-size: 15px;
}
.legal-callout strong { color: var(--primary); }
.legal-body table { width: 100%; border-collapse: collapse; margin: 8px 0 22px; font-size: 14.5px; }
.legal-body th, .legal-body td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--border); color: var(--text-secondary); vertical-align: top; }
.legal-body th { color: var(--text); font-weight: 700; background: rgba(255,255,255,0.03); }

/* delete-account emphasis card */
.delete-card {
    background: linear-gradient(160deg, rgba(255, 93, 108, 0.08), rgba(9, 13, 20, 0.8));
    border: 1px solid rgba(255, 93, 108, 0.28);
    border-radius: var(--radius);
    padding: 28px;
    margin: 26px 0;
}
.delete-card h3 { margin-top: 0; color: var(--text); }
.delete-steps { counter-reset: dstep; list-style: none; margin: 16px 0 0 0 !important; }
.delete-steps li { display: flex; gap: 14px; align-items: flex-start; }
.delete-steps li::before {
    counter-increment: dstep; content: counter(dstep);
    flex: none; width: 28px; height: 28px; border-radius: 9px;
    display: grid; place-items: center;
    font-weight: 800; font-size: 14px; color: #04160d;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
}

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s cubic-bezier(.2,.86,.2,1), transform 0.7s cubic-bezier(.2,.86,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 960px) {
    .hero-grid { grid-template-columns: 1fr; gap: 48px; text-align: center; }
    .hero-actions { align-items: center; }
    .hero p.lead { margin-left: auto; margin-right: auto; }
    .store-badges { justify-content: center; }
    .features { grid-template-columns: repeat(2, 1fr); }
    .feature-card.wide { grid-column: span 2; }
    .steps { grid-template-columns: 1fr; }
    .step::before { display: none; }
    .split, .split.reverse { grid-template-columns: 1fr; gap: 34px; }
    .split.reverse .split-media { order: 0; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 34px; }
    .privacy-card { grid-template-columns: 1fr; text-align: center; padding: 38px 28px; }
    .privacy-card .shield { margin: 0 auto; }
    .privacy-links { justify-content: center; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .legal-layout { grid-template-columns: 1fr; gap: 26px; }
    .legal-toc { position: static; }
}

@media (max-width: 640px) {
    .container { padding: 0 18px; }
    .nav-links, .header-cta .btn-ghost { display: none; }
    .menu-toggle {
        display: inline-flex; align-items: center; justify-content: center;
        width: 44px; height: 44px; border-radius: 12px;
        background: rgba(255,255,255,0.05); border: 1px solid var(--border-strong);
        color: var(--text); font-size: 22px; cursor: pointer;
    }
    .section { padding: 64px 0; }
    .hero { padding: 52px 0 40px; }
    .features { grid-template-columns: 1fr; }
    .feature-card.wide { grid-column: span 1; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .phone { width: 258px; height: 528px; }
    .float-chip.c1 { left: 2px; }
    .float-chip.c2 { right: 2px; }
    .privacy-card { padding: 30px 22px; }
    .final-cta { padding: 68px 0; }
}

/* mobile slide-in menu */
.mobile-menu {
    position: fixed; inset: 0; z-index: 90;
    background: rgba(4, 6, 10, 0.96);
    backdrop-filter: blur(14px);
    display: flex; flex-direction: column;
    padding: calc(var(--safe-top) + 26px) 26px 40px;
    transform: translateX(100%);
    transition: transform 0.32s cubic-bezier(.2,.86,.2,1);
}
.mobile-menu.open { transform: none; }
.mobile-menu .mm-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.mobile-menu .mm-close { width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,0.05); border: 1px solid var(--border-strong); color: var(--text); font-size: 22px; }
.mobile-menu a.mm-link { font-size: 26px; font-weight: 780; padding: 16px 0; border-bottom: 1px solid var(--border); color: var(--text); letter-spacing: -0.4px; }
.mobile-menu .mm-cta { margin-top: auto; }

@media (prefers-reduced-motion: reduce) {
    .phone, .float-chip, .ai-photo .scan, .eyebrow .dot { animation: none !important; }
    .reveal { opacity: 1; transform: none; transition: none; }
    html { scroll-behavior: auto; }
}

/* ---------- Material Symbols (uniforme con la app) ---------- */
.material-symbols-rounded {
    font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 40;
    line-height: 1;
    vertical-align: middle;
    user-select: none;
}
.feature-ico .material-symbols-rounded { font-size: 28px; color: var(--primary); }
.feature-card.blue .feature-ico .material-symbols-rounded { color: #a9beff; }
.feature-card.violet .feature-ico .material-symbols-rounded { color: #c9b0ff; }
.feature-card.gold .feature-ico .material-symbols-rounded { color: #f8c46b; }
.feature-card.pink .feature-ico .material-symbols-rounded { color: #ff9ad6; }
.trust-item .ti-ico.material-symbols-rounded { font-size: 20px; color: var(--primary); }
.float-chip .fi.material-symbols-rounded { font-size: 20px; color: var(--primary); }
.privacy-card .shield .material-symbols-rounded { font-size: 44px; color: var(--primary); }
.streak-pill .material-symbols-rounded { font-size: 15px; vertical-align: -3px; }
