@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');


        /* vars inlined */
        
        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            font-family: 'DM Sans', -apple-system, sans-serif;
            font-size: 16px;
            line-height: 1.6;
            color: #404040;
            background: #fff;
            padding-top: 80px !important;
        }
        a { text-decoration: none; color: inherit; }
        a:where(:not(.wp-element-button)) { text-decoration: none !important; }
        img { max-width: 100%; height: auto; }
        
        /* ============================================
           NAVIGATION
           ============================================ */
        .nav {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            background: #fff;
            border-bottom: 1px solid #E5E5E5;
        }
        .nav-top {
            background: #000;
            color: #fff;
            font-size: 13px;
            padding: 8px 24px;
        }
        .nav-top-inner {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .nav-top-links {
            display: flex;
            gap: 24px;
        }
        .nav-top-links a {
            color: rgba(255,255,255,0.8);
            transition: 0.2s ease;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .nav-top-links a:hover {
            color: #C9A959;
        }
        .nav-top-cta {
            display: flex;
            align-items: center;
            gap: 16px;
        }
        .nav-top-cta a {
            color: #fff;
        }
        .btn-inscription {
            background: #1A5632;
            padding: 6px 16px;
            border-radius: 100px;
            font-weight: 600;
        }
        .btn-inscription:hover {
            background: #0F3D22;
        }
        @media (max-width: 768px) {
            .nav-top { display: none; }
        }
        
        .nav-main {
            padding: 0 24px;
            background: #fff;
        }
        .nav-inner {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 64px;
        }
        .nav-logo {
            display: flex;
            align-items: center;
            line-height: 1;
        }
        .nav-logo svg { display: block; }
        
        .nav-menu {
            display: flex;
            align-items: center;
            gap: 4px;
        }
        @media (max-width: 1100px) {
            .nav-menu { display: none; }
        }
        .nav-link {
            display: flex;
            align-items: center;
            gap: 4px;
            padding: 8px 14px;
            font-size: 14px;
            font-weight: 500;
            color: #404040;
            border-radius: 10px;
            transition: 0.2s ease;
        }
        .nav-link:hover {
            background: #F5F5F5;
            color: #000;
        }
        .nav-link svg {
            width: 16px;
            height: 16px;
            opacity: 0.5;
        }
        .nav-link.turf {
            color: #DC2626;
            font-weight: 600;
            background: #FEE2E2;
        }
        .nav-link.turf:hover {
            background: #DC2626;
            color: #fff;
        }
        
        .nav-actions {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .nav-search {
            width: 200px;
            padding: 10px 16px;
            border: 1px solid #E5E5E5;
            border-radius: 100px;
            font-family: 'DM Sans', -apple-system, sans-serif;
            font-size: 14px;
            transition: 0.2s ease;
        }
        .nav-search:focus {
            outline: none;
            border-color: #1A5632;
            width: 280px;
        }
        @media (max-width: 900px) {
            .nav-search { display: none; }
        }
        .nav-btn {
            padding: 10px 20px;
            background: #1A5632;
            color: #fff;
            font-weight: 600;
            font-size: 14px;
            border-radius: 10px;
            transition: 0.2s ease;
        }
        .nav-btn:hover {
            background: #0F3D22;
        }
        
        /* ============================================
           HERO
           ============================================ */
        .hero {
            padding: 160px 24px 100px;
            background: #000;
            color: #fff;
            position: relative;
            overflow: hidden;
        }
        .hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background: 
                radial-gradient(ellipse at 15% 30%, rgba(26,86,50,0.5) 0%, transparent 50%),
                radial-gradient(ellipse at 85% 20%, rgba(201,169,89,0.3) 0%, transparent 45%),
                radial-gradient(ellipse at 50% 80%, rgba(124,58,237,0.15) 0%, transparent 40%);
        }
        .hero-inner {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 60px;
            align-items: center;
            position: relative;
            z-index: 1;
        }
        @media (max-width: 900px) {
            .hero-inner { grid-template-columns: 1fr; text-align: center; }
        }
        
        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(255,255,255,0.1);
            border: 1px solid rgba(255,255,255,0.2);
            padding: 10px 20px;
            border-radius: 100px;
            font-size: 13px;
            font-weight: 500;
            margin-bottom: 28px;
        }
        .hero-badge-live {
            width: 8px;
            height: 8px;
            background: #22C55E;
            border-radius: 50%;
            animation: pulse 2s infinite;
        }
        @keyframes pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.7; transform: scale(1.2); }
        }
        .hero h1 {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: clamp(2.5rem, 5vw, 3.5rem);
            font-weight: 600;
            line-height: 1.15;
            margin-bottom: 20px;
        }
        .hero h1 .gold { color: #C9A959; }
        .hero-subtitle {
            font-size: 1.15rem;
            color: rgba(255,255,255,0.75);
            margin-bottom: 32px;
            line-height: 1.7;
        }
        .hero-stats {
            display: flex;
            gap: 32px;
            margin-bottom: 32px;
            flex-wrap: wrap;
        }
        @media (max-width: 900px) {
            .hero-stats { justify-content: center; }
        }
        .hero-stat {
            text-align: left;
        }
        @media (max-width: 900px) {
            .hero-stat { text-align: center; }
        }
        .hero-stat-value {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 2rem;
            font-weight: 700;
            color: #fff;
        }
        .hero-stat-value span { color: #C9A959; }
        .hero-stat-label {
            font-size: 13px;
            color: rgba(255,255,255,0.6);
        }
        
        /* Hero Form */
        .hero-form-box {
            background: rgba(255,255,255,0.08);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255,255,255,0.15);
            border-radius: 24px;
            padding: 32px;
        }
        .hero-form-box h3 {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 1.35rem;
            font-weight: 600;
            color: #fff;
            margin-bottom: 6px;
        }
        .hero-form-box > p {
            font-size: 14px;
            color: rgba(255,255,255,0.6);
            margin-bottom: 24px;
        }
        .hero-form-group {
            margin-bottom: 14px;
        }
        .hero-form-group label {
            display: block;
            font-size: 12px;
            font-weight: 600;
            color: rgba(255,255,255,0.9);
            margin-bottom: 6px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .hero-form-group input,
        .hero-form-group select {
            width: 100%;
            padding: 14px 16px;
            border: 1px solid rgba(255,255,255,0.2);
            border-radius: 10px;
            background: rgba(255,255,255,0.08);
            color: #fff;
            font-family: 'DM Sans', -apple-system, sans-serif;
            font-size: 15px;
        }
        .hero-form-group input::placeholder {
            color: rgba(255,255,255,0.4);
        }
        .hero-form-group input:focus,
        .hero-form-group select:focus {
            outline: none;
            border-color: #C9A959;
            background: rgba(255,255,255,0.12);
        }
        .hero-form-group select option {
            background: #000;
        }
        .hero-form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
        }
        .hero-form-submit {
            width: 100%;
            padding: 16px;
            background: #C9A959;
            color: #000;
            border: none;
            border-radius: 10px;
            font-family: 'DM Sans', -apple-system, sans-serif;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: 0.2s ease;
            margin-top: 8px;
        }
        .hero-form-submit:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(201,169,89,0.4);
        }
        .hero-form-hint {
            font-size: 11px;
            color: rgba(255,255,255,0.5);
            text-align: center;
            margin-top: 12px;
        }
        .hero-form-social {
            display: flex;
            gap: 12px;
            margin-top: 16px;
            padding-top: 16px;
            border-top: 1px solid rgba(255,255,255,0.1);
        }
        .hero-form-social button {
            flex: 1;
            padding: 12px;
            background: rgba(255,255,255,0.1);
            border: 1px solid rgba(255,255,255,0.2);
            border-radius: 10px;
            color: #fff;
            font-family: 'DM Sans', -apple-system, sans-serif;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            transition: 0.2s ease;
        }
        .hero-form-social button:hover {
            background: rgba(255,255,255,0.15);
        }
        .hero-form-social svg {
            width: 18px;
            height: 18px;
        }
        
        /* ============================================
           SECTION STYLES
           ============================================ */
        .section {
            padding: 80px 24px;
        }
        .section-inner {
            max-width: 1400px;
            margin: 0 auto;
        }
        .section-header {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 48px;
        }
        .section-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 16px;
            border-radius: 100px;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            margin-bottom: 16px;
        }
        .section-header h2 {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 2.25rem;
            font-weight: 600;
            color: #000;
            margin-bottom: 16px;
        }
        .section-header p {
            font-size: 1.1rem;
            color: #737373;
        }
        
        /* ============================================
           QUICK ACCESS BAR
           ============================================ */
        .quick-bar {
            background: #FAFAFA;
            padding: 24px;
            border-bottom: 1px solid #E5E5E5;
        }
        .quick-inner {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            justify-content: center;
            gap: 12px;
            flex-wrap: wrap;
        }
        .quick-btn {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 12px 20px;
            background: #fff;
            border: 1px solid #E5E5E5;
            border-radius: 100px;
            font-size: 14px;
            font-weight: 500;
            color: #404040;
            transition: 0.2s ease;
        }
        .quick-btn:hover {
            border-color: #1A5632;
            color: #1A5632;
            transform: translateY(-2px);
            box-shadow: 0 4px 16px rgba(0,0,0,0.1);
        }
        .quick-btn img {
            width: 20px;
            height: 20px;
            object-fit: cover;
            border-radius: 4px;
        }
        .quick-btn.highlight {
            background: #1A5632;
            border-color: #1A5632;
            color: #fff;
        }
        .quick-btn.highlight:hover {
            background: #0F3D22;
            color: #fff;
        }

        
        /* ============================================
           ACTUALITÉS SECTION
           ============================================ */
        .actu-section {
            background: #fff;
            border-bottom: 1px solid #E5E5E5;
        }
        .actu-section .section-tag {
            background: #000;
            color: #fff;
        }
        .actu-grid {
            display: grid;
            grid-template-columns: 1.5fr 1fr 1fr;
            gap: 24px;
        }
        @media (max-width: 900px) {
            .actu-grid { grid-template-columns: 1fr; }
        }
        .actu-card {
            border-radius: 24px;
            overflow: hidden;
            position: relative;
            display: block;
            transition: 0.2s ease;
        }
        .actu-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-xl);
        }
        .actu-card.featured {
            grid-row: span 2;
        }
        .actu-img {
            width: 100%;
            height: 100%;
            min-height: 200px;
            object-fit: cover;
            background: #E5E5E5;
        }
        .actu-card.featured .actu-img {
            min-height: 400px;
        }
        .actu-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 24px;
            background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, transparent 100%);
            color: #fff;
        }
        .actu-card.featured .actu-overlay {
            padding: 32px;
        }
        .actu-tag {
            display: inline-block;
            padding: 4px 10px;
            background: transparent;
            color: #C9A959;
            border: 1px solid #C9A959;
            border-radius: 100px;
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 10px;
        }
        .actu-tag.sports { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
        .actu-tag.equipement { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
        .actu-tag.sante { background: #7C3AED; }
        .actu-title {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 1.1rem;
            font-weight: 600;
            line-height: 1.3;
            margin-bottom: 8px;
        }
        .actu-card.featured .actu-title {
            font-size: 1.5rem;
        }
        .actu-meta {
            font-size: 12px;
            color: rgba(255,255,255,0.7);
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .actu-cta {
            text-align: center;
            margin-top: 40px;
        }
        .actu-cta a {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 14px 28px;
            background: #000;
            color: #fff;
            font-weight: 600;
            border-radius: 10px;
            transition: 0.2s ease;
        }
        .actu-cta a:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 40px rgba(0,0,0,0.15);
        }
        
        /* ============================================
           ENCYCLOPÉDIE SECTION
           ============================================ */
        .encyclopedie {
            background: linear-gradient(180deg, #fff 0%, #F3E8FF 100%);
        }
        .encyclopedie .section-tag {
            background: #7C3AED;
            color: #fff;
        }
        .encyclo-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }
        @media (max-width: 1000px) {
            .encyclo-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 600px) {
            .encyclo-grid { grid-template-columns: 1fr; }
        }
        .encyclo-card {
            background: #fff;
            border-radius: 24px;
            overflow: hidden;
            border: 1px solid #E5E5E5;
            transition: 0.2s ease;
            display: block;
        }
        .encyclo-card:hover {
            border-color: #7C3AED;
            transform: translateY(-6px);
            box-shadow: var(--shadow-xl);
        }
        .encyclo-img {
            width: 100%;
            height: 140px;
            object-fit: cover;
            background: #E5E5E5;
        }
        .encyclo-content {
            padding: 20px;
        }
        .encyclo-card h3 {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 1.2rem;
            font-weight: 600;
            color: #000;
            margin-bottom: 8px;
        }
        .encyclo-card p {
            font-size: 14px;
            color: #737373;
            margin-bottom: 12px;
            line-height: 1.5;
        }
        .encyclo-stat {
            font-size: 13px;
            color: #7C3AED;
            font-weight: 600;
        }
        
        /* ============================================
           SERVICES GRID
           ============================================ */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }
        @media (max-width: 900px) {
            .services-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 600px) {
            .services-grid { grid-template-columns: 1fr; }
        }
        .service-card {
            background: #fff;
            border-radius: 24px;
            overflow: hidden;
            border: 2px solid #E5E5E5;
            transition: 0.2s ease;
            display: block;
            position: relative;
        }
        .service-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-xl);
        }
        
        .service-img {
            width: 100%;
            height: 160px;
            object-fit: cover;
            background: #E5E5E5;
        }
        .service-content {
            padding: 24px;
        }
        .service-badge {
            position: absolute;
            top: 12px;
            right: 12px;
            padding: 5px 10px;
            border-radius: 100px;
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            z-index: 2;
        }
        .badge-hot {
            background: #EF4444;
            color: #fff;
        }
        .badge-new {
            background: #1A5632;
            color: #fff;
        }
        .badge-ffe {
            background: #0055A4;
            color: #fff;
        }
        
        /* Service card variants */
        .service-card.equipement:hover { border-color: #1A5632; }
        .service-card.sports:hover { border-color: #EA580C; }
        .service-card.formation:hover { border-color: #4F46E5; }
        .service-card.annuaire:hover { border-color: #0EA5E9; }
        .service-card.marketplace:hover { border-color: #16A34A; }
        .service-card.avis:hover { border-color: #C9A959; }
        
        .service-card h3 {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 1.2rem;
            font-weight: 600;
            color: #000;
            margin-bottom: 8px;
        }
        .service-card p {
            font-size: 14px;
            color: #737373;
            line-height: 1.5;
            margin-bottom: 16px;
        }
        .service-stats {
            display: flex;
            gap: 16px;
            font-size: 13px;
            color: #525252;
        }
        .service-stats span {
            display: flex;
            align-items: center;
            gap: 4px;
        }
        
        /* ============================================
           TURF SECTION - 3 OPTIONS DE COULEURS
           ============================================ */
        .turf-section {
            background: var(--v-turf-gradient);
            color: #fff;
            position: relative;
            overflow: hidden;
        }
        .turf-section::before {
            content: '';
            position: absolute;
            inset: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            opacity: 0.5;
        }
        .turf-section::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: repeating-linear-gradient(90deg, #FBBF24 0px, #FBBF24 20px, #DC2626 20px, #DC2626 40px);
        }
        .turf-inner {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: 1fr 1.5fr;
            gap: 60px;
            align-items: center;
        }
        @media (max-width: 900px) {
            .turf-inner { grid-template-columns: 1fr; }
        }
        .turf-visual {
            position: relative;
        }
        .turf-img-main {
            width: 100%;
            height: 350px;
            object-fit: cover;
            border-radius: 24px;
            border: 4px solid rgba(255,255,255,0.2);
        }
        .turf-content h2 {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 16px;
        }
        .turf-content > p {
            font-size: 1.1rem;
            color: rgba(255,255,255,0.8);
            margin-bottom: 32px;
            line-height: 1.6;
        }
        .turf-stats {
            display: flex;
            gap: 32px;
            margin-bottom: 32px;
        }
        .turf-stat {
            text-align: center;
        }
        .turf-stat-value {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 2.5rem;
            font-weight: 700;
            color: #FBBF24;
        }
        .turf-stat-label {
            font-size: 13px;
            color: rgba(255,255,255,0.7);
        }
        .turf-cta {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 16px 32px;
            background: #FBBF24;
            color: #000;
            font-weight: 700;
            font-size: 16px;
            border-radius: 10px;
            transition: 0.2s ease;
        }
        .turf-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(0,0,0,0.3);
        }
        .turf-cta svg {
            width: 20px;
            height: 20px;
        }
        
        /* Turf Cards */
        .turf-cards {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
        }
        @media (max-width: 600px) {
            .turf-cards { grid-template-columns: 1fr; }
        }
        .turf-card {
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.15);
            border-radius: 16px;
            padding: 20px;
            transition: 0.2s ease;
            display: block;
        }
        .turf-card:hover {
            background: rgba(255,255,255,0.15);
            transform: translateY(-4px);
        }
        .turf-card-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 12px;
        }
        .turf-card-badge {
            padding: 4px 10px;
            background: #FBBF24;
            color: #000;
            border-radius: 100px;
            font-size: 11px;
            font-weight: 700;
        }
        .turf-card-time {
            font-size: 12px;
            color: rgba(255,255,255,0.6);
        }
        .turf-card h4 {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 8px;
        }
        .turf-card p {
            font-size: 13px;
            color: rgba(255,255,255,0.7);
        }
        
        /* ============================================
           AVIS SECTION
           ============================================ */
        /* ============================================
           PROMO SECTION
           ============================================ */
        .promo-section {
            background: #FAFAFA;
        }
        .promo-section .section-tag {
            background: #1A5632;
            color: #fff;
        }
        .promo-header-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 32px;
            flex-wrap: wrap;
            gap: 12px;
        }
        .promo-updated {
            font-size: 12px;
            color: #737373;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .promo-dot-live {
            width: 7px; height: 7px;
            border-radius: 50%;
            background: #16A34A;
            animation: blink 1.5s infinite;
        }
        @keyframes blink {
            0%,100%{opacity:1} 50%{opacity:.3}
        }
        .promo-filters {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            margin-bottom: 24px;
        }
        .promo-filter {
            padding: 6px 16px;
            border-radius: 100px;
            font-size: 13px;
            font-weight: 600;
            border: 1.5px solid #E5E5E5;
            color: #525252;
            background: #fff;
            cursor: pointer;
            transition: 0.2s ease;
        }
        .promo-filter:hover,
        .promo-filter.active {
            background: #1A5632;
            color: #fff;
            border-color: #1A5632;
        }
        .promo-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }
        @media (max-width: 900px) {
            .promo-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 600px) {
            .promo-grid { grid-template-columns: 1fr; }
        }
        .promo-card {
            background: #fff;
            border-radius: 24px;
            overflow: hidden;
            border: 1.5px solid #E5E5E5;
            transition: 0.2s ease;
            position: relative;
        }
        .promo-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 40px rgba(0,0,0,0.15);
            border-color: #1A5632;
        }
        .promo-badge {
            position: absolute;
            top: 14px; left: 14px;
            background: #1A5632;
            color: #fff;
            font-size: 12px;
            font-weight: 800;
            padding: 5px 12px;
            border-radius: 100px;
            letter-spacing: 0.5px;
            z-index: 2;
        }
        .promo-badge.soldes { background: #DC2626; }
        .promo-badge.flash  { background: #D97706; }
        .promo-img {
            width: 100%;
            height: 160px;
            object-fit: cover;
            background: #F5F5F5;
            display: block;
        }
        .promo-img-placeholder {
            width: 100%; height: 160px;
            background: linear-gradient(135deg, #E6F2EB, #F5F5F5);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .promo-img-placeholder svg {
            width: 48px; height: 48px; opacity: 0.25;
        }
        .promo-body { padding: 18px; }
        .promo-brand {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #1A5632;
            margin-bottom: 6px;
        }
        .promo-title {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 1rem;
            font-weight: 600;
            color: #000;
            line-height: 1.3;
            margin-bottom: 10px;
        }
        .promo-price-row {
            display: flex;
            align-items: baseline;
            gap: 10px;
            margin-bottom: 14px;
        }
        .promo-price-new {
            font-size: 1.4rem;
            font-weight: 700;
            color: #1A5632;
        }
        .promo-price-old {
            font-size: 14px;
            color: #A3A3A3;
            text-decoration: line-through;
        }
        .promo-economy {
            font-size: 12px;
            font-weight: 700;
            color: #DC2626;
            background: #FEE2E2;
            padding: 2px 8px;
            border-radius: 100px;
        }
        .promo-expiry {
            font-size: 11px;
            color: #737373;
            margin-bottom: 14px;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        .promo-expiry svg { width: 12px; height: 12px; }
        .promo-cta {
            display: block;
            width: 100%;
            padding: 11px;
            background: #1A5632;
            color: #fff;
            text-align: center;
            font-size: 13px;
            font-weight: 700;
            border-radius: 10px;
            transition: 0.2s ease;
            text-decoration: none;
        }
        .promo-cta:hover { background: #0F3D22; }
        .promo-cta-row {
            text-align: center;
            margin-top: 40px;
        }
        .promo-see-all {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 14px 32px;
            border: 2px solid #1A5632;
            color: #1A5632;
            font-weight: 700;
            border-radius: 10px;
            transition: 0.2s ease;
            text-decoration: none;
        }
        .promo-see-all:hover {
            background: #1A5632;
            color: #fff;
        }
        
        /* ============================================
           MARKETPLACE PREVIEW
           ============================================ */
        .marketplace-preview {
            background: linear-gradient(180deg, #fff 0%, #DCFCE7 100%);
        }
        .marketplace-preview .section-tag {
            background: #16A34A;
            color: #fff;
        }
        .mp-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }
        @media (max-width: 1000px) {
            .mp-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 600px) {
            .mp-grid { grid-template-columns: 1fr; }
        }
        .mp-card {
            background: #fff;
            border-radius: 24px;
            overflow: hidden;
            border: 1px solid #E5E5E5;
            transition: 0.2s ease;
        }
        .mp-card:hover {
            border-color: #16A34A;
            transform: translateY(-4px);
            box-shadow: 0 12px 40px rgba(0,0,0,0.15);
        }
        .mp-img {
            height: 160px;
            background: #F5F5F5;
            position: relative;
            overflow: hidden;
        }
        .mp-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .mp-badge {
            position: absolute;
            top: 10px;
            left: 10px;
            padding: 4px 10px;
            border-radius: 100px;
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
        }
        .mp-badge.pro {
            background: #16A34A;
            color: #fff;
        }
        .mp-badge.urgent {
            background: #EF4444;
            color: #fff;
        }
        .mp-info {
            padding: 16px;
        }
        .mp-price {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 1.25rem;
            font-weight: 700;
            color: #16A34A;
            margin-bottom: 4px;
        }
        .mp-title {
            font-weight: 600;
            color: #000;
            font-size: 14px;
            margin-bottom: 8px;
            line-height: 1.3;
        }
        .mp-meta {
            display: flex;
            justify-content: space-between;
            font-size: 12px;
            color: #737373;
        }
        .mp-cta-row {
            text-align: center;
            margin-top: 40px;
            display: flex;
            justify-content: center;
            gap: 16px;
            flex-wrap: wrap;
        }
        .mp-cta {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 16px 32px;
            font-weight: 600;
            border-radius: 10px;
            transition: 0.2s ease;
        }
        .mp-cta.primary {
            background: #16A34A;
            color: #fff;
        }
        .mp-cta.secondary {
            background: #fff;
            color: #16A34A;
            border: 2px solid #16A34A;
        }
        .mp-cta:hover {
            transform: translateY(-2px);
        }
        
        /* ============================================
           NEWSLETTER CTA
           ============================================ */
        .newsletter-cta {
            background: #000;
            color: #fff;
            text-align: center;
            position: relative;
        }
        .newsletter-cta::before {
            content: '';
            position: absolute;
            inset: 0;
            background: 
                radial-gradient(ellipse at 20% 50%, rgba(26,86,50,0.3) 0%, transparent 50%),
                radial-gradient(ellipse at 80% 50%, rgba(201,169,89,0.2) 0%, transparent 50%);
        }
        .newsletter-cta .section-inner {
            position: relative;
            z-index: 1;
        }
        .newsletter-cta h2 {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 16px;
            color: #fff;
        }
        .newsletter-cta h2 span {
            color: #C9A959;
        }
        .newsletter-cta > .section-inner > p {
            font-size: 1.1rem;
            color: rgba(255,255,255,0.75);
            max-width: 600px;
            margin: 0 auto 40px;
        }
        .newsletter-form-inline {
            display: flex;
            gap: 12px;
            max-width: 500px;
            margin: 0 auto;
            flex-wrap: wrap;
            justify-content: center;
        }
        .newsletter-form-inline input {
            flex: 1;
            min-width: 200px;
            padding: 16px 20px;
            border: 1px solid rgba(255,255,255,0.2);
            border-radius: 10px;
            background: rgba(255,255,255,0.1);
            color: #fff;
            font-family: 'DM Sans', -apple-system, sans-serif;
            font-size: 15px;
        }
        .newsletter-form-inline input::placeholder {
            color: rgba(255,255,255,0.5);
        }
        .newsletter-form-inline input:focus {
            outline: none;
            border-color: #C9A959;
        }
        .newsletter-form-inline button {
            padding: 16px 32px;
            background: #C9A959;
            color: #000;
            border: none;
            border-radius: 10px;
            font-family: 'DM Sans', -apple-system, sans-serif;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: 0.2s ease;
        }
        .newsletter-form-inline button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(201,169,89,0.4);
        }
        
        /* ============================================
           FOOTER
           ============================================ */
        footer {
            background: #171717;
            color: #fff;
            padding: 80px 24px 40px;
        }
        .footer-inner {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 40px 56px;
        }
        .footer-grid {
            padding-top: 56px;
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
            gap: 48px;
            align-items: start;
            margin-bottom: 48px;
        }
        @media (max-width: 1100px) {
            .footer-grid { grid-template-columns: repeat(3, 1fr); }
        }
        @media (max-width: 600px) {
            .footer-grid { grid-template-columns: 1fr 1fr; }
        }
        .footer-brand h3 {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 1.75rem;
            font-weight: 700;
            margin-bottom: 12px;
        }
        .footer-brand h3 span { color: #1A5632; }
        .footer-brand p {
            font-size: 14px;
            color: rgba(255,255,255,0.6);
            line-height: 1.6;
            margin-bottom: 20px;
        }
        .footer-social {
            display: flex;
            gap: 10px;
        }
        .footer-social a {
            width: 40px;
            height: 40px;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.2s ease;
        }
        .footer-social a:hover { background: #1A5632; }
        .footer-social svg { width: 18px; height: 18px; }
        .footer-col h4 {
            font-weight: 600;
            margin-bottom: 16px;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: rgba(255,255,255,0.9);
        }
        .footer-col ul { list-style: none; }
        .footer-col li { margin-bottom: 10px; }
        .footer-col a {
            color: rgba(255,255,255,0.6);
            font-size: 14px;
            transition: 0.2s ease;
        }
        .footer-col a:hover { color: #C9A959; }
        .footer-bottom {
            padding-top: 30px;
            border-top: 1px solid rgba(255,255,255,0.1);
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
            font-size: 13px;
            color: rgba(255,255,255,0.4);
        }
        .footer-langs {
            display: flex;
            gap: 12px;
        }
        .footer-langs a {
            color: rgba(255,255,255,0.4);
            padding: 4px 8px;
            border-radius: 6px;
            transition: 0.2s ease;
        }
        .footer-langs a:hover,
        .footer-langs a.active {
            color: #fff;
            background: rgba(255,255,255,0.1);
        }
        
        /* ============================================
           TURF COLOR OPTIONS PREVIEW (pour test)
           ============================================ */
        .color-options {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: #fff;
            padding: 16px;
            border-radius: 16px;
            box-shadow: var(--shadow-xl);
            z-index: 9999;
            font-size: 13px;
        }
        .color-options h4 {
            font-weight: 600;
            margin-bottom: 12px;
            color: #000;
        }
        .color-option {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 8px;
            border-radius: 10px;
            cursor: pointer;
            margin-bottom: 6px;
            transition: 0.2s ease;
        }
        .color-option:hover {
            background: #F5F5F5;
        }
        .color-option.active {
            background: #E5E5E5;
        }
        .color-swatch {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            border: 2px solid #fff;
            box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
        }
    
        /* ── FOOTER TURF BAND ── */
        .footer-turf-band {
            background: #0D0D0D;
            border-bottom: 1px solid rgba(255,255,255,.08);
            padding: 36px 0;
        }
        .footer-turf-inner {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 40px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 32px;
            flex-wrap: wrap;
        }
        .footer-turf-label {
            display: block;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: #C9A959;
            margin-bottom: 6px;
        }
        .footer-turf-desc {
            font-size: 13px;
            color: rgba(255,255,255,.5);
            max-width: 320px;
            line-height: 1.5;
        }
        .footer-turf-links {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
        }
        .footer-turf-links a {
            font-size: 12px;
            font-weight: 500;
            color: rgba(255,255,255,.55);
            padding: 6px 12px;
            border-radius: 100px;
            border: 1px solid rgba(255,255,255,.12);
            transition: all .15s;
        }
        .footer-turf-links a:hover {
            color: #fff;
            border-color: rgba(255,255,255,.3);
        }
        .footer-turf-links .footer-turf-cta {
            background: #C9A959;
            color: #111 !important;
            border-color: #C9A959 !important;
            font-weight: 700;
        }
        .footer-turf-links .footer-turf-cta:hover {
            opacity: .9;
        }
        @media (max-width: 768px) {
            .footer-turf-inner { flex-direction: column; align-items: flex-start; padding: 0 20px; }
            .footer-turf-links { gap: 6px; }
        }

        