:root {
    --primary: #1E3A5F;
    --secondary: #4A6B82;
    --accent: #D96B27;
    --background-main: #F8FAFC;
    --background-secondary: #F1F5F9;
    --background-surface: #FFFFFF;
    --background-muted: #E2E8F0;
    --text-primary: #0F172A;
    --text-secondary: #475569;
    --text-muted: #64748B;
    --border-subtle: #E2E8F0;
    --border-strong: #CBD5E1;
    --badge-bg: #EFF6FF;
    --badge-text: #1D4ED8;
    --warning-bg: #FFFBEB;
    --warning-text: #B45309;
    --success-bg: #ECFDF5;
    --success-text: #047857;
    --font-headings: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-mono: 'JetBrains Mono', monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-primary);
    background-color: var(--background-main);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-headings);
    color: var(--text-primary);
    font-weight: 700;
    line-height: 1.25;
}

.text-muted {
    color: var(--text-muted) !important;
}

/* ===== header ===== */
.mailreadiness-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
    z-index: 1030;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif
}

.mailreadiness-header__topbar {
    background-color: #1E3A5F;
    color: #F8FAFC;
    font-size: 0.75rem;
    padding: 0.25rem 0
}

.mailreadiness-header__badge {
    background-color: #D96B27;
    color: #FFFFFF;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
    letter-spacing: 0.04em
}

.mailreadiness-header__topbar-text {
    color: #CBD5E1;
    font-weight: 400
}

.mailreadiness-header__topbar-link {
    color: #F8FAFC;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease
}

.mailreadiness-header__topbar-link:hover {
    color: #D96B27
}

.mailreadiness-header__divider {
    color: #64748B;
    font-size: 0.6875rem
}

.mailreadiness-header__navbar {
    background-color: #FFFFFF;
    padding: 0.625rem 0
}

.mailreadiness-header__logo {
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
    border-radius: 6px
}

.mailreadiness-header__brand-title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1E3A5F;
    line-height: 1.1;
    letter-spacing: -0.02em
}

.mailreadiness-header__brand-tagline {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.6875rem;
    font-weight: 600;
    color: #D96B27;
    letter-spacing: 0.08em;
    text-transform: uppercase
}

.mailreadiness-header__toggler {
    border: 1px solid #CBD5E1;
    padding: 0.375rem 0.625rem;
    border-radius: 6px;
    background-color: #F8FAFC
}

.mailreadiness-header__toggler:focus {
    box-shadow: none
}

.mailreadiness-header__toggler-icon {
    font-size: 1.375rem;
    color: #1E3A5F
}

.mailreadiness-header__nav-list {
    gap: 0.25rem
}

.mailreadiness-header__link {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #475569;
    padding: 0.5rem 0.875rem;
    border-radius: 6px;
    transition: color 0.2s ease, background-color 0.2s ease
}

.mailreadiness-header__link:hover,
.mailreadiness-header__link:focus {
    color: #1E3A5F;
    background-color: #F1F5F9
}

.mailreadiness-header__cta-btn {
    background-color: #1E3A5F;
    color: #FFFFFF;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5625rem 1.125rem;
    border-radius: 6px;
    border: 1px solid #1E3A5F;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.2s ease, border-color 0.2s ease
}

.mailreadiness-header__cta-btn:hover,
.mailreadiness-header__cta-btn:focus {
    background-color: #D96B27;
    border-color: #D96B27;
    color: #FFFFFF
}

@media (max-width:991.98px) {
    .mailreadiness-header__collapse {
        background-color: #FFFFFF;
        padding: 1rem 0;
        border-top: 1px solid #E2E8F0;
        margin-top: 0.5rem
    }

    .mailreadiness-header__nav-list {
        margin-bottom: 1rem !important
    }

    .mailreadiness-header__link {
        padding: 0.625rem 0.75rem;
        font-size: 0.9375rem;
        border-bottom: 1px solid #F1F5F9
    }

    .mailreadiness-header__action-wrap {
        padding: 0.5rem 0.75rem
    }

    .mailreadiness-header__cta-btn {
        width: 100%;
        justify-content: center
    }
}

/* ===== hero ===== */
.hero-fieldbook-section {
    background-color: #F8FAFC;
    border-bottom: 1px solid #E2E8F0;
}

.hero-fieldbook-section .hero-fieldbook-pill {
    background-color: #EFF6FF;
    border: 1px solid #BFDBFE;
    border-radius: 9999px;
}

.hero-fieldbook-section .hero-fieldbook-pill-icon {
    color: #1D4ED8;
    font-size: 0.95rem;
}

.hero-fieldbook-section .hero-fieldbook-pill-text {
    color: #1D4ED8;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.hero-fieldbook-section .hero-fieldbook-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #0F172A;
    font-weight: 800;
    line-height: 1.25;
    font-size: 2.25rem;
}

.hero-fieldbook-section .hero-fieldbook-lead {
    font-family: 'Inter', sans-serif;
    color: #475569;
    font-size: 1.0625rem;
    line-height: 1.6;
}

.hero-fieldbook-section .hero-fieldbook-btn-primary {
    background-color: #1E3A5F;
    color: #FFFFFF;
    border: 1px solid #1E3A5F;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
}

.hero-fieldbook-section .hero-fieldbook-btn-primary:hover {
    background-color: #152942;
    border-color: #152942;
    color: #FFFFFF;
}

.hero-fieldbook-section .hero-fieldbook-btn-secondary {
    background-color: #FFFFFF;
    color: #0F172A;
    border: 1px solid #CBD5E1;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
}

.hero-fieldbook-section .hero-fieldbook-btn-secondary:hover {
    background-color: #F1F5F9;
    color: #0F172A;
    border-color: #94A3B8;
}

.hero-fieldbook-section .hero-fieldbook-audit-strip {
    background-color: #F1F5F9;
    border: 1px solid #E2E8F0;
}

.hero-fieldbook-section .hero-fieldbook-check-icon {
    color: #047857;
    font-size: 1.25rem;
}

.hero-fieldbook-section .hero-fieldbook-metric-num {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #0F172A;
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.2;
}

.hero-fieldbook-section .hero-fieldbook-metric-label {
    font-family: 'Inter', sans-serif;
    color: #64748B;
    font-size: 0.8125rem;
}

.hero-fieldbook-section .hero-fieldbook-visual-card {
    border: 1px solid #E2E8F0;
}

.hero-fieldbook-section .hero-fieldbook-card-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #0F172A;
    font-size: 0.9375rem;
}

.hero-fieldbook-section .hero-fieldbook-badge-active {
    background-color: #ECFDF5;
    color: #047857;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.hero-fieldbook-section .hero-fieldbook-main-img {
    height: 200px;
    object-fit: cover;
    display: block;
}

.hero-fieldbook-section .hero-fieldbook-floating-tag {
    background-color: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(4px);
}

.hero-fieldbook-section .hero-fieldbook-mono {
    font-family: 'JetBrains Mono', monospace;
    color: #F8FAFC;
    font-size: 0.6875rem;
    font-weight: 600;
}

.hero-fieldbook-section .hero-fieldbook-step-row {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
}

.hero-fieldbook-section .hero-fieldbook-icon-success {
    color: #047857;
    font-size: 1rem;
}

.hero-fieldbook-section .hero-fieldbook-step-name {
    font-family: 'Inter', sans-serif;
    color: #1E293B;
    font-size: 0.8125rem;
    font-weight: 500;
}

.hero-fieldbook-section .hero-fieldbook-status-ready {
    font-family: 'JetBrains Mono', monospace;
    background-color: #ECFDF5;
    color: #047857;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.15rem 0.5rem;
    border-radius: 0.25rem;
}

.hero-fieldbook-section .hero-fieldbook-footer-notice {
    font-family: 'Inter', sans-serif;
    color: #64748B;
    font-size: 0.75rem;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .hero-fieldbook-section .hero-fieldbook-title {
        font-size: 1.125rem;
        hyphens: auto;
    }

    .hero-fieldbook-section .hero-fieldbook-lead {
        font-size: 0.875rem;
    }

    .hero-fieldbook-section .hero-fieldbook-main-img {
        height: 160px;
    }
}

/* ===== 6_steps_to_mailing_readiness ===== */
.readiness-steps-block {
    background-color: #F8FAFC;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
}

.readiness-steps-block .readiness-steps-badge {
    display: inline-flex;
    align-items: center;
    background-color: #EFF6FF;
    color: #1D4ED8;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 0.35rem 0.85rem;
    border-radius: 6px;
    border: 1px solid #DBEAFE;
}

.readiness-steps-block .readiness-steps-title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    color: #0F172A;
}

.readiness-steps-block .readiness-steps-subtitle {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.0625rem;
    line-height: 1.6;
    color: #475569;
}

.readiness-steps-block .readiness-step-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 1.75rem;
}

.readiness-steps-block .readiness-step-num {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.125rem;
    font-weight: 700;
    color: #D96B27;
    background-color: #FFF7ED;
    border: 1px solid #FFEDD5;
    padding: 0.25rem 0.65rem;
    border-radius: 6px;
}

.readiness-steps-block .readiness-step-icon-box {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F1F5F9;
    color: #1E3A5F;
    border-radius: 8px;
    font-size: 1.25rem;
}

.readiness-steps-block .readiness-step-heading {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: #0F172A;
}

.readiness-steps-block .readiness-step-description {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #475569;
}

.readiness-steps-block .readiness-step-checklist {
    border-top: 1px dashed #E2E8F0;
    padding-top: 1rem;
}

.readiness-steps-block .readiness-check-item {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    line-height: 1.45;
    color: #334155;
}

.readiness-steps-block .readiness-check-item i {
    color: #047857;
    font-size: 1rem;
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.readiness-steps-block .readiness-step-action {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1E3A5F;
    text-decoration: none;
    padding: 0.65rem 0.9rem;
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
}

.readiness-steps-block .readiness-step-action:hover {
    background-color: #1E3A5F;
    color: #FFFFFF;
    border-color: #1E3A5F;
}

.readiness-steps-block .readiness-summary-box {
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-radius: 12px;
}

.readiness-steps-block .readiness-summary-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ECFDF5;
    color: #047857;
    border-radius: 10px;
    font-size: 1.5rem;
}

.readiness-steps-block .readiness-summary-title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
    color: #0F172A;
}

.readiness-steps-block .readiness-summary-text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #475569;
}

.readiness-steps-block .readiness-btn-primary {
    background-color: #1E3A5F;
    color: #FFFFFF;
    border: 1px solid #1E3A5F;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
}

.readiness-steps-block .readiness-btn-primary:hover {
    background-color: #0F172A;
    border-color: #0F172A;
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .readiness-steps-block .readiness-steps-title {
        font-size: 16px;
        hyphens: auto;
    }

    .readiness-steps-block .readiness-step-heading {
        font-size: 14px;
        hyphens: auto;
    }

    .readiness-steps-block .readiness-summary-title {
        font-size: 14px;
        hyphens: auto;
    }

    .readiness-steps-block .readiness-steps-subtitle {
        font-size: 0.9375rem;
    }

    .readiness-steps-block .readiness-step-card {
        padding: 1.25rem;
    }

    .readiness-steps-block .readiness-btn-primary {
        width: 100%;
    }
}

/* ===== featured_case ===== */
.featured-case-section {
    background-color: #F8FAFC;
    color: #0F172A;
}

.featured-case-section__badge {
    background-color: #EFF6FF;
    color: #1D4ED8;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    letter-spacing: 0.05em;
}

.featured-case-section__title {
    color: #1E3A5F;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.25;
}

.featured-case-section__subtitle {
    color: #475569;
    max-width: 720px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
}

.featured-case-section__card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
}

.featured-case-section__meta-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
    letter-spacing: 0.05em;
}

.featured-case-section__timestamp {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #64748B;
}

.featured-case-section__status-indicator {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.featured-case-section__status-indicator--danger {
    background-color: #DC2626;
}

.featured-case-section__status-indicator--success {
    background-color: #047857;
}

.featured-case-section__card-title {
    color: #1E3A5F;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.featured-case-section__card-text {
    color: #475569;
    line-height: 1.6;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.featured-case-section__breakdown {
    background-color: #FFFBEB;
    border: 1px solid #FEF3C7;
}

.featured-case-section__breakdown-title {
    color: #B45309;
}

.featured-case-section__list li {
    color: #475569;
    font-size: 0.875rem;
    line-height: 1.5;
}

.featured-case-section__lesson {
    background-color: #EFF6FF;
    border: 1px solid #DBEAFE;
}

.featured-case-section__lesson-text {
    color: #1E3A5F;
    font-size: 0.875rem;
    line-height: 1.5;
}

.featured-case-section__tab-btn {
    background-color: #F1F5F9;
    border: 1px solid #E2E8F0;
    color: #475569;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    cursor: pointer;
}

.featured-case-section__tab-btn.active {
    background-color: #1E3A5F;
    border-color: #1E3A5F;
    color: #FFFFFF;
}

.featured-case-section__tab-text {
    color: #475569;
    font-size: 0.875rem;
    line-height: 1.5;
}

.featured-case-section__example-box {
    background-color: #F1F5F9;
    border-left: 3px solid #1E3A5F;
    color: #1E3A5F;
    font-size: 0.8125rem;
    word-break: break-word;
}

.featured-case-section__action-hint {
    font-size: 0.875rem;
    color: #64748B;
}

.featured-case-section__btn {
    background-color: #1E3A5F;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.6rem 1.25rem;
    border-radius: 8px;
    border: 1px solid #1E3A5F;
    text-decoration: none;
}

.featured-case-section__btn:hover {
    background-color: #152A45;
    color: #FFFFFF;
    border-color: #152A45;
}

.featured-case-section__callout {
    background-color: #1E3A5F;
    color: #FFFFFF;
}

.featured-case-section__callout-icon-box {
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #FFFFFF;
}

.featured-case-section__callout-title {
    color: #FFFFFF;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.featured-case-section__callout-desc {
    color: #CBD5E1;
    font-size: 0.9375rem;
    line-height: 1.5;
}

.featured-case-section__callout-btn {
    background-color: #D96B27;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    border: 1px solid #D96B27;
    text-decoration: none;
    white-space: nowrap;
}

.featured-case-section__callout-btn:hover {
    background-color: #B8561B;
    color: #FFFFFF;
    border-color: #B8561B;
}

@media (max-width: 767.98px) {
    .featured-case-section__title {
        font-size: 1rem;
        hyphens: auto;
    }

    .featured-case-section__card-title {
        font-size: 0.9375rem;
        hyphens: auto;
    }

    .featured-case-section__callout-title {
        font-size: 0.875rem;
    }

    .featured-case-section__callout-btn {
        width: 100%;
        text-align: center;
    }

    .featured-case-section__btn {
        width: 100%;
    }
}

/* ===== main_materials ===== */
.fieldbook-checklists {
    background-color: #F8FAFC;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
}

.fieldbook-checklists__label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #D96B27;
    letter-spacing: 0.05em;
}

.fieldbook-checklists__title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    color: #0F172A;
}

.fieldbook-checklists__lead {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #475569;
    max-width: 680px;
}

.fieldbook-checklists__filter-btn {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    background-color: #FFFFFF;
    color: #475569;
    border: 1px solid #CBD5E1;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.fieldbook-checklists__filter-btn:hover {
    background-color: #F1F5F9;
    color: #0F172A;
    border-color: #94A3B8;
}

.fieldbook-checklists__filter-btn.active {
    background-color: #1E3A5F;
    color: #FFFFFF;
    border-color: #1E3A5F;
}

.fieldbook-checklists__card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

.fieldbook-checklists__img-wrapper {
    position: relative;
    width: 100%;
    height: 180px;
    background-color: #E2E8F0;
    overflow: hidden;
}

.fieldbook-checklists__img-link {
    width: 100%;
    height: 100%;
}

.fieldbook-checklists__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fieldbook-checklists__tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #FFFFFF;
    color: #1E3A5F;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0.25rem 0.625rem;
    border-radius: 4px;
    border: 1px solid #E2E8F0;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.fieldbook-checklists__item-title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.35;
}

.fieldbook-checklists__title-link {
    color: #0F172A;
    text-decoration: none;
    transition: color 0.2s ease;
}

.fieldbook-checklists__title-link:hover {
    color: #D96B27;
}

.fieldbook-checklists__text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #475569;
}

.fieldbook-checklists__action-btn {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1E3A5F;
    text-decoration: none;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    background-color: #F1F5F9;
    border: 1px solid #E2E8F0;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.fieldbook-checklists__action-btn:hover {
    background-color: #1E3A5F;
    color: #FFFFFF;
    border-color: #1E3A5F;
}

.fieldbook-checklists__item--hidden {
    display: none !important;
}

@media (max-width: 767.98px) {
    .fieldbook-checklists__title {
        font-size: 1rem;
        hyphens: auto;
    }

    .fieldbook-checklists__item-title {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .fieldbook-checklists__lead {
        font-size: 0.875rem;
    }

    .fieldbook-checklists__img-wrapper {
        height: 160px;
    }
}

/* ===== select_your_concern ===== */
.problem-selector-block {
    background-color: #F8FAFC;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #0F172A;
}

.problem-selector-block__tag {
    background-color: #EFF6FF;
    color: #1D4ED8;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.problem-selector-block__title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    color: #1E3A5F;
}

.problem-selector-block__lead {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 0;
}

.problem-selector-block__filter-btn {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    cursor: pointer;
    transition: none;
}

.problem-selector-block__filter-btn:hover {
    border-color: #CBD5E1;
    background-color: #F1F5F9;
}

.problem-selector-block__filter-btn.active {
    background-color: #1E3A5F;
    border-color: #1E3A5F;
}

.problem-selector-block__filter-btn.active .problem-selector-block__icon-box {
    background-color: #D96B27;
    color: #FFFFFF;
}

.problem-selector-block__filter-btn.active .problem-selector-block__index {
    color: #CBD5E1;
}

.problem-selector-block__filter-btn.active .problem-selector-block__btn-label {
    color: #FFFFFF;
}

.problem-selector-block__filter-btn.active .problem-selector-block__btn-desc {
    color: #CBD5E1;
}

.problem-selector-block__icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: #EFF6FF;
    color: #1E3A5F;
    font-size: 1.15rem;
}

.problem-selector-block__index {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748B;
}

.problem-selector-block__btn-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 4px;
    line-height: 1.3;
}

.problem-selector-block__btn-desc {
    font-size: 0.8rem;
    color: #64748B;
    line-height: 1.4;
}

.problem-selector-block__panel {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
}

.problem-selector-block__badge {
    background-color: #EFF6FF;
    color: #1D4ED8;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
}

.problem-selector-block__status-pill {
    background-color: #ECFDF5;
    color: #047857;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
}

.problem-selector-block__panel-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1E3A5F;
    line-height: 1.3;
}

.problem-selector-block__panel-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #475569;
}

.problem-selector-block__meta-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ECFDF5;
    color: #047857;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.problem-selector-block__meta-heading {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 2px;
}

.problem-selector-block__meta-text {
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.5;
}

.problem-selector-block__btn-action {
    background-color: #1E3A5F;
    color: #FFFFFF;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    border: 1px solid #1E3A5F;
}

.problem-selector-block__btn-action:hover {
    background-color: #152942;
    color: #FFFFFF;
    border-color: #152942;
}

.problem-selector-block__case-card {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
}

.problem-selector-block__card-subtitle {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #64748B;
}

.problem-selector-block__card-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1E3A5F;
}

.problem-selector-block__quote {
    background-color: #FFFBEB;
    border-left: 3px solid #D96B27;
    color: #B45309;
    font-size: 0.9rem;
    font-style: italic;
    line-height: 1.5;
}

.problem-selector-block__card-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #475569;
}

.problem-selector-block__label-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #64748B;
    font-weight: 600;
}

.problem-selector-block__link-subtle {
    color: #1D4ED8;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
}

.problem-selector-block__link-subtle:hover {
    color: #1E3A5F;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .problem-selector-block__title {
        font-size: 16px;
        hyphens: auto;
    }

    .problem-selector-block__panel-title {
        font-size: 14px;
        hyphens: auto;
    }

    .problem-selector-block__card-title {
        font-size: 14px;
        hyphens: auto;
    }
}

/* ===== beginner_dictionary ===== */
#beginner-dictionary-section.beginner-dict-block {
    background-color: #F8FAFC;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
}

#beginner-dictionary-section .beginner-dict-block__badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1D4ED8;
    background-color: #EFF6FF;
    border: 1px solid #DBEAFE;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    letter-spacing: 0.05em;
}

#beginner-dictionary-section .beginner-dict-block__title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.25;
}

#beginner-dictionary-section .beginner-dict-block__subtitle {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1rem;
    color: #475569;
    line-height: 1.5;
}

#beginner-dictionary-section .beginner-dict-block__tabs {
    margin-bottom: 0.5rem;
}

#beginner-dictionary-section .beginner-dict-block__tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    background-color: #FFFFFF;
    color: #475569;
    border: 1px solid #CBD5E1;
    cursor: pointer;
    transition: none;
}

#beginner-dictionary-section .beginner-dict-block__tab-btn:hover {
    background-color: #F1F5F9;
    color: #0F172A;
}

#beginner-dictionary-section .beginner-dict-block__tab-btn.active {
    background-color: #1E3A5F;
    color: #FFFFFF;
    border-color: #1E3A5F;
}

#beginner-dictionary-section .beginner-dict-block__card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 0.75rem;
    padding: 1.25rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#beginner-dictionary-section .beginner-dict-block__term-code {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #D96B27;
    background-color: #FFFBEB;
    border: 1px solid #FDE68A;
    padding: 0.15rem 0.45rem;
    border-radius: 0.25rem;
}

#beginner-dictionary-section .beginner-dict-block__category-tag {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    color: #64748B;
}

#beginner-dictionary-section .beginner-dict-block__term-name {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1E3A5F;
    line-height: 1.3;
}

#beginner-dictionary-section .beginner-dict-block__definition {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9375rem;
    color: #334155;
    line-height: 1.5;
}

#beginner-dictionary-section .beginner-dict-block__footer-note {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #475569;
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-radius: 0.5rem;
    padding: 0.6rem 1.25rem;
}

#beginner-dictionary-section .beginner-dict-block__footer-note i {
    color: #047857;
    font-size: 1.125rem;
}

@media (max-width: 767.98px) {
    #beginner-dictionary-section .beginner-dict-block__title {
        font-size: 1.375rem;
        hyphens: auto;
    }

    #beginner-dictionary-section .beginner-dict-block__subtitle {
        font-size: 0.875rem;
    }

    #beginner-dictionary-section .beginner-dict-block__tab-btn {
        font-size: 0.8125rem;
        padding: 0.4rem 0.75rem;
    }

    #beginner-dictionary-section .beginner-dict-block__card {
        padding: 1rem;
    }

    #beginner-dictionary-section .beginner-dict-block__term-name {
        font-size: 1rem;
    }

    #beginner-dictionary-section .beginner-dict-block__definition {
        font-size: 0.875rem;
    }
}

/* ===== cost_of_inaction ===== */
.cost-of-inaction-section {
    background-color: #F8FAFC;
    color: #0F172A;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
}

.cost-of-inaction-section .cost-section-badge {
    background-color: #EFF6FF;
    color: #1D4ED8;
    border: 1px solid #CBD5E1;
    border-radius: 6px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.cost-of-inaction-section .cost-section-title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    color: #0F172A;
}

.cost-of-inaction-section .cost-section-lead {
    font-size: 1rem;
    line-height: 1.6;
    color: #475569;
}

.cost-of-inaction-section .cost-calculator-card,
.cost-of-inaction-section .cost-results-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.05);
}

.cost-of-inaction-section .cost-card-heading {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1E3A5F;
}

.cost-of-inaction-section .cost-step-counter {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #4A6B82;
    background-color: #F1F5F9;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #E2E8F0;
}

.cost-of-inaction-section .cost-input-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0F172A;
}

.cost-of-inaction-section .cost-value-badge {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    font-size: 0.875rem;
    background-color: #1E3A5F;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 4px;
}

.cost-of-inaction-section .cost-range-ticks {
    font-size: 0.75rem;
    color: #64748B;
    font-family: 'JetBrains Mono', monospace;
}

.cost-of-inaction-section .form-range {
    accent-color: #D96B27;
    cursor: pointer;
}

.cost-of-inaction-section .cost-calculator-note {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
}

.cost-of-inaction-section .cost-note-icon {
    color: #D96B27;
    font-size: 1.125rem;
}

.cost-of-inaction-section .cost-note-text {
    font-size: 0.8125rem;
    line-height: 1.45;
    color: #475569;
}

.cost-of-inaction-section .cost-metric-box {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
}

.cost-of-inaction-section .cost-metric-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #4A6B82;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.cost-of-inaction-section .cost-metric-value {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1E3A5F;
    line-height: 1.2;
}

.cost-of-inaction-section .cost-unit {
    font-size: 0.875rem;
    font-weight: 500;
    color: #64748B;
}

.cost-of-inaction-section .cost-metric-desc {
    font-size: 0.75rem;
    line-height: 1.4;
    color: #64748B;
}

.cost-of-inaction-section .cost-impact-breakdown {
    background-color: #FFFBEB;
    border: 1px solid #FDE68A;
    border-radius: 8px;
}

.cost-of-inaction-section .cost-impact-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #B45309;
}

.cost-of-inaction-section .cost-impact-list {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #78350F;
}

.cost-of-inaction-section .cost-impact-list li+li {
    margin-top: 4px;
}

.cost-of-inaction-section .cost-cta-text-primary {
    font-size: 0.875rem;
    font-weight: 700;
    color: #0F172A;
}

.cost-of-inaction-section .cost-cta-text-secondary {
    font-size: 0.75rem;
    color: #64748B;
}

.cost-of-inaction-section .cost-action-btn {
    background-color: #1E3A5F;
    color: #FFFFFF;
    border: 1px solid #1E3A5F;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.875rem;
}

.cost-of-inaction-section .cost-action-btn:hover {
    background-color: #152943;
    color: #FFFFFF;
    border-color: #152943;
}

@media (max-width: 767.98px) {
    .cost-of-inaction-section .cost-section-title {
        font-size: 1rem;
        hyphens: auto;
    }

    .cost-of-inaction-section .cost-card-heading {
        font-size: 0.875rem;
    }

    .cost-of-inaction-section .cost-metric-value {
        font-size: 1.35rem;
    }
}

/* ===== tariffs ===== */
.mail-tariffs-section {
    background-color: #F8FAFC;
    color: #0F172A;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.mail-tariffs-section .mail-tariffs-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.85rem;
    background-color: #EFF6FF;
    color: #1D4ED8;
    border-radius: 9999px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.mail-tariffs-section .mail-tariffs-title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #1E3A5F;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.25;
}

.mail-tariffs-section .mail-tariffs-subtitle {
    color: #475569;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.mail-tariffs-section .mail-tariffs-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mail-tariffs-section .mail-tariffs-card.is-active {
    border-color: #D96B27;
    box-shadow: 0 10px 25px -5px rgba(217, 107, 39, 0.12), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
}

.mail-tariffs-section .mail-tariffs-card-popular {
    border-color: #D96B27;
    background: #FFFFFF;
}

.mail-tariffs-section .mail-tariffs-popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #D96B27;
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.25rem 0.85rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    white-space: nowrap;
}

.mail-tariffs-section .mail-tariffs-tag {
    display: inline-block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    background: #F1F5F9;
    color: #475569;
    border-radius: 4px;
    margin-bottom: 0.75rem;
}

.mail-tariffs-section .mail-tariffs-tag-accent {
    background: #FFF7ED;
    color: #C2410C;
}

.mail-tariffs-section .mail-tariffs-plan-name {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 0.5rem;
}

.mail-tariffs-section .mail-tariffs-plan-desc {
    color: #64748B;
    font-size: 0.875rem;
    line-height: 1.45;
    min-height: 2.6rem;
    margin-bottom: 1.25rem;
}

.mail-tariffs-section .mail-tariffs-price-box {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #E2E8F0;
    margin-bottom: 1.25rem;
}

.mail-tariffs-section .mail-tariffs-currency {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1E3A5F;
}

.mail-tariffs-section .mail-tariffs-amount {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: #1E3A5F;
    line-height: 1;
}

.mail-tariffs-section .mail-tariffs-period {
    color: #64748B;
    font-size: 0.875rem;
}

.mail-tariffs-section .mail-tariffs-features {
    padding: 0;
}

.mail-tariffs-section .mail-tariffs-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 0.9rem;
    color: #334155;
    margin-bottom: 0.85rem;
    line-height: 1.4;
}

.mail-tariffs-section .mail-tariffs-features li i {
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.mail-tariffs-section .text-primary {
    color: #1E3A5F !important;
}

.mail-tariffs-section .text-accent {
    color: #D96B27 !important;
}

.mail-tariffs-section .mail-tariffs-btn {
    border-radius: 8px;
    padding: 0.75rem 1.25rem;
    font-weight: 600;
    font-size: 0.95rem;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    text-decoration: none;
}

.mail-tariffs-section .mail-tariffs-btn-secondary {
    background-color: #FFFFFF;
    color: #1E3A5F;
    border-color: #CBD5E1;
}

.mail-tariffs-section .mail-tariffs-btn-secondary:hover {
    background-color: #F1F5F9;
    border-color: #94A3B8;
    color: #0F172A;
}

.mail-tariffs-section .mail-tariffs-btn-accent {
    background-color: #D96B27;
    color: #FFFFFF;
    border-color: #D96B27;
}

.mail-tariffs-section .mail-tariffs-btn-accent:hover {
    background-color: #C25E1F;
    border-color: #C25E1F;
    color: #FFFFFF;
}

.mail-tariffs-section .mail-tariffs-btn-submit {
    background-color: #1E3A5F;
    color: #FFFFFF;
    border-color: #1E3A5F;
    font-size: 1rem;
}

.mail-tariffs-section .mail-tariffs-btn-submit:hover {
    background-color: #152942;
    border-color: #152942;
    color: #FFFFFF;
}

.mail-tariffs-section .mail-tariffs-form-wrapper {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.mail-tariffs-section .mail-tariffs-form-plan-indicator {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #F1F5F9;
    padding: 0.35rem 0.85rem;
    border-radius: 6px;
    font-size: 0.875rem;
    color: #475569;
}

.mail-tariffs-section .mail-tariffs-form-title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #1E3A5F;
    font-size: 1.5rem;
    font-weight: 700;
}

.mail-tariffs-section .mail-tariffs-form-subtitle {
    color: #64748B;
    font-size: 0.9rem;
}

.mail-tariffs-section .mail-tariffs-label {
    font-weight: 600;
    font-size: 0.875rem;
    color: #1E293B;
    margin-bottom: 0.4rem;
    display: block;
}

.mail-tariffs-section .mail-tariffs-input {
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #0F172A;
    border-radius: 8px;
    padding: 0.65rem 0.9rem;
    font-size: 0.95rem;
}

.mail-tariffs-section .mail-tariffs-input:focus {
    border-color: #1E3A5F;
    box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.15);
    background-color: #FFFFFF;
    color: #0F172A;
}

.mail-tariffs-section .mail-tariffs-input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.mail-tariffs-section .mail-tariffs-form-hint {
    color: #64748B;
    font-size: 0.8125rem;
}

@media (max-width: 767.98px) {
    .mail-tariffs-section .mail-tariffs-title {
        font-size: 16px;
        hyphens: auto;
    }

    .mail-tariffs-section .mail-tariffs-form-title {
        font-size: 14px;
        hyphens: auto;
    }

    .mail-tariffs-section .mail-tariffs-plan-name {
        font-size: 14px;
        hyphens: auto;
    }

    .mail-tariffs-section .mail-tariffs-card {
        padding: 1.5rem 1.25rem;
    }

    .mail-tariffs-section .mail-tariffs-form-wrapper {
        padding: 1.5rem 1rem !important;
    }
}

/* ===== footer ===== */
.site-footer {
    background-color: #0F172A;
    color: #F8FAFC;
    border-top: 1px solid #1E293B;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.site-footer .site-footer__brand-name {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #F8FAFC;
    letter-spacing: -0.02em;
}

.site-footer .site-footer__logo {
    max-width: 40px;
    height: auto;
    object-fit: contain;
}

.site-footer .site-footer__brand-desc {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #94A3B8;
    max-width: 320px;
}

.site-footer .site-footer__domain-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    color: #CBD5E1;
    background-color: #1E293B;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    border: 1px solid #334155;
}

.site-footer .site-footer__domain-tag i {
    color: #D96B27;
}

.site-footer .site-footer__heading {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #F8FAFC;
}

.site-footer .site-footer__link {
    color: #94A3B8;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.15s ease-in-out;
}

.site-footer .site-footer__link:hover,
.site-footer .site-footer__link:focus {
    color: #F8FAFC;
    text-decoration: underline;
}

.site-footer .site-footer__contact-card {
    background-color: #1E293B;
    border: 1px solid #334155;
}

.site-footer .site-footer__icon {
    color: #D96B27;
    font-size: 1.125rem;
    flex-shrink: 0;
}

.site-footer .site-footer__contact-text {
    font-size: 0.875rem;
    color: #CBD5E1;
    line-height: 1.5;
}

.site-footer .site-footer__contact-link {
    font-size: 0.875rem;
    color: #CBD5E1;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}

.site-footer .site-footer__contact-link:hover,
.site-footer .site-footer__contact-link:focus {
    color: #FFFFFF;
    text-decoration: underline;
}

.site-footer .site-footer__bottom {
    border-color: #1E293B !important;
}

.site-footer .site-footer__copyright {
    font-size: 0.8125rem;
    color: #94A3B8;
    line-height: 1.5;
}

.site-footer .site-footer__status-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #38BDF8;
    background-color: rgba(56, 189, 248, 0.1);
    border: 1px solid rgba(56, 189, 248, 0.2);
}

@media (max-width: 767.98px) {
    .site-footer .site-footer__heading {
        font-size: 0.875rem;
    }

    .site-footer .site-footer__brand-name {
        font-size: 1.125rem;
    }

    .site-footer .site-footer__copyright {
        font-size: 0.75rem;
        hyphens: auto;
    }

    .site-footer .site-footer__status-badge {
        font-size: 0.6875rem;
    }
}

/* ===== PAGE: guides ===== */
.usps-content { background-color: #F8FAFC; color: #0F172A; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; }
.usps-content h1, .usps-content h2, .usps-content h3, .usps-content h4 { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; }
.usps-content .font-monospace { font-family: 'JetBrains Mono', monospace; }
.usps-content .usps-content__header-box { border-color: #E2E8F0; background-color: #FFFFFF; }
.usps-content .usps-content__title { color: #1E3A5F; }
.usps-content .usps-content__lead { font-size: 1.05rem; line-height: 1.6; color: #475569; }
.usps-content .usps-content__card { border-color: #E2E8F0; transition: border-color 0.2s ease; }
.usps-content .usps-content__card:hover { border-color: #CBD5E1; }
.usps-content .usps-content__num { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; font-size: 0.85rem; }
.usps-content .btn-primary { background-color: #1E3A5F; border-color: #1E3A5F; }
.usps-content .btn-primary:hover, .usps-content .btn-primary:focus { background-color: #162C48; border-color: #162C48; }
.usps-content .btn-warning { background-color: #D96B27; border-color: #D96B27; }
.usps-content .btn-warning:hover, .usps-content .btn-warning:focus { background-color: #BA571B; border-color: #BA571B; }
.usps-content .form-check-input:checked { background-color: #1E3A5F; border-color: #1E3A5F; }
.usps-content .form-check-label { cursor: pointer; }
.usps-content .js-case-item.d-none { display: none !important; }
.usps-content .btn-outline-light:hover,
.usps-content .btn-outline-light:focus { background-color: #FFFFFF; border-color: #FFFFFF; color: #1E3A5F; }
.usps-content .btn-link,
.usps-content .btn-link.text-light,
.usps-content .bg-primary .btn-link,
.usps-content .bg-primary .btn-link.text-light { color: #F8FAFC !important; background-color: transparent !important; }
.usps-content .btn-link:hover,
.usps-content .btn-link:focus,
.usps-content .btn-link.text-light:hover,
.usps-content .btn-link.text-light:focus,
.usps-content .bg-primary .btn-link:hover,
.usps-content .bg-primary .btn-link:focus,
.usps-content .bg-primary .btn-link.text-light:hover,
.usps-content .bg-primary .btn-link.text-light:focus { color: #FFFFFF !important; background-color: transparent !important; text-decoration: underline !important; opacity: 1 !important; }

/* ===== PAGE: checklists ===== */
.checklists-grid-section {
  background-color: #F8FAFC;
}

.checklists-grid-section .checklists-main-heading {
  color: #0F172A;
  letter-spacing: -0.02em;
}

.checklists-grid-section .checklist-card {
  border: 1px solid #E2E8F0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.checklists-grid-section .checklist-card:hover {
  border-color: #CBD5E1;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08) !important;
}

.checklists-grid-section .checklist-title-link {
  color: #0F172A;
  transition: color 0.15s ease;
}

.checklists-grid-section .checklist-title-link:hover {
  color: #1E3A5F;
}

.checklists-grid-section .js-filter-btn.active {
  background-color: #1E3A5F;
  border-color: #1E3A5F;
  color: #FFFFFF;
}

.checklists-grid-section .js-filter-btn:not(.active) {
  background-color: #FFFFFF;
  border-color: #CBD5E1;
  color: #475569;
}

.checklists-grid-section .js-filter-btn:not(.active):hover {
  background-color: #F1F5F9;
  color: #0F172A;
}

.checklists-grid-section .form-control::placeholder {
  color: #94A3B8;
  opacity: 1;
}

.checklists-grid-section .btn-primary {
  background-color: #1E3A5F;
  border-color: #1E3A5F;
  color: #FFFFFF;
}

.checklists-grid-section .btn-primary:hover {
  background-color: #152943;
  border-color: #152943;
  color: #FFFFFF;
}

.checklists-grid-section .bg-primary {
  background-color: #1E3A5F !important;
}

.checklists-grid-section .text-primary {
  color: #1E3A5F !important;
}

.checklists-grid-section .ratio-16x9 {
  background-color: #E2E8F0;
}

/* ===== PAGE: packaging ===== */
.pkg-rules-module {
  background-color: #F8FAFC;
  color: #0F172A;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.pkg-rules-module .pkg-main-heading {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.25;
  color: #1E3A5F;
}

.pkg-rules-module .pkg-lead-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #475569;
  max-width: 760px;
}

.pkg-rules-module .pkg-badge {
  background-color: #EFF6FF;
  color: #1D4ED8;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  letter-spacing: 0.05em;
  border: 1px solid #BFDBFE;
}

.pkg-rules-module .pkg-filter-btn {
  background-color: #FFFFFF;
  color: #475569;
  border: 1px solid #CBD5E1;
  padding: 0.55rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: none;
}

.pkg-rules-module .pkg-filter-btn:hover {
  background-color: #F1F5F9;
  color: #0F172A;
  border-color: #94A3B8;
}

.pkg-rules-module .pkg-filter-btn.active {
  background-color: #1E3A5F;
  color: #FFFFFF;
  border-color: #1E3A5F;
}

.pkg-rules-module .pkg-search-wrapper .pkg-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748B;
  font-size: 1.1rem;
  pointer-events: none;
}

.pkg-rules-module .pkg-search-input {
  background-color: #FFFFFF;
  border: 1px solid #CBD5E1;
  border-radius: 8px;
  padding: 0.55rem 0.75rem 0.55rem 2.5rem;
  font-size: 0.875rem;
  color: #0F172A;
}

.pkg-rules-module .pkg-search-input:focus {
  background-color: #FFFFFF;
  border-color: #1E3A5F;
  box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.15);
  color: #0F172A;
}

.pkg-rules-module .pkg-search-input::placeholder {
  color: #94A3B8;
  opacity: 1;
}

.pkg-rules-module .pkg-card {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  overflow: hidden;
}

.pkg-rules-module .pkg-card-img-wrap {
  height: 200px;
  background-color: #E2E8F0;
  overflow: hidden;
}

.pkg-rules-module .pkg-card-img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.pkg-rules-module .pkg-card-index {
  background-color: rgba(15, 23, 42, 0.85);
  color: #F8FAFC;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}

.pkg-rules-module .pkg-tag {
  font-size: 0.75rem;
  font-weight: 600;
  color: #4A6B82;
  background-color: #F1F5F9;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

.pkg-rules-module .pkg-status-indicator {
  font-size: 0.75rem;
  font-weight: 600;
  color: #047857;
}

.pkg-rules-module .pkg-card-title {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.pkg-rules-module .pkg-card-title a {
  color: #1E3A5F;
}

.pkg-rules-module .pkg-card-title a:hover {
  color: #D96B27;
}

.pkg-rules-module .pkg-card-desc {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #475569;
}

.pkg-rules-module .pkg-action-link {
  color: #1E3A5F;
  font-size: 0.8125rem;
  font-weight: 600;
}

.pkg-rules-module .pkg-action-link:hover {
  color: #D96B27;
}

.pkg-rules-module .pkg-empty-state .pkg-empty-icon {
  font-size: 3rem;
  color: #94A3B8;
}

.pkg-rules-module .pkg-matrix-card {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
}

.pkg-rules-module .pkg-matrix-badge {
  background-color: #ECFDF5;
  color: #047857;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
  border: 1px solid #A7F3D0;
  display: inline-block;
}

.pkg-rules-module .pkg-table thead th {
  background-color: #F8FAFC;
  color: #475569;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #CBD5E1;
  padding: 0.75rem 1rem;
}

.pkg-rules-module .pkg-table tbody td {
  padding: 1rem;
  font-size: 0.875rem;
  color: #1E3A5F;
  border-bottom: 1px solid #E2E8F0;
}

.pkg-rules-module .pkg-step-pill {
  background-color: #EFF6FF;
  color: #1D4ED8;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}

.pkg-rules-module .pkg-consultation-box {
  background-color: #1E3A5F;
  color: #FFFFFF;
  border-radius: 16px;
}

.pkg-rules-module .pkg-consultation-box h2,
.pkg-rules-module .pkg-consultation-box h3 {
  color: #FFFFFF;
}

.pkg-rules-module .pkg-consultation-box .pkg-lead-text {
  color: #CBD5E1;
}

.pkg-rules-module .pkg-icon-chip {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F8FAFC;
  font-size: 1.25rem;
}

.pkg-rules-module .pkg-form-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.35rem;
}

.pkg-rules-module .pkg-form-control {
  background-color: #F8FAFC;
  border: 1px solid #CBD5E1;
  border-radius: 8px;
  font-size: 0.875rem;
  color: #0F172A;
  padding: 0.6rem 0.85rem;
}

.pkg-rules-module .pkg-form-control:focus {
  background-color: #FFFFFF;
  border-color: #1E3A5F;
  color: #0F172A;
  box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.15);
}

.pkg-rules-module .pkg-form-control::placeholder {
  color: #94A3B8;
  opacity: 1;
}

.pkg-rules-module .pkg-btn-primary {
  background-color: #1E3A5F;
  color: #FFFFFF;
  border: 1px solid #1E3A5F;
  border-radius: 8px;
  font-weight: 600;
  padding: 0.6rem 1.25rem;
}

.pkg-rules-module .pkg-btn-primary:hover {
  background-color: #152943;
  color: #FFFFFF;
  border-color: #152943;
}

.pkg-rules-module .pkg-btn-accent {
  background-color: #D96B27;
  color: #FFFFFF;
  border: 1px solid #D96B27;
  border-radius: 8px;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
}

.pkg-rules-module .pkg-btn-accent:hover {
  background-color: #BF5A1B;
  color: #FFFFFF;
  border-color: #BF5A1B;
}

@media (max-width: 767.98px) {
  .pkg-rules-module .pkg-main-heading {
    font-size: 1.125rem;
    hyphens: auto;
  }
  .pkg-rules-module h2 {
    font-size: 1rem;
    hyphens: auto;
  }
  .pkg-rules-module h3 {
    font-size: 0.875rem;
    hyphens: auto;
  }
  .pkg-rules-module .pkg-card-img-wrap,
  .pkg-rules-module .pkg-card-img {
    height: 180px;
  }
}

/* ===== PAGE: knowledge-base ===== */
.kb-section { background-color: #F8FAFC; color: #0F172A; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; }
.kb-section .kb-main-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 2.25rem; line-height: 1.25; color: #1E3A5F; }
.kb-section .kb-lead { font-size: 1.125rem; line-height: 1.6; max-width: 820px; }
.kb-section .kb-search-box { width: 100%; }
.kb-section .kb-search-box input { background-color: #FFFFFF; border: 1px solid #CBD5E1; color: #0F172A; padding: 0.65rem 1rem 0.65rem 2.6rem; border-radius: 8px; font-size: 0.95rem; }
.kb-section .kb-search-box input:focus { border-color: #1E3A5F; box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.15); outline: none; }
.kb-section .kb-search-box input::placeholder { color: #64748B; opacity: 1; }
.kb-section .kb-search-icon { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: #64748B; font-size: 1.1rem; pointer-events: none; }
.kb-section .kb-filter-btn { background-color: #FFFFFF; color: #475569; border: 1px solid #CBD5E1; font-weight: 600; padding: 0.5rem 1rem; border-radius: 6px; }
.kb-section .kb-filter-btn:hover { background-color: #F1F5F9; color: #0F172A; border-color: #94A3B8; }
.kb-section .kb-filter-btn.active { background-color: #1E3A5F; color: #FFFFFF; border-color: #1E3A5F; }
.kb-section .kb-card { background-color: #FFFFFF; border: 1px solid #E2E8F0; border-radius: 12px; overflow: hidden; }
.kb-section .kb-card-media { height: 220px; background-color: #E2E8F0; }
.kb-section .kb-card-media a { height: 100%; width: 100%; }
.kb-section .kb-img { height: 220px; width: 100%; object-fit: cover; }
.kb-section .kb-badge { background-color: #1E3A5F; color: #FFFFFF; font-family: 'JetBrains Mono', monospace; font-size: 0.725rem; font-weight: 600; padding: 0.35rem 0.65rem; border-radius: 4px; letter-spacing: 0.5px; }
.kb-section .kb-card-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.35rem; font-weight: 700; line-height: 1.3; }
.kb-section .kb-card-title a { color: #1E3A5F; }
.kb-section .kb-card-title a:hover { color: #D96B27; }
.kb-section .kb-card-text { font-size: 0.95rem; line-height: 1.6; }
.kb-section .kb-action-btn { background-color: #1E3A5F; border-color: #1E3A5F; color: #FFFFFF; font-weight: 600; font-size: 0.875rem; padding: 0.45rem 0.9rem; border-radius: 6px; }
.kb-section .kb-action-btn:hover { background-color: #D96B27; border-color: #D96B27; color: #FFFFFF; }
@media (max-width: 767.98px) {
  .kb-section .kb-main-title { font-size: 1.125rem; hyphens: auto; }
  .kb-section .kb-card-title { font-size: 1rem; hyphens: auto; }
  .kb-section .kb-lead { font-size: 0.875rem; }
  .kb-section .kb-card-media { height: 180px; }
  .kb-section .kb-img { height: 180px; }
}

/* ===== PAGE: about ===== */
.about-page-content { background-color: #F8FAFC; color: #0F172A; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; }
.about-page-content h1, .about-page-content h2, .about-page-content h3 { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; }
.about-page-content .max-w-700 { max-width: 700px; }
.about-page-content .audience-icon-wrapper { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; }
.about-page-content .btn-primary { background-color: #1E3A5F; border-color: #1E3A5F; color: #FFFFFF; }
.about-page-content .btn-primary:hover, .about-page-content .btn-primary:focus { background-color: #152942; border-color: #152942; color: #FFFFFF; }
.about-page-content .btn-outline-dark { border-color: #CBD5E1; color: #0F172A; background-color: #FFFFFF; }
.about-page-content .btn-outline-dark:hover, .about-page-content .btn-outline-dark:focus { background-color: #F1F5F9; border-color: #94A3B8; color: #0F172A; }
.about-page-content .font-monospace { font-family: 'JetBrains Mono', monospace; }
@media (max-width: 767.98px) {
  .about-page-content h1 { font-size: 1.125rem !important; hyphens: auto; }
  .about-page-content h2 { font-size: 1rem !important; hyphens: auto; }
  .about-page-content h3 { font-size: 0.875rem !important; hyphens: auto; }
}

/* ===== PAGE: contact ===== */
.contact-page-section {
  background-color: #F8FAFC;
}

.contact-page-section .contact-card {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

.contact-page-section .contact-input {
  background-color: #FFFFFF;
  border: 1px solid #CBD5E1;
  color: #0F172A;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.contact-page-section .contact-input::placeholder {
  color: #94A3B8;
  opacity: 1;
}

.contact-page-section .contact-input:focus {
  border-color: #1E3A5F;
  background-color: #FFFFFF;
  color: #0F172A;
  box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.15);
  outline: none;
}

.contact-page-section .contact-submit-btn {
  background-color: #1E3A5F;
  border: 1px solid #1E3A5F;
  color: #FFFFFF;
  border-radius: 8px;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.contact-page-section .contact-submit-btn:hover,
.contact-page-section .contact-submit-btn:focus {
  background-color: #152942;
  border-color: #152942;
  color: #FFFFFF;
}

.contact-page-section .contact-icon-box {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-page-section .contact-link {
  color: #0F172A;
  transition: color 0.15s ease;
}

.contact-page-section .contact-link:hover {
  color: #1E3A5F;
  text-decoration: underline !important;
}

.contact-page-section .contact-address {
  font-style: normal;
  line-height: 1.5;
}

/* ===== PAGE: privacy ===== */
.privacy-section {
  background-color: #F8FAFC;
  min-height: 80vh;
}
.privacy-section .bg-light-blue {
  background-color: #EFF6FF;
}
.privacy-section .bg-slate-50 {
  background-color: #F1F5F9;
}
.privacy-section .text-primary-blue {
  color: #1E3A5F;
}
.privacy-section .text-primary-dark {
  color: #1D4ED8;
}
.privacy-section .text-accent {
  color: #D96B27;
}
.privacy-section .text-slate-900 {
  color: #0F172A;
}
.privacy-section .text-slate-700 {
  color: #334155;
}
.privacy-section .text-slate-600 {
  color: #475569;
}
.privacy-section .border-slate-200 {
  border-color: #E2E8F0 !important;
}
.privacy-section .font-mono {
  font-family: 'JetBrains Mono', monospace;
}
.privacy-section .text-xs {
  font-size: 0.75rem;
}
.privacy-section .text-sm {
  font-size: 0.875rem;
}
.privacy-section .privacy-title {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.privacy-section .privacy-subtitle {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.privacy-section .privacy-h2 {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.privacy-section .privacy-h3 {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
}
.privacy-section .privacy-index {
  font-family: 'JetBrains Mono', monospace;
  color: #D96B27;
  font-size: 1.1rem;
}
.privacy-section .privacy-body p {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.65;
  font-size: 0.95rem;
}
.privacy-section .privacy-list li {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  font-size: 0.95rem;
}
.privacy-section .btn-primary-custom {
  background-color: #1E3A5F;
  color: #FFFFFF;
  border: 1px solid #1E3A5F;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.privacy-section .btn-primary-custom:hover {
  background-color: #152942;
  color: #FFFFFF;
  border-color: #152942;
}
@media (max-width: 767.98px) {
  .privacy-section .privacy-title {
    font-size: 1.125rem;
    hyphens: auto;
  }
  .privacy-section .privacy-h2 {
    font-size: 1rem;
    hyphens: auto;
  }
  .privacy-section .privacy-h3 {
    font-size: 0.875rem;
    hyphens: auto;
  }
  .privacy-section .privacy-header,
  .privacy-section .privacy-card {
    padding: 1.25rem !important;
  }
}

/* ===== PAGE: terms ===== */
.terms-section {
  background-color: #F8FAFC;
  color: #0F172A;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.terms-section h1,
.terms-section h2,
.terms-section h3,
.terms-section .font-sans {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
}

.terms-section .terms-header-card {
  border-color: #E2E8F0 !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.terms-section .terms-badge {
  background-color: #EFF6FF;
  color: #1D4ED8;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.terms-section .terms-title {
  color: #1E3A5F;
  font-size: 2.25rem;
  line-height: 1.25;
}

@media (max-width: 767.98px) {
  .terms-section .terms-title {
    font-size: 1.125rem;
    hyphens: auto;
  }
  .terms-section h2 {
    font-size: 1rem;
  }
  .terms-section h3 {
    font-size: 0.875rem;
  }
}

.terms-section .terms-lead {
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 850px;
}

.terms-section .terms-sidebar {
  border-color: #E2E8F0 !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.terms-section .terms-nav-item {
  color: #475569;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid transparent;
}

.terms-section .terms-nav-item:hover {
  background-color: #F1F5F9;
  color: #1E3A5F;
}

.terms-section .terms-nav-item.active {
  background-color: #EFF6FF;
  color: #1D4ED8;
  border-color: #CBD5E1;
  font-weight: 600;
}

.terms-section .terms-article-card {
  border-color: #E2E8F0 !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  scroll-margin-top: 2rem;
}

.terms-section .terms-article-heading {
  color: #1E3A5F !important;
}

.terms-section .leading-relaxed {
  line-height: 1.65;
}

.terms-section .alert-notice {
  background-color: #F8FAFC;
  border-color: #1E3A5F !important;
}

.terms-section .terms-list li {
  line-height: 1.55;
}

.terms-section .btn-primary {
  background-color: #1E3A5F;
  border-color: #1E3A5F;
  color: #FFFFFF;
  font-weight: 600;
}

.terms-section .btn-primary:hover {
  background-color: #152842;
  border-color: #152842;
  color: #FFFFFF;
}

.terms-section .btn-outline-primary {
  border-color: #CBD5E1;
  color: #1E3A5F;
  font-weight: 600;
  background-color: #FFFFFF;
}

.terms-section .btn-outline-primary:hover {
  background-color: #F1F5F9;
  border-color: #1E3A5F;
  color: #1E3A5F;
}

.terms-section .form-control:focus {
  border-color: #1E3A5F;
  box-shadow: none;
}

/* ===== PAGE: disclaimer ===== */
.disclaimer-content { background-color: #F8FAFC; color: #0F172A; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; } .disclaimer-content__tag { display: inline-flex; align-items: center; font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; font-weight: 600; color: #D96B27; background-color: #FFFBEB; border: 1px solid #CBD5E1; padding: 0.35rem 0.75rem; border-radius: 6px; letter-spacing: 0.05em; text-transform: uppercase; } .disclaimer-content__title { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; font-size: 2.25rem; font-weight: 800; color: #1E3A5F; line-height: 1.25; margin-bottom: 0.75rem; } @media (max-width: 767.98px) { .disclaimer-content__title { font-size: 1.125rem; hyphens: auto; } } .disclaimer-content__lead { font-size: 1.05rem; line-height: 1.6; color: #475569; margin-bottom: 0; } .disclaimer-content__meta-bar { background-color: #FFFFFF; border: 1px solid #E2E8F0; padding: 0.75rem 1.25rem; border-radius: 8px; } .disclaimer-content__meta-item { font-size: 0.8125rem; } .disclaimer-content__meta-label { font-family: 'JetBrains Mono', monospace; font-weight: 600; color: #64748B; margin-right: 0.35rem; } .disclaimer-content__meta-value { font-weight: 600; color: #1E3A5F; } .disclaimer-content__alert-card { background-color: #EFF6FF; border: 1px solid #CBD5E1; border-left: 4px solid #1E3A5F; border-radius: 8px; } .disclaimer-content__alert-icon { width: 36px; height: 36px; border-radius: 50%; background-color: #1E3A5F; color: #FFFFFF; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; } .disclaimer-content__alert-heading { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; font-size: 1.125rem; font-weight: 700; color: #1E3A5F; } .disclaimer-content__alert-text { font-size: 0.9375rem; line-height: 1.55; color: #1E3A5F; } .disclaimer-content__section { background-color: #FFFFFF; border: 1px solid #E2E8F0; border-radius: 12px; padding: 1.75rem 2rem; } @media (max-width: 767.98px) { .disclaimer-content__section { padding: 1.25rem 1rem; } } .disclaimer-content__section-title { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; font-size: 1.25rem; font-weight: 700; color: #1E3A5F; display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; padding-bottom: 0.75rem; border-bottom: 1px solid #F1F5F9; } @media (max-width: 767.98px) { .disclaimer-content__section-title { font-size: 0.95rem; } } .disclaimer-content__section-num { font-family: 'JetBrains Mono', monospace; font-size: 0.8125rem; font-weight: 700; color: #D96B27; background-color: #FFFBEB; border: 1px solid #E2E8F0; padding: 0.2rem 0.5rem; border-radius: 4px; } .disclaimer-content__section p { font-size: 0.95rem; line-height: 1.65; color: #475569; margin-bottom: 0.85rem; } .disclaimer-content__section p:last-child { margin-bottom: 0; } .disclaimer-content__list { padding-left: 1.25rem; margin-bottom: 0; } .disclaimer-content__list li { font-size: 0.9375rem; line-height: 1.6; color: #475569; margin-bottom: 0.5rem; } .disclaimer-content__list li:last-child { margin-bottom: 0; } .disclaimer-content__feature-card { background-color: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 8px; } .disclaimer-content__feature-heading { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; font-size: 0.95rem; font-weight: 700; color: #1E3A5F; } .disclaimer-content__feature-text { font-size: 0.875rem; line-height: 1.5; color: #64748B; } .disclaimer-content__action-box { background-color: #F1F5F9; border: 1px solid #CBD5E1; border-radius: 8px; } .disclaimer-content__action-heading { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; font-size: 1.1rem; font-weight: 700; color: #1E3A5F; } @media (max-width: 767.98px) { .disclaimer-content__action-heading { font-size: 0.875rem; } } .disclaimer-content__action-text { font-size: 0.9rem; color: #475569; } .disclaimer-content__btn-primary { background-color: #1E3A5F; color: #FFFFFF !important; border: 1px solid #1E3A5F; font-weight: 600; font-size: 0.875rem; padding: 0.65rem 1.25rem; border-radius: 6px; box-shadow: none; display: inline-flex; align-items: center; justify-content: center; } .disclaimer-content__btn-primary:hover, .disclaimer-content__btn-primary:focus { background-color: #0F172A; border-color: #0F172A; color: #FFFFFF !important; } .disclaimer-content__btn-secondary { background-color: #FFFFFF; color: #1E3A5F !important; border: 1px solid #CBD5E1; font-weight: 600; font-size: 0.875rem; padding: 0.65rem 1.25rem; border-radius: 6px; box-shadow: none; display: inline-flex; align-items: center; justify-content: center; } .disclaimer-content__btn-secondary:hover, .disclaimer-content__btn-secondary:focus { background-color: #E2E8F0; color: #0F172A !important; }

.audit-comment-item {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0 !important;
    border-radius: 12px !important;
}

.audit-avatar {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border: 1px solid #CBD5E1;
}

.audit-author-name {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #0F172A;
}

.audit-badge {
    background-color: #EFF6FF;
    color: #1D4ED8;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.audit-meta-text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.8125rem;
    color: #64748B;
}

.audit-mono-tag {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 500;
    color: #475569;
}

.audit-content-body p {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #334155;
}

.audit-status-tag {
    background-color: #ECFDF5;
    color: #047857 !important;
    padding: 0.25rem 0.625rem;
    border-radius: 4px;
    border: 1px solid #A7F3D0;
}

.audit-action-bar {
    border-color: #F1F5F9 !important;
}

.audit-action-btn {
    color: #475569 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    border: none;
    text-decoration: none;
    cursor: pointer;
}

.audit-action-btn:hover {
    color: #1E3A5F !important;
}

.audit-reply-wrapper {
    border-left: 2px solid #CBD5E1 !important;
}

.audit-reply-item {
    background-color: #F8FAFC !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 8px !important;
}

.audit-avatar-reply {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border: 1px solid #CBD5E1;
}

.audit-badge-secondary {
    background-color: #F1F5F9;
    color: #475569;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0.2rem 0.45rem;
    border-radius: 4px;
    border: 1px solid #E2E8F0;
}


/* ===== PAGE TEMPLATE: checklists-list ===== */
.mailreadiness-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
    z-index: 1030;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.mailreadiness-header__topbar {
    background-color: #1E3A5F;
    color: #F8FAFC;
    font-size: 0.75rem;
    padding: 0.25rem 0;
}

.mailreadiness-header__badge {
    background-color: #D96B27;
    color: #FFFFFF;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
    letter-spacing: 0.04em;
}

.mailreadiness-header__topbar-text {
    color: #CBD5E1;
    font-weight: 400;
}

.mailreadiness-header__topbar-link {
    color: #F8FAFC;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.mailreadiness-header__topbar-link:hover {
    color: #D96B27;
}

.mailreadiness-header__divider {
    color: #64748B;
    font-size: 0.6875rem;
}

.mailreadiness-header__navbar {
    background-color: #FFFFFF;
    padding: 0.625rem 0;
}

.mailreadiness-header__logo {
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
    border-radius: 6px;
}

.mailreadiness-header__brand-title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1E3A5F;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.mailreadiness-header__brand-tagline {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.6875rem;
    font-weight: 600;
    color: #D96B27;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mailreadiness-header__toggler {
    border: 1px solid #CBD5E1;
    padding: 0.375rem 0.625rem;
    border-radius: 6px;
    background-color: #F8FAFC;
}

.mailreadiness-header__toggler:focus {
    box-shadow: none;
}

.mailreadiness-header__toggler-icon {
    font-size: 1.375rem;
    color: #1E3A5F;
}

.mailreadiness-header__nav-list {
    gap: 0.25rem;
}

.mailreadiness-header__link {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #475569;
    padding: 0.5rem 0.875rem;
    border-radius: 6px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.mailreadiness-header__link:hover,
.mailreadiness-header__link:focus {
    color: #1E3A5F;
    background-color: #F1F5F9;
}

.mailreadiness-header__cta-btn {
    background-color: #1E3A5F;
    color: #FFFFFF;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5625rem 1.125rem;
    border-radius: 6px;
    border: 1px solid #1E3A5F;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.mailreadiness-header__cta-btn:hover,
.mailreadiness-header__cta-btn:focus {
    background-color: #D96B27;
    border-color: #D96B27;
    color: #FFFFFF;
}

@media (max-width:991.98px) {
    .mailreadiness-header__collapse {
        background-color: #FFFFFF;
        padding: 1rem 0;
        border-top: 1px solid #E2E8F0;
        margin-top: 0.5rem;
    }

    .mailreadiness-header__nav-list {
        margin-bottom: 1rem !important;
    }

    .mailreadiness-header__link {
        padding: 0.625rem 0.75rem;
        font-size: 0.9375rem;
        border-bottom: 1px solid #F1F5F9;
    }

    .mailreadiness-header__action-wrap {
        padding: 0.5rem 0.75rem;
    }

    .mailreadiness-header__cta-btn {
        width: 100%;
        justify-content: center;
    }
}

.hero-fieldbook-section {
    background-color: #F8FAFC;
    border-bottom: 1px solid #E2E8F0;
}

.hero-fieldbook-section .hero-fieldbook-pill {
    background-color: #EFF6FF;
    border: 1px solid #BFDBFE;
    border-radius: 9999px;
}

.hero-fieldbook-section .hero-fieldbook-pill-icon {
    color: #1D4ED8;
    font-size: 0.95rem;
}

.hero-fieldbook-section .hero-fieldbook-pill-text {
    color: #1D4ED8;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.hero-fieldbook-section .hero-fieldbook-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #0F172A;
    font-weight: 800;
    line-height: 1.25;
    font-size: 2.25rem;
}

.hero-fieldbook-section .hero-fieldbook-lead {
    font-family: 'Inter', sans-serif;
    color: #475569;
    font-size: 1.0625rem;
    line-height: 1.6;
}

.hero-fieldbook-section .hero-fieldbook-btn-primary {
    background-color: #1E3A5F;
    color: #FFFFFF;
    border: 1px solid #1E3A5F;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
}

.hero-fieldbook-section .hero-fieldbook-btn-primary:hover {
    background-color: #152942;
    border-color: #152942;
    color: #FFFFFF;
}

.hero-fieldbook-section .hero-fieldbook-btn-secondary {
    background-color: #FFFFFF;
    color: #0F172A;
    border: 1px solid #CBD5E1;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
}

.hero-fieldbook-section .hero-fieldbook-btn-secondary:hover {
    background-color: #F1F5F9;
    color: #0F172A;
    border-color: #94A3B8;
}

.hero-fieldbook-section .hero-fieldbook-audit-strip {
    background-color: #F1F5F9;
    border: 1px solid #E2E8F0;
}

.hero-fieldbook-section .hero-fieldbook-check-icon {
    color: #047857;
    font-size: 1.25rem;
}

.hero-fieldbook-section .hero-fieldbook-metric-num {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #0F172A;
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.2;
}

.hero-fieldbook-section .hero-fieldbook-metric-label {
    font-family: 'Inter', sans-serif;
    color: #64748B;
    font-size: 0.8125rem;
}

.hero-fieldbook-section .hero-fieldbook-visual-card {
    border: 1px solid #E2E8F0;
}

.hero-fieldbook-section .hero-fieldbook-card-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #0F172A;
    font-size: 0.9375rem;
}

.hero-fieldbook-section .hero-fieldbook-badge-active {
    background-color: #ECFDF5;
    color: #047857;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.hero-fieldbook-section .hero-fieldbook-main-img {
    height: 200px;
    object-fit: cover;
    display: block;
}

.hero-fieldbook-section .hero-fieldbook-floating-tag {
    background-color: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(4px);
}

.hero-fieldbook-section .hero-fieldbook-mono {
    font-family: 'JetBrains Mono', monospace;
    color: #F8FAFC;
    font-size: 0.6875rem;
    font-weight: 600;
}

.hero-fieldbook-section .hero-fieldbook-step-row {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
}

.hero-fieldbook-section .hero-fieldbook-icon-success {
    color: #047857;
    font-size: 1rem;
}

.hero-fieldbook-section .hero-fieldbook-step-name {
    font-family: 'Inter', sans-serif;
    color: #1E293B;
    font-size: 0.8125rem;
    font-weight: 500;
}

.hero-fieldbook-section .hero-fieldbook-status-ready {
    font-family: 'JetBrains Mono', monospace;
    background-color: #ECFDF5;
    color: #047857;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.15rem 0.5rem;
    border-radius: 0.25rem;
}

.hero-fieldbook-section .hero-fieldbook-footer-notice {
    font-family: 'Inter', sans-serif;
    color: #64748B;
    font-size: 0.75rem;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .hero-fieldbook-section .hero-fieldbook-title {
        font-size: 1.125rem;
        hyphens: auto;
    }

    .hero-fieldbook-section .hero-fieldbook-lead {
        font-size: 0.875rem;
    }

    .hero-fieldbook-section .hero-fieldbook-main-img {
        height: 160px;
    }
}

.checklist-detail-block {
    background-color: #F8FAFC;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.checklist-detail-block__article {
    border: 1px solid #E2E8F0;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.checklist-detail-block__tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
    background-color: #F1F5F9;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    border: 1px solid #E2E8F0;
}

.checklist-detail-block__tag-id {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 700;
    color: #D96B27;
    background-color: #FFFBEB;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    border: 1px solid #FED7AA;
}

.checklist-detail-block__h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.3;
}

.checklist-detail-block__h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #1E3A5F;
    line-height: 1.35;
}

.checklist-detail-block__p {
    font-size: 1rem;
    line-height: 1.65;
    color: #475569;
}

.checklist-detail-block__callout {
    background-color: #EFF6FF;
    border: 1px solid #BFDBFE;
    border-left: 4px solid #1E3A5F;
}

.checklist-detail-block__callout-icon {
    font-size: 1.5rem;
    color: #1D4ED8;
}

.checklist-detail-block__callout-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0F172A;
}

.checklist-detail-block__callout-desc {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #334155;
}

.checklist-detail-block__spec-item {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #334155;
}

.checklist-detail-block__spec-icon {
    color: #047857;
    font-size: 1.15rem;
}

.checklist-detail-block__audit-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0F172A;
}

.checklist-detail-block__audit-subtitle {
    font-size: 0.875rem;
    color: #64748B;
}

.checklist-detail-block__progress-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    font-weight: 600;
    background-color: #ECFDF5;
    color: #047857;
    border: 1px solid #A7F3D0;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
}

.checklist-detail-block__item {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    cursor: pointer;
    user-select: none;
}

.checklist-detail-block__item:hover {
    background-color: #F1F5F9;
    border-color: #CBD5E1;
}

.checklist-detail-block__item.is-completed {
    background-color: #ECFDF5;
    border-color: #A7F3D0;
}

.checklist-detail-block__item.is-completed .checklist-detail-block__item-title {
    color: #065F46;
    text-decoration: line-through;
}

.checklist-detail-block__checkbox {
    width: 1.15rem;
    height: 1.15rem;
    accent-color: #047857;
    cursor: pointer;
}

.checklist-detail-block__item-title {
    font-size: 0.9375rem;
    color: #0F172A;
}

.checklist-detail-block__item-desc {
    font-size: 0.8125rem;
    line-height: 1.4;
}

.checklist-detail-block__accordion-item {
    border: 1px solid #E2E8F0;
}

.checklist-detail-block__accordion-btn {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #0F172A;
    background-color: #F8FAFC;
    box-shadow: none;
    padding: 0.875rem 1.25rem;
}

.checklist-detail-block__accordion-btn:not(.collapsed) {
    color: #1E3A5F;
    background-color: #EFF6FF;
}

.checklist-detail-block__accordion-body {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #475569;
    background-color: #FFFFFF;
}

.checklist-detail-block__sidebar-card,
.checklist-detail-block__form-card {
    border: 1px solid #E2E8F0;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.checklist-detail-block__sidebar-title,
.checklist-detail-block__form-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0F172A;
}

.checklist-detail-block__recent-link {
    font-size: 0.875rem;
    font-weight: 500;
    color: #334155;
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
}

.checklist-detail-block__recent-link:hover {
    color: #1E3A5F;
    background-color: #EFF6FF;
    border-color: #BFDBFE;
}

.checklist-detail-block__recent-link i {
    color: #94A3B8;
}

.checklist-detail-block__form-desc {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #64748B;
}

.checklist-detail-block__form-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #334155;
}

.checklist-detail-block__input {
    font-size: 0.875rem;
    background-color: #F8FAFC;
    border: 1px solid #CBD5E1;
    color: #0F172A;
    padding: 0.625rem 0.875rem;
}

.checklist-detail-block__input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.checklist-detail-block__input:focus {
    background-color: #FFFFFF;
    border-color: #1E3A5F;
    box-shadow: 0 0 0 2px rgba(30, 58, 95, 0.15);
    color: #0F172A;
}

.checklist-detail-block__submit-btn {
    background-color: #1E3A5F;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.75rem 1.25rem;
    border: 1px solid #1E3A5F;
    border-radius: 6px;
    width: 100%;
}

.checklist-detail-block__submit-btn:hover,
.checklist-detail-block__submit-btn:focus {
    background-color: #D96B27;
    border-color: #D96B27;
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .checklist-detail-block__h2 {
        font-size: 1rem;
        hyphens: auto;
    }

    .checklist-detail-block__h3 {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .checklist-detail-block__callout-title {
        font-size: 0.875rem;
    }

    .checklist-detail-block__audit-title {
        font-size: 0.875rem;
    }

    .checklist-detail-block__sidebar-title,
    .checklist-detail-block__form-title {
        font-size: 0.875rem;
    }
}

.site-footer {
    background-color: #0F172A;
    color: #F8FAFC;
    border-top: 1px solid #1E293B;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.site-footer .site-footer__brand-name {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #F8FAFC;
    letter-spacing: -0.02em;
}

.site-footer .site-footer__logo {
    max-width: 40px;
    height: auto;
    object-fit: contain;
}

.site-footer .site-footer__brand-desc {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #94A3B8;
    max-width: 320px;
}

.site-footer .site-footer__domain-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    color: #CBD5E1;
    background-color: #1E293B;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    border: 1px solid #334155;
}

.site-footer .site-footer__domain-tag i {
    color: #D96B27;
}

.site-footer .site-footer__heading {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #F8FAFC;
}

.site-footer .site-footer__link {
    color: #94A3B8;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.15s ease-in-out;
}

.site-footer .site-footer__link:hover,
.site-footer .site-footer__link:focus {
    color: #F8FAFC;
    text-decoration: underline;
}

.site-footer .site-footer__contact-card {
    background-color: #1E293B;
    border: 1px solid #334155;
}

.site-footer .site-footer__icon {
    color: #D96B27;
    font-size: 1.125rem;
    flex-shrink: 0;
}

.site-footer .site-footer__contact-text {
    font-size: 0.875rem;
    color: #CBD5E1;
    line-height: 1.5;
}

.site-footer .site-footer__contact-link {
    font-size: 0.875rem;
    color: #CBD5E1;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}

.site-footer .site-footer__contact-link:hover,
.site-footer .site-footer__contact-link:focus {
    color: #FFFFFF;
    text-decoration: underline;
}

.site-footer .site-footer__bottom {
    border-color: #1E293B !important;
}

.site-footer .site-footer__copyright {
    font-size: 0.8125rem;
    color: #94A3B8;
    line-height: 1.5;
}

.site-footer .site-footer__status-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #38BDF8;
    background-color: rgba(56, 189, 248, 0.1);
    border: 1px solid rgba(56, 189, 248, 0.2);
}

@media (max-width: 767.98px) {
    .site-footer .site-footer__heading {
        font-size: 0.875rem;
    }

    .site-footer .site-footer__brand-name {
        font-size: 1.125rem;
    }

    .site-footer .site-footer__copyright {
        font-size: 0.75rem;
        hyphens: auto;
    }

    .site-footer .site-footer__status-badge {
        font-size: 0.6875rem;
    }
}

/* ===== PAGE TEMPLATE: packaging-list ===== */
.packaging-detail-block {
    background-color: #F8FAFC;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.packaging-detail-block .packaging-detail-block__breadcrumb-nav {
    font-size: 0.875rem;
}

.packaging-detail-block .packaging-detail-block__breadcrumb-link {
    color: #4A6B82;
    text-decoration: none;
    transition: color 0.2s ease;
}

.packaging-detail-block .packaging-detail-block__breadcrumb-link:hover {
    color: #1E3A5F;
    text-decoration: underline;
}

.packaging-detail-block .packaging-detail-block__article {
    border: 1px solid #E2E8F0;
}

.packaging-detail-block .packaging-detail-block__tag {
    font-family: 'JetBrains Mono', monospace;
    background-color: #EFF6FF;
    color: #1D4ED8;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.625rem;
    border-radius: 4px;
    border: 1px solid #BFDBFE;
}

.packaging-detail-block .packaging-detail-block__status-pill {
    font-family: 'JetBrains Mono', monospace;
    background-color: #ECFDF5;
    color: #047857;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.625rem;
    border-radius: 4px;
    border: 1px solid #A7F3D0;
}

.packaging-detail-block .packaging-detail-block__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #0F172A;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.25;
}

.packaging-detail-block .packaging-detail-block__subtitle {
    color: #475569;
    font-size: 1.0625rem;
    line-height: 1.6;
}

.packaging-detail-block .packaging-detail-block__image-container {
    background-color: #E2E8F0;
    border: 1px solid #E2E8F0;
}

.packaging-detail-block .packaging-detail-block__main-image {
    height: 340px;
    object-fit: cover;
    display: block;
}

.packaging-detail-block .packaging-detail-block__callout {
    background-color: #FFFBEB;
    border-left: 4px solid #D96B27;
    border-top: 1px solid #FEF3C7;
    border-right: 1px solid #FEF3C7;
    border-bottom: 1px solid #FEF3C7;
}

.packaging-detail-block .packaging-detail-block__callout-icon {
    font-size: 1.5rem;
    color: #B45309;
}

.packaging-detail-block .packaging-detail-block__callout-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #92400E;
    font-size: 1.0625rem;
    font-weight: 700;
}

.packaging-detail-block .packaging-detail-block__callout-desc {
    color: #78350F;
    font-size: 0.875rem;
    line-height: 1.5;
}

.packaging-detail-block .packaging-detail-block__section-heading {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #0F172A;
    font-size: 1.375rem;
    font-weight: 700;
}

.packaging-detail-block .packaging-detail-block__subheading {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #1E3A5F;
    font-size: 1.1875rem;
    font-weight: 700;
}

.packaging-detail-block .packaging-detail-block__text {
    color: #475569;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.packaging-detail-block .packaging-detail-block__table {
    border: 1px solid #E2E8F0;
    font-size: 0.875rem;
}

.packaging-detail-block .packaging-detail-block__table thead {
    background-color: #F1F5F9;
    color: #0F172A;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
}

.packaging-detail-block .packaging-detail-block__table th,
.packaging-detail-block .packaging-detail-block__table td {
    padding: 0.75rem 1rem;
    vertical-align: middle;
    border-color: #E2E8F0;
}

.packaging-detail-block .packaging-detail-block__step-item {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
}

.packaging-detail-block .packaging-detail-block__step-number {
    font-family: 'JetBrains Mono', monospace;
    background-color: #1E3A5F;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 0.875rem;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.packaging-detail-block .packaging-detail-block__step-name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #0F172A;
    font-size: 0.9375rem;
    font-weight: 700;
}

.packaging-detail-block .packaging-detail-block__step-desc {
    color: #475569;
    font-size: 0.875rem;
    line-height: 1.5;
}

.packaging-detail-block .packaging-detail-block__interactive-audit {
    border-color: #CBD5E1 !important;
}

.packaging-detail-block .packaging-detail-block__audit-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #0F172A;
}

.packaging-detail-block .packaging-detail-block__audit-score {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
}

.packaging-detail-block .packaging-detail-block__audit-intro {
    font-size: 0.875rem;
    color: #475569;
}

.packaging-detail-block .packaging-detail-block__checkbox-row {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    cursor: pointer;
}

.packaging-detail-block .packaging-detail-block__checkbox-row:hover {
    background-color: #F1F5F9;
}

.packaging-detail-block .packaging-detail-block__check-label {
    font-size: 0.875rem;
    color: #1E293B;
    font-weight: 500;
}

.packaging-detail-block .packaging-detail-block__audit-feedback {
    background-color: #ECFDF5;
    color: #047857;
    font-size: 0.875rem;
    border: 1px solid #A7F3D0;
}

.packaging-detail-block .packaging-detail-block__form-card {
    border: 1px solid #E2E8F0;
}

.packaging-detail-block .packaging-detail-block__form-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.6875rem;
    font-weight: 600;
    color: #D96B27;
    letter-spacing: 0.05em;
}

.packaging-detail-block .packaging-detail-block__form-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #0F172A;
    font-size: 1.25rem;
    font-weight: 700;
}

.packaging-detail-block .packaging-detail-block__form-subtitle {
    font-size: 0.875rem;
    color: #64748B;
}

.packaging-detail-block .packaging-detail-block__form-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.25rem;
}

.packaging-detail-block .packaging-detail-block__input,
.packaging-detail-block .packaging-detail-block__select,
.packaging-detail-block .packaging-detail-block__textarea {
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #0F172A;
    font-size: 0.875rem;
    padding: 0.625rem 0.875rem;
    border-radius: 6px;
}

.packaging-detail-block .packaging-detail-block__input::placeholder,
.packaging-detail-block .packaging-detail-block__textarea::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.packaging-detail-block .packaging-detail-block__input:focus,
.packaging-detail-block .packaging-detail-block__select:focus,
.packaging-detail-block .packaging-detail-block__textarea:focus {
    border-color: #1E3A5F;
    box-shadow: 0 0 0 0.2rem rgba(30, 58, 95, 0.15);
    background-color: #FFFFFF;
    color: #0F172A;
}

.packaging-detail-block .packaging-detail-block__submit-btn {
    background-color: #1E3A5F;
    color: #FFFFFF;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0.6875rem 1.5rem;
    border-radius: 6px;
    border: 1px solid #1E3A5F;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.packaging-detail-block .packaging-detail-block__submit-btn:hover {
    background-color: #D96B27;
    border-color: #D96B27;
    color: #FFFFFF;
}

.packaging-detail-block .packaging-detail-block__sidebar-card {
    border: 1px solid #E2E8F0;
}

.packaging-detail-block .packaging-detail-block__sidebar-heading {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #0F172A;
}

.packaging-detail-block .packaging-detail-block__nav-link {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    color: #334155;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.packaging-detail-block .packaging-detail-block__nav-link:hover {
    background-color: #EFF6FF;
    border-color: #BFDBFE;
    color: #1D4ED8;
}

.packaging-detail-block .packaging-detail-block__doc-link {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    color: #334155;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.packaging-detail-block .packaging-detail-block__doc-link:hover {
    background-color: #F1F5F9;
    color: #0F172A;
    border-color: #CBD5E1;
}

.packaging-detail-block .packaging-detail-block__doc-icon {
    color: #D96B27;
    font-size: 1.125rem;
}

.packaging-detail-block .packaging-detail-block__notice-box {
    background-color: #1E3A5F;
    color: #F8FAFC;
    border: 1px solid #1E293B;
}

.packaging-detail-block .packaging-detail-block__notice-icon {
    color: #38BDF8;
    font-size: 1.25rem;
}

.packaging-detail-block .packaging-detail-block__notice-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #FFFFFF;
}

.packaging-detail-block .packaging-detail-block__notice-text {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #CBD5E1;
}

@media (max-width: 767.98px) {
    .packaging-detail-block .packaging-detail-block__title {
        font-size: 1.125rem;
        hyphens: auto;
    }

    .packaging-detail-block .packaging-detail-block__section-heading {
        font-size: 1rem;
        hyphens: auto;
    }

    .packaging-detail-block .packaging-detail-block__subheading {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .packaging-detail-block .packaging-detail-block__main-image {
        height: 200px;
    }

    .packaging-detail-block .packaging-detail-block__submit-btn {
        width: 100%;
    }
}

/* ===== PAGE TEMPLATE: knowledge-base-list ===== */
.mailreadiness-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
    z-index: 1030;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif
}

.mailreadiness-header__topbar {
    background-color: #1E3A5F;
    color: #F8FAFC;
    font-size: 0.75rem;
    padding: 0.25rem 0
}

.mailreadiness-header__badge {
    background-color: #D96B27;
    color: #FFFFFF;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
    letter-spacing: 0.04em
}

.mailreadiness-header__topbar-text {
    color: #CBD5E1;
    font-weight: 400
}

.mailreadiness-header__topbar-link {
    color: #F8FAFC;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease
}

.mailreadiness-header__topbar-link:hover {
    color: #D96B27
}

.mailreadiness-header__divider {
    color: #64748B;
    font-size: 0.6875rem
}

.mailreadiness-header__navbar {
    background-color: #FFFFFF;
    padding: 0.625rem 0
}

.mailreadiness-header__logo {
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
    border-radius: 6px
}

.mailreadiness-header__brand-title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1E3A5F;
    line-height: 1.1;
    letter-spacing: -0.02em
}

.mailreadiness-header__brand-tagline {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.6875rem;
    font-weight: 600;
    color: #D96B27;
    letter-spacing: 0.08em;
    text-transform: uppercase
}

.mailreadiness-header__toggler {
    border: 1px solid #CBD5E1;
    padding: 0.375rem 0.625rem;
    border-radius: 6px;
    background-color: #F8FAFC
}

.mailreadiness-header__toggler:focus {
    box-shadow: none
}

.mailreadiness-header__toggler-icon {
    font-size: 1.375rem;
    color: #1E3A5F
}

.mailreadiness-header__nav-list {
    gap: 0.25rem
}

.mailreadiness-header__link {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #475569;
    padding: 0.5rem 0.875rem;
    border-radius: 6px;
    transition: color 0.2s ease, background-color 0.2s ease
}

.mailreadiness-header__link:hover,
.mailreadiness-header__link:focus {
    color: #1E3A5F;
    background-color: #F1F5F9
}

.mailreadiness-header__cta-btn {
    background-color: #1E3A5F;
    color: #FFFFFF;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5625rem 1.125rem;
    border-radius: 6px;
    border: 1px solid #1E3A5F;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.2s ease, border-color 0.2s ease
}

.mailreadiness-header__cta-btn:hover,
.mailreadiness-header__cta-btn:focus {
    background-color: #D96B27;
    border-color: #D96B27;
    color: #FFFFFF
}

@media (max-width:991.98px) {
    .mailreadiness-header__collapse {
        background-color: #FFFFFF;
        padding: 1rem 0;
        border-top: 1px solid #E2E8F0;
        margin-top: 0.5rem
    }

    .mailreadiness-header__nav-list {
        margin-bottom: 1rem !important
    }

    .mailreadiness-header__link {
        padding: 0.625rem 0.75rem;
        font-size: 0.9375rem;
        border-bottom: 1px solid #F1F5F9
    }

    .mailreadiness-header__action-wrap {
        padding: 0.5rem 0.75rem
    }

    .mailreadiness-header__cta-btn {
        width: 100%;
        justify-content: center
    }
}

.kb-detail-hero {
    background-color: #F8FAFC;
    border-bottom: 1px solid #E2E8F0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.kb-detail-hero .kb-detail-hero__breadcrumb-link {
    color: #4A6B82;
    text-decoration: none;
    font-size: 0.8125rem;
}

.kb-detail-hero .kb-detail-hero__breadcrumb-link:hover {
    color: #1E3A5F;
    text-decoration: underline;
}

.kb-detail-hero .breadcrumb-item.active {
    color: #64748B;
    font-size: 0.8125rem;
}

.kb-detail-hero .kb-detail-hero__category-pill {
    background-color: #EFF6FF;
    border: 1px solid #BFDBFE;
    border-radius: 9999px;
}

.kb-detail-hero .kb-detail-hero__pill-icon {
    color: #1D4ED8;
    font-size: 0.875rem;
}

.kb-detail-hero .kb-detail-hero__pill-text {
    color: #1D4ED8;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.kb-detail-hero .kb-detail-hero__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #0F172A;
    font-weight: 800;
    font-size: 2rem;
    line-height: 1.25;
}

.kb-detail-hero .kb-detail-hero__lead {
    color: #475569;
    font-size: 1.0625rem;
    line-height: 1.6;
}

.kb-detail-hero .kb-detail-hero__meta-strip {
    background-color: #F1F5F9;
    border: 1px solid #E2E8F0;
    font-size: 0.8125rem;
}

.kb-detail-hero .kb-detail-hero__meta-icon {
    color: #D96B27;
    font-size: 0.9375rem;
}

.kb-detail-hero .kb-detail-hero__meta-label {
    color: #64748B;
}

.kb-detail-hero .kb-detail-hero__meta-value {
    color: #0F172A;
    font-weight: 600;
    font-family: 'JetBrains Mono', monospace;
}

.kb-detail-hero .kb-detail-hero__meta-divider {
    color: #CBD5E1;
}

.kb-detail-content {
    background-color: #F8FAFC;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.kb-detail-content .kb-detail-content__article {
    border: 1px solid #E2E8F0;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.kb-detail-content .kb-detail-content__image {
    height: 340px;
    object-fit: cover;
    display: block;
}

.kb-detail-content .kb-detail-content__image-badge {
    background-color: rgba(15, 23, 42, 0.85);
    color: #F8FAFC;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.kb-detail-content .kb-detail-content__summary-box {
    background-color: #EFF6FF;
    border-left: 4px solid #1D4ED8;
}

.kb-detail-content .kb-detail-content__summary-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1E3A5F;
}

.kb-detail-content .kb-detail-content__summary-desc {
    color: #1E293B;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.kb-detail-content .kb-detail-content__heading-2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.3;
}

.kb-detail-content .kb-detail-content__heading-3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.1875rem;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.3;
}

.kb-detail-content .kb-detail-content__paragraph {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.65;
}

.kb-detail-content .kb-detail-content__callout {
    background-color: #FFFBEB;
    border: 1px solid #FDE68A;
}

.kb-detail-content .kb-detail-content__callout-icon {
    color: #B45309;
    font-size: 1.375rem;
    flex-shrink: 0;
}

.kb-detail-content .kb-detail-content__callout-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #92400E;
}

.kb-detail-content .kb-detail-content__callout-desc {
    color: #78350F;
    font-size: 0.875rem;
    line-height: 1.5;
}

.kb-detail-content .kb-detail-content__checklist-block {
    background-color: #F1F5F9;
    border: 1px solid #E2E8F0;
}

.kb-detail-content .kb-detail-content__checklist-heading {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #0F172A;
}

.kb-detail-content .kb-detail-content__check-row {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
}

.kb-detail-content .kb-detail-content__check-icon {
    color: #047857;
    font-size: 1.125rem;
}

.kb-detail-content .kb-detail-content__check-label {
    color: #1E293B;
    font-size: 0.875rem;
    font-weight: 500;
}

.kb-detail-content .kb-detail-content__check-status {
    font-family: 'JetBrains Mono', monospace;
    background-color: #ECFDF5;
    color: #047857;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.15rem 0.5rem;
    border-radius: 0.25rem;
}

.kb-detail-content .kb-detail-content__tab-section-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #0F172A;
}

.kb-detail-content .kb-detail-content__tab-section-badge {
    background-color: #F1F5F9;
    color: #475569;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.6875rem;
    font-weight: 600;
}

.kb-detail-content .kb-detail-tab-btn {
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #475569;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 0.375rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.kb-detail-content .kb-detail-tab-btn:hover {
    background-color: #F1F5F9;
    color: #0F172A;
}

.kb-detail-content .kb-detail-tab-btn.active {
    background-color: #1E3A5F;
    border-color: #1E3A5F;
    color: #FFFFFF;
}

.kb-detail-content .kb-detail-pane__box {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
}

.kb-detail-content .kb-detail-pane__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0F172A;
}

.kb-detail-content .kb-detail-pane__text {
    color: #475569;
    font-size: 0.875rem;
    line-height: 1.6;
}

.kb-detail-sidebar .kb-detail-sidebar__card {
    border: 1px solid #E2E8F0;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.kb-detail-sidebar .kb-detail-sidebar__card--highlight {
    background-color: #EFF6FF;
    border: 1px solid #BFDBFE;
}

.kb-detail-sidebar .kb-detail-sidebar__heading {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0F172A;
}

.kb-detail-sidebar .kb-detail-sidebar__subtext {
    color: #64748B;
    font-size: 0.8125rem;
    line-height: 1.5;
}

.kb-detail-sidebar .kb-detail-sidebar__recent-link {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.kb-detail-sidebar .kb-detail-sidebar__recent-link:hover {
    background-color: #F1F5F9;
    border-color: #CBD5E1;
}

.kb-detail-sidebar .kb-detail-sidebar__link-title {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1E293B;
}

.kb-detail-sidebar .kb-detail-sidebar__arrow-icon {
    color: #D96B27;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.kb-detail-sidebar .kb-detail-sidebar__label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.kb-detail-sidebar .kb-detail-sidebar__input {
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #0F172A;
    font-size: 0.8125rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
}

.kb-detail-sidebar .kb-detail-sidebar__input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.kb-detail-sidebar .kb-detail-sidebar__input:focus {
    background-color: #FFFFFF;
    border-color: #1E3A5F;
    color: #0F172A;
    box-shadow: 0 0 0 2px rgba(30, 58, 95, 0.15);
}

.kb-detail-sidebar .kb-detail-sidebar__submit-btn {
    background-color: #1E3A5F;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.8125rem;
    padding: 0.625rem 1rem;
    border-radius: 0.375rem;
    border: 1px solid #1E3A5F;
    transition: background-color 0.2s ease;
}

.kb-detail-sidebar .kb-detail-sidebar__submit-btn:hover {
    background-color: #D96B27;
    border-color: #D96B27;
    color: #FFFFFF;
}

.kb-detail-sidebar .kb-detail-sidebar__badge-icon {
    color: #1D4ED8;
    font-size: 1.125rem;
}

.kb-detail-sidebar .kb-detail-sidebar__badge-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    color: #1E3A5F;
}

.kb-detail-sidebar .kb-detail-sidebar__badge-desc {
    font-size: 0.8125rem;
    color: #475569;
    line-height: 1.5;
}

.kb-detail-sidebar .kb-detail-sidebar__checklist-btn {
    background-color: #FFFFFF;
    color: #1E3A5F;
    border: 1px solid #1E3A5F;
    font-weight: 600;
    font-size: 0.8125rem;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
}

.kb-detail-sidebar .kb-detail-sidebar__checklist-btn:hover {
    background-color: #1E3A5F;
    color: #FFFFFF;
}

.site-footer {
    background-color: #0F172A;
    color: #F8FAFC;
    border-top: 1px solid #1E293B;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.site-footer .site-footer__brand-name {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #F8FAFC;
    letter-spacing: -0.02em;
}

.site-footer .site-footer__logo {
    max-width: 40px;
    height: auto;
    object-fit: contain;
}

.site-footer .site-footer__brand-desc {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #94A3B8;
    max-width: 320px;
}

.site-footer .site-footer__domain-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    color: #CBD5E1;
    background-color: #1E293B;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    border: 1px solid #334155;
}

.site-footer .site-footer__domain-tag i {
    color: #D96B27;
}

.site-footer .site-footer__heading {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #F8FAFC;
}

.site-footer .site-footer__link {
    color: #94A3B8;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.15s ease-in-out;
}

.site-footer .site-footer__link:hover,
.site-footer .site-footer__link:focus {
    color: #F8FAFC;
    text-decoration: underline;
}

.site-footer .site-footer__contact-card {
    background-color: #1E293B;
    border: 1px solid #334155;
}

.site-footer .site-footer__icon {
    color: #D96B27;
    font-size: 1.125rem;
    flex-shrink: 0;
}

.site-footer .site-footer__contact-text {
    font-size: 0.875rem;
    color: #CBD5E1;
    line-height: 1.5;
}

.site-footer .site-footer__contact-link {
    font-size: 0.875rem;
    color: #CBD5E1;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}

.site-footer .site-footer__contact-link:hover,
.site-footer .site-footer__contact-link:focus {
    color: #FFFFFF;
    text-decoration: underline;
}

.site-footer .site-footer__bottom {
    border-color: #1E293B !important;
}

.site-footer .site-footer__copyright {
    font-size: 0.8125rem;
    color: #94A3B8;
    line-height: 1.5;
}

.site-footer .site-footer__status-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #38BDF8;
    background-color: rgba(56, 189, 248, 0.1);
    border: 1px solid rgba(56, 189, 248, 0.2);
}

@media (max-width: 767.98px) {
    .kb-detail-hero .kb-detail-hero__title {
        font-size: 1.125rem;
        hyphens: auto;
    }

    .kb-detail-hero .kb-detail-hero__lead {
        font-size: 0.875rem;
    }

    .kb-detail-content .kb-detail-content__image {
        height: 200px;
    }

    .kb-detail-content .kb-detail-content__heading-2 {
        font-size: 1rem;
    }

    .kb-detail-content .kb-detail-content__heading-3 {
        font-size: 0.875rem;
    }

    .kb-detail-sidebar .kb-detail-sidebar__heading {
        font-size: 0.875rem;
    }

    .site-footer .site-footer__heading {
        font-size: 0.875rem;
    }

    .site-footer .site-footer__brand-name {
        font-size: 1.125rem;
    }

    .site-footer .site-footer__copyright {
        font-size: 0.75rem;
        hyphens: auto;
    }

    .site-footer .site-footer__status-badge {
        font-size: 0.6875rem;
    }
}