:root{--blue:#1167d8;--blue-dark:#0b4fae;--blue-soft:#eaf3ff;--navy:#0f1b2d;--ink:#1b2638;--text:#4b596b;--muted:#748296;--line:#e3e9f0;--soft:#f7f9fc;--white:#fff;--max:1600px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);letter-spacing:.006em;-webkit-font-smoothing:antialiased;background:#fff;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.container{width:min(calc(100% - 48px),var(--max));margin-inline:auto}.site-header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);background:#fffffff5;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;gap:30px;min-height:76px;display:flex}.brand{letter-spacing:-.012em;color:var(--navy);align-items:center;gap:10px;font-size:1.15rem;font-weight:700;display:flex}.brand-mark{background:var(--blue);color:#fff;border-radius:11px;place-items:center;width:36px;height:36px;display:grid}.brand-mark img{width:21px;height:21px;display:block}.nav-links{color:#4d5b6d;letter-spacing:.01em;align-items:center;gap:30px;font-size:.95rem;font-weight:550;display:flex}.nav-links a:hover,.nav-links a.active{color:var(--blue)}.nav-actions{align-items:center;gap:10px;display:flex}.btn{border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 17px;font-weight:650;transition:all .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-dark)}.btn-outline{color:var(--navy);background:#fff;border-color:#cad5e2}.mobile-toggle{background:0 0;border:0;padding:8px;display:none}.hero{border-bottom:1px solid var(--line);background:linear-gradient(#f8fbff 0%,#fff 100%);padding:74px 0 62px}.hero-inner{text-align:center;max-width:820px;margin-inline:auto}.eyebrow{color:var(--blue);letter-spacing:.075em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:16px;font-size:.8rem;font-weight:700;display:inline-flex}.eyebrow-dot{background:var(--blue);border-radius:50%;width:8px;height:8px}.hero h1{letter-spacing:-.035em;color:var(--navy);margin:0 0 16px;font-size:clamp(2.3rem,5.5vw,3.6rem);font-weight:760;line-height:1.05}.hero p{max-width:640px;color:var(--text);margin:0 auto;font-size:1.08rem;line-height:1.65}.legal-section{padding:64px 0 96px}.legal-layout{max-width:820px;margin-inline:auto}.legal-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:14px;margin:0 0 30px;font-size:.86rem;display:flex}.legal-meta .dot{background:#b8c2ce;border-radius:50%;width:4px;height:4px}.legal-body{color:var(--text);font-size:1rem;line-height:1.7}.legal-body h2{color:var(--navy);letter-spacing:-.02em;margin:48px 0 16px;font-size:1.35rem;font-weight:720;line-height:1.25}.legal-body h2:first-child{margin-top:0}.legal-body h3{color:var(--navy);margin:28px 0 12px;font-size:1.05rem;font-weight:680;line-height:1.3}.legal-body p{margin:0 0 16px}.legal-body ul,.legal-body ol{margin:0 0 20px;padding-left:22px}.legal-body li{margin:0 0 8px}.legal-body a{color:var(--blue);text-underline-offset:3px;text-decoration:underline}.legal-body a:hover{color:var(--blue-dark)}.legal-note{background:var(--soft);border:1px solid var(--line);color:var(--text);border-radius:12px;margin:28px 0 0;padding:16px 18px;font-size:.92rem;line-height:1.55}footer{border-top:1px solid var(--line);padding:54px 0 34px}footer h4{color:var(--navy);margin:0 0 14px;font-size:.9rem}footer a{color:#657488;margin:9px 0;font-size:.89rem;display:block}footer a:hover{color:var(--blue)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:34px;display:grid}.footer-brand p{max-width:280px;color:var(--muted);margin:12px 0 0;font-size:.92rem;line-height:1.6}.footer-bottom{border-top:1px solid var(--line);color:#7b8898;flex-wrap:wrap;justify-content:space-between;gap:20px;margin-top:34px;padding-top:20px;font-size:.84rem;display:flex}.footer-bottom a{color:#7b8898;margin:0;text-decoration:none;display:inline}.footer-bottom a:hover{color:var(--blue)}.footer-bottom .sep{color:#b8c2ce;margin:0 6px;display:inline}@media (width<=860px){.nav-links,.nav-actions .btn-outline{display:none}.mobile-toggle{display:block}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.container{width:min(calc(100% - 24px),var(--max))}.nav{min-height:68px}.hero{padding:52px 0 48px}.legal-section{padding:42px 0 72px}.footer-grid{grid-template-columns:1fr}}
