/* ksa-head-core.css — fusion de ksa-head-core-1/2/3.css (26/08/2026), 1 seule requête HTTP au lieu de 3. Contenu inchangé, ordre des règles préservé à l'identique (cascade CSS intacte). */

/* ── ex ksa-head-core-1.css ── */
        :root {
            --primary-color: #1a6a9e;
            --secondary-color: #e6f2f9;
            --accent-color: #f39c12;
            --text-color: #333;
            --light-color: #f8f9fa;
            --dark-color: #2c3e50;
            --success-color: #27ae60;
            --warning-color: #e74c3c;
            --bleu-fond: #1a4b8c;
            --orange-vif: #f97316;
            --blanc-cassé: #f8f8f8;
            --noir-profond: #1e293b;
            --ombre: 0 4px 6px rgba(0, 0, 0, .1)
        }

        body,
        html {
            margin: 0;
            padding: 0;
            font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif;
            font-size: 16px;
            line-height: 1.5;
            color: #333;
            background: #fff
        }

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

        .screen-reader-text,
        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0
        }

        .site-footer {
            background-color: #2c3e50;
            color: #fff;
            padding: 40px 0
        }

        .row {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            margin: 0
        }

        .col {
            flex: 1;
            min-width: 200px
        }

        .col h3 {
            color: #eeb531;
            border-bottom: 2px solid #eeb531;
            padding-bottom: 10px;
            margin-bottom: 20px;
            font-size: 1.3rem;
            font-weight: 600;
            display: inline-block
        }

        .col address {
            font-style: normal;
            line-height: 1.6
        }

        .col address p {
            margin: 8px 0;
            font-size: .95rem
        }

        .col address i {
            margin-right: 10px;
            color: #eeb531
        }

        .col .link-group {
            margin-top: 20px;
            display: flex;
            flex-direction: column;
            gap: 6px
        }

        .col .footer-link {
            color: #fff !important;
            text-decoration: none !important;
            display: block !important;
            margin: 6px 0 !important;
            font-size: .95rem;
            padding-left: 5px
        }

        .col .footer-link:hover {
            opacity: .75;
            padding-left: 10px;
            transform: translateX(2px)
        }

        @media(max-width:991px) {
            .row {
                flex-direction: column;
                gap: 25px
            }

            .col {
                min-width: auto;
                width: 100%
            }

            .col h3 {
                font-size: 1.2rem;
                margin-bottom: 15px
            }

            .col .footer-link {
                font-size: .9rem
            }

            .col address p,
            .col p {
                font-size: .9rem
            }
        }

        @media(max-width:768px) {
            .container {
                padding: 0 15px
            }

            .col h3 {
                font-size: 1.1rem
            }

            .col .footer-link {
                font-size: .88rem
            }
        }

        nav {
            background: #34495e;
            padding: 5px;
            text-align: center
        }

        a {
            text-decoration: none;
            color: inherit;
            transition: opacity .2s ease-out
        }

        a:hover {
            opacity: .7
        }

        button {
            background: #f8b94c;
            border: none;
            color: #000;
            padding: 8px 12px;
            border-radius: 4px;
            cursor: pointer;
            flex: 1;
            transition: transform .2s ease-out;
            will-change: transform
        }

        button:hover {
            background: #45a049;
            transform: scale(1.02)
        }

        .reservation-btn {
            display: inline-block;
            padding: 12px 24px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 8px;
            cursor: pointer;
            transition: transform .3s cubic-bezier(.34, 1.56, .64, 1), box-shadow .3s ease;
            box-shadow: var(--ombre);
            text-transform: uppercase;
            letter-spacing: 1px;
            text-decoration: none;
            border: none;
            margin: 20px;
            background: linear-gradient(135deg, #1a2530, #2572a7);
            color: #fff;
            will-change: transform, box-shadow
        }

        .reservation-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
            background: linear-gradient(135deg, #0f172a, #1d4e89)
        }

        .reservation-btn:active {
            transform: translateY(0)
        }

        input[type=email],
        input[type=password],
        select {
            width: 100%;
            padding: .75rem;
            border: 1px solid #5480ac;
            border-radius: 4px;
            font-size: 16px
        }

        .reservation-highlight {
            background-color: #fff9e6 !important;
            border: 2px solid #ffd580 !important;
            border-radius: 8px;
            padding: 8px 15px !important;
            display: flex !important;
            align-items: center;
            transition: transform .3s ease;
            position: relative;
            flex-wrap: wrap;
            will-change: transform
        }

        .reservation-highlight:hover {
            background-color: #ffe082 !important;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
        }

        .reservation-text {
            font-weight: 700;
            color: #7a6200;
            flex-grow: 1
        }

        .reservation-badge {
            opacity: .9;
            background: #d04436;
            color: #fff;
            font-size: .8em;
            padding: 2px 8px;
            border-radius: 10px;
            margin-left: 10px;
            position: absolute;
            right: 15px;
            top: -8px
        }

        @media(max-width:768px) {
            .reservation-highlight {
                padding: 10px !important
            }

            .reservation-text {
                font-size: .9em
            }

            .reservation-highlight:hover {
                transform: none;
                box-shadow: none
            }
        }

        .card {
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
            transition: transform .3s cubic-bezier(.34, 1.56, .64, 1);
            position: relative;
            display: flex;
            flex-direction: column;
            height: 100%;
            will-change: transform
        }

        .card::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            box-shadow: 0 15px 30px rgba(0, 0, 0, .15);
            opacity: 0;
            transition: opacity .3s ease;
            pointer-events: none;
            border-radius: 10px;
            will-change: opacity
        }

        .card:hover {
            transform: translateY(-10px)
        }

        .card:hover::after {
            opacity: 1
        }

        .card-img-container {
            position: relative;
            height: 220px;
            overflow: hidden
        }

        .card-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .5s ease;
            will-change: transform
        }

        .card:hover .card-img {
            transform: scale(1.05)
        }

        .card-content {
            padding: 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column
        }

        .card-title {
            font-size: 1.6rem;
            margin-bottom: 10px;
            color: #2c3e50
        }

        .card-text {
            color: #555;
            margin-bottom: 20px;
            flex-grow: 1
        }

        .review-card {
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
            transition: transform .3s ease;
            position: relative;
            will-change: transform
        }

        .review-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, .15)
        }

        .review-header {
            background: var(--secondary-color);
            padding: 1rem;
            display: flex;
            justify-content: space-between;
            align-items: center
        }

        .review-author {
            font-weight: 700;
            color: var(--dark-color);
            font-size: 1.6rem;
            color: #333 !important
        }

        .review-date {
            color: #555 !important;
            font-size: .9rem
        }

        .review-rating {
            display: flex;
            align-items: center
        }

        .container,
        .content-container {
            width: 100%;
            max-width: var(--ksa-page, 1200px);
            margin: 0 auto;
            padding: 0 15px;
            box-sizing: border-box
        }

        .section,
        .activities-section,
        .reviews-widget,
        .route-card {
            padding: 60px 0
        }

        @media (prefers-reduced-motion:reduce) {

            *,
            *::before,
            *::after {
                animation-duration: .001ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: .001ms !important;
                scroll-behavior: auto !important
            }
        }

        :focus-visible {
            outline: 3px solid #1a6a9e !important;
            outline-offset: 2px !important;
            border-radius: 2px
        }

        * {
            transition-property: none !important;
        }

        a,
        button,
        .card,
        .review-card,
        .parcours-option,
        .ami-menu-link {
            transition: opacity 0.2s ease-out, transform 0.2s ease-out !important;
            will-change: opacity, transform;
        }

        a:hover {
            opacity: 0.7 !important;
        }

        .card:hover,
        .review-card:hover,
        .parcours-option:hover {
            transform: translateY(-5px) !important;
        }

        .card::after,
        .review-card::after {
            transition: opacity 0.3s ease !important;
            will-change: opacity;
        }

        .card:hover::after,
        .review-card:hover::after {
            opacity: 1 !important;
        }

        @keyframes rwPulse {

            0%,
            100% {
                opacity: 1
            }

            50% {
                opacity: .5
            }
        }

        @keyframes rwGlow {

            0%,
            100% {
                opacity: 0
            }

            50% {
                opacity: 1
            }
        }

        .rw {
            box-sizing: border-box;
            width: 82%;
            max-width: 1100px;
            margin: 2.5rem auto;
            border-radius: 20px;
            background: linear-gradient(160deg, #0c1222, #131c33, #0f1729);
            box-shadow: 0 16px 48px rgba(0, 0, 0, .3), 0 0 0 1px rgba(255, 255, 255, .04);
            font-family: 'Segoe UI', system-ui, sans-serif;
            position: relative;
            z-index: 1
        }

        .rw::after {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: inherit;
            box-shadow: 0 16px 48px rgba(59, 130, 246, .12), 0 0 0 1px rgba(59, 130, 246, .1);
            opacity: 0;
            animation: rwGlow 5s ease infinite;
            z-index: -1;
            pointer-events: none;
            will-change: opacity
        }

        .rw-hd {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: .75rem 1.4rem;
            border-bottom: 1px solid rgba(255, 255, 255, .06);
            border-radius: 20px 20px 0 0
        }

        .rw-lg {
            display: flex;
            align-items: center;
            gap: .5rem;
            color: #cbd5e1;
            font-weight: 700;
            font-size: .92rem
        }

        .rw-li {
            width: 28px;
            height: 28px;
            border-radius: 7px;
            background: linear-gradient(135deg, #3b82f6, #8b5cf6);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: .8rem;
            box-shadow: 0 3px 10px rgba(59, 130, 246, .25)
        }

        .rw-gb {
            display: flex;
            align-items: center;
            gap: .4rem;
            padding: .3rem .8rem;
            border-radius: 20px;
            font-size: .65rem;
            font-weight: 700;
            letter-spacing: .4px;
            text-transform: uppercase
        }

        .rw-gb.gok {
            background: rgba(16, 185, 129, .15);
            color: #6ee7b7;
            border: 1px solid rgba(16, 185, 129, .18)
        }

        .rw-gb.gbad {
            background: rgba(239, 68, 68, .15);
            color: #fca5a5;
            border: 1px solid rgba(239, 68, 68, .18)
        }

        .rw-gb.gwarn {
            background: rgba(245, 158, 11, .15);
            color: #fcd34d;
            border: 1px solid rgba(245, 158, 11, .18)
        }

        .rw-gd {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            animation: rwPulse 2s infinite;
            will-change: opacity
        }

        .gok .rw-gd {
            background: #10b981
        }

        .gbad .rw-gd {
            background: #ef4444
        }

        .gwarn .rw-gd {
            background: #f59e0b
        }

        .rw-bd {
            padding: .2rem 0
        }

        .rw-r {
            display: grid;
            grid-template-columns: 185px 1fr auto;
            align-items: center;
            gap: .8rem;
            padding: .7rem 1.4rem;
            text-decoration: none;
            color: #e2e8f0;
            transition: background .2s;
            border-bottom: 1px solid rgba(255, 255, 255, .035);
            position: relative
        }

        .rw-r:hover {
            background: rgba(255, 255, 255, .035)
        }

        .rw-ri {
            display: flex;
            align-items: center;
            gap: .6rem;
            min-width: 0
        }

        .rw-ic {
            width: 32px;
            height: 32px;
            border-radius: 9px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: .85rem;
            flex-shrink: 0;
            position: relative
        }

        .rs .rw-ic {
            background: linear-gradient(135deg, #1e40af, #3b82f6);
            box-shadow: 0 3px 10px rgba(59, 130, 246, .2)
        }

        .rl .rw-ic {
            background: linear-gradient(135deg, #166534, #22c55e);
            box-shadow: 0 3px 10px rgba(34, 197, 94, .2)
        }

        .ro .rw-ic {
            background: linear-gradient(135deg, #5b21b6, #8b5cf6);
            box-shadow: 0 3px 10px rgba(139, 92, 246, .2)
        }

        .rw-nm {
            font-weight: 700;
            font-size: .92rem;
            line-height: 1.1
        }

        .rw-st {
            font-size: .55rem;
            color: #64748b;
            font-weight: 500;
            letter-spacing: .3px;
            text-transform: uppercase;
            display: flex;
            justify-content: space-between;
            align-items: center
        }

        .rw-ms {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: .4rem
        }

        .rw-m {
            background: rgba(255, 255, 255, .04);
            border: 1px solid rgba(255, 255, 255, .05);
            border-radius: 8px;
            padding: .4rem .3rem;
            text-align: center
        }

        .rw-mu {
            font-size: .48rem;
            opacity: .35;
            font-weight: 500
        }

        .rw-algo {
            display: flex;
            gap: .5rem;
            margin-top: .4rem;
            padding: 0 1.4rem
        }

        .rw-ab {
            display: flex;
            align-items: center;
            gap: .3rem;
            background: rgba(255, 255, 255, .03);
            padding: .2rem .6rem;
            border-radius: 12px;
            font-size: .65rem;
            color: #94a3b8
        }

        .rw-bg {
            display: inline-flex;
            align-items: center;
            gap: .25rem;
            padding: .3rem .65rem;
            border-radius: 16px;
            font-size: .6rem;
            font-weight: 700;
            min-width: 80px;
            justify-content: center
        }

        .rw-bg.on {
            background: rgba(16, 185, 129, .12);
            color: #6ee7b7;
            border: 1px solid rgba(16, 185, 129, .15)
        }

        .rw-bg.off {
            background: rgba(239, 68, 68, .12);
            color: #fca5a5;
            border: 1px solid rgba(239, 68, 68, .15)
        }

        .rw-ft {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1.5rem;
            padding: .5rem 1.4rem;
            border-top: 1px solid rgba(255, 255, 255, .035);
            border-radius: 0 0 20px 20px
        }

        .rw-fs {
            color: #475569;
            font-size: .52rem
        }

        .rw-fl {
            display: flex;
            gap: .8rem
        }

        .rw-fa {
            color: #475569;
            font-size: .55rem;
            text-decoration: none;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: .25rem
        }

        @media(max-width:768px) {
            .rw {
                width: 96%;
                margin: 1rem auto
            }

            .rw-r {
                grid-template-columns: 1fr;
                gap: .5rem;
                padding: .65rem .8rem
            }

            .rw-bg {
                min-width: auto;
                width: 100%
            }

            .rw-ft {
                flex-direction: column;
                gap: .3rem
            }
        }

        :root {
            --menu-bg: #0f172a;
            --menu-item-bg: #1e293b;
            --menu-item-hover: #334155;
            --accent: #f6da07;
            --primary-color: #1a6a9e;
            --secondary-color: #e6f2f9;
            --accent-color: #f39c12;
            --text-color: #333;
            --light-color: #f8f9fa;
            --dark-color: #2c3e50;
            --success-color: #27ae60;
            --warning-color: #e74c3c;
            --ombre: 0 4px 6px rgba(0, 0, 0, .1)
        }

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

        body,
        html {
            margin: 0;
            padding: 0;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
            font-size: 16px;
            line-height: 1.6;
            color: #333;
            background: #fff;
            overflow-x: hidden
        }

        .sr-only,
        .screen-reader-text {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0
        }

        a {
            text-decoration: none;
            color: inherit;
            transition: opacity .3s ease
        }

        a:hover {
            opacity: .8
        }

        .container,
        .content-container {
            width: 100%;
            max-width: var(--ksa-page, 1200px);
            margin: 0 auto;
            padding: 0 15px;
            box-sizing: border-box
        }

        main#main-content,
        main[role="main"],
        main.page-content {
            padding-top: 0;
            margin-top: 0;
            display: block;
            min-height: 90vh;
            background: #fff;
            position: relative;
            z-index: 1;
            contain: layout;
            will-change: transform
        }

        .page-header {
            min-height: 380px
        }

        .main-title {
            min-height: clamp(2.8rem, 12vw, 5rem)
        }

        @media(min-width:992px) {
            .page-header {
                min-height: 340px
            }

            .main-title {
                min-height: 3.2rem
            }
        }

        #etat-rivieres-compact {
            min-height: 400px;
            margin: 2.5rem auto;
            display: block;
            background: rgba(0, 0, 0, 0.05);
            border-radius: 20px;
            contain: content
        }

        .reviews-widget {
            min-height: 350px;
            background: #f8fafc;
            border-radius: 12px;
            margin: 20px 0
        }

        #avis {
            min-height: 400px
        }

        .video-section-semois {
            aspect-ratio: 16/9;
            min-height: 300px;
            background: #000
        }

        img {
            max-width: 100%;
            height: auto
        }

        a,
        button,
        .card,
        .review-card {
            transition: opacity 0.2s ease-out, transform 0.2s ease-out !important
        }

        a:hover {
            opacity: 0.8 !important
        }

        .card:hover,
        .review-card:hover {
            transform: translateY(-2px) !important
        }

        #scroll-progress {
            position: fixed;
            top: 0;
            left: 0;
            width: 0%;
            height: 3px;
            background: linear-gradient(to right, #f6da07, #f39c12);
            z-index: 10002;
            transition: width 0.1s ease-out
        }

        .glass {
            background: rgba(255, 255, 255, 0.7) !important;
            backdrop-filter: blur(10px) !important;
            -webkit-backdrop-filter: blur(10px) !important;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important
        }

        @media(min-width:992px) {
            #etat-rivieres-compact {
                min-height: 250px
            }

            .reviews-widget {
                min-height: 300px
            }
        }

        .section,
        .activities-section,
        .reviews-widget,
        .route-card {
            padding: 60px 0;
            box-sizing: border-box;
            contain: layout
        }

        h1,
        h2,
        h3,
        h4 {
            margin-bottom: 1rem;
            line-height: 1.4
        }

        h1 {
            font-size: 2.5rem;
            font-weight: 700
        }

        h2 {
            font-size: 2rem;
            font-weight: 600
        }

        h3 {
            font-size: 1.5rem;
            font-weight: 600
        }

        @media(max-width:768px) {
            h1 {
                font-size: 1.8rem
            }

            h2 {
                font-size: 1.5rem
            }

            h3 {
                font-size: 1.3rem
            }

            p,
            li,
            span:not(.ksm-badge) {
                font-size: 16px !important;
                line-height: 1.6 !important
            }
        }

        .tn {
            font-variant-numeric: tabular-nums;
            font-feature-settings: "tnum";
            min-width: 4ch
        }

/* ── ex ksa-head-core-2.css ── */
        @media(max-width:600px) {
            header {
                min-height: 180px
            }
        }

        .ksa-video-section {
            padding: 3rem 1rem 3.5rem;
            background: linear-gradient(180deg, #f4f9f4 0%, #e8f5e9 100%)
        }

        .ksa-video-wrapper {
            max-width: 900px;
            margin: 0 auto
        }

        .ksa-video-title {
            text-align: center;
            font-size: clamp(1.25rem, 2.8vw, 1.75rem);
            font-weight: 800;
            color: #042a38;
            margin: 0 0 1.5rem;
            line-height: 1.3
        }

        .ksa-video-title strong {
            color: #1b7c2a
        }

        .ksa-video-player {
            position: relative;
            aspect-ratio: 16/9;
            border-radius: 16px;
            overflow: hidden;
            cursor: pointer;
            box-shadow: 0 12px 48px rgba(0, 0, 0, .22);
            background: #000
        }

        .ksa-video-thumb {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .4s ease, filter .4s ease
        }

        .ksa-video-player:hover .ksa-video-thumb {
            transform: scale(1.03);
            filter: brightness(.85)
        }

        .ksa-video-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .55) 100%);
            pointer-events: none
        }

        .ksa-video-play {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            background: none;
            border: none;
            cursor: pointer;
            padding: 0;
            transition: transform .2s ease
        }

        .ksa-video-play:hover {
            transform: translate(-50%, -50%) scale(1.12)
        }

        .ksa-video-play svg {
            filter: drop-shadow(0 4px 16px rgba(0, 0, 0, .5));
            transition: filter .2s
        }

        .ksa-video-play:hover svg circle {
            fill: rgba(220, 0, 0, .75)
        }

        .ksa-video-play-label {
            color: #fff;
            font-size: .82rem;
            font-weight: 700;
            letter-spacing: .08em;
            text-transform: uppercase;
            text-shadow: 0 1px 4px rgba(0, 0, 0, .7);
            opacity: .9
        }

        .ksa-video-badge {
            position: absolute;
            bottom: 14px;
            right: 14px;
            background: rgba(0, 0, 0, .6);
            color: #fff;
            font-size: .72rem;
            font-weight: 700;
            padding: 4px 10px;
            border-radius: 20px;
            letter-spacing: .05em;
            backdrop-filter: blur(4px)
        }

        .ksa-video-iframe-wrap {
            aspect-ratio: 16/9;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 12px 48px rgba(0, 0, 0, .22)
        }

        .ksa-video-iframe-wrap iframe {
            width: 100%;
            height: 100%;
            border: 0;
            display: block
        }

        .ksa-video-caption {
            text-align: center;
            font-size: .93rem;
            color: #4b5563;
            margin: 1rem 0 0;
            line-height: 1.65
        }

        .ksa-video-caption a {
            color: #1b7c2a;
            font-weight: 600;
            text-underline-offset: 2px
        }

        .ksa-video-caption a:hover {
            color: #042a38
        }

        .youtube-facade-semois,
        .youtube-iframe-semois {
            display: none !important
        }

        .card-content {
            display: flex;
            flex-direction: column;
            padding: 1.5rem !important;
            height: 100%
        }

        .card-text {
            flex-grow: 1;
            margin-bottom: 1.5rem
        }

        .card-features {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 1.5rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid #f1f5f9
        }

        .feature {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            padding: 6px 10px;
            border-radius: 8px;
            font-size: .85rem;
            color: #334155;
            font-weight: 600
        }

        .info-actions {
            display: flex;
            gap: 10px;
            width: 100%
        }

        .btn-ghost {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
            font-size: .9rem;
            font-weight: 600;
            color: #64748b;
            background: transparent;
            border: 1px solid #cbd5e1;
            border-radius: 8px;
            text-decoration: none;
            transition: all .2s ease;
            text-align: center
        }

        .btn-ghost:hover {
            background: #f1f5f9;
            color: #0f172a;
            border-color: #94a3b8
        }

        .header-content {
            background: #fff !important;
            border: 1px solid #e2e8f0;
            box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .08) !important
        }

        .header-subtitle {
            font-size: 1.15rem;
            color: #475569;
            font-weight: 500;
            max-width: 700px;
            margin: 1rem auto 0;
            line-height: 1.6
        }

        #etat-semois,
        #activities,
        #faq,
        #avis {
            scroll-margin-top: 120px
        }

        .btn-ghost:hover {
            background: #f1f5f9;
            color: #0f172a;
            border-color: #94a3b8
        }

        .btn-primary-action {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding: 16px 24px;
            font-size: 1.1rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: .5px;
            color: #fff !important;
            background: linear-gradient(135deg, #a63a0a 0%, #7c2d12 100%);
            border: none;
            border-radius: 10px;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(124, 45, 18, .3);
            transition: transform .2s, box-shadow .2s;
            text-decoration: none !important;
            margin: 0 !important
        }

        .btn-primary-action:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(124, 45, 18, .45);
            background: linear-gradient(135deg, #c2410c 0%, #a63a0a 100%)
        }

        .btn-primary-action:active {
            transform: translateY(0)
        }

        @media (max-width:480px) {
            .header-content {
                padding: 1.5rem 1rem !important
            }

            .feature {
                font-size: .8rem;
                padding: 4px 8px
            }

            .info-actions {
                gap: 8px
            }

            .btn-ghost {
                font-size: .8rem;
                padding: 8px 4px
            }

            .btn-primary-action {
                padding: 14px 20px;
                font-size: 1rem
            }
        }

        .ami-auth-container {
            min-height: 55px;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .river-status-compact {
            width: 70%;
            margin: 2rem auto;
            background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
            border-radius: 16px;
            padding: 1.25rem;
            box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
            color: #fff;
            font-family: system-ui, -apple-system, sans-serif
        }

        .compact-main {
            background: rgba(255, 255, 255, .1);
            backdrop-filter: blur(5px);
            border-radius: 12px;
            padding: 1rem;
            margin-bottom: .8rem
        }

        .status-indicator-large {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: .5rem;
            padding: .6rem 1.2rem;
            border-radius: 8px;
            font-size: 1.1rem;
            font-weight: 700;
            border: 1px solid rgba(255, 255, 255, .2);
            width: 100%;
            box-sizing: border-box;
            margin-bottom: 1rem
        }

        .status-indicator-large.interdit {
            background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%)
        }

        .compact-data-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: .75rem
        }

        .compact-data-item {
            background: rgba(0, 0, 0, .2);
            border-radius: 8px;
            padding: .5rem;
            text-align: center
        }

        .compact-data-label {
            display: block;
            font-size: .75rem;
            opacity: .8;
            margin-bottom: .2rem
        }

        .compact-data-value {
            font-size: 1.1rem;
            font-weight: 700
        }

        .compact-cta {
            text-align: center;
            display: flex;
            flex-direction: column;
            gap: .5rem
        }

        .details-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: .5rem;
            background: #fff;
            color: #1e40af;
            padding: .6rem 1rem;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            font-size: .9rem;
            transition: transform .2s ease
        }

        .details-btn:hover {
            transform: translateY(-2px);
            background: #f8fafc
        }

        .secondary-link {
            color: rgba(255, 255, 255, .9);
            font-size: .8rem;
            text-decoration: none;
            padding: .3rem;
            border-bottom: 1px dotted rgba(255, 255, 255, .5)
        }

        .compact-source {
            margin-top: .5rem;
            text-align: center;
            font-size: .65rem;
            color: rgba(255, 255, 255, .82)
        }

        .compact-source a {
            color: inherit;
            text-decoration: underline
        }

        @media (max-width:768px) {
            .river-status-compact {
                width: 92%;
                margin: 1rem auto;
                padding: 1rem
            }

            .status-indicator-large {
                font-size: 1rem;
                padding: .5rem
            }
        }

        @keyframes pulse {
            0% {
                transform: scale(1)
            }

            50% {
                transform: scale(1.05)
            }

            100% {
                transform: scale(1)
            }
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
                opacity: 1
            }

            50% {
                transform: scale(1.05);
                opacity: .8
            }

            100% {
                transform: scale(1);
                opacity: 1
            }
        }

        @keyframes pulse {

            0%,
            100% {
                opacity: 1
            }

            50% {
                opacity: .5
            }
        }

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

        .reservation-modal .modal-content {
            pointer-events: all
        }

        .close-modal-bottom {
            position: sticky !important;
            bottom: 20px;
            right: 20px;
            z-index: 9999;
            font-size: 28px;
            color: #fff;
            background: rgba(0, 0, 0, .6);
            border: none;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            padding: 0;
            -webkit-tap-highlight-color: transparent;
            transition: all .2s ease;
            box-shadow: 0 3px 8px rgba(0, 0, 0, .3)
        }

        .close-modal-bottom:hover,
        .close-modal-bottom:focus {
            background: rgba(255, 0, 0, .7);
            transform: scale(1.05);
            outline: none
        }

        @media (max-width:768px) {
            .close-modal-bottom {
                bottom: 15px;
                right: 15px;
                width: 55px;
                height: 55px;
                font-size: 32px
            }
        }

        .form-group {
            margin-bottom: 1.5rem
        }

        .form-group label {
            display: block;
            margin-bottom: .5rem;
            font-weight: 600;
            color: #495057
        }

        .form-group input:not([type="file"]):not([type="password"]),
        input[type="text"],
        input[type="email"],
        select {
            width: 100%;
            padding: .75rem;
            border: 1px solid #5480ac;
            border-radius: 4px;
            transition: border-color .15s ease-in-out;
            font-size: 16px
        }

        .form-group input:focus {
            border-color: #80bdff;
            outline: 0;
            box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
        }

        .modal-content {
            background: #fff;
            width: 90%;
            max-width: 900px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
            animation: modalFadeIn .3s ease-out;
            overflow-y: auto
        }

        .modal-title {
            margin: 0;
            font-size: 24px;
            font-weight: 600;
            text-align: center;
            padding: 20px;
            background: linear-gradient(135deg, #2c3e50, #3498db);
            color: #fff
        }

        .total-price {
            font-size: 1.2em;
            letter-spacing: .5px
        }

        @media (max-width:768px) {
            h2 {
                font-size: 1.5rem
            }

            h3 {
                font-size: 1.3rem
            }
        }

        button {
            background: #f8b94c;
            border: none;
            color: #000;
            padding: 8px 12px;
            border-radius: 4px;
            cursor: pointer;
            flex: 1
        }

        a:hover {
            color: #e67e22 !important
        }

        button:hover {
            background: #45a049
        }

        @media all {
            a {
                text-decoration: none;
                color: inherit;
                transition: color .3s ease
            }

            a:hover {
                color: #007bff
            }

            h2,
            h3 {
                margin-bottom: var(--spacing-sm);
                line-height: 1.4;
                color: var(--dark)
            }

            h2 {
                font-size: 2rem;
                font-weight: 600
            }

            h3 {
                font-size: 1.5rem;
                font-weight: 600
            }

            .text-center {
                text-align: center
            }

            @media (min-width:576px) and (max-width:991px) {
                h2 {
                    font-size: 1.8rem
                }
            }
        }

        .modal-content {
            background: #fff;
            width: 90%;
            max-width: 900px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
            animation: modalFadeIn .3s ease-out;
            overflow-y: auto
        }

        .modal-title {
            margin: 0;
            font-size: 24px;
            font-weight: 600;
            text-align: center;
            padding: 20px;
            background: linear-gradient(135deg, #2c3e50, #3498db);
            color: #fff
        }

        .reservation-container {
            padding: 20px
        }

        .form-group {
            margin-bottom: 25px;
            padding: 15px;
            background: #f8f9fa;
            border-radius: 8px;
            border: 1px solid #e9ecef
        }

        .form-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 15px
        }

        @media (min-width:768px) {
            .form-grid {
                grid-template-columns: repeat(2, 1fr)
            }
        }

        label {
            display: block;
            margin-bottom: 8px;
            color: #34495e;
            font-weight: 500
        }

        input[type=text],
        input[type=email],
        input[type=number],
        input[type=date],
        select {
            width: 100%;
            padding: 10px;
            border: 2px solid #ddd;
            border-radius: 6px;
            font-size: 14px;
            transition: border-color .3s ease;
            box-sizing: border-box
        }

        input[type=text]:focus,
        input[type=email]:focus,
        input[type=number]:focus,
        input[type=date]:focus,
        select:focus {
            outline: 0;
            border-color: #3498db
        }

        .price-summary {
            background: #e8f4fc;
            padding: 15px;
            border-radius: 8px;
            margin-top: 15px;
            border: 1px solid #bee5eb
        }

        .total-price {
            font-size: 24px;
            font-weight: 700;
            color: #2c3e50;
            text-align: center;
            margin: 10px 0
        }

        .price-details {
            margin-top: 10px;
            font-size: 14px
        }

        .submit-btn {
            background: linear-gradient(135deg, #27ae60, #2ecc71);
            color: #fff;
            border: 0;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 8px;
            cursor: pointer;
            display: block;
            width: 100%;
            margin-top: 20px;
            transition: all .3s ease;
            text-transform: uppercase;
            letter-spacing: 1px
        }

        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(46, 204, 113, .3)
        }

        .submit-btn:disabled {
            background: #95a5a6;
            cursor: not-allowed;
            transform: none
        }

        .parcours-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 15px;
            margin: 20px 0
        }

        .parcours-option {
            border: 2px solid #ddd;
            border-radius: 8px;
            padding: 15px;
            cursor: pointer;
            transition: all .3s ease
        }

        .parcours-option:hover {
            border-color: #3498db;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
        }

        .parcours-option input[type=radio] {
            margin-right: 10px
        }

        .parcours-info {
            display: flex;
            flex-direction: column
        }

        .parcours-details {
            margin-top: 10px;
            font-size: 14px;
            color: #7f8c8d
        }

        .parcours-details span {
            display: block;
            margin-bottom: 5px
        }

        .close-modal-bottom {
            position: sticky !important;
            bottom: 20px;
            right: 20px;
            z-index: 9999;
            font-size: 28px;
            color: #fff;
            background: 0;
            border: 0;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            padding: 0;
            -webkit-tap-highlight-color: transparent;
            transition: all .2s ease;
            box-shadow: 0 3px 8px rgba(0, 0, 0, .3)
        }

        .close-modal-bottom:hover,
        .close-modal-bottom:focus {
            background: rgba(255, 0, 0, .7);
            transform: scale(1.05);
            outline: 0
        }

        @media (max-width:768px) {
            .close-modal-bottom {
                bottom: 15px;
                right: 15px;
                width: 55px;
                height: 55px;
                font-size: 32px
            }
        }

        .reservation-modal .modal-content {
            max-height: 90vh;
            overflow-y: auto;
            border-radius: 12px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
            animation: modalFadeIn .3s ease-out;
            width: 90%;
            max-width: 800px;
            margin: 20px
        }

        .form-group {
            margin-bottom: 15px
        }

        label {
            display: block;
            margin-bottom: 5px;
            font-weight: 500
        }

        input,
        select,
        textarea {
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-sizing: border-box
        }

        @media (max-width:768px) {
            .reservation-modal .modal-content {
                max-height: 95vh;
                margin: 10px;
                width: 95%
            }

            .form-group {
                margin-bottom: 12px
            }

            input,
            select {
                padding: 10px;
                font-size: 16px
            }
        }

        .skeleton {
            background: #f0f0f0;
            border-radius: 4px;
            animation: pulse 2s infinite
        }

        .skeleton-text {
            height: 1rem;
            margin-bottom: .5rem
        }

        .skeleton-title {
            height: 1.5rem;
            width: 70%;
            margin-bottom: 1rem
        }

        .reservation-modal {
            pointer-events: none
        }

        .reservation-modal .modal-content {
            pointer-events: all
        }

        .close-modal-bottom {
            position: sticky !important;
            bottom: 20px;
            right: 20px;
            z-index: 9999;
            font-size: 28px;
            color: #fff;
            background: rgba(0, 0, 0, .6);
            border: none;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            padding: 0;
            -webkit-tap-highlight-color: transparent;
            transition: all .2s ease;
            box-shadow: 0 3px 8px rgba(0, 0, 0, .3)
        }

        .close-modal-hover,
        .close-modal-focus {
            background: rgba(255, 0, 0, .7);
            transform: scale(1.05);
            outline: none
        }

        .modal-open .ami-menu-wrapper {
            display: none
        }

        @media (max-width:768px) {
            .close-modal-bottom {
                bottom: 15px;
                right: 15px;
                width: 55px;
                height: 55px;
                font-size: 32px
            }
        }

        .faq-internal-link {
            color: #0369a1;
            text-decoration: none;
            border-bottom: 1px dashed #0369a1;
            transition: all 0.2s ease
        }

        .faq-internal-link:hover {
            color: #0c4a6e;
            border-bottom-style: solid;
            background: rgba(3, 105, 161, 0.05)
        }

        .modal-content {
            background: #fff;
            width: 90%;
            max-width: 900px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
            animation: modalFadeIn .3s ease-out;
            overflow-y: auto
        }

        .close-modal {
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 28px;
            color: #fff;
            background: none;
            border: none;
            cursor: pointer;
            opacity: .8;
            transition: opacity .3s ease;
            z-index: 10
        }

        .close-modal:hover {
            opacity: 1
        }

        .modal-title {
            margin: 0;
            font-size: 24px;
            font-weight: 600;
            text-align: center;
            padding: 20px;
            background: linear-gradient(135deg, #2c3e50, #3498db);
            color: #fff
        }

        body .reservation-modal .modal-content .reservation-btn {
            background: linear-gradient(135deg, #2c3e50, #3498db);
            color: #fff;
            border: none;
            padding: 6px 12px;
            font-size: 14px;
            font-weight: 600;
            border-radius: 8px;
            cursor: pointer;
            transition: all .3s ease;
            box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
            display: inline-block;
            margin: 10px;
            text-transform: uppercase;
            letter-spacing: 1px
        }

        body .reservation-modal .modal-content .reservation-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .15);
            background: linear-gradient(135deg, #1a2530, #2980b9)
        }

        .faq-answer div {
            padding: 20px
        }

        .faq-item.active .faq-answer {
            max-height: 500px
        }

        .faq-item.active .faq-toggle {
            transform: rotate(180deg)
        }

        .faq-categories .btn {
            margin: 5px;
            border-radius: 20px
        }

        .faq-categories .btn.active {
            background: #2a7aaf;
            color: #fff
        }

        @media (max-width:768px) {
            .faq-question {
                padding: 15px
            }

            .faq-question h3 {
                font-size: 1rem
            }

            .faq-categories .btn {
                font-size: .85rem;
                padding: 5px 10px
            }
        }

        .faq-section {
            padding: var(--spacing-xl) 0
        }

        .faq-container {
            max-width: 800px;
            margin: 0 auto
        }

        .faq-item {
            margin-bottom: var(--spacing-sm);
            border: var(--border-width) solid var(--border);
            border-radius: var(--border-radius);
            overflow: hidden
        }

        .faq-toggle {
            display: none
        }

        .faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: var(--spacing-md);
            background-color: var(--white);
            font-weight: 600;
            cursor: pointer;
            border-bottom: var(--border-width) solid var(--border);
            transition: background-color .3s ease
        }

        .faq-question::after {
            content: '+';
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--primary)
        }

        .faq-toggle:checked+.faq-question {
            background-color: #e9ecef
        }

        .faq-toggle:checked+.faq-question::after {
            content: '-'
        }

        .faq-answer {
            padding: 0 var(--spacing-md);
            max-height: 0;
            overflow: hidden;
            transition: max-height .3s ease, padding .3s ease
        }

        .faq-toggle:checked~.faq-answer {
            max-height: 500px;
            padding: var(--spacing-md) var(--spacing-md) var(--spacing-sm)
        }

        .faq-item {
            -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
            -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
            box-shadow: 0 2px 10px rgba(0, 0, 0, .08)
        }

        .faq-item:hover {
            box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
        }

        .faq-question {
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            background: #fff;
            border-bottom: 1px solid #eee
        }

        .faq-question h3 {
            margin: 0;
            font-size: 1.1rem;
            color: #2c3e50;
            font-weight: 600
        }

        .faq-toggle {
            font-size: 1.2rem;
            color: #3498db;
            transition: transform .3s ease
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height .3s ease;
            background: #f9f9f9
        }

        .faq-answer div {
            padding: 20px
        }

        .faq-item.active .faq-answer {
            max-height: 500px
        }

        .faq-item.active .faq-toggle {
            transform: rotate(180deg)
        }

        .faq-categories .btn {
            margin: 5px;
            border-radius: 20px
        }

        .faq-categories .btn.active {
            background: #2a7aaf;
            color: #fff
        }

        @media (max-width:768px) {
            .faq-question {
                padding: 15px
            }

            .faq-question h3 {
                font-size: 1rem
            }

            .faq-categories .btn {
                font-size: .85rem;
                padding: 5px 10px
            }
        }

        .faq-categories .btn.active {
            background: #2a7aaf;
            color: #fff
        }

        @media (max-width:768px) {
            .faq-question {
                padding: 15px
            }

            .faq-question h3 {
                font-size: 1rem
            }

            .faq-categories .btn {
                font-size: .85rem;
                padding: 5px 10px
            }
        }

        @keyframes modalFadeIn {
            from {
                opacity: 0;
                transform: translateY(-50px)
            }

            to {
                opacity: 1;
                transform: translateY(0)
            }
        }

        @keyframes btn-shimmer {
            0% {
                transform: translateX(-100%) skewX(-15deg)
            }

            30%,
            100% {
                transform: translateX(200%) skewX(-15deg)
            }
        }

        .reservation-btn,
        .btn-camping-cta {
            position: relative;
            overflow: hidden
        }

        .reservation-btn::after,
        .btn-camping-cta::after {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
            animation: btn-shimmer 4s infinite;
            pointer-events: none
        }

        .btn-camping-cta {
            display: inline-flex;
            align-items: center;
            gap: 1rem;
            padding: 1rem 1.5rem;
            background: linear-gradient(135deg, #1a2e1e 0%, #3d5a40 100%);
            color: #fff;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            font-family: 'DM Sans', system-ui, sans-serif;
            text-align: left;
            text-decoration: none;
            transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
            box-shadow: 0 4px 16px rgba(26, 46, 30, 0.35);
            width: 100%;
            max-width: 420px
        }

        .btn-camping-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(26, 46, 30, 0.45);
            filter: brightness(1.08)
        }

        .btn-camping-cta:active {
            transform: translateY(0);
            box-shadow: 0 2px 8px rgba(26, 46, 30, 0.3)
        }

        .btn-camping-cta:focus-visible {
            outline: 3px solid #c9a96e;
            outline-offset: 3px
        }

        .hover-lift {
            transition: all 0.3s ease !important
        }

        .hover-lift:hover {
            transform: translateY(-4px) !important
        }

        .hover-scale {
            transition: transform 0.3s ease !important
        }

        .hover-scale:hover {
            transform: scale(1.05) !important
        }

        .hover-card-premium {
            transition: all 0.3s ease !important
        }

        .hover-card-premium:hover {
            transform: translateY(-5px) !important;
            box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12) !important
        }

        .btn-camping-cta__icon {
            font-size: 1.8rem;
            line-height: 1;
            flex-shrink: 0
        }

        .btn-camping-cta__text {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 0.15rem
        }

        .btn-camping-cta__main {
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.2;
            color: #fff
        }

        .btn-camping-cta__sub {
            font-size: 0.75rem;
            color: #c9a96e;
            font-weight: 400
        }

        .btn-camping-cta__arrow {
            flex-shrink: 0;
            opacity: 0.7;
            transition: transform 0.2s ease, opacity 0.2s ease
        }

        .btn-camping-cta:hover .btn-camping-cta__arrow {
            transform: translateX(4px);
            opacity: 1
        }

        .btn-camping-inline {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.55rem 1.1rem;
            background: #1a2e1e;
            color: #fff;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            font-family: 'DM Sans', system-ui, sans-serif;
            font-size: 0.88rem;
            font-weight: 600;
            transition: background 0.2s, transform 0.15s
        }

        .btn-camping-inline:hover {
            background: #3d5a40;
            transform: translateY(-1px)
        }

        .btn-camping-inline:focus-visible {
            outline: 3px solid #c9a96e;
            outline-offset: 2px
        }

        .site-stats {
            min-height: 24px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 5px 0
        }

        .stats-content {
            min-height: 18px;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center
        }

        .stats-content:empty::before {
            content: "";
            display: inline-block;
            width: 200px;
            height: 12px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 4px;
            animation: skeleton-pulse 1.5s infinite ease-in-out
        }

        @keyframes skeleton-pulse {

            0%,
            100% {
                opacity: 0.3
            }

            50% {
                opacity: 0.6
            }
        }

/* ── ex ksa-head-core-3.css ── */
        .stat-active {
            color: #065f46 !important;
            background: #d1fae5 !important;
            border: 1px solid #6ee7b7 !important
        }

        .stat-active .stat-label {
            color: #065f46 !important
        }

        .top-label {
            color: #fef9c3 !important
        }

        .top-badge {
            color: #fef9c3 !important;
            background: rgba(253, 224, 71, .18) !important;
            border: 1px solid rgba(253, 224, 71, .45) !important
        }

        .top-badge:hover {
            color: #fff !important;
            background: rgba(253, 224, 71, .28) !important;
            border-color: rgba(253, 224, 71, .7) !important
        }

        .bc-social-row {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 6px;
            padding: 8px 12px;
            background: #0f172a;
            border-bottom: 1px solid rgba(255, 255, 255, .08);
            width: 100%;
            position: relative;
            z-index: 100;
            margin-top: 60px;
            min-height: 90px;
            box-sizing: border-box;
            contain: layout style
        }

        .breadcrumb-container {
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none
        }

        .breadcrumb-container::-webkit-scrollbar {
            display: none
        }

        .breadcrumb-list {
            display: flex;
            align-items: center;
            list-style: none;
            margin: 0;
            padding: 0;
            gap: 0;
            white-space: nowrap;
            width: max-content;
            min-width: 100%;
            justify-content: center
        }

        .breadcrumb-item {
            display: inline-flex;
            align-items: center;
            font-size: .72rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: .04em;
            color: rgba(255, 255, 255, .45)
        }

        .breadcrumb-link {
            color: rgba(255, 255, 255, .6) !important;
            text-decoration: none;
            padding: 3px 5px;
            border-radius: 3px;
            transition: color .15s, background .15s;
            -webkit-tap-highlight-color: transparent
        }

        @media(hover:hover) {
            .breadcrumb-link:hover {
                color: #fff !important;
                background: rgba(255, 255, 255, .1)
            }
        }

        .breadcrumb-current-page {
            color: #ffd54f !important;
            font-weight: 700;
            padding: 3px 5px
        }

        .separator {
            color: rgba(255, 255, 255, .2);
            font-weight: 300;
            margin: 0 1px;
            font-size: .7rem;
            user-select: none
        }

        .shr-btns {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            flex-wrap: wrap;
            padding: 2px 0;
            border-top: 1px solid rgba(255, 255, 255, .06);
            width: 100%
        }

        .shr-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            text-decoration: none !important;
            opacity: .85;
            transition: opacity .15s, transform .15s;
            -webkit-tap-highlight-color: transparent;
            flex-shrink: 0
        }

        .shr-btn:active {
            transform: scale(.92);
            opacity: 1
        }

        @media(hover:hover) {
            .shr-btn:hover {
                opacity: 1;
                transform: translateY(-2px) scale(1.08)
            }
        }

        .shr-btn svg {
            width: 13px;
            height: 13px
        }

        .shr-btn--fill svg {
            fill: #fff
        }

        .shr-btn--stroke svg {
            fill: none;
            stroke: #fff;
            stroke-width: 2.5;
            stroke-linecap: round;
            stroke-linejoin: round
        }

        @media(min-width:640px) {
            .bc-social-row {
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                gap: 12px;
                padding: 4px 20px;
                height: 36px;
                min-height: 36px;
                margin-top: 60px
            }

            .breadcrumb-container {
                flex: 1;
                min-width: 0;
                overflow: hidden
            }

            .breadcrumb-list {
                justify-content: flex-start;
                white-space: nowrap
            }

            .shr-btns {
                flex-wrap: nowrap;
                width: auto;
                border-top: none;
                padding: 0;
                gap: 5px
            }

            .shr-btn {
                width: 26px;
                height: 26px
            }

            .shr-btn svg {
                width: 12px;
                height: 12px
            }
        }

        @media(min-width:992px) {
            .bc-social-row {
                margin-top: 0
            }
        }

        @media(min-width:1024px) {
            .bc-social-row {
                padding: 4px 28px;
                height: 34px
            }

            .breadcrumb-item {
                font-size: .73rem
            }

            .shr-btn {
                width: 28px;
                height: 28px
            }

            .shr-btn svg {
                width: 13px;
                height: 13px
            }
        }

        .ndp-header,
        .trust-bar,
        .sec,
        .wrap {
            margin-top: 0 !important;
            margin-bottom: 0 !important
        }

        section.sec {
            border-top: none !important
        }
