.legal-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(17,11,34,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:.5rem 0}.legal-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:92px;padding-top:1.125rem;padding-bottom:1.125rem}.legal-header__logo{display:flex;align-items:center;line-height:0}.legal-header__logo img{height:52px;width:auto;object-fit:contain}.legal-back{display:inline-flex;align-items:center;gap:.45rem;font-size:.9rem;color:var(--text-muted);transition:color var(--transition)}.legal-back:hover{color:var(--accent-light)}.legal-back svg{width:18px;height:18px;flex-shrink:0}.legal-page{position:relative;overflow:hidden;padding:9.5rem 0 5rem}.legal-page:before{content:"";position:absolute;top:-10%;left:-10%;width:60%;height:60%;background:radial-gradient(ellipse,rgba(124,95,224,.12) 0,transparent 70%);pointer-events:none}.legal-page__inner{position:relative;max-width:820px}.legal-page__eyebrow{font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-light);margin-bottom:.75rem}.legal-page__title{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.15}.legal-page__intro{font-size:1.05rem;color:var(--text-muted);margin-top:.9rem}.legal-cards{display:flex;flex-direction:column;gap:1.25rem;margin-top:3rem}.legal-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:var(--transition)}.legal-card:hover{border-color:rgba(124,95,224,.4)}.legal-card__title{font-size:1.35rem;margin-bottom:1.25rem}.legal-card__subtitle,.legal-card__title{font-family:var(--font-serif);font-weight:600}.legal-card__subtitle{font-size:1.05rem;color:var(--text);margin-bottom:.5rem}.legal-card__text{font-size:.975rem;color:var(--text-muted);line-height:1.8}.legal-card__text--spaced{margin-top:1.25rem}.legal-card__text+.legal-card__subtitle{margin-top:2rem}.legal-bullets{list-style:disc;padding-left:1.35rem;margin-top:1rem;display:flex;flex-direction:column;gap:.85rem}.legal-bullets li{font-size:.975rem;color:var(--text-muted);line-height:1.75;padding-left:.25rem}.legal-bullets li::marker{color:var(--accent-light)}.legal-bullets strong{color:var(--text);font-weight:600}.legal-address{font-size:1rem;color:var(--text-muted);line-height:1.9;font-style:normal}.legal-address strong{display:block;color:var(--text);font-weight:600;font-size:1.05rem;margin-bottom:.25rem}.legal-divider{height:1px;background:var(--border);margin:1.5rem 0;border:none}.legal-list{display:flex;flex-direction:column;gap:.9rem}.legal-list--spaced{margin-top:1.25rem}.legal-list__row{display:grid;grid-template-columns:220px 1fr;grid-gap:1rem;gap:1rem;align-items:baseline}.legal-list__label{font-size:.85rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-dim)}.legal-list__value{font-size:1rem;color:var(--text)}.legal-link{color:var(--accent-light);transition:color var(--transition)}.legal-link:hover{color:var(--text);text-decoration:underline}@media (max-width:640px){.legal-page{padding:8rem 0 3.5rem}.legal-header__inner{min-height:76px}.legal-header__logo img{height:44px}.legal-card{padding:1.5rem 1.25rem}.legal-list__row{grid-template-columns:1fr;gap:.2rem}}