.legal-page{min-height:100vh;color:#302737;background:#f7f5f8}
.legal-page .legal-header{position:sticky;z-index:30;top:0;border-bottom:1px solid rgba(255,255,255,.09);background:rgba(22,11,36,.96);box-shadow:0 10px 30px rgba(10,3,18,.16);backdrop-filter:blur(18px)}
.legal-page .legal-header-inner{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:32px}
.legal-page .legal-logo{display:flex;align-items:center;gap:12px;color:#fff;font-size:.72rem;font-weight:600;letter-spacing:.03em}
.legal-page .legal-logo img{width:46px;height:40px;object-fit:contain}
.legal-page .legal-nav{display:flex;align-items:center;gap:30px;color:rgba(255,255,255,.72);font-size:.76rem}
.legal-page .legal-nav a{transition:color .2s}.legal-page .legal-nav a:hover{color:#ffb36a}
.legal-page .legal-nav .legal-access{padding:10px 19px;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:#fff;background:rgba(255,255,255,.07);font-weight:600}
.legal-page .legal-nav .legal-access:hover{border-color:rgba(255,179,106,.58);color:#fff;background:rgba(255,255,255,.12)}
.legal-page .legal-hero{position:relative;overflow:hidden;padding:80px 0 68px;color:#fff;background:radial-gradient(circle at 78% 15%,rgba(255,154,49,.2),transparent 24%),radial-gradient(circle at 18% 85%,rgba(212,77,126,.3),transparent 30%),linear-gradient(135deg,#12071e,#30133e 60%,#491d43)}
.legal-page .legal-hero:after{position:absolute;right:-80px;bottom:-145px;width:390px;height:390px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 50px rgba(255,255,255,.025),0 0 0 100px rgba(255,255,255,.018);content:''}
.legal-page .legal-hero .container{position:relative;z-index:1}
.legal-page .legal-eyebrow{display:inline-flex;margin:0 0 17px;padding:7px 12px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#ffbd78;background:rgba(255,255,255,.05);font-size:.67rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}
.legal-page .legal-hero h1{max-width:820px;margin:0;font-size:clamp(2.35rem,5vw,4.5rem);font-weight:500;line-height:1.07;letter-spacing:-.04em}
.legal-page .legal-hero p{max-width:760px;margin:22px 0 0;color:rgba(255,255,255,.74);font-size:1rem;line-height:1.75}
.legal-page .legal-hero small{display:block;margin-top:22px;color:rgba(255,255,255,.52);font-size:.73rem}
.legal-page .legal-layout{display:grid;grid-template-columns:255px minmax(0,790px);justify-content:center;align-items:start;gap:64px;padding-top:66px;padding-bottom:100px}
.legal-page .legal-toc{position:sticky;top:108px;padding:22px;border:1px solid #e8e1ea;border-radius:18px;background:#fff;box-shadow:0 15px 38px rgba(48,25,60,.06)}
.legal-page .legal-toc strong{display:block;margin-bottom:13px;color:#20142e;font-size:.75rem;text-transform:uppercase;letter-spacing:.09em}
.legal-page .legal-toc a{display:block;padding:8px 9px;border-radius:8px;color:#75697a;font-size:.7rem;line-height:1.45;transition:color .2s,background .2s}
.legal-page .legal-toc a:hover{color:#b92f63;background:#faf1f5}
.legal-page .legal-document{min-width:0}
.legal-page .legal-section{scroll-margin-top:108px;padding:0 0 38px;margin:0 0 38px;border-bottom:1px solid #e5dfe7}
.legal-page .legal-section:last-child{margin-bottom:0;border-bottom:0}
.legal-page .legal-section h2{margin:0 0 18px;color:#20142e;font-size:clamp(1.25rem,2vw,1.55rem);font-weight:600;line-height:1.35;letter-spacing:-.018em}
.legal-page .legal-section p,.legal-page .legal-section li{color:#5c5261;font-size:.91rem;line-height:1.9}
.legal-page .legal-section p{margin:0 0 15px}.legal-page .legal-section p:last-child{margin-bottom:0}
.legal-page .legal-section ul{display:grid;gap:11px;margin:18px 0;padding:0;list-style:none}
.legal-page .legal-section li{position:relative;padding-left:27px}
.legal-page .legal-section li:before{position:absolute;top:.72em;left:2px;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#d44d7e,#ff9a31);box-shadow:0 0 0 4px rgba(212,77,126,.09);content:''}
.legal-page .legal-section a,.legal-page .legal-related a{color:#b92f63;font-weight:600;text-decoration:underline;text-decoration-color:rgba(185,47,99,.3);text-underline-offset:3px}
.legal-page .legal-related{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:14px;padding:22px 25px;border:1px solid #eadfe7;border-radius:16px;background:#fff;color:#685d6c;font-size:.82rem;box-shadow:0 12px 30px rgba(48,25,60,.05)}
.legal-page .legal-related a{white-space:nowrap}
.legal-page .legal-footer{color:#fff;background:#160b24}
.legal-page .legal-footer-inner{display:flex;min-height:150px;align-items:center;justify-content:space-between;gap:30px}
.legal-page .legal-footer-brand{display:flex;align-items:center;gap:16px}.legal-page .legal-footer-brand img{width:52px;height:44px;object-fit:contain}
.legal-page .legal-footer-brand p{margin:0;color:rgba(255,255,255,.58);font-size:.68rem;line-height:1.7}
.legal-page .legal-footer-links{display:flex;gap:24px;color:rgba(255,255,255,.72);font-size:.72rem}
.legal-page .legal-footer-links a:hover{color:#ff9a31}
@media(max-width:850px){.legal-page .legal-nav a:not(.legal-access){display:none}.legal-page .legal-layout{grid-template-columns:1fr;gap:30px}.legal-page .legal-toc{position:static;display:flex;overflow-x:auto;gap:4px;padding:13px}.legal-page .legal-toc strong{display:none}.legal-page .legal-toc a{flex:0 0 auto;white-space:nowrap}.legal-page .legal-footer-inner{align-items:flex-start;flex-direction:column;justify-content:center;padding:36px 0}.legal-page .legal-footer-links{flex-wrap:wrap}}
@media(max-width:560px){.legal-page .legal-header-inner{min-height:66px}.legal-page .legal-logo span{display:none}.legal-page .legal-logo img{width:40px}.legal-page .legal-nav{gap:14px}.legal-page .legal-nav .legal-access{padding:9px 14px}.legal-page .legal-hero{padding:58px 0 50px}.legal-page .legal-hero p{font-size:.86rem}.legal-page .legal-layout{padding-top:28px;padding-bottom:65px}.legal-page .legal-section{padding-bottom:28px;margin-bottom:30px}.legal-page .legal-section p,.legal-page .legal-section li{font-size:.84rem;line-height:1.82}.legal-page .legal-related{align-items:flex-start;flex-direction:column}.legal-page .legal-footer-links{gap:14px;font-size:.66rem}}
