        /* ================================================================================= */
        /* == TEMA E VARIABILI - DESIGN SYSTEM PREMIUM ===================================== */
        /* ================================================================================= */
        :root {
            /* Color Palette - Premium Alpine Theme */
            --color-primary: #1a1a1d;
            --color-background: #fafbfc;
            --color-surface: #f0f2f5;
            --color-surface-elevated: #ffffff;
            --color-accent: #0066cc;
            --color-accent-hover: #0052a3;
            --color-accent-light: rgba(0, 102, 204, 0.08);
            --color-text-secondary: #6b7280;
            --color-success: #059669;
            --color-gold: #c9a227;

            /* Typography */
            --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            --font-display: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

            /* Spacing System */
            --space-xs: 0.25rem;
            --space-sm: 0.5rem;
            --space-md: 1rem;
            --space-lg: 1.5rem;
            --space-xl: 2rem;
            --space-2xl: 3rem;
            --space-3xl: 4rem;
            --space-4xl: 6rem;

            /* Border Radius */
            --border-radius-sm: 8px;
            --border-radius: 16px;
            --border-radius-lg: 24px;
            --border-radius-xl: 32px;
            --border-radius-full: 9999px;

            /* Transitions */
            --transition-fast: all 0.15s ease;
            --transition-base: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);

            /* Shadows - Refined Depth System */
            --shadow-elevation-1: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.06);
            --shadow-elevation-2: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.04);
            --shadow-elevation-3: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
            --shadow-elevation-4: 0 20px 40px -4px rgba(0, 0, 0, 0.12), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
            --shadow-glow: 0 0 30px -5px rgba(0, 102, 204, 0.25);

            /* Container Width */
            --container-max: 1280px;
            --container-content: 800px;
        }

        [data-theme="dark"] {
            --color-primary: #f5f5f7;
            --color-background: #0a0a0b;
            --color-surface: #18181b;
            --color-surface-elevated: #27272a;
            --color-accent: #3b82f6;
            --color-accent-hover: #60a5fa;
            --color-accent-light: rgba(59, 130, 246, 0.15);
            --color-text-secondary: #a1a1aa;
            --shadow-elevation-1: 0 1px 3px rgba(0, 0, 0, 0.2);
            --shadow-elevation-2: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
            --shadow-elevation-3: 0 10px 25px -3px rgba(0, 0, 0, 0.4);
            --shadow-elevation-4: 0 20px 40px -4px rgba(0, 0, 0, 0.5);
        }

        /* ================================================================================= */
        /* == ACCESSIBILITY - SKIP TO CONTENT ============================================= */
        /* ================================================================================= */
        .skip-to-content {
            position: absolute;
            top: -40px;
            left: 0;
            background: var(--color-accent);
            color: white;
            padding: 8px 16px;
            text-decoration: none;
            z-index: 10000;
            border-radius: 0 0 8px 0;
        }

        .skip-to-content:focus {
            top: 0;
        }

        /* ================================================================================= */
        /* == STILI GENERALI E RESET ======================================================= */
        /* ================================================================================= */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
            overflow-x: hidden;
        }

        body {
            font-family: var(--font-family);
            background-color: var(--color-background);
            color: var(--color-primary);
            line-height: 1.7;
            font-weight: 400;
            font-size: 16px;
            letter-spacing: -0.01em;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-rendering: optimizeLegibility;
            overflow-x: hidden;
            max-width: 100vw;
            width: 100%;
        }

        img {
            max-width: 100%;
            height: auto;
            display: block;
            /* Performance: enable GPU acceleration for images */
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .container {
            max-width: var(--container-max);
            margin: 0 auto;
            padding: 0 24px;
        }

        section {
            padding: var(--space-4xl) 0;
        }

        section:first-of-type {
            padding-top: 140px;
        }

        /* Fix navigation overlap */

        /* Main content wrapper - prevent horizontal overflow */
        main,
        #main-content,
        [role="main"] {
            max-width: 100%;
            overflow-x: hidden;
        }

        /* ================================================================================= */
        /* == TIPOGRAFIA ================================================================ */
        /* ================================================================================= */
        h1,
        h2,
        h3,
        h4 {
            font-family: var(--font-display);
            font-weight: 600;
            line-height: 1.15;
            letter-spacing: -0.02em;
            color: var(--color-primary);
        }

        h1 {
            font-size: clamp(2.5rem, 7vw, 4.5rem);
            font-weight: 700;
        }

        h2 {
            font-size: clamp(1.875rem, 4vw, 2.75rem);
        }

        h3 {
            font-size: clamp(1.25rem, 2vw, 1.5rem);
        }

        h4 {
            font-size: 1.125rem;
        }

        p {
            font-size: 1.0625rem;
            color: var(--color-text-secondary);
            max-width: 70ch;
        }

        .large-text {
            font-size: 1.25rem;
            line-height: 1.8;
        }

        /* ================================================================================= */
        /* == HEADER E NAVIGAZIONE ========================================================= */
        /* ================================================================================= */
        .header {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            background-color: rgba(250, 251, 252, 0.85);
            backdrop-filter: saturate(200%) blur(24px);
            -webkit-backdrop-filter: saturate(200%) blur(24px);
            border-bottom: 1px solid rgba(0, 0, 0, 0.06);
            transition: var(--transition-smooth);
        }

        [data-theme="dark"] .header {
            background-color: rgba(10, 10, 11, 0.85);
            border-bottom-color: rgba(255, 255, 255, 0.08);
        }

        .nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 24px;
            height: 64px;
            max-width: var(--container-max);
            margin: 0 auto;
        }

        .nav-logo {
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--color-primary);
            text-decoration: none;
            letter-spacing: -0.02em;
            transition: var(--transition-fast);
        }

        .nav-logo:hover {
            color: var(--color-accent);
        }

        .nav-links {
            list-style: none;
            display: flex;
            gap: 32px;
            align-items: center;
        }

        .nav-link {
            text-decoration: none;
            color: var(--color-primary);
            font-size: 0.9375rem;
            font-weight: 500;
            opacity: 0.75;
            transition: var(--transition-fast);
            position: relative;
            padding: 8px 0;
        }

        .nav-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background-color: var(--color-accent);
            transition: var(--transition-base);
        }

        .nav-link:hover,
        .nav-link.active {
            opacity: 1;
        }

        .nav-link:hover::after,
        .nav-link.active::after {
            width: 100%;
        }

        .menu-toggle {
            display: none;
            background: none;
            border: none;
            cursor: pointer;
            padding: 8px;
            border-radius: var(--border-radius-sm);
            -webkit-tap-highlight-color: transparent;
            outline: none;
            transition: var(--transition-fast);
        }

        .menu-toggle:hover {
            background-color: var(--color-accent-light);
        }

        .menu-toggle:focus-visible {
            outline: 2px solid var(--color-accent);
            outline-offset: 2px;
        }

        .menu-toggle span {
            display: block;
            width: 22px;
            height: 2px;
            background-color: var(--color-primary);
            margin: 5px 0;
            border-radius: 2px;
            transition: var(--transition-base);
        }

        .theme-toggle {
            background: none;
            border: none;
            cursor: pointer;
            font-size: 1.125rem;
            color: var(--color-primary);
            opacity: 0.75;
            transition: var(--transition-fast);
            padding: 8px;
            border-radius: var(--border-radius-sm);
            -webkit-tap-highlight-color: transparent;
            outline: none;
        }

        .theme-toggle:hover {
            opacity: 1;
            background-color: var(--color-accent-light);
        }

        .theme-toggle:focus-visible {
            outline: 2px solid var(--color-accent);
            outline-offset: 2px;
        }

        /* ================================================================================= */
        /* == PULSANTI =================================================================== */
        /* ================================================================================= */
        .cta-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background-color: var(--color-accent);
            color: #ffffff;
            padding: 14px 28px;
            border-radius: var(--border-radius);
            text-decoration: none;
            font-weight: 600;
            font-size: 0.9375rem;
            letter-spacing: -0.01em;
            transition: var(--transition-base);
            border: none;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            will-change: transform, box-shadow;
            -webkit-tap-highlight-color: transparent;
        }

        .cta-button:hover {
            background-color: var(--color-accent-hover);
            transform: translateY(-2px);
            box-shadow: var(--shadow-elevation-3), var(--shadow-glow);
        }

        .cta-button:active {
            transform: translateY(0);
            box-shadow: var(--shadow-elevation-1);
        }

        .cta-button-outline {
            background: transparent;
            color: var(--color-accent);
            border: 2px solid var(--color-accent);
            box-shadow: none;
        }

        .cta-button-outline:hover {
            background-color: var(--color-accent);
            color: #ffffff;
            box-shadow: var(--shadow-glow);
        }


        /* ================================================================================= */
        /* == HERO SECTION CON VIDEO ======================================================== */
        /* ================================================================================= */
        .hero {
            height: 100vh;
            min-height: 600px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: relative;
            overflow: hidden;
            margin-top: 0 !important;
            padding: 0 var(--space-lg);
        }

        .hero img {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            transform: translateX(-50%) translateY(-50%);
            z-index: -1;
            object-fit: cover;
        }

        .hero::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg,
                    rgba(0, 0, 0, 0.2) 0%,
                    rgba(0, 0, 0, 0.35) 50%,
                    rgba(0, 0, 0, 0.65) 100%);
            z-index: -1;
        }

        .hero-content {
            position: relative;
            z-index: 1;
            color: #ffffff;
            padding: 0 var(--space-lg);
            max-width: 900px;
            width: 100%;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .hero-content h1 {
            font-weight: 700;
            margin-bottom: var(--space-lg);
            color: #ffffff;
            text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
        }

        .hero-content p {
            font-size: clamp(1.0625rem, 2vw, 1.375rem);
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: var(--space-2xl);
            max-width: 650px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.7;
            text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
        }


        /* ================================================================================= */
        /* == ROOM SECTIONS ================================================================ */
        /* ================================================================================= */
        .room-section {
            margin-bottom: 80px;
        }

        .room-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .room-header h2 {
            color: var(--color-primary);
            margin-bottom: 15px;
        }

        .room-header .room-capacity {
            font-size: 1.1rem;
            color: var(--color-text-secondary);
            margin-bottom: 10px;
        }

        .room-description {
            max-width: 800px;
            margin: 0 auto 40px auto;
            text-align: center;
        }

        .room-features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
            gap: 20px;
            margin-bottom: 40px;
        }

        .room-feature {
            display: flex;
            align-items: start;
            gap: 15px;
            padding: 15px;
            background: var(--color-surface);
            border-radius: 12px;
        }

        .room-feature i {
            font-size: 1.3rem;
            color: var(--color-accent);
            margin-top: 3px;
        }

        .room-gallery {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
            gap: 15px;
            margin-bottom: 30px;
        }

        .room-gallery img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            border-radius: var(--border-radius);
            cursor: pointer;
            transition: var(--transition-base);
        }

        .room-gallery img:hover {
            transform: scale(1.02);
            box-shadow: var(--shadow-elevation-2);
        }

        .copyright-notice {
            font-size: 0.85rem;
            color: var(--color-text-secondary);
            text-align: center;
            padding: 15px;
            background: rgba(0, 0, 0, 0.02);
            border-radius: 8px;
            font-style: italic;
        }

        [data-theme="dark"] .copyright-notice {
            background: rgba(255, 255, 255, 0.05);
        }




        /* ================================================================================= */
        /* == MAP SECTION ================================================================= */
        /* ================================================================================= */
        .map-container {
            border-radius: var(--border-radius);
            overflow: hidden;
            box-shadow: var(--shadow-elevation-2);
            height: 500px;
            margin-top: 30px;
        }

        .map-container iframe {
            width: 100%;
            height: 100%;
            border: 0;
        }

        .directions-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
            gap: 20px;
            margin-top: 30px;
        }

        .direction-card {
            background: var(--color-surface);
            padding: 20px;
            border-radius: 12px;
        }

        .direction-card h4 {
            color: var(--color-primary);
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .direction-card h4 i {
            color: var(--color-accent);
        }

        .direction-card .distance {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--color-accent);
        }

        .direction-card .time {
            font-size: 0.9rem;
            color: var(--color-text-secondary);
        }

        /* ================================================================================= */
        /* == REVIEWS SECTION ============================================================= */
        /* ================================================================================= */
        .rating-summary {
            text-align: center;
            margin-bottom: 40px;
            padding: 40px;
            background: var(--color-surface);
            border-radius: var(--border-radius);
        }

        .rating-number {
            font-size: 4rem;
            font-weight: 700;
            color: var(--color-accent);
        }

        .stars {
            font-size: 2rem;
            color: #ffa500;
            margin: 10px 0;
        }

        .rating-breakdown {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
            gap: 15px;
            margin-top: 20px;
        }

        .rating-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .rating-item span {
            min-width: 100px;
        }

        .rating-bar {
            flex-grow: 1;
            height: 8px;
            background: rgba(0, 0, 0, 0.1);
            border-radius: 4px;
            overflow: hidden;
        }

        .rating-bar-fill {
            height: 100%;
            background: var(--color-accent);
            transition: width 0.5s ease;
        }

        .review-card {
            background: var(--color-surface);
            padding: 30px;
            border-radius: var(--border-radius);
            margin-bottom: 20px;
        }

        .review-header {
            display: flex;
            justify-content: space-between;
            align-items: start;
            margin-bottom: 15px;
        }

        .review-author-info {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .review-author-info img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
        }

        .review-stars {
            color: #ffa500;
        }

        .review-date {
            font-size: 0.85rem;
            color: var(--color-text-secondary);
        }

        .review-text {
            line-height: 1.7;
            margin-bottom: 15px;
        }

        .review-photos {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(min(100px, 100%), 1fr));
            gap: 10px;
            margin-top: 15px;
        }

        .review-photos img {
            width: 100%;
            height: 100px;
            object-fit: cover;
            border-radius: 8px;
            cursor: pointer;
            transition: var(--transition-base);
        }

        .review-photos img:hover {
            transform: scale(1.05);
        }





        /* ================================================================================= */
        /* == SEZIONI A GRIGLIA =========================================================== */
        /* ================================================================================= */
        .features-grid,
        .amenities-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
            gap: var(--space-xl);
        }

        .feature-card {
            background-color: var(--color-surface-elevated);
            border-radius: var(--border-radius-lg);
            padding: var(--space-2xl);
            text-align: center;
            transition: var(--transition-smooth);
            border: 1px solid rgba(0, 0, 0, 0.04);
            position: relative;
            overflow: hidden;
        }

        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--color-accent), var(--color-accent-hover));
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }

        .feature-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-elevation-4);
            border-color: transparent;
        }

        .feature-card:hover::before {
            transform: scaleX(1);
        }

        .feature-card i {
            font-size: 2.25rem;
            color: var(--color-accent);
            margin-bottom: var(--space-lg);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 64px;
            height: 64px;
            background: var(--color-accent-light);
            border-radius: var(--border-radius);
        }

        .feature-card h3 {
            color: var(--color-primary);
            margin-bottom: var(--space-sm);
            font-size: 1.125rem;
        }

        .feature-card p {
            font-size: 0.9375rem;
            line-height: 1.6;
            margin: 0 auto;
        }

        .amenity-item {
            display: flex;
            align-items: center;
            text-align: left;
            gap: var(--space-lg);
            padding: var(--space-lg);
            background: var(--color-surface-elevated);
            border-radius: var(--border-radius);
            transition: var(--transition-base);
            border: 1px solid rgba(0, 0, 0, 0.04);
        }

        .amenity-item:hover {
            transform: translateX(8px);
            box-shadow: var(--shadow-elevation-2);
        }

        .amenity-item i {
            font-size: 1.5rem;
            color: var(--color-accent);
            width: 44px;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--color-accent-light);
            border-radius: var(--border-radius-sm);
            flex-shrink: 0;
        }


        /* ================================================================================= */
        /* == SEZIONE TESTIMONIANZE ======================================================== */
        /* ================================================================================= */
        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
            gap: var(--space-xl);
        }

        .testimonial-card {
            background: var(--color-surface-elevated);
            padding: var(--space-2xl);
            border-radius: var(--border-radius-lg);
            border-left: 4px solid var(--color-accent);
            transition: var(--transition-smooth);
            box-shadow: var(--shadow-elevation-1);
        }

        .testimonial-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-elevation-3);
        }

        .testimonial-text {
            font-style: italic;
            margin-bottom: var(--space-lg);
            font-size: 1rem;
            line-height: 1.75;
            color: var(--color-primary);
        }

        .review-stars {
            color: #f59e0b;
            font-size: 1rem;
            letter-spacing: 2px;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: var(--space-md);
        }

        .testimonial-author img {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            object-fit: cover;
        }

        .testimonial-author h4 {
            font-weight: 600;
            color: var(--color-primary);
            font-size: 1rem;
        }

        .testimonial-author p {
            font-size: 0.875rem;
            margin: 0;
        }


        /* ================================================================================= */
        /* == SEZIONE POSIZIONI =========================================================== */
        /* ================================================================================= */
        .location-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(350px, 100%), 1fr));
            gap: 30px;
        }

        .location-card {
            background: var(--color-surface);
            border-radius: var(--border-radius);
            overflow: hidden;
            transition: var(--transition-base);
            cursor: pointer;
        }

        .location-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-elevation-3);
        }

        .location-card img {
            height: 250px;
            object-fit: cover;
        }

        .location-card-content {
            padding: 30px;
        }

        .location-card-content h3 {
            color: var(--color-primary);
            margin-bottom: 10px;
        }

        .favorite-btn {
            background: none;
            border: none;
            color: var(--color-text-secondary);
            font-size: 1.5rem;
            cursor: pointer;
            transition: var(--transition-base);
            float: right;
        }

        .favorite-btn.active {
            color: #e74c3c;
        }

        /* ================================================================================= */
        /* == GALLERIA CON FILTRI E LIGHTBOX ============================================= */
        /* ================================================================================= */
        .gallery-filters {
            text-align: center;
            margin-bottom: 30px;
        }

        .gallery-filters button {
            background: none;
            border: none;
            padding: 10px 20px;
            margin: 0 5px;
            border-radius: 20px;
            cursor: pointer;
            font-weight: 500;
            transition: var(--transition-base);
            color: var(--color-primary);
        }

        .gallery-filters button.active {
            background-color: var(--color-accent);
            color: var(--color-background);
        }

        .gallery {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
            gap: 20px;
        }

        .gallery-item {
            width: 100%;
            height: 350px;
            object-fit: cover;
            border-radius: var(--border-radius);
            cursor: pointer;
            transition: var(--transition-base);
        }

        .gallery-item:hover {
            transform: scale(1.02);
            box-shadow: var(--shadow-elevation-2);
        }

        .lightbox {
            display: none;
            position: fixed;
            z-index: 2000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.9);
            cursor: pointer;
        }

        .lightbox-content {
            margin: auto;
            display: block;
            width: 90%;
            max-width: 1200px;
            max-height: 90vh;
            object-fit: contain;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: var(--border-radius);
        }

        .lightbox-close {
            position: absolute;
            top: 40px;
            right: 40px;
            color: var(--color-background);
            font-size: 40px;
            font-weight: bold;
            transition: 0.3s;
        }

        .lightbox-close:hover {
            opacity: 0.7;
            cursor: pointer;
        }

        /* Lightbox Navigation Buttons */
        .lightbox-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.15);
            border: none;
            color: white;
            font-size: 24px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            transition: background 0.3s, transform 0.2s;
            z-index: 2001;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .lightbox-nav:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: translateY(-50%) scale(1.1);
        }

        .lightbox-prev {
            left: 20px;
        }

        .lightbox-next {
            right: 20px;
        }

        .lightbox-counter {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            color: white;
            font-size: 14px;
            background: rgba(0, 0, 0, 0.5);
            padding: 8px 16px;
            border-radius: 20px;
        }

        /* Mobile touch-friendly lightbox */
        @media (max-width: 768px) {
            .lightbox-nav {
                width: 44px;
                height: 44px;
                font-size: 20px;
            }

            .lightbox-prev {
                left: 10px;
            }

            .lightbox-next {
                right: 10px;
            }

            .lightbox-close {
                top: 20px;
                right: 20px;
                font-size: 30px;
            }

            .lightbox-counter {
                bottom: 20px;
                font-size: 12px;
                padding: 6px 12px;
            }
        }

        /* ================================================================================= */
        /* == BLOG CON FILTRI ============================================================= */
        /* ================================================================================= */
        .blog-filters {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 30px;
        }

        .blog-filters .tag {
            padding: 8px 15px;
            background-color: var(--color-surface);
            border-radius: 15px;
            font-size: 0.9rem;
            cursor: pointer;
            transition: var(--transition-base);
        }

        .blog-filters .tag.active {
            background-color: var(--color-accent);
            color: var(--color-background);
        }

        .blog-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(350px, 100%), 1fr));
            gap: 30px;
        }

        .blog-card {
            background-color: var(--color-surface);
            border-radius: var(--border-radius);
            overflow: hidden;
            transition: var(--transition-base);
        }

        .blog-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-elevation-3);
        }

        .blog-card img {
            height: 250px;
            object-fit: cover;
        }

        .blog-card-content {
            padding: 30px;
        }

        .blog-card h3 {
            color: var(--color-primary);
            margin-bottom: 10px;
        }

        .blog-meta {
            font-size: 0.9rem;
            color: var(--color-text-secondary);
            margin-bottom: 15px;
        }

        .blog-tags {
            margin-top: 15px;
        }

        .blog-tags span {
            font-size: 0.8rem;
            background-color: #e0e0e0;
            padding: 4px 8px;
            border-radius: 10px;
            margin-right: 5px;
        }

        [data-theme="dark"] .blog-tags span {
            background-color: #333;
        }

        /* ================================================================================= */
        /* == SEZIONE PRENOTA CON CALENDARIO INTERATTIVO =============================== */
        /* ================================================================================= */
        .booking-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: start;
        }

        .booking-form {
            background-color: var(--color-surface);
            padding: 50px;
            border-radius: var(--border-radius);
        }

        .booking-info {
            background-color: var(--color-surface);
            padding: 40px;
            border-radius: var(--border-radius);
        }

        .booking-info h3 {
            margin-bottom: 20px;
        }

        .booking-info ul {
            list-style: none;
        }

        .booking-info ul li {
            padding: 10px 0;
            border-bottom: 1px solid var(--color-background);
        }

        .form-group {
            margin-bottom: 25px;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: var(--color-primary);
        }

        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 15px;
            border: 1px solid #d2d2d7;
            border-radius: 10px;
            font-family: var(--font-family);
            font-size: 1rem;
            transition: var(--transition-base);
            background-color: var(--color-background);
            color: var(--color-primary);
        }

        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: var(--color-accent);
            box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.1);
        }

        .calendar {
            margin-top: 20px;
        }

        .calendar-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }

        .calendar-grid {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 5px;
            text-align: center;
            font-size: 0.9rem;
        }

        .calendar-day {
            padding: 10px;
            background-color: var(--color-background);
            border-radius: 8px;
            cursor: pointer;
            transition: var(--transition-base);
        }

        .calendar-day:hover {
            background-color: var(--color-accent);
            color: white;
        }

        .calendar-day.booked {
            background-color: #f8d7da;
            color: #721c24;
            cursor: not-allowed;
        }

        .calendar-day.available {
            background-color: #d4edda;
            color: #155724;
        }

        .calendar-day.changeover {
            background-color: #fff3cd;
            color: #856404;
        }

        .calendar-day.selected {
            background-color: var(--color-accent);
            color: white;
        }

        .calendar-day.selecting {
            background-color: #bde0fe;
        }

        /* ================================================================================= */
        /* == FAQ ========================================================================== */
        /* ================================================================================= */
        .faq-item {
            background-color: var(--color-surface);
            margin-bottom: 15px;
            border-radius: var(--border-radius);
            overflow: hidden;
        }

        .faq-question {
            width: 100%;
            padding: 25px;
            font-size: 1.1rem;
            font-weight: 500;
            text-align: left;
            background: none;
            border: none;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: var(--transition-base);
        }

        .faq-question:hover {
            background-color: rgba(0, 0, 0, 0.02);
        }

        .faq-question i {
            transition: var(--transition-base);
        }

        .faq-question.active i {
            transform: rotate(45deg);
        }

        .faq-answer {
            padding: 0 25px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease-out, padding 0.4s ease-out;
        }

        .faq-answer.active {
            padding: 0 25px 25px 25px;
            max-height: 500px;
        }

        /* FAQ Filters */
        .faq-filter-btn {
            padding: 10px 20px;
            background: var(--color-surface);
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 25px;
            cursor: pointer;
            font-size: 0.9rem;
            font-weight: 500;
            color: var(--color-primary);
            transition: var(--transition-base);
            margin: 5px;
        }

        .faq-filter-btn:hover {
            background: var(--color-accent);
            color: white;
            border-color: var(--color-accent);
        }

        .faq-filter-btn.active {
            background: var(--color-accent);
            color: white;
            border-color: var(--color-accent);
        }

        .faq-category {
            display: block;
        }

        .faq-category.hidden {
            display: none;
        }

        /* ================================================================================= */
        /* == FOOTER ARRICCHITO ============================================================= */
        /* ================================================================================= */
        .footer {
            background-color: var(--color-primary);
            color: var(--color-background);
            padding: 60px 0 20px 0;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
            gap: 40px;
            margin-bottom: 40px;
        }

        .footer-column h3 {
            color: var(--color-background);
            margin-bottom: 20px;
        }

        .footer-column p,
        .footer-column a {
            color: rgba(255, 255, 255, 0.6);
            text-decoration: none;
            font-size: 0.9rem;
            line-height: 1.8;
            transition: var(--transition-base);
        }

        .footer-column a:hover {
            color: var(--color-background);
        }

        .footer-bottom {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            font-size: 0.8rem;
            color: rgba(255, 255, 255, 0.4);
        }

        .social-links a {
            color: var(--color-background);
            margin-right: 15px;
            font-size: 1.2rem;
            transition: var(--transition-base);
        }

        .social-links a:hover {
            color: var(--color-accent);
        }

        .newsletter-form {
            display: flex;
            margin-top: 20px;
        }

        .newsletter-form input {
            flex-grow: 1;
            padding: 10px;
            border: none;
            border-radius: var(--border-radius) 0 0 var(--border-radius);
        }

        .newsletter-form button {
            padding: 10px 20px;
            border: none;
            background-color: var(--color-accent);
            color: white;
            border-radius: 0 var(--border-radius) var(--border-radius) 0;
            cursor: pointer;
        }

        /* ================================================================================= */
        /* == ANIMAZIONI ALLO SCROLL ======================================================= */
        /* ================================================================================= */
        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.6s ease-out, transform 0.6s ease-out;
        }

        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .fade-in-left {
            opacity: 0;
            transform: translateX(-50px);
            transition: opacity 0.6s ease-out, transform 0.6s ease-out;
        }

        .fade-in-left.visible {
            opacity: 1;
            transform: translateX(0);
        }

        .fade-in-right {
            opacity: 0;
            transform: translateX(50px);
            transition: opacity 0.6s ease-out, transform 0.6s ease-out;
        }

        .fade-in-right.visible {
            opacity: 1;
            transform: translateX(0);
        }

        /* ================================================================================= */
        /* == VIRTUAL TOUR PLACEHOLDER ===================================================== */
        /* ================================================================================= */
        .virtual-tour-placeholder {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%;
            /* 16:9 Aspect Ratio */
            background: #000;
            border-radius: var(--border-radius);
            overflow: hidden;
            cursor: pointer;
        }

        .virtual-tour-placeholder img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.8;
        }

        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            background-color: rgba(0, 113, 227, 0.8);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-size: 30px;
            transition: var(--transition-base);
        }

        .play-button:hover {
            background-color: var(--color-accent);
            transform: translate(-50%, -50%) scale(1.1);
        }

        /* ================================================================================= */
        /* == NEW FEATURES STYLES ======================================================== */
        /* ================================================================================= */
        /* Pricing Tables */
        .pricing-table {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
            gap: 25px;
        }

        .pricing-card {
            background: var(--color-surface);
            padding: 35px;
            border-radius: var(--border-radius);
            border: 2px solid transparent;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .pricing-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-elevation-3);
        }

        .pricing-card.featured {
            border-color: var(--color-accent);
            background: linear-gradient(135deg, var(--color-surface) 0%, rgba(0, 113, 227, 0.05) 100%);
            position: relative;
        }

        .pricing-card.featured::before {
            content: 'PIÙ POPOLARE';
            position: absolute;
            top: 15px;
            right: 15px;
            background: var(--color-accent);
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
        }

        .pricing-header h3 {
            font-size: 1.5rem;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .pricing-header .season {
            color: var(--color-text-secondary);
            font-size: 0.9rem;
        }

        .pricing-amount {
            margin: 25px 0;
            text-align: center;
        }

        .pricing-amount .price {
            font-size: 3rem;
            font-weight: 700;
            color: var(--color-accent);
        }

        .pricing-amount .period {
            font-size: 0.9rem;
            color: var(--color-text-secondary);
        }

        .pricing-features {
            list-style: none;
            padding: 0;
            margin: 25px 0;
        }

        .pricing-features li {
            padding: 12px 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .pricing-features li:last-child {
            border-bottom: none;
        }

        .pricing-features i {
            color: var(--color-accent);
        }

        /* Info Cards */
        .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
            gap: 25px;
        }

        .info-card {
            background: var(--color-surface);
            padding: 30px;
            border-radius: var(--border-radius);
            box-shadow: var(--shadow-elevation-1);
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-3px);
            box-shadow: var(--shadow-elevation-2);
        }

        .info-card-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
        }

        .info-card-header i {
            font-size: 2rem;
            color: var(--color-accent);
        }

        .info-card-header h3 {
            margin: 0;
            font-size: 1.3rem;
        }

        .info-card-content ul {
            list-style: none;
            padding: 0;
        }

        .info-card-content li {
            padding: 10px 0;
            display: flex;
            align-items: center;
            gap: 10px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }

        .info-card-content li:last-child {
            border-bottom: none;
        }

        .info-card-content i {
            color: var(--color-accent);
        }

        /* Map Container */
        .map-container {
            border-radius: var(--border-radius);
            overflow: hidden;
            height: 500px;
            box-shadow: var(--shadow-elevation-2);
            margin-bottom: 30px;
        }

        .map-container iframe {
            width: 100%;
            height: 100%;
            border: 0;
        }

        .directions-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
            gap: 20px;
            margin-top: 30px;
        }

        .direction-card {
            background: var(--color-surface);
            padding: 25px;
            border-radius: var(--border-radius);
            text-align: center;
        }

        .direction-card h4 {
            margin-bottom: 15px;
            color: var(--color-primary);
        }

        .direction-card .distance {
            font-size: 1.3rem;
            font-weight: 600;
            color: var(--color-accent);
            margin: 10px 0;
        }

        .direction-card .time {
            color: var(--color-text-secondary);
            margin: 5px 0;
        }



        .forecast-day .icon {
            font-size: 2rem;
            margin: 10px 0;
        }

        .forecast-day .temp {
            font-size: 0.9rem;
            margin-top: 10px;
        }

        /* Policy Boxes */
        .policy-box {
            background: var(--color-surface);
            padding: 30px;
            border-radius: var(--border-radius);
            box-shadow: var(--shadow-elevation-1);
        }

        .policy-box h4 {
            margin-bottom: 20px;
            color: var(--color-primary);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .policy-box ul {
            list-style: none;
            padding: 0;
        }

        .policy-box li {
            padding: 10px 0;
            display: flex;
            align-items: start;
            gap: 10px;
        }

        .policy-box i {
            color: var(--color-accent);
            margin-top: 3px;
        }


        /* NOTE: Feature cards use enhanced 3D styles defined in SEZIONI A GRIGLIA section */


        /* ================================================================================= */
        /* == PAGE TRANSITION ============================================================= */
        /* ================================================================================= */
        #main-content {
            opacity: 1;
            transition: opacity 0.4s ease-in-out;
        }

        #main-content.fade-out {
            opacity: 0;
        }

        /* ================================================================================= */
        /* == RESPONSIVE DESIGN =========================================================== */
        /* ================================================================================= */
        /* Mobile First - Touch Optimization */
        @media (max-width: 480px) {
            .container {
                padding: 0 16px;
            }

            section {
                padding: var(--space-3xl) 0;
            }

            .hero {
                height: 85vh;
                min-height: 550px;
            }

            .hero-content h1 {
                font-size: 2.25rem;
                line-height: 1.1;
            }

            .hero-content p {
                font-size: 1rem;
                padding: 0 8px;
                line-height: 1.6;
            }

            .cta-button {
                padding: 16px 24px;
                font-size: 1rem;
                min-height: 52px;
                width: 100%;
            }

            .feature-card {
                padding: var(--space-xl) var(--space-lg);
            }

            .feature-card i {
                font-size: 1.75rem;
                width: 56px;
                height: 56px;
            }

            .testimonial-card {
                padding: var(--space-xl);
            }

            .room-gallery img {
                height: 220px;
            }

            h2 {
                font-size: 1.625rem;
            }

            h3 {
                font-size: 1.125rem;
            }

            p {
                font-size: 0.9375rem;
            }
        }


        @media (max-width: 768px) {
            .nav-links {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100vh;
                background-color: var(--color-background);
                backdrop-filter: saturate(200%) blur(24px);
                -webkit-backdrop-filter: saturate(200%) blur(24px);
                flex-direction: column;
                justify-content: flex-start;
                padding-top: 100px;
                padding-left: var(--space-xl);
                padding-right: var(--space-xl);
                align-items: stretch;
                gap: var(--space-lg);
                transform: translateX(100%);
                transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
                z-index: 1000;
            }

            .nav-links li {
                border-bottom: 1px solid rgba(0, 0, 0, 0.06);
                padding-bottom: var(--space-md);
            }

            .nav-link {
                font-size: 1.125rem;
                font-weight: 600;
                display: block;
                padding: var(--space-sm) 0;
            }

            .nav-link::after {
                display: none;
            }
        }

        [data-theme="dark"] .nav-links {
            background-color: var(--color-background);
        }

        [data-theme="dark"] .nav-links li {
            border-bottom-color: rgba(255, 255, 255, 0.08);
        }

        .nav-links.active {
            transform: translateX(0);
        }

        @media (max-width: 768px) {
            .menu-toggle {
                display: block;
                z-index: 1001;
            }

            section {
                padding: var(--space-3xl) 0;
            }

            section:first-of-type {
                padding-top: 100px;
            }

            .booking-container {
                grid-template-columns: 1fr;
            }

            /* Single column for feature cards on mobile for better readability */
            .features-grid,
            .amenities-grid {
                grid-template-columns: 1fr;
                gap: var(--space-lg);
            }

            .testimonials-grid,
            .location-grid,
            .blog-grid {
                grid-template-columns: 1fr;
                gap: var(--space-xl);
            }

            .room-features {
                grid-template-columns: 1fr;
            }

            .room-gallery {
                grid-template-columns: 1fr;
            }

            h1 {
                font-size: 2rem;
                line-height: 1.15;
            }

            h2 {
                font-size: 1.75rem;
            }

            .hero-content p {
                font-size: 1rem;
            }

            .location-card img {
                height: 220px;
            }

            .blog-card img {
                height: 200px;
            }


            .booking-container>div:first-child {
                order: 1;
            }

            .booking-container>div:last-child {
                order: 2;
            }

            section[style*="grid-template-columns: 1fr 1fr"]>div>div,
            section[style*="grid-template-columns: repeat"]>div>div {
                grid-template-columns: 1fr !important;
            }

            section[style*="grid-template-columns: 1fr 1fr"]>div>div>div:first-child {
                order: 2;
            }

            section[style*="grid-template-columns: 1fr 1fr"]>div>div>img {
                order: 1;
                margin-bottom: 20px;
            }

            /* Mobile Optimizations for New Sections */
            .pricing-table {
                grid-template-columns: 1fr;
            }

            .pricing-card {
                padding: 25px;
            }

            .pricing-amount .price {
                font-size: 2.5rem;
            }

            .pricing-card.featured::before {
                font-size: 0.7rem;
                padding: 4px 10px;
            }

            .info-grid {
                grid-template-columns: 1fr;
            }

            .info-card {
                padding: 20px;
            }

            .info-card-header {
                flex-direction: column;
                text-align: center;
            }

            .info-card-header i {
                font-size: 2.5rem;
            }

            .directions-grid {
                grid-template-columns: 1fr;
            }

            .direction-card {
                padding: 20px;
            }



            .map-container {
                height: 300px;
            }

            .feature-card {
                padding: 20px;
            }

            .feature-card .feature-icon i {
                font-size: 2.5rem !important;
            }

            /* Casa Hero Mobile */
            .casa-hero {
                grid-template-columns: 1fr !important;
                gap: 30px !important;
            }

            .casa-hero div:first-child {
                order: 1;
                text-align: center;
            }

            .casa-hero div:last-child {
                order: 2;
            }

            .casa-hero img {
                height: 300px !important;
            }

            /* Instagram Grid Mobile */
            .instagram-grid {
                grid-template-columns: repeat(2, 1fr) !important;
                gap: 10px !important;
            }

            /* Social Stats Mobile */
            .social-stats {
                gap: 20px !important;
            }

            .social-stats>div {
                flex: 1;
                min-width: 100px;
            }

            .social-stats>div>div {
                font-size: 2rem !important;
            }

            /* Footer Mobile */
            footer [style*="grid-template-columns"] {
                grid-template-columns: 1fr !important;
                gap: 30px !important;
            }

            footer [style*="justify-content: space-between"] {
                flex-direction: column;
                text-align: center;
            }

            /* Policy Links Mobile */
            footer [style*="gap: 20px"] {
                flex-direction: column;
                gap: 10px !important;
            }

            /* Touch Target Optimization */
            .nav-link,
            .cta-button,
            .menu-toggle,
            .theme-toggle {
                min-height: 44px;
                min-width: 44px;
            }

            .cta-button {
                width: 100%;
                display: block;
                text-align: center;
            }

            /* Image Optimization for Mobile */
            img {
                max-width: 100%;
                height: auto;
            }

            picture {
                display: block;
                width: 100%;
            }

            /* Text Readability */
            p,
            .large-text {
                line-height: 1.7;
            }

            /* Spacing Optimization */
            .features-grid,
            .amenities-grid {
                gap: 20px;
            }

            .testimonials-grid,
            .location-grid {
                gap: 25px;
            }

            /* Form Optimization */
            .form-group input,
            .form-group textarea {
                font-size: 16px;
                padding: 12px;
                min-height: 48px;
            }

            /* Card Padding Optimization */
            .info-card,
            .pricing-card {
                padding: 25px 20px;
            }

        }
        }

        /* Tablet Optimization */
        @media (min-width: 769px) and (max-width: 1024px) {
            .container {
                max-width: 900px;
            }

            .features-grid,
            .amenities-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .location-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        /* ================================================================================= */
        /* == NUOVE CLASSI RESPONSIVE ====================================================== */
        /* ================================================================================= */
        .split-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
        }

        .responsive-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
            gap: 30px;
        }

        @media (max-width: 768px) {
            .split-section {
                grid-template-columns: 1fr !important;
                /* Force single column on mobile */
                gap: 30px !important;
            }

            /* Force single column for all grids on mobile */
            /* Force single column for main content grids on mobile */
            .responsive-grid,
            .testimonials-grid,
            .location-grid,
            .gallery,
            .blog-grid,
            .info-grid,
            .pricing-table {
                grid-template-columns: 1fr !important;
            }

            /* Single column for features and amenities on mobile for readability */
            .features-grid,
            .amenities-grid {
                grid-template-columns: 1fr !important;
                gap: var(--space-lg) !important;
            }

            /* Image on top, text on bottom for split sections on mobile */
            .split-section>picture,
            .split-section>img {
                order: 1;
                margin-bottom: 20px;
                width: 100%;
                height: auto;
            }

            .split-section>div {
                order: 2;
            }

            /* Fix for Casa Hero specifically if it keeps using specific class */
            .casa-hero {
                grid-template-columns: 1fr !important;
                gap: 30px !important;
            }

            /* Ensure images don't overflow */
            img,
            picture {
                max-width: 100%;
                height: auto;
            }
        }

        /* ================================================================================= */
        /* == COOKIE BANNER (GDPR) ========================================================= */
        /* ================================================================================= */
        /* ================================================================================= */
        /* == COOKIE BANNER (GDPR) ========================================================= */
        /* ================================================================================= */
        .cookie-banner {
            position: fixed;
            bottom: var(--space-lg);
            left: var(--space-lg);
            right: var(--space-lg);
            background-color: var(--color-surface-elevated);
            padding: var(--space-lg);
            border-radius: var(--border-radius);
            box-shadow: var(--shadow-elevation-4);
            z-index: 9999;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: var(--space-lg);
            border: 1px solid rgba(0, 0, 0, 0.05);
            transform: translateY(150%);
            transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
            max-width: var(--container-max);
            margin: 0 auto;
        }

        .cookie-banner.visible {
            transform: translateY(0);
        }

        .cookie-content {
            flex: 1;
            min-width: 300px;
        }

        .cookie-content h3 {
            margin-bottom: var(--space-sm);
            font-size: 1rem;
            color: var(--color-primary);
        }

        .cookie-content p {
            font-size: 0.875rem;
            margin: 0;
            color: var(--color-text-secondary);
            line-height: 1.5;
        }

        .cookie-actions {
            display: flex;
            gap: var(--space-sm);
        }

        [data-theme="dark"] .cookie-banner {
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        @media (max-width: 768px) {
            .cookie-banner {
                flex-direction: column;
                align-items: stretch;
                bottom: 0;
                left: 0;
                right: 0;
                border-radius: var(--border-radius-lg) var(--border-radius-lg) 0 0;
                padding: var(--space-xl) var(--space-lg);
                gap: var(--space-lg);
            }

            .cookie-content {
                min-width: 0;
            }

            .cookie-actions {
                flex-direction: column;
            }

            .cookie-actions button {
                width: 100%;
                justify-content: center;
            }
        }

        /* ================================================================================= */
        /* == FOOTER STYLES ================================================================ */
        /* ================================================================================= */
        .site-footer {
            background: var(--color-surface);
            padding: var(--space-4xl) 0 var(--space-xl);
            margin-top: var(--space-4xl);
            border-top: 1px solid rgba(0, 0, 0, 0.05);
        }

        [data-theme="dark"] .site-footer {
            border-top-color: rgba(255, 255, 255, 0.05);
        }

        .footer-grid-layout {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1.5fr;
            gap: var(--space-2xl);
            margin-bottom: var(--space-2xl);
        }

        .footer-brand h3 {
            margin-bottom: var(--space-md);
            color: var(--color-primary);
            font-size: 1.25rem;
        }

        .footer-brand p {
            color: var(--color-text-secondary);
            margin-bottom: var(--space-lg);
            max-width: 300px;
            font-size: 0.9375rem;
        }

        .footer-social-links {
            display: flex;
            gap: var(--space-md);
            margin-top: var(--space-lg);
        }

        .footer-social-links a {
            color: var(--color-text-secondary);
            font-size: 1.25rem;
            transition: var(--transition-base);
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--color-background);
            border-radius: 50%;
        }

        .footer-social-links a:hover {
            color: var(--color-accent);
            background: var(--color-accent-light);
            transform: translateY(-2px);
        }

        .footer-section h4 {
            margin-bottom: var(--space-lg);
            color: var(--color-primary);
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .footer-nav-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-nav-list li {
            margin-bottom: var(--space-sm);
        }

        .footer-nav-list a {
            color: var(--color-text-secondary);
            text-decoration: none;
            transition: var(--transition-fast);
            font-size: 0.9375rem;
            display: inline-block;
        }

        .footer-nav-list a:hover {
            color: var(--color-accent);
            transform: translateX(4px);
        }

        .footer-contact-list {
            list-style: none;
            padding: 0;
            color: var(--color-text-secondary);
        }

        .footer-contact-list li {
            margin-bottom: var(--space-md);
            display: flex;
            gap: var(--space-sm);
            font-size: 0.9375rem;
        }

        .footer-contact-list i {
            color: var(--color-accent);
            margin-top: 2px;
        }

        .footer-trust-list {
            display: flex;
            flex-direction: column;
            gap: var(--space-md);
            color: var(--color-text-secondary);
        }

        .footer-trust-item {
            display: flex;
            align-items: center;
            gap: var(--space-sm);
            background: var(--color-background);
            padding: var(--space-sm) var(--space-md);
            border-radius: var(--border-radius-sm);
            font-size: 0.875rem;
        }

        .footer-trust-item i {
            color: var(--color-success);
            font-size: 1.1rem;
        }

        .footer-bottom {
            border-top: 1px solid rgba(0, 0, 0, 0.05);
            padding-top: var(--space-xl);
            margin-top: var(--space-xl);
        }

        [data-theme="dark"] .footer-bottom {
            border-top-color: rgba(255, 255, 255, 0.05);
        }

        .footer-bottom-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: var(--space-lg);
        }

        .footer-copyright {
            color: var(--color-text-secondary);
            margin: 0;
            font-size: 0.875rem;
        }

        .footer-legal-links {
            display: flex;
            gap: var(--space-lg);
            flex-wrap: wrap;
        }

        .footer-legal-links a {
            color: var(--color-text-secondary);
            text-decoration: none;
            font-size: 0.875rem;
            transition: var(--transition-base);
        }

        .footer-legal-links a:hover {
            color: var(--color-primary);
        }

        @media (max-width: 1024px) {
            .footer-grid-layout {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .footer-grid-layout {
                grid-template-columns: 1fr;
                gap: var(--space-xl);
            }

            .footer-brand {
                text-align: center;
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .footer-social-links {
                justify-content: center;
            }

            .footer-section {
                text-align: center;
            }

            .footer-bottom-content {
                flex-direction: column;
                text-align: center;
                gap: var(--space-md);
            }

            .footer-legal-links {
                justify-content: center;
                gap: var(--space-md);
            }
        }

        /* ================================================================================= */
        /* == BLOG ARTICLE STYLES ========================================================== */
        /* ================================================================================= */
        .blog-page {
            font-family: var(--font-family);
            line-height: 1.6;
            color: var(--color-primary);
            background: var(--color-background);
        }

        .blog-page .container {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .blog-page header {
            background: var(--color-surface);
            padding: 20px 0;
            box-shadow: var(--shadow-elevation-1);
            position: sticky;
            top: 0;
            z-index: 100;
        }

        .blog-page header .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .blog-page header a {
            text-decoration: none;
            color: var(--color-primary);
            font-weight: 600;
            transition: var(--transition-base);
        }

        .blog-page header a:hover {
            color: var(--color-accent);
        }

        .blog-header {
            margin: 60px 0 40px;
        }

        .blog-header h1 {
            font-size: 3rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 20px;
            color: var(--color-primary);
        }

        .blog-meta {
            display: flex;
            gap: 20px;
            color: var(--color-text-secondary);
            font-size: 0.95rem;
            margin-bottom: 30px;
            flex-wrap: wrap;
        }

        .blog-meta span {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .blog-hero-image {
            width: 100%;
            height: 500px;
            object-fit: cover;
            border-radius: var(--border-radius);
            margin-bottom: 40px;
            box-shadow: var(--shadow-elevation-2);
        }

        .blog-article {
            margin-bottom: 60px;
        }

        .blog-article h2 {
            font-size: 2rem;
            margin: 40px 0 20px;
            color: var(--color-primary);
        }

        .blog-article h3 {
            font-size: 1.5rem;
            margin: 30px 0 15px;
            color: var(--color-primary);
        }

        .blog-article p {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 20px;
            color: var(--color-primary);
        }

        .blog-article ul,
        .blog-article ol {
            margin: 20px 0 20px 30px;
        }

        .blog-article li {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 10px;
        }

        .blog-article strong {
            color: var(--color-primary);
            font-weight: 600;
        }

        .blog-article em {
            color: var(--color-accent);
            font-style: normal;
            font-weight: 500;
        }

        /* Lake/Location Cards */
        .lake-card {
            background: var(--color-surface);
            padding: 30px;
            border-radius: var(--border-radius);
            margin: 25px 0;
            box-shadow: var(--shadow-elevation-1);
            border-left: 4px solid var(--color-accent);
        }

        .lake-card h3 {
            margin-top: 0;
            color: var(--color-accent);
        }

        /* Difficulty Badges */
        .difficulty {
            display: inline-block;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 600;
            margin: 10px 0;
        }

        .difficulty.easy {
            background: #d4edda;
            color: #155724;
        }

        .difficulty.medium {
            background: #fff3cd;
            color: #856404;
        }

        .difficulty.hard {
            background: #f8d7da;
            color: #721c24;
        }

        /* CTA Box */
        .blog-cta-box {
            background: var(--color-primary);
            color: white;
            padding: 40px;
            border-radius: var(--border-radius);
            text-align: center;
            margin: 60px 0;
        }

        .blog-cta-box h3 {
            color: white;
            margin-bottom: 15px;
        }

        .blog-cta-box p {
            font-size: 1.1rem;
            margin-bottom: 25px;
            color: rgba(255, 255, 255, 0.9);
        }

        /* Blog Footer */
        .blog-footer {
            background: var(--color-surface);
            padding: 40px 0;
            text-align: center;
            margin-top: 80px;
            border-top: 1px solid rgba(0, 0, 0, 0.1);
        }

        .blog-footer p {
            color: var(--color-text-secondary);
            margin: 0;
        }

        .blog-footer a {
            color: var(--color-accent);
            text-decoration: none;
            transition: var(--transition-base);
        }

        .blog-footer a:hover {
            text-decoration: underline;
        }

        /* Blog Responsive */
        @media (max-width: 768px) {
            .blog-header h1 {
                font-size: 2rem;
            }

            .blog-hero-image {
                height: 300px;
            }

            .blog-article h2 {
                font-size: 1.5rem;
            }

            .blog-article p,
            .blog-article li {
                font-size: 1rem;
            }

            .blog-cta-box {
                padding: 30px 20px;
            }
        }

        /* Additional Blog Components */
        .borgo-card {
            background: var(--color-surface);
            padding: 30px;
            border-radius: var(--border-radius);
            margin: 25px 0;
            box-shadow: var(--shadow-elevation-1);
            border-left: 4px solid var(--color-accent);
        }

        .borgo-card h3 {
            margin-top: 0;
            color: var(--color-accent);
        }

        .highlight-box {
            background: linear-gradient(135deg, rgba(0, 113, 227, 0.05) 0%, rgba(0, 113, 227, 0.1) 100%);
            padding: 30px;
            border-radius: var(--border-radius);
            border-left: 4px solid var(--color-accent);
            margin: 30px 0;
        }

        .highlight-box h3 {
            margin-top: 0;
            color: var(--color-primary);
        }

        .dam-stats {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
            gap: 20px;
            margin: 30px 0;
            padding: 30px;
            background: var(--color-surface);
            border-radius: var(--border-radius);
            box-shadow: var(--shadow-elevation-1);
        }

        .stat-item {
            text-align: center;
        }

        .stat-item .number {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--color-accent);
        }

        .stat-item .label {
            font-size: 0.95rem;
            color: var(--color-text-secondary);
            margin-top: 5px;
        }

        @media (max-width: 768px) {
            .dam-stats {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        /* Food Card (used in sapori article) */
        .food-card {
            background: var(--color-surface);
            padding: 25px;
            border-radius: var(--border-radius);
            margin: 20px 0;
            box-shadow: var(--shadow-elevation-1);
        }

        .food-card h3 {
            margin-top: 0;
            color: var(--color-accent);
        }

        /* Ski Stats Grid (used in sci article) */
        .ski-stats {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
            gap: 20px;
            margin: 30px 0;
        }

        .stat-card {
            background: var(--color-surface);
            padding: 25px;
            border-radius: var(--border-radius);
            text-align: center;
            box-shadow: var(--shadow-elevation-1);
        }

        .stat-card .number {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--color-accent);
            margin-bottom: 10px;
        }

        .stat-card .label {
            color: var(--color-text-secondary);
            font-size: 0.95rem;
        }

        @media (max-width: 768px) {
            .ski-stats {
                grid-template-columns: 1fr;
            }
        }

        /* ================================================================================= */
        /* == SKELETON LOADING ANIMATIONS ================================================== */
        /* ================================================================================= */
        @keyframes skeleton-shimmer {
            0% {
                background-position: -200% 0;
            }

            100% {
                background-position: 200% 0;
            }
        }

        .skeleton {
            background: linear-gradient(90deg,
                    var(--color-surface) 25%,
                    rgba(0, 0, 0, 0.05) 50%,
                    var(--color-surface) 75%);
            background-size: 200% 100%;
            animation: skeleton-shimmer 1.5s infinite ease-in-out;
            border-radius: var(--border-radius);
        }

        /* Dark mode skeleton */
        [data-theme="dark"] .skeleton {
            background: linear-gradient(90deg,
                    var(--color-surface) 25%,
                    rgba(255, 255, 255, 0.08) 50%,
                    var(--color-surface) 75%);
            background-size: 200% 100%;
        }

        /* Skeleton variants */
        .skeleton-text {
            height: 1rem;
            margin-bottom: 0.75rem;
            width: 100%;
        }

        .skeleton-text.short {
            width: 60%;
        }

        .skeleton-text.medium {
            width: 80%;
        }

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

        .skeleton-image {
            height: 200px;
            width: 100%;
        }

        .skeleton-card {
            padding: 20px;
            background: var(--color-surface);
            border-radius: var(--border-radius);
            box-shadow: var(--shadow-elevation-1);
        }

        .skeleton-hero {
            height: 60vh;
            min-height: 400px;
            width: 100%;
        }

        /* Skeleton container for page loading */
        .skeleton-container {
            padding: 40px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .skeleton-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
            gap: 25px;
            margin-top: 30px;
        }

        /* Content loading state */
        .content-loading .skeleton {
            opacity: 1;
        }

        .content-loaded .skeleton {
            opacity: 0;
            pointer-events: none;
            position: absolute;
        }

        /* Fade in content when loaded */
        .content-loaded main {
            animation: fadeInContent 0.3s ease-out;
        }

        @keyframes fadeInContent {
            from {
                opacity: 0;
                transform: translateY(10px);
            }

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

        /* ================================================================================= */
        /* == RELATED ARTICLES (INTERNAL LINKING) ========================================== */
        /* ================================================================================= */
        .related-articles {
            margin: 60px 0;
            padding: 40px;
            background: var(--color-surface);
            border-radius: var(--border-radius);
            box-shadow: var(--shadow-elevation-1);
        }

        .related-articles h3 {
            text-align: center;
            margin-bottom: 30px;
            color: var(--color-primary);
            font-size: 1.5rem;
        }

        .related-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
            gap: 20px;
        }

        .related-card {
            background: var(--color-background);
            border-radius: var(--border-radius);
            padding: 20px;
            transition: transform 0.2s, box-shadow 0.2s;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .related-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-elevation-2);
        }

        .related-card h4 {
            color: var(--color-primary);
            margin-bottom: 10px;
            font-size: 1.1rem;
        }

        .related-card p {
            color: var(--color-text-secondary);
            font-size: 0.9rem;
            margin: 0;
        }

        .related-card .tag {
            display: inline-block;
            background: var(--color-accent);
            color: white;
            font-size: 0.75rem;
            padding: 4px 10px;
            border-radius: 12px;
            margin-bottom: 10px;
        }

        @media (max-width: 768px) {
            .related-articles {
                padding: 25px 20px;
                margin: 40px 0;
            }

            .related-grid {
                grid-template-columns: 1fr;
            }
        }

        /* ================================================================================= */
        /* == UTILITY CLASSES ============================================================== */
        /* ================================================================================= */
        .text-center {
            text-align: center;
        }

        .text-left {
            text-align: left;
        }

        .text-right {
            text-align: right;
        }

        .d-flex {
            display: flex;
        }

        .flex-column {
            flex-direction: column;
        }

        .flex-wrap {
            flex-wrap: wrap;
        }

        .items-center {
            align-items: center;
        }

        .justify-center {
            justify-content: center;
        }

        .justify-between {
            justify-content: space-between;
        }

        .gap-sm {
            gap: var(--space-sm);
        }

        .gap-md {
            gap: var(--space-md);
        }

        .gap-lg {
            gap: var(--space-lg);
        }

        .w-full {
            width: 100%;
        }

        .m-auto {
            margin: 0 auto;
        }

        .mt-md {
            margin-top: var(--space-md);
        }

        .mt-lg {
            margin-top: var(--space-lg);
        }

        .mt-xl {
            margin-top: var(--space-xl);
        }

        .mb-sm {
            margin-bottom: var(--space-sm);
        }

        .mb-md {
            margin-bottom: var(--space-md);
        }

        .mb-lg {
            margin-bottom: var(--space-lg);
        }

        .mb-xl {
            margin-bottom: var(--space-xl);
        }

        .mb-2xl {
            margin-bottom: var(--space-2xl);
        }

        .py-xl {
            padding-top: var(--space-xl);
            padding-bottom: var(--space-xl);
        }

        .py-2xl {
            padding-top: var(--space-2xl);
            padding-bottom: var(--space-2xl);
        }

        .bg-surface {
            background-color: var(--color-surface);
        }

        .bg-elevated {
            background-color: var(--color-surface-elevated);
        }

        .rounded {
            border-radius: var(--border-radius);
        }

        .shadow-1 {
            box-shadow: var(--shadow-elevation-1);
        }

        .shadow-2 {
            box-shadow: var(--shadow-elevation-2);
        }

        .text-secondary {
            color: var(--color-text-secondary);
        }

        .text-accent {
            color: var(--color-accent);
        }

        .text-success {
            color: var(--color-success, #27ae60);
        }

        /* Object Fit Utilities */
        .object-cover {
            object-fit: cover;
        }

        .aspect-square {
            aspect-ratio: 1;
        }

        .max-w-700 {
            max-width: 700px;
        }

        .max-w-800 {
            max-width: 800px;
        }