body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #1d1d1f;
    background-color: #ffffff;
}

html {
    scroll-behavior: smooth;
}

.site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar-brand {
    font-weight: 600;
    color: #1d1d1f !important;
    letter-spacing: -0.3px;
}

.nav-link {
    color: #1d1d1f !important;
    font-size: 15px;
    font-weight: 400;
}

.nav-link:hover {
    color: #0066cc !important;
}

.btn-primary-pill {
    background-color: #0066cc;
    color: #ffffff !important;
    border-radius: 980px;
    padding: 0.4rem 1.2rem !important;
    font-weight: 500;
}

.btn-primary-pill:hover {
    background-color: #0071e3;
}

.hero-band {
    background-color: #f5f5f7;
    padding: 5rem 0;
    text-align: center;
}

.hero-band h1 {
    font-size: 2.75rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    max-width: 780px;
    margin: 0 auto 1.25rem;
}

.hero-band p {
    font-size: 1.2rem;
    color: #6e6e73;
    max-width: 640px;
    margin: 0 auto;
    font-weight: 300;
}

.badge-cat {
    display: inline-block;
    background-color: #f5f5f7;
    color: #0066cc;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 4px 12px;
    border-radius: 980px;
}

.card-article {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 18px;
    padding: 1.75rem;
    height: 100%;
    transition: box-shadow 0.2s ease;
}

.card-article:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.card-article img {
    border-radius: 12px;
}

h1, h2, h3 {
    color: #1d1d1f;
    letter-spacing: -0.3px;
}

.prose h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2.25rem;
    margin-bottom: 0.75rem;
}

.prose h3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.prose p {
    line-height: 1.6;
    color: #333333;
    margin-bottom: 1rem;
}

.prose ul, .prose ol {
    line-height: 1.6;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.prose a {
    color: #0066cc;
}

.toc-box {
    background-color: #f5f5f7;
    border-radius: 18px;
    padding: 1.75rem;
}

.toc-box a {
    display: block;
    padding: 0.35rem 0;
    color: #0066cc;
    font-size: 0.92rem;
    text-decoration: none;
}

.toc-box a:hover {
    text-decoration: underline;
}

.breadcrumb-nav {
    color: #6e6e73;
}

.breadcrumb-nav a {
    color: #6e6e73;
    text-decoration: none;
}

.breadcrumb-nav a:hover {
    color: #1d1d1f;
}

.breadcrumb-current {
    color: #1d1d1f;
    font-weight: 500;
}

.related-card {
    background-color: #f5f5f7;
    border-radius: 18px;
    padding: 1.5rem;
    transition: box-shadow 0.2s ease;
}

.related-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.related-cat {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #0066cc;
}

.site-footer {
    background-color: #f5f5f7;
    color: #6e6e73;
}

.site-footer a {
    color: #6e6e73;
    text-decoration: none;
    font-size: 14px;
}

.site-footer a:hover {
    color: #1d1d1f;
}

.footer-heading {
    font-size: 13px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 1rem;
}

.footer-mute {
    color: #6e6e73;
}

.footer-hr {
    border-color: #e0e0e0;
    margin: 2rem 0 1.5rem;
}

details.faq-item summary {
    cursor: pointer;
    font-weight: 500;
    color: #1d1d1f;
    list-style: none;
}

details.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-icon {
    color: #0066cc;
    font-weight: 600;
}

#cookieBanner {
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
}

.read-more-content {
    display: none;
}

.read-more-content.expanded {
    display: block;
}
