/* 
 * Seignus Gliss Modern Redesign - Summit Luxe
 * Based on Google Stitch Project: 9975202055248437033
 */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&family=Geist:wght@400;500;600&display=swap');

html {
    scroll-behavior: smooth;
}

#reservation {
    scroll-margin-top: 120px;
}

:root {
    /* Summit Luxe Design System - Light Mode */
    --sg-bg: #f8f9ff;
    --sg-surface: #ffffff;
    --sg-primary: #075674;
    --sg-accent: #a04102;
    /* Used for urgent CTA / Sunset Orange */
    --sg-anthracite: #2d3138;
    --sg-frost: #181c22;
    --sg-text: #181c22;
    --sg-glass-bg: rgba(255, 255, 255, 0.9);
    --sg-glass-border: rgba(0, 0, 0, 0.05);

    --sg-header-bg: rgba(255, 255, 255, 0.85);
    --sg-overlay-start: rgba(248, 249, 255, 0.5);
    --sg-overlay-mid: rgba(248, 249, 255, 0.9);
    --sg-overlay-end: rgba(248, 249, 255, 1);
    --sg-card-solid: #ffffff;

    --sg-header-text: #181c22;
    --sg-shadow-deep: rgba(0, 0, 0, 0.04);
    --sg-badge-bg: #eef0fa;
    --sg-alert-red: #ba1a1a;
    --sg-overlay-hero-start: rgba(255, 255, 255, 0.2);
    --sg-overlay-hero-mid: rgba(255, 255, 255, 0.8);
    --sg-hero-overlay-dark: linear-gradient(180deg, rgba(7, 40, 56, 0.35) 0%, rgba(15, 23, 42, 0.70) 100%);
    --sg-hero-overlay-light: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(248, 249, 255, 0.9) 70%, var(--sg-bg) 100%);
    --sg-font-heading: 'Plus Jakarta Sans', sans-serif;
    --sg-font-body: 'Inter', sans-serif;
    --sg-font-label: 'Geist', sans-serif;
}

/* Global Typography & Background */
body,
body.site,
#sp-main-body,
#sp-component {
    background-color: var(--sg-bg) !important;
    color: var(--sg-text) !important;
    font-family: var(--sg-font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-4,
.sg-title {
    font-family: var(--sg-font-heading) !important;
    color: var(--sg-frost) !important;
    font-weight: 500;
}

/* Force text colors to override inline SP Page Builder styles from old dark theme */
.sppb-addon-title,
.sppb-addon-content,
.sppb-addon-text,
.sppb-addon-text-content,
.sppb-addon-feature-content,
.sppb-feature-box-title,
.sppb-feature-box-content {
    color: var(--sg-text) !important;
}

.sppb-addon-title,
.sppb-feature-box-title {
    color: var(--sg-frost) !important;
}

/* Ensure hero titles and white text do not change color on hover */
.sg-hero-acces h1,
.sg-hero-acces p,
.sg-hero-pistes h1,
.sg-hero-pistes p,
.sg-hero-content h1,
.sg-hero-content p {
    color: #ffffff !important;
}

#sp-header {
    background-color: var(--sg-header-bg) !important;
    backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid var(--sg-glass-border) !important;
}

#sp-header a {
    color: var(--sg-frost) !important;
}

@media (max-width: 768px) {
    #sp-header {
        height: 60px !important;
        min-height: 60px !important;
    }

    #sp-header .container,
    #sp-header .row {
        height: 100% !important;
        align-items: center !important;
    }

    #sp-header .logo a::before,
    #sp-header .logo a::after {
        font-size: 1.45rem !important;
    }

    .burger-icon span {
        height: 2px !important;
    }
}


/* --- Séparateurs fins entre les éléments du sous-menu dropdown --- */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
    border-bottom: none !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#sp-top1,
#sp-top2,
#sp-top3,
#sp-bottom-1,
#sp-bottom-2,
#sp-bottom-3,
#sp-bottom-4 {
    padding: 100px 0;
}




/* Glassmorphism Card Container (Bento Cards) */
.glass-card,
.sg-bento-card {
    background: var(--sg-glass-bg) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--sg-glass-border) !important;
    border-top: 1px solid var(--sg-glass-border) !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05), inset 0 1px 0 var(--sg-glass-border);
    transition: all 0.3s ease;
    color: var(--sg-text) !important;
}

.glass-card:hover,
.sg-bento-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.03) !important;
}

/* Highlight / Gradient Text */
.text-gradient {
    color: var(--sg-primary) !important;
}

/* Buttons */
.btn-primary {
    background-color: var(--sg-accent) !important;
    border-color: var(--sg-accent) !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    border-radius: 24px !important;
    box-shadow: 0 0 15px rgba(160, 65, 2, 0.2) !important;
    transition: all 0.3s ease !important;
}

.btn-primary:hover {
    transform: scale(1.02);
    box-shadow: 0 0 20px rgba(160, 65, 2, 0.4) !important;
}

/* Icons */
.sg-icon {
    color: var(--sg-primary);
}

/* Split Screen Layouts */
.sg-split-image {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 16px;
    border: 1px solid var(--sg-glass-border);
}

/* --- Hero Module Styles --- */
.sg-hero-acces {
    min-height: 60vh;
    background: url('/images/hero-snow-mountain.jpg') center/cover;
    padding: 5rem 1rem;
    margin-top: -100px;
}

.sg-hero-overlay {
    background: linear-gradient(to bottom, var(--sg-overlay-start) 0%, var(--sg-overlay-mid) 70%, var(--sg-bg) 100%);
}

.sg-hero-content {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 100px;
}

.sg-hero-eyebrow,
.sg-eyebrow {
    color: var(--sg-accent) !important;
    letter-spacing: 1.5px;
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 700;
}

.sg-img-cover-lg {
    min-height: 400px;
    max-height: 500px;
    object-fit: cover;
}

.sg-hero-title {
    letter-spacing: -1px;
}

.sg-hero-subtitle,
.sg-hero-content p {
    opacity: 0.95;
    font-size: clamp(0.95rem, 2vw, 1.15rem) !important;
    line-height: 1.5 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75) !important;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}


.sg-hero-alert {
    max-width: 550px;
    border: 1px solid var(--sg-accent) !important;
    border-left: 6px solid var(--sg-accent) !important;
    background: var(--sg-card-solid) !important;
    border-radius: 12px;
    box-shadow: -8px 0 20px rgba(160, 65, 2, 0.08), 0 15px 35px rgba(0, 0, 0, 0.06) !important;
}

.sg-netski-card {
    border: 1px solid var(--sg-accent) !important;
    border-left: 6px solid var(--sg-accent) !important;
    border-radius: 12px !important;
    box-shadow: -8px 0 20px rgba(160, 65, 2, 0.08), 0 15px 35px rgba(0, 0, 0, 0.06) !important;
}

/* --- Joomla Default Article Header (Alpine Noir Redesign) --- */
.article-details .article-header h1,
.article-details .article-header h2 {
    font-family: var(--sg-font-heading) !important;
    font-weight: 600 !important;
    color: var(--sg-frost) !important;
    margin-bottom: 0.5rem !important;
    border-bottom: none !important;
}

.article-details .article-info {
    font-family: var(--sg-font-body) !important;
    font-size: 0.85rem !important;
    color: #a1a1aa !important;
    border: none !important;
    padding: 12px 0 !important;
    margin-bottom: 2rem !important;
}

.article-details .article-info::before,
.article-details .article-info::after {
    display: none !important;
}

.article-details .article-info a {
    color: var(--sg-primary) !important;
}

.article-social-share .social-share-icon {
    border: none !important;
    padding-top: 0 !important;
    margin-top: -3.5rem !important;
}

.article-social-share .social-share-icon::before,
.article-social-share .social-share-icon::after {
    display: none !important;
}

/* Kill borders on the ratings/social share container */
.article-details .article-ratings-social-share {
    border-top: none !important;
    border-bottom: none !important;
}

.article-details .article-ratings-social-share::before,
.article-details .article-ratings-social-share::after {
    display: none !important;
}

.sp-social ul li a,
.article-social-share .social-share-icon ul li a {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: var(--sg-primary) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
    margin: 0 5px !important;
}

.sp-social ul li a i,
.sp-social ul li a span,
.sp-social ul li a svg,
.article-social-share .social-share-icon ul li a i,
.article-social-share .social-share-icon ul li a span,
.article-social-share .social-share-icon ul li a svg {
    color: inherit !important;
    font-size: 1.2rem !important;
}

.sp-social ul li a:hover,
.article-social-share .social-share-icon ul li a:hover {
    background: var(--sg-accent) !important;
    color: #ffffff !important;
    border-color: var(--sg-accent) !important;
    box-shadow: 0 8px 15px rgba(160, 65, 2, 0.2) !important;
    transform: translateY(-3px) !important;
}

/* --- Stylish Text Logo (Alpine Noir) --- */
#sp-header .logo h1,
#sp-header .logo h2,
#sp-header .logo-text,
#sp-header .logo a {
    font-family: var(--sg-font-heading) !important;
    font-size: 2.1rem !important;
    text-decoration: none !important;
    transition: all 0.4s ease !important;
    line-height: 1 !important;
    display: inline-block !important;
}

/* Bi-tone logo rendering */
#sp-header .logo a,
.offcanvas-menu .logo a {
    font-size: 0 !important;
    /* Hide original raw text node */
}

#sp-header .logo a::before {
    content: "SEIGNUS";
    font-weight: 800 !important;
    color: #111827 !important;
    font-size: 2.1rem !important;
    letter-spacing: -0.5px !important;
}

.offcanvas-menu .logo a::before {
    content: "SEIGNUS";
    font-weight: 800 !important;
    color: #ffffff !important;
    font-size: 1.5rem !important;
    letter-spacing: -0.5px !important;
}

#sp-header .logo a::after {
    content: "GLISS";
    font-weight: 300 !important;
    color: #a04102 !important;
    font-size: 2.1rem !important;
    letter-spacing: 0.5px !important;
}

.offcanvas-menu .logo a::after {
    content: "GLISS";
    font-weight: 300 !important;
    color: var(--sg-accent) !important;
    font-size: 1.5rem !important;
    letter-spacing: 0.5px !important;
}

#sp-header .logo-text:hover,
#sp-header .logo a:hover {
    transform: scale(1.03);
}

/* --- Live Webcam Badge --- */
.sg-live-badge {
    background: var(--sg-badge-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--sg-glass-border);
    color: var(--sg-header-text);
    font-size: 0.85rem;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 1px;
}

.sg-live-indicator {
    width: 10px;
    height: 10px;
    background-color: var(--sg-alert-red);
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 10px var(--sg-alert-red);
    animation: pulse-red 1.5s infinite;
}

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(255, 59, 48, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 59, 48, 0);
    }
}

/* --- Home Hero Module --- */
.sg-hero-home {
    position: relative;
    min-height: 80vh;
    background: url('/images/hero-pistes-skiers-allos.jpg') center/cover;
    padding: 8rem 1rem 5rem;
    margin-top: -100px;
    overflow: hidden;
}

.sg-hero-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
}


@media (max-width: 768px) {
    .sg-hero-video-bg {
        display: none !important;
    }

    .sg-hero-home {
        min-height: 480px !important;
        padding-top: 95px !important;
        padding-bottom: 2.5rem !important;
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
}

.sg-feature-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(to bottom, var(--sg-overlay-start) 0%, var(--sg-overlay-mid) 70%, var(--sg-overlay-end) 100%);
}

.sg-hero-home .sg-hero-overlay {
    background: linear-gradient(to bottom, var(--sg-overlay-hero-start) 0%, var(--sg-overlay-hero-mid) 70%, var(--sg-bg) 100%);
}

.sg-hero-home h1 {
    font-family: var(--sg-font-heading) !important;
    font-size: clamp(2.2rem, 6vw + 0.5rem, 4rem) !important;
    font-weight: 600;
    color: var(--sg-frost) !important;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.9) !important;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.2;
}


.sg-hero-home .subtitle {
    font-size: 1.15rem;
    color: var(--sg-text) !important;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.9);
    font-weight: 600;
    max-width: 600px;
    margin: 1.5rem auto 2.5rem;
    font-style: italic;
}

/* --- Common Hero Titles for Secondary Pages (Typographie Fluide Responsivité Parfaite) --- */
.sg-hero-title,
.sg-hero-acces-title,
.sg-hero-pistes-title,
.sg-hero-securite-title,
.sg-hero-boutique-title,
.sg-hero-contact-title,
.sg-hero-hebergement h1,
.sg-hero-location h1 {
    font-family: var(--sg-font-heading) !important;
    font-size: clamp(2rem, 5vw + 0.5rem, 3.2rem) !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6) !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 1rem !important;
}


.sg-btn-primary {
    background: var(--sg-accent) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 30px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 20px rgba(160, 65, 2, 0.3) !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

.sg-btn-primary:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 25px rgba(160, 65, 2, 0.5) !important;
    background: var(--sg-primary) !important;
}

/* --- Module Classes (Webcam & Netski) --- */
.sg-webcam-card {
    min-height: 400px;
    padding: 0 !important;
}

.sg-webcam-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
}

.sg-webcam-overlay .text-white,
.sg-webcam-overlay .text-white-50,
.sg-webcam-overlay h3,
.sg-webcam-overlay i {
    color: #ffffff !important;
}

.sg-webcam-img {
    object-fit: cover;
}

.sg-netski-logo-text {
    background-color: var(--sg-primary);
    color: #ffffff;
    font-weight: 800;
    font-size: 1.2rem;
    padding: 6px 16px;
    border-radius: 6px;
    letter-spacing: -0.5px;
    margin-right: 15px;
}

.sg-netski-divider {
    height: 1px;
    width: 40px;
    background-color: var(--sg-accent);
    display: inline-block;
    margin-right: 15px;
}

.sg-netski-subtitle {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--sg-accent);
    text-transform: uppercase;
}

.sg-netski-title {
    font-family: var(--sg-font-heading) !important;
    font-size: 2.2rem;
    line-height: 1.2;
}

.sg-netski-desc {
    line-height: 1.6;
    font-size: 1rem;
}

.sg-btn-netski {
    background: var(--sg-accent);
    color: #fff !important;
    /* Adjusted for better contrast on Sunset Orange */
    border-radius: 8px;
    padding: 12px 24px;
    transition: all 0.3s ease;
    border: none;
    font-weight: bold;
}

.sg-btn-netski:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(160, 65, 2, 0.3);
    background: var(--sg-primary);
    color: #fff !important;
}

/* --- Module Classes (Val d'Allos Content) --- */
.sg-valallos-img {
    min-height: 450px;
    object-fit: cover;
}

.sg-valallos-badge {
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    background: var(--sg-primary);
}

.sg-valallos-badge-title {
    font-family: var(--sg-font-heading) !important;
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 0.25rem;
}

.sg-valallos-badge-subtitle {
    font-size: 0.75rem;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    font-weight: 700;
}

.sg-valallos-title {
    font-family: var(--sg-font-heading) !important;
    font-size: 2.8rem;
    line-height: 1.2;
    color: var(--sg-text);
}

.sg-valallos-text {
    line-height: 1.7;
    font-size: 1rem;
    color: var(--sg-text);
    opacity: 0.8;
}

.sg-valallos-highlight {
    color: var(--sg-accent);
    font-style: italic;
    font-weight: 700;
}

.sg-btn-outline {
    border-radius: 8px;
    font-weight: 600;
    border: 1px solid var(--sg-text);
    color: var(--sg-text);
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.sg-btn-outline:hover {
    background-color: var(--sg-text);
    color: var(--sg-bg);
}

.sg-valallos-link {
    color: var(--sg-text);
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.sg-valallos-link:hover {
    color: var(--sg-primary);
}

/* --- Module Classes (Atelier & Conciergerie) --- */
.sg-atelier-title {
    font-family: var(--sg-font-heading) !important;
    font-size: 2.8rem;
    color: var(--sg-text);
}

.sg-atelier-subtitle {
    color: var(--sg-primary);
    font-size: 1.1rem;
}

.sg-atelier-icons {
    color: var(--sg-accent);
}

.sg-atelier-icon-box-primary {
    width: 50px;
    height: 50px;
    background: rgba(7, 86, 116, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.sg-atelier-icon-box-accent {
    width: 50px;
    height: 50px;
    background: rgba(160, 65, 2, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.sg-atelier-card-title {
    font-family: var(--sg-font-heading);
    font-size: 1.5rem;
    color: var(--sg-text);
}

.sg-atelier-card-text {
    line-height: 1.6;
    color: var(--sg-text);
    opacity: 0.8;
}

.sg-atelier-wrapper .sg-bento-card:hover {
    border-color: var(--sg-glass-border) !important;
}

.sg-atelier-check-primary {
    color: var(--sg-primary);
}

.sg-atelier-check-accent {
    color: var(--sg-accent);
}

.sg-atelier-small-title {
    font-family: var(--sg-font-heading);
    letter-spacing: 1px;
    font-size: 0.9rem;
    color: var(--sg-text);
}

.sg-atelier-small-text {
    font-size: 0.8rem;
    color: var(--sg-text);
    opacity: 0.7;
}

.sg-icon-primary {
    color: var(--sg-primary);
}

.sg-icon-gray {
    color: #a1a1aa;
}

/* --- Module Classes (Footer) --- */
.sg-footer-wrapper {
    color: #f1f5f9;
    padding: 4rem 2rem;
}

.sg-footer-title {
    font-family: var(--sg-font-heading) !important;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff !important;
}

.sg-footer-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #cbd5e1;
}

.sg-footer-heading {
    font-family: var(--sg-font-heading);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff !important;
}

/* Specific styling for the logo when placed in an h3 in the footer */
.sg-footer-logo-img {
    max-height: 48px;
    width: auto;
    object-fit: contain;
}

.sg-footer-partner-caption {
    font-size: 0.82rem;
}

.sg-footer-wrapper h3 {
    font-size: 2rem !important;
    margin-bottom: 1.5rem !important;
    font-family: var(--sg-font-heading);
}

.sg-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sg-footer-links li {
    margin-bottom: 1rem;
}

.sg-footer-links a {
    color: #e2e8f0 !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.sg-footer-links a:hover {
    color: #ff884b !important;
}

.sg-footer-card {
    background: #0f172a;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease;
    display: block;
    text-decoration: none;
}

.sg-footer-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.2);
}

.sg-footer-card-img {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.sg-footer-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



/* --- Weather Bento Grid Module --- */
.sg-weather-container {
    width: 100%;
    margin: 0 auto;
}

.sg-weather-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (min-width: 768px) {
    .sg-weather-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .sg-weather-hero {
        grid-column: span 2;
    }

    .sg-weather-footer {
        grid-column: span 4;
    }
}

.sg-weather-card {
    background: var(--sg-glass-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--sg-glass-border);
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    color: var(--sg-text);
}

.sg-weather-card:hover {
    transform: translateY(-4px);
    border-color: var(--sg-glass-border);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.sg-weather-card-primary {
    background: var(--sg-primary) !important;
    color: #fff !important;
    border: none !important;
}

.sg-weather-card-dark {
    background: #283043 !important;
    color: #fff !important;
    border: none !important;
}

.sg-weather-center {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sg-weather-label {
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #94a3b8;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}

.sg-weather-value {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    color: var(--sg-primary);
    letter-spacing: -1px;
}

.sg-weather-subtext {
    font-size: 0.85rem;
    color: var(--sg-text);
    margin-top: 2px;
}

.sg-weather-footer-subtext {
    font-size: 0.7rem;
    color: #94a3b8;
    text-transform: uppercase;
    font-weight: 600;
}

.sg-weather-title-sm {
    color: var(--sg-primary);
    font-size: 0.75rem;
    letter-spacing: 2px;
}

.sg-weather-title-lg {
    color: var(--sg-text);
    font-size: 2.2rem;
    font-family: var(--sg-font-heading);
}

.sg-weather-update-box {
    font-size: 0.8rem;
}

@keyframes pulse-dot-green {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(34, 197, 94, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    }
}

.sg-weather-update-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
    animation: pulse-dot-green 2s infinite;
}

.sg-weather-icon {
    font-size: 1.25rem;
    color: var(--sg-primary);
}

.sg-weather-alert-bar {
    border-left: 4px solid var(--sg-accent);
}

@keyframes pulse-dot-orange {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(217, 119, 6, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(217, 119, 6, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(217, 119, 6, 0);
    }
}

.sg-weather-alert-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--sg-accent);
    border-radius: 50%;
    animation: pulse-dot-orange 2s infinite;
}

.sg-weather-alert-title {
    font-size: 0.95rem;
    color: var(--sg-primary);
}

.sg-weather-alert-text {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--sg-text);
}

.sg-weather-highlight {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--sg-text);
    margin-top: 10px;
    display: block;
}

.sg-weather-icon-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sg-weather-station-tag {
    font-size: 0.7rem;
    font-weight: 800;
    background: var(--sg-primary);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
}

.sg-weather-date-tag {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 600;
}

/* Loader */
.sg-weather-loader-box {
    text-align: center;
    padding: 60px 0;
}

.sg-weather-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(7, 86, 116, 0.2);
    border-top-color: var(--sg-primary);
    border-radius: 50%;
    margin: 0 auto 15px auto;
    animation: sg-spin 1s linear infinite;
}

@keyframes sg-spin {
    to {
        transform: rotate(360deg);
    }
}

.sg-footer-card-body {
    padding: 1.25rem 1rem;
    text-align: center;
    color: #ffffff;
}

.sg-footer-card-body span,
.sg-footer-card-body .text-light,
.sg-footer-card-body .text-white {
    color: #cbd5e1 !important;
}

.sg-footer-card-body .fw-bold {
    color: #ffffff !important;
}

.sg-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sg-footer-contact li {
    color: #e2e8f0;
    font-size: 0.95rem;
    line-height: 1.4;
    display: flex;
    margin-bottom: 1.5rem;
}

.sg-footer-icon {
    color: #ff884b;
    font-size: 1.1rem;
    margin-right: 1rem;
}

/* --- Premium Feature Boxes (Pourquoi réserver) --- */
.sppb-addon-feature .sppb-addon-content {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    height: 100%;
}

.sppb-addon-feature:hover .sppb-addon-content {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.08);
}

/* Harmonize Icons */
.sppb-addon-feature .sppb-icon .sppb-icon-inner,
.sppb-addon-feature .sppb-img-container {
    background-color: rgba(7, 86, 116, 0.08) !important;
    /* Light Glacier Blue */
    width: 64px !important;
    height: 64px !important;
    line-height: 64px !important;
    border-radius: 16px !important;
    /* Premium squircle */
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 20px !important;
    border: none !important;
}

.sppb-addon-feature .sppb-icon .sppb-icon-inner i,
.sppb-addon-feature .sppb-icon .sppb-icon-inner span,
.sppb-addon-feature:hover .sppb-icon .sppb-icon-inner i,
.sppb-addon-feature:hover .sppb-icon .sppb-icon-inner span {
    color: var(--sg-primary) !important;
    /* Glacier Blue */
    font-size: 24px !important;
}

.sppb-addon-feature:hover .sppb-icon .sppb-icon-inner,
.sppb-addon-feature:hover .sppb-img-container {
    background-color: rgba(7, 86, 116, 0.15) !important;
}

/* Title and text spacing inside feature boxes */
.sppb-addon-feature .sppb-feature-box-title {
    font-weight: 700 !important;
    font-size: 1.15rem !important;
    margin-bottom: 10px !important;
    color: var(--sg-text) !important;
}

.sppb-addon-feature .sppb-addon-text {
    font-size: 0.9rem !important;
    color: #64748b !important;
    line-height: 1.5 !important;
}

/* --- Split Logo Styling --- */
.sg-logo-seignus {
    font-weight: 800 !important;
    color: #111827;
    /* Very dark slate, almost black */
    text-transform: uppercase !important;
    letter-spacing: -0.5px !important;
}

.sg-logo-seignus.text-white {
    color: #ffffff !important;
}

.sg-logo-gliss {
    font-weight: 300 !important;
    color: #a04102 !important;
    /* Sunset orange / copper */
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.max-w-650 {
    max-width: 650px;
}

.max-w-700 {
    max-width: 700px;
}

.sg-intro-container {
    max-width: 950px;
}

.sg-pourquoi-title {
    font-family: var(--sg-font-heading);
    letter-spacing: -0.5px;
}

/* --- Intro Text Typography --- */
.sg-intro-text p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--sg-text);
    font-weight: 400;
}

.sg-intro-text strong {
    color: #111827;
    font-weight: 700;
}

/* --- Feature Cards (Pourquoi Réserver) --- */
.sg-feature-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.sg-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.sg-feature-icon-wrapper {
    width: 60px;
    height: 60px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem auto;
}

.sg-feature-icon-wrapper i {
    font-size: 1.5rem;
    color: var(--sg-primary);
}

.sg-feature-title {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e293b;
    margin-bottom: 0.75rem;
    letter-spacing: 0.5px;
}

.sg-feature-desc {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

/* --- Val d'Allos Block Styling --- */
.sg-val-allos-wrapper {
    /* Removed overflow: hidden so the glass card can bleed properly */
    padding-bottom: 2rem;
    /* Add some space at the bottom to account for the card bleeding */
}

@media (min-width: 992px) {
    .sg-val-allos-text-col {
        padding-left: 4rem !important;
        /* Force padding between image and text */
    }
}

.sg-rounded-image {
    border-radius: 24px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.sg-floating-glass-card {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    padding: 1.5rem;
    width: 280px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

@media (max-width: 991px) {
    .sg-floating-glass-card {
        left: 20px;
        right: 20px;
        bottom: 20px;
        width: auto;
    }
}

.sg-glass-card-icon {
    color: var(--sg-accent);
    font-size: 1.25rem;
}

.sg-glass-card-title {
    color: #111827;
}

.sg-glass-card-text {
    font-size: 0.85rem;
    line-height: 1.4;
}

.sg-kicker {
    color: var(--sg-primary);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.sg-main-title {
    font-family: var(--sg-font-body);
    font-weight: 800;
    font-size: 2.5rem;
    color: #0f172a;
    line-height: 1.2;
    letter-spacing: -1px;
}

.sg-text-content p {
    color: #475569;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.sg-stats-row {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 1.15rem !important;
    margin-bottom: 1.75rem !important;
}

.sg-stats-row .sg-stat-item {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

.sg-stats-row .sg-stat-number {
    font-size: 2.25rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    color: #0f172a !important;
    letter-spacing: -0.5px !important;
}

.sg-stats-row .sg-stat-text {
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    color: #0f172a !important;
    letter-spacing: -0.2px !important;
}

.sg-stats-row .sg-stat-label {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.sg-stats-row .sg-stat-label strong {
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    color: #0f172a !important;
    letter-spacing: -0.2px !important;
}

.sg-stats-row .sg-stat-label span {
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    color: #64748b !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
}

.sg-stats-row .sg-stat-divider {
    width: 1px !important;
    height: 38px !important;
    background: #e2e8f0 !important;
    margin: 0 0.15rem !important;
    flex-shrink: 0 !important;
}

@media (max-width: 991px) {
    .sg-stats-row {
        flex-wrap: wrap !important;
        gap: 0.85rem !important;
    }
}

.sg-btn-outline {
    border: 2px solid #e2e8f0;
    color: #0f172a !important;
    background: transparent;
    transition: all 0.3s ease;
}

.sg-btn-outline:hover {
    border-color: #0f172a;
    background: #0f172a;
    color: #fff !important;
}

/* --- Pages Légales (Mentions légales, CGV...) --- */
.sg-legal-wrapper {
    background-color: #f8fafc;
}

.sg-legal-main-title {
    color: var(--sg-primary);
    letter-spacing: -0.5px;
}

.sg-legal-card {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.sg-legal-section-title {
    color: #1e293b;
    font-size: 1.25rem;
}

.sg-legal-text {
    line-height: 1.7;
}

.sg-legal-divider {
    opacity: 0.1;
}

/* --- Fix Empty Layout Sections --- */
#sp-top:not(:has(.sp-module)),
#sp-top-2:not(:has(.sp-module)),
#sp-top-3:not(:has(.sp-module)),
#sp-bottom-1:not(:has(.sp-module)),
#sp-bottom-2:not(:has(.sp-module)),
#sp-bottom-3:not(:has(.sp-module)),
#sp-bottom-4:not(:has(.sp-module)) {
    display: none !important;
}

/* --- Hero Boutique Module --- */
.sg-hero-boutique-wrapper {
    position: relative;
    padding: 120px 20px;
    background-image: url('/images/hero_boutique.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.sg-hero-boutique-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--sg-hero-overlay-dark);
    z-index: 1;
}

.sg-hero-boutique-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sg-hero-boutique-breadcrumbs {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

.sg-hero-boutique-title {
    font-family: var(--sg-font-heading);
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #ffffff !important;
}

.sg-hero-boutique-subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
}

.sg-hero-boutique-pill {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 15px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.sg-hero-boutique-pill-item {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
}

.sg-hero-boutique-pill-item i {
    font-size: 1.2rem;
    color: var(--sg-accent);
    margin-right: 10px;
}

.sg-hero-boutique-pill-item.snowflake i {
    color: #38bdf8;
}

.sg-hero-boutique-divider {
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 25px;
}

@media (max-width: 768px) {
    .sg-hero-boutique-wrapper {
        padding: 80px 20px;
    }

    .sg-hero-boutique-title {
        font-size: 2.5rem;
    }

    .sg-hero-boutique-subtitle {
        font-size: 1.1rem;
    }

    .sg-hero-boutique-pill {
        flex-direction: column;
        padding: 20px;
        border-radius: 20px;
    }

    .sg-hero-boutique-divider {
        width: 100%;
        height: 1px;
        margin: 15px 0;
    }
}

/* --- Vente & Equipement Module --- */
.sg-vente-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

.sg-vente-main-title {
    font-family: var(--sg-font-heading);
    font-weight: 700;
    font-size: 2.5rem;
    color: var(--sg-primary);
    margin-bottom: 15px;
}

.sg-vente-main-subtitle {
    font-size: 1.1rem;
    color: var(--sg-text);
    line-height: 1.6;
    max-width: 900px;
    margin-bottom: 40px;
}

.sg-vente-card {
    background: var(--sg-card-solid);
    border: 1px solid var(--sg-glass-border);
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sg-vente-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}

.sg-vente-card-img {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.sg-vente-img-materiel {
    background-image: url('../../../images/vente_materiel.png');
}

.sg-vente-img-vetements {
    background-image: url('../../../images/vente_vetements.png');
}

.sg-vente-img-chaussures {
    background-image: url('../../../images/vente_chaussures.png');
}


.sg-vente-card-content {
    padding: 25px;
    flex-grow: 1;
}

.sg-vente-card-title {
    font-family: var(--sg-font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--sg-primary);
    margin-bottom: 12px;
}

.sg-vente-card-desc {
    font-size: 0.95rem;
    color: var(--sg-text);
    line-height: 1.5;
    margin-bottom: 0;
}

/* --- Atelier Expert Module --- */
.sg-atelier-expert-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

.sg-atelier-feature-card {
    background: var(--sg-card-solid);
    border: 1px solid var(--sg-glass-border);
    border-radius: 20px;
    padding: 30px 25px;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sg-atelier-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}

.sg-atelier-icon-box {
    width: 45px;
    height: 45px;
    background: rgba(7, 86, 116, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 25px;
}

.sg-atelier-icon-box i {
    font-size: 1.1rem;
    color: var(--sg-primary);
}

.sg-atelier-feature-card h4 {
    font-family: var(--sg-font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--sg-primary);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sg-atelier-feature-card p {
    font-size: 0.95rem;
    color: var(--sg-text);
    line-height: 1.5;
    margin-bottom: 0;
}

.sg-atelier-banner {
    border-radius: 24px;
    overflow: hidden;
    height: 350px;
    background-image: url('/images/atelier_expert.png');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 30px;
}

.sg-atelier-banner-glass {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 25px 30px;
    border-radius: 16px;
    max-width: 450px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.sg-atelier-banner-glass p {
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--sg-primary);
    margin-bottom: 10px;
    line-height: 1.4;
}

.sg-atelier-banner-glass span {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: var(--sg-primary);
    text-transform: uppercase;
    opacity: 0.6;
}

@media (max-width: 768px) {
    .sg-atelier-banner {
        height: 250px;
        padding: 15px;
    }

    .sg-atelier-banner-glass {
        padding: 15px 20px;
    }

    .sg-atelier-banner-glass p {
        font-size: 1rem;
    }
}

/* --- Quote Module --- */
.sg-quote-module {
    padding: 80px 20px;
    text-align: center;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}

.sg-quote-module {
    text-align: center;
    padding: 80px 20px;
}

.sg-quote-module .fa-quote-left,
.sg-quote-module .sg-quote-icon {
    font-size: 3rem;
    color: var(--sg-accent);
    margin-bottom: 30px;
    opacity: 0.9;
}

.sg-quote-module blockquote,
.sg-quote-module .sg-quote-text {
    font-family: var(--sg-font-heading);
    font-size: 2.2rem;
    font-weight: 600;
    font-style: italic;
    color: var(--sg-primary);
    line-height: 1.4;
    max-width: 900px;
    margin: 0 auto 40px auto;
    border: none;
    padding: 0;
}

.sg-quote-module cite,
.sg-quote-module .sg-quote-author {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--sg-accent);
}

.sg-quote-module cite::before,
.sg-quote-module cite::after,
.sg-quote-module .sg-quote-author::before,
.sg-quote-module .sg-quote-author::after {
    content: '';
    width: 40px;
    height: 1px;
    background-color: rgba(15, 23, 42, 0.15);
    margin: 0 15px;
}

@media (max-width: 768px) {
    .sg-quote-module {
        padding: 50px 20px;
    }

    .sg-quote-text {
        font-size: 1.5rem;
    }

    .sg-quote-icon {
        font-size: 2rem;
    }
}

/* --- Acces & Transport Page --- */

.text-primary {
    color: var(--sg-primary) !important;
}

.text-accent {
    color: var(--sg-accent) !important;
}

.sg-hero-acces {
    position: relative;
    background-image: url('../../../images/hero_acces.png');
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    /* Clears transparent header */
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}

.sg-hero-acces-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--sg-hero-overlay-dark);
    z-index: 1;
}

.sg-hero-acces-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.sg-hero-acces-content h1,
.sg-hero-acces-content p {
    color: #ffffff !important;
}

.sg-glass-pill {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--sg-glass-border);
    height: 100%;
    transition: none !important;
}

.sg-glass-pill:hover {
    transform: none !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.sg-hero-overlap-row {
    margin-top: -80px;
    position: relative;
    z-index: 10;
}

.sg-glass-pill-warning {
    border-left: 4px solid var(--sg-accent);
}

.sg-glass-pill-primary {
    border-left: 4px solid var(--sg-primary);
}

.sg-glass-pill-icon {
    font-size: 1.5rem;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.sg-glass-pill-warning .sg-glass-pill-icon {
    background: rgba(230, 126, 34, 0.1);
    color: var(--sg-accent);
}

.sg-glass-pill-primary .sg-glass-pill-icon {
    background: rgba(15, 23, 42, 0.1);
    color: var(--sg-primary);
}

.sg-distances-bento {
    background: transparent;
}

.sg-distance-item {
    padding: 24px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    transition: all 0.3s ease;
    height: 100%;
}

.sg-distance-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.sg-distance-item span {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--sg-text);
    margin-bottom: 5px;
}

.sg-distance-item strong {
    font-size: 1.8rem;
    color: var(--sg-primary);
    font-family: var(--sg-font-heading);
}

.sg-counter {
    font-size: inherit !important;
    font-weight: inherit !important;
    font-family: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
}

.sg-icon-box-accent,
.sg-icon-box-primary {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 1.5rem;
}

.sg-icon-box-accent {
    background: rgba(230, 126, 34, 0.1);
    color: var(--sg-accent);
}

.sg-icon-box-primary {
    background: rgba(15, 23, 42, 0.1);
    color: var(--sg-primary);
}

.sg-route-info {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.9;
}

.sg-badge-primary {
    display: inline-block;
    background: rgba(15, 23, 42, 0.08);
    color: var(--sg-primary);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 50rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sg-badge-accent {
    display: inline-block;
    background: rgba(230, 126, 34, 0.15);
    color: var(--sg-accent);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 50rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sg-watermark-icon {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 4.5rem;
    color: rgba(15, 23, 42, 0.03);
    z-index: 0;
    pointer-events: none;
}

.sg-inner-box {
    background: rgba(15, 23, 42, 0.03);
    border-radius: 12px;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.sg-outline-box {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    padding: 15px 20px;
    position: relative;
    z-index: 1;
}

/* --- Offcanvas Mobile Navigation Styling --- */
.offcanvas-menu {
    background: #0f172a !important;
    color: #ffffff !important;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.35);
}

.offcanvas-overlay {
    background: rgba(15, 23, 42, 0.75) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}

.offcanvas-inner {
    padding: 24px 20px !important;
}

/* Bouton fermer (X) Premium Glassmorphism */
.close-offcanvas {
    top: 22px !important;
    right: 20px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 16px !important;
    width: 42px !important;
    height: 42px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-radius: 50% !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    cursor: pointer;
}

.close-offcanvas:hover {
    background: var(--sg-accent) !important;
    border-color: var(--sg-accent) !important;
    color: #ffffff !important;
    transform: rotate(90deg) scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(246, 142, 19, 0.4) !important;
}

/* Logo Agrandi et Aligné dans offcanvas */
.offcanvas-inner .logo,
.offcanvas-inner .logo a,
.offcanvas-inner .logo-text,
.offcanvas-menu .logo-text,
.offcanvas-inner .sp-module-title {
    font-family: var(--sg-font-heading);
    font-size: 1.85rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px;
    margin-top: 2px !important;
    margin-bottom: 28px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    display: inline-block !important;
    line-height: 1.15 !important;
}

.offcanvas-menu .sg-logo-seignus,
.offcanvas-inner .sg-logo-seignus {
    color: #ffffff !important;
}

.offcanvas-menu .sg-logo-gliss,
.offcanvas-inner .sg-logo-gliss {
    color: var(--sg-accent) !important;
}

/* Liens du Menu */
.offcanvas-inner ul.menu {
    margin-top: 15px !important;
}

.offcanvas-inner ul.menu>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    margin-bottom: 4px !important;
}

.offcanvas-inner ul.menu>li:last-child {
    border-bottom: none !important;
}

.offcanvas-inner ul.menu>li>a,
.offcanvas-inner ul.menu>li>span {
    font-family: var(--sg-font-heading) !important;
    font-size: 1.08rem !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.85) !important;
    padding: 14px 16px !important;
    border-radius: 10px !important;
    transition: all 0.25s ease !important;
    opacity: 1 !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

/* Hover et Lien Actif */
.offcanvas-inner ul.menu>li>a:hover,
.offcanvas-inner ul.menu>li.active>a,
.offcanvas-inner ul.menu>li.current>a {
    background: rgba(246, 142, 19, 0.14) !important;
    color: var(--sg-accent) !important;
    font-weight: 700 !important;
    padding-left: 20px !important;
}

/* Flèche sous-menu */
.offcanvas-menu .menu-toggler {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.offcanvas-inner ul.menu>li:hover .menu-toggler,
.offcanvas-inner ul.menu>li.active .menu-toggler {
    color: var(--sg-accent) !important;
}

/* Sous-menus (Dropdowns Mobile - Ne pas bloquer display!) */
.offcanvas-inner ul.menu>li ul {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 6px 8px;
    margin: 8px 0 14px 0;
    border-left: 3px solid var(--sg-accent);
}

.offcanvas-inner ul.menu>li ul li {
    margin: 4px 0 !important;
    border: none !important;
    display: block !important;
}

.offcanvas-inner ul.menu>li ul li a {
    font-size: 1.02rem !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.85) !important;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
    display: block !important;
    line-height: 1.35 !important;
}

.offcanvas-inner ul.menu>li ul li a:hover,
.offcanvas-inner ul.menu>li ul li.active a,
.offcanvas-inner ul.menu>li ul li.current a {
    color: #ffffff !important;
    background: rgba(246, 142, 19, 0.22) !important;
    padding-left: 20px !important;
    font-weight: 600 !important;
}

/* Footer Social Icons Buttons */
.sg-social-icon-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.sg-social-icon-btn:hover {
    background: var(--sg-accent) !important;
    border-color: var(--sg-accent) !important;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(246, 142, 19, 0.35);
}

/* Hero Val d'Allos en Été */
.sg-hero-ete {
    position: relative;
    background: var(--sg-hero-overlay-dark), url('/images/lacallos_Panorama.png') no-repeat center center / cover;
    padding: 6.5rem 2rem 5.5rem;
    border-radius: 0 !important;
    overflow: hidden;
    color: #ffffff;
    box-shadow: none !important;
    margin-bottom: 3rem;
    text-align: center;
}

/* Module Découverte Sportive */
.sg-quote-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.sg-float-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 1.1rem 1.35rem;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.8);
    max-width: 320px;
    z-index: 5;
}

/* Module Expériences Alpines */
.sg-activity-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 380px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}

.sg-activity-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.22);
}

.sg-activity-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.sg-activity-card:hover img {
    transform: scale(1.06);
}

.sg-activity-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 40%, rgba(15, 23, 42, 0.85) 100%);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.sg-activity-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.4rem;
}

.sg-activity-title {
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85) !important;
}

.sg-mini-bento {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.25rem 0.85rem;
    text-align: center;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    height: 100%;
}

/* Module Emplacement Privilégié */
.sg-location-box {
    background: transparent;
    padding: 0.5rem 0;
}

.sg-location-icon-box {
    width: 60px !important;
    height: 60px !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    color: #114b62 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.35rem !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06) !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    flex-shrink: 0 !important;
}

/* Module Parc de Loisirs */
.sg-banner-parc {
    position: relative;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, rgba(15, 23, 42, 0.75) 100%), url('/images/parc-de-loisirs-du-val-d-allos.jpg') no-repeat center bottom / cover;
    padding: 5.5rem 2.5rem;
    border-radius: 24px;
    overflow: hidden;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
    margin-bottom: 3.5rem;
}

.sg-banner-parc h2,
.sg-banner-parc p {
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7) !important;
}

.sg-parc-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.25rem 2rem;
    height: 100%;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sg-parc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.1);
}

/* Cartes photos Expériences Alpines : image bord à bord sans padding */
.sg-parc-card.overflow-hidden {
    padding: 0 !important;
    min-height: 280px;
}

.sg-parc-card.overflow-hidden img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sg-parc-card-overlay {
    background: linear-gradient(0deg, rgba(15, 23, 42, 0.75) 0%, transparent 100%);
    padding: 1.5rem 1rem 1rem !important;
}

.sg-icon-box {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}

/* Hero Unifié (Location, Hébergement, Pistes, Sécurité, Accès) */
.sg-hero-location,
.sg-hero-hebergement,
.sg-hero-pistes,
.sg-hero-securite,
.sg-hero-acces {
    position: relative;
    background: var(--sg-hero-overlay-dark), url('/images/hero_location_materiel_allos.png') no-repeat center center / cover;
    padding: 6.5rem 2rem 5.5rem;
    border-radius: 0 !important;
    overflow: hidden;
    color: #ffffff;
    box-shadow: none !important;
    margin-bottom: 0;
    text-align: center;
}

.sg-hero-hebergement {
    background: var(--sg-hero-overlay-dark), url('/images/hero_hebergement_seignus.png') no-repeat center center / cover !important;
}

.sg-hero-pistes {
    background: var(--sg-hero-overlay-dark), url('/images/hero-snow-mountain.jpg') no-repeat center center / cover !important;
}

.sg-hero-securite {
    background: var(--sg-hero-overlay-dark), url('/images/hero_securite.png') no-repeat center center / cover !important;
}

.sg-hero-acces {
    background: var(--sg-hero-overlay-dark), url('/images/hero_acces.png') no-repeat center center / cover !important;
}

.sg-hero-location h1,
.sg-hero-location p,
.sg-hero-hebergement h1,
.sg-hero-hebergement p,
.sg-hero-pistes h1,
.sg-hero-pistes p,
.sg-hero-securite h1,
.sg-hero-securite p,
.sg-hero-acces h1,
.sg-hero-acces p {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7) !important;
}

/* Module Hébergements Bento Cards (Refonte Premium UI/UX) */
.sg-card-heberg-light {
    background: #ffffff;
    border-radius: 28px;
    padding: 2.25rem 2rem;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.sg-card-heberg-light:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.09);
}

.sg-card-heberg-dark {
    background: #114b62;
    border-radius: 28px;
    padding: 2.25rem 2rem;
    color: #ffffff;
    box-shadow: 0 18px 45px rgba(17, 75, 98, 0.2);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.sg-card-heberg-dark:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 55px rgba(17, 75, 98, 0.3);
}

/* Boîte d'icônes rondes premium (Refonte Maquette Référence) */
.sg-heberg-icon-box-light {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #f1f5f9;
    color: #114b62;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.sg-heberg-icon-box-dark {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

/* Badges de capacité */
.sg-badge-capacity-light {
    background: #f1f5f9;
    color: #475569;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    text-transform: uppercase;
}

.sg-badge-capacity-dark {
    background: var(--sg-accent);
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(246, 142, 19, 0.35);
}

/* Libellés & Valeurs */
.sg-heberg-feature-label {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #94a3b8;
    display: block;
    margin-bottom: 0.15rem;
}

.sg-card-heberg-light .sg-heberg-feature-value {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

.sg-card-heberg-dark .sg-heberg-feature-value {
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
}

.text-primary-dark {
    color: #114b62 !important;
}

.sg-heberg-desc-dark,
.text-white-85 {
    color: rgba(255, 255, 255, 0.85) !important;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75) !important;
}

.text-white-70 {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Pastilles d'équipements */
.sg-equip-tag-light {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475569;
    padding: 0.35rem 0.75rem;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.sg-equip-tag-dark {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #cbd5e1;
    padding: 0.35rem 0.75rem;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

/* Footers d'adresse */
.sg-heberg-footer-box-light {
    background: #f8fafc;
    border-radius: 18px;
    padding: 1.1rem 1.35rem;
    border: 1px solid #e2e8f0;
}

/* Module Conciergerie & Réservation */
.sg-card-conciergerie {
    background: #ffffff;
    border-radius: 28px;
    padding: 3.5rem 2.5rem;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.05);
    text-align: center;
}

.sg-btn-conciergerie {
    background: #114b62;
    color: #ffffff !important;
    font-weight: 700;
    padding: 0.9rem 2.2rem;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none !important;
    box-shadow: 0 10px 25px rgba(17, 75, 98, 0.25);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.sg-btn-conciergerie:hover {
    background: var(--sg-accent) !important;
    color: #ffffff !important;
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(246, 142, 19, 0.4) !important;
}

/* Module Packs de Matériels (Sans Prix) */
.sg-pack-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 320px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}

.sg-pack-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
}

.sg-pack-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.sg-pack-card:hover img {
    transform: scale(1.06);
}

.sg-pack-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 45%, rgba(15, 23, 42, 0.85) 100%);
    padding: 1.5rem;
    display: flex;
    align-items: flex-end;
}

.sg-pack-title {
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85) !important;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.sg-advice-card {
    background: #f0f7fa;
    border: 2px dashed #bce3f2;
    border-radius: 20px;
    padding: 2rem 1.75rem;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
}

.sg-advice-card:hover {
    border-color: #114b62;
    background: #e8f4f8;
}

/* Carte Réservation Netski (Intégrée Grille Équipements) */
.sg-netski-grid-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-left: 4px solid var(--sg-accent);
    border-radius: 20px;
    padding: 1.75rem 1.5rem;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.sg-netski-grid-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.12);
}

.sg-btn-netski-grid {
    background: var(--sg-accent);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none !important;
    box-shadow: 0 6px 18px rgba(246, 142, 19, 0.3);
    transition: all 0.3s ease;
    width: 100%;
}

.sg-btn-netski-grid:hover {
    background: #d97706 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(217, 119, 6, 0.4) !important;
}

/* Module L'Engagement SeignusGliss */
.sg-engagement-icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f0f9ff;
    color: #114b62;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 8px 20px rgba(17, 75, 98, 0.1);
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.sg-engagement-icon-circle:hover {
    transform: translateY(-4px);
    background: #114b62 !important;
    color: #ffffff !important;
}

.sg-engagement-icon-circle i,
.sg-engagement-icon-circle svg,
.sg-engagement-icon-circle img {
    color: inherit !important;
    fill: currentColor !important;
}

.sg-engagement-icon-circle:hover i,
.sg-engagement-icon-circle:hover svg,
.sg-engagement-icon-circle:hover img {
    color: #ffffff !important;
    fill: #ffffff !important;
}

/* Masquer sp-main-body universellement sauf sur les articles réels avec du contenu (ex: Entretien ID 108) */
/* Masquer sp-main-body universellement sauf sur les articles réels avec du contenu (ex: Entretien ID 108) */
body:not(.itemid-124):not(.itemid-126):not(.itemid-127):not(.itemid-128):not(.itemid-129) #sp-main-body {
    display: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    height: 0 !important;
}

/* --- Summit Luxe Article Styling --- */
.sg-article-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 15px 60px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.sg-article-hero-banner {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    padding: 50px 40px;
    background: linear-gradient(135deg, #075674 0%, #181c22 100%);
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(7, 86, 116, 0.15);
    margin-bottom: 40px;
}

.sg-article-hero-banner h1 {
    font-size: 2.4rem;
    font-weight: 800;
    color: #ffffff !important;
    margin: 15px 0;
    line-height: 1.25;
}

.sg-article-hero-banner p.lead {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin: 0;
}

.sg-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: #ffffff;
}

/* Bento Grid Pistes */
.sg-pistes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 25px 0 40px;
}

.sg-piste-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sg-piste-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.sg-piste-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.sg-piste-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #181c22;
    margin: 0;
}

.sg-difficulty-badge {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.sg-difficulty-vert {
    background: #e6f4ea;
    color: #1e8e3e;
}

.sg-difficulty-bleu {
    background: #e8f0fe;
    color: #1a73e8;
}

.sg-difficulty-rouge {
    background: #fce8e6;
    color: #d93025;
}

.sg-difficulty-noir {
    background: #202124;
    color: #ffffff;
}

/* Sections titles */
.sg-section-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.6rem;
    font-weight: 800;
    color: #181c22;
    margin: 40px 0 15px;
}

.sg-section-heading i {
    color: #075674;
}

/* Call to Action Box Luxe */
.sg-cta-luxe {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
    border: 2px solid #075674;
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    margin-top: 50px;
    box-shadow: 0 20px 40px rgba(7, 86, 116, 0.08);
}

.sg-cta-luxe h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #181c22;
    margin-bottom: 10px;
}

.sg-btn-luxe {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #a04102;
    color: #ffffff !important;
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none !important;
    box-shadow: 0 10px 25px rgba(160, 65, 2, 0.3);
    transition: all 0.3s ease;
}

.sg-btn-luxe:hover {
    background: #843501;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(160, 65, 2, 0.4);
}


.sg-card-avion-bg {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    /* Fallback color */
    background: linear-gradient(to right, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.8) 50%, rgba(15, 23, 42, 0.2) 100%), url('../../../images/avion_bg.png');
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    padding: 4rem;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.sg-card-avion-bg .sg-avion-icon {
    font-size: 2rem;
    color: #ffffff !important;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.sg-card-avion-bg .sg-avion-title {
    font-family: var(--sg-font-heading) !important;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #ffffff !important;
    letter-spacing: -1px;
}

.sg-card-avion-bg .sg-avion-intro {
    font-size: 1.15rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85) !important;
    max-width: 600px;
    margin-bottom: 3.5rem;
}

.sg-card-avion-bg .sg-avion-col-title {
    font-family: var(--sg-font-heading) !important;
    font-weight: 700;
    font-size: 1.5rem;
    color: #ffffff !important;
    margin-bottom: 0.75rem;
    display: block;
}

.sg-card-avion-bg .sg-avion-col-text {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7) !important;
    line-height: 1.6;
    margin-bottom: 0;
}

.sg-btn-white {
    background: #ffffff !important;
    color: #0f172a !important;
    padding: 14px 32px;
    border-radius: 50rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.sg-btn-white:hover {
    background: #f8fafc !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Image background classes for modules */
.sg-card-route-bg {
    background-image: url('../../../images/voiture_neige.png');
    background-size: cover;
    background-position: center;
    min-height: 500px;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
}

.sg-route-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sg-route-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.sg-icon-circle-primary {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.05);
    color: var(--sg-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.sg-route-content h4 {
    color: var(--sg-primary);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.sg-route-content p {
    color: var(--sg-text);
    opacity: 0.8;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.sg-route-alert {
    display: flex;
    align-items: center;
    gap: 15px;
    background: var(--sg-card-solid) !important;
    border: 1px solid rgba(15, 23, 42, 0.05) !important;
    border-left: 4px solid var(--sg-accent) !important;
    padding: 12px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
}

.sg-route-alert p {
    color: var(--sg-text);
    font-weight: 600;
    margin-bottom: 0;
}

.sg-card-nuit {
    background: var(--sg-primary) !important;
    color: #ffffff !important;
}

.sg-card-nuit h3,
.sg-card-nuit p {
    color: #ffffff !important;
}

.sg-btn-outline-accent {
    border: 1px solid var(--sg-accent);
    padding: 10px;
    border-radius: 8px;
    color: var(--sg-accent);
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
}

.sg-btn-outline-accent:hover {
    background: var(--sg-accent);
    color: #ffffff;
}

.sg-card-avion {
    background: linear-gradient(to right, rgba(15, 23, 42, 0.03) 0%, rgba(15, 23, 42, 0) 100%);
}

.sg-avion-bg-icon {
    position: absolute;
    right: -50px;
    bottom: -50px;
    font-size: 250px;
    opacity: 0.03;
    color: var(--sg-primary);
    pointer-events: none;
}

.sg-info-box-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.sg-info-box {
    background: var(--sg-card-solid);
    border: 1px solid var(--sg-glass-border);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.sg-info-icon {
    width: 60px;
    height: 60px;
    background: rgba(230, 126, 34, 0.1);
    color: var(--sg-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.sg-divider-primary {
    border-color: var(--sg-primary);
    opacity: 0.2;
}

.sg-glass-pill-warning {
    border-left: 4px solid var(--sg-accent);
}

.sg-glass-pill-primary {
    border-left: 4px solid var(--sg-primary);
}

.sg-glass-pill-icon {
    font-size: 1.5rem;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.sg-glass-pill-warning .sg-glass-pill-icon {
    background: rgba(230, 126, 34, 0.1);
    color: var(--sg-accent);
}

.sg-glass-pill-primary .sg-glass-pill-icon {
    background: rgba(15, 23, 42, 0.1);
    color: var(--sg-primary);
}

.sg-glass-pill-text strong {
    display: block;
    font-size: 1.1rem;
    color: var(--sg-primary);
    margin-bottom: 2px;
}

.sg-glass-pill-text span {
    font-size: 0.85rem;
    color: var(--sg-text);
}



.sg-icon-box-accent,
.sg-icon-box-primary {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 1.5rem;
}

.sg-icon-box-accent {
    background: rgba(230, 126, 34, 0.1);
    color: var(--sg-accent);
}

.sg-icon-box-primary {
    background: rgba(15, 23, 42, 0.1);
    color: var(--sg-primary);
}

.sg-bg-gradient-dark {
    background: linear-gradient(135deg, var(--sg-primary) 0%, #1a253c 100%);
    border: none;
}

.sg-route-info {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.9;
}

.text-accent {
    color: var(--sg-accent) !important;
}

.sg-card-avion {
    background: linear-gradient(to right, rgba(15, 23, 42, 0.03) 0%, rgba(15, 23, 42, 0) 100%);
}

.sg-info-box {
    background: var(--sg-card-solid);
    border: 1px solid var(--sg-glass-border);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.sg-info-icon {
    width: 60px;
    height: 60px;
    background: rgba(230, 126, 34, 0.1);
    color: var(--sg-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* --- Plan des Pistes Interactive Map --- */
.sg-piste-map-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    width: 100%;
}

.sg-piste-map-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
    /* ensure container itself acts as bounds if image gets smaller */
    min-height: 400px;
}

.sg-piste-map-container:active {
    cursor: grabbing;
}

.sg-piste-map-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

.sg-piste-map-controls {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
}

.sg-piste-map-controls .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #ffffff;
    color: var(--sg-primary);
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.sg-piste-map-controls .btn:hover {
    background: var(--sg-primary);
    color: #ffffff;
    transform: translateY(-2px);
}

.sg-piste-map-status {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    padding: 12px 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 10;
    text-align: right;
}

.sg-piste-map-status span {
    font-size: 0.7rem;
    letter-spacing: 1px;
}

.sg-piste-map-status strong {
    color: var(--sg-primary);
    font-size: 1.1rem;
}

@media (max-width: 576px) {
    .sg-piste-map-container {
        min-height: 300px;
    }

    .sg-piste-map-status {
        padding: 8px 15px;
        bottom: 10px;
        right: 10px;
    }

    .sg-piste-map-status strong {
        font-size: 0.95rem;
    }

    .sg-piste-map-controls {
        top: 10px;
        left: 10px;
    }
}

/* --- Module Statistiques Domaine --- */
.sg-tracking-wide {
    letter-spacing: 1px;
}

.sg-stat-number {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.1;
    color: var(--sg-primary);
    letter-spacing: -1px;
}

.sg-stat-unit {
    font-size: 1.2rem;
    font-weight: 600;
}

.sg-progress-bar-multi {
    display: flex;
    height: 16px;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--sg-bg);
}

.sg-progress-item {
    height: 100%;
}

.sg-w-noires {
    width: 27%;
}

.sg-w-rouges {
    width: 33%;
}

.sg-w-bleues {
    width: 27%;
}

.sg-w-vertes {
    width: 13%;
}

.sg-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.sg-text-micro {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sg-nordic-item {
    display: flex;
    gap: 15px;
    margin-bottom: 24px;
}

.sg-nordic-icon {
    color: var(--sg-accent);
    font-size: 1.3rem;
    margin-top: 2px;
}

/* --- Hero Plan des Pistes Module --- */
.sg-hero-pistes {
    position: relative;
    background: url('/images/hero-snow-mountain.jpg') center/cover;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 90px;
    padding-bottom: 60px;
    color: #ffffff !important;
    text-align: center;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
    width: 100%;
}

.sg-hero-pistes-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--sg-hero-overlay-dark);
    z-index: 1;
}

.sg-hero-pistes-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.sg-hero-pistes-title {
    font-family: var(--sg-font-heading);
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 18px;
    color: #ffffff !important;
    letter-spacing: -0.5px;
    text-align: center;
}

.sg-hero-pistes-title .sg-highlight {
    color: #ffffff !important;
}

.sg-hero-pistes-subtitle {
    font-size: 1.15rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9) !important;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 768px) {
    .sg-hero-pistes {
        min-height: 300px;
        padding-top: 60px;
        padding-bottom: 40px;
        border-radius: 0;
    }

    .sg-hero-pistes-title {
        font-size: 2.2rem;
    }

    .sg-hero-pistes-subtitle {
        font-size: 1rem;
    }
}

/* --- Hero Sécurité Module --- */
.sg-hero-securite {
    position: relative;
    background: url('/images/hero_securite.png') center/cover no-repeat;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 70px;
    color: #ffffff !important;
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.sg-hero-securite-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--sg-hero-overlay-dark);
    z-index: 1;
}

.sg-hero-securite-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.sg-hero-securite-title {
    font-family: var(--sg-font-heading);
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    color: #ffffff !important;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.sg-hero-securite-subtitle {
    font-size: 1.15rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92) !important;
    max-width: 780px;
    margin: 0 auto;
    font-weight: 400;
}

@media (max-width: 768px) {
    .sg-hero-securite {
        min-height: 320px;
        padding-top: 70px;
        padding-bottom: 45px;
    }

    .sg-hero-securite-title {
        font-size: 2.2rem;
    }

    .sg-hero-securite-subtitle {
        font-size: 0.98rem;
    }
}

/* --- Hero Contact Module --- */
.sg-hero-contact {
    position: relative;
    background: url('/images/hero-snow-mountain.jpg') center/cover no-repeat;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 110px;
    padding-bottom: 70px;
    color: #ffffff !important;
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.sg-hero-contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--sg-hero-overlay-dark);
    z-index: 1;
}

.sg-hero-contact-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.sg-hero-contact-title {
    font-family: var(--sg-font-heading);
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 16px;
    color: #ffffff !important;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.sg-hero-contact-subtitle {
    font-size: 1.15rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92) !important;
    max-width: 780px;
    margin: 0 auto;
    font-weight: 400;
}

@media (max-width: 768px) {
    .sg-hero-contact {
        min-height: 320px;
        padding-top: 80px;
        padding-bottom: 45px;
    }

    .sg-hero-contact-title {
        font-size: 2.2rem;
    }

    .sg-hero-contact-subtitle {
        font-size: 0.98rem;
    }
}

/* --- Alpine Accordion (.sg-accordion) --- */
.sg-accordion .accordion-item {
    border: 1px solid var(--sg-glass-border) !important;
    border-radius: 14px !important;
    overflow: hidden;
    background: #ffffff !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.3s ease;
}

.sg-accordion .accordion-item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06) !important;
}

.sg-accordion .accordion-button {
    font-family: var(--sg-font-heading);
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--sg-primary) !important;
    background: #ffffff !important;
    padding: 20px 24px;
    box-shadow: none !important;
}

.sg-accordion .accordion-button:not(.collapsed) {
    color: var(--sg-accent) !important;
    background: rgba(230, 126, 34, 0.04) !important;
    border-bottom: 1px solid rgba(230, 126, 34, 0.15) !important;
}

.sg-accordion .accordion-body {
    padding: 24px;
    background: #ffffff;
    color: var(--sg-text);
}

/* --- Rules & Safety Grid Cards (.sg-rule-card) --- */
.sg-rule-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.03);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sg-rule-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.sg-rule-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.sg-rule-icon-blue {
    background: #eef5f9;
    color: var(--sg-primary);
}

.sg-rule-icon-orange {
    background: #fdf2ea;
    color: var(--sg-accent);
}

.sg-rule-title {
    font-family: var(--sg-font-heading);
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.sg-rule-title-blue {
    color: var(--sg-primary);
}

.sg-rule-title-orange {
    color: var(--sg-accent);
}

.sg-rule-text {
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Grille 3 colonnes garantie sans aucun conflit avec Bootstrap/Helix */
.sg-rules-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
    width: 100% !important;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

@media (max-width: 992px) {
    .sg-rules-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 576px) {
    .sg-rules-grid {
        grid-template-columns: 1fr !important;
    }
}

/* --- Signalisation & Balisage Module --- */
.sg-signalisation-card {
    background: #114b62;
    border-radius: 24px;
    padding: 56px 48px;
    color: #ffffff !important;
    box-shadow: 0 15px 40px rgba(17, 75, 98, 0.15);
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.sg-signalisation-eyebrow {
    font-family: var(--sg-font-heading);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7) !important;
    margin-bottom: 1.25rem;
}

.sg-signalisation-title {
    font-family: var(--sg-font-heading);
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff !important;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
}

.sg-signalisation-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88) !important;
    margin-bottom: 2rem;
}

.sg-signalisation-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sg-level-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff !important;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.sg-level-pill:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.35);
}

.sg-level-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.sg-level-dot.dot-vert {
    background-color: #22c55e;
    box-shadow: 0 0 8px rgba(34, 197, 94, 0.5);
}

.sg-level-dot.dot-bleu {
    background-color: #3b82f6;
    box-shadow: 0 0 8px rgba(59, 130, 246, 0.5);
}

.sg-level-dot.dot-rouge {
    background-color: #ef4444;
    box-shadow: 0 0 8px rgba(239, 68, 68, 0.5);
}

.sg-level-dot.dot-noir {
    background-color: #0f172a;
    box-shadow: 0 0 8px rgba(15, 23, 42, 0.5);
}

.sg-signalisation-img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 440px;
    object-fit: cover;
    object-position: center center;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

/* --- Balises de Pistes (Circulaires Officieuses) --- */
.sg-balises-container {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 28px 20px;
    backdrop-filter: blur(10px);
}

.sg-balises-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    align-items: flex-start;
    text-align: center;
}

.sg-balise-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.sg-balise-svg {
    width: 100px;
    height: 100px;
    filter: drop-shadow(0 6px 15px rgba(0, 0, 0, 0.3));
    transition: transform 0.3s ease;
}

.sg-balise-item:hover .sg-balise-svg {
    transform: translateY(-5px) scale(1.06);
}

.sg-balise-label {
    font-family: var(--sg-font-heading);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.3;
    margin-top: 12px;
    letter-spacing: 0.4px;
}

@media (max-width: 992px) {
    .sg-balises-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 480px) {
    .sg-balise-svg {
        width: 80px;
        height: 80px;
    }

    .sg-balise-label {
        font-size: 0.68rem;
    }
}

@media (max-width: 992px) {
    .sg-signalisation-card {
        padding: 36px 28px;
    }

    .sg-signalisation-title {
        font-size: 2.2rem;
    }
}

/* ========================================================
   MODULE MAP GLACIER PREMIUM (Glassmorphism & Style Alpin)
   ======================================================== */
.sg-map-wrapper {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    background: rgba(248, 249, 255, 0.75);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 20px 40px rgba(7, 86, 116, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.8);
    font-family: var(--sg-font-heading);
}

.sg-map-frame {
    width: 100%;
    height: 480px;
    border-radius: 0;
    overflow: hidden;
    background: #f8f9ff;
    line-height: 0;
    font-size: 0;
}

.sg-map-frame p {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
}

.sg-map-frame iframe,
.sg-map-frame div#sg-map-canvas {
    width: 100% !important;
    height: 480px !important;
    min-height: 100% !important;
    border: 0 !important;
    display: block !important;
    filter: grayscale(100%) brightness(95%) contrast(95%);
}

.sg-map-info-card {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: #ffffff;
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    max-width: 360px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-family: var(--sg-font-heading);
}

.sg-map-badge {
    background: #e8f1f4;
    color: #1f5970;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.sg-map-badge-status {
    background: #287a4d;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 12px;
    display: inline-block;
}

.sg-btn-map {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1c5b73;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(28, 91, 115, 0.25);
    margin-top: 14px;
}

.sg-btn-map:hover {
    background: #154558;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(28, 91, 115, 0.35);
}

@media (max-width: 767px) {
    .sg-map-info-card {
        position: static;
        margin: 15px;
        max-width: none;
    }
}

/* ==========================================================================
   MODULE CONTACT & RSFORM PRO STYLING
   ========================================================================== */

/* Carte Formulaire de Contact */
.sg-contact-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

/* Styles Généraux Formulaire / RSForm!Pro */
.sg-contact-card label:not(.form-check-label):not(.radio-inline):not(.checkbox-inline),
.sg-contact-card .form-label,
.sg-contact-card .control-label,
.sg-contact-card .col-form-label,
.sg-contact-card legend,
.sg-contact-card .rsform-block-title {
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    font-weight: 700 !important;
    color: #64748b !important;
    margin-bottom: 8px !important;
}

.sg-contact-card .form-control,
.sg-contact-card input[type="text"],
.sg-contact-card input[type="email"],
.sg-contact-card textarea,
.rsform-input-box {
    border-radius: 12px !important;
    border: 1.5px solid #e2e8f0 !important;
    padding: 12px 18px !important;
    font-size: 0.95rem !important;
    color: #334155 !important;
    background-color: #ffffff !important;
    transition: all 0.2s ease !important;
    box-shadow: none !important;
}

.sg-contact-card .form-control:focus,
.sg-contact-card input[type="text"]:focus,
.sg-contact-card input[type="email"]:focus,
.sg-contact-card textarea:focus,
.rsform-input-box:focus {
    border-color: #b24a1b !important;
    box-shadow: 0 0 0 4px rgba(178, 74, 27, 0.12) !important;
    outline: none !important;
}

/* Radio buttons & Checkboxes (Civilité, etc.) */
.sg-contact-card .form-check,
.sg-contact-card .form-check-inline,
.sg-contact-card .radio,
.sg-contact-card .radio-inline,
.sg-contact-card label.radio-inline,
.sg-contact-card label.checkbox-inline,
.sg-contact-card .controls,
.sg-contact-card [class*="rsform-block-"] .controls {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-right: 24px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    vertical-align: middle !important;
}

.sg-contact-card .form-check:first-child,
.sg-contact-card .form-check-inline:first-child,
.sg-contact-card label.radio-inline:first-child,
.sg-contact-card .radio:first-child {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.sg-contact-card input[type="radio"],
.sg-contact-card input[type="checkbox"],
.sg-contact-card .form-check-input {
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    accent-color: #b24a1b !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
    vertical-align: middle !important;
}

.sg-contact-card .form-check-label,
.sg-contact-card label.radio-inline,
.sg-contact-card label.checkbox-inline,
.sg-contact-card .form-check label {
    display: inline-block !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: #334155 !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
    text-transform: none !important;
    letter-spacing: normal !important;
    vertical-align: middle !important;
}

/* Bouton Envoyer */
.sg-btn-submit,
.sg-contact-card button[type="submit"],
.sg-contact-card input[type="submit"],
.rsform-submit-btn {
    background: #b24a1b !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 14px 36px !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    box-shadow: 0 8px 22px rgba(178, 74, 27, 0.35) !important;
    transition: all 0.25s ease !important;
    cursor: pointer;
}

.sg-btn-submit:hover,
.sg-contact-card button[type="submit"]:hover,
.sg-contact-card input[type="submit"]:hover,
.rsform-submit-btn:hover {
    background: #963d14 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 28px rgba(178, 74, 27, 0.45) !important;
}

/* Cartes Colonne Droite */
.sg-map-preview-card {
    position: relative;
    height: 220px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: url('/images/hero_boutique.png') center/cover no-repeat !important;
    display: flex;
    align-items: flex-end;
    padding: 24px;
}

.sg-map-preview-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.85) 0%, rgba(15, 23, 42, 0.2) 65%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.sg-map-preview-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.sg-info-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
}

.sg-info-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.sg-info-icon-blue {
    background: #e0f2fe;
    color: #0284c7;
}

.sg-info-icon-orange {
    background: #ffedd5;
    color: #ea580c;
}

.sg-info-icon-peach {
    background: #fef3c7;
    color: #d97706;
}

.sg-info-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 2px;
}

.sg-info-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.sg-info-sub {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
}

.sg-info-badge-open {
    background: #e0f2fe;
    color: #0369a1;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: 20px;
    letter-spacing: 0.5px;
}

/* --- Custom FAQ Accordion --- */
.sg-custom-accordion .accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: #ffffff;
}

.sg-custom-accordion .accordion-button:not(.collapsed) {
    background: #f8fafc !important;
    color: #114b62 !important;
    box-shadow: none !important;
}

.sg-custom-accordion .accordion-button {
    color: #0f172a !important;
    font-size: 1.05rem;
}

.sg-custom-accordion .accordion-button:focus {
    box-shadow: none !important;
}

/* Style des cercles d icônes de la section Engagement */
.sg-engagement-icon-circle {
    background: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

/* Forcer la couleur bleue alpine sur toutes les icônes d activités d été */
.sg-activity-pill i,
.sg-activity-pill svg {
    color: var(--sg-accent-blue, #0284c7) !important;
    fill: var(--sg-accent-blue, #0284c7) !important;
}

/* --- Clean --- */
.sg-activity-pill i {
    color: #0284c7 !important;
    font-size: 1.5rem !important;
    display: inline-block !important;
}

/* --- Module Hero Guide des Pistes --- */
.sg-hero-pistes-wrapper {
    position: relative;
    padding: 120px 0 100px 0;
    background: url('/images/hero-pistes-skiers-allos.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 0 !important;
    overflow: hidden;
}

.sg-hero-pistes-content {
    position: relative;
    z-index: 5 !important;
}

.sg-hero-pistes-badge {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
}

.sg-hero-pistes-title {
    font-family: var(--sg-font-heading);
    letter-spacing: -0.5px;
    color: #ffffff !important;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.sg-hero-pistes-desc {
    font-size: 1.2rem;
    line-height: 1.7;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.95) !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
    .sg-hero-pistes-wrapper {
        padding: 80px 0 60px 0;
        border-radius: 0 !important;
    }

    .sg-hero-pistes-title {
        font-size: 2rem;
    }
}

/* --- Module Hero Guide Taille Skis --- */
.sg-hero-taille-skis-wrapper {
    position: relative;
    padding: 120px 0 100px 0;
    background: url('/images/hero-taille-skis-guide.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 0 !important;
    overflow: hidden;
}

.sg-hero-taille-skis-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--sg-hero-overlay-dark);
    z-index: 1;
}

.sg-hero-taille-skis-content {
    position: relative;
    z-index: 5 !important;
}

@media (max-width: 768px) {
    .sg-hero-taille-skis-wrapper {
        padding: 80px 0 60px 0;
        border-radius: 0 !important;
    }
}

/* --- Module Hero Guide Entretien Matériel --- */
.sg-hero-entretien-wrapper {
    position: relative;
    padding: 120px 0 100px 0;
    background: url('/images/hero-entretien-materiel-ski.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 0 !important;
    overflow: hidden;
}

.sg-hero-entretien-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--sg-hero-overlay-dark);
    z-index: 1;
}

.sg-hero-entretien-content {
    position: relative;
    z-index: 5 !important;
}

@media (max-width: 768px) {
    .sg-hero-entretien-wrapper {
        padding: 80px 0 60px 0;
        border-radius: 0 !important;
    }

    /* Marge de sécurité latérale uniforme sur mobile */
    .sg-vente-wrapper,
    .sg-atelier-expert-wrapper,
    .sg-intro-container,
    .sg-distances-bento,
    .sg-route-list,
    .sg-route-info {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* Correction débordement grilles activités & cartes Netski sur mobile */
    .sg-activity-card {
        height: 320px !important;
    }

    .sg-netski-grid-card {
        height: 100% !important;
        padding: 1rem 0.85rem !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }

    .sg-netski-grid-card h3,
    .sg-netski-grid-card h4 {
        font-size: 0.95rem !important;
        line-height: 1.3 !important;
        margin-bottom: 0.5rem !important;
    }

    .sg-netski-grid-card p {
        font-size: 0.78rem !important;
        line-height: 1.3 !important;
        margin-bottom: 0.75rem !important;
    }

    .sg-netski-grid-card .d-flex {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.25rem !important;
        margin-bottom: 0.5rem !important;
    }

    .sg-btn-netski-grid {
        font-size: 0.75rem !important;
        padding: 0.5rem 0.6rem !important;
        margin-top: 0.5rem !important;
        width: 100% !important;
    }

    .sg-activity-overlay {
        padding: 0.85rem !important;
    }

    .sg-activity-title {
        font-size: 0.98rem !important;
        word-break: normal !important;
        hyphens: auto !important;
        white-space: normal !important;
    }

    .sg-activity-tag {
        font-size: 0.6rem !important;
        letter-spacing: 0.5px !important;
    }

    /* Weather module mobile responsive fixes */
    .sg-weather-card {
        padding: 0.85rem !important;
    }

    .sg-weather-value {
        font-size: 1.8rem !important;
    }

    .sg-weather-label {
        font-size: 0.58rem !important;
        letter-spacing: 0 !important;
    }

    .sg-weather-footer-subtext {
        font-size: 0.62rem !important;
    }

    .sg-weather-footer {
        grid-column: span 2 !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.35rem !important;
    }
}

/* --- Google Maps Popup Restyling (Design System Summit Luxe) --- */
.gm-style-iw-c {
    border-radius: 20px !important;
    padding: 20px !important;
    box-shadow: 0 15px 35px rgba(7, 86, 116, 0.18) !important;
}

.gm-style-iw-d {
    overflow: hidden !important;
}

/* Bouton itinéraire Google Maps popup */
.gm-style-iw-c a.btn,
.gm-style-iw-c button.btn,
.gm-style-iw-c [class*="btn-primary"],
.gm-style-iw-c a[href*="google.com/maps"] {
    background-color: var(--sg-primary) !important;
    border-color: var(--sg-primary) !important;
    color: #ffffff !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
}

/* Badges dans la popup */
.gm-style-iw-c .badge-success,
.gm-style-iw-c [class*="ouvert"] {
    background-color: #10b981 !important;
    color: #ffffff !important;
}

.gm-style-iw-c .badge-info,
.gm-style-iw-c [class*="magasin"] {
    background-color: rgba(7, 86, 116, 0.1) !important;
    color: var(--sg-primary) !important;
}