:root {
    --kdc-primary: #1f4a7c;
    --kdc-accent: #d4a017;
    --kdc-soft: #f7f8fa;
}

body {
    background: #ffffff;
}

.hero-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-bottom: 1px solid rgba(31, 74, 124, 0.08);
}

.hero-card {
    border: 1px solid rgba(31, 74, 124, 0.08);
    border-radius: 1rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.kdc-badge {
    background: rgba(212, 160, 23, 0.12);
    color: #8b6508;
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    font-weight: 600;
}

.section-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 1rem;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.05);
}

.cover-placeholder {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(31, 74, 124, 0.08), rgba(212, 160, 23, 0.08));
    color: var(--kdc-primary);
    font-size: 1rem;
    font-weight: 600;
}

.news-cover {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.footer-kdc {
    background: #0f172a;
    color: #ffffff;
}

.top-contact-bar {
    font-size: 0.9rem;
}

.site-header-logo {
    width: auto;
    max-height: 52px;
    max-width: 170px;
    object-fit: contain;
}

.site-header-brand-text {
    line-height: 1.1;
    font-size: 1.1rem;
}

.page-header-card {
    background: linear-gradient(135deg, #ffffff 0%, #f3f6fb 100%);
    border: 1px solid rgba(31, 74, 124, 0.08);
    border-radius: 1rem;
}

.object-fit-cover {
    object-fit: cover;
}


.hero-slider-shell {
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(31, 74, 124, 0.08);
    background: #ffffff;
}

.hero-slider-image {
    width: 100%;
    height: 470px;
    object-fit: cover;
    filter: brightness(0.55);
}

.hero-slider-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.72) 0%, rgba(15, 23, 42, 0.34) 55%, rgba(15, 23, 42, 0.12) 100%);
}

.hero-slider-caption {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 2;
}

.hero-slider-caption .content {
    max-width: 620px;
    color: #ffffff;
}

.hero-slider-caption h2 {
    font-size: clamp(1.9rem, 4vw, 3.25rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-slider-caption p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.9);
}

.hero-slider-shell .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.hero-slider-shell .carousel-control-prev,
.hero-slider-shell .carousel-control-next {
    width: 8%;
}

.slider-thumb {
    width: 88px;
    height: 56px;
    border-radius: 0.75rem;
    object-fit: cover;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.slider-placeholder-mini {
    width: 88px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, rgba(31, 74, 124, 0.08), rgba(212, 160, 23, 0.08));
    color: var(--kdc-primary);
    font-size: 0.8rem;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .hero-slider-image {
        height: 380px;
    }

    .hero-slider-caption .content {
        max-width: 100%;
        padding-right: 2rem;
    }
}

@media (max-width: 575.98px) {
    .hero-slider-image {
        height: 320px;
    }

    .hero-slider-caption h2 {
        font-size: 1.55rem;
    }

    .hero-slider-caption p {
        font-size: 0.95rem;
    }
}


@media (max-width: 575.98px) {
    .site-header-logo {
        max-height: 42px;
        max-width: 130px;
    }

    .site-header-brand-text {
        font-size: 0.98rem;
    }
}
