* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    padding: 0 20px;
    background: #101018;
    color: #f7f1e8;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Helvetica Neue', sans-serif;
    line-height: 1.7;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 10;
    transform: translateY(-180%);
    border-radius: 8px;
    padding: 10px 14px;
    background: #ffffff;
    color: #101018;
    font-weight: 700;
}

.skip-link:focus {
    transform: translateY(0);
}

.container {
    max-width: 680px;
    margin: 0 auto;
    padding: 60px 0 80px;
}

h1 {
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.subtitle {
    margin-bottom: 48px;
    color: #b8b1c5;
    font-size: 14px;
}

h2 {
    margin-top: 40px;
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.2px;
}

p,
li {
    margin-bottom: 14px;
    color: #cfc7da;
    font-size: 15px;
}

ul {
    margin-bottom: 14px;
    padding-left: 20px;
}

li {
    margin-bottom: 8px;
}

strong {
    color: #f7f1e8;
}

a {
    color: #7edcff;
    overflow-wrap: anywhere;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus-visible {
    outline: 3px solid rgba(126, 220, 255, 0.5);
    outline-offset: 3px;
}

.highlight {
    margin: 20px 0;
    border-left: 3px solid #7edcff;
    border-radius: 0 12px 12px 0;
    padding: 16px 20px;
    background: rgba(126, 220, 255, 0.08);
}

.highlight p {
    margin-bottom: 0;
}

.divider {
    margin: 40px 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer {
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 30px;
    color: #a8a2b5;
    font-size: 13px;
}

.footer p {
    color: inherit;
    font-size: inherit;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
