html {
    scroll-behavior: smooth;
}

body {
    font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;
    background-color: #f7f4ed;
    color: #1c1c1c;
}

.prose-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #1c1c1c;
}

.prose-content h3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
    color: #1c1c1c;
}

.prose-content p {
    color: rgba(28, 28, 28, 0.82);
    line-height: 1.7;
    margin-bottom: 1.1rem;
}

.prose-content ul, .prose-content ol {
    color: rgba(28, 28, 28, 0.82);
    line-height: 1.7;
    margin-bottom: 1.1rem;
    padding-left: 1.5rem;
}

.prose-content ul {
    list-style-type: disc;
}

.prose-content ol {
    list-style-type: decimal;
}

.prose-content a {
    color: #1c1c1c;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.toc-link {
    display: block;
    padding: 0.35rem 0;
    color: #5f5f5d;
    font-size: 0.875rem;
    border-left: 2px solid #eceae4;
    padding-left: 0.75rem;
    transition: color 0.15s, border-color 0.15s;
}

.toc-link:hover {
    color: #1c1c1c;
    border-left-color: #1c1c1c;
}

details.faq-item summary {
    cursor: pointer;
    list-style: none;
}

details.faq-item summary::-webkit-details-marker {
    display: none;
}

details.faq-item[open] .faq-icon {
    transform: rotate(45deg);
}

.faq-icon {
    transition: transform 0.2s ease;
}

#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;
}

.card-surface {
    background-color: #f7f4ed;
    border: 1px solid #eceae4;
}

.btn-primary-dark {
    background-color: #1c1c1c;
    color: #fcfbf8;
    box-shadow: rgba(255,255,255,0.2) 0px 0.5px 0px 0px inset, rgba(0,0,0,0.2) 0px 0px 0px 0.5px inset, rgba(0,0,0,0.05) 0px 1px 2px 0px;
}

.btn-primary-dark:hover {
    opacity: 0.85;
}
