:root{--radius-lg: 1.5rem;--radius-md: 1rem;--radius-full: 999px}:root,[data-theme=dark]{--bg-primary: #020617;--bg-elevated: #0b1220;--bg-section-muted: #020617;--bg-hero: radial-gradient(circle at top left, #1d4ed8 0, #020617 55%);--color-text: #e5e7eb;--color-text-soft: #9ca3af;--color-accent: #2563eb;--color-accent-soft: rgba(37, 99, 235, .12);--color-border-subtle: rgba(148, 163, 184, .35);--shadow-soft: 0 18px 45px rgba(15, 23, 42, .85);--navbar-bg: linear-gradient(to bottom, rgba(15, 23, 42, .9), transparent);--body-bg: radial-gradient(circle at top, #1f2937 0, #020617 55%);--card-bg: rgba(15, 23, 42, .95);--input-bg: rgba(15, 23, 42, .9);--trust-pill-bg: rgba(15, 23, 42, .9);--phone-frame-bg: radial-gradient(circle at top, #111827, #020617);--footer-bg: #020617;--secondary-cta-bg: radial-gradient(circle at center, var(--color-accent-soft), #020617)}[data-theme=light]{--bg-primary: #ffffff;--bg-elevated: #f8fafc;--bg-section-muted: #f1f5f9;--bg-hero: radial-gradient(circle at top left, #3b82f6 0, #ffffff 55%);--color-text: #1e293b;--color-text-soft: #64748b;--color-accent: #2563eb;--color-accent-soft: rgba(37, 99, 235, .08);--color-border-subtle: rgba(148, 163, 184, .2);--shadow-soft: 0 18px 45px rgba(0, 0, 0, .1);--navbar-bg: linear-gradient(to bottom, rgba(255, 255, 255, .95), transparent);--body-bg: radial-gradient(circle at top, #e2e8f0 0, #ffffff 55%);--card-bg: rgba(255, 255, 255, .95);--input-bg: rgba(255, 255, 255, .9);--trust-pill-bg: rgba(248, 250, 252, .9);--phone-frame-bg: radial-gradient(circle at top, #e2e8f0, #ffffff);--footer-bg: #f8fafc;--secondary-cta-bg: radial-gradient(circle at center, var(--color-accent-soft), #ffffff)}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:futura-100-latin-ext,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-text);background:var(--body-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .3s ease,color .3s ease}.app{min-height:100vh}main{padding-bottom:5rem}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 1.5rem}.section{padding:4.5rem 0}.muted-section{background:var(--bg-section-muted)}.narrow{max-width:720px}.split{display:grid;gap:2.5rem}.navbar{position:sticky;top:0;z-index:20;backdrop-filter:blur(18px);background:var(--navbar-bg);border-bottom:1px solid var(--color-border-subtle);transition:background .3s ease,border-color .3s ease}.navbar-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem}.logo{display:inline-flex;flex-direction:column;align-items:center;gap:.3rem}.logo-mark{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;position:relative;clip-path:polygon(25% 6.7%,75% 6.7%,100% 50%,75% 93.3%,25% 93.3%,0 50%);border-radius:.5rem;border:1px solid var(--color-border-subtle);background:radial-gradient(circle at top,var(--color-accent-soft),var(--bg-primary));box-shadow:var(--shadow-soft);transition:all .3s ease}.logo-mark-initials{font-family:galix-mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-weight:700;font-size:.9rem;letter-spacing:.08em;color:var(--color-text);transition:color .3s ease}.logo-word{font-family:futura-100-latin-ext-book,futura-100-latin-ext,system-ui,sans-serif;font-size:.6rem;text-transform:uppercase;letter-spacing:.22em;color:var(--color-text-soft)}.nav-links{display:none;gap:1.5rem;font-size:.9rem}.nav-links a{color:var(--color-text-soft);text-decoration:none}.nav-links a:hover{color:var(--color-text);opacity:1}.navbar-actions{display:flex;align-items:center;gap:.75rem}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border-radius:var(--radius-full);border:1px solid var(--color-border-subtle);background:var(--input-bg);color:var(--color-text);cursor:pointer;transition:all .2s ease}.theme-toggle:hover{background:var(--card-bg);border-color:var(--color-accent);transform:scale(1.05)}.theme-toggle:active{transform:scale(.95)}.theme-toggle svg{width:20px;height:20px}.nav-cta{margin-left:0}.hero{background:var(--bg-hero)}.hero-grid{display:grid;gap:3.5rem;align-items:center;padding-top:3.5rem}.hero-copy{max-width:540px}.eyebrow{display:inline-flex;align-items:center;padding:.2rem .75rem;border-radius:999px;border:1px solid var(--color-border-subtle);font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:var(--color-text-soft);margin-bottom:1rem;transition:all .3s ease}.headline{font-size:clamp(2.3rem,4vw,3rem);line-height:1.1;margin:0 0 1rem}.subheadline{margin:0 0 1.75rem;color:var(--color-text-soft);max-width:32rem}.email-form{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-bottom:.75rem}.email-form input[type=email]{flex:1 1 240px;min-width:0;padding:.75rem .9rem;border-radius:var(--radius-full);border:1px solid var(--color-border-subtle);background:var(--input-bg);color:var(--color-text);transition:all .3s ease}.email-form input::placeholder{color:var(--color-text-soft)}.form-caption{font-size:.8rem;color:var(--color-text-soft)}.trust-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.trust-pill{font-size:.75rem;padding:.35rem .75rem;border-radius:999px;background:var(--trust-pill-bg);border:1px solid var(--color-border-subtle);transition:all .3s ease}.hero-visual{display:flex;justify-content:center}.phone-frame{width:270px;height:540px;border-radius:2.1rem;padding:.75rem;background:var(--phone-frame-bg);box-shadow:var(--shadow-soft);transition:all .3s ease}.phone-screen{height:100%;border-radius:1.6rem;background:#f9fafb;display:flex;flex-direction:column;padding:1rem 1.25rem 1.3rem}.phone-header{display:flex;flex-direction:column;gap:.1rem;margin-bottom:2.75rem;font-size:.75rem}.phone-title{font-weight:600}.phone-author{color:#6b7280}.phone-word-stream{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.7rem;font-size:1rem}.word{letter-spacing:.04em}.word-current{font-size:2.4rem;color:#1d4ed8}.word-faded{color:#9ca3af}.phone-progress{margin-bottom:1.1rem}.phone-progress-bar{height:4px;border-radius:999px;background:linear-gradient(to right,#1d4ed8 0,#bfdbfe 45%,#e5e7eb 45%)}.phone-progress-meta{display:flex;justify-content:space-between;margin-top:.35rem;font-size:.65rem;color:#6b7280}.phone-controls{display:flex;justify-content:center;align-items:center;gap:1.4rem}.phone-control-button{width:32px;height:32px;border-radius:999px;border:none;background:#e5e7eb}.phone-control-primary{width:46px;height:46px;background:#1d4ed8}.section-heading{font-size:1.7rem;margin:0 0 .75rem}.section-lead{margin:0 0 2rem;color:var(--color-text-soft)}.feature-list{list-style:none;padding:0;margin:0;display:grid;gap:1.5rem}.feature-list li{display:flex;gap:.9rem}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border-radius:999px;background:var(--color-accent-soft);color:var(--color-accent);font-size:.85rem}.problem-list{display:grid;gap:1.5rem}.card{padding:1.4rem 1.5rem;border-radius:var(--radius-lg);background:var(--card-bg);border:1px solid var(--color-border-subtle);transition:all .3s ease}.card h3{margin-top:0;margin-bottom:.5rem}.card p{margin:0;color:var(--color-text-soft)}.value-grid{display:grid;gap:1.5rem}.value-tier-final{border-color:var(--color-accent)}.testimonial-grid{display:grid;gap:1.5rem}.testimonial blockquote{margin:0 0 .75rem}.testimonial figcaption{font-size:.8rem;color:var(--color-text-soft)}.transformation-steps{list-style:none;padding:0;margin:2rem 0 0;display:grid;gap:1.25rem}.transformation-steps h3{margin:0 0 .3rem}.transformation-steps p{margin:0;color:var(--color-text-soft)}.secondary-cta{background:var(--secondary-cta-bg);transition:background .3s ease}.secondary-cta-inner{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.footer{border-top:1px solid var(--color-border-subtle);padding:1.5rem 0 2rem;background:var(--footer-bg);transition:all .3s ease}.footer-inner{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;font-size:.85rem}.footer-nav{display:flex;gap:1.25rem}.footer-nav a{color:var(--color-text-soft);text-decoration:none}.footer-nav a:hover{color:var(--color-text);opacity:1}.footer-meta{margin:0;color:var(--color-text-soft)}.button{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.3rem;border-radius:var(--radius-full);border:1px solid transparent;font-size:.9rem;font-weight:500;cursor:pointer}.button-primary{background:var(--color-accent);border-color:var(--color-accent);color:#fff;transition:all .2s ease}.button-secondary{background:var(--input-bg);border-color:var(--color-border-subtle);color:var(--color-text);transition:all .2s ease}.button:hover{filter:brightness(1.05)}@media (min-width: 768px){.nav-links{display:flex}.hero-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr)}.split{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);align-items:start}.feature-list.three-column{grid-template-columns:repeat(3,minmax(0,1fr))}.value-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.transformation-steps{grid-template-columns:repeat(4,minmax(0,1fr))}.secondary-cta-inner{flex-direction:row;justify-content:space-between;align-items:center}.footer-inner{flex-direction:row;align-items:center;justify-content:space-between}}
