:root { --ink:#0b1d2b; --brand:#1f735d; --mint:#74d2b4; --coral:#e56e42; --paper:#f6f3ec; --line:#dfe2dd; --muted:#647078; --white:#fff; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial,Helvetica,sans-serif; line-height:1.6; }
a { color:inherit; text-decoration:none; }
.wrap { width:min(1180px,calc(100% - 40px)); margin:auto; }
.site-header { position:sticky; top:0; z-index:20; border-bottom:1px solid rgba(255,255,255,.1); background:var(--ink); color:#fff; }
.bar { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand-lockup { display:flex; align-items:center; gap:11px; font-size:15px; font-weight:700; }
.brand-mark { display:grid; width:40px; height:40px; place-items:center; border-radius:12px; background:var(--brand); color:#fff; font-size:13px; }
.brand-mark--logo { overflow:hidden; background:transparent; }
.brand-mark--logo img { display:block; width:100%; height:100%; object-fit:contain; }
.brand-lockup span span { color:rgba(255,255,255,.55); }
.nav { display:flex; gap:28px; color:rgba(255,255,255,.72); font-size:14px; }
.nav a:hover { color:#fff; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:10px; border:0; border-radius:999px; padding:14px 22px; background:var(--brand); color:#fff; font:inherit; font-weight:700; cursor:pointer; }
.button--light { background:var(--brand); color:#fff; }
.legal-hero { position:relative; overflow:hidden; padding:76px 0; background:var(--ink); color:#fff; }
.legal-hero::before { position:absolute; inset:0; content:""; opacity:.38; background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size:64px 64px; mask-image:linear-gradient(to bottom,#000,transparent); }
.legal-hero .wrap { position:relative; }
.eyebrow { display:inline-flex; align-items:center; gap:8px; border:1px solid rgba(255,255,255,.12); border-radius:999px; padding:8px 13px; background:rgba(255,255,255,.06); color:rgba(255,255,255,.78); font-size:12px; font-weight:700; }
.dot { width:7px; height:7px; border-radius:50%; background:var(--mint); }
h1,h2,p { margin-top:0; }
h1 { max-width:750px; margin:20px 0 0; font-size:clamp(46px,6.2vw,78px); line-height:.98; letter-spacing:-.06em; }
.legal-hero p:last-child { max-width:590px; margin:22px 0 0; color:rgba(255,255,255,.66); font-size:17px; }
.legal-main { padding:82px 0 110px; }
.legal-layout { width:min(820px,100%); margin:auto; }
.notice { margin-bottom:22px; border-left:3px solid var(--coral); border-radius:12px; padding:15px 18px; background:#fff0eb; color:#77401f; font-size:14px; }
.legal-card { border:1px solid var(--line); border-radius:28px; padding:42px; background:var(--white); }
.legal-section + .legal-section { margin-top:36px; padding-top:34px; border-top:1px solid var(--line); }
.legal-section h2 { margin-bottom:13px; font-size:25px; line-height:1.15; letter-spacing:-.04em; }
.legal-section p, .legal-section li { color:var(--muted); }
.legal-section ul { margin:14px 0 0; padding-left:20px; }
.legal-section a { color:var(--brand); font-weight:700; text-decoration:underline; text-underline-offset:3px; }
.placeholder { display:inline; border-radius:5px; padding:2px 5px; background:#fff0eb; color:#92421f; font-weight:700; }
.legal-stand { margin:34px 0 0; color:var(--muted); font-size:13px; }
.footer { border-top:1px solid rgba(255,255,255,.1); background:var(--ink); color:#fff; }
.footer-bar { display:flex; align-items:center; justify-content:space-between; gap:22px; padding:34px 0; }
.footer p, .footer-links { margin:0; color:rgba(255,255,255,.42); font-size:12px; }
.footer-links { display:flex; gap:18px; }
.footer-links a:hover { color:#fff; }
@media (max-width:900px) { .nav { display:none; } .legal-hero { padding:70px 0; } .legal-main { padding:70px 0 84px; } }
@media (max-width:600px) { .wrap { width:min(100% - 30px,1180px); } .bar { min-height:66px; } .bar > .button { display:none; } .brand-mark { width:35px; height:35px; } .legal-card { padding:28px 24px; } .footer-bar { align-items:flex-start; flex-direction:column; } }
