﻿
:root {
    --teal: #38acd2;
    --teal-bright: #5cd4f5;
    --gold: #f0a828;
    --red: #e63946;
    --purple: #a855f7;
    --green: #2ecc71;
    --bg-deep: #0e1d3d;
    --bg-surface: #162444;
    --bg-surface2: #1d2e56;
    --border: rgba(56,172,210,0.22);
    --text: #c8daf0;
    --text-dim: #4a6280;
    --glow-teal: 0 0 40px rgba(56,172,210,0.32);
    --glow-gold: 0 0 30px rgba(240,168,40,0.28);
    --font-display: 'Fraunces', Georgia, serif;
    --font-game: 'Righteous', 'Arial Rounded MT Bold', sans-serif;
    --font-body: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --font-mono: 'Space Mono', 'Courier New', monospace;
    --radius: 16px;
}

@media (hover: hover) and (pointer: fine) {
    html, html * { cursor: none !important; }
}

.main-container,
.nav-container,
.footer-container,
footer {
    max-width: 100% !important;
    overflow: visible !important;
}
nav,
nav.fixed,
nav.overlay,
.nav-3 {
    max-width: 100% !important;
}

body {
    font-family: var(--font-body);
}

h1, h2, h3 {
    font-family: var(--font-game);
    font-weight: 400;
    text-wrap: balance;
}
h4, h5 {
    font-family: var(--font-body);
    font-weight: 600;
    text-wrap: balance;
}

@media (max-width: 768px) {
  .menu li {
      margin-bottom: 5px;
    }

    .menu li a {
      display: inline-block;
      padding: 5px;
    font-size: 10px;
  }
}

@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.animated-logo {
  width: 160px;
  height: auto;
  display: block;
  margin: 14px auto 0 11px;
  animation: pulse 3s ease-in-out infinite;
  transition: transform 0.3s ease-in-out;
}

.animated-logo:hover {
  transform: scale(1.1);
}

@media (max-width: 767px) {
.text-center-xs {
  text-align: center !important;
}

.text-center-xs img {
  margin: 10px auto 0;
  display: block;
}

.col-md-3.text-right.col-sm-6.col-md-push-6.col-xs-8 {
  position: absolute;
  right: 15px;
  width: auto;
}

}

@media (max-width: 768px) {
  ul.menu {
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }

  ul.menu li {
    display: inline-block; 
    margin: 10px 0;
  }

  ul.menu li a {
    font-size: 13px;     
    text-align: center;
    display: block;
  }
}

.btn-filled:hover {
  background-color: white;
  color: #0088cc;
  border: 2px solid #0088cc;
}

  @media (max-width: 767px) {
    footer.footer-1 .col-sm-4:first-child {
      margin-top: -25px; 
      margin-bottom: 10px; 
    }
  }

@media (max-width: 991px) {
  h5.text-white {
    font-size: 16px;
  }
}

.icon-img {
    width: 60px;     
    height: 60px;    
    display: inline-block;
    vertical-align: middle;
}
.logo-right {
    position: absolute;  
    top: 0;           
    right: 20px;           
    width: 300px;        
    height: auto;
    z-index: 10;      
}

html {
    scroll-behavior: smooth;
}

.menu li a {
    font-weight: bold;
}

.feature:hover .icon-img,
.feature:active .icon-img {
    animation: bounce 0.6s ease;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(-10px);
    }
    75% {
        transform: translateY(-15px);
    }
}

.feature {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
}

.feature.visible {
    opacity: 1;
    transform: translateY(0);
}

.feature:nth-child(1) { transition-delay: 0s; }
.feature:nth-child(2) { transition-delay: 0.1s; }
.feature:nth-child(3) { transition-delay: 0.2s; }
.feature:nth-child(4) { transition-delay: 0.3s; }
.feature:nth-child(5) { transition-delay: 0.4s; }
.feature:nth-child(6) { transition-delay: 0.5s; }
.feature:nth-child(7) { transition-delay: 0.6s; }
.feature:nth-child(8) { transition-delay: 0.7s; }
.feature:nth-child(9) { transition-delay: 0.8s; }
.feature:nth-child(10) { transition-delay: 0.9s; }
.feature:nth-child(11) { transition-delay: 1s; }
.feature:nth-child(12) { transition-delay: 1.1s; }

section {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
}

section.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    li a img[src*="helloasso"],
    li a img[src*="discord"] {
        transform: translateY(0px) !important;
        margin-top: -38px !important;
    }
}

@media (max-width: 768px) {
    .hero-slider .slides li {
        min-height: 100vh;
        position: relative;
    }
    
    .background-image-holder {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }
    
    .background-image {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: auto !important;
        height: 100% !important;
        min-width: 100% !important;
        min-height: 100% !important;
        max-width: none !important;
        object-fit: cover !important;
    }
}

#qui-sommes-nous {
    padding-bottom: 20px !important;
}

.announce-strip {
    background: linear-gradient(90deg, #0e1e40 0%, #142242 50%, #0e1e40 100%);
    border-top: 1px solid rgba(56,172,210,0.22);
    border-bottom: 1px solid rgba(56,172,210,0.22);
    padding: 14px 0;
}
.announce-inner {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}
.announce-badge {
    display: inline-block;
    background: rgba(56,172,210,0.1);
    color: #38acd2;
    border-left: 3px solid #38acd2;
    padding: 4px 10px 4px 10px;
    border-radius: 0 3px 3px 0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    white-space: nowrap;
    flex-shrink: 0;
}
.announce-inner p {
    color: rgba(255,255,255,0.68);
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}
.announce-inner p strong {
    color: rgba(255,255,255,0.92);
    font-weight: 600;
}
.announce-link {
    color: #38acd2;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
    transition: color 0.2s;
}
.announce-link:hover { color: #5fc0e0; }
@media (max-width: 767px) {
    .announce-inner { flex-direction: column; text-align: center; gap: 10px; }
}

@media (max-width: 767px) {

   
    .nav-3 .icon-menu {
        display: flex !important;
        justify-content: center !important; 
        align-items: center !important;
        flex-wrap: wrap; 
        padding: 0;
        margin: 10px 0; 
    }

  
    .nav-3 .icon-menu li {
        margin: 0 10px !important;
        list-style: none;
    }

    .nav-3 .icon-menu li img {
        transform: none !important;
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }

    .nav-3 .icon-menu li i {
        vertical-align: middle;
    }

    .nav-3 .menu {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-wrap: nowrap !important;  
        overflow-x: auto;              
        -webkit-overflow-scrolling: touch; 
    }

    .nav-3 .menu li {
        margin: 0 10px;
        white-space: nowrap;
        flex-shrink: 1;      
    }

    .nav-3 .menu li a {
        display: block;
        text-overflow: ellipsis; 
        overflow: hidden;       
        white-space: nowrap;     
        font-size: 14px;         
    }
}
@media (max-width: 767px) {
    #qui-sommes-nous {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}
#qui-sommes-nous {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

@media (max-width: 768px) {
    .menu li {
        margin-bottom: 15px!important; 
    }
    .menu li a {
        letter-spacing: 1.5px!important; 
        font-size: 15px!important; 
    }
}

.features-2 .row {
    display: flex;
    justify-content: center;
    gap: 30px; 
    flex-wrap: wrap;
}

.features-2 .feature {
    background: rgba(255, 255, 255, 0.04);
    padding: 35px 25px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    max-width: 340px; 
    width: 100%;
}

.features-2 .feature:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.features-2 .feature img {
    border-radius: 14px;
    display: block;
    margin: 0 auto 20px auto;
}

@media (max-width: 767px) {
    .features-2 .feature {
        max-width: 90%;      
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;  
    }

    .features-2 .feature img {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 20px auto;
    }

    .features-2 .row {
        justify-content: center;
        gap: 0;
        flex-direction: column;
    }
}

#playground {
    background: linear-gradient(160deg, #0f1e40 0%, #1e1058 55%, #0f1e40 100%);
    padding: 80px 0;
    position: relative;
}

#playground h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 1.15;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}

#playground .pg-label-tag {
    display: block;
    font-family: var(--font-game);
    color: #38acd2;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#playground .pg-desc {
    color: #b0b8cc;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 28px;
}

#playground .pg-list {
    list-style: none;
    padding: 0;
    margin: 0 0 34px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
}

#playground .pg-list li {
    color: #c8cfe0;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-size: 15px;
}

#playground .pg-btn {
    display: inline-block;
    background: #38acd2;
    color: #ffffff !important;
    padding: 14px 32px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
}

#playground .pg-btn:hover {
    background: #2a9bc0;
}

#playground .pg-text-col {
    padding-right: 40px;
    padding-bottom: 30px;
}

#playground .pg-video-col {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}

#playground .phone-outer {
    display: inline-block;
    background: #0d0d1a;
    border-radius: 40px;
    padding: 14px;
    border: 2px solid rgba(56,172,210,0.25);
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

#playground .phone-screen {
    border-radius: 28px;
    overflow: hidden;
    background: #000;
}

#playground .phone-bar {
    background: #0a0a14;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#playground .phone-notch {
    display: inline-block;
    height: 5px;
    background: rgba(255,255,255,0.12);
    border-radius: 3px;
    width: 30px;
}

#playground .phone-bar-top .phone-notch {
    width: 54px;
}

#playground .phone-video {
    width: 250px;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    #playground {
        padding: 50px 0 !important;
    }

    #playground .pg-text-col {
        padding-right: 15px;
        text-align: center;
        margin-bottom: 30px;
    }

    #playground h2 {
        font-size: 30px;
    }

    #playground .phone-video {
        width: 200px;
    }
}

        *, *::before, *::after { box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body { font-family: 'Lato', sans-serif; }
        a { text-decoration: none; }

   
        .nav-container { position: fixed; top: 0; left: 0; right: 0; z-index: 999; }
        .nav-3 {
            background: linear-gradient(135deg, rgba(14,110,160,0.97) 0%, rgba(56,172,210,0.97) 100%) !important;
            backdrop-filter: blur(12px) !important;
            border-bottom: 1px solid rgba(255,255,255,0.18);
            box-shadow: 0 2px 20px rgba(56,172,210,0.25);
            padding: 0 !important;
            max-height: none !important;
            overflow: visible !important;
        }
        .nav-3 .nav-top-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 60px;
            padding: 0 10px;
            gap: 20px;
        }
        .nav-3 .nav-logo { height: 26px; width: auto; display: block; flex-shrink: 0; }
        .nav-3 .nav-links-row {
            display: flex;
            align-items: center;
            gap: 2px;
            flex: 1;
            justify-content: center;
        }
        .nav-3 .nav-links-row a {
            font-family: var(--font-game);
            color: rgba(255,255,255,0.9);
            font-size: 11px;
            font-weight: 400;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            padding: 6px 12px;
            border-radius: 3px;
            transition: all 0.2s;
            white-space: nowrap;
        }
        .nav-3 .nav-links-row a:hover { color: #fff; background: rgba(255,255,255,0.22); }
        .nav-3 .nav-right-group { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
        .nav-3 .nav-socials { display: flex; align-items: center; gap: 14px; }
        .nav-3 .nav-socials a { color: rgba(255,255,255,0.88); font-size: 19px; transition: color 0.2s; display: flex; align-items: center; }
        .nav-3 .nav-socials a:hover { color: #fff; }
        .nav-3 .nav-socials img { height: 24px; width: auto; opacity: 0.88; display: block; transition: opacity 0.2s; filter: brightness(0) invert(1); }
        .nav-3 .nav-socials a:hover img { opacity: 1; }
        .nav-3 .nav-cta {
            background: #fff;
            color: #38acd2 !important;
            border: none;
            padding: 7px 16px;
            border-radius: 4px;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            transition: all 0.2s;
            white-space: nowrap;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        }
        .nav-3 .nav-cta:hover { background: rgba(255,255,255,0.88); transform: translateY(-1px); }

        
        .nav-3 .menu { display: none; }
        .nav-3 .icon-menu { display: none; }
        .nav-3 .mobile-toggle { display: none; }

        @media (max-width: 991px) {
            .nav-3 .nav-socials .nav-hide-mobile { display: none; }
            .nav-3 .nav-links-row a { font-size: 10px; padding: 5px 8px; letter-spacing: 1px; }
        }
        
        .nav-hamburger {
            display: none;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 5px;
            width: 36px;
            height: 36px;
            background: transparent;
            border: none;
            cursor: pointer;
            padding: 0;
            flex-shrink: 0;
        }
        .nav-hamburger span {
            display: block;
            width: 22px;
            height: 2px;
            background: rgba(255,255,255,0.85);
            border-radius: 2px;
            transition: transform 0.3s, opacity 0.3s;
        }
        .nav-hamburger.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
        .nav-hamburger.is-active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
        .nav-hamburger.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

        
        .nav-mobile-menu {
            display: none;
            flex-direction: column;
            padding: 6px 0 16px;
            border-top: 1px solid rgba(255,255,255,0.2);
            background: linear-gradient(135deg, rgba(12,90,138,0.98) 0%, rgba(40,148,185,0.98) 100%);
        }
        .nav-mobile-menu > a {
            color: rgba(255,255,255,0.92);
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            padding: 13px 16px;
            border-bottom: 1px solid rgba(255,255,255,0.12);
            transition: all 0.2s;
            display: block;
        }
        .nav-mobile-menu > a:hover { color: #fff; background: rgba(255,255,255,0.12); }
        .nav-mobile-socials {
            display: flex;
            gap: 16px;
            padding: 16px 16px 0;
            align-items: center;
            flex-wrap: wrap;
        }
        .nav-mobile-socials a {
            color: rgba(255,255,255,0.88);
            font-size: 20px;
            display: inline-flex;
            align-items: center;
        }
        .nav-mobile-socials img { height: 22px; width: auto; opacity: 0.88; display: block; filter: brightness(0) invert(1); }
        .nav-mobile-cta {
            display: inline-flex !important;
            align-items: center;
            background: #fff !important;
            color: #38acd2 !important;
            border: none !important;
            padding: 7px 14px !important;
            border-radius: 4px;
            font-size: 11px !important;
            font-weight: 700 !important;
            letter-spacing: 1.5px !important;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
            margin-left: auto;
        }

        @media (max-width: 767px) {
            .nav-3 .nav-top-row { height: 52px; gap: 8px; padding: 0 6px; }
            .nav-3 .nav-links-row { display: none !important; }
            .nav-3 .nav-right-group { display: none !important; }
            .nav-hamburger { display: flex !important; }
            .nav-3.nav-open .nav-mobile-menu { display: flex; }
        }

       
        .hero-section {
            position: relative;
            height: 100vh;
            min-height: 580px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            background: #0c1530;
            margin-top: 0;
        }
        .hero-section .hero-bg {
            position: absolute;
            inset: 0;
        }
        .hero-section .hero-bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.45;
            transform-origin: top center;
            will-change: transform;
        }
        .hero-section .hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(160deg, rgba(14,14,28,0.2) 0%, rgba(14,14,28,0.75) 100%);
        }
        .hero-section .hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            padding: 0 20px;
            max-width: 700px;
        }
        .hero-eyebrow {
            display: inline-block;
            font-family: var(--font-game);
            color: #38acd2;
            font-size: 11px;
            font-weight: 400;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 20px;
            border: 1px solid rgba(56,172,210,0.35);
            padding: 6px 16px;
            border-radius: 20px;
        }
        .hero-section h1 {
            color: #fff;
            font-size: 78px;
            font-weight: 700;
            line-height: 1.0;
            margin: 0 0 18px 0;
            letter-spacing: -1px;
        }
        .hero-section .hero-sub {
            color: rgba(255,255,255,0.72);
            font-size: 18px;
            font-weight: 300;
            margin: 0 auto 36px auto;
            line-height: 1.7;
        }
        .hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
        .btn-hero-primary {
            display: inline-block;
            background: #38acd2;
            color: #fff;
            padding: 15px 36px;
            border-radius: 5px;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            transition: background 0.2s, transform 0.2s;
        }
        .btn-hero-primary:hover { background: #2a9bc0; color: #fff; transform: translateY(-2px); }
        .btn-hero-outline {
            display: inline-block;
            border: 2px solid rgba(255,255,255,0.5);
            color: rgba(255,255,255,0.9);
            padding: 13px 34px;
            border-radius: 5px;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            transition: all 0.2s;
        }
        .btn-hero-outline:hover { border-color: #38acd2; color: #38acd2; transform: translateY(-2px); }
        .hero-scroll-hint {
            position: absolute;
            bottom: 28px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
            color: rgba(255,255,255,0.4);
            font-size: 22px;
            animation: bounceDown 2.2s ease-in-out infinite;
        }
        @keyframes bounceDown {
            0%, 100% { transform: translateX(-50%) translateY(0); }
            50% { transform: translateX(-50%) translateY(9px); }
        }
        @media (max-width: 767px) {
            .hero-section h1 { font-size: 44px; letter-spacing: 0; }
            .hero-section .hero-sub { font-size: 16px; }
        }

        #qui-sommes-nous {
            background: #f5f8fc !important;
            padding-top: 90px !important;
            padding-bottom: 90px !important;
            opacity: 1 !important;
            transform: none !important;
        }
        .about-tag {
            display: block;
            font-family: var(--font-game);
            color: #38acd2;
            font-size: 11px;
            font-weight: 400;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 18px;
        }
        #qui-sommes-nous h4 {
            font-size: 20px;
            line-height: 1.75;
            color: #2c3e50;
            font-weight: 300;
            margin-bottom: 36px;
        }
        #qui-sommes-nous h6 { display: none; }
        .about-stats {
            display: flex;
            gap: 36px;
            flex-wrap: wrap;
            border-top: 1px solid rgba(56,172,210,0.18);
            padding-top: 28px;
        }
        .about-stat .stat-num {
            display: block;
            font-family: var(--font-mono);
            font-size: 40px;
            font-weight: 700;
            color: #38acd2;
            line-height: 1;
        }
        .about-stat .stat-label {
            font-size: 11px;
            color: #8898aa;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            margin-top: 5px;
            display: block;
        }
        .about-logo-col {
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 10px;
        }
        .about-logo-col img {
            max-width: 260px;
            width: 100%;
            height: auto;
        }
        @media (max-width: 767px) {
            .about-logo-col { margin-top: 36px; }
            .about-stats { gap: 24px; }
        }

        

    
   
        .features-3 .icon-img { width: 64px; height: 64px; display: block; margin: 0 auto 16px auto; }
        .features-3 .feature { padding: 20px 16px; }
        .features-3 .feature h5 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
        .features-3 .feature p { font-size: 14px; line-height: 1.6; color: #555; }
        
        .features-3 .row { display: flex; flex-wrap: wrap; }
        .features-3 .col-sm-4 { display: flex; flex-direction: column; align-items: center; }

        #tarifs .pricing-header { margin-bottom: 48px; }
        #tarifs .tarifs-extra { margin-top: 30px; }
        #tarifs .pricing-header h3 { color: #fff; font-size: 38px; font-weight: 700; margin-bottom: 10px; }
        #tarifs .pricing-header p { color: rgba(255,255,255,0.65); font-size: 16px; }
        .price-card {
            background: rgba(255,255,255,0.07);
            border: 1px solid rgba(255,255,255,0.14);
            border-radius: 22px;
            padding: 42px 32px 36px;
            text-align: center;
            transition: transform 0.3s, background 0.3s;
            backdrop-filter: blur(8px);
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .price-card:hover { transform: translateY(-7px); background: rgba(255,255,255,0.12); }
        .price-card.featured {
            background: rgba(56,172,210,0.18);
            border-color: rgba(56,172,210,0.45);
            position: relative;
        }
        .card-popular-badge {
            font-family: var(--font-game);
            font-size: 9px;
            font-weight: 400;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #fff;
            background: linear-gradient(90deg, #1d82a8, #38acd2, #1d82a8);
            padding: 8px 20px;
            text-align: center;
            border-radius: 22px 22px 0 0;
            margin: -42px -32px 28px -32px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .price-card .card-audience {
            color: rgba(255,255,255,0.55);
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }
        .price-card .card-price {
            font-family: var(--font-mono);
            font-size: 70px;
            font-weight: 700;
            color: #fff;
            line-height: 1;
            margin-bottom: 6px;
        }
        .price-card .card-price sup { font-size: 28px; vertical-align: super; }
        .price-card .card-billing {
            color: rgba(255,255,255,0.5);
            font-size: 13px;
            margin-bottom: 28px;
        }
        .price-card .card-features {
            list-style: none;
            padding: 0;
            margin: 0 0 32px 0;
            flex: 1;
            border-top: 1px solid rgba(255,255,255,0.08);
        }
        .price-card .card-features li {
            color: rgba(255,255,255,0.8);
            font-size: 14px;
            padding: 11px 0;
            border-bottom: 1px solid rgba(255,255,255,0.07);
            text-align: left;
            padding-left: 24px;
            position: relative;
        }
        .price-card .card-features li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #38acd2;
            font-weight: 700;
        }
        .price-card .card-btn {
            display: block;
            background: rgba(56,172,210,0.25);
            color: #38acd2;
            border: 1px solid rgba(56,172,210,0.5);
            padding: 13px 24px;
            border-radius: 8px;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            transition: all 0.2s;
        }
        .price-card.featured .card-btn {
            background: #38acd2;
            color: #fff;
            border-color: #38acd2;
        }
        .price-card .card-btn:hover { background: #38acd2; color: #fff; border-color: #38acd2; }
        @media (max-width: 767px) { .price-card { margin-bottom: 28px; } }

        #faq {
            background: linear-gradient(180deg, #0e1d3d 0%, #122040 100%) !important;
            padding: 0 !important;
            opacity: 1 !important;
            transform: none !important;
        }
        #faq > .container {
            padding-top: 96px;
            padding-bottom: 88px;
        }
        .faq-header {
            text-align: center;
            margin-bottom: 60px;
        }
        #faq .faq-section-title {
            font-size: 38px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 0;
        }
        #faq .about-tag {
            color: #38acd2;
        }
        .faq-list {
            max-width: 820px;
            margin: 0 auto;
            border-top: 1px solid rgba(56,172,210,0.14);
        }
        .faq-item {
            border-bottom: 1px solid rgba(56,172,210,0.14);
        }
        .faq-trigger {
            display: flex;
            align-items: center;
            gap: 24px;
            width: 100%;
            background: none;
            border: none;
            padding: 26px 0;
            cursor: pointer;
            text-align: left;
            outline: none;
        }
        .faq-trigger:focus-visible {
            outline: 2px solid rgba(56,172,210,0.5);
            outline-offset: 4px;
            border-radius: 4px;
        }
        .faq-num {
            font-family: var(--font-mono);
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 2px;
            color: #38acd2;
            font-variant-numeric: tabular-nums;
            min-width: 22px;
            flex-shrink: 0;
        }
        .faq-q {
            flex: 1;
            color: rgba(255,255,255,0.72);
            font-size: 16px;
            font-weight: 600;
            line-height: 1.45;
            transition: color 0.22s ease;
            text-wrap: pretty;
        }
        .faq-icon {
            width: 30px;
            height: 30px;
            border: 1.5px solid rgba(56,172,210,0.28);
            border-radius: 50%;
            flex-shrink: 0;
            transition: transform 0.35s cubic-bezier(.34,1.56,.64,1), border-color 0.25s, background 0.25s;
            position: relative;
        }
        .faq-icon::before,
        .faq-icon::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            background: #38acd2;
            border-radius: 2px;
            transition: transform 0.35s cubic-bezier(.34,1.56,.64,1), opacity 0.25s;
        }
        .faq-icon::before {
            width: 12px;
            height: 1.5px;
            transform: translate(-50%, -50%);
        }
        .faq-icon::after {
            width: 1.5px;
            height: 12px;
            transform: translate(-50%, -50%);
        }
        .faq-item.is-open .faq-icon {
            border-color: rgba(56,172,210,0.6);
            background: rgba(56,172,210,0.1);
        }
        .faq-item.is-open .faq-icon::after {
            transform: translate(-50%, -50%) rotate(90deg);
            opacity: 0;
        }
        .faq-item.is-open .faq-q,
        .faq-trigger:hover .faq-q {
            color: #fff;
        }
        .faq-trigger:hover .faq-icon {
            border-color: rgba(56,172,210,0.52);
        }
        .faq-body {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s cubic-bezier(.4,0,.2,1);
            padding-left: 46px;
        }
        .faq-item.is-open .faq-body {
            max-height: 400px;
        }
        .faq-body p {
            color: rgba(194,207,224,0.76);
            font-size: 15px;
            line-height: 1.85;
            padding-bottom: 28px;
            margin: 0;
            text-wrap: pretty;
        }
        #faq .faq-footer {
            max-width: 820px;
            margin: 56px auto 0;
            text-align: center;
        }
        #faq .faq-cta {
            color: rgba(255,255,255,0.42);
            font-size: 15px;
            margin: 0;
            font-weight: 400;
        }
        #faq .faq-cta a { color: #38acd2; font-weight: 500; }
        #faq .faq-cta a:hover { color: #5fc0e0; }
        @media (max-width: 767px) {
            .faq-trigger { gap: 14px; padding: 20px 0; }
            .faq-q { font-size: 14px; }
            .faq-body { padding-left: 0; }
            .faq-num { min-width: 18px; }
        }

        .contact-1 h2 {
            font-size: 40px;
            font-weight: 700;
            letter-spacing: -0.5px;
            line-height: 1.2;
            text-shadow: 0 2px 10px rgba(0,0,0,0.2);
            margin-bottom: 16px;
        }
        .contact-1 h5 {
            opacity: 1;
            font-weight: 400;
            font-size: 20px;
            letter-spacing: 0.3px;
        }
        .contact-social-row {
            margin-top: 28px;
            display: flex;
            gap: 12px;
            justify-content: center;
            flex-wrap: wrap;
        }
        .contact-social-row a {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #fff;
            color: #38acd2;
            padding: 14px 36px;
            border-radius: 6px;
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 0.5px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.18);
            transition: all 0.2s;
        }
        .contact-social-row a:hover { background: rgba(255,255,255,0.9); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,0.22); }
        @media (max-width: 767px) {
            .contact-1 h2 { font-size: 26px; }
            .contact-1 h5 { font-size: 17px; }
            .contact-social-row a { padding: 12px 28px; font-size: 14px; }
        }

    
        .footer-4 .sub a { color: #38acd2; transition: color 0.2s; }
        .footer-4 .sub a:hover { color: #fff; }

#meeple-cursor { pointer-events: none; }

#scroll-progress { pointer-events: none; }

.hero-section h1 {
    font-family: var(--font-display);
    font-weight: 700;
    font-style: italic;
    letter-spacing: -2px;
}

.hero-eyebrow { animation: heroEntrance .7s cubic-bezier(.22,1,.36,1) both .15s; }
.hero-section h1 { animation: heroEntrance .7s cubic-bezier(.22,1,.36,1) both .3s; }
.hero-section .hero-sub { animation: heroEntrance .7s cubic-bezier(.22,1,.36,1) both .45s; }
.hero-ctas { animation: heroEntrance .7s cubic-bezier(.22,1,.36,1) both .6s; }
.hero-scroll-hint { animation: heroEntrance .7s cubic-bezier(.22,1,.36,1) both .9s; }

@keyframes heroEntrance {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

.hero-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='.07'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 3;
    opacity: 1;
    mix-blend-mode: overlay;
}

.hero-floaties {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
    transition: transform .6s cubic-bezier(.25,.46,.45,.94);
}

@keyframes meepleFloat {
    0%   { transform: translateY(0) rotate(-7deg) scale(1); }
    50%  { transform: translateY(-22px) rotate(4deg) scale(1.04); }
    100% { transform: translateY(-32px) rotate(7deg) scale(.97); }
}

.about-stat .stat-num {
    text-shadow: 0 0 28px rgba(56,172,210,.55);
    transition: text-shadow .3s;
    font-variant-numeric: tabular-nums;
}
.about-stat:hover .stat-num {
    text-shadow: 0 0 44px rgba(232,184,75,.7);
}

.features-3 {
    background-color: #f7f9fb;
    background-image:
        linear-gradient(rgba(56,172,210,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(56,172,210,.04) 1px, transparent 1px);
    background-size: 52px 52px;
}

.feature {
    transition: opacity 1s ease, transform 1s ease, box-shadow .25s ease;
    border-radius: 12px;
    padding: 24px 18px;
    position: relative;
}
.feature::after {
    content: attr(data-dice);
    position: absolute;
    top: 10px; right: 14px;
    font-size: 18px;
    opacity: 0;
    transition: opacity .3s, transform .3s;
    transform: scale(.5) rotate(-15deg);
    pointer-events: none;
}
.feature:hover::after {
    opacity: .35;
    transform: scale(1) rotate(0deg);
}

.price-card::before {
    background: radial-gradient(circle at var(--mx,50%) var(--my,50%), rgba(56,172,210,.12) 0%, transparent 60%);
    transition: background .15s;
}
.price-card.featured {
    box-shadow: var(--glow-teal), 0 0 0 1px rgba(56,172,210,.35);
}

.story-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s cubic-bezier(.4,0,.2,1), transform .7s cubic-bezier(.4,0,.2,1);
}
.story-reveal.story-visible {
    opacity: 1;
    transform: translateY(0);
}
.story-reveal:nth-child(2) { transition-delay: .1s; }
.story-reveal:nth-child(3) { transition-delay: .2s; }
.story-reveal:nth-child(4) { transition-delay: .3s; }

.section-label {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: rgba(56,172,210,0.7);
    margin-bottom: 14px;
}

.tarifs-contact-link { color: #38acd2; }
.tarifs-contact-link:hover { color: #5cd4f5; }

.dice-roll-enter {
    position: absolute;
    bottom: 16px;
    right: 16px;
    font-size: 36px;
    pointer-events: none;
    animation: diceAppear .6s cubic-bezier(.34,1.56,.64,1) both, diceFade .4s ease .8s forwards;
    z-index: 10;
}
@keyframes diceAppear {
    from { opacity: 0; transform: scale(0) rotate(-180deg); }
    to   { opacity: 1; transform: scale(1) rotate(0); }
}
@keyframes diceFade {
    to { opacity: 0; transform: scale(.6) translateY(-10px); }
}

.hero-section .hero-content {
    transition: transform .5s cubic-bezier(.25,.46,.45,.94);
}

.btn-hero-primary:active,
.btn-hero-outline:active,
.nav-cta:active {
    transform: scale(.97) translateY(1px) !important;
}
.btn-hero-primary,
.btn-hero-outline {
    transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.18s cubic-bezier(.34,1.56,.64,1), box-shadow 0.2s;
}

.btn-hero-primary {
    box-shadow: 0 4px 24px rgba(56,172,210,.35);
}
.btn-hero-primary:hover {
    box-shadow: 0 8px 36px rgba(56,172,210,.55);
}

.price-card .card-btn:hover {
    box-shadow: 0 6px 24px rgba(56,172,210,.4);
}

.pg-btn {
    box-shadow: 0 4px 18px rgba(56,172,210,.28);
    transition: background .2s, transform .2s, box-shadow .2s !important;
}
.pg-btn:hover {
    box-shadow: 0 8px 32px rgba(56,172,210,.5);
    transform: translateY(-2px);
}

.features-3 h3 {
    font-family: var(--font-display);
    font-style: italic;
}

#qui-sommes-nous h4 {
    font-style: italic;
}

.contact-1 h2 {
    font-family: var(--font-display);
}

.pricing-header h3 {
    font-family: var(--font-display);
    font-style: italic;
}

.faq-section-title {
    font-family: var(--font-display);
    font-style: italic;
    letter-spacing: -0.5px;
}

#playground h2 {
    font-family: var(--font-display);
    font-style: italic;
}

@media (max-width: 767px) {
    .hero-section h1 { letter-spacing: -1px; }
    .hero-section::after { display: none; }
}

.ambiance-section {
    padding: 0;
    overflow: hidden;
    opacity: 1 !important;
    transform: none !important;
}
.ambiance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 460px;
}
.ambiance-card {
    position: relative;
    overflow: hidden;
    cursor: default;
}
.ambiance-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s ease, filter 0.55s ease;
    filter: brightness(0.55);
}
.ambiance-card:hover img {
    transform: scale(1.06);
    filter: brightness(0.38);
}
.ambiance-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 36px 30px;
    background: linear-gradient(to top, rgba(10,12,24,0.9) 0%, rgba(10,12,24,0) 100%);
    z-index: 2;
    transition: padding 0.3s ease;
}
.ambiance-card:hover .ambiance-card-overlay {
    padding-bottom: 42px;
}
.ambiance-card-overlay h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px 0;
    line-height: 1.2;
    letter-spacing: -0.3px;
}
.ambiance-card-overlay p {
    color: rgba(255,255,255,0.68);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}
.ambiance-card:hover .ambiance-card-overlay p {
    opacity: 1;
    transform: translateY(0);
}
.ambiance-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 0px solid rgba(56,172,210,0);
    z-index: 3;
    pointer-events: none;
    transition: border 0.3s ease;
}
.ambiance-card:hover::after {
    border: 2px solid rgba(56,172,210,0.45);
}
.ambiance-card-overlay h3::before {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: #38acd2;
    margin-bottom: 12px;
    transition: width 0.3s ease;
}
.ambiance-card:hover .ambiance-card-overlay h3::before {
    width: 44px;
}
@media (max-width: 767px) {
    .ambiance-grid {
        grid-template-columns: 1fr;
        height: auto;
    }
    .ambiance-card {
        height: 260px;
    }
    .ambiance-card-overlay p {
        opacity: 1;
        transform: none;
    }
}