.legal-page{background:#f7f5ef;color:var(--ink)}
.legal-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);backdrop-filter:blur(14px)}
.legal-header-inner{height:88px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.legal-header nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:700}
.legal-hero{padding:86px 0;background:linear-gradient(135deg,#0d3840,#08282f);color:#fff}
.legal-hero span{display:block;margin-bottom:18px;color:#9bd2cd;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.legal-hero h1{max-width:850px;margin:0;font-family:var(--serif);font-size:clamp(50px,7vw,82px);font-weight:400;letter-spacing:-.03em;line-height:1}
.legal-hero p{max-width:760px;margin:26px 0 18px;color:#c7d9d8;font-size:18px;line-height:1.7}
.legal-hero small{color:#91aaa9;font-size:13px}
.legal-layout{display:grid;grid-template-columns:245px minmax(0,780px);justify-content:center;gap:80px;align-items:start;padding-top:80px;padding-bottom:110px}
.legal-nav{position:sticky;top:120px;display:flex;flex-direction:column;padding:24px;border:1px solid rgba(14,43,48,.1);border-radius:16px;background:#fff;box-shadow:0 14px 36px rgba(14,43,48,.06)}
.legal-nav strong{margin-bottom:14px;color:var(--muted);font-size:11px;letter-spacing:.1em;text-transform:uppercase}
.legal-nav a{padding:11px 0;border-top:1px solid var(--line);font-size:14px;font-weight:700}
.legal-nav a[aria-current="page"]{color:var(--teal)}
.legal-content{font-size:17px;line-height:1.8}
.legal-content section{margin-bottom:46px}
.legal-content h2{margin:0 0 16px;font-family:var(--serif);font-size:34px;font-weight:400;line-height:1.15}
.legal-content p{color:#405e64}
.legal-content ul{padding-left:23px;color:#405e64}
.legal-content li{margin-bottom:9px}
.legal-content a{color:var(--teal);font-weight:700;text-decoration:underline;text-underline-offset:3px}
.legal-callout,.legal-alert{margin:30px 0;padding:24px 26px;border-left:4px solid var(--teal);background:#e7f5f2;color:var(--ink)}
.legal-alert{margin:0 0 50px;border-left-color:#c13c35;background:#fff0ee}
.legal-alert p{margin:7px 0 0;color:#69413f}
.legal-footer{padding:46px 0;background:#08282f;color:#b6cdcb}
.legal-footer .shell{display:flex;align-items:center;justify-content:space-between;gap:30px}
.legal-footer img{width:190px;padding:7px;background:#fff}.legal-footer p{margin:0}.legal-footer a{color:#fff;font-weight:700}.legal-footer button{border:0;background:transparent;color:#fff;padding:0;font-weight:700;cursor:pointer}
@media(max-width:850px){.legal-layout{grid-template-columns:1fr;gap:46px}.legal-nav{position:static;display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.legal-nav strong{grid-column:1/-1}.legal-header nav>a:not(.button){display:none}}
@media(max-width:600px){.legal-header-inner{height:72px}.legal-header .brand{width:170px}.legal-hero{padding:62px 0}.legal-hero h1{font-size:46px}.legal-layout{padding-top:50px;padding-bottom:75px}.legal-nav{grid-template-columns:1fr}.legal-content{font-size:16px}.legal-content h2{font-size:30px}.legal-footer .shell{align-items:flex-start;flex-direction:column}}
