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

/* ── LUCIDE ICONS ── */
[data-lucide], i[data-lucide] { display: inline-flex; align-items: center; justify-content: center; }
[data-lucide] svg { stroke: currentColor; }
.step-icon [data-lucide] svg, .step-icon svg { width: 32px; height: 32px; stroke: var(--red); stroke-width: 1.5; }
.program-icon [data-lucide] svg, .program-icon svg { width: 28px; height: 28px; stroke: var(--red); stroke-width: 1.5; }
.habit-icon [data-lucide] svg, .habit-icon svg { width: 28px; height: 28px; stroke: var(--red); stroke-width: 1.5; }
.feat-tab-icon [data-lucide] svg, .feat-tab-icon svg { width: 20px; height: 20px; stroke-width: 1.8; }
.feat-tab.active .feat-tab-icon svg { stroke: #fff; }
.feat-tab:not(.active) .feat-tab-icon svg { stroke: rgba(255,255,255,0.4); }
.ps-streak [data-lucide] svg, .ps-streak svg { width: 11px; height: 11px; stroke: var(--red); stroke-width: 2; vertical-align: middle; }
.success-icon [data-lucide] svg, .success-icon svg { width: 52px; height: 52px; stroke: #30D158; stroke-width: 1.5; }

/* ── AMBIENT BACKGROUND GLOW ── */
body::before {
    content: '';
    position: fixed;
    top: 15%;
    left: -60px;
    width: 420px;
    height: 600px;
    background: radial-gradient(ellipse, rgba(255,34,34,0.18) 0%, rgba(255,34,34,0.06) 50%, transparent 75%);
    pointer-events: none;
    z-index: 0;
    border-radius: 50%;
    filter: blur(35px);
}
body::after {
    content: '';
    position: fixed;
    top: 30%;
    right: -120px;
    width: 340px;
    height: 500px;
    background: radial-gradient(ellipse, rgba(255,34,34,0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    border-radius: 50%;
    filter: blur(40px);
}

:root {
    --red: #FF2222;
    --red-dim: rgba(255,34,34,0.12);
    --red-glow: rgba(255,34,34,0.18);
    --bg: #000000;
    --surface: #0D0D0D;
    --surface2: #141414;
    --border: rgba(255,255,255,0.07);
    --text: #FFFFFF;
    --text-2: rgba(255,255,255,0.55);
    --text-3: rgba(255,255,255,0.28);
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', sans-serif;
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.red { color: var(--red); }

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: #000; }
::-webkit-scrollbar-thumb { background: #222; border-radius: 2px; }

/* ── NAV ── */
#navbar {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(0,0,0,0.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--border);
    transition: all 0.3s ease;
}
#navbar.scrolled { background: rgba(0,0,0,0.96); }
.nav-inner {
    max-width: 1100px; margin: 0 auto; padding: 0 24px;
    height: 64px; display: flex; align-items: center; gap: 32px;
}
.logo { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.logo-text { font-size: 18px; font-weight: 800; color: #fff; letter-spacing: -0.4px; }
.logo-badge {
    background: var(--red); color: #fff;
    font-size: 9px; font-weight: 800; letter-spacing: 1.5px;
    padding: 3px 7px; border-radius: 6px;
}
.nav-links { display: flex; gap: 28px; margin-left: auto; }
.nav-links a {
    color: var(--text-2); font-size: 14px; font-weight: 500;
    text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover { color: #fff; }
.nav-cta {
    background: var(--red); color: #fff;
    font-size: 14px; font-weight: 700;
    padding: 10px 22px; border-radius: 50px;
    text-decoration: none; white-space: nowrap;
    transition: opacity 0.2s, transform 0.2s;
    box-shadow: 0 4px 20px rgba(255,34,34,0.35);
}
.nav-cta:hover { opacity: 0.9; transform: translateY(-1px); }
.hamburger {
    display: none; flex-direction: column; gap: 5px;
    background: none; border: none; cursor: pointer; padding: 4px; margin-left: auto;
}
.hamburger span { width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: all 0.3s; }
.mobile-menu {
    display: none; flex-direction: column; padding: 12px 24px 20px;
    border-top: 1px solid var(--border); gap: 4px;
}
.mobile-link {
    color: var(--text-2); font-size: 15px; font-weight: 500;
    padding: 12px 0; text-decoration: none; border-bottom: 1px solid var(--border);
    transition: color 0.2s;
}
.mobile-link:hover { color: #fff; }
.mobile-cta {
    margin-top: 12px; background: var(--red); color: #fff !important;
    text-align: center; padding: 14px; border-radius: 14px;
    font-weight: 700; border: none;
}

/* ── GLOW ORBS ── */
.glow-orb {
    position: absolute; border-radius: 50%;
    pointer-events: none; z-index: 0;
    filter: blur(80px);
}
.glow-orb-1 { width: 700px; height: 500px; top: -120px; left: 50%; transform: translateX(-50%); background: radial-gradient(ellipse, rgba(255,34,34,0.22) 0%, transparent 70%); }
.glow-orb-2 { width: 400px; height: 400px; top: 40%; right: -150px; background: radial-gradient(ellipse, rgba(255,34,34,0.12) 0%, transparent 70%); }
.glow-orb-3 { width: 600px; height: 400px; top: 0; left: 50%; transform: translateX(-50%); background: radial-gradient(ellipse, rgba(255,34,34,0.2) 0%, transparent 70%); }

/* ── HERO ── */
#hero {
    position: relative; min-height: 100vh; padding-top: 64px;
    display: flex; align-items: center;
    overflow: hidden;
}
.hero-inner {
    max-width: 1100px; margin: 0 auto; padding: 80px 24px 60px;
    position: relative; z-index: 1;
    max-width: 600px;
}
.hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,34,34,0.1); border: 1px solid rgba(255,34,34,0.25);
    color: var(--red); font-size: 12px; font-weight: 700;
    letter-spacing: 1px; padding: 8px 16px; border-radius: 50px;
    margin-bottom: 28px; animation: fadeUp 0.8s ease both;
}
.badge-dot {
    width: 7px; height: 7px; border-radius: 50%; background: var(--red);
    animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(0.8)} }

.hero-title {
    font-size: clamp(48px, 8vw, 80px); font-weight: 900;
    line-height: 1.05; letter-spacing: -3px;
    margin-bottom: 20px; animation: fadeUp 0.8s 0.1s ease both;
}
.hero-sub {
    font-size: 17px; color: var(--text-2); line-height: 1.65;
    max-width: 480px; margin-bottom: 28px;
    animation: fadeUp 0.8s 0.2s ease both;
}
.typewriter-wrap {
    font-size: 15px; color: var(--text-3); margin-bottom: 36px;
    animation: fadeUp 0.8s 0.25s ease both;
}
.typewriter-prefix { color: var(--text-2); font-weight: 600; }
.typewriter-text { color: var(--red); font-weight: 700; }
.typewriter-cursor { color: var(--red); animation: blink 0.9s step-end infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }

.hero-form {
    display: flex; gap: 10px; margin-bottom: 14px; flex-wrap: wrap;
    animation: fadeUp 0.8s 0.3s ease both;
}
.hero-form input {
    flex: 1; min-width: 220px; height: 52px;
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px; padding: 0 18px; color: #fff;
    font-size: 15px; font-family: 'Inter', sans-serif;
    outline: none; transition: border-color 0.2s;
}
.hero-form input:focus { border-color: rgba(255,34,34,0.5); }
.hero-form input::placeholder { color: var(--text-3); }
.hero-form button {
    height: 52px; padding: 0 28px; background: var(--red); color: #fff;
    border: none; border-radius: 14px; cursor: pointer;
    font-size: 15px; font-weight: 700; font-family: 'Inter', sans-serif;
    display: flex; align-items: center; gap: 10px;
    transition: opacity 0.2s, transform 0.2s;
    box-shadow: 0 6px 24px rgba(255,34,34,0.4);
    white-space: nowrap;
}
.hero-form button:hover { opacity: 0.9; transform: translateY(-1px); }

.hero-micro {
    font-size: 12px; color: var(--text-3);
    margin-bottom: 40px; animation: fadeUp 0.8s 0.35s ease both;
}
.stats-strip {
    display: flex; align-items: center; gap: 28px;
    animation: fadeUp 0.8s 0.4s ease both;
}
.stat-item { display: flex; flex-direction: column; gap: 2px; }
.stat-num { font-size: 28px; font-weight: 900; letter-spacing: -1px; color: #fff; }
.stat-label { font-size: 11px; color: var(--text-3); font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase; }
.stat-divider { width: 1px; height: 36px; background: var(--border); }

/* Phone mockup */
.hero-mockup {
    position: absolute; right: max(24px, calc(50% - 540px));
    top: 50%; transform: translateY(-50%);
    z-index: 1; animation: floatPhone 0.8s 0.5s ease both;
}
@keyframes floatPhone {
    from { opacity: 0; transform: translateY(-40%); }
    to { opacity: 1; transform: translateY(-50%); }
}
.phone-frame {
    width: 200px; background: #0A0A0A;
    border: 1.5px solid #222; border-radius: 28px;
    overflow: hidden; position: relative;
    box-shadow: 0 32px 80px rgba(0,0,0,0.8), 0 0 40px rgba(255,34,34,0.1);
}
.phone-notch { width: 60px; height: 10px; background: #111; border-radius: 5px; margin: 10px auto 0; }
.phone-screen { padding: 14px 14px 14px; }
.ps-header { display: flex; justify-content: space-between; margin-bottom: 4px; }
.ps-label { font-size: 7px; font-weight: 700; color: rgba(255,255,255,0.35); letter-spacing: 0.5px; }
.ps-label.red { color: var(--red); }
.ps-scores { display: flex; justify-content: space-between; margin-bottom: 10px; }
.ps-score { font-size: 32px; font-weight: 900; color: #fff; letter-spacing: -1px; }
.ps-score.red { color: var(--red); }
.ps-divider { height: 1px; background: #1C1C1C; margin-bottom: 10px; }
.ps-metrics { display: flex; flex-direction: column; gap: 7px; margin-bottom: 10px; }
.ps-metric { display: flex; align-items: center; gap: 6px; }
.ps-mkey { font-size: 6px; font-weight: 700; color: rgba(255,255,255,0.35); width: 44px; letter-spacing: 0.3px; }
.ps-bar { flex: 1; height: 3px; background: #1A1A1A; border-radius: 2px; overflow: hidden; }
.ps-fill { height: 100%; background: #333; border-radius: 2px; transition: width 1s ease; }
.ps-fill.red-fill { background: var(--red); }
.ps-mval { font-size: 7px; font-weight: 700; color: #fff; width: 16px; text-align: right; }
.ps-streak { font-size: 8px; color: rgba(255,255,255,0.45); font-weight: 600; }
.phone-glow {
    position: absolute; bottom: -40px; left: 50%; transform: translateX(-50%);
    width: 160px; height: 80px; background: rgba(255,34,34,0.15);
    border-radius: 50%; filter: blur(30px); pointer-events: none;
}

/* ── SOCIAL PROOF ── */
#social-proof { padding: 60px 0; }
.reviews-row { display: flex; gap: 16px; flex-wrap: wrap; }
.review-card {
    flex: 1; min-width: 260px; background: var(--surface);
    border: 1px solid var(--border); border-radius: 20px; padding: 24px;
    transition: transform 0.3s, border-color 0.3s;
}
.review-card:hover { transform: translateY(-4px); border-color: rgba(255,34,34,0.25); }
.review-stars { color: #F5A623; font-size: 14px; margin-bottom: 12px; letter-spacing: 2px; }
.review-text { font-size: 14px; color: var(--text-2); line-height: 1.6; margin-bottom: 12px; }
.review-author { font-size: 12px; color: var(--text-3); font-weight: 600; }

/* ── SECTIONS SHARED ── */
section { padding: 100px 0; position: relative; }
.section-header { text-align: center; margin-bottom: 64px; }
.section-tag {
    display: inline-block; font-size: 11px; font-weight: 700;
    letter-spacing: 2px; color: var(--red);
    margin-bottom: 16px; text-transform: uppercase;
}
.section-header h2 { font-size: clamp(32px, 5vw, 52px); font-weight: 900; line-height: 1.1; letter-spacing: -1.5px; }
.section-sub { font-size: 15px; color: var(--text-2); margin-top: 14px; max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.6; }

/* ── HOW IT WORKS ── */
#how-it-works { background: var(--surface); }
.steps-grid {
    display: flex; align-items: center; gap: 0;
    justify-content: center; flex-wrap: wrap; margin-bottom: 64px;
}
.step-card {
    flex: 1; min-width: 220px; max-width: 300px;
    background: var(--bg); border: 1px solid var(--border);
    border-radius: 24px; padding: 36px 28px; text-align: center;
    position: relative; transition: border-color 0.3s, transform 0.3s;
}
.step-card:hover { border-color: rgba(255,34,34,0.3); transform: translateY(-4px); }
.step-num { font-size: 11px; font-weight: 700; color: var(--red); letter-spacing: 2px; margin-bottom: 16px; }
.step-icon { font-size: 36px; margin-bottom: 16px; }
.step-card h3 { font-size: 18px; font-weight: 800; margin-bottom: 10px; }
.step-card p { font-size: 14px; color: var(--text-2); line-height: 1.65; }
.step-connector { font-size: 24px; color: var(--red); padding: 0 16px; flex-shrink: 0; }

.comparison-block {
    display: flex; gap: 16px; flex-wrap: wrap;
    background: var(--bg); border: 1px solid var(--border);
    border-radius: 24px; overflow: hidden;
}
.comp-col { flex: 1; min-width: 240px; padding: 32px; }
.comp-col.comp-bad { border-right: 1px solid var(--border); }
.comp-header { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; margin-bottom: 20px; text-transform: uppercase; }
.bad-header { color: rgba(255,34,34,0.7); }
.good-header { color: #30D158; }
.comp-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.comp-list li { font-size: 14px; color: var(--text-2); display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.x-mark { color: var(--red); font-weight: 700; font-size: 13px; flex-shrink: 0; margin-top: 1px; }
.check-mark { color: #30D158; font-weight: 700; font-size: 13px; flex-shrink: 0; margin-top: 1px; }

/* ── PROGRAMS ── */
.programs-grid { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.program-card {
    flex: 1; min-width: 200px; max-width: 210px;
    background: var(--surface); border: 1px solid var(--border);
    border-radius: 24px; padding: 28px 22px; position: relative;
    transition: border-color 0.3s, transform 0.3s;
    overflow: visible;
}
.program-card:hover { border-color: rgba(255,34,34,0.3); transform: translateY(-4px); }
.program-card.featured { border-color: rgba(255,34,34,0.4); background: #0C0000; }
.program-badge {
    position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
    background: var(--red); color: #fff; font-size: 8px; font-weight: 800;
    letter-spacing: 1px; padding: 4px 12px; border-radius: 20px; white-space: nowrap;
}
.program-icon { font-size: 32px; margin-bottom: 14px; }
.program-card h3 { font-size: 16px; font-weight: 800; margin-bottom: 4px; }
.program-sub { font-size: 11px; color: var(--red); font-weight: 600; letter-spacing: 0.5px; margin-bottom: 10px; text-transform: uppercase; }
.program-desc { font-size: 13px; color: var(--text-2); line-height: 1.6; margin-bottom: 16px; }
.program-tag {
    display: inline-block; background: var(--red-dim); color: var(--red);
    font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 20px;
}

/* ── HABITS ── */
#habits { background: var(--surface); }
.habits-grid { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.habit-card {
    flex: 1; min-width: 200px; max-width: 240px;
    background: var(--bg); border: 1px solid var(--border);
    border-radius: 20px; padding: 28px 22px;
    transition: border-color 0.3s, transform 0.3s;
}
.habit-card:hover { border-color: rgba(255,34,34,0.3); transform: translateY(-4px); }
.habit-icon { font-size: 32px; margin-bottom: 14px; display: block; }
.habit-card h4 { font-size: 15px; font-weight: 800; margin-bottom: 8px; }
.habit-card p { font-size: 13px; color: var(--text-2); line-height: 1.5; }

/* ── WAITLIST ── */
#waitlist { padding: 80px 0; overflow: hidden; }
.waitlist-box {
    max-width: 620px; margin: 0 auto; text-align: center;
    background: var(--surface); border: 1px solid rgba(255,34,34,0.2);
    border-radius: 32px; padding: 60px 48px;
    box-shadow: 0 0 80px rgba(255,34,34,0.08);
    position: relative; z-index: 1;
}
.waitlist-box h2 { font-size: clamp(30px, 5vw, 48px); font-weight: 900; letter-spacing: -1.5px; margin: 16px 0 14px; }
.waitlist-sub { font-size: 15px; color: var(--text-2); line-height: 1.65; margin-bottom: 36px; }
.waitlist-form { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.form-row { display: flex; gap: 10px; flex-wrap: wrap; }
.waitlist-form input {
    flex: 1; min-width: 180px; height: 52px;
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px; padding: 0 18px; color: #fff;
    font-size: 15px; font-family: 'Inter', sans-serif; outline: none;
    transition: border-color 0.2s;
}
.waitlist-form input:focus { border-color: rgba(255,34,34,0.5); }
.waitlist-form input::placeholder { color: var(--text-3); }
.wl-btn {
    width: 100%; height: 56px; background: var(--red); color: #fff;
    border: none; border-radius: 14px; cursor: pointer;
    font-size: 16px; font-weight: 800; font-family: 'Inter', sans-serif;
    transition: opacity 0.2s, transform 0.2s;
    box-shadow: 0 8px 30px rgba(255,34,34,0.4);
    display: flex; align-items: center; justify-content: center; gap: 10px;
}
.wl-btn:hover { opacity: 0.9; transform: translateY(-1px); }
.wl-meta { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.wl-meta span { font-size: 12px; color: var(--text-3); font-weight: 500; }
.wl-success { padding: 20px 0; }
.wl-success .success-icon { font-size: 40px; margin-bottom: 12px; }
.wl-success h3 { font-size: 22px; font-weight: 800; margin-bottom: 8px; }
.wl-success p { font-size: 14px; color: var(--text-2); }
.hidden { display: none !important; }

.btn-spinner {
    width: 18px; height: 18px; border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff; border-radius: 50%;
    animation: spin 0.7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ── FAQ ── */
#faq { background: var(--surface); }
.faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item {
    background: var(--bg); border: 1px solid var(--border);
    border-radius: 16px; overflow: hidden;
    transition: border-color 0.3s;
}
.faq-item.open { border-color: rgba(255,34,34,0.3); }
.faq-q {
    width: 100%; display: flex; align-items: center; justify-content: space-between;
    padding: 20px 24px; background: none; border: none; cursor: pointer;
    color: #fff; font-size: 15px; font-weight: 600; font-family: 'Inter', sans-serif;
    text-align: left; gap: 16px;
}
.faq-arrow {
    font-size: 20px; font-weight: 300; color: var(--text-3);
    transition: transform 0.3s, color 0.3s; flex-shrink: 0;
}
.faq-item.open .faq-arrow { transform: rotate(45deg); color: var(--red); }
.faq-a {
    max-height: 0; overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s;
}
.faq-item.open .faq-a { max-height: 300px; }
.faq-a p { padding: 0 24px 20px; font-size: 14px; color: var(--text-2); line-height: 1.7; }
.inline-link { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }

/* ── INTERACTIVE FEATURES ── */
#features { background: var(--surface); }
.features-layout {
    display: grid;
    grid-template-columns: 260px auto 1fr;
    gap: 40px;
    align-items: start;
}
.feat-tabs { display: flex; flex-direction: column; gap: 8px; }
.feat-tab {
    display: flex; align-items: center; gap: 14px;
    background: var(--bg); border: 1px solid var(--border);
    border-radius: 16px; padding: 14px 16px; cursor: pointer;
    text-align: left; color: var(--text-2);
    transition: all 0.25s ease;
    font-family: 'Inter', sans-serif;
}
.feat-tab:hover { border-color: rgba(255,34,34,0.3); color: #fff; }
.feat-tab.active {
    background: rgba(255,34,34,0.08); border-color: rgba(255,34,34,0.4);
    color: #fff;
    box-shadow: 0 0 20px rgba(255,34,34,0.08);
}
.feat-tab-icon { font-size: 22px; flex-shrink: 0; }
.feat-tab-text { display: flex; flex-direction: column; gap: 2px; }
.feat-tab-title { font-size: 13px; font-weight: 700; }
.feat-tab-sub { font-size: 11px; color: var(--text-3); }
.feat-tab.active .feat-tab-sub { color: rgba(255,255,255,0.45); }

/* Screenshot image display */
.feat-image-wrap {
    position: sticky; top: 90px;
    width: 280px; flex-shrink: 0;
    border-radius: 20px; overflow: hidden;
    box-shadow: 0 32px 80px rgba(0,0,0,0.7), 0 0 60px rgba(255,34,34,0.12);
}
.feat-img {
    width: 100%; display: none;
    border-radius: 20px;
    transition: opacity 0.35s ease;
}
.feat-img.active { display: block; animation: fadeUp 0.4s ease both; }

/* Shared phone UI */
.fp-topbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.fp-title { font-size: 11px; font-weight: 800; color: #fff; letter-spacing: 0.3px; }
.fp-badge { font-size: 7px; font-weight: 800; background: var(--red); color: #fff; padding: 2px 6px; border-radius: 6px; letter-spacing: 0.5px; }
.fp-streak { font-size: 9px; font-weight: 700; color: #fff; }
.fp-online { font-size: 8px; font-weight: 600; color: #30D158; }
.fp-divider { height: 1px; background: #1C1C1C; margin: 10px 0; }

/* Scan screen */
.fp-scan-area { display: flex; justify-content: center; align-items: center; height: 140px; position: relative; margin-bottom: 10px; }
.fp-scan-face { position: relative; width: 90px; height: 90px; display: flex; align-items: center; justify-content: center; }
.fp-scan-ring {
    position: absolute; border-radius: 50%;
    border: 1px solid rgba(255,34,34,0.4);
    animation: scanPulse 2s ease-in-out infinite;
}
.ring1 { width: 90px; height: 90px; animation-delay: 0s; }
.ring2 { width: 110px; height: 110px; animation-delay: 0.4s; }
.ring3 { width: 130px; height: 130px; animation-delay: 0.8s; }
@keyframes scanPulse { 0%,100%{opacity:0.6;transform:scale(1)} 50%{opacity:0.2;transform:scale(1.04)} }
.fp-face-emoji { font-size: 42px; }
.fp-scan-line {
    position: absolute; left: 0; right: 0; height: 1.5px;
    background: linear-gradient(90deg, transparent, var(--red), transparent);
    animation: scanLine 2s ease-in-out infinite;
    top: 20px;
}
@keyframes scanLine { 0%{top:20px;opacity:1} 100%{top:140px;opacity:0} }
.fp-scan-status { display: flex; align-items: center; gap: 6px; margin-bottom: 10px; }
.fp-status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red); animation: pulse 1.2s infinite; }
.fp-scan-status span { font-size: 9px; color: rgba(255,255,255,0.5); }
.fp-scan-metrics { display: flex; flex-direction: column; gap: 6px; }
.fp-sm-item { display: flex; align-items: center; gap: 6px; }
.fp-sm-item span { font-size: 8px; color: rgba(255,255,255,0.4); width: 42px; }
.fp-sm-bar { flex: 1; height: 3px; background: #1A1A1A; border-radius: 2px; overflow: hidden; }
.fp-sm-fill { height: 100%; background: var(--red); border-radius: 2px; transition: width 1.2s ease; }

/* Report screen */
.fp-report-scores { display: flex; justify-content: space-around; margin-bottom: 4px; }
.fp-big-score-wrap { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.fp-score-label { font-size: 7px; font-weight: 700; color: rgba(255,255,255,0.4); letter-spacing: 0.5px; }
.fp-big-score { font-size: 36px; font-weight: 900; color: #fff; letter-spacing: -1px; line-height: 1; }
.fp-score-sub { font-size: 7px; color: rgba(255,255,255,0.3); }
.fp-report-list { display: flex; flex-direction: column; gap: 6px; }
.fp-rl-item { display: flex; align-items: center; gap: 5px; }
.fp-rl-key { font-size: 6px; font-weight: 700; color: rgba(255,255,255,0.35); width: 44px; letter-spacing: 0.3px; }
.fp-rl-bar { flex: 1; height: 3px; background: #1A1A1A; border-radius: 2px; overflow: hidden; }
.fp-rl-fill { height: 100%; background: #2A2A2A; border-radius: 2px; }
.fp-rl-fill.red { background: var(--red); }
.fp-rl-val { font-size: 7px; font-weight: 700; color: #fff; width: 16px; text-align: right; }

/* Plan screen */
.fp-plan-section { font-size: 7px; font-weight: 800; color: rgba(255,34,34,0.8); letter-spacing: 1px; margin: 8px 0 5px; }
.fp-task { display: flex; align-items: center; gap: 8px; padding: 5px 0; }
.fp-task-check {
    width: 14px; height: 14px; border-radius: 50%;
    border: 1.5px solid #333; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 8px;
}
.done-check { background: var(--red); border-color: var(--red); color: #fff; }
.active-check { border-color: var(--red); background: rgba(255,34,34,0.15); animation: pulse 1.5s infinite; }
.fp-task-info { display: flex; flex-direction: column; gap: 1px; }
.fp-task-name { font-size: 9px; font-weight: 600; color: #fff; }
.fp-task.done .fp-task-name { color: rgba(255,255,255,0.35); text-decoration: line-through; }
.fp-task-time { font-size: 7px; color: rgba(255,255,255,0.3); }
.fp-progress-bar-wrap { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.fp-progress-bar { flex: 1; height: 3px; background: #1A1A1A; border-radius: 2px; overflow: hidden; }
.fp-progress-fill { height: 100%; background: var(--red); border-radius: 2px; }
.fp-progress-label { font-size: 7px; color: rgba(255,255,255,0.3); white-space: nowrap; }

/* Progress screen */
.fp-prog-header { margin-bottom: 4px; }
.fp-delta-label { font-size: 7px; font-weight: 700; color: rgba(255,255,255,0.35); letter-spacing: 1px; }
.fp-delta-row { display: flex; align-items: center; gap: 6px; margin: 4px 0 2px; }
.fp-delta-val { font-size: 22px; font-weight: 900; color: #fff; letter-spacing: -1px; }
.fp-delta-val.green { color: #30D158; }
.fp-delta-arrow { font-size: 14px; color: #333; }
.fp-delta-sub { font-size: 8px; color: rgba(255,255,255,0.3); }
.fp-chart { height: 80px; margin-bottom: 8px; }
.fp-chart-bars { display: flex; align-items: flex-end; gap: 4px; height: 100%; }
.fp-chart-bar { flex: 1; background: #1E1E1E; border-radius: 3px 3px 0 0; position: relative; }
.fp-chart-bar.active-bar { background: var(--red); }
.fp-chart-label { position: absolute; bottom: -14px; left: 50%; transform: translateX(-50%); font-size: 6px; color: rgba(255,255,255,0.3); white-space: nowrap; }
.fp-prog-items { display: flex; flex-direction: column; gap: 5px; margin-top: 18px; }
.fp-prog-item { display: flex; justify-content: space-between; }
.fp-prog-key { font-size: 8px; color: rgba(255,255,255,0.4); }
.fp-prog-gain { font-size: 8px; font-weight: 700; }
.fp-prog-gain.green { color: #30D158; }

/* Coach screen */
.fp-chat { display: flex; flex-direction: column; gap: 8px; margin-bottom: 10px; flex: 1; overflow: hidden; }
.fp-msg { display: flex; }
.fp-msg.user { justify-content: flex-end; }
.fp-msg-bubble {
    max-width: 80%; background: #1A1A1A; border-radius: 10px 10px 10px 2px;
    padding: 7px 9px; font-size: 8.5px; color: rgba(255,255,255,0.75); line-height: 1.5;
}
.user-bubble { background: var(--red); color: #fff; border-radius: 10px 10px 2px 10px; }
.fp-chat-input { margin-top: auto; }
.fp-input-pill {
    background: #111; border: 1px solid #222; border-radius: 20px;
    padding: 7px 12px; font-size: 8px; color: rgba(255,255,255,0.2);
}

/* Feature detail */
.feat-detail { padding: 20px 0; }
.feat-detail-content { display: none; }
.feat-detail-content.active { display: block; animation: fadeUp 0.4s ease both; }
.feat-detail-content h3 { font-size: 26px; font-weight: 900; letter-spacing: -0.8px; margin-bottom: 14px; }
.feat-detail-content p { font-size: 15px; color: var(--text-2); line-height: 1.7; margin-bottom: 20px; }
.feat-detail-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.feat-detail-list li { font-size: 14px; color: var(--text-2); font-weight: 500; }
.feat-detail-list li::first-letter { color: var(--red); }

@media (max-width: 1000px) {
    .features-layout { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
    .feat-tabs { flex-direction: row; flex-wrap: wrap; grid-column: 1/-1; }
    .feat-tab { flex: 1; min-width: 140px; }
    .feat-phone-wrap { position: static; }
    .feat-detail { grid-column: 2; }
}
@media (max-width: 700px) {
    .features-layout { grid-template-columns: 1fr; }
    .feat-detail { grid-column: 1; }
    .feat-phone-wrap { display: none; }
}

/* ── FOOTER ── */
#footer { background: var(--surface); border-top: 1px solid var(--border); padding: 60px 0 32px; }
.footer-top { display: flex; gap: 60px; flex-wrap: wrap; margin-bottom: 48px; }
.footer-brand { flex: 1; min-width: 200px; }
.footer-tagline { font-size: 13px; color: var(--text-3); margin-top: 10px; }
.footer-links { display: flex; gap: 60px; flex-wrap: wrap; }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col-title { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; color: var(--text-3); text-transform: uppercase; margin-bottom: 4px; }
.footer-col a { font-size: 14px; color: var(--text-2); text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 24px; display: flex; flex-direction: column; gap: 6px; }
.footer-bottom p { font-size: 13px; color: var(--text-3); }
.footer-sub { font-size: 11px; }

/* ── ANIMATIONS ── */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}
[data-animate] { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
[data-animate].visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .hero-mockup { display: none; }
    .hero-inner { max-width: 100%; }
}
@media (max-width: 700px) {
    .nav-links, .nav-cta { display: none; }
    .hamburger { display: flex; }
    .mobile-menu.open { display: flex; }
    section { padding: 72px 0; }
    .steps-grid { flex-direction: column; align-items: center; }
    .step-connector { transform: rotate(90deg); padding: 0; }
    .waitlist-box { padding: 40px 24px; }
    .comp-col.comp-bad { border-right: none; border-bottom: 1px solid var(--border); }
}
