:root {
    --primary-brand: #1E3A8A;
    --secondary-brand: #0EA5E9;
    --accent: #2563EB;
    --bg-primary: #F8FAFC;
    --bg-secondary: #FFFFFF;
    --bg-tertiary: #F1F5F9;
    --bg-highlight: #EFF6FF;
    --text-primary: #0F172A;
    --text-secondary: #334155;
    --text-muted: #64748B;
    --border-subtle: #E2E8F0;
    --border-strong: #CBD5E1;
    --border-accent: #BFDBFE;
    --card-bg: #FFFFFF;
    --card-bg-alt: #F8FAFC;
    --badge-orphan-bg: #FEE2E2;
    --badge-orphan-text: #991B1B;
    --badge-warning-bg: #FEF3C7;
    --badge-warning-text: #92400E;
    --badge-verified-bg: #DCFCE7;
    --badge-verified-text: #166534;
    --font-main: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-mono: 'JetBrains Mono', SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

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

.fs-body {
    font-family: var(--font-main);
    background-color: var(--bg-primary);
    color: var(--text-primary);
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
}

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

.fs-mono {
    font-family: var(--font-mono);
}

.fs-btn-primary {
    background-color: var(--primary-brand);
    color: #FFFFFF;
    border: 1px solid var(--primary-brand);
    border-radius: 6px;
    padding: 0.65rem 1.4rem;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-block;
    transition: none;
}

.fs-btn-primary:hover,
.fs-btn-primary:focus {
    background-color: #172554;
    border-color: #172554;
    color: #FFFFFF;
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

.fs-btn-secondary {
    background-color: var(--bg-secondary);
    color: var(--text-primary);
    border: 1px solid var(--border-strong);
    border-radius: 6px;
    padding: 0.65rem 1.4rem;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-block;
    transition: none;
}

.fs-btn-secondary:hover,
.fs-btn-secondary:focus {
    background-color: var(--bg-tertiary);
    border-color: var(--text-muted);
    color: var(--text-primary);
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

/* ===== header ===== */
#main-site-header.site-header-wrapper {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
    width: 100%;
    position: relative;
    z-index: 1030;
}

#main-site-header .site-header-topbar {
    background-color: #0F172A;
    color: #CBD5E1;
    padding: 0.35rem 0;
    font-size: 0.78rem;
    font-family: 'JetBrains Mono', monospace;
    border-bottom: 1px solid #1E293B;
}

#main-site-header .badge-protocol {
    background-color: #1E3A8A;
    color: #F8FAFC;
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.03em;
}

#main-site-header .topbar-text {
    color: #94A3B8;
}

#main-site-header .topbar-link {
    color: #38BDF8;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.75rem;
}

#main-site-header .topbar-link:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#main-site-header .navbar {
    background-color: #FFFFFF;
    padding: 0.75rem 0;
}

#main-site-header .navbar-brand {
    text-decoration: none;
}

#main-site-header .site-logo {
    width: 42px;
    height: 42px;
    max-width: 42px;
    object-fit: contain;
}

#main-site-header .brand-text-group {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

#main-site-header .brand-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1E3A8A;
    letter-spacing: -0.02em;
}

#main-site-header .brand-subtitle {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0EA5E9;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-family: 'JetBrains Mono', monospace;
}

#main-site-header .navbar-toggler {
    border: 1px solid #CBD5E1;
    background-color: #F8FAFC;
    color: #0F172A;
    padding: 0.45rem 0.75rem;
    border-radius: 6px;
}

#main-site-header .navbar-toggler:focus {
    box-shadow: 0 0 0 2px #2563EB;
    outline: none;
}

#main-site-header .navbar-toggler-icon-custom {
    color: #0F172A;
    font-size: 1.1rem;
}

#main-site-header .nav-link {
    font-size: 0.95rem;
    font-weight: 600;
    color: #334155;
    padding: 0.5rem 0.85rem;
    border-radius: 6px;
}

#main-site-header .nav-link:hover,
#main-site-header .nav-link:focus {
    color: #1E3A8A;
    background-color: #EFF6FF;
}

#main-site-header .dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    padding: 0.5rem;
    min-width: 280px;
}

#main-site-header .dropdown-item {
    padding: 0.65rem 0.85rem;
    border-radius: 6px;
    color: #0F172A;
}

#main-site-header .dropdown-item:hover,
#main-site-header .dropdown-item:focus {
    background-color: #F8FAFC;
}

#main-site-header .dropdown-item-content {
    display: flex;
    flex-direction: column;
}

#main-site-header .dropdown-item-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1E3A8A;
    line-height: 1.3;
}

#main-site-header .dropdown-item:hover .dropdown-item-title {
    color: #2563EB;
}

#main-site-header .dropdown-item-desc {
    font-size: 0.76rem;
    color: #64748B;
    line-height: 1.3;
    margin-top: 0.15rem;
}

#main-site-header .btn-header-action {
    background-color: #1E3A8A;
    color: #FFFFFF;
    border: 1px solid #1E3A8A;
    border-radius: 6px;
    padding: 0.55rem 1.15rem;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#main-site-header .btn-header-action:hover {
    background-color: #172554;
    border-color: #172554;
    color: #FFFFFF;
}

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

    #main-site-header .nav-link {
        padding: 0.65rem 0.75rem;
        font-size: 0.9rem;
    }

    #main-site-header .dropdown-menu {
        box-shadow: none;
        border: 1px solid #E2E8F0;
        background-color: #F8FAFC;
        margin-top: 0.25rem;
        margin-bottom: 0.5rem;
    }

    #main-site-header .header-cta-wrapper {
        border-top: 1px solid #E2E8F0;
        margin-top: 0.75rem;
    }
}

/* ===== hero ===== */
.hero-stewardship-section {
    position: relative;
    background-color: #0B1120;
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    color: #F8FAFC;
    border-bottom: 1px solid #1E293B;
}

.hero-stewardship-bg-glow {
    position: absolute;
    top: 10%;
    right: 15%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.18) 0%, rgba(30, 58, 138, 0.05) 70%, transparent 100%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-stewardship-shape {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.hero-stewardship-star-1 {
    top: 12%;
    left: 6%;
    color: #38BDF8;
    font-size: 0.9rem;
}

.hero-stewardship-star-2 {
    bottom: 14%;
    right: 48%;
    color: #60A5FA;
    font-size: 1.1rem;
}

.hero-stewardship-zigzag {
    top: 8%;
    right: 6%;
}

.hero-stewardship-label-wrap {
    padding-bottom: 4px;
}

.hero-stewardship-label {
    font-family: 'JetBrains Mono', SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #38BDF8;
    display: inline-block;
}

.hero-stewardship-curve {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 8px;
    pointer-events: none;
}

.hero-stewardship-title {
    color: #FFFFFF;
    font-weight: 800;
    font-size: clamp(1.85rem, 3.8vw, 3.1rem);
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.hero-stewardship-subtitle {
    color: #94A3B8;
    font-size: clamp(0.95rem, 1.2vw, 1.12rem);
    line-height: 1.65;
    max-width: 580px;
}

.hero-stewardship-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.6rem;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    min-height: 48px;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.hero-stewardship-btn-primary {
    background-color: #2563EB;
    border: 1px solid #2563EB;
    color: #FFFFFF;
}

.hero-stewardship-btn-primary:hover,
.hero-stewardship-btn-primary:focus {
    background-color: #1D4ED8;
    border-color: #1D4ED8;
    color: #FFFFFF;
}

.hero-stewardship-btn-secondary {
    background-color: #1E293B;
    border: 1px solid #334155;
    color: #F8FAFC;
}

.hero-stewardship-btn-secondary:hover,
.hero-stewardship-btn-secondary:focus {
    background-color: #334155;
    border-color: #475569;
    color: #FFFFFF;
}

.hero-stewardship-indicators {
    border-color: #1E293B !important;
}

.hero-stewardship-stat {
    display: flex;
    flex-direction: column;
}

.hero-stewardship-stat-number {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    font-weight: 700;
    color: #38BDF8;
    letter-spacing: 0.05em;
}

.hero-stewardship-stat-label {
    font-size: 0.82rem;
    font-weight: 500;
    color: #CBD5E1;
}

.hero-stewardship-visual-container {
    max-width: 440px;
    width: 100%;
    padding: 1.5rem 0.5rem;
}

.hero-stewardship-blob-outline {
    position: absolute;
    inset: 0;
    border: 2px dashed #1E3A8A;
    border-radius: 46% 54% 63% 37% / 41% 44% 56% 59%;
    pointer-events: none;
    transform: rotate(-3deg) scale(1.03);
}

.hero-stewardship-blob-frame {
    position: relative;
    width: 100%;
    height: 380px;
    border-radius: 42% 58% 52% 48% / 48% 46% 54% 52%;
    overflow: hidden;
    border: 4px solid #1E293B;
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.6);
    background-color: #0F172A;
}

.hero-stewardship-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-stewardship-floating-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background-color: #0F172A;
    border: 1px solid #334155;
    border-radius: 8px;
    padding: 0.65rem 0.95rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.hero-stewardship-badge-top {
    top: 0;
    right: -10px;
}

.hero-stewardship-badge-bottom {
    bottom: 0;
    left: -10px;
}

.hero-stewardship-badge-icon {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background-color: rgba(34, 197, 94, 0.15);
    color: #4ADE80;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.hero-stewardship-badge-icon-warning {
    background-color: rgba(245, 158, 11, 0.15);
    color: #FBBF24;
}

.hero-stewardship-badge-text {
    display: flex;
    flex-direction: column;
}

.hero-stewardship-badge-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: #F8FAFC;
}

.hero-stewardship-badge-desc {
    font-size: 0.7rem;
    color: #94A3B8;
}

@media (max-width: 991.98px) {
    .hero-stewardship-section {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .hero-stewardship-visual-container {
        max-width: 380px;
        margin-top: 2rem;
    }

    .hero-stewardship-blob-frame {
        height: 320px;
    }
}

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

    .hero-stewardship-subtitle {
        font-size: 0.9rem;
    }

    .hero-stewardship-floating-badge {
        position: static;
        margin-top: 0.75rem;
        width: 100%;
    }

    .hero-stewardship-visual-container {
        padding: 0;
    }
}

/* ===== problem_solution ===== */
.fs-problem-solution-section {
    background-color: #F8FAFC;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #334155;
}

.fs-problem-solution-section__badge {
    display: inline-block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1E3A8A;
    background-color: #EFF6FF;
    border: 1px solid #BFDBFE;
    padding: 0.35rem 0.85rem;
    border-radius: 4px;
}

.fs-problem-solution-section__title {
    color: #0F172A;
    font-weight: 700;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.fs-problem-solution-section__lead {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #334155;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.fs-problem-solution-section__card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.fs-problem-solution-section__card--problem {
    border-top: 4px solid #EF4444;
}

.fs-problem-solution-section__card--solution {
    border-top: 4px solid #1E3A8A;
    border-left: 1px solid #CBD5E1;
}

.fs-problem-solution-section__icon-box {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.fs-problem-solution-section__icon-box--danger {
    background-color: #FEE2E2;
    color: #991B1B;
}

.fs-problem-solution-section__icon-box--success {
    background-color: #EFF6FF;
    color: #1E3A8A;
}

.fs-problem-solution-section__status {
    display: block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
}

.fs-problem-solution-section__status--danger {
    color: #991B1B;
}

.fs-problem-solution-section__status--success {
    color: #1E3A8A;
}

.fs-problem-solution-section__card-title {
    color: #0F172A;
    font-size: clamp(1.2rem, 1.8vw, 1.45rem);
    font-weight: 700;
    line-height: 1.35;
}

.fs-problem-solution-section__card-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #475569;
}

.fs-problem-solution-section__list-item span {
    font-size: 0.925rem;
    line-height: 1.55;
    color: #334155;
}

.fs-problem-solution-section__list-icon {
    font-size: 1.1rem;
    flex-shrink: 0;
}

.fs-problem-solution-section__footer {
    border-color: #E2E8F0 !important;
}

.fs-problem-solution-section__metric-box {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
}

.fs-problem-solution-section__metric-box--success {
    background-color: #EFF6FF;
    border-color: #BFDBFE;
}

.fs-problem-solution-section__cta-panel {
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-left: 4px solid #1E3A8A;
}

.fs-problem-solution-section__cta-title {
    font-size: 1.15rem;
    font-weight: 700;
}

.fs-problem-solution-section__cta-text {
    font-size: 0.925rem;
}

.fs-problem-solution-section__btn {
    text-decoration: none;
    padding: 0.65rem 1.4rem;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.fs-problem-solution-section__btn--primary {
    background-color: #1E3A8A;
    border: 1px solid #1E3A8A;
    color: #FFFFFF;
}

.fs-problem-solution-section__btn--primary:hover {
    background-color: #172554;
    border-color: #172554;
    color: #FFFFFF;
}

.fs-problem-solution-section__btn--secondary {
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #0F172A;
}

.fs-problem-solution-section__btn--secondary:hover {
    background-color: #F1F5F9;
    border-color: #94A3B8;
    color: #0F172A;
}

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

    .fs-problem-solution-section__card-title {
        font-size: 14px;
        hyphens: auto;
    }

    .fs-problem-solution-section__cta-title {
        font-size: 14px;
        hyphens: auto;
    }

    .fs-problem-solution-section__btn {
        width: 100%;
    }
}

/* ===== featured_case ===== */
.featured-case-block {
    background-color: #F8FAFC;
    color: #334155;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
}

.featured-case-block__badge {
    display: inline-block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1E3A8A;
    background-color: #EFF6FF;
    border: 1px solid #BFDBFE;
    padding: 0.35rem 0.85rem;
    border-radius: 4px;
}

.featured-case-block__title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #0F172A;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
}

.featured-case-block__subtitle {
    font-size: 1.05rem;
    color: #64748B;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.featured-case-block__card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.featured-case-block__card--diagnostic {
    border-left: 4px solid #1E3A8A;
}

.featured-case-block__card-header {
    padding: 1.25rem 1.5rem;
    background-color: #FFFFFF;
}

.featured-case-block__card-body {
    padding: 1.5rem;
}

.featured-case-block__mono-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    font-weight: 600;
    color: #1E3A8A;
    letter-spacing: 0.03em;
}

.featured-case-block__tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    text-transform: uppercase;
}

.featured-case-block__tag--warning {
    background-color: #FEF3C7;
    color: #92400E;
    border: 1px solid #FDE68A;
}

.featured-case-block__metric-box {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    padding: 1rem;
}

.featured-case-block__metric-title {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    color: #0F172A;
    font-weight: 600;
    word-break: break-all;
}

.featured-case-block__metric-item {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
}

.featured-case-block__metric-label {
    display: block;
    font-size: 0.75rem;
    color: #64748B;
    text-transform: uppercase;
    font-weight: 600;
}

.featured-case-block__metric-val {
    display: block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0F172A;
}

.featured-case-block__lead-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #334155;
}

.featured-case-block__quote-box {
    background-color: #EFF6FF;
    border: 1px solid #BFDBFE;
    border-radius: 6px;
    padding: 1rem 1.25rem;
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin-top: 1.25rem;
}

.featured-case-block__quote-icon {
    color: #1E3A8A;
    font-size: 1.25rem;
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.featured-case-block__quote-text {
    font-size: 0.88rem;
    line-height: 1.5;
    color: #1E3A8A;
    font-weight: 500;
    margin: 0;
}

.featured-case-block__tab-btn {
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #334155;
    border-radius: 4px;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.45rem 0.75rem;
    cursor: pointer;
    transition: none;
}

.featured-case-block__tab-btn:hover {
    background-color: #F1F5F9;
    color: #0F172A;
    border-color: #94A3B8;
}

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

.featured-case-block__step-index {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0EA5E9;
    background-color: #F0F9FF;
    border: 1px solid #BAE6FD;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-right: 0.85rem;
    flex-shrink: 0;
}

.featured-case-block__step-heading {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0F172A;
    margin: 0;
    line-height: 1.35;
}

.featured-case-block__text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #334155;
    margin-bottom: 1.25rem;
}

.featured-case-block__check-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.featured-case-block__check-list li {
    font-size: 0.9rem;
    color: #334155;
    margin-bottom: 0.6rem;
    display: flex;
    align-items: flex-start;
}

.featured-case-block__check-list li i {
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.featured-case-block__footer-hint {
    font-size: 0.85rem;
    color: #64748B;
    font-weight: 500;
}

.featured-case-block__btn {
    display: inline-block;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.55rem 1.1rem;
    text-align: center;
    transition: none;
}

.featured-case-block__btn--primary {
    background-color: #1E3A8A;
    color: #FFFFFF;
    border: 1px solid #1E3A8A;
}

.featured-case-block__btn--primary:hover {
    background-color: #172554;
    border-color: #172554;
    color: #FFFFFF;
}

.featured-case-block__btn--secondary {
    background-color: #FFFFFF;
    color: #0F172A;
    border: 1px solid #CBD5E1;
}

.featured-case-block__btn--secondary:hover {
    background-color: #F1F5F9;
    border-color: #94A3B8;
    color: #0F172A;
}

.featured-case-block__summary-box {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 1.25rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    height: 100%;
}

.featured-case-block__summary-icon {
    background-color: #EFF6FF;
    color: #1E3A8A;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    border: 1px solid #BFDBFE;
}

.featured-case-block__summary-title {
    font-size: 1rem;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 0.35rem;
    line-height: 1.4;
}

.featured-case-block__summary-text {
    font-size: 0.85rem;
    color: #64748B;
    line-height: 1.5;
    margin-bottom: 0;
}

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

    .featured-case-block__step-heading {
        font-size: 1.05rem;
        hyphens: auto;
    }

    .featured-case-block__tab-btn {
        font-size: 0.75rem;
        padding: 0.35rem 0.6rem;
    }
}

/* ===== comparison_table ===== */
.comparison-matrix-section {
    background-color: #F8FAFC;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
}

.comparison-matrix-section__badge {
    display: inline-block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1E3A8A;
    background-color: #EFF6FF;
    border: 1px solid #BFDBFE;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
}

.comparison-matrix-section__title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #0F172A;
}

.comparison-matrix-section__subtitle {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #334155;
    max-width: 780px;
    margin: 0 auto;
}

.comparison-matrix-section__table-wrapper {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.comparison-matrix-section__table {
    margin: 0;
    border-collapse: collapse;
}

.comparison-matrix-section__table thead th {
    background-color: #F1F5F9;
    color: #0F172A;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 1.1rem 1.25rem;
    border-bottom: 2px solid #CBD5E1;
}

.comparison-matrix-section__col-feature {
    width: 32%;
}

.comparison-matrix-section__col-legacy {
    width: 34%;
    background-color: #F8FAFC !important;
}

.comparison-matrix-section__col-steward {
    width: 34%;
    background-color: #EFF6FF !important;
    color: #1E3A8A !important;
    border-left: 2px solid #BFDBFE;
}

.comparison-matrix-section__table tbody tr {
    border-bottom: 1px solid #E2E8F0;
}

.comparison-matrix-section__table tbody tr:last-child {
    border-bottom: none;
}

.comparison-matrix-section__cell-feature {
    padding: 1.25rem;
    vertical-align: middle;
}

.comparison-matrix-section__feature-name {
    display: block;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: #0F172A;
    line-height: 1.35;
    margin-bottom: 0.25rem;
}

.comparison-matrix-section__feature-desc {
    display: block;
    font-size: 0.825rem;
    line-height: 1.45;
    color: #64748B;
}

.comparison-matrix-section__cell-legacy {
    padding: 1.25rem;
    background-color: #FCFDFE;
    vertical-align: middle;
}

.comparison-matrix-section__cell-steward {
    padding: 1.25rem;
    background-color: #FFFFFF;
    border-left: 2px solid #BFDBFE;
    vertical-align: middle;
}

.comparison-matrix-section__status-negative {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #475569;
    display: flex;
    align-items: flex-start;
}

.comparison-matrix-section__status-negative i {
    color: #DC2626;
    font-size: 1rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.comparison-matrix-section__status-positive {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 500;
    color: #0F172A;
    display: flex;
    align-items: flex-start;
}

.comparison-matrix-section__status-positive i {
    color: #16A34A;
    font-size: 1rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.comparison-matrix-section__footer-card {
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-left: 4px solid #1E3A8A;
    border-radius: 8px;
}

.comparison-matrix-section__footer-title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #0F172A;
}

.comparison-matrix-section__footer-desc {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #334155;
}

.comparison-matrix-section__btn-primary {
    background-color: #1E3A8A;
    color: #FFFFFF;
    border: 1px solid #1E3A8A;
    border-radius: 6px;
    padding: 0.65rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.comparison-matrix-section__btn-primary:hover {
    background-color: #172554;
    border-color: #172554;
    color: #FFFFFF;
}

.comparison-matrix-section__btn-secondary {
    background-color: #FFFFFF;
    color: #0F172A;
    border: 1px solid #CBD5E1;
    border-radius: 6px;
    padding: 0.65rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.comparison-matrix-section__btn-secondary:hover {
    background-color: #F1F5F9;
    border-color: #94A3B8;
    color: #0F172A;
}

@media (max-width: 767.98px) {
    .comparison-matrix-section__table-wrapper {
        border: none;
        background: transparent;
        box-shadow: none;
    }

    .comparison-matrix-section__table thead {
        display: none;
    }

    .comparison-matrix-section__table,
    .comparison-matrix-section__table tbody,
    .comparison-matrix-section__table tr,
    .comparison-matrix-section__table td {
        display: block;
        width: 100% !important;
    }

    .comparison-matrix-section__table tbody tr {
        background: #FFFFFF;
        border: 1px solid #CBD5E1;
        border-radius: 8px;
        margin-bottom: 1.25rem;
        padding: 0.5rem;
        box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    }

    .comparison-matrix-section__cell-feature {
        border-bottom: 1px solid #E2E8F0;
        padding: 0.85rem;
    }

    .comparison-matrix-section__cell-legacy {
        padding: 0.85rem;
        background-color: #F8FAFC;
        border-radius: 4px;
        margin-top: 0.5rem;
    }

    .comparison-matrix-section__cell-steward {
        padding: 0.85rem;
        background-color: #EFF6FF;
        border-left: none;
        border: 1px solid #BFDBFE;
        border-radius: 4px;
        margin-top: 0.5rem;
    }

    .comparison-matrix-section__cell-legacy::before {
        content: 'Traditional Storage Analyzers:';
        display: block;
        font-family: 'JetBrains Mono', monospace;
        font-size: 0.72rem;
        font-weight: 700;
        color: #64748B;
        text-transform: uppercase;
        margin-bottom: 0.35rem;
    }

    .comparison-matrix-section__cell-steward::before {
        content: 'FolderSteward Handbook:';
        display: block;
        font-family: 'JetBrains Mono', monospace;
        font-size: 0.72rem;
        font-weight: 700;
        color: #1E3A8A;
        text-transform: uppercase;
        margin-bottom: 0.35rem;
    }
}

/* ===== scope_of_work ===== */
#scope-of-work.fsh-scope-block {
    background-color: #F8FAFC;
    color: #334155;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
}

#scope-of-work .fsh-scope-pill {
    background-color: #EFF6FF;
    border: 1px solid #BFDBFE;
    color: #1E3A8A;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
}

#scope-of-work .fsh-scope-heading {
    color: #0F172A;
    font-weight: 700;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    line-height: 1.25;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

#scope-of-work .fsh-scope-lead {
    color: #334155;
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 820px;
}

#scope-of-work .fsh-scope-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 1.75rem;
    transition: border-color 0.15s ease-in-out;
}

#scope-of-work .fsh-scope-card-in {
    border-top: 4px solid #1E3A8A;
}

#scope-of-work .fsh-scope-card-out {
    border-top: 4px solid #991B1B;
}

#scope-of-work .fsh-card-header {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #E2E8F0;
    margin-bottom: 1.25rem;
}

#scope-of-work .fsh-icon-wrapper {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 1.2rem;
}

#scope-of-work .fsh-icon-in {
    background-color: #EFF6FF;
    color: #1E3A8A;
}

#scope-of-work .fsh-icon-out {
    background-color: #FEE2E2;
    color: #991B1B;
}

#scope-of-work .fsh-card-title {
    font-size: clamp(1.15rem, 1.6vw, 1.35rem);
    font-weight: 700;
    color: #0F172A;
    line-height: 1.3;
}

#scope-of-work .fsh-card-subtitle {
    font-size: 0.825rem;
    color: #64748B;
    display: block;
    margin-top: 0.15rem;
}

#scope-of-work .fsh-badge-in {
    background-color: #DCFCE7;
    color: #166534;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.725rem;
    font-weight: 600;
    padding: 0.4rem 0.65rem;
    border-radius: 4px;
}

#scope-of-work .fsh-badge-out {
    background-color: #FEE2E2;
    color: #991B1B;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.725rem;
    font-weight: 600;
    padding: 0.4rem 0.65rem;
    border-radius: 4px;
}

#scope-of-work .fsh-body-text {
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.5;
}

#scope-of-work .fsh-check-list,
#scope-of-work .fsh-cross-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

#scope-of-work .fsh-list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    font-size: 0.925rem;
    line-height: 1.55;
    color: #334155;
}

#scope-of-work .fsh-list-item:last-child {
    margin-bottom: 0;
}

#scope-of-work .fsh-item-bullet {
    width: 22px;
    height: 22px;
    min-width: 22px;
    background-color: #DCFCE7;
    color: #166534;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    margin-top: 0.2rem;
    margin-right: 0.75rem;
}

#scope-of-work .fsh-bullet-out {
    background-color: #FEE2E2;
    color: #991B1B;
}

#scope-of-work .fsh-item-content strong {
    color: #0F172A;
}

#scope-of-work .fsh-card-footer {
    padding-top: 1.25rem;
    border-top: 1px solid #F1F5F9;
}

#scope-of-work .fsh-btn {
    border-radius: 6px;
    padding: 0.65rem 1.25rem;
    font-weight: 600;
    font-size: 0.925rem;
    text-decoration: none;
    border: 1px solid transparent;
}

#scope-of-work .fsh-btn-primary {
    background-color: #1E3A8A;
    border-color: #1E3A8A;
    color: #FFFFFF;
}

#scope-of-work .fsh-btn-primary:hover {
    background-color: #172554;
    border-color: #172554;
    color: #FFFFFF;
}

#scope-of-work .fsh-btn-secondary {
    background-color: #FFFFFF;
    border-color: #CBD5E1;
    color: #0F172A;
}

#scope-of-work .fsh-btn-secondary:hover {
    background-color: #F1F5F9;
    border-color: #94A3B8;
    color: #0F172A;
}

@media (max-width: 767.98px) {
    #scope-of-work .fsh-scope-heading {
        font-size: 16px;
        hyphens: auto;
    }

    #scope-of-work .fsh-card-title {
        font-size: 14px;
        hyphens: auto;
    }

    #scope-of-work .fsh-scope-card {
        padding: 1.25rem;
    }
}

/* ===== client_logos ===== */
.steward-partner-logos {
    background-color: #F8FAFC;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.steward-partner-logos__kicker {
    display: inline-block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 700;
    color: #2563EB;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.steward-partner-logos__title {
    color: #0F172A;
    font-weight: 700;
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    line-height: 1.25;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.steward-partner-logos__subtitle {
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.55;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.steward-partner-logos__item {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 1.25rem 0.85rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.steward-partner-logos__icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 6px;
    background-color: #F1F5F9;
    border: 1px solid #CBD5E1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
}

.steward-partner-logos__icon {
    font-size: 1.25rem;
    color: #475569;
}

.steward-partner-logos__text-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.steward-partner-logos__name {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1E293B;
    line-height: 1.3;
    margin-bottom: 0.25rem;
}

.steward-partner-logos__desc {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    color: #475569;
    font-weight: 500;
    line-height: 1.3;
}

@media (max-width: 767.98px) {
    .steward-partner-logos__title {
        font-size: 1rem;
        line-height: 1.3;
        hyphens: auto;
    }

    .steward-partner-logos__subtitle {
        font-size: 0.85rem;
        line-height: 1.45;
    }

    .steward-partner-logos__item {
        padding: 1rem 0.5rem;
    }

    .steward-partner-logos__icon-wrap {
        width: 38px;
        height: 38px;
        margin-bottom: 0.5rem;
    }

    .steward-partner-logos__icon {
        font-size: 1.1rem;
    }

    .steward-partner-logos__name {
        font-size: 0.8rem;
    }

    .steward-partner-logos__desc {
        font-size: 0.68rem;
    }
}

/* ===== press_mentions ===== */
.fs-press-mentions {
    background-color: #F8FAFC;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #334155;
}

.fs-press-mentions .fs-press-tagline {
    font-family: 'JetBrains Mono', SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #1E3A8A;
    background-color: #EFF6FF;
    border: 1px solid #BFDBFE;
    padding: 0.35rem 0.75rem;
    border-radius: 4px;
}

.fs-press-mentions .fs-press-title {
    color: #0F172A;
    font-weight: 700;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.fs-press-mentions .fs-press-lead {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #475569;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.fs-press-mentions .fs-press-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-left: 4px solid #1E3A8A;
    border-radius: 8px;
    padding: 1.75rem;
}

.fs-press-mentions .fs-press-pub-name {
    font-family: 'JetBrains Mono', SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #0F172A;
}

.fs-press-mentions .fs-press-coverage-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    font-weight: 600;
    color: #166534;
    background-color: #DCFCE7;
    padding: 0.2rem 0.55rem;
    border-radius: 4px;
    border: 1px solid #BBF7D0;
    white-space: nowrap;
}

.fs-press-mentions .fs-press-article-title {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.35;
    color: #0F172A;
}

.fs-press-mentions .fs-press-quote {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #334155;
    border-left: 3px solid #CBD5E1;
    padding-left: 1rem;
    margin-left: 0;
    font-style: italic;
}

.fs-press-mentions .fs-press-topic-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748B;
}

.fs-press-mentions .fs-press-link {
    color: #2563EB;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
}

.fs-press-mentions .fs-press-link:hover {
    color: #1E3A8A;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .fs-press-mentions .fs-press-title {
        font-size: 16px;
        hyphens: auto;
    }

    .fs-press-mentions .fs-press-article-title {
        font-size: 14px;
        hyphens: auto;
    }

    .fs-press-mentions .fs-press-card {
        padding: 1.25rem;
    }
}

/* ===== category_grid ===== */
.folder-responsibility-grid-block {
    background-color: #F8FAFC;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
}

.folder-responsibility-grid-block .section-badge {
    display: inline-block;
    background-color: #EFF6FF;
    color: #1E3A8A;
    border: 1px solid #BFDBFE;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.4rem 0.9rem;
    border-radius: 4px;
}

.folder-responsibility-grid-block .section-title {
    color: #0F172A;
    font-weight: 700;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.folder-responsibility-grid-block .section-description {
    color: #334155;
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.folder-responsibility-grid-block .handbook-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.folder-responsibility-grid-block .card-img-link {
    display: block;
    position: relative;
    background-color: #F1F5F9;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-bottom: 1px solid #E2E8F0;
}

.folder-responsibility-grid-block .card-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.folder-responsibility-grid-block .mono-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #2563EB;
    background-color: #EFF6FF;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    border: 1px solid #BFDBFE;
}

.folder-responsibility-grid-block .meta-date {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: #64748B;
}

.folder-responsibility-grid-block .card-heading {
    font-size: clamp(1.15rem, 1.6vw, 1.35rem);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.015em;
}

.folder-responsibility-grid-block .card-heading-link {
    color: #0F172A;
    text-decoration: none;
}

.folder-responsibility-grid-block .card-heading-link:hover {
    color: #2563EB;
}

.folder-responsibility-grid-block .card-excerpt {
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.6;
}

.folder-responsibility-grid-block .card-footer-meta {
    border-color: #F1F5F9 !important;
}

.folder-responsibility-grid-block .steward-icon {
    color: #0EA5E9;
    font-size: 0.9rem;
}

.folder-responsibility-grid-block .steward-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: #334155;
}

.folder-responsibility-grid-block .action-btn {
    display: inline-flex;
    align-items: center;
    background-color: #1E3A8A;
    color: #FFFFFF;
    border: 1px solid #1E3A8A;
    border-radius: 6px;
    padding: 0.45rem 0.9rem;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
}

.folder-responsibility-grid-block .action-btn:hover {
    background-color: #172554;
    border-color: #172554;
    color: #FFFFFF;
}

.folder-responsibility-grid-block .guidance-panel {
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-left: 4px solid #1E3A8A;
    border-radius: 8px;
    max-width: 780px;
    width: 100%;
}

.folder-responsibility-grid-block .guidance-icon-wrap {
    width: 38px;
    height: 38px;
    background-color: #EFF6FF;
    color: #1E3A8A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.folder-responsibility-grid-block .guidance-title {
    font-weight: 600;
    color: #0F172A;
    font-size: 0.95rem;
}

.folder-responsibility-grid-block .guidance-text {
    font-size: 0.875rem;
    color: #334155;
}

.folder-responsibility-grid-block .btn-secondary-handbook {
    display: inline-block;
    background-color: #FFFFFF;
    color: #0F172A;
    border: 1px solid #CBD5E1;
    border-radius: 6px;
    padding: 0.55rem 1.15rem;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    white-space: nowrap;
}

.folder-responsibility-grid-block .btn-secondary-handbook:hover {
    background-color: #F1F5F9;
    border-color: #94A3B8;
    color: #0F172A;
}

@media (max-width: 767.98px) {
    .folder-responsibility-grid-block .section-title {
        font-size: 16px;
        hyphens: auto;
    }

    .folder-responsibility-grid-block .card-heading {
        font-size: 14px;
        hyphens: auto;
    }

    .folder-responsibility-grid-block .section-badge {
        font-size: 0.72rem;
    }

    .folder-responsibility-grid-block .card-body-content {
        padding: 1.25rem !important;
    }

    .folder-responsibility-grid-block .guidance-panel {
        text-align: center;
        flex-direction: column;
    }

    .folder-responsibility-grid-block .btn-secondary-handbook {
        width: 100%;
        text-align: center;
    }
}

/* ===== footer ===== */
.fsh-footer {
    background-color: #F8FAFC;
    border-color: #E2E8F0 !important;
    color: #334155;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
}

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

.fsh-footer-brand-title {
    font-weight: 700;
    font-size: 1.25rem;
    color: #0F172A;
    letter-spacing: -0.02em;
}

.fsh-footer-text {
    color: #334155;
    font-size: 0.9rem;
    line-height: 1.55;
}

.fsh-footer-heading {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0F172A;
    letter-spacing: -0.01em;
}

.fsh-footer-badge {
    background-color: #EFF6FF;
    border: 1px solid #BFDBFE;
}

.fsh-footer-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #2563EB;
    display: inline-block;
}

.fsh-footer-badge-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1E3A8A;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.fsh-footer-nav li {
    line-height: 1.4;
}

.fsh-footer-link {
    color: #334155;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.15s ease-in-out;
}

.fsh-footer-link:hover {
    color: #1E3A8A;
    text-decoration: underline;
}

.fsh-footer-icon {
    color: #2563EB;
    font-size: 1rem;
    width: 16px;
    text-align: center;
}

.fsh-footer-contact-val {
    color: #0F172A;
    font-size: 0.9rem;
    word-break: break-word;
}

.fsh-footer-divider {
    border-color: #E2E8F0;
    opacity: 1;
}

.fsh-footer-copyright {
    color: #64748B;
    font-size: 0.85rem;
}

.fsh-footer-legal-link {
    color: #64748B;
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}

.fsh-footer-legal-link:hover {
    color: #0F172A;
    text-decoration: underline;
}

.fsh-footer-legal-sep {
    color: #CBD5E1;
    font-size: 0.85rem;
}

@media (max-width: 767.98px) {
    .fsh-footer-heading {
        font-size: 0.95rem;
    }

    .fsh-footer-brand-title {
        font-size: 1.1rem;
    }

    .fsh-footer {
        font-size: 0.875rem;
    }
}

/* ===== PAGE: treesize-guide ===== */
.treesize-scenario-block {
  background-color: #F8FAFC;
  color: #334155;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.treesize-scenario-block__badge {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #1E3A8A;
  background-color: #EFF6FF;
  border: 1px solid #BFDBFE;
  padding: 0.35rem 0.85rem;
  border-radius: 4px;
}

.treesize-scenario-block__main-title {
  color: #0F172A;
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.treesize-scenario-block__lead {
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 780px;
}

.treesize-scenario-block__card {
  background-color: #FFFFFF;
  border-color: #E2E8F0 !important;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

.treesize-scenario-block__icon-box {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EFF6FF;
  border-radius: 6px;
  color: #1E3A8A !important;
}

.treesize-scenario-block__list li {
  font-size: 0.925rem;
  color: #334155;
}

.treesize-scenario-block__audit-container {
  background-color: #F1F5F9;
  border-color: #CBD5E1 !important;
}

.treesize-scenario-block__step-nav .list-group-item {
  border-color: #E2E8F0;
  color: #0F172A;
  padding: 0.9rem 1.1rem;
  text-align: left;
  background-color: #FFFFFF;
  transition: none;
}

.treesize-scenario-block__step-nav .list-group-item.active {
  background-color: #1E3A8A;
  border-color: #1E3A8A;
  color: #FFFFFF;
}

.treesize-scenario-block__step-nav .list-group-item.active small {
  color: #CBD5E1 !important;
}

.treesize-scenario-block__detail-panel {
  border-color: #CBD5E1 !important;
  min-height: 380px;
}

.treesize-scenario-block__meta-box {
  background-color: #F8FAFC;
  border-color: #E2E8F0 !important;
}

.treesize-scenario-block__action-card {
  border-color: #E2E8F0 !important;
  transition: border-color 0.15s ease;
}

.treesize-scenario-block__action-card:hover {
  border-color: #94A3B8 !important;
}

.treesize-scenario-block .btn-primary {
  background-color: #1E3A8A;
  border-color: #1E3A8A;
  color: #FFFFFF;
  font-weight: 600;
  border-radius: 6px;
}

.treesize-scenario-block .btn-primary:hover {
  background-color: #172554;
  border-color: #172554;
  color: #FFFFFF;
}

.treesize-scenario-block .btn-secondary {
  background-color: #FFFFFF;
  border-color: #CBD5E1;
  color: #0F172A;
  font-weight: 600;
  border-radius: 6px;
}

.treesize-scenario-block .btn-secondary:hover {
  background-color: #F1F5F9;
  border-color: #94A3B8;
  color: #0F172A;
}

.treesize-scenario-block .btn-outline-primary {
  color: #1E3A8A;
  border-color: #1E3A8A;
  font-weight: 600;
}

.treesize-scenario-block .btn-outline-primary:hover {
  background-color: #1E3A8A;
  color: #FFFFFF;
}

.treesize-scenario-block .btn-outline-secondary {
  color: #475569;
  border-color: #CBD5E1;
  background-color: #FFFFFF;
  font-weight: 600;
}

.treesize-scenario-block .btn-outline-secondary:hover {
  background-color: #E2E8F0;
  color: #0F172A;
}

.treesize-scenario-block__summary-cta {
  border-color: #CBD5E1 !important;
}

/* ===== PAGE: storage-management ===== */
.storage-mgmt-section {
  background-color: #F8FAFC;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #334155;
}
.storage-mgmt-section .storage-mgmt-badge {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #1E3A8A;
  background-color: #EFF6FF;
  border: 1px solid #BFDBFE;
  padding: 0.35rem 0.65rem;
  border-radius: 4px;
  display: inline-block;
}
.storage-mgmt-section .storage-mgmt-title {
  color: #0F172A;
  font-weight: 800;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.storage-mgmt-section .storage-mgmt-subtitle {
  color: #64748B;
  font-size: 1rem;
  max-width: 680px;
  line-height: 1.5;
}
.storage-mgmt-section .storage-mgmt-search-wrap {
  position: relative;
  min-width: 220px;
}
.storage-mgmt-section .storage-mgmt-search-icon {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  color: #94A3B8;
  pointer-events: none;
}
.storage-mgmt-section .storage-mgmt-search {
  background-color: #FFFFFF;
  border: 1px solid #CBD5E1;
  border-radius: 6px;
  padding-left: 2.25rem;
  font-size: 0.9rem;
  color: #0F172A;
}
.storage-mgmt-section .storage-mgmt-search::placeholder {
  color: #94A3B8;
  opacity: 1;
}
.storage-mgmt-section .storage-mgmt-search:focus {
  border-color: #2563EB;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
  background-color: #FFFFFF;
  color: #0F172A;
}
.storage-mgmt-section .storage-mgmt-sort-group .storage-mgmt-filter-btn {
  background-color: #FFFFFF;
  border-color: #CBD5E1;
  color: #334155;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.45rem 0.85rem;
}
.storage-mgmt-section .storage-mgmt-sort-group .storage-mgmt-filter-btn:hover {
  background-color: #F1F5F9;
  color: #0F172A;
  border-color: #94A3B8;
}
.storage-mgmt-section .storage-mgmt-sort-group .storage-mgmt-filter-btn.active {
  background-color: #1E3A8A;
  border-color: #1E3A8A;
  color: #FFFFFF;
}
.storage-mgmt-section .storage-mgmt-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}
.storage-mgmt-section .storage-mgmt-card:hover {
  border-color: #CBD5E1;
}
.storage-mgmt-section .storage-mgmt-card-img {
  height: 190px;
  object-fit: cover;
  background-color: #E2E8F0;
}
.storage-mgmt-section .storage-mgmt-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #2563EB;
  background: #EFF6FF;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}
.storage-mgmt-section .storage-mgmt-date {
  font-size: 0.82rem;
  color: #64748B;
}
.storage-mgmt-section .storage-mgmt-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0F172A;
}
.storage-mgmt-section .storage-mgmt-title-link {
  color: #0F172A;
  text-decoration: none;
}
.storage-mgmt-section .storage-mgmt-title-link:hover {
  color: #1E3A8A;
  text-decoration: underline;
}
.storage-mgmt-section .storage-mgmt-card-desc {
  font-size: 0.92rem;
  line-height: 1.55;
  color: #334155;
}
.storage-mgmt-section .storage-mgmt-author {
  font-size: 0.82rem;
  color: #64748B;
  font-weight: 500;
}
.storage-mgmt-section .storage-mgmt-read-more {
  font-size: 0.88rem;
  font-weight: 600;
  color: #2563EB;
  text-decoration: none;
}
.storage-mgmt-section .storage-mgmt-read-more:hover {
  color: #1E3A8A;
  text-decoration: underline;
}
.storage-mgmt-section .storage-mgmt-empty {
  border-color: #E2E8F0 !important;
}
.storage-mgmt-section .storage-mgmt-empty-icon {
  font-size: 2.5rem;
  color: #94A3B8;
}
.storage-mgmt-section .storage-mgmt-empty-title {
  color: #0F172A;
  font-size: 1.25rem;
  font-weight: 700;
}
.storage-mgmt-section .storage-mgmt-empty-desc {
  color: #64748B;
  font-size: 0.92rem;
}
.storage-mgmt-section .storage-mgmt-reset-btn {
  background-color: #1E3A8A;
  border-color: #1E3A8A;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
}
.storage-mgmt-section .storage-mgmt-reset-btn:hover {
  background-color: #172554;
  border-color: #172554;
}

/* ===== PAGE: folder-responsibility ===== */
.folder-responsibility-block {
  background-color: #F8FAFC;
  min-height: 500px;
}

.folder-responsibility-block .folder-responsibility-block__filter-bar {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
}

.folder-responsibility-block .folder-responsibility-block__search-box {
  min-width: 260px;
}

.folder-responsibility-block .folder-responsibility-block__search-box input.form-control {
  background-color: #FFFFFF;
  color: #0F172A;
}

.folder-responsibility-block .folder-responsibility-block__search-box input.form-control::placeholder {
  color: #94A3B8;
  opacity: 1;
}

.folder-responsibility-block .folder-responsibility-block__card {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0 !important;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out;
}

.folder-responsibility-block .folder-responsibility-block__card:hover {
  border-color: #CBD5E1 !important;
}

.folder-responsibility-block .folder-responsibility-block__img-wrap {
  height: 200px;
  background-color: #F1F5F9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.folder-responsibility-block .folder-responsibility-block__img-wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.folder-responsibility-block .folder-responsibility-block__meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.8rem;
}

.folder-responsibility-block .folder-responsibility-block__title-link {
  color: #0F172A;
  font-weight: 700;
  line-height: 1.35;
  transition: color 0.15s ease-in-out;
}

.folder-responsibility-block .folder-responsibility-block__title-link:hover {
  color: #1E3A8A;
}

.folder-responsibility-block .folder-responsibility-block__btn {
  background-color: #1E3A8A;
  border-color: #1E3A8A;
  color: #FFFFFF;
  font-weight: 600;
  padding: 0.55rem 1rem;
}

.folder-responsibility-block .folder-responsibility-block__btn:hover {
  background-color: #172554;
  border-color: #172554;
  color: #FFFFFF;
}

@media (max-width: 767.98px) {
  .folder-responsibility-block h2.card-title {
    font-size: 16px;
    hyphens: auto;
  }
  .folder-responsibility-block .folder-responsibility-block__search-box {
    min-width: 100%;
  }
}

/* ===== PAGE: documenting-purposes ===== */
.documenting-purposes-section { background-color: #F8FAFC; color: #334155; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; } .documenting-purposes-section .documenting-purposes-section__badge { font-family: 'JetBrains Mono', monospace; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: #1E3A8A; background-color: #EFF6FF; display: inline-flex; align-items: center; padding: 0.35rem 0.75rem; border-radius: 4px; border: 1px solid #BFDBFE; } .documenting-purposes-section .documenting-purposes-section__title { font-weight: 800; font-size: clamp(1.75rem, 3.5vw, 2.5rem); line-height: 1.2; letter-spacing: -0.025em; color: #0F172A; } .documenting-purposes-section .documenting-purposes-section__lead { font-size: 1.05rem; line-height: 1.6; color: #475569; } .documenting-purposes-section .documenting-purposes-section__search-box .form-control { background-color: #FFFFFF; border: 1px solid #CBD5E1; color: #0F172A; font-size: 0.95rem; padding: 0.65rem 1rem; border-radius: 0 6px 6px 0; } .documenting-purposes-section .documenting-purposes-section__search-box .form-control::placeholder { color: #94A3B8; opacity: 1; } .documenting-purposes-section .documenting-purposes-section__search-box .form-control:focus { border-color: #2563EB; box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15); } .documenting-purposes-section .documenting-purposes-section__search-box .input-group-text { border: 1px solid #CBD5E1; border-radius: 6px 0 0 6px; } .documenting-purposes-section .documenting-purposes-section__filter-btn { background-color: #FFFFFF; border: 1px solid #E2E8F0; color: #334155; font-size: 0.875rem; font-weight: 600; padding: 0.5rem 1rem; border-radius: 6px; cursor: pointer; transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease; } .documenting-purposes-section .documenting-purposes-section__filter-btn:hover { background-color: #F1F5F9; border-color: #CBD5E1; color: #0F172A; } .documenting-purposes-section .documenting-purposes-section__filter-btn.active { background-color: #1E3A8A; border-color: #1E3A8A; color: #FFFFFF; } .documenting-purposes-section .documenting-purposes-section__card { background: #FFFFFF; border: 1px solid #E2E8F0; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04); transition: border-color 0.2s ease, box-shadow 0.2s ease; } .documenting-purposes-section .documenting-purposes-section__card:hover { border-color: #BFDBFE; box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08); } .documenting-purposes-section .documenting-purposes-section__card-media { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background-color: #F1F5F9; } .documenting-purposes-section .documenting-purposes-section__card-media img { width: 100%; height: 100%; object-fit: cover; display: block; } .documenting-purposes-section .documenting-purposes-section__card-tag { position: absolute; top: 0.75rem; right: 0.75rem; background-color: rgba(15, 23, 42, 0.85); color: #FFFFFF; font-family: 'JetBrains Mono', monospace; font-size: 0.7rem; font-weight: 600; padding: 0.25rem 0.6rem; border-radius: 4px; letter-spacing: 0.03em; text-transform: uppercase; } .documenting-purposes-section .documenting-purposes-section__meta { font-family: 'JetBrains Mono', monospace; font-size: 0.78rem; color: #64748B; } .documenting-purposes-section .documenting-purposes-section__card-title { font-size: 1.15rem; font-weight: 700; line-height: 1.35; color: #0F172A; } .documenting-purposes-section .documenting-purposes-section__card-title a { color: #0F172A; text-decoration: none; transition: color 0.15s ease; } .documenting-purposes-section .documenting-purposes-section__card-title a:hover { color: #2563EB; } .documenting-purposes-section .documenting-purposes-section__card-text { font-size: 0.925rem; line-height: 1.55; color: #475569; } .documenting-purposes-section .documenting-purposes-section__doc-code { font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; font-weight: 700; color: #1E3A8A; background-color: #EFF6FF; padding: 0.25rem 0.5rem; border-radius: 4px; border: 1px solid #DBEAFE; } .documenting-purposes-section .documenting-purposes-section__btn-link { font-size: 0.9rem; font-weight: 700; color: #2563EB; text-decoration: none; display: inline-flex; align-items: center; } .documenting-purposes-section .documenting-purposes-section__btn-link:hover { color: #1E3A8A; text-decoration: underline; } .documenting-purposes-section .documenting-purposes-section__guide-panel { background-color: #FFFFFF; border: 1px solid #CBD5E1; border-left: 5px solid #1E3A8A; border-radius: 8px; box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04); } .documenting-purposes-section .documenting-purposes-section__guide-heading { font-weight: 700; font-size: clamp(1.25rem, 2vw, 1.5rem); color: #0F172A; } .documenting-purposes-section .documenting-purposes-section__guide-text { font-size: 0.975rem; line-height: 1.6; color: #334155; } .documenting-purposes-section .documenting-purposes-section__guide-list li { font-size: 0.9rem; font-weight: 600; color: #0F172A; } .documenting-purposes-section .documenting-purposes-section__spec-box { background-color: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 6px; } .documenting-purposes-section .documenting-purposes-section__spec-title { font-family: 'JetBrains Mono', monospace; font-size: 0.8rem; font-weight: 700; color: #0F172A; } .documenting-purposes-section .documenting-purposes-section__spec-body { font-family: 'JetBrains Mono', monospace; font-size: 0.82rem; line-height: 1.5; color: #475569; } @media (max-width: 767.98px) { .documenting-purposes-section .documenting-purposes-section__title { font-size: 1.4rem; } .documenting-purposes-section .documenting-purposes-section__card-title { font-size: 1.05rem; } .documenting-purposes-section .documenting-purposes-section__guide-heading { font-size: 1.15rem; } }

/* ===== PAGE: handoff-scenarios ===== */
.handoff-scenarios-section {
  background-color: #F8FAFC;
  color: #0F172A;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.handoff-scenarios-section .handoff-header-box {
  background-color: #FFFFFF;
  border-color: #E2E8F0 !important;
  border-left: 4px solid #1E3A8A !important;
}

.handoff-scenarios-section .handoff-badge {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.35rem 0.65rem;
  border-radius: 4px;
  background-color: #EFF6FF;
  color: #1E3A8A;
  border: 1px solid #BFDBFE;
  letter-spacing: 0.05em;
}

.handoff-scenarios-section .handoff-title {
  font-size: clamp(1.6rem, 2.8vw, 2.25rem);
  font-weight: 800;
  color: #0F172A;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.handoff-scenarios-section .handoff-lead {
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 900px;
}

.handoff-scenarios-section .handoff-btn-filter {
  background-color: #FFFFFF;
  color: #334155;
  border: 1px solid #CBD5E1;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.45rem 0.9rem;
  border-radius: 6px;
}

.handoff-scenarios-section .handoff-btn-filter:hover,
.handoff-scenarios-section .handoff-btn-filter.active {
  background-color: #1E3A8A;
  color: #FFFFFF;
  border-color: #1E3A8A;
}

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

.handoff-scenarios-section .handoff-card-media {
  height: 220px;
  overflow: hidden;
  background-color: #F1F5F9;
}

.handoff-scenarios-section .handoff-card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.handoff-scenarios-section .handoff-card-tag {
  top: 0.75rem;
  left: 0.75rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25rem 0.55rem;
  border-radius: 4px;
  background-color: rgba(15, 23, 42, 0.85);
  color: #F8FAFC;
  letter-spacing: 0.04em;
}

.handoff-scenarios-section .handoff-card-title a {
  color: #0F172A;
  font-weight: 700;
}

.handoff-scenarios-section .handoff-card-title a:hover {
  color: #2563EB;
}

.handoff-scenarios-section .handoff-card-text {
  font-size: 0.925rem;
  line-height: 1.6;
}

.handoff-scenarios-section .handoff-btn-text {
  font-size: 0.875rem;
  font-weight: 700;
  color: #2563EB;
}

.handoff-scenarios-section .handoff-btn-text:hover {
  color: #1E3A8A;
  text-decoration: underline !important;
}

.handoff-scenarios-section .handoff-btn-select {
  background-color: #EFF6FF;
  color: #1E3A8A;
  border: 1px solid #BFDBFE;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 0.35rem 0.75rem;
  border-radius: 5px;
}

.handoff-scenarios-section .handoff-btn-select:hover {
  background-color: #1E3A8A;
  color: #FFFFFF;
  border-color: #1E3A8A;
}

.handoff-scenarios-section .handoff-matrix-panel {
  background-color: #F1F5F9;
  border-color: #CBD5E1 !important;
}

.handoff-scenarios-section .handoff-check-item {
  border-color: #E2E8F0 !important;
}

.handoff-scenarios-section .handoff-form-panel {
  border-color: #E2E8F0 !important;
}

.handoff-scenarios-section .handoff-input {
  background-color: #FFFFFF;
  color: #0F172A;
  border: 1px solid #CBD5E1;
  font-size: 0.95rem;
}

.handoff-scenarios-section .handoff-input:focus {
  border-color: #2563EB;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
  color: #0F172A;
  background-color: #FFFFFF;
}

.handoff-scenarios-section .handoff-input::placeholder {
  color: #94A3B8;
  opacity: 1;
}

.handoff-scenarios-section .handoff-btn-submit {
  background-color: #1E3A8A;
  color: #FFFFFF;
  border: 1px solid #1E3A8A;
  border-radius: 6px;
  letter-spacing: 0.03em;
  font-size: 0.925rem;
}

.handoff-scenarios-section .handoff-btn-submit:hover {
  background-color: #172554;
  border-color: #172554;
  color: #FFFFFF;
}

@media (max-width: 767.98px) {
  .handoff-scenarios-section .handoff-title {
    font-size: 1.35rem;
  }
  .handoff-scenarios-section .handoff-card-media {
    height: 180px;
  }
}

/* ===== PAGE: about ===== */
.about-handbook-block {
  background-color: #F8FAFC;
  color: #334155;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.about-handbook-block .about-badge {
  background-color: #EFF6FF;
  border: 1px solid #BFDBFE;
  border-radius: 4px;
  padding: 0.35rem 0.85rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #1E3A8A;
}

.about-handbook-block .about-main-title {
  font-weight: 800;
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #0F172A;
}

.about-handbook-block .about-lead-text {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #334155;
}

.about-handbook-block .about-body-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #334155;
}

.about-handbook-block .about-panel {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
}

.about-handbook-block .featured-accent-panel {
  border-left: 4px solid #1E3A8A;
}

.about-handbook-block .about-icon-box {
  width: 44px;
  height: 44px;
  background-color: #EFF6FF;
  border: 1px solid #BFDBFE;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-handbook-block .about-callout-box {
  background-color: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
}

.about-handbook-block .about-mono-badge {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #1E3A8A;
}

.about-handbook-block .about-tabs-container {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
}

.about-handbook-block .about-tab-btn {
  background: #F1F5F9;
  color: #334155;
  border: 1px solid #CBD5E1;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: none;
}

.about-handbook-block .about-tab-btn:hover {
  background: #E2E8F0;
  color: #0F172A;
}

.about-handbook-block .about-tab-btn.active {
  background: #1E3A8A;
  color: #FFFFFF;
  border-color: #1E3A8A;
}

.about-handbook-block .about-tab-pane {
  display: none;
}

.about-handbook-block .about-tab-pane.active {
  display: block;
}

.about-handbook-block .about-code-card {
  background-color: #0F172A;
  border-radius: 6px;
  border: 1px solid #334155;
}

.about-handbook-block .about-code-header {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  font-weight: 700;
  color: #94A3B8;
  letter-spacing: 0.05em;
}

.about-handbook-block .about-code-block {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.8rem;
  color: #38BDF8;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-all;
}

.about-handbook-block .about-checklist li {
  font-size: 0.92rem;
  color: #334155;
}

.about-handbook-block .about-track-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
}

.about-handbook-block .highlight-track-card {
  background: #EFF6FF;
  border-color: #BFDBFE;
}

.about-handbook-block .about-track-icon {
  width: 36px;
  height: 36px;
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-handbook-block .about-inline-link {
  color: #2563EB;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.about-handbook-block .about-inline-link:hover {
  color: #1E3A8A;
  text-decoration: underline;
}

.about-handbook-block .about-summary-banner {
  background: #F1F5F9;
  border: 1px solid #CBD5E1;
  border-radius: 8px;
}

.about-handbook-block .about-btn-primary {
  background: #1E3A8A;
  color: #FFFFFF;
  border: 1px solid #1E3A8A;
  border-radius: 6px;
  padding: 0.65rem 1.4rem;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-block;
}

.about-handbook-block .about-btn-primary:hover {
  background: #172554;
  border-color: #172554;
  color: #FFFFFF;
}

.about-handbook-block .about-btn-secondary {
  background: #FFFFFF;
  color: #0F172A;
  border: 1px solid #CBD5E1;
  border-radius: 6px;
  padding: 0.65rem 1.4rem;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-block;
}

.about-handbook-block .about-btn-secondary:hover {
  background: #F8FAFC;
  border-color: #94A3B8;
  color: #0F172A;
}

@media (max-width: 767.98px) {
  .about-handbook-block .about-main-title {
    font-size: 1.25rem;
    hyphens: auto;
  }
  .about-handbook-block h2 {
    font-size: 1rem;
    hyphens: auto;
  }
  .about-handbook-block h3 {
    font-size: 0.875rem;
    hyphens: auto;
  }
  .about-handbook-block .about-lead-text {
    font-size: 0.95rem;
  }
  .about-handbook-block .about-tab-btn {
    width: 100%;
    text-align: left;
  }
}

/* ===== PAGE: contact ===== */
.contact-steward-section { background-color: #F8FAFC; color: #0F172A; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; }
.contact-steward-section .contact-steward-panel { background: #FFFFFF; border: 1px solid #CBD5E1; border-left: 4px solid #1E3A8A; border-radius: 8px; padding: 2rem; }
.contact-steward-section .contact-panel-badge { display: inline-flex; align-items: center; font-family: 'JetBrains Mono', monospace; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; background: #EFF6FF; color: #1E3A8A; padding: 0.35rem 0.75rem; border-radius: 4px; border: 1px solid #BFDBFE; }
.contact-steward-section .contact-panel-title { color: #0F172A; font-weight: 700; font-size: clamp(1.4rem, 2.5vw, 1.85rem); line-height: 1.25; letter-spacing: -0.02em; }
.contact-steward-section .contact-panel-lead { color: #334155; font-size: 0.975rem; line-height: 1.6; }
.contact-steward-section .contact-channel-list { display: flex; flex-direction: column; gap: 1.25rem; }
.contact-steward-section .contact-channel-item { display: flex; align-items: flex-start; gap: 1rem; }
.contact-steward-section .channel-icon { width: 42px; height: 42px; min-width: 42px; display: flex; align-items: center; justify-content: center; background: #EFF6FF; border: 1px solid #BFDBFE; border-radius: 6px; color: #1E3A8A; font-size: 1.1rem; }
.contact-steward-section .channel-info { display: flex; flex-direction: column; }
.contact-steward-section .channel-label { font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; color: #64748B; margin-bottom: 0.2rem; }
.contact-steward-section .channel-value { color: #0F172A; font-size: 0.95rem; font-weight: 500; }
.contact-steward-section .channel-link { color: #2563EB; font-size: 0.95rem; font-weight: 600; text-decoration: none; word-break: break-all; }
.contact-steward-section .channel-link:hover { color: #1E3A8A; text-decoration: underline; }
.contact-steward-section .contact-meta-card { background: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 6px; padding: 1rem 1.25rem; }
.contact-steward-section .meta-card-header { font-size: 0.88rem; font-weight: 600; color: #0F172A; display: flex; align-items: center; }
.contact-steward-section .meta-card-text { font-size: 0.825rem; color: #475569; line-height: 1.5; }
.contact-steward-section .contact-form-panel { background: #FFFFFF; border: 1px solid #E2E8F0; border-radius: 8px; padding: 2rem; box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03); }
.contact-steward-section .form-panel-title { color: #0F172A; font-weight: 700; font-size: clamp(1.25rem, 2vw, 1.5rem); line-height: 1.3; }
.contact-steward-section .form-panel-subtitle { color: #475569; font-size: 0.925rem; line-height: 1.5; }
.contact-steward-section .form-label { font-size: 0.875rem; font-weight: 600; color: #1E293B; margin-bottom: 0.35rem; }
.contact-steward-section .form-control, .contact-steward-section .form-select { background-color: #FFFFFF; border: 1px solid #CBD5E1; color: #0F172A; font-size: 0.95rem; padding: 0.65rem 0.9rem; border-radius: 6px; }
.contact-steward-section .form-control:focus, .contact-steward-section .form-select:focus { background-color: #FFFFFF; border-color: #2563EB; box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15); outline: none; color: #0F172A; }
.contact-steward-section .form-control::placeholder { color: #94A3B8; opacity: 1; font-size: 0.9rem; }
.contact-steward-section .privacy-agreement-check { font-size: 0.85rem; color: #475569; }
.contact-steward-section .form-check-input { border-color: #94A3B8; margin-top: 0.25rem; }
.contact-steward-section .form-check-input:checked { background-color: #1E3A8A; border-color: #1E3A8A; }
.contact-steward-section .contact-submit-btn { background-color: #1E3A8A; border: 1px solid #1E3A8A; color: #FFFFFF; font-weight: 600; font-size: 0.975rem; padding: 0.75rem 1.5rem; border-radius: 6px; cursor: pointer; }
.contact-steward-section .contact-submit-btn:hover { background-color: #172554; border-color: #172554; color: #FFFFFF; }

/* ===== PAGE: privacy ===== */
.privacy-content-section{background-color:#F8FAFC;font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,sans-serif;color:#334155;}.privacy-content-section .privacy-header-card{background-color:#FFFFFF;border:1px solid #CBD5E1;border-left:4px solid #1E3A8A;border-radius:8px;}.privacy-content-section .badge-spec{font-family:'JetBrains Mono',monospace;font-size:0.75rem;font-weight:700;letter-spacing:0.04em;background-color:#EFF6FF;color:#1E3A8A;border:1px solid #BFDBFE;padding:0.35rem 0.65rem;border-radius:4px;display:inline-block;}.privacy-content-section .mono-date{font-family:'JetBrains Mono',monospace;font-size:0.8rem;color:#64748B;}.privacy-content-section .privacy-main-title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:#0F172A;line-height:1.25;letter-spacing:-0.02em;}.privacy-content-section .privacy-lead{font-size:1.05rem;line-height:1.6;color:#334155;}.privacy-content-section .privacy-body-card{background-color:#FFFFFF;border:1px solid #E2E8F0;border-radius:8px;}.privacy-content-section .policy-section{border-bottom:1px solid #F1F5F9;padding-bottom:1.75rem;}.privacy-content-section .policy-section:last-child{border-bottom:none;padding-bottom:0;}.privacy-content-section .policy-h2{font-size:clamp(1.25rem,2vw,1.45rem);font-weight:700;color:#0F172A;line-height:1.3;margin-bottom:0.85rem;}.privacy-content-section .policy-h3{font-size:1.05rem;font-weight:600;color:#0F172A;line-height:1.35;}.privacy-content-section .policy-link{color:#2563EB;text-decoration:none;font-weight:600;}.privacy-content-section .policy-link:hover{color:#1E3A8A;text-decoration:underline;}.privacy-content-section .policy-sub-card{background-color:#F8FAFC;border:1px solid #E2E8F0;border-radius:6px;}.privacy-content-section .policy-list{padding-left:1.25rem;margin-bottom:1rem;color:#334155;}.privacy-content-section .policy-list li{margin-bottom:0.5rem;line-height:1.55;}.privacy-content-section .security-badge-box{background-color:#F8FAFC;border:1px solid #E2E8F0;border-radius:6px;}.privacy-content-section .contact-callout{background-color:#EFF6FF;border:1px solid #BFDBFE;border-radius:6px;}.privacy-content-section .btn-contact-policy{background-color:#1E3A8A;color:#FFFFFF;border:1px solid #1E3A8A;border-radius:6px;padding:0.65rem 1.4rem;font-weight:600;font-size:0.95rem;text-decoration:none;display:inline-flex;align-items:center;}.privacy-content-section .btn-contact-policy:hover{background-color:#172554;border-color:#172554;color:#FFFFFF;}

/* ===== PAGE: terms ===== */
.terms-section {
  background-color: #F8FAFC;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #334155;
}

.terms-section h1,
.terms-section h2,
.terms-section h3,
.terms-section h4 {
  color: #0F172A;
  line-height: 1.3;
}

.terms-section .terms-nav-panel {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
}

.terms-section .terms-nav-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
}

.terms-section .terms-nav-title {
  font-size: 0.95rem;
}

.terms-section .terms-nav-panel .nav-link {
  color: #475569;
  font-size: 0.875rem;
  font-weight: 500;
  border-left: 2px solid transparent;
  border-radius: 0;
  padding-left: 0.75rem;
  transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

.terms-section .terms-nav-panel .nav-link:hover,
.terms-section .terms-nav-panel .nav-link.active {
  color: #1E3A8A;
  background-color: #F1F5F9;
  border-left-color: #2563EB;
}

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

.terms-section .terms-callout {
  background-color: #F8FAFC !important;
  border-color: #2563EB !important;
}

.terms-section .badge {
  font-size: 0.75rem;
}

.terms-section .bg-primary-subtle {
  background-color: #EFF6FF !important;
}

.terms-section .btn-primary {
  background-color: #1E3A8A;
  border-color: #1E3A8A;
  color: #FFFFFF;
}

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

.terms-section .btn-outline-secondary {
  background-color: #FFFFFF;
  color: #0F172A;
  border-color: #CBD5E1;
}

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

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

/* ===== PAGE: disclaimer ===== */
.disclaimer-block{background-color:#F8FAFC;color:#334155;font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,sans-serif}.disclaimer-block__nav-card{background:#FFFFFF;border:1px solid #E2E8F0;border-radius:8px}.disclaimer-block__nav-badge{font-family:'JetBrains Mono',monospace;font-size:0.75rem;font-weight:700;letter-spacing:0.05em;color:#1E3A8A;background:#EFF6FF;padding:0.25rem 0.6rem;border-radius:4px;border:1px solid #BFDBFE}.disclaimer-block__nav-title{font-size:1.15rem;font-weight:700;color:#0F172A;letter-spacing:-0.015em}.disclaimer-block__nav-list{border-top:1px solid #E2E8F0;padding-top:0.75rem}.disclaimer-block__nav-link{display:block;font-size:0.875rem;font-weight:600;color:#64748B;text-decoration:none;padding:0.5rem 0.75rem;border-radius:6px;transition:all 0.15s ease-in-out}.disclaimer-block__nav-link:hover,.disclaimer-block__nav-link.active{background:#EFF6FF;color:#1E3A8A}.disclaimer-block__card{background:#FFFFFF;border:1px solid #E2E8F0;border-radius:8px}.disclaimer-block__meta-header{display:flex;align-items:center}.disclaimer-block__meta-tag{font-family:'JetBrains Mono',monospace;font-size:0.75rem;font-weight:700;color:#1E3A8A;letter-spacing:0.03em}.disclaimer-block__meta-text{font-size:0.825rem;color:#475569;line-height:1.5}.disclaimer-block__content-card{background:#FFFFFF;border:1px solid #E2E8F0;border-radius:8px;box-shadow:0 1px 3px rgba(15,23,42,0.04)}.disclaimer-block__badge{font-family:'JetBrains Mono',monospace;font-size:0.75rem;font-weight:700;letter-spacing:0.04em;background:#EFF6FF;color:#1E3A8A;border:1px solid #BFDBFE;padding:0.2rem 0.55rem;border-radius:4px}.disclaimer-block__timestamp{font-family:'JetBrains Mono',monospace;font-size:0.75rem;font-weight:600;color:#64748B}.disclaimer-block__main-heading{font-size:clamp(1.5rem,2.8vw,2.15rem);font-weight:700;color:#0F172A;line-height:1.25;letter-spacing:-0.02em}.disclaimer-block__lead{font-size:1.05rem;line-height:1.65;color:#475569}.disclaimer-block__section-num{font-family:'JetBrains Mono',monospace;font-size:0.95rem;font-weight:700;color:#2563EB;background:#EFF6FF;border:1px solid #BFDBFE;padding:0.25rem 0.5rem;border-radius:4px}.disclaimer-block__section-title{font-size:clamp(1.15rem,1.8vw,1.4rem);font-weight:700;color:#0F172A;letter-spacing:-0.015em}.disclaimer-block__body-text{font-size:0.95rem;line-height:1.65;color:#334155}.disclaimer-block__alert-box{background:#EFF6FF;border:1px solid #BFDBFE;border-left:4px solid #2563EB;border-radius:6px}.disclaimer-block__alert-title{font-size:0.925rem;font-weight:700;color:#1E3A8A}.disclaimer-block__alert-text{font-size:0.875rem;line-height:1.55;color:#1E3A8A}.disclaimer-block__warning-box{background:#FFFBEB;border:1px solid #FDE68A;border-left:4px solid #D97706;border-radius:6px}.disclaimer-block__warning-title{font-size:0.925rem;font-weight:700;color:#92400E}.disclaimer-block__warning-text{font-size:0.875rem;line-height:1.55;color:#92400E}.disclaimer-block__list{margin-bottom:1rem;color:#334155;font-size:0.95rem;line-height:1.65}.disclaimer-block__list li{margin-bottom:0.5rem}.disclaimer-block__inline-link{color:#2563EB;font-weight:600;text-decoration:underline;text-underline-offset:3px}.disclaimer-block__inline-link:hover{color:#1E3A8A}.disclaimer-block__btn-primary{background:#1E3A8A;color:#FFFFFF;border:1px solid #1E3A8A;border-radius:6px;padding:0.65rem 1.4rem;font-weight:600;font-size:0.95rem}.disclaimer-block__btn-primary:hover{background:#172554;border-color:#172554;color:#FFFFFF}.disclaimer-block__btn-secondary{background:#FFFFFF;color:#0F172A;border:1px solid #CBD5E1;border-radius:6px;padding:0.65rem 1.4rem;font-weight:600;font-size:0.95rem}.disclaimer-block__btn-secondary:hover{background:#F1F5F9;border-color:#94A3B8;color:#0F172A}@media (max-width:767.98px){.disclaimer-block__main-heading{font-size:1.35rem}.disclaimer-block__section-title{font-size:1.1rem}.disclaimer-block__lead{font-size:0.95rem}.disclaimer-block__content-card{padding:1.25rem!important}}

.gov-comment-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-left: 4px solid #1E3A8A;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif
}

.gov-comment-header {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    margin-bottom: 1rem;
    position: relative
}

.gov-avatar {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: -0.01em;
    user-select: none;
    flex-shrink: 0
}

.gov-avatar-primary {
    background-color: #1E3A8A;
    color: #FFFFFF;
    border: 2px solid #EFF6FF
}

.gov-avatar-secondary {
    background-color: #0EA5E9;
    color: #FFFFFF;
    border: 2px solid #F0F9FF
}

.gov-comment-meta {
    flex: 1;
    min-width: 0
}

.gov-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.25rem
}

.gov-author-name {
    font-size: 0.975rem;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.3
}

.gov-badge {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.55rem;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    line-height: 1
}

.gov-badge-role {
    background: #EFF6FF;
    color: #1E3A8A;
    border: 1px solid #BFDBFE
}

.gov-badge-verified {
    background: #DCFCE7;
    color: #166534;
    border: 1px solid #BBF7D0
}

.gov-timestamp-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem;
    font-size: 0.825rem;
    color: #64748B
}

.gov-dot-separator {
    color: #CBD5E1
}

.gov-scope-tag {
    font-size: 0.8rem
}

.gov-scope-tag code {
    font-family: 'JetBrains Mono', monospace;
    background: #F1F5F9;
    color: #334155;
    padding: 0.1rem 0.35rem;
    border-radius: 3px;
    font-size: 0.78rem
}

.gov-btn-icon {
    background: transparent;
    border: none;
    color: #94A3B8;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem
}

.gov-btn-icon:hover {
    color: #0F172A;
    background: #F1F5F9
}

.gov-comment-body {
    margin-bottom: 1.15rem
}

.gov-comment-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #334155;
    margin: 0 0 0.85rem 0
}

.gov-spec-callout {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    margin-top: 0.75rem
}

.gov-callout-header {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.35rem;
    display: flex;
    align-items: center;
    gap: 0.4rem
}

.gov-callout-code {
    display: block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.825rem;
    color: #0F172A;
    white-space: pre-wrap;
    word-break: break-all
}

.gov-comment-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding-top: 0.85rem;
    border-top: 1px solid #F1F5F9
}

.gov-vote-group {
    display: inline-flex;
    align-items: center;
    border: 1px solid #CBD5E1;
    border-radius: 6px;
    overflow: hidden;
    background: #FFFFFF
}

.gov-btn-vote {
    background: transparent;
    border: none;
    padding: 0.35rem 0.65rem;
    color: #64748B;
    font-size: 0.825rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer
}

.gov-btn-vote:first-child {
    border-right: 1px solid #E2E8F0
}

.gov-btn-vote:hover {
    background: #F8FAFC;
    color: #1E3A8A
}

.gov-btn-reply {
    background: #1E3A8A;
    color: #FFFFFF;
    border: 1px solid #1E3A8A;
    border-radius: 6px;
    padding: 0.35rem 0.85rem;
    font-size: 0.825rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer
}

.gov-btn-reply:hover {
    background: #172554;
    border-color: #172554
}

.gov-btn-secondary-action {
    background: transparent;
    border: 1px solid #E2E8F0;
    color: #334155;
    border-radius: 6px;
    padding: 0.35rem 0.75rem;
    font-size: 0.825rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer
}

.gov-btn-secondary-action:hover {
    background: #F1F5F9;
    border-color: #CBD5E1;
    color: #0F172A
}

.gov-reply-wrapper {
    position: relative;
    padding-left: 2.5rem;
    margin-top: 0.75rem;
    margin-bottom: 1rem
}

.gov-reply-connector-line {
    position: absolute;
    left: 1rem;
    top: -0.5rem;
    bottom: 1.5rem;
    width: 2px;
    background: #CBD5E1;
    border-bottom-left-radius: 6px
}

.gov-reply-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-left: 3px solid #0EA5E9;
    border-radius: 6px;
    padding: 1.25rem;
    position: relative;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif
}

.gov-reply-to-text {
    font-size: 0.8rem;
    color: #64748B
}

.gov-mention {
    font-weight: 600;
    color: #2563EB
}

.gov-reply-footer {
    padding-top: 0.65rem;
    border-top: 1px solid #E2E8F0
}


/* ===== PAGE TEMPLATE: storage-management-list ===== */
.fsh-detail-container {
    background-color: #F8FAFC;
    color: #334155;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.fsh-detail-container .fsh-article-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 2.25rem;
}

.fsh-detail-container .fsh-featured-img {
    width: 100%;
    height: auto;
    max-height: 440px;
    object-fit: cover;
}

.fsh-detail-container .fsh-section-heading {
    color: #0F172A;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.fsh-detail-container .fsh-subsection-heading {
    color: #1E3A8A;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: -0.01em;
    line-height: 1.35;
}

.fsh-detail-container .fsh-lead-text {
    font-size: 1.1rem;
    line-height: 1.65;
    color: #1E293B;
}

.fsh-detail-container .fsh-content-body p {
    font-size: 0.975rem;
    line-height: 1.65;
    color: #334155;
}

.fsh-detail-container .fsh-audit-box {
    background-color: #F1F5F9;
    border-color: #CBD5E1 !important;
}

.fsh-detail-container .fsh-checklist-list {
    list-style-type: square;
    color: #1E293B;
    line-height: 1.6;
}

.fsh-detail-container .fsh-checklist-list li {
    margin-bottom: 0.5rem;
}

.fsh-detail-container .fsh-interactive-module {
    background-color: #FFFFFF;
    border-color: #CBD5E1 !important;
}

.fsh-detail-container .fsh-sidebar-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
}

.fsh-detail-container .fsh-sidebar-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
}

.fsh-detail-container .fsh-sidebar-link {
    color: #334155;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.fsh-detail-container .fsh-sidebar-link:hover {
    background-color: #EFF6FF;
    color: #1E3A8A;
}

.fsh-detail-container .form-control {
    border-color: #CBD5E1;
    color: #0F172A;
    background-color: #FFFFFF;
}

.fsh-detail-container .form-control:focus {
    border-color: #2563EB;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
    outline: none;
}

.fsh-detail-container .form-control::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.fsh-detail-container .accordion-button:not(.collapsed) {
    background-color: #EFF6FF;
    color: #1E3A8A;
}

.fsh-detail-container .accordion-button:focus {
    box-shadow: 0 0 0 2px #2563EB;
}

@media (max-width: 767.98px) {
    .fsh-detail-container .fsh-article-card {
        padding: 1.25rem;
    }

    .fsh-detail-container .fsh-section-heading {
        font-size: 1.35rem;
    }

    .fsh-detail-container .fsh-subsection-heading {
        font-size: 1.1rem;
    }
}

/* ===== PAGE TEMPLATE: folder-responsibility-list ===== */
#main-site-header.site-header-wrapper {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
    width: 100%;
    position: relative;
    z-index: 1030;
}

#main-site-header .site-header-topbar {
    background-color: #0F172A;
    color: #CBD5E1;
    padding: 0.35rem 0;
    font-size: 0.78rem;
    font-family: 'JetBrains Mono', monospace;
    border-bottom: 1px solid #1E293B;
}

#main-site-header .badge-protocol {
    background-color: #1E3A8A;
    color: #F8FAFC;
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.03em;
}

#main-site-header .topbar-text {
    color: #94A3B8;
}

#main-site-header .topbar-link {
    color: #38BDF8;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.75rem;
}

#main-site-header .topbar-link:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#main-site-header .navbar {
    background-color: #FFFFFF;
    padding: 0.75rem 0;
}

#main-site-header .navbar-brand {
    text-decoration: none;
}

#main-site-header .site-logo {
    width: 42px;
    height: 42px;
    max-width: 42px;
    object-fit: contain;
}

#main-site-header .brand-text-group {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

#main-site-header .brand-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1E3A8A;
    letter-spacing: -0.02em;
}

#main-site-header .brand-subtitle {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0EA5E9;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-family: 'JetBrains Mono', monospace;
}

#main-site-header .navbar-toggler {
    border: 1px solid #CBD5E1;
    background-color: #F8FAFC;
    color: #0F172A;
    padding: 0.45rem 0.75rem;
    border-radius: 6px;
}

#main-site-header .navbar-toggler:focus {
    box-shadow: 0 0 0 2px #2563EB;
    outline: none;
}

#main-site-header .navbar-toggler-icon-custom {
    color: #0F172A;
    font-size: 1.1rem;
}

#main-site-header .nav-link {
    font-size: 0.95rem;
    font-weight: 600;
    color: #334155;
    padding: 0.5rem 0.85rem;
    border-radius: 6px;
}

#main-site-header .nav-link:hover,
#main-site-header .nav-link:focus {
    color: #1E3A8A;
    background-color: #EFF6FF;
}

#main-site-header .dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    padding: 0.5rem;
    min-width: 280px;
}

#main-site-header .dropdown-item {
    padding: 0.65rem 0.85rem;
    border-radius: 6px;
    color: #0F172A;
}

#main-site-header .dropdown-item:hover,
#main-site-header .dropdown-item:focus {
    background-color: #F8FAFC;
}

#main-site-header .dropdown-item-content {
    display: flex;
    flex-direction: column;
}

#main-site-header .dropdown-item-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1E3A8A;
    line-height: 1.3;
}

#main-site-header .dropdown-item:hover .dropdown-item-title {
    color: #2563EB;
}

#main-site-header .dropdown-item-desc {
    font-size: 0.76rem;
    color: #64748B;
    line-height: 1.3;
    margin-top: 0.15rem;
}

#main-site-header .btn-header-action {
    background-color: #1E3A8A;
    color: #FFFFFF;
    border: 1px solid #1E3A8A;
    border-radius: 6px;
    padding: 0.55rem 1.15rem;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#main-site-header .btn-header-action:hover {
    background-color: #172554;
    border-color: #172554;
    color: #FFFFFF;
}

.hero-stewardship-section {
    position: relative;
    background-color: #0B1120;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    overflow: hidden;
    color: #F8FAFC;
    border-bottom: 1px solid #1E293B;
}

.hero-stewardship-bg-glow {
    position: absolute;
    top: 5%;
    right: 10%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.15) 0%, rgba(30, 58, 138, 0.04) 70%, transparent 100%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-stewardship-section .fsh-breadcrumb .breadcrumb-item a {
    color: #38BDF8;
    text-decoration: none;
    font-size: 0.85rem;
}

.hero-stewardship-section .fsh-breadcrumb .breadcrumb-item.active {
    color: #94A3B8;
    font-size: 0.85rem;
}

.hero-stewardship-section .breadcrumb-item+.breadcrumb-item::before {
    color: #475569;
}

.hero-stewardship-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #38BDF8;
    display: inline-block;
}

.hero-stewardship-title {
    color: #FFFFFF;
    font-weight: 800;
    font-size: clamp(1.85rem, 3.5vw, 2.75rem);
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.hero-stewardship-subtitle {
    color: #94A3B8;
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    line-height: 1.6;
    max-width: 680px;
}

.text-cyan {
    color: #38BDF8 !important;
}

.text-emerald {
    color: #34D399 !important;
}

.text-amber {
    color: #FBBF24 !important;
}

.text-light-slate {
    color: #CBD5E1;
    font-size: 0.88rem;
}

.detail-hero-summary-card {
    background-color: #0F172A;
    border: 1px solid #1E293B;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
}

.summary-code {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    font-weight: 700;
    color: #38BDF8;
}

.border-slate-700 {
    border-color: #1E293B !important;
}

.text-muted-slate {
    color: #94A3B8;
    font-size: 0.85rem;
}

.detail-article-layout {
    background-color: #F8FAFC;
}

.article-main-body {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 2.25rem;
}

.detail-featured-image {
    width: 100%;
    max-height: 440px;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
    display: block;
}

.image-caption-panel {
    background-color: #F1F5F9;
    border: 1px solid #E2E8F0;
    border-top: none;
    border-radius: 0 0 6px 6px;
    font-size: 0.82rem;
}

.image-caption-panel .caption-text {
    color: #334155;
    font-weight: 500;
}

.image-caption-panel .caption-id {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
}

.lead-abstract-box {
    background-color: #EFF6FF;
    border: 1px solid #BFDBFE;
    color: #1E3A8A;
    font-size: 1.05rem;
    line-height: 1.65;
}

.abstract-title {
    color: #1E3A8A;
    font-weight: 700;
}

.section-subheading {
    color: #0F172A;
    font-weight: 700;
    font-size: 1.45rem;
    line-height: 1.3;
    letter-spacing: -0.015em;
}

.content-editorial-flow p {
    color: #334155;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.governance-callout-panel {
    background-color: #F8FAFC;
    border-left: 4px solid #1E3A8A;
    border-top: 1px solid #E2E8F0;
    border-right: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
    border-radius: 0 6px 6px 0;
}

.callout-heading {
    color: #0F172A;
    font-weight: 700;
}

.interactive-audit-tabs-container .audit-tabs-header {
    background-color: #F1F5F9 !important;
    border-color: #CBD5E1 !important;
}

.interactive-audit-tabs-container .audit-tabs-body {
    border-color: #CBD5E1 !important;
}

.interactive-audit-tabs-container .btn-outline-primary {
    border-color: #CBD5E1;
    color: #334155;
    background-color: #FFFFFF;
    font-weight: 600;
}

.interactive-audit-tabs-container .btn-outline-primary:hover,
.interactive-audit-tabs-container .btn-outline-primary.active {
    background-color: #1E3A8A;
    border-color: #1E3A8A;
    color: #FFFFFF;
}

.detail-feature-list li {
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.6;
}

.key-takeaways-card {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
}

.takeaways-list li {
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.6;
}

.sidebar-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.04);
}

.sidebar-card-title {
    color: #0F172A;
    font-weight: 700;
    font-size: 1.15rem;
}

.sidebar-nav-link {
    color: #334155;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.sidebar-nav-link:hover {
    background-color: #EFF6FF;
    color: #1E3A8A;
    border-color: #BFDBFE;
}

.sidebar-input {
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #0F172A;
    font-size: 0.9rem;
}

.sidebar-input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.sidebar-input:focus {
    border-color: #2563EB;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
}

.sidebar-card .btn-primary {
    background-color: #1E3A8A;
    border-color: #1E3A8A;
    color: #FFFFFF;
}

.sidebar-card .btn-primary:hover {
    background-color: #172554;
    border-color: #172554;
}

.mono-code {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
}

.border-dashed {
    border-style: dashed !important;
    border-color: #CBD5E1 !important;
}

.fsh-footer {
    background-color: #F8FAFC;
    border-color: #E2E8F0 !important;
    color: #334155;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
}

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

.fsh-footer-brand-title {
    font-weight: 700;
    font-size: 1.25rem;
    color: #0F172A;
    letter-spacing: -0.02em;
}

.fsh-footer-text {
    color: #334155;
    font-size: 0.9rem;
    line-height: 1.55;
}

.fsh-footer-heading {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0F172A;
    letter-spacing: -0.01em;
}

.fsh-footer-badge {
    background-color: #EFF6FF;
    border: 1px solid #BFDBFE;
}

.fsh-footer-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #2563EB;
    display: inline-block;
}

.fsh-footer-badge-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1E3A8A;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.fsh-footer-nav li {
    line-height: 1.4;
}

.fsh-footer-link {
    color: #334155;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.15s ease-in-out;
}

.fsh-footer-link:hover {
    color: #1E3A8A;
    text-decoration: underline;
}

.fsh-footer-icon {
    color: #2563EB;
    font-size: 1rem;
    width: 16px;
    text-align: center;
}

.fsh-footer-contact-val {
    color: #0F172A;
    font-size: 0.9rem;
    word-break: break-word;
}

.fsh-footer-divider {
    border-color: #E2E8F0;
    opacity: 1;
}

.fsh-footer-copyright {
    color: #64748B;
    font-size: 0.85rem;
}

.fsh-footer-legal-link {
    color: #64748B;
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}

.fsh-footer-legal-link:hover {
    color: #0F172A;
    text-decoration: underline;
}

.fsh-footer-legal-sep {
    color: #CBD5E1;
    font-size: 0.85rem;
}

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

    #main-site-header .nav-link {
        padding: 0.65rem 0.75rem;
        font-size: 0.9rem;
    }

    #main-site-header .dropdown-menu {
        box-shadow: none;
        border: 1px solid #E2E8F0;
        background-color: #F8FAFC;
        margin-top: 0.25rem;
        margin-bottom: 0.5rem;
    }

    #main-site-header .header-cta-wrapper {
        border-top: 1px solid #E2E8F0;
        margin-top: 0.75rem;
    }

    .article-main-body {
        padding: 1.5rem;
    }
}

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

    .section-subheading {
        font-size: 1.25rem;
    }

    .article-main-body {
        padding: 1.25rem;
    }

    .fsh-footer-heading {
        font-size: 0.95rem;
    }

    .fsh-footer-brand-title {
        font-size: 1.1rem;
    }

    .fsh-footer {
        font-size: 0.875rem;
    }
}

/* ===== PAGE TEMPLATE: documenting-purposes-list ===== */
.dp-detail-hero {
    background-color: #0F172A;
    color: #F8FAFC;
    padding: 3rem 0 3.5rem 0;
    border-bottom: 1px solid #1E293B;
}

.dp-detail-breadcrumb-nav .breadcrumb-item a {
    color: #38BDF8;
    text-decoration: none;
    font-size: 0.85rem;
}

.dp-detail-breadcrumb-nav .breadcrumb-item.active {
    color: #94A3B8;
    font-size: 0.85rem;
}

.dp-detail-breadcrumb-nav .breadcrumb-item+.breadcrumb-item::before {
    color: #475569;
}

.dp-badge-code {
    font-family: 'JetBrains Mono', monospace;
    background-color: #1E3A8A;
    color: #BFDBFE;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

.dp-badge-status {
    font-family: 'JetBrains Mono', monospace;
    background-color: rgba(34, 197, 94, 0.15);
    color: #4ADE80;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

.dp-detail-hero-title {
    color: #FFFFFF;
    font-weight: 800;
    font-size: clamp(1.85rem, 3.5vw, 2.75rem);
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.dp-detail-hero-subtitle {
    color: #CBD5E1;
    font-size: clamp(1rem, 1.3vw, 1.15rem);
    line-height: 1.6;
    max-width: 820px;
}

.dp-detail-meta-strip {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: #94A3B8;
    padding-top: 1rem;
    border-top: 1px solid #1E293B;
}

.dp-meta-item i {
    color: #38BDF8;
}

.dp-meta-label {
    color: #94A3B8;
}

.dp-meta-value {
    color: #F8FAFC;
    font-weight: 600;
}

.dp-hero-action-btn {
    background-color: #2563EB;
    color: #FFFFFF;
    padding: 0.8rem 1.4rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2563EB;
    min-height: 48px;
}

.dp-hero-action-btn:hover {
    background-color: #1D4ED8;
    border-color: #1D4ED8;
    color: #FFFFFF;
}

.dp-detail-main-layout {
    background-color: #F8FAFC;
}

.dp-detail-article-card,
.dp-tabbed-specs-card,
.dp-faq-accordion-card,
.dp-sidebar-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    overflow: hidden;
}

.dp-detail-article-card {
    padding: 2rem;
}

.dp-featured-image-wrapper {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #E2E8F0;
    background-color: #F1F5F9;
}

.dp-featured-image {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    display: block;
}

.dp-image-caption-bar {
    background-color: #0F172A;
    color: #94A3B8;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    font-family: 'JetBrains Mono', monospace;
}

.dp-caption-tag {
    color: #38BDF8;
    font-weight: 600;
}

.dp-article-prose .dp-prose-h2 {
    font-size: clamp(1.4rem, 2.2vw, 1.85rem);
    font-weight: 700;
    color: #0F172A;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.dp-article-prose .dp-prose-h3 {
    font-size: clamp(1.15rem, 1.8vw, 1.45rem);
    font-weight: 600;
    color: #1E3A8A;
    line-height: 1.35;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

.dp-article-prose .dp-prose-p {
    color: #334155;
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 1.25rem;
}

.dp-callout-box {
    background-color: #EFF6FF;
    border-left: 4px solid #2563EB;
    border-top: 1px solid #BFDBFE;
    border-right: 1px solid #BFDBFE;
    border-bottom: 1px solid #BFDBFE;
    border-radius: 6px;
    padding: 1.25rem 1.5rem;
}

.dp-callout-icon {
    color: #2563EB;
    font-size: 1.15rem;
}

.dp-callout-title {
    font-weight: 700;
    color: #1E3A8A;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.dp-callout-body {
    color: #1E293B;
    font-size: 0.95rem;
    line-height: 1.55;
}

.dp-spec-bullet-list {
    list-style: none;
    padding-left: 0;
}

.dp-spec-bullet-item {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.5;
}

.dp-spec-bullet-item::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #0EA5E9;
    font-size: 0.95rem;
}

.dp-tabs-header {
    background-color: #F8FAFC;
    padding: 0.5rem 1rem 0 1rem;
}

.dp-tabs-header .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    color: #64748B;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.75rem 1rem;
    background: transparent;
    border-radius: 0;
}

.dp-tabs-header .nav-link.active {
    color: #1E3A8A;
    border-bottom-color: #2563EB;
    background: transparent;
}

.dp-tab-heading {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0F172A;
}

.dp-table {
    font-size: 0.88rem;
}

.dp-table thead th {
    background-color: #F1F5F9;
    color: #0F172A;
    font-weight: 700;
    border-bottom: 2px solid #CBD5E1;
}

.dp-table tbody td {
    vertical-align: middle;
    border-bottom: 1px solid #E2E8F0;
}

.dp-ordered-checklist {
    padding-left: 1.25rem;
    color: #334155;
}

.dp-ordered-checklist li {
    margin-bottom: 0.65rem;
    font-size: 0.92rem;
    line-height: 1.5;
}

.dp-card-header-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
    background-color: #F8FAFC;
}

.dp-accordion-header {
    font-size: 0.95rem;
    color: #0F172A;
    cursor: pointer;
    border-radius: 6px;
}

.dp-accordion-header:hover {
    background-color: #F1F5F9 !important;
}

.dp-sidebar-card-header {
    background-color: #F8FAFC;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #E2E8F0;
}

.dp-sidebar-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0F172A;
}

.dp-sidebar-subtitle {
    font-size: 0.8rem;
    color: #64748B;
}

.dp-form-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #334155;
}

.dp-form-input,
.dp-form-select,
.dp-form-textarea {
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #0F172A;
    font-size: 0.9rem;
    border-radius: 6px;
    padding: 0.6rem 0.85rem;
}

.dp-form-input:focus,
.dp-form-select:focus,
.dp-form-textarea:focus {
    border-color: #2563EB;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
    outline: none;
}

.dp-form-input::placeholder,
.dp-form-textarea::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.dp-form-submit-btn {
    background-color: #1E3A8A;
    color: #FFFFFF;
    border: 1px solid #1E3A8A;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.75rem 1.2rem;
    border-radius: 6px;
    min-height: 48px;
}

.dp-form-submit-btn:hover {
    background-color: #172554;
    border-color: #172554;
    color: #FFFFFF;
}

.dp-related-link {
    color: #334155;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.4;
}

.dp-related-link:hover {
    color: #1E3A8A;
    text-decoration: underline;
}

.dp-sidebar-banner {
    background-color: #EFF6FF;
    border: 1px solid #BFDBFE;
}

.dp-banner-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1E3A8A;
}

.dp-banner-btn {
    background-color: #1E3A8A;
    color: #FFFFFF;
    border: 1px solid #1E3A8A;
    font-weight: 600;
    border-radius: 4px;
}

.dp-banner-btn:hover {
    background-color: #172554;
    color: #FFFFFF;
}

@media (max-width: 991.98px) {
    .dp-detail-article-card {
        padding: 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .dp-detail-hero {
        padding: 2rem 0;
    }

    .dp-detail-hero-title {
        font-size: 1.5rem;
        hyphens: auto;
    }

    .dp-detail-hero-subtitle {
        font-size: 0.9rem;
    }

    .dp-prose-h2 {
        font-size: 1.25rem !important;
    }

    .dp-prose-h3 {
        font-size: 1.1rem !important;
    }

    .dp-tabs-header .nav-link {
        padding: 0.5rem 0.6rem;
        font-size: 0.8rem;
    }
}

/* ===== PAGE TEMPLATE: handoff-scenarios-list ===== */
#main-site-header.site-header-wrapper {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
    width: 100%;
    position: relative;
    z-index: 1030;
}

#main-site-header .site-header-topbar {
    background-color: #0F172A;
    color: #CBD5E1;
    padding: 0.35rem 0;
    font-size: 0.78rem;
    font-family: 'JetBrains Mono', monospace;
    border-bottom: 1px solid #1E293B;
}

#main-site-header .badge-protocol {
    background-color: #1E3A8A;
    color: #F8FAFC;
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.03em;
}

#main-site-header .topbar-text {
    color: #94A3B8;
}

#main-site-header .topbar-link {
    color: #38BDF8;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.75rem;
}

#main-site-header .topbar-link:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#main-site-header .navbar {
    background-color: #FFFFFF;
    padding: 0.75rem 0;
}

#main-site-header .navbar-brand {
    text-decoration: none;
}

#main-site-header .site-logo {
    width: 42px;
    height: 42px;
    max-width: 42px;
    object-fit: contain;
}

#main-site-header .brand-text-group {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

#main-site-header .brand-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1E3A8A;
    letter-spacing: -0.02em;
}

#main-site-header .brand-subtitle {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0EA5E9;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-family: 'JetBrains Mono', monospace;
}

#main-site-header .navbar-toggler {
    border: 1px solid #CBD5E1;
    background-color: #F8FAFC;
    color: #0F172A;
    padding: 0.45rem 0.75rem;
    border-radius: 6px;
}

#main-site-header .navbar-toggler:focus {
    box-shadow: 0 0 0 2px #2563EB;
    outline: none;
}

#main-site-header .navbar-toggler-icon-custom {
    color: #0F172A;
    font-size: 1.1rem;
}

#main-site-header .nav-link {
    font-size: 0.95rem;
    font-weight: 600;
    color: #334155;
    padding: 0.5rem 0.85rem;
    border-radius: 6px;
}

#main-site-header .nav-link:hover,
#main-site-header .nav-link:focus {
    color: #1E3A8A;
    background-color: #EFF6FF;
}

#main-site-header .dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    padding: 0.5rem;
    min-width: 280px;
}

#main-site-header .dropdown-item {
    padding: 0.65rem 0.85rem;
    border-radius: 6px;
    color: #0F172A;
}

#main-site-header .dropdown-item:hover,
#main-site-header .dropdown-item:focus {
    background-color: #F8FAFC;
}

#main-site-header .dropdown-item-content {
    display: flex;
    flex-direction: column;
}

#main-site-header .dropdown-item-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1E3A8A;
    line-height: 1.3;
}

#main-site-header .dropdown-item:hover .dropdown-item-title {
    color: #2563EB;
}

#main-site-header .dropdown-item-desc {
    font-size: 0.76rem;
    color: #64748B;
    line-height: 1.3;
    margin-top: 0.15rem;
}

#main-site-header .btn-header-action {
    background-color: #1E3A8A;
    color: #FFFFFF;
    border: 1px solid #1E3A8A;
    border-radius: 6px;
    padding: 0.55rem 1.15rem;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#main-site-header .btn-header-action:hover {
    background-color: #172554;
    border-color: #172554;
    color: #FFFFFF;
}

.hero-stewardship-section {
    position: relative;
    background-color: #0B1120;
    padding-top: 3.5rem;
    padding-bottom: 4rem;
    overflow: hidden;
    color: #F8FAFC;
    border-bottom: 1px solid #1E293B;
}

.hero-stewardship-bg-glow {
    position: absolute;
    top: 10%;
    right: 15%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.18) 0%, rgba(30, 58, 138, 0.05) 70%, transparent 100%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-stewardship-shape {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.hero-stewardship-star-1 {
    top: 12%;
    left: 6%;
    color: #38BDF8;
    font-size: 0.9rem;
}

.hero-stewardship-star-2 {
    bottom: 14%;
    right: 48%;
    color: #60A5FA;
    font-size: 1.1rem;
}

.hero-stewardship-zigzag {
    top: 8%;
    right: 6%;
}

.detail-breadcrumb .breadcrumb-item a {
    color: #94A3B8;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 500;
}

.detail-breadcrumb .breadcrumb-item a:hover {
    color: #38BDF8;
    text-decoration: underline;
}

.detail-breadcrumb .breadcrumb-item.active {
    color: #CBD5E1;
    font-size: 0.82rem;
    font-weight: 600;
}

.detail-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #64748B;
}

.hero-stewardship-label {
    font-family: 'JetBrains Mono', SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #38BDF8;
    display: inline-block;
}

.hero-stewardship-curve {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 8px;
    pointer-events: none;
}

.hero-stewardship-title {
    color: #FFFFFF;
    font-weight: 800;
    font-size: clamp(1.85rem, 3.5vw, 2.75rem);
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.hero-stewardship-subtitle {
    color: #94A3B8;
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    line-height: 1.6;
    max-width: 680px;
}

.hero-meta-bar {
    font-size: 0.85rem;
    color: #CBD5E1;
}

.hero-meta-divider {
    color: #334155;
}

.hero-quick-card {
    background-color: #0F172A;
    border: 1px solid #1E293B;
    border-radius: 8px;
    padding: 1.75rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.5);
}

.hero-quick-badge {
    background-color: #1E3A8A;
    color: #F8FAFC;
    padding: 0.2rem 0.55rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

.hero-quick-code {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #38BDF8;
    font-weight: 700;
}

.hero-quick-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #FFFFFF;
}

.hero-quick-text {
    font-size: 0.85rem;
    color: #94A3B8;
    line-height: 1.5;
}

.btn-hero-action {
    background-color: #2563EB;
    color: #FFFFFF;
    border: 1px solid #2563EB;
    border-radius: 6px;
    padding: 0.65rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-hero-action:hover {
    background-color: #1D4ED8;
    border-color: #1D4ED8;
    color: #FFFFFF;
}

.handoff-detail-page {
    background-color: #F8FAFC;
    min-height: 600px;
}

.handoff-article-wrapper {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 2.25rem;
}

.handoff-featured-media {
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #0F172A;
}

.handoff-hero-image {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    display: block;
}

.handoff-media-caption {
    background-color: #F8FAFC;
    border-top: 1px solid #E2E8F0;
    font-size: 0.82rem;
    font-family: 'JetBrains Mono', monospace;
}

.handoff-content-body .content-heading {
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 700;
    color: #0F172A;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.handoff-content-body p {
    color: #334155;
    line-height: 1.65;
    font-size: 0.975rem;
    margin-bottom: 1.25rem;
}

.handoff-content-body ul,
.handoff-content-body ol {
    color: #334155;
    line-height: 1.6;
    padding-left: 1.25rem;
    margin-bottom: 1.25rem;
}

.handoff-content-body strong {
    color: #0F172A;
}

.callout-protocol-box {
    background-color: #EFF6FF;
    border: 1px solid #BFDBFE;
    border-left: 4px solid #1E3A8A;
    border-radius: 8px;
    padding: 1.5rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.callout-icon-wrap {
    color: #2563EB;
    font-size: 1.5rem;
    line-height: 1;
}

.callout-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1E3A8A;
    margin-bottom: 0.4rem;
}

.callout-text {
    font-size: 0.92rem;
    color: #1E293B;
    line-height: 1.55;
}

.handoff-interactive-tabs {
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    overflow: hidden;
}

.handoff-tabs-nav {
    background-color: #F1F5F9;
    padding: 0.75rem;
    border-bottom: 1px solid #CBD5E1;
}

.handoff-tab-button {
    background-color: #FFFFFF;
    color: #334155;
    border: 1px solid #CBD5E1;
    border-radius: 6px;
    padding: 0.55rem 1.1rem;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
}

.handoff-tab-button:hover {
    background-color: #E2E8F0;
    color: #0F172A;
}

.handoff-tab-button.is-active {
    background-color: #1E3A8A;
    border-color: #1E3A8A;
    color: #FFFFFF;
}

.handoff-tabs-content-area {
    background-color: #FFFFFF;
}

.handoff-tab-pane.is-hidden {
    display: none;
}

.handoff-tab-pane.is-visible {
    display: block;
}

.tab-pane-heading {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 0.75rem;
}

.protocol-checklist li {
    font-size: 0.92rem;
    color: #334155;
}

.handoff-acc-item {
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    overflow: hidden;
}

.handoff-acc-header {
    background-color: #F8FAFC;
    border: none;
    padding: 1rem 1.25rem;
    font-weight: 600;
    color: #0F172A;
    font-size: 0.95rem;
    cursor: pointer;
}

.handoff-acc-header:hover {
    background-color: #EFF6FF;
}

.handoff-acc-header .acc-icon {
    transition: transform 0.2s ease;
    color: #64748B;
}

.handoff-acc-header.is-open .acc-icon {
    transform: rotate(180deg);
    color: #1E3A8A;
}

.handoff-acc-body {
    background-color: #FFFFFF;
    border-top: 1px solid #E2E8F0;
    font-size: 0.92rem;
    color: #334155;
}

.handoff-acc-body.is-closed {
    display: none;
}

.service-request-block {
    background-color: #F8FAFC;
    border-color: #CBD5E1 !important;
}

.badge-form-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #2563EB;
}

.form-block-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0F172A;
}

.form-block-desc {
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.55;
}

.feature-line {
    font-size: 0.88rem;
    color: #1E293B;
    font-weight: 500;
}

.handoff-service-form {
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.form-input-label {
    font-size: 0.88rem;
    font-weight: 600;
    color: #1E293B;
    margin-bottom: 0.25rem;
}

.form-input-label-sm {
    font-size: 0.8rem;
    color: #334155;
    line-height: 1.4;
}

.form-input-field {
    background-color: #F8FAFC;
    border: 1px solid #CBD5E1;
    color: #0F172A;
    font-size: 0.9rem;
    padding: 0.55rem 0.85rem;
    border-radius: 6px;
}

.form-input-field:focus {
    background-color: #FFFFFF;
    border-color: #2563EB;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
    color: #0F172A;
}

.form-input-field::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.form-error-msg {
    font-size: 0.78rem;
    color: #DC2626;
    margin-top: 0.25rem;
    font-weight: 500;
}

.form-error-msg.is-hidden {
    display: none;
}

.btn-form-submit {
    background-color: #1E3A8A;
    color: #FFFFFF;
    border: 1px solid #1E3A8A;
    border-radius: 6px;
    padding: 0.75rem 1.25rem;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-form-submit:hover {
    background-color: #172554;
    border-color: #172554;
    color: #FFFFFF;
}

.handoff-sidebar-sticky {
    position: sticky;
    top: 2rem;
}

.sidebar-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    overflow: hidden;
}

.sidebar-card-header {
    background-color: #F8FAFC;
    border-bottom: 1px solid #E2E8F0;
    padding: 0.85rem 1.25rem;
}

.sidebar-heading {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0F172A;
}

.sidebar-scenario-link {
    color: #334155;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.35;
    background-color: #F8FAFC;
    border: 1px solid #F1F5F9;
}

.sidebar-scenario-link:hover {
    color: #1E3A8A;
    background-color: #EFF6FF;
    border-color: #BFDBFE;
}

.sidebar-help-card {
    background-color: #0F172A;
    color: #F8FAFC;
    border: 1px solid #1E293B;
}

.help-icon-circle {
    width: 48px;
    height: 48px;
    background-color: rgba(56, 189, 248, 0.15);
    color: #38BDF8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.help-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #FFFFFF;
}

.help-desc {
    font-size: 0.85rem;
    color: #94A3B8;
    line-height: 1.5;
}

.btn-sidebar-help {
    background-color: #38BDF8;
    color: #0F172A;
    border: 1px solid #38BDF8;
    border-radius: 6px;
    padding: 0.6rem 1rem;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-sidebar-help:hover {
    background-color: #7DD3FC;
    border-color: #7DD3FC;
    color: #0F172A;
}

.fsh-footer {
    background-color: #F8FAFC;
    border-color: #E2E8F0 !important;
    color: #334155;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
}

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

.fsh-footer-brand-title {
    font-weight: 700;
    font-size: 1.25rem;
    color: #0F172A;
    letter-spacing: -0.02em;
}

.fsh-footer-text {
    color: #334155;
    font-size: 0.9rem;
    line-height: 1.55;
}

.fsh-footer-heading {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0F172A;
    letter-spacing: -0.01em;
}

.fsh-footer-badge {
    background-color: #EFF6FF;
    border: 1px solid #BFDBFE;
}

.fsh-footer-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #2563EB;
    display: inline-block;
}

.fsh-footer-badge-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1E3A8A;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.fsh-footer-nav li {
    line-height: 1.4;
}

.fsh-footer-link {
    color: #334155;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.15s ease-in-out;
}

.fsh-footer-link:hover {
    color: #1E3A8A;
    text-decoration: underline;
}

.fsh-footer-icon {
    color: #2563EB;
    font-size: 1rem;
    width: 16px;
    text-align: center;
}

.fsh-footer-contact-val {
    color: #0F172A;
    font-size: 0.9rem;
    word-break: break-word;
}

.fsh-footer-divider {
    border-color: #E2E8F0;
    opacity: 1;
}

.fsh-footer-copyright {
    color: #64748B;
    font-size: 0.85rem;
}

.fsh-footer-legal-link {
    color: #64748B;
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}

.fsh-footer-legal-link:hover {
    color: #0F172A;
    text-decoration: underline;
}

.fsh-footer-legal-sep {
    color: #CBD5E1;
    font-size: 0.85rem;
}

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

    #main-site-header .nav-link {
        padding: 0.65rem 0.75rem;
        font-size: 0.9rem;
    }

    #main-site-header .dropdown-menu {
        box-shadow: none;
        border: 1px solid #E2E8F0;
        background-color: #F8FAFC;
        margin-top: 0.25rem;
        margin-bottom: 0.5rem;
    }

    #main-site-header .header-cta-wrapper {
        border-top: 1px solid #E2E8F0;
        margin-top: 0.75rem;
    }

    .hero-stewardship-section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .handoff-article-wrapper {
        padding: 1.5rem;
    }
}

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

    .hero-stewardship-subtitle {
        font-size: 0.9rem;
    }

    .handoff-article-wrapper {
        padding: 1rem;
    }

    .callout-protocol-box {
        flex-direction: column;
        padding: 1rem;
    }

    .fsh-footer-heading {
        font-size: 0.95rem;
    }

    .fsh-footer-brand-title {
        font-size: 1.1rem;
    }

    .fsh-footer {
        font-size: 0.875rem;
    }
}