:root{--bg:#ffffff;--surface:#ffffff;--surface-soft:#f5f5f5;--text:#141414;--text-muted:#5e5e5e;--border:#e4e4e4}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);font-family:Inter,Helvetica,Arial,sans-serif}a{color:inherit;text-decoration:none}h1,h2,p{margin:0}.site-layout{width:min(1120px,calc(100% - 36px));margin:0 auto;padding:24px 0 46px}.site-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.header-logo{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:25px;letter-spacing:-.01em}.header-logo-mark{width:150px;height:30px;border-radius:3px;background:#101010}.header-right{gap:14px}.header-menu,.header-right{display:inline-flex;align-items:center}.header-menu{gap:16px}.header-menu a{color:var(--text-muted);font-size:.9rem}.header-download{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 12px;border:1px solid var(--border);border-radius:10px;background:#f7f7f7;font-size:.86rem;font-weight:600}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,430px);grid-gap:20px;gap:20px;align-items:start;padding:18px 0 14px}.hero-content{display:grid;grid-gap:16px;gap:16px;margin-top:50px}.hero-content h1{font-size:clamp(2rem,5vw,4.5rem);line-height:.98;letter-spacing:-.04em;margin-bottom:20px}.hero-subtitle{color:var(--text-muted);max-width:52ch;font-size:1.2rem;line-height:1.55}.hero-subtitle a{font-weight:700;text-decoration:underline}.download-links{display:flex;flex-wrap:wrap;gap:12px}.download-links a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:10px;border:1px solid var(--border);background:#f9f9f9;font-weight:600;font-size:.88rem}.download-links a:first-child{background:#141414;color:#ffffff;border-color:#141414}.hero-image-wrap{display:flex;justify-content:flex-end;align-self:start;margin-left:auto}.hero-image{width:100%;max-width:280px;height:auto}.hero-stats{display:flex;gap:18px;margin-top:6px}.hero-stats>div{min-width:150px;padding-top:10px;border-top:1px solid var(--border)}.hero-stat-value{font-size:2rem;font-weight:700;letter-spacing:-.03em}.hero-stat-label{color:var(--text-muted);font-size:.83rem;margin-top:4px}.blurb-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.blurb-grid,.summary.grid{display:grid;margin-top:16px}.summary.grid{grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.blurb-card{display:grid;grid-gap:10px;gap:10px;padding:20px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.blurb-image{width:100%;margin-bottom:20px;border-radius:12px}.blurb-card h2{font-size:1.12rem;line-height:1.2;margin-bottom:15px}.blurb-card p,.blurb-card ul{color:var(--text-muted);font-size:.94rem;line-height:1.55}.blurb-card ul{margin-left:0;padding-left:20px}.blurb-card ul li{margin-bottom:8px}.seo-block{margin-top:16px;padding:20px;border:1px solid var(--border);border-radius:10px;background:var(--surface-soft)}.seo-block h3{margin-top:0;font-size:1rem}.seo-block p{color:var(--text-muted);font-size:.88rem;line-height:1.58}.site-footer{margin-top:18px;padding:14px 0;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--text-muted);font-size:.86rem}.site-footer p{margin:0}.site-footer a{text-decoration:underline;font-weight:600}.legal-page{padding:8px 0 46px}.legal-page h1{font-size:clamp(2rem,4vw,2.8rem);line-height:1.05;letter-spacing:-.03em;margin-top:50px}.legal-page .effective-date{margin-top:8px;color:var(--text-muted);font-size:.9rem}.legal-content{margin-top:22px;display:grid;grid-gap:16px;gap:16px}.legal-content section{border:1px solid var(--border);border-radius:12px;background:var(--surface);padding:18px}.legal-content h2{margin:0 0 8px;font-size:1.08rem}.legal-content p{color:var(--text-muted);font-size:.96rem;line-height:1.6}.legal-back-link{margin-top:20px;display:inline-block;text-decoration:underline;font-weight:600}@media (max-width:960px){.site-header{flex-wrap:wrap;gap:10px}.header-right{width:100%;justify-content:space-between}.hero{grid-template-columns:1fr}.hero-image-wrap{justify-content:flex-start}.hero-stats{flex-wrap:wrap}.blurb-grid,.summary.grid{grid-template-columns:1fr}.site-footer{flex-wrap:wrap}}@media (max-width:640px){.site-layout{width:min(1120px,calc(100% - 20px));padding:16px 0 30px}.site-header{margin-bottom:10px}.header-menu{display:none}.header-right{width:auto}.blurb-card,.hero,.seo-block{padding:14px}.download-links{flex-direction:column}.download-links a{width:100%}.legal-page{padding:8px 0 24px}.legal-content section{padding:14px}}