/* ── LEGAL PAGE ── */ .legal-hero{min-height:260px;background:var(--g-hero);display:flex;align-items:flex-end;overflow:hidden;position:relative;padding-top:68px} .legal-hero .mesh-orb{position:absolute;border-radius:50%;filter:blur(100px)} .legal-hero .mo1{width:500px;height:500px;background:radial-gradient(ellipse,rgba(24,84,219,.35) 0%,transparent 65%);top:-120px;right:-80px} .legal-hero .mo2{width:350px;height:350px;background:radial-gradient(ellipse,rgba(12,187,240,.12) 0%,transparent 65%);bottom:-60px;left:-60px} .legal-hero-inner{position:relative;z-index:1;max-width:1320px;margin:0 auto;width:100%;padding:44px 32px 48px} .legal-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:14px} .legal-eyebrow-dot{width:5px;height:5px;border-radius:50%;background:var(--cyan)} .legal-hero-title{font-size:clamp(28px,4vw,44px);font-weight:800;color:#fff;line-height:1.15;letter-spacing:-1px;margin-bottom:10px} .legal-hero-meta{font-size:13px;color:rgba(255,255,255,.4)} .legal-body{max-width:820px;margin:0 auto;padding:64px 32px 100px} .legal-section{margin-bottom:44px;padding-bottom:44px;border-bottom:1px solid rgba(7,17,31,.07)} .legal-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0} .legal-section h2{font-size:18px;font-weight:800;color:var(--ink);letter-spacing:-.3px;margin-bottom:14px} .legal-section p{font-size:15px;color:#3B4F6B;line-height:1.8;margin-bottom:12px} .legal-section p:last-child{margin-bottom:0} .legal-section ul{margin:12px 0 12px 0;padding:0;list-style:none} .legal-section li{font-size:15px;color:#3B4F6B;line-height:1.75;padding:6px 0 6px 22px;position:relative;border-bottom:1px solid rgba(7,17,31,.05)} .legal-section li:last-child{border-bottom:none} .legal-section li::before{content:'';position:absolute;left:0;top:15px;width:6px;height:6px;border-radius:50%;background:var(--blue)} .legal-section a{color:var(--blue);text-decoration:underline;text-underline-offset:2px} .legal-section a:hover{opacity:.75} .legal-contact-box{background:#F0F6FF;border:1px solid rgba(24,84,219,.15);border-radius:12px;padding:22px 26px;margin-top:14px} .legal-contact-box p{font-size:14.5px;color:#1e3a6e;margin-bottom:8px} .legal-contact-box p:last-child{margin-bottom:0} .legal-contact-box strong{color:#112f6a} .legal-contact-box a{color:var(--blue)} @media(max-width:640px){ .legal-body{padding:44px 20px 72px} .legal-section h2{font-size:16px} .legal-section p,.legal-section li{font-size:14px} .legal-hero-inner{padding:36px 20px 40px} }