:root{color-scheme:dark;--bg: #0f1218;--bg-soft: #171b23;--card: #1d222c;--text: #f6f4ed;--muted: #aaa9b1;--line: rgba(255, 255, 255, .11);--amber: #ffc43f;--green: #43b52f;--cream: #f6f0df;--shadow: 0 24px 80px rgba(0, 0, 0, .35);font-family:Inter,ui-rounded,SF Pro Rounded,SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#0f1218,#12161d 56%,#0f1218);color:var(--text)}a{color:inherit}.shell{width:min(1120px,calc(100% - 32px));margin:0 auto}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px 0}.brand,.site-header nav{display:flex;align-items:center;gap:14px}.brand{text-decoration:none}.brand-logo{display:block;width:154px;height:auto}.site-header nav a{color:var(--muted);font-weight:650;text-decoration:none}.site-header nav a:hover{color:var(--text)}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.85fr);gap:56px;align-items:center;min-height:72vh;padding:56px 0 84px}.eyebrow{margin:0 0 14px;color:var(--amber);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:720px;margin-bottom:22px;font-size:clamp(3.2rem,8vw,6.7rem);line-height:.95;letter-spacing:0}h2{margin-bottom:18px;font-size:clamp(2rem,4vw,3.5rem);line-height:1;letter-spacing:0}h3{margin-bottom:10px;font-size:1.15rem}.lede{max-width:650px;color:var(--muted);font-size:clamp(1.18rem,2vw,1.45rem);line-height:1.5}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:999px;font-weight:800;text-decoration:none}.button.primary{background:var(--amber);color:#101010}.button.secondary{border:1px solid var(--line);background:#ffffff0f;color:var(--text)}.phone-card{border:1px solid var(--line);border-radius:42px;background:linear-gradient(145deg,#ffffff17,#ffffff08);box-shadow:var(--shadow);padding:18px}.app-preview{position:relative;border-radius:30px;background:#12161e;padding:22px}.preview-logo{display:block;width:64px;height:64px;margin-bottom:18px;border-radius:20px;box-shadow:0 14px 30px #00000040}.preview-header{display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-weight:700;margin-bottom:18px}.activity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.activity{display:flex;flex-direction:column;justify-content:space-between;min-height:132px;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:#1b202a}.activity.active{border-color:#ffc43f80;background:#ffc43f2e}.activity.active.green{border-color:#43b52f80;background:#43b52f29}.activity-icon{color:var(--amber);font-size:.82rem;font-weight:800}.section{padding:84px 0;border-top:1px solid var(--line)}.problem-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:42px;align-items:start}.section-lede{color:var(--muted);font-size:clamp(1.16rem,2vw,1.42rem);line-height:1.55}.step-grid,.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px}.step-grid article,.feature-grid article,.promise-card{border:1px solid var(--line);border-radius:24px;background:#ffffff0b;padding:24px}.step-grid article span{display:inline-grid;place-items:center;width:34px;height:34px;margin-bottom:22px;border-radius:999px;background:#ffc43f29;color:var(--amber);font-weight:900}.step-grid p,.feature-grid p,.split p,.legal-section p{color:var(--muted);line-height:1.55}.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);gap:32px;align-items:start}.insight-list{display:grid;gap:12px}.insight-list p{display:grid;gap:6px;margin:0;padding:18px 20px;border:1px solid var(--line);border-radius:20px;background:#ffffff0b}.insight-list strong{color:var(--amber)}.insight-list span{color:var(--text);line-height:1.45}.promise-card{display:grid;gap:12px}.promise-card strong{color:var(--text);font-size:1.2rem}.promise-card span{color:var(--muted);line-height:1.5}.legal-page{max-width:820px;padding:72px 0 110px}.legal-page h1{font-size:clamp(2.8rem,7vw,5.6rem)}.legal-meta{color:var(--muted);font-weight:700}.legal-section{padding:34px 0;border-top:1px solid var(--line)}.legal-section h2{font-size:clamp(1.4rem,3vw,2rem)}.site-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px 32px;align-items:end;padding:34px 0 42px;border-top:1px solid var(--line);color:var(--muted)}.footer-brand{display:grid;gap:12px}.footer-logo{display:block;width:128px;height:auto}.footer-brand p,.footer-note{margin:0}.site-footer nav{display:flex;flex-wrap:wrap;gap:14px 20px;justify-content:flex-end}.site-footer nav a{font-weight:700;text-decoration:none}.site-footer nav a:hover{color:var(--text)}.footer-note{grid-column:1 / -1;font-size:.92rem}@media(max-width:860px){.hero,.problem-section,.split{grid-template-columns:1fr}.hero{min-height:auto;padding-top:34px}.step-grid,.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.shell{width:min(100% - 24px,1120px)}.site-header{align-items:flex-start;flex-direction:column}.step-grid,.feature-grid,.activity-grid{grid-template-columns:1fr}.section{padding:62px 0}.site-footer{grid-template-columns:1fr;align-items:start}.site-footer nav{justify-content:flex-start}}
