:root {
    --color-bg-primary: #0F1115;
    --color-bg-secondary: #161920;
    --color-bg-tertiary: #1D222B;
    --color-bg-surface: #242A36;
    --color-bg-surface-elevated: #2C3442;
    --color-text-primary: #F8FAFC;
    --color-text-secondary: #CBD5E1;
    --color-text-muted: #94A3B8;
    --color-primary: #0284C7;
    --color-primary-hover: #0369A1;
    --color-secondary: #10B981;
    --color-border-subtle: #28303F;
    --color-border-medium: #374151;
    --font-headings: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background-color: var(--color-bg-primary);
}

body {
    font-family: var(--font-body);
    background-color: var(--color-bg-primary);
    color: var(--color-text-primary);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-headings);
}

.text-muted {
    color: #94A3B8 !important;
}

:focus-visible {
    outline: 3px solid #38BDF8;
    outline-offset: 2px;
}

.transition-smooth {
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ===== header ===== */
.site-header-block {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.site-header-block .site-header-logo {
    max-width: 44px;
    max-height: 44px;
}

.site-header-block nav a,
.site-header-block button,
.site-header-block .js-mobile-nav-link {
    -webkit-tap-highlight-color: transparent;
}

/* ===== hero ===== */
.hero-section {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.hero-section .hero-featured-card {
    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.5);
}

.hero-section .hero-featured-card:hover {
    box-shadow: 0 10px 30px -5px rgba(56, 189, 248, 0.2), 0 0 15px 0 rgba(16, 185, 129, 0.15);
    border-color: rgba(56, 189, 248, 0.5);
}

.hero-section .hero-sidebar-card:hover,
.hero-section .hero-bottom-card:hover {
    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
}

.hero-section .hero-nav-pill:hover {
    border-color: rgba(56, 189, 248, 0.5);
    background-color: #1D222B;
}

.hero-section .hero-nav-pill {
    white-space: nowrap;
}

.hero-section a:focus-visible {
    outline: 2px solid #38BDF8;
    outline-offset: 2px;
}

/* ===== urgent-messages ===== */
.urgent-messages-block {
    position: relative;
    z-index: 40;
    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.5);
}

.urgent-messages-block.is-hidden {
    display: none;
}

.urgent-messages-block .urgent-link:focus-visible,
.urgent-messages-block .js-urgent-close:focus-visible {
    outline: 2px solid #38BDF8;
    outline-offset: 2px;
}

/* ===== photo-of-the-day ===== */
.photo-of-the-day-section {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.photo-of-the-day-section h2,
.photo-of-the-day-section h3 {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.photo-of-the-day-section .photo-vignette-overlay {
    background: linear-gradient(180deg, rgba(15, 17, 21, 0.1) 0%, rgba(15, 17, 21, 0.6) 100%);
}

.photo-of-the-day-section .js-toggle-icon.is-active {
    transform: rotate(180deg);
}

/* ===== event-timeline ===== */
.event-timeline-section {
    position: relative;
}

.event-timeline-section .timeline-card {
    transition: transform 0.3s ease;
}

.event-timeline-section .timeline-media-wrapper {
    position: relative;
}

.event-timeline-section .timeline-btn {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}

/* ===== rubrics-navigation ===== */
.rubrics-navigation-block {
    hyphens: auto;
}

.rubrics-navigation-block .rubric-card {
    will-change: transform, border-color;
}

/* ===== grid-latest-news ===== */
.grid-latest-news-block {
    background-color: #0F1115;
}

.grid-latest-news-block .news-card {
    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.5);
}

.grid-latest-news-block .news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px -5px rgba(56, 189, 248, 0.2), 0 0 15px 0 rgba(16, 185, 129, 0.15);
}

.grid-latest-news-block .news-card:hover .news-card-image {
    transform: scale(1.04);
}

/* ===== grid-pension-deadlines ===== */
.grid-pension-deadlines {
    font-family: 'Inter', sans-serif;
}

.grid-pension-deadlines h2,
.grid-pension-deadlines h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    hyphens: auto;
}

.grid-pension-deadlines__card {
    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.5);
}

.grid-pension-deadlines__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px -5px rgba(56, 189, 248, 0.2), 0 0 15px 0 rgba(16, 185, 129, 0.15);
}

.grid-pension-deadlines__card:hover .grid-pension-deadlines__thumb {
    transform: scale(1.04);
}

/* ===== grid-accounting ===== */
.grid-accounting-section .accounting-card {
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.grid-accounting-section .accounting-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px -8px rgba(56, 189, 248, 0.15), 0 4px 12px -2px rgba(0, 0, 0, 0.6);
}

/* ===== calculator ===== */
.calculator-block input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    accent-color: #0284C7;
    height: 8px;
    border-radius: 8px;
    background: #242A36;
    outline: none;
}

.calculator-block .accent-\[\#10B981\] {
    accent-color: #10B981;
}

.calculator-block input[type="range"]::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 8px;
    border: none;
}

.calculator-block input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
    background: #0284C7;
    border: none;
    box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.3);
}

.calculator-block input.accent-\[\#10B981\]::-webkit-slider-thumb {
    background: #10B981;
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.3);
}

.calculator-block input[type="range"]::-moz-range-track {
    height: 8px;
    border-radius: 8px;
    background: #242A36;
    border: none;
}

.calculator-block input[type="range"]::-moz-range-progress {
    height: 8px;
    border-radius: 8px;
    background: #0284C7;
}

.calculator-block input.accent-\[\#10B981\]::-moz-range-progress {
    background: #10B981;
}

.calculator-block input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    background: #0284C7;
    border: none;
    box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.3);
}

.calculator-block input.accent-\[\#10B981\]::-moz-range-thumb {
    background: #10B981;
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.3);
}

.calculator-block span[id$="-val"] {
    white-space: nowrap;
    flex-shrink: 0;
}

/* ===== faq ===== */
.faq-section .faq-item.active {
    border-color: #38BDF8;
    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.5), 0 0 15px 0 rgba(56, 189, 248, 0.15);
}

.faq-section .faq-item.active .faq-chevron {
    transform: rotate(180deg);
    color: #38BDF8;
}

.faq-section .faq-content {
    animation: faqFadeIn 0.25s ease-out;
}

@keyframes faqFadeIn {
    from {
        opacity: 0.8;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== footer ===== */
.site-footer-section {
    position: relative;
    background-color: #0F1115;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.site-footer-section h3 {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    letter-spacing: 0.05em;
}

.site-footer-section a:focus-visible {
    outline: 2px solid #38BDF8;
    outline-offset: 2px;
    border-radius: 4px;
}

.site-header-block {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.site-header-block .site-header-logo {
    max-width: 44px;
    max-height: 44px;
}

.site-header-block nav a,
.site-header-block button,
.site-header-block .js-mobile-nav-link {
    -webkit-tap-highlight-color: transparent;
}

.category-hero-section {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.category-hero-section h1 {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.category-grid-section {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.category-grid-section h2,
.category-grid-section h3 {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.category-grid-section .category-search-input {
    background-color: #1D222B;
    color: #F8FAFC;
}

.category-grid-section .category-search-input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.category-grid-section .category-filter-active {
    background-color: #0284C7;
    color: #FFFFFF;
    border: 1px solid #38BDF8;
    box-shadow: 0 0 15px -2px rgba(56, 189, 248, 0.35);
}

.category-grid-section .category-filter-idle {
    background-color: #1D222B;
    color: #CBD5E1;
    border: 1px solid #28303F;
}

.category-grid-section .category-filter-idle:hover {
    background-color: #242A36;
    color: #F8FAFC;
    border-color: #38BDF8;
}

.category-grid-section .category-item-card {
    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.4);
}

.category-grid-section .category-item-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px -5px rgba(56, 189, 248, 0.2), 0 0 15px 0 rgba(16, 185, 129, 0.15);
}

.site-footer-section {
    position: relative;
    background-color: #0F1115;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.site-footer-section h3 {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    letter-spacing: 0.05em;
}

.site-footer-section a:focus-visible,
.category-grid-section a:focus-visible,
.category-grid-section button:focus-visible {
    outline: 2px solid #38BDF8;
    outline-offset: 2px;
    border-radius: 6px;
}


/* ===== PAGE: privacy ===== */
.policy-content { width: 100%; max-width: 56rem; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; padding-top: 2rem; padding-bottom: 3.5rem; } .policy-content .policy-card { background-color: #161920; border: 1px solid #28303F; border-radius: 1rem; padding: 1.5rem; box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.5); } @media (min-width: 768px) { .policy-content .policy-card { padding: 2.5rem; } .policy-content { padding-top: 3.5rem; padding-bottom: 5rem; } } .policy-content .policy-header { padding-bottom: 1.5rem; margin-bottom: 1.75rem; border-bottom: 1px solid #28303F; } .policy-content .policy-badge { display: inline-flex; align-items: center; gap: 0.375rem; background-color: rgba(2, 132, 199, 0.15); color: #38BDF8; border: 1px solid rgba(56, 189, 248, 0.3); border-radius: 9999px; padding: 0.25rem 0.75rem; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.75rem; } .policy-content .policy-title { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 1.125rem; font-weight: 700; line-height: 1.25; color: #F8FAFC; margin: 0 0 0.5rem 0; hyphens: auto; } @media (min-width: 768px) { .policy-content .policy-title { font-size: 2rem; } } .policy-content .policy-meta { display: flex; align-items: center; gap: 0.375rem; font-size: 0.8125rem; color: #94A3B8; margin: 0; } .policy-content .policy-body { display: flex; flex-direction: column; gap: 1.75rem; } .policy-content .policy-section { display: flex; flex-direction: column; gap: 0.75rem; } .policy-content .policy-heading { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 1rem; font-weight: 600; line-height: 1.3; color: #38BDF8; margin: 0; padding-bottom: 0.25rem; } @media (min-width: 768px) { .policy-content .policy-heading { font-size: 1.375rem; } } .policy-content .policy-text { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 0.9375rem; line-height: 1.65; color: #CBD5E1; margin: 0; } @media (min-width: 768px) { .policy-content .policy-text { font-size: 1.0625rem; line-height: 1.7; } } .policy-content .policy-text strong { color: #F8FAFC; font-weight: 600; } .policy-content .policy-list { list-style: disc; padding-left: 1.25rem; margin: 0; display: flex; flex-direction: column; gap: 0.5rem; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 0.9375rem; line-height: 1.65; color: #CBD5E1; } @media (min-width: 768px) { .policy-content .policy-list { font-size: 1.0625rem; line-height: 1.7; padding-left: 1.5rem; } } .policy-content .policy-list strong { color: #F8FAFC; font-weight: 600; }

/* ===== PAGE: terms ===== */
.policy-content { max-width: 54rem; margin-left: auto; margin-right: auto; padding: 2rem 1rem; color: #CBD5E1; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.7; } .policy-content .policy-intro-box { background: #161920; border: 1px solid #28303F; border-radius: 1rem; padding: 1.5rem; margin-bottom: 2rem; } .policy-content .policy-lead { font-size: 1.0625rem; color: #F8FAFC; margin-bottom: 0.75rem; line-height: 1.6; } .policy-content .policy-updated { display: inline-flex; items-center; gap: 0.5rem; font-size: 0.875rem; color: #38BDF8; font-weight: 500; } .policy-content .policy-section { background: #161920; border: 1px solid #28303F; border-radius: 1rem; padding: 1.5rem; margin-bottom: 1.5rem; } .policy-content .policy-heading { color: #F8FAFC; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 16px; margin-bottom: 1rem; line-height: 1.3; } @media (min-width: 768px) { .policy-content { padding: 3rem 1.5rem; } .policy-content .policy-heading { font-size: 22px; } .policy-content .policy-section { padding: 2rem; margin-bottom: 2rem; } } .policy-content p { margin-bottom: 1rem; font-size: 1rem; } .policy-content p:last-child { margin-bottom: 0; } .policy-content .policy-list, .policy-content .policy-ordered-list { margin: 1rem 0; padding-left: 1.5rem; color: #CBD5E1; } .policy-content .policy-list { list-style-type: disc; } .policy-content .policy-ordered-list { list-style-type: decimal; } .policy-content .policy-list li, .policy-content .policy-ordered-list li { margin-bottom: 0.625rem; font-size: 0.95rem; } .policy-content .policy-list li:last-child, .policy-content .policy-ordered-list li:last-child { margin-bottom: 0; }

/* ===== PAGE: disclaimer ===== */
.policy-content { width: 100%; max-width: 960px; margin-left: auto; margin-right: auto; padding: 1.5rem 1rem; }
@media (min-width: 768px) { .policy-content { padding: 3rem 1.5rem; } }
.policy-content .disclaimer-card { background: #161920; border: 1px solid #28303F; border-radius: 1rem; padding: 1.5rem; box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.5); position: relative; overflow: hidden; }
@media (min-width: 768px) { .policy-content .disclaimer-card { padding: 2.5rem; border-radius: 1.25rem; } }
.policy-content .disclaimer-header { border-bottom: 1px solid #28303F; padding-bottom: 1.5rem; margin-bottom: 2rem; }
.policy-content .disclaimer-badge { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.8125rem; font-weight: 600; color: #38BDF8; background: rgba(56, 189, 248, 0.1); border: 1px solid rgba(56, 189, 248, 0.25); padding: 0.35rem 0.85rem; border-radius: 9999px; margin-bottom: 1rem; }
.policy-content .disclaimer-title { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 16px; font-weight: 700; color: #F8FAFC; line-height: 1.3; margin: 0 0 0.5rem 0; hyphens: auto; }
@media (min-width: 768px) { .policy-content .disclaimer-title { font-size: 28px; } }
.policy-content .disclaimer-updated { font-size: 0.875rem; color: #94A3B8; margin: 0; }
.policy-content .disclaimer-body h3 { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 14px; font-weight: 700; color: #38BDF8; margin-top: 2rem; margin-bottom: 0.75rem; line-height: 1.3; hyphens: auto; }
@media (min-width: 768px) { .policy-content .disclaimer-body h3 { font-size: 20px; } }
.policy-content .disclaimer-body p { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 0.9375rem; line-height: 1.7; color: #CBD5E1; margin-bottom: 1rem; }
@media (min-width: 768px) { .policy-content .disclaimer-body p { font-size: 1rem; } }
.policy-content .disclaimer-body strong { color: #F8FAFC; font-weight: 600; }
.policy-content .disclaimer-body ul { list-style-type: disc; padding-left: 1.5rem; margin-bottom: 1.5rem; }
.policy-content .disclaimer-body li { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 0.9375rem; line-height: 1.65; color: #CBD5E1; margin-bottom: 0.5rem; }
@media (min-width: 768px) { .policy-content .disclaimer-body li { font-size: 1rem; } }

/* ===== PAGE: cookies ===== */
.policy-content{max-width:860px;margin:0 auto;padding:24px 16px;color:#CBD5E1;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.policy-content h1,.policy-content h2,.policy-content h3{font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;hyphens:auto}.policy-content-list{list-style-type:disc}.policy-content-list li::marker{color:#38BDF8}.policy-content-card{transition:border-color 0.25s ease-out,background-color 0.25s ease-out}.policy-content-card:hover{border-color:#38BDF8;background-color:#1B202A}@media (min-width:768px){.policy-content{padding:40px 24px}}

.comment-card {
    background-color: #161920;
    border-color: #28303F;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.comment-avatar {
    width: 52px;
    height: 52px;
    min-width: 52px;
    object-fit: cover;
}

.avatar-badge {
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.font-heading {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.comment-content p {
    color: #CBD5E1;
    line-height: 1.7;
    font-size: 1.0625rem;
}

.badge-verified {
    letter-spacing: 0.025em;
}

.action-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
}

.action-btn:hover {
    background-color: #1D222B;
}

.js-like-btn > span {
    white-space: nowrap;
}

.reply-trigger-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px 10px;
    border-radius: 8px;
}

.reply-trigger-btn:hover {
    background-color: rgba(56, 189, 248, 0.1);
}

.reply-thread {
    border-left-color: #28303F;
}

.reply-avatar {
    width: 44px;
    height: 44px;
    min-width: 44px;
    object-fit: cover;
}

.reply-comment {
    background-color: #1D222B;
    border-color: #28303F;
}

.badge-consultant {
    letter-spacing: 0.025em;
    background: linear-gradient(135deg, rgba(2, 132, 199, 0.25) 0%, rgba(6, 182, 212, 0.25) 100%);
}

.reply-comment .comment-content p {
    color: #CBD5E1;
    line-height: 1.65;
    font-size: 0.98rem;
}


/* ===== PAGE TEMPLATE: latest-tax-news ===== */
.site-header-block {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.site-header-block .site-header-logo {
    max-width: 44px;
    max-height: 44px;
}

.site-header-block nav a,
.site-header-block button,
.site-header-block .js-mobile-nav-link {
    -webkit-tap-highlight-color: transparent;
}

.detail-page-block {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.detail-page-block h1,
.detail-page-block h2,
.detail-page-block h3,
.detail-page-block h4,
.detail-page-block h5 {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.detail-page-block .detail-body-content p {
    color: #CBD5E1;
    line-height: 1.75;
}

.detail-page-block .detail-body-content strong {
    color: #F8FAFC;
    font-weight: 600;
}

.site-footer-section {
    position: relative;
    background-color: #0F1115;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.site-footer-section h3 {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    letter-spacing: 0.05em;
}

.site-footer-section a:focus-visible {
    outline: 2px solid #38BDF8;
    outline-offset: 2px;
    border-radius: 4px;
}

/* ===== PAGE TEMPLATE: pension-tax-deadlines ===== */
.site-header-block {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.site-header-block .site-header-logo {
    max-width: 44px;
    max-height: 44px;
}

.site-header-block nav a,
.site-header-block button,
.site-header-block .js-mobile-nav-link {
    -webkit-tap-highlight-color: transparent;
}

.detail-page-block {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.detail-page-block h1,
.detail-page-block h2,
.detail-page-block h3,
.detail-page-block h4,
.detail-page-block h5 {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.detail-page-block .detail-body-content p {
    color: #CBD5E1;
    line-height: 1.75;
}

.detail-page-block .detail-body-content strong {
    color: #F8FAFC;
    font-weight: 600;
}

.site-footer-section {
    position: relative;
    background-color: #0F1115;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.site-footer-section h3 {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    letter-spacing: 0.05em;
}

.site-footer-section a:focus-visible {
    outline: 2px solid #38BDF8;
    outline-offset: 2px;
    border-radius: 4px;
}

/* ===== PAGE TEMPLATE: accounting-guides ===== */
.site-header-block {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.site-header-block .site-header-logo {
    max-width: 44px;
    max-height: 44px;
}

.site-header-block nav a,
.site-header-block button,
.site-header-block .js-mobile-nav-link {
    -webkit-tap-highlight-color: transparent;
}

.detail-page-block {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.detail-page-block h1,
.detail-page-block h2,
.detail-page-block h3,
.detail-page-block h4,
.detail-page-block h5 {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.detail-page-block .detail-body-content p {
    color: #CBD5E1;
    line-height: 1.75;
}

.detail-page-block .detail-body-content strong {
    color: #F8FAFC;
    font-weight: 600;
}

.site-footer-section {
    position: relative;
    background-color: #0F1115;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.site-footer-section h3 {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    letter-spacing: 0.05em;
}

.site-footer-section a:focus-visible {
    outline: 2px solid #38BDF8;
    outline-offset: 2px;
    border-radius: 4px;
}