body {
    margin: 0;
    background-color: #0f172a;
    color: #f1f5f9;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    text-align: center;
}

.container {
    max-width: 720px;
    margin: 120px auto 80px auto;
    padding: 0 24px;
}

.container-doc {
    max-width: 760px;
    margin: 0 auto;
    padding: 40px 24px;
}

h1 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.subtitle {
    font-size: 14px;
    opacity: 0.6;
    margin-bottom: 32px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

p {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.85;
    margin-bottom: 24px;
}

/* Navigation */

.nav {
    position: absolute;
    top: 24px;
    left: 40px;
    right: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    letter-spacing: 1px;
}

.nav-left {
    font-weight: 500;
    opacity: 0.8;
}

.nav-right a {
    margin-left: 20px;
    color: #9aa6b2;
    font-weight: 500;
}

.nav-right a:hover {
    color: #e2e8f0;
}

/* Homepage descriptor */

.descriptor {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9aa6b2;
    margin-bottom: 10px;
}

/* Technical disclosure text */

.technical {
    font-size: 13px;
    opacity: 0.72;
    margin-top: 10px;
    letter-spacing: 0.3px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.nda {
    font-size: 14px;
    opacity: 0.65;
    margin-top: 32px;
}

/* Footer */

.footer {
    font-size: 12px;
    opacity: 0.45;
    margin-top: 48px;
    line-height: 1.6;
}

/* Links */

a {
    color: #94a3b8;
    text-decoration: none;
}

a:hover {
    color: #e2e8f0;
    text-decoration: underline;
}

/* Bullet lists for legal pages */

ul {
    text-align: left;
    margin-left: 20px;
}
