        @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: #3498db;
            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: #3498db;
            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: #3498db;
            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
            }
        }