.landing{background:var(--bg);min-height:100vh;color:var(--text)}.landing-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);z-index:100;background:#0a0a0bd9;justify-content:space-between;align-items:center;height:64px;padding:0 32px;display:flex;position:fixed;top:0;left:0;right:0}.landing-nav-inner{justify-content:space-between;align-items:center;width:100%;max-width:1080px;margin:0 auto;display:flex}.landing-wordmark{letter-spacing:-.02em;color:var(--text);font-size:15px;font-weight:700;text-decoration:none}.landing-nav-actions{align-items:center;gap:8px;display:flex}.landing-login-link{color:var(--text2);border-radius:var(--radius-sm);padding:6px 13px;font-size:13px;font-weight:500;text-decoration:none;transition:color .15s}.landing-login-link:hover{color:var(--text)}.landing-cta-pill{color:#000;background:#fff;border-radius:99px;padding:7px 16px;font-size:12px;font-weight:600;text-decoration:none;transition:background .15s}.landing-cta-pill:hover{background:#ffffffd9}.landing-cta-pill.outline{color:var(--text);border:1px solid var(--border2);background:0 0}.landing-cta-pill.outline:hover{border-color:var(--accent);color:var(--accent)}.landing-section{border-top:1px solid var(--border);padding:96px 32px}.landing-section-inner{max-width:1080px;margin:0 auto}.landing-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--text3);margin-bottom:16px;font-size:10px;font-weight:600}.landing-section-title{letter-spacing:-.02em;color:var(--text);margin-bottom:12px;font-size:28px;font-weight:700}.landing-section-sub{color:var(--text2);max-width:480px;font-size:14px;line-height:1.6}.landing-hero{text-align:center;padding:160px 32px 120px;position:relative;overflow:hidden}.landing-hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 0,#ffffff0f,#0000 60%);width:800px;height:600px;position:absolute;top:0;left:50%;transform:translate(-50%)}.landing-hero-inner{max-width:700px;margin:0 auto;position:relative}.landing-hero-headline{letter-spacing:-.04em;color:var(--text);margin:16px 0 20px;font-size:clamp(36px,6vw,60px);font-weight:700;line-height:1.05}.landing-hero-headline span{color:var(--text2)}.landing-hero-sub{color:var(--text2);max-width:520px;margin:0 auto 32px;font-size:16px;line-height:1.6}.landing-hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.landing-hero-cta{color:#000;background:#fff;border-radius:8px;padding:12px 28px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s}.landing-hero-cta:hover{background:#ffffffd9}.landing-hero-cta.ghost{color:var(--text2);border:1px solid var(--border2);background:0 0;padding:11px 24px}.landing-hero-cta.ghost:hover{color:var(--text);border-color:#ffffff40}.landing-hero-microcopy{color:var(--text3);margin-top:16px;font-size:11px}.landing-proof-bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:56px;display:flex}.landing-proof-chip{color:var(--text3);background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:5px 12px;font-size:11px}.landing-features-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}.landing-feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:24px;transition:all .2s}.landing-feature-card:hover{border-color:var(--border2);box-shadow:var(--shadow-md);transform:translateY(-2px)}.landing-feature-icon{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-sm);justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:16px;font-size:15px;display:flex}.landing-feature-title{letter-spacing:-.01em;color:var(--text);margin-bottom:8px;font-size:14px;font-weight:600}.landing-feature-body{color:var(--text2);font-size:12px;line-height:1.6}.landing-steps{grid-template-columns:repeat(3,1fr);gap:40px;margin-top:48px;display:grid}.landing-step-num{color:var(--text3);margin-bottom:12px;font-size:22px;font-weight:700}.landing-step-title{color:var(--text);margin-bottom:6px;font-size:14px;font-weight:600}.landing-step-body{color:var(--text2);font-size:12px;line-height:1.6}.landing-pricing-card{background:var(--surface);border:1px solid var(--border2);border-radius:var(--radius);max-width:400px;box-shadow:var(--shadow-md);margin:48px auto 0;overflow:hidden}.landing-pricing-accent{background:linear-gradient(90deg,#fff,#fff6);height:3px}.landing-pricing-body{padding:32px}.landing-pricing-plan{letter-spacing:.2em;text-transform:uppercase;color:var(--text3);margin-bottom:16px;font-size:10px;font-weight:600}.landing-pricing-amount{align-items:baseline;gap:4px;margin-bottom:4px;display:flex}.landing-pricing-price{letter-spacing:-.03em;color:var(--text);font-size:48px;font-weight:700}.landing-pricing-period{color:var(--text2);font-size:14px}.landing-pricing-trial{color:var(--text3);margin-bottom:28px;font-size:12px}.landing-checklist{flex-direction:column;gap:10px;margin:0 0 28px;padding:0;list-style:none;display:flex}.landing-checklist li{color:var(--text2);align-items:center;gap:10px;font-size:13px;display:flex}.landing-checklist li:before{content:"✓";color:var(--green);flex-shrink:0;font-size:12px;font-weight:600}.landing-pricing-btn{text-align:center;color:#000;background:#fff;border-radius:8px;width:100%;padding:12px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s;display:block}.landing-pricing-btn:hover{background:#ffffffd9}.landing-footer{border-top:1px solid var(--border);padding:32px}.landing-footer-inner{justify-content:space-between;align-items:center;max-width:1080px;margin:0 auto;display:flex}.landing-footer-brand{letter-spacing:-.01em;color:var(--text3);font-size:12px;font-weight:600}.landing-footer-links{gap:20px;display:flex}.landing-footer-links a{color:var(--text3);font-size:11px;text-decoration:none;transition:color .15s}.landing-footer-links a:hover{color:var(--text2)}@media (max-width:1100px){.landing-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.landing-features-grid,.landing-steps{grid-template-columns:1fr}.landing-hero{padding:120px 20px 80px}.landing-section{padding:64px 20px}.landing-footer-inner{flex-direction:column;gap:16px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes skylineDraw{0%{stroke-dashoffset:var(--dash,1200)}to{stroke-dashoffset:0}}@keyframes skylineFloat{0%{transform:translate(-50%)}to{transform:translate(-50%,-8px)}}@keyframes windowsIn{0%{opacity:0}to{opacity:1}}@keyframes windowFlicker{0%{opacity:0}55%{opacity:1}70%{opacity:.45}82%{opacity:.9}to{opacity:1}}.landing-nav{animation:.4s ease-out both fadeDown}.landing-hero .landing-eyebrow{animation:.6s ease-out 50ms both fadeUp}.landing-hero-headline{animation:.6s ease-out .1s both fadeUp}.landing-hero-sub{animation:.6s ease-out .25s both fadeUp}.landing-hero-actions{animation:.6s ease-out .4s both fadeUp}.landing-hero-microcopy{animation:.6s ease-out .5s both fadeUp}.landing-proof-chip{animation:.5s ease-out both fadeUp}.landing-proof-chip:first-child{animation-delay:.6s}.landing-proof-chip:nth-child(2){animation-delay:.65s}.landing-proof-chip:nth-child(3){animation-delay:.7s}.landing-hero-inner{z-index:1;position:relative}.landing-hero-skyline{pointer-events:none;z-index:0;opacity:.55;width:min(1200px,110%);height:auto;animation:6s ease-in-out 2.4s infinite alternate skylineFloat;position:absolute;bottom:-2px;left:50%;transform:translate(-50%);-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.landing-hero-skyline .sk-line{fill:none;stroke:#ffffff1a;stroke-width:1.25px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:var(--dash,1200);stroke-dashoffset:var(--dash,1200);animation:2.2s ease-out .3s forwards skylineDraw}.landing-hero-skyline .sk-detail{fill:none;stroke:#ffffff0f;stroke-width:1px;opacity:0;animation:.45s ease-out forwards windowFlicker}.sheen-card{position:relative;overflow:hidden}.sheen-card:before{content:"";background:radial-gradient(400px circle at var(--sheen-x,-999px) var(--sheen-y,-999px), #ffffff0f 0%, transparent 70%);pointer-events:none;z-index:1;border-radius:inherit;position:absolute;inset:0}.landing-section{opacity:0;transform:translateY(20px)}.landing-section.revealed{opacity:1;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(0)}.landing-section .landing-feature-card{opacity:0;transform:translateY(16px)}.landing-section.revealed .landing-feature-card{animation:.55s ease-out both fadeUp}.landing-section.revealed .landing-feature-card:first-child{animation-delay:.1s}.landing-section.revealed .landing-feature-card:nth-child(2){animation-delay:.18s}.landing-section.revealed .landing-feature-card:nth-child(3){animation-delay:.26s}.landing-section.revealed .landing-feature-card:nth-child(4){animation-delay:.34s}.landing-section.revealed .landing-feature-card:nth-child(5){animation-delay:.42s}.landing-section .landing-step{opacity:0}.landing-section.revealed .landing-step{animation:.55s ease-out both fadeUp}.landing-section.revealed .landing-step:first-child{animation-delay:.1s}.landing-section.revealed .landing-step:nth-child(2){animation-delay:.18s}.landing-section.revealed .landing-step:nth-child(3){animation-delay:.26s}@media (prefers-reduced-motion:reduce){.landing-nav,.landing-hero .landing-eyebrow,.landing-hero-headline,.landing-hero-sub,.landing-hero-actions,.landing-hero-microcopy,.landing-proof-chip,.landing-feature-card,.landing-step,.landing-hero-skyline,.landing-hero-skyline .sk-line,.landing-hero-skyline .sk-detail{opacity:1;transform:none;animation:none!important}.sheen-card:before{display:none}.landing-hero-skyline{transform:translate(-50%)}.landing-hero-skyline .sk-line{stroke-dashoffset:0}.landing-section,.landing-feature-card,.landing-step{opacity:1;transform:none}}
