body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: #1d1d1d;
}

.hero-mesh {
    background: radial-gradient(circle at 15% 20%, #f9f0ff 0%, transparent 45%),
        radial-gradient(circle at 85% 15%, #f4ede4 0%, transparent 50%),
        radial-gradient(circle at 50% 90%, #e9d8ff 0%, transparent 55%),
        #ffffff;
}

.prose-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #1d1d1d;
    letter-spacing: -0.02em;
}

.prose-content h3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: #1d1d1d;
}

.prose-content p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #333333;
}

.prose-content ul, .prose-content ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    line-height: 1.7;
}

.prose-content ul {
    list-style-type: disc;
}

.prose-content ol {
    list-style-type: decimal;
}

.prose-content a {
    color: #1264a3;
    text-decoration: none;
}

.prose-content a:hover {
    color: #3860be;
    text-decoration: underline;
}

.toc-link {
    display: block;
    padding: 0.35rem 0;
    color: #1264a3;
    font-size: 0.9rem;
    border-bottom: 1px solid transparent;
}

.toc-link:hover {
    color: #3860be;
}

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 {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.read-more-content {
    display: none;
}

.read-more-content.expanded {
    display: block;
}

html {
    scroll-behavior: smooth;
}
