.legal-container { width: 100%; max-width: 1180px; margin: 0 auto; }
.legal-eyebrow { margin: 0 0 18px; color: #777; font-size: .73rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.legal-hero { position: relative; padding: 95px 24px 115px; overflow: hidden; }
.legal-hero::after { content: ""; position: absolute; top: -340px; right: -180px; width: 700px; height: 700px; border: 1px solid #e2e2e2; border-radius: 50%; box-shadow: 0 0 0 80px #fafafa, 0 0 0 81px #eaeaea; pointer-events: none; animation: legal-float 12s ease-in-out infinite; }
.legal-hero .legal-container { position: relative; z-index: 1; }
.legal-hero h1 { max-width: 920px; margin: 0; font-size: clamp(4rem, 8vw, 7.4rem); line-height: .89; letter-spacing: -.075em; }
.legal-hero h1 span { color: #777; }
.legal-intro { max-width: 680px; margin: 30px 0 18px; color: #555; font-size: 1.05rem; line-height: 1.75; }
.legal-updated { color: #888; font-size: .78rem; }
.legal-jump-nav { padding: 0 24px 80px; }
.legal-jump-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.legal-jump-grid a { display: flex; min-height: 95px; padding: 19px; align-items: center; gap: 14px; color: #111; font-weight: 750; text-decoration: none; background: #f5f5f5; border: 1px solid #ddd; border-radius: 20px; transition: .22s ease; }
.legal-jump-grid a:hover { color: #fff; background: #111; border-color: #111; transform: translateY(-3px); }
.legal-jump-grid span { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; color: #fff; font-size: .65rem; background: #111; border-radius: 50%; }
.legal-jump-grid a:hover span { color: #111; background: #fff; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); align-items: start; gap: 70px; padding: 0 24px 110px; }
.legal-side-nav { position: sticky; top: 125px; display: flex; padding: 24px; flex-direction: column; gap: 12px; background: #111; border-radius: 22px; }
.legal-side-nav p { margin: 0 0 8px; color: #888; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.legal-side-nav a { color: #bbb; font-size: .84rem; text-decoration: none; transition: .2s ease; }
.legal-side-nav a:hover, .legal-side-nav a.is-active { color: #fff; transform: translateX(3px); }
.legal-content { min-width: 0; }
.legal-section { padding: 55px; scroll-margin-top: 120px; border: 1px solid #ddd; border-radius: 30px; }
.legal-section + .legal-section { margin-top: 24px; }
.legal-section:nth-child(even) { background: #f6f6f6; }
.legal-section-heading { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 38px; padding-bottom: 30px; border-bottom: 1px solid #ddd; }
.legal-section-heading > span { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; color: #fff; font-size: .7rem; font-weight: 800; background: #111; border-radius: 50%; }
.legal-section-heading .legal-eyebrow { margin-bottom: 9px; }
.legal-section h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: .95; letter-spacing: -.06em; }
.legal-section h3 { margin: 38px 0 12px; font-size: 1.22rem; }
.legal-section p, .legal-section li { color: #555; line-height: 1.75; }
.legal-section p { margin: 0 0 17px; }
.legal-section ul { display: grid; gap: 9px; margin: 15px 0 0; padding-left: 21px; }
.legal-section a { color: #111; font-weight: 700; text-underline-offset: 3px; }
.legal-contact { padding: 90px 24px; color: #fff; background: #111; }
.legal-contact-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; }
.legal-contact .legal-eyebrow { color: #999; }
.legal-contact h2 { margin: 0; font-size: clamp(3rem, 6vw, 5.7rem); line-height: .95; letter-spacing: -.06em; }
.legal-contact a { display: inline-flex; padding: 15px 23px; flex: 0 0 auto; gap: 10px; color: #111; font-weight: 800; text-decoration: none; background: #fff; border: 1px solid #fff; border-radius: 999px; transition: .22s ease; }
.legal-contact a:hover { color: #fff; background: transparent; transform: translateY(-3px); }
.legal-reveal { opacity: 1; transform: none; }
.legal-animations-ready .legal-reveal { opacity: 0; transform: translateY(34px); transition: opacity .7s ease var(--legal-delay, 0ms), transform .7s cubic-bezier(.22, 1, .36, 1) var(--legal-delay, 0ms); }
.legal-animations-ready .legal-reveal.is-visible { opacity: 1; transform: none; }
@keyframes legal-float { 50% { transform: translate(-28px, 24px) scale(1.03); } }
@media (max-width: 900px) { .legal-jump-grid { grid-template-columns: repeat(2, 1fr); } .legal-layout { grid-template-columns: 1fr; gap: 30px; } .legal-side-nav { position: static; display: grid; grid-template-columns: repeat(2, 1fr); } .legal-side-nav p { grid-column: 1 / -1; } }
@media (max-width: 600px) { .legal-hero { padding: 65px 18px 85px; } .legal-hero h1 { font-size: clamp(3.3rem, 16vw, 5rem); } .legal-jump-nav { padding: 0 16px 65px; } .legal-jump-grid { grid-template-columns: 1fr; } .legal-layout { padding: 0 16px 75px; } .legal-side-nav { grid-template-columns: 1fr; } .legal-section { padding: 32px 22px; border-radius: 24px; } .legal-section-heading { flex-direction: column; } .legal-contact { padding: 70px 18px; } .legal-contact-inner { align-items: flex-start; flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { .legal-hero::after { animation: none; } .legal-animations-ready .legal-reveal { opacity: 1; transform: none; transition: none; } }