/**
 * Site-wide makeover accents (product & content pages)
 * Matches homepage Atap Biru / Plus Jakarta / navy blues.
 */
:root {
    --bdk-blue-deep: #002952;
    --bdk-blue: #004b87;
    --bdk-blue-mid: #0077b6;
    --bdk-accent: #00a8e8;
    --bdk-radius: 16px;
}

body:not(.home-page) {
    --font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    --primary: #004b87;
    --primary-dark: #003a6b;
    --primary-light: #0066ae;
    --secondary: #0077b6;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}

body:not(.home-page) .top-bar {
    display: none !important;
}

body:not(.home-page) .floating-side-nav {
    display: none !important;
}

body:not(.home-page) .main-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.92) !important;
    border-bottom: 1px solid rgba(16, 36, 58, 0.1) !important;
    box-shadow: none !important;
    backdrop-filter: blur(12px);
}

body:not(.home-page) .main-header .container {
    min-height: 64px;
    height: auto !important;
}

body:not(.home-page) .logo img {
    height: 36px !important;
}

body:not(.home-page) .section-header h2::before {
    content: '';
    display: block;
    width: 2rem;
    height: 2px;
    background: #0077b6;
    margin-bottom: 0.75rem;
}

:is(.product-page, .site-page) .section-header h2::before {
    margin-left: auto;
    margin-right: auto;
}

body:not(.home-page) .feature-card,
body:not(.home-page) .product-card,
body:not(.home-page) .benefit-feature-card,
body:not(.home-page) .info-card,
body:not(.home-page) .product-type-card,
body:not(.home-page) .step-card,
body:not(.home-page) .rate-card,
body:not(.home-page) .news-card,
body:not(.home-page) .branch-card,
body:not(.home-page) .form-card {
    border-radius: 16px !important;
}

body:not(.home-page) .btn,
body:not(.home-page) .btn-primary,
body:not(.home-page) .btn-outline,
body:not(.home-page) button.btn-slide {
    border-radius: 999px !important;
}

body:not(.home-page) h1,
body:not(.home-page) h2,
body:not(.home-page) .section-header h2 {
    letter-spacing: -0.02em;
}

body:not(.home-page) :focus-visible {
    outline: 2px solid #0077b6;
    outline-offset: 3px;
}
