:root {
    --kvt-primary: #0B2D4D;
    --kvt-secondary: #C62828;
    --kvt-ink: #16354f;
    --kvt-muted: #617384;
    --kvt-surface: #f4f8fb;
    --kvt-line: #dbe5ec;
}

body { margin: 0; color: var(--kvt-ink); background: #fff; font-family: 'DM Sans', Arial, sans-serif; }
body, body p, body a, body button, body input, body textarea { letter-spacing: 0; }
h1, h2, h3, h4, h5, h6 { color: var(--kvt-primary); font-family: 'Manrope', Arial, sans-serif; }
a { color: var(--kvt-primary); }
.site-header { background: rgba(255,255,255,.97); border-bottom: 1px solid var(--kvt-line); z-index: 1030; }
.site-header .navbar { padding-top: .15rem; padding-bottom: .15rem; }
.site-nav-container { min-height: 74px; height: 74px; }
.site-logo { display: inline-flex; align-items: center; flex: 0 0 210px; width: 210px; height: 74px; max-width: 210px; min-height: 0; overflow: hidden; }
.site-logo img { display: block; flex: 0 0 210px; width: 210px; max-width: 210px; height: auto; object-fit: contain; object-position: center; transform: scale(1.32); transform-origin: center; }
.site-header .navbar-brand { margin-top: 0; margin-bottom: 0; }
.site-header .navbar-nav .nav-link { color: var(--kvt-primary); font-size: .93rem; font-weight: 700; margin: 0; padding: .45rem .72rem; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--kvt-secondary); }
.nav-appointment, .footer-cta, .button-primary { display: inline-flex; align-items: center; gap: .55rem; border: 0; border-radius: 3px; background: var(--kvt-primary); color: #fff; font-weight: 700; padding: .72rem 1rem; text-decoration: none; }
.nav-appointment { margin-left: 1rem; font-size: .84rem; }
.nav-appointment:hover, .footer-cta:hover, .button-primary:hover { background: var(--kvt-secondary); color: #fff; }
.public-side-actions { position: fixed; right: 0; top: 42%; z-index: 1020; display: flex; flex-direction: column; overflow: hidden; border-radius: 8px 0 0 8px; box-shadow: 0 8px 22px rgba(11,45,77,.2); }
.public-side-actions a { display: grid; place-items: center; width: 48px; height: 48px; color: #fff; background: var(--kvt-primary); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.2); }
.public-side-actions a:first-child { background: var(--kvt-secondary); }
.public-side-actions a:hover { background: #851c1c; color: #fff; }
.page-intro { background: var(--kvt-surface); border-bottom: 1px solid var(--kvt-line); padding: 58px 0 52px; }
.page-intro .eyebrow, .eyebrow { color: var(--kvt-secondary); font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.page-intro h1 { font-size: clamp(2rem, 4vw, 3.4rem); margin: .45rem 0 .85rem; }
.page-intro p { max-width: 720px; color: var(--kvt-muted); font-size: 1.05rem; margin: 0; }
.breadcrumb-line { margin-top: 1.25rem; color: var(--kvt-muted); font-size: .9rem; }
.breadcrumb-line a { color: var(--kvt-secondary); text-decoration: none; font-weight: 700; }
.content-section { padding: 76px 0; }
.content-section.soft { background: var(--kvt-surface); }
.section-heading { margin-bottom: 2rem; }
.section-heading .eyebrow { display: block; margin-bottom: .45rem; }
.section-heading h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.section-heading p { color: var(--kvt-muted); max-width: 680px; margin: .7rem 0 0; }
.dynamic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.dynamic-card { display: flex; flex-direction: column; height: 100%; overflow: hidden; background: #fff; border: 1px solid var(--kvt-line); border-radius: 6px; box-shadow: 0 8px 25px rgba(11,45,77,.06); }
.dynamic-card:hover { box-shadow: 0 14px 30px rgba(11,45,77,.13); transform: translateY(-2px); transition: .2s ease; }
.dynamic-card-media { display: block; height: 205px; overflow: hidden; background: #e9f0f5; }
.dynamic-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dynamic-card-body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.dynamic-card-body h2, .dynamic-card-body h3 { font-size: 1.18rem; margin: 0 0 .6rem; }
.dynamic-card-body p { color: var(--kvt-muted); line-height: 1.65; }
.dynamic-card-body .card-action { margin-top: auto; padding-top: .75rem; }
.card-action, .text-link { color: var(--kvt-secondary); font-size: .9rem; font-weight: 800; text-decoration: none; }
.card-action:hover, .text-link:hover { color: var(--kvt-primary); }
.tag { display: inline-flex; align-items: center; width: fit-content; border-radius: 99px; background: #f9e8e8; color: var(--kvt-secondary); font-size: .74rem; font-weight: 800; padding: .32rem .62rem; margin-bottom: .7rem; }
.empty-state { padding: 30px; background: var(--kvt-surface); border: 1px dashed #afc3d0; text-align: center; color: var(--kvt-muted); }
.image-frame { overflow: hidden; border-radius: 6px; background: #eaf1f5; }
.image-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.split-content { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 54px; align-items: center; }
.split-content .image-frame { aspect-ratio: 4 / 4.5; max-height: 600px; }
.split-content h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); margin-bottom: 1rem; }
.split-content p { color: var(--kvt-muted); line-height: 1.75; }
.credentials { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 1.35rem 0; }
.credential { border-left: 3px solid var(--kvt-secondary); padding: .65rem .8rem; background: var(--kvt-surface); }
.credential strong { display: block; color: var(--kvt-primary); }
.credential span { color: var(--kvt-muted); font-size: .8rem; }
.trust-list { display: grid; gap: 12px; margin: 1.4rem 0 0; padding: 0; list-style: none; }
.trust-list li { display: flex; gap: .7rem; color: var(--kvt-muted); }
.trust-list i { color: var(--kvt-secondary); padding-top: .25rem; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 42px; align-items: start; }
.detail-main { min-width: 0; }
.detail-main .detail-image { width: 100%; max-height: 430px; object-fit: cover; border-radius: 6px; margin-bottom: 1.7rem; }
.detail-main h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
.rich-copy { color: #42586b; font-size: 1rem; line-height: 1.85; }
.rich-copy h2, .rich-copy h3, .rich-copy h4 { margin-top: 1.7rem; }
.rich-copy ul, .rich-copy ol { padding-left: 1.3rem; }
.rich-copy li { margin-bottom: .55rem; }
.detail-sidebar { position: sticky; top: 110px; border: 1px solid var(--kvt-line); background: var(--kvt-surface); padding: 20px; }
.detail-sidebar h3 { font-size: 1rem; margin-bottom: 1rem; }
.detail-sidebar a { display: block; color: var(--kvt-primary); border-top: 1px solid var(--kvt-line); padding: .75rem 0; text-decoration: none; font-size: .9rem; }
.detail-sidebar a:hover, .detail-sidebar a.current { color: var(--kvt-secondary); }
.detail-sidebar .side-cta { border: 0; background: var(--kvt-primary); color: #fff; text-align: center; margin-top: 1rem; padding: .8rem; }
.detail-sidebar .side-cta:hover { background: var(--kvt-secondary); }
.blog-meta { color: var(--kvt-muted); font-size: .85rem; }
.blog-meta i { color: var(--kvt-secondary); margin-right: .35rem; }
.search-bar { display: flex; gap: 10px; max-width: 620px; margin-top: 1.5rem; }
.search-bar input { flex: 1; min-width: 0; border: 1px solid var(--kvt-line); border-radius: 3px; padding: .75rem .9rem; }
.search-bar button { border: 0; border-radius: 3px; background: var(--kvt-secondary); color: #fff; padding: .75rem 1.1rem; font-weight: 700; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gallery-item { display: block; position: relative; overflow: hidden; border: 0; padding: 0; background: #eaf1f5; aspect-ratio: 4 / 3; cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item figcaption { position: absolute; inset: auto 0 0; padding: 36px 14px 13px; color: #fff; text-align: left; background: linear-gradient(transparent, rgba(11,45,77,.85)); font-weight: 700; }
.modal-content { border: 0; border-radius: 5px; overflow: hidden; }
.modal-body { background: #071c30; padding: 0; }
.modal-body img { display: block; width: 100%; max-height: 78vh; object-fit: contain; }
.carousel-control-prev, .carousel-control-next { width: 12%; }
.carousel-control-prev-icon, .carousel-control-next-icon { background-color: var(--kvt-secondary); border-radius: 50%; padding: 1.2rem; background-size: 50%; }
.camp-list { display: grid; gap: 14px; }
.camp-item { display: grid; grid-template-columns: 130px 1fr auto; gap: 20px; align-items: center; padding: 20px; border: 1px solid var(--kvt-line); background: #fff; border-left: 4px solid var(--kvt-secondary); }
.camp-date { color: var(--kvt-secondary); font-weight: 800; }
.camp-date strong { display: block; color: var(--kvt-primary); font-size: 1.2rem; }
.camp-item h3 { font-size: 1.1rem; margin: 0 0 .3rem; }
.camp-item p { margin: 0; color: var(--kvt-muted); }
.camp-status { white-space: nowrap; color: var(--kvt-primary); font-size: .78rem; font-weight: 800; background: #e7f1f7; padding: .42rem .62rem; }
.contact-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 34px; }
.contact-panel { padding: 30px; background: var(--kvt-surface); border: 1px solid var(--kvt-line); }
.contact-panel h2 { margin-top: 0; }
.contact-detail { display: flex; gap: 12px; margin: 1.2rem 0; }
.contact-detail i { display: grid; place-items: center; flex: 0 0 36px; height: 36px; border-radius: 50%; background: #f9e8e8; color: var(--kvt-secondary); }
.contact-detail strong { display: block; color: var(--kvt-primary); }
.contact-detail span, .contact-detail a { color: var(--kvt-muted); text-decoration: none; line-height: 1.5; }
.contact-form { background: #fff; border: 1px solid var(--kvt-line); padding: 30px; }
.contact-form label { display: block; color: var(--kvt-primary); font-size: .86rem; font-weight: 700; margin-bottom: .4rem; }
.contact-form .form-control { border-radius: 3px; border-color: var(--kvt-line); padding: .75rem .85rem; }
.contact-form .form-control:focus { border-color: var(--kvt-secondary); box-shadow: 0 0 0 .2rem rgba(198,40,40,.12); }
.alert { border-radius: 3px; }
.map-frame { width: 100%; min-height: 350px; border: 0; }
.site-footer { background: var(--kvt-primary); color: rgba(255,255,255,.78); padding: 65px 0 18px; }
.site-footer h2, .site-footer h3, .site-footer a { color: #fff; }
.footer-topline { display: flex; justify-content: space-between; gap: 24px; align-items: end; padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.16); }
.footer-topline h2 { max-width: 460px; color: #fff; margin: .35rem 0 0; font-size: clamp(1.4rem, 3vw, 2.2rem); }
.footer-cta { background: var(--kvt-secondary); }
.footer-columns { padding: 38px 0; }
.footer-logo { width: 220px; height: 75px; object-fit: contain; object-position: left center; background: #fff; padding: 4px; margin-bottom: 1rem; }
.footer-columns p { max-width: 320px; line-height: 1.7; }
.footer-columns h3 { font-size: .92rem; margin-bottom: 1rem; }
.footer-columns > div > a:not(.footer-contact-row) { display: block; color: rgba(255,255,255,.76); text-decoration: none; margin: .55rem 0; font-size: .9rem; }
.footer-columns > div > a:hover { color: #fff; }
.footer-contact-row { display: flex; gap: .7rem; margin-bottom: .9rem; color: rgba(255,255,255,.8); text-decoration: none; line-height: 1.5; }
.footer-contact-row i { color: #f19a9a; padding-top: .2rem; }
.footer-socials { display: flex; gap: 9px; margin-top: 1.2rem; }
.footer-socials a { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; text-decoration: none; }
.footer-socials a:hover { background: var(--kvt-secondary); border-color: var(--kvt-secondary); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.16); padding-top: 17px; font-size: .78rem; color: rgba(255,255,255,.6); }
.table-label { color: var(--kvt-secondary); font-weight: 800; font-size: .8rem; }
.service-directory-section { min-height: 720px; padding: 6px 0 52px; background: #f4f8fb; }
.service-directory-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.service-directory-card { min-width: 0; overflow: hidden; border: 0; border-radius: 8px; background: #fff; box-shadow: 0 5px 18px rgba(11,45,77,.08); }
.service-directory-card .dynamic-card-media { height: 190px; border-radius: 8px 8px 0 0; }
.service-directory-card .service-icon { position: relative; z-index: 2; width: 104px; height: 104px; margin: -52px auto 0; }
.service-directory-card .dynamic-card-body { min-height: 190px; padding: 9px 16px 25px; text-align: center; }
.service-directory-card .dynamic-card-body h2 { min-height: 42px; margin: 0 0 4px; color: var(--kvt-primary); font-size: 1.03rem; font-weight: 800; }
.service-directory-card .dynamic-card-body p { min-height: 49px; margin: 0 auto 11px; color: #617384; font-size: .82rem; line-height: 1.45; }
.service-directory-card .card-action { justify-content: center; color: var(--kvt-secondary); font-size: .84rem; }
.service-directory-card .card-action:hover { color: var(--kvt-primary); }
@media (max-width: 991.98px) {
    .site-header .navbar { padding-top: .1rem; padding-bottom: .1rem; }
    .site-nav-container { min-height: 64px; height: 64px; }
    .site-logo { flex-basis: 175px; width: 175px; height: 64px; max-width: 175px; }
    .site-logo img { flex-basis: 175px; width: 175px; max-width: 175px; }
    .offcanvas { max-width: 320px; }
    .offcanvas-body { display: flex; flex-direction: column; }
    .nav-appointment { margin: 1rem 0 0; width: fit-content; }
    .split-content, .detail-layout, .contact-layout { grid-template-columns: 1fr; gap: 28px; }
    .detail-sidebar { position: static; }
    .split-content .image-frame { order: -1; max-height: 450px; }
    .service-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
    .public-side-actions { top: auto; bottom: 18px; right: 12px; flex-direction: row; border-radius: 6px; }
    .public-side-actions a { width: 42px; height: 42px; }
    .page-intro { padding: 42px 0 38px; }
    .content-section { padding: 52px 0; }
    .dynamic-grid, .gallery-grid { grid-template-columns: 1fr; }
    .credentials { grid-template-columns: 1fr; }
    .camp-item { grid-template-columns: 1fr; gap: 8px; }
    .camp-status { width: fit-content; }
    .footer-topline, .footer-bottom { align-items: flex-start; flex-direction: column; }
    .footer-cta { width: fit-content; }
    .search-bar { flex-direction: column; }
}
@media (max-width: 575.98px) {
    .service-directory-grid { grid-template-columns: 1fr; }
}
