:root{--page-bg: #ede7dc;--surface: #f4efe6;--surface-white: #ffffff;--ink: #241c16;--ink-soft: #5c5147;--muted: #8a7f72;--accent: #d9683b;--accent-dark: #b5522a;--accent-tint: #f6d9c3;--slate: #9b968d;--arrow: #c9beae;color-scheme:light;font-family:Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page-bg);color:var(--ink)}img{max-width:100%;display:block}a{color:inherit}.container{width:min(1180px,calc(100% - 64px));margin:0 auto}@media(max-width:640px){.container{width:calc(100% - 40px)}}.site-shell{min-height:100vh;background:var(--surface)}h1,h2,h3{font-family:Poppins,sans-serif;margin:0}.eyebrow{font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}.pill-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;border-radius:999px;font-family:Poppins,sans-serif;font-weight:600;font-size:15px;text-decoration:none;border:none;cursor:pointer;white-space:nowrap}.pill-btn--dark{background:var(--ink);color:var(--surface)}.pill-btn--accent{background:var(--accent);color:#fff}.pill-btn--outline{background:transparent;color:var(--ink);border:1.5px solid rgba(36,28,22,.2)}.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px 0}.nav-brand{font-family:Poppins,sans-serif;font-weight:800;font-size:22px;letter-spacing:-.02em;color:var(--ink);text-decoration:none}.nav-links{display:flex;align-items:center;gap:36px}.nav-links a{font-size:15px;font-weight:500;color:var(--ink);text-decoration:none}.nav-links a:hover{color:var(--accent)}.nav-right{display:flex;align-items:center;gap:24px}@media(max-width:720px){.nav-links{display:none}}.hero{background:var(--surface)}.hero-inner{display:grid;grid-template-columns:1fr 460px;gap:40px;align-items:center;padding:70px 0 90px}.hero-tag{display:inline-block;padding:7px 14px;border-radius:999px;background:var(--accent-tint);color:var(--accent-dark);font-size:12.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:22px}.hero h1{font-size:clamp(2.25rem,4vw + 1rem,3.5rem);line-height:1.05;font-weight:800;letter-spacing:-.02em;color:var(--ink);margin:0 0 22px}.hero h1 .accent-text{color:var(--accent)}.hero-lead{font-size:18px;line-height:1.6;color:var(--ink-soft);max-width:460px;margin:0 0 36px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-top:40px;max-width:420px}.hero-stat-value{font-family:Poppins,sans-serif;font-weight:700;font-size:17px;color:var(--ink);margin-bottom:3px}.hero-stat-label{font-size:12.5px;color:var(--muted)}.hero-badges{display:flex;gap:12px;margin-top:32px}.hero-badges img{height:44px;width:auto}.hero-visual{position:relative;width:100%;max-width:390px;height:500px;justify-self:center}.phone-frame{background:#111;border-radius:36px;padding:5px;box-shadow:0 20px 45px -18px #0000004d;box-sizing:border-box}.phone-frame img{border-radius:32px;width:100%;display:block}.hero-visual .phone-frame{position:absolute;width:210px}.hero-visual .phone-frame--back{top:0;left:170px;z-index:1}.hero-visual .phone-frame--front{top:60px;left:0;z-index:2}@media(max-width:960px){.hero-inner{grid-template-columns:1fr;padding:48px 0 64px;text-align:center}.hero-lead{margin-inline:auto}.hero-actions,.hero-badges{justify-content:center}.hero-stats{margin-inline:auto}.hero-visual{margin-top:48px;height:420px}}@media(max-width:480px){.hero-stats{grid-template-columns:1fr;gap:16px;max-width:260px}}.section{padding:90px 0}.section--white{background:var(--surface-white)}.section--tint{background:var(--surface)}.section--dark{background:var(--ink)}.section-header{text-align:center;max-width:620px;margin:0 auto 48px}.section-header h2{font-size:36px;line-height:1.2;font-weight:700}@media(max-width:640px){.section{padding:56px 0}}.fog-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:820px;margin:0 auto}.fog-card{border-radius:16px;padding:36px}.fog-card--before{background:var(--slate)}.fog-card--after{background:var(--accent)}.fog-card-label{font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#ffffffbf;margin-bottom:14px}.fog-card-copy{font-family:Poppins,sans-serif;font-weight:700;font-size:22px;line-height:1.4;color:#fff}@media(max-width:640px){.fog-grid{grid-template-columns:1fr}}.story-grid{display:grid;grid-template-columns:440px 1fr;gap:60px;align-items:center}.story-grid--reverse{grid-template-columns:1fr 440px}.story-grid--reverse .story-phone{order:2}.story-title{font-size:36px;line-height:1.2;font-weight:700;margin:0 0 18px}.story-copy{font-size:17px;line-height:1.65;color:var(--ink-soft);max-width:460px;margin:0}.story-phone{justify-self:center;width:280px}@media(max-width:860px){.story-grid,.story-grid--reverse{grid-template-columns:1fr;text-align:center}.story-grid--reverse .story-phone{order:0}.story-copy{margin-inline:auto}}.section--dark .section-header h2{color:var(--surface)}.section--dark .section-header p{color:#f4efe6b3}.stats-phones{display:flex;justify-content:center;gap:36px;flex-wrap:wrap}.stats-phones .phone-frame{width:250px}.home-row{display:flex;justify-content:center;align-items:center;gap:60px;flex-wrap:wrap}.home-row .phone-frame{width:260px}.home-copy{max-width:380px}.home-copy h3{font-size:28px;line-height:1.25;font-weight:700;margin:0 0 14px}.home-copy p{font-size:16px;line-height:1.6;color:var(--ink-soft);margin:0}@media(max-width:640px){.home-row{text-align:center}}.steps-row{display:flex;justify-content:center;gap:0;max-width:900px;margin:0 auto;align-items:stretch}.step{flex:1;text-align:center;padding:0 24px}.step-badge{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-family:Poppins,sans-serif;font-weight:800;font-size:22px;background:var(--accent-tint);color:var(--accent-dark)}.step-badge--final{background:var(--accent);color:#fff}.step-title{font-family:Poppins,sans-serif;font-weight:700;font-size:19px;color:var(--ink);margin-bottom:8px}.step-copy{font-size:15px;line-height:1.5;color:var(--ink-soft)}.step-arrow{width:60px;display:flex;align-items:center;justify-content:center;color:var(--arrow);font-size:28px;font-weight:300}@media(max-width:720px){.steps-row{flex-direction:column;gap:32px}.step-arrow{display:none}}.cta-band{padding:80px 0;background:var(--accent);text-align:center}.cta-band h2{font-size:34px;font-weight:700;color:#fff;margin:0 0 26px}.site-footer{background:var(--ink);padding:32px 0}.footer-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.footer-brand{font-family:Poppins,sans-serif;font-weight:700;font-size:16px;color:var(--surface)}.footer-links{display:flex;flex-wrap:wrap;gap:20px;font-size:13px;font-weight:500;color:#f4efe699}.footer-links a{text-decoration:none}.footer-links a:hover{color:var(--surface)}.footer-copyright{font-size:13px;color:#f4efe680;margin:0}.legal-nav{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:26px 0;flex-wrap:wrap}.legal-nav-links{display:flex;flex-wrap:wrap;align-items:center;gap:clamp(14px,2vw,28px);font-size:14px;font-weight:600;color:var(--muted)}.legal-nav-links a{text-decoration:none}.legal-nav-links a:hover{color:var(--accent)}.legal-shell{padding-bottom:96px}.legal-card{padding-top:24px}.legal-content{max-width:100%}.legal-content h1{font-size:clamp(1.8rem,2.4vw + 1rem,2.4rem);margin-bottom:8px}.legal-content h2{font-size:20px;margin:40px 0 12px}.legal-content p,.legal-content li{font-family:Inter,sans-serif;font-size:15px;line-height:1.7;color:var(--ink-soft)}.legal-content ul,.legal-content ol{padding-left:20px}.legal-content blockquote{margin:24px 0;padding:16px 20px;border-left:3px solid var(--accent);background:var(--accent-tint);border-radius:0 12px 12px 0}.legal-content blockquote p{color:var(--ink);margin:0}.legal-content a{color:var(--accent);font-weight:600}
