.legal-page{position:relative;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;color:#334155}.legal-page__bg{pointer-events:none;position:fixed;inset:0;z-index:0;background:#9ad6ec}.legal-page__bg .vanta-clouds-fallback,.legal-page__bg .vanta-clouds-root{position:absolute;inset:0;width:100%;height:100%}.legal-page__scrim{background:linear-gradient(180deg,hsla(0,0%,100%,.14),hsla(0,0%,100%,.05) 22%,hsla(0,0%,100%,.02) 45%,transparent 70%)}.legal-page__header{position:relative;z-index:20;border-bottom:1px solid hsla(0,0%,100%,.65);background:linear-gradient(180deg,hsla(0,0%,100%,.88),hsla(0,0%,100%,.72));backdrop-filter:blur(20px) saturate(1.1);box-shadow:0 8px 32px rgba(15,23,42,.06)}.legal-page__header-inner{margin:0 auto;max-width:1280px;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.legal-page__brand{display:flex;align-items:center;gap:.625rem;text-decoration:none;color:inherit}.legal-page__brand-logo-wrap{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;flex-shrink:0;border-radius:12px;background:linear-gradient(145deg,#1e293b,#0f172a);padding:.35rem;box-shadow:0 4px 14px rgba(15,23,42,.15)}.legal-page__brand-logo{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;mix-blend-mode:screen}.legal-page__brand-title{font-size:1.125rem;line-height:1.45;font-weight:700;color:#0f172a}.legal-page__brand-accent{color:var(--color-primary-dark)}.legal-page__brand-sub{font-size:.75rem;color:#475569;line-height:1.35}.legal-page__back{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;color:#334155;text-decoration:none;padding:.5rem .875rem;border-radius:9999px;border:1px solid hsla(0,0%,100%,.7);background:hsla(0,0%,100%,.55);backdrop-filter:blur(10px);transition:color .2s,border-color .2s,background .2s}.legal-page__back:hover{color:var(--color-primary-dark);border-color:rgba(49,81,176,.35);background:hsla(0,0%,100%,.82)}.legal-page__main{position:relative;z-index:10;flex:1;width:100%;padding:1.5rem 1rem 2.5rem}.legal-page__panel{margin:0 auto;max-width:52rem;border-radius:1.75rem;border:1px solid hsla(0,0%,100%,.55);background:linear-gradient(145deg,hsla(0,0%,100%,.78),hsla(0,0%,100%,.52));backdrop-filter:blur(20px) saturate(1.2);box-shadow:0 16px 48px rgba(15,23,42,.08);padding:2rem 1.5rem 2.5rem}.legal-page__footer{position:relative;z-index:20;border-top:1px solid hsla(0,0%,100%,.65);background:linear-gradient(180deg,hsla(0,0%,100%,.92),hsla(0,0%,100%,.84));backdrop-filter:blur(20px) saturate(1.1);box-shadow:0 -10px 40px rgba(15,23,42,.07);margin-top:auto}.legal-page__footer-inner{margin:0 auto;max-width:1280px;padding:1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.legal-page__footer-links{display:flex;flex-wrap:wrap;gap:1.25rem;font-size:.8125rem}.legal-page__footer-links a{color:#334155;font-weight:600;text-decoration:none;transition:color .2s}.legal-page__footer-links a:hover{color:var(--color-primary-dark)}.legal-page__footer-copy{font-size:.8125rem;color:#475569;width:100%}@media (min-width:640px){.legal-page__header-inner{padding-left:2.5rem;padding-right:2.5rem}.legal-page__main{padding-left:1.5rem;padding-right:1.5rem;padding-top:2rem}.legal-page__panel{padding:2.5rem 2.5rem 3rem;border-radius:2rem}.legal-page__footer-inner{padding-left:2.5rem;padding-right:2.5rem}.legal-page__footer-copy{width:auto;text-align:right}}.legal-page__panel--wide{max-width:64rem}@media (min-width:1024px){.legal-page__panel{padding:3rem 3rem 3.5rem}}