:root {
    --c-snow-white: #f3f0e8 !important;
    --c-tech-blue: #584cff !important;
    --c-elec-cyan: #71f5c1 !important;
    --c-navy-blue: #342bb5 !important;
    --c-terrakotta: #ff5c35 !important;
    --c-slate-grey: #77736c !important;
    --c-anthrazit: #0a0a09 !important;
    --font: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

body {
    background: #f3f0e8 !important;
    color: #0a0a09 !important;
    font-family: var(--font) !important;
}

header {
    border-bottom-color: rgba(10,10,9,.12) !important;
    background: rgba(243,240,232,.9) !important;
    backdrop-filter: blur(18px);
}

header nav {
    height: 82px !important;
}

.logo-wordmark {
    font-weight: 800 !important;
    letter-spacing: -.045em !important;
    text-transform: uppercase;
}

.logo img {
    filter: none;
}

.back-link {
    font-family: 'DM Mono', monospace !important;
    font-size: 10px !important;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 116px 0 90px !important;
    background:
        radial-gradient(circle at 84% 20%, rgba(88,76,255,.4), transparent 28rem),
        #0a0a09 !important;
}

.page-hero::before {
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image: linear-gradient(rgba(243,240,232,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(243,240,232,.09) 1px, transparent 1px);
    background-size: 72px 72px;
    content: '';
}

.page-hero .container {
    position: relative;
}

.page-eyebrow {
    margin-bottom: 26px !important;
    color: #71f5c1 !important;
    font: 400 10px/1 'DM Mono', monospace !important;
    letter-spacing: .13em !important;
}

.page-eyebrow::before {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
    box-shadow: 0 0 18px currentColor;
}

.page-h1 {
    max-width: 900px;
    margin-bottom: 18px !important;
    color: #f3f0e8 !important;
    font-size: clamp(3.8rem, 9vw, 8.5rem) !important;
    font-weight: 700 !important;
    letter-spacing: -.085em !important;
    line-height: .88 !important;
}

.page-sub {
    color: rgba(243,240,232,.55) !important;
    font-size: 15px !important;
}

main {
    padding: clamp(72px, 10vw, 140px) 0 !important;
}

.legal-grid {
    grid-template-columns: 210px minmax(0, 760px) !important;
    gap: clamp(40px, 8vw, 120px) !important;
}

.legal-nav-title,
.legal-section-badge {
    font-family: 'DM Mono', monospace !important;
    font-weight: 400 !important;
    letter-spacing: .11em !important;
}

.legal-nav a {
    border-radius: 0 !important;
    font-size: 12px !important;
}

.legal-nav a:hover {
    background: transparent !important;
    color: #584cff !important;
}

.legal-content {
    max-width: 760px !important;
}

.legal-section {
    margin-bottom: 68px !important;
    padding-bottom: 68px !important;
    border-color: rgba(10,10,9,.14) !important;
}

.legal-section-badge {
    border-radius: 999px !important;
    padding: 7px 12px !important;
    background: rgba(88,76,255,.09) !important;
    color: #584cff !important;
}

.legal-section h2 {
    margin-bottom: 22px !important;
    font-size: clamp(1.9rem, 3.5vw, 3.1rem) !important;
    font-weight: 700 !important;
    letter-spacing: -.055em !important;
    line-height: 1 !important;
}

.legal-section h3 {
    margin-top: 30px !important;
    font-size: 16px !important;
}

.legal-section p,
.legal-section li {
    color: rgba(10,10,9,.64) !important;
    font-size: 15px !important;
}

.legal-section a {
    color: #584cff !important;
}

.placeholder-box {
    border: 1px solid rgba(255,92,53,.35) !important;
    border-radius: 0 !important;
    background: rgba(255,92,53,.07) !important;
}

.placeholder-box strong,
.placeholder-box p {
    color: #b53b1d !important;
}

footer {
    border-color: rgba(243,240,232,.12) !important;
    background: #0a0a09 !important;
    padding: 40px 0 !important;
}

.footer-logo-wrap span {
    font-family: 'DM Mono', monospace !important;
    letter-spacing: .12em !important;
}

@media (max-width: 768px) {
    .page-hero { padding: 86px 0 66px !important; }
    .page-h1 { font-size: clamp(3.4rem, 17vw, 6rem) !important; }
    .legal-grid { grid-template-columns: 1fr !important; }
    .footer-bottom { align-items: flex-start !important; flex-direction: column; }
}
