@font-face{font-family:Satoshi;src:url('/assets/fonts/satoshi-400.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:Satoshi;src:url('/assets/fonts/satoshi-500.woff2') format('woff2');font-weight:500;font-display:swap}
@font-face{font-family:Satoshi;src:url('/assets/fonts/satoshi-700.woff2') format('woff2');font-weight:700;font-display:swap}
:root{--ink:#172541;--muted:#69809f;--blue:#1268ee;--sky:#77b6ff;--line:#dbe8f7;--soft:#f1f7ff}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-height:100vh;background:radial-gradient(circle at 7% 8%,#e5f2ff 0,#f7fbff 31%,#fff 72%);color:var(--ink);font-family:Satoshi,system-ui,sans-serif}
.legal-shell{width:min(1120px,100%);margin:auto;padding:24px 24px 58px}
.legal-top{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:45px}
.legal-brand{display:inline-flex;align-items:center;gap:3px;color:var(--ink);font-size:26px;letter-spacing:-1px;text-decoration:none;white-space:nowrap}
.legal-brand img{width:39px;height:39px;object-fit:contain;margin-right:-2px}
.legal-brand b{color:var(--blue);font-weight:700}
.legal-nav{display:flex;align-items:center;gap:21px}
.legal-nav a{color:#7790af;font-size:13px;text-decoration:none;transition:color .18s ease}
.legal-nav a:hover,.legal-nav a.is-current{color:var(--blue)}
.legal-nav a.is-current{font-weight:700}
.legal-back{padding-left:21px;border-left:1px solid var(--line)}
.legal-hero{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:26px;align-items:center;min-height:260px;margin-bottom:27px;padding:40px 48px;overflow:hidden;border:1px solid #cee2fb;border-radius:32px;background:linear-gradient(120deg,#eef7ff 0%,#fff 62%);box-shadow:0 22px 70px #2568a00d}
.legal-hero:after{content:'';position:absolute;right:-74px;bottom:-120px;width:330px;height:330px;border-radius:45% 55% 50% 40%;background:#dceeff;opacity:.8;transform:rotate(18deg)}
.legal-hero-art{position:relative;z-index:1;display:grid;place-items:center;width:102px;height:102px;border:1px solid #c8e2ff;border-radius:31px;background:#fff;box-shadow:0 13px 34px #307bd21c;transform:rotate(-6deg)}
.legal-hero-art img{width:68px;height:68px;transform:rotate(6deg);filter:drop-shadow(0 8px 12px #2465a21c)}
.legal-hero-copy{position:relative;z-index:1;max-width:740px}
.legal-kicker{margin:0 0 12px;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.18em}
.legal-hero h1{margin:0;max-width:780px;font-size:clamp(38px,5vw,65px);line-height:1;letter-spacing:-.065em}
.legal-lede{max-width:650px;margin:18px 0 22px;color:#5d7697;font-size:18px;line-height:1.45}
.legal-meta{display:flex;flex-wrap:wrap;gap:8px 18px;color:#8a9db7;font-size:12px}
.legal-card{display:grid;grid-template-columns:minmax(220px,.65fr) minmax(0,1.35fr);gap:48px;padding:42px 48px;border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:0 22px 70px #2b63a00c}
.legal-summary{align-self:start;position:sticky;top:20px;padding:24px;border:1px solid #d9eafb;border-radius:22px;background:linear-gradient(145deg,#f2f8ff,#fff)}
.legal-summary-label{display:block;margin-bottom:13px;color:var(--blue);font-size:10px;font-weight:700;letter-spacing:.16em}
.legal-summary>strong{display:block;font-size:19px;line-height:1.28;letter-spacing:-.03em}
.legal-summary-points{display:grid;gap:11px;margin-top:23px;padding-top:17px;border-top:1px solid #dfeafa;color:#6d85a4;font-size:12px}
.legal-summary-points span{display:flex;align-items:center;gap:9px}
.legal-summary-points i{display:grid;place-items:center;width:23px;height:23px;border-radius:8px;background:#e0efff;color:var(--blue);font-size:10px;font-style:normal;font-weight:700}
.legal-content{min-width:0}
.legal-section{display:grid;grid-template-columns:38px minmax(0,1fr);gap:15px;padding:0 0 28px;margin:0 0 28px;border-bottom:1px solid #e6eff9}
.legal-section:last-of-type{margin-bottom:0}
.legal-section-number{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:#e9f4ff;color:var(--blue);font-size:11px;font-weight:700}
.legal-card h2{margin:3px 0 9px;font-size:22px;letter-spacing:-.035em}
.legal-card p,.legal-card li{color:#526d91;font-size:15px;line-height:1.68}
.legal-card p{margin:0}
.legal-card ul{margin:0;padding-left:20px}
.legal-card li+li{margin-top:8px}
.legal-card a{color:var(--blue)}
.legal-note{display:grid;gap:5px;margin-top:6px;padding:17px 18px;border:1px solid #cfe2fb;border-radius:16px;background:#f2f8ff;color:#56779c;font-size:13px;line-height:1.5}
.legal-note strong{color:#2d5d93;font-size:12px;letter-spacing:.02em}
.legal-note span{display:block}
.legal-footer{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:24px;color:#8a9db7;font-size:12px}
.legal-footer img{width:18px;height:18px}
.legal-footer a{color:#6e87a5;text-decoration:none}
.legal-footer a:hover{text-decoration:underline;text-underline-offset:3px}
@media(max-width:780px){.legal-shell{padding:17px 15px 42px}.legal-top{align-items:flex-start;margin-bottom:26px}.legal-nav{gap:11px}.legal-nav a{font-size:12px}.legal-nav a:first-child,.legal-nav a:nth-child(2){display:none}.legal-back{padding-left:0;border-left:0}.legal-hero{grid-template-columns:1fr;gap:18px;min-height:0;padding:27px 23px 30px;border-radius:24px}.legal-hero:after{right:-95px;bottom:-155px;width:270px;height:270px}.legal-hero-art{width:72px;height:72px;border-radius:22px}.legal-hero-art img{width:48px;height:48px}.legal-hero h1{font-size:42px}.legal-lede{font-size:16px;margin:15px 0 18px}.legal-meta{display:grid;gap:6px;font-size:11px}.legal-card{grid-template-columns:1fr;gap:25px;padding:25px 20px;border-radius:24px}.legal-summary{position:static;padding:19px}.legal-summary>strong{font-size:17px}.legal-section{grid-template-columns:31px minmax(0,1fr);gap:11px;padding-bottom:23px;margin-bottom:23px}.legal-section-number{width:27px;height:27px;border-radius:8px;font-size:10px}.legal-card h2{font-size:20px}.legal-card p,.legal-card li{font-size:14px;line-height:1.6}.legal-footer{flex-wrap:wrap;gap:8px 13px}}
@media(max-width:390px){.legal-brand{font-size:22px}.legal-brand img{width:32px;height:32px}.legal-hero h1{font-size:37px}.legal-card{padding-inline:17px}.legal-summary-points{font-size:11px}}
