html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, system-ui, sans-serif;
    color: #171717;
    background-color: #ffffff;
}

.content-shell {
    min-height: 100vh;
}

@media (min-width: 992px) {
    .content-shell {
        padding-left: 260px;
    }
}

.sidebar-link {
    display: block;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    color: #171717;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background-color 0.15s;
}

.sidebar-link:hover {
    background-color: #ffffff;
    color: #171717;
}

.hero-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    font-weight: 600;
    color: #999999;
}

h1, h2, h3 {
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #171717;
}

.prose-content p {
    color: #60646c;
    line-height: 1.7;
    margin-bottom: 1.1rem;
}

.prose-content ul, .prose-content ol {
    color: #60646c;
    line-height: 1.7;
    margin-bottom: 1.1rem;
}

.prose-content h2 {
    font-size: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.prose-content h3 {
    font-size: 1.15rem;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

.prose-content a {
    color: #0d74ce;
    text-decoration: underline;
}

.toc-link {
    display: block;
    padding: 0.3rem 0;
    color: #60646c;
    font-size: 0.875rem;
    text-decoration: none;
    border-left: 2px solid #f0f0f3;
    padding-left: 0.75rem;
}

.toc-link:hover {
    color: #171717;
    border-left-color: #0d74ce;
}

.related-card {
    border-color: #dcdee0 !important;
    transition: border-color 0.15s;
}

.related-card:hover {
    border-color: #171717 !important;
}

.faq-item summary {
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.btn-primary-dark {
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    font-weight: 500;
    font-size: 0.875rem;
}

.btn-primary-dark:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

#cookieBanner {
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.read-more-content.collapsed {
    display: none;
}

.checklist-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
}
