body {
    font-family: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
    background-color: #eeefe9;
    color: #4d4f46;
}

html {
    scroll-behavior: smooth;
}

.site-header {
    background-color: #fcfcfa;
    border-bottom: 1px solid #bfc1b7;
}

.navbar-brand {
    color: #23251d !important;
    letter-spacing: -0.4px;
}

.nav-link {
    color: #4d4f46 !important;
    font-weight: 500;
}

.nav-link:hover {
    color: #23251d !important;
}

.btn-cta {
    background-color: #f7a501;
    color: #23251d !important;
    font-weight: 700;
    border-radius: 6px;
    padding: 0.5rem 1.25rem;
    border: none;
}

.btn-cta:hover {
    background-color: #dd9001;
    color: #23251d;
}

.hero-band {
    background-color: #fcfcfa;
    border-bottom: 1px solid #bfc1b7;
}

.badge-cat {
    display: inline-block;
    background-color: #e5e7e0;
    color: #33342d;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 4px 12px;
    border-radius: 4px;
}

.card-doc {
    background-color: #ffffff;
    border: 1px solid #bfc1b7;
    border-radius: 6px;
    padding: 1.5rem;
    height: 100%;
    transition: box-shadow 0.15s ease;
}

.card-doc:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.card-doc img {
    border-radius: 4px;
}

h1, h2, h3 {
    color: #23251d;
}

.prose h2 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    letter-spacing: -0.4px;
}

.prose h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.prose p {
    line-height: 1.71;
    margin-bottom: 1rem;
}

.prose ul, .prose ol {
    line-height: 1.71;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.prose a {
    color: #1d4ed8;
}

.toc-box {
    background-color: #fcfcfa;
    border: 1px solid #bfc1b7;
    border-radius: 6px;
    padding: 1.5rem;
}

.toc-box a {
    display: block;
    padding: 0.3rem 0;
    color: #1078a3;
    font-size: 0.9rem;
    text-decoration: none;
}

.toc-box a:hover {
    color: #1d4ed8;
}

.breadcrumb-nav {
    color: #6c6e63;
}

.breadcrumb-nav a {
    color: #6c6e63;
    text-decoration: none;
}

.breadcrumb-nav a:hover {
    color: #23251d;
}

.breadcrumb-current {
    color: #23251d;
    font-weight: 600;
}

.related-card {
    background-color: #ffffff;
    border: 1px solid #bfc1b7;
    border-radius: 6px;
    padding: 1.25rem;
    transition: box-shadow 0.15s ease;
}

.related-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.related-cat {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #b17816;
}

.site-footer {
    background-color: #23251d;
    color: #dcdfd2;
}

.site-footer a {
    color: #dcdfd2;
    text-decoration: none;
}

.site-footer a:hover {
    color: #ffffff;
}

.footer-heading {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #ffffff;
    margin-bottom: 1rem;
}

.footer-mute {
    color: #9b9c92;
}

.footer-hr {
    border-color: #4d4f46;
    margin: 2rem 0 1.5rem;
}

details.faq-item summary {
    cursor: pointer;
    font-weight: 600;
    color: #23251d;
    list-style: none;
}

details.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-icon {
    color: #f7a501;
    font-weight: 700;
}

#cookieBanner {
    background-color: #fcfcfa;
    border-top: 1px solid #bfc1b7;
}

.read-more-content {
    display: none;
}

.read-more-content.expanded {
    display: block;
}

.checklist-item {
    background-color: #ffffff;
    border: 1px solid #bfc1b7;
    border-radius: 6px;
    padding: 1rem 1.25rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.checklist-item input[type="checkbox"] {
    margin-top: 0.25rem;
}
