:root{--navy:#071426;--orange:#f97316;--white:#f8fafc;--ink:#111827;--muted:#64748b;--line:#d9e2ee;--soft:#f4f7fb}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--soft);color:var(--ink);line-height:1.65}
a{color:inherit}.container{width:min(1060px,calc(100% - 32px));margin:auto}.site-header{background:var(--navy);border-bottom:1px solid rgba(255,255,255,.1)}.nav-wrap{min-height:76px;display:flex;align-items:center;justify-content:space-between}
.brand{display:inline-flex;align-items:center;gap:12px;color:#fff;text-decoration:none}.brand img{width:44px;height:44px;max-width:44px;max-height:44px;border-radius:12px;object-fit:cover}.brand span{display:flex;gap:5px;align-items:baseline}.brand strong{font-size:1.15rem}.brand em{font-style:normal;color:var(--orange);font-weight:900;text-transform:uppercase;font-size:.8rem;letter-spacing:.1em}
.legal-page{padding:58px 0}.legal-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:0 22px 60px rgba(7,20,38,.1)}.legal-card h1{font-size:clamp(2rem,5vw,3.4rem);line-height:1;margin:8px 0 20px}.legal-card h2{margin-top:26px;color:#0f172a}.legal-card p,.legal-card li{color:#475569}.eyebrow{display:flex;align-items:center;gap:10px;color:#c25b0c;text-transform:uppercase;font-weight:900;letter-spacing:.13em;font-size:.75rem}.eyebrow span{width:28px;height:2px;background:var(--orange)}
.button{display:inline-flex;align-items:center;justify-content:center;background:var(--orange);color:#fff;text-decoration:none;border-radius:12px;padding:12px 16px;font-weight:900}.site-footer{background:#040c17;color:#9fb0c4;padding:28px 0;margin-top:50px}.footer-row{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}
@media(max-width:640px){.legal-card{padding:24px}.brand img{width:38px;height:38px;max-width:38px;max-height:38px}}
