:root { --ink:#101412; --muted:#66716a; --line:#dce4df; --green:#36d07c; --green-dark:#12633b; --mist:#f2f6f3; --max:1220px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:#fff; font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; letter-spacing:0; }
a { color:inherit; text-decoration:none; }
[hidden] { display:none !important; }
.legal-header { position:sticky; z-index:20; top:0; min-height:76px; display:grid; grid-template-columns:220px 1fr auto; align-items:center; gap:28px; padding:0 max(24px,calc((100vw - var(--max))/2)); background:rgba(255,255,255,.96); border-bottom:1px solid var(--line); backdrop-filter:blur(14px); }
.legal-brand img { width:184px; height:52px; object-fit:contain; object-position:left center; }
.legal-header nav { display:flex; justify-content:center; gap:30px; color:var(--muted); font-size:14px; font-weight:700; }
.language-switch { display:flex; border:1px solid #c5cfc9; border-radius:5px; overflow:hidden; }
.language-switch button { width:40px; height:34px; border:0; color:var(--muted); background:#fff; cursor:pointer; font-weight:800; }
.language-switch button[aria-pressed="true"] { color:#fff; background:var(--ink); }
.legal-hero { min-height:430px; display:grid; grid-template-columns:1fr 320px; gap:60px; align-items:end; padding:110px max(24px,calc((100vw - var(--max))/2)) 70px; color:#fff; background:#111815; }
.eyebrow { margin:0 0 18px; color:var(--green); font-size:12px; line-height:1.4; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.legal-hero h1 { margin:0; font-size:70px; line-height:1; }
.legal-hero p:not(.eyebrow) { max-width:700px; margin:22px 0 0; color:rgba(255,255,255,.7); font-size:20px; line-height:1.55; }
.legal-status { min-height:180px; display:grid; align-content:end; gap:9px; padding:26px; border:1px solid rgba(255,255,255,.2); border-radius:7px; background:rgba(255,255,255,.05); }
.legal-status span { color:var(--green); font-size:11px; font-weight:800; letter-spacing:.1em; }
.legal-status strong { font-size:26px; }
.legal-status small { color:rgba(255,255,255,.62); line-height:1.45; }
.validation-notice { max-width:var(--max); margin:36px auto 0; padding:24px 28px; border:1px solid #ead7a6; border-left:4px solid #dca72d; background:#fff9e8; }
.validation-notice p { margin:8px 0 0; color:#645738; line-height:1.6; }
.legal-layout { max-width:var(--max); margin:0 auto; display:grid; grid-template-columns:250px minmax(0,1fr); gap:60px; padding:70px 24px 120px; }
.policy-nav { position:sticky; top:110px; height:max-content; display:grid; border-top:1px solid var(--line); }
.policy-nav > p { color:var(--muted); font-size:12px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.policy-nav a { display:grid; grid-template-columns:28px 1fr; gap:10px; padding:13px 0; border-bottom:1px solid var(--line); color:#465149; font-size:14px; }
.policy-nav a span:first-child { color:var(--green-dark); font-size:11px; font-weight:800; }
.policy-nav a:hover { color:var(--ink); }
.policies { min-width:0; }
.policy { scroll-margin-top:110px; padding:0 0 74px; }
.policy + .policy { padding-top:74px; border-top:1px solid var(--line); }
.policy header { display:grid; grid-template-columns:52px 1fr; gap:20px; align-items:start; margin-bottom:32px; }
.policy header > span { width:48px; height:48px; display:grid; place-items:center; border:1px solid #b9c8bf; border-radius:6px; color:var(--green-dark); font-weight:800; }
.policy header p { margin:0 0 7px; color:var(--muted); font-size:12px; font-weight:700; }
.policy h2 { margin:0; font-size:38px; line-height:1.15; }
.policy h3 { margin:30px 0 8px; font-size:18px; }
.policy p,.policy li { color:#4f5b54; font-size:16px; line-height:1.75; }
.policy ul { padding-left:22px; }
.legal-contact { padding:42px; color:#fff; background:#17201b; border-radius:8px; }
.legal-contact h2 { margin:0; font-size:34px; }
.legal-contact > p:not(.eyebrow) { max-width:650px; color:rgba(255,255,255,.68); line-height:1.65; }
.legal-contact a { display:inline-block; margin-top:10px; color:var(--green); font-weight:800; }
footer { min-height:96px; display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:20px; padding:24px max(24px,calc((100vw - var(--max))/2)); color:rgba(255,255,255,.65); background:#0d110f; font-size:12px; }
footer a { color:#fff; font-weight:700; }
@media(max-width:760px){.legal-header{grid-template-columns:1fr auto;padding:0 16px}.legal-header nav{display:none}.legal-brand img{width:150px}.legal-hero{min-height:520px;grid-template-columns:1fr;gap:36px;padding:100px 20px 50px}.legal-hero h1{font-size:50px}.legal-status{min-height:140px}.validation-notice{margin:18px 16px 0}.legal-layout{grid-template-columns:1fr;gap:42px;padding:48px 16px 80px}.policy-nav{position:static;grid-template-columns:1fr 1fr}.policy-nav>p{grid-column:1/-1}.policy-nav a{padding-right:10px}.policy h2{font-size:31px}.policy header{grid-template-columns:44px 1fr}.policy header>span{width:40px;height:40px}.legal-contact{padding:30px 24px}footer{justify-content:center;text-align:center}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
