/*
Theme Name: Helicave
Theme URI: https://www.helicave.fr
Author: Helicave by Harnois
Author URI: https://www.helicave.fr
Description: Thème WordPress premium pour Helicave - Fabricant français de caves à vin enterrées. Design luxe avec palette bordeaux et or, optimisé SEO.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: helicave
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
*/

/* ==========================================================================
   Variables CSS
   ========================================================================== */

:root {
    --wine-deep: #2D1B1B;
    --wine-rich: #722F37;
    --wine-burgundy: #4A1C2A;
    --gold-accent: #C9A962;
    --gold-light: #E8D5A3;
    --cream: #F9F6F0;
    --cream-dark: #EDE8DC;
    --charcoal: #1A1A1A;
    --stone: #8B8178;
    --white: #FFFFFF;
}

/* ==========================================================================
   Reset & Base
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    color: var(--charcoal);
    background: var(--cream);
    line-height: 1.7;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    line-height: 1.2;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
}

/* Grain Overlay */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.03;
    z-index: 1000;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

/* ==========================================================================
   PAGE CONTENU - Fix header fixe + titre
   ========================================================================== */

/* Masquer le titre WordPress par défaut sur les pages */
.page .entry-title,
.page-title,
body.page:not(.home) .entry-header {
    display: none !important;
}

/* Container de page */
.page-content,
.mentions-legales {
    max-width: 900px;
    margin: 0 auto;
    padding: 160px 4rem 80px 4rem; /* 160px en haut pour le header fixe */
}

.page-content h1,
.mentions-legales h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.8rem;
    color: #2D1B1B;
    margin-bottom: 3rem;
    text-align: center;
}

.page-content h2,
.mentions-legales h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    color: #2D1B1B;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #EDE8DC;
}

.page-content h3,
.mentions-legales h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    color: #722F37;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.page-content p,
.mentions-legales p {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    color: #8B8178;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.page-content ul,
.page-content ol,
.mentions-legales ul,
.mentions-legales ol {
    margin: 1rem 0 1.5rem 1.5rem;
    color: #8B8178;
    line-height: 1.8;
}

.page-content li,
.mentions-legales li {
    margin-bottom: 0.5rem;
}

.page-content a,
.mentions-legales a {
    color: #C9A962;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-content a:hover,
.mentions-legales a:hover {
    color: #722F37;
}

.page-content strong,
.mentions-legales strong {
    color: #2D1B1B;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .page-content,
    .mentions-legales {
        padding: 120px 2rem 60px 2rem;
    }
    
    .page-content h1,
    .mentions-legales h1 {
        font-size: 2rem;
    }
}

/* ==========================================================================
   TITRES - Tailles corrigées
   ========================================================================== */

/* Titres de section (h2) */
.section-title,
.helicave-section .section-header h2,
.helicave-section>.wp-block-group>h2 {
    font-size: clamp(2.5rem, 4vw, 3.5rem) !important;
    font-family: 'Cormorant Garamond', serif !important;
    color: #2D1B1B !important;
    margin-bottom: 1.5rem !important;
}

/* Titres des cartes avantages (h3) */
.advantages-section .wp-block-column h3,
.advantages-section .wp-block-heading {
    font-size: 1.5rem !important;
    font-family: 'Cormorant Garamond', serif !important;
    color: #2D1B1B !important;
    margin-bottom: 1rem !important;
    font-weight: 500 !important;
}

/* Titres des cartes produits (h3) */
.products-section .wp-block-column h3,
.products-section .wp-block-heading {
    font-size: 1.6rem !important;
    font-family: 'Cormorant Garamond', serif !important;
    color: #F9F6F0 !important;
    margin-bottom: 1rem !important;
    font-weight: 500 !important;
}

/* Tag de section (POURQUOI CHOISIR, NOTRE GAMME, etc.) */
.section-tag,
.helicave-section .section-header .section-tag {
    font-size: 0.8rem !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    color: #722F37 !important;
    font-weight: 500 !important;
}

/* Description de section */
.section-desc,
.helicave-section .section-header p:not(.section-tag) {
    font-size: 1.1rem !important;
    color: #8B8178 !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}

/* Titres section Produits (fond sombre = texte clair) */
.products-section .section-title,
.products-section .section-header h2,
.products-section h2 {
    color: #F9F6F0 !important;
}

.products-section .section-tag {
    color: #C9A962 !important;
}

.products-section .section-desc,
.products-section .section-header p:not(.section-tag) {
    color: #8B8178 !important;
}

/* ==========================================================================
   Navigation
   ========================================================================== */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1.5rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to bottom, rgba(45, 27, 27, 0.95), transparent);
    transition: all 0.4s ease;
}

.site-header.scrolled {
    background: rgba(45, 27, 27, 0.98);
    padding: 1rem 4rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.site-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--gold-accent);
    letter-spacing: 0.15em;
}

.site-logo a {
    color: var(--gold-accent);
}

.main-navigation ul {
    display: flex;
    gap: 3rem;
    list-style: none;
}

.main-navigation a {
    color: var(--cream);
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
}

.main-navigation a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--gold-accent);
    transition: width 0.3s ease;
}

.main-navigation a:hover {
    color: var(--gold-accent);
}

.main-navigation a:hover::after {
    width: 100%;
}

.nav-cta {
    background: transparent;
    border: 1px solid var(--gold-accent);
    color: var(--gold-accent);
    padding: 0.8rem 2rem;
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-cta:hover {
    background: var(--gold-accent);
    color: var(--wine-deep);
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background: var(--gold-accent);
    margin: 5px 0;
    transition: all 0.3s ease;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */

.hero-section {
    min-height: 100vh;
    background: var(--wine-deep);
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 20% 80%, rgba(114, 47, 55, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(201, 169, 98, 0.1) 0%, transparent 40%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 4rem;
    animation: fadeInUp 1s ease 0.3s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

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

.hero-badge {
    display: inline-block;
    background: rgba(201, 169, 98, 0.15);
    border: 1px solid var(--gold-accent);
    color: var(--gold-accent);
    padding: 0.5rem 1.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.hero-section h1 {
    font-size: clamp(3rem, 7vw, 5.5rem);
    color: var(--cream);
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.hero-section h1 span {
    color: var(--gold-accent);
    font-style: italic;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--stone);
    max-width: 600px;
    margin-bottom: 3rem;
    font-weight: 300;
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.hero-visual {
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    height: 100%;
    background-image: url('https://www.helicave.fr/upload/media/diaporamacontent/1255x0/694-632-salon622.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.5;
    animation: fadeIn 1.5s ease 0.5s both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.5;
    }
}

.hero-visual::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, var(--wine-deep) 0%, rgba(45, 27, 27, 0.3) 100%);
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn-primary {
    background: var(--gold-accent);
    color: var(--wine-deep);
    padding: 1.2rem 3rem;
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
}

.btn-primary:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(201, 169, 98, 0.3);
}

.btn-secondary {
    background: transparent;
    color: var(--cream);
    padding: 1.2rem 3rem;
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1px solid var(--stone);
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    border-color: var(--gold-accent);
    color: var(--gold-accent);
}

/* ==========================================================================
   BOUTONS CTA - Correction
   ========================================================================== */

/* Bouton principal (or) */
.cta-section .wp-block-button.btn-primary .wp-block-button__link,
.cta-section .wp-block-buttons .wp-block-button:first-child .wp-block-button__link {
    background: #C9A962 !important;
    color: #2D1B1B !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 1.2rem 3rem !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

.cta-section .wp-block-button.btn-primary .wp-block-button__link:hover,
.cta-section .wp-block-buttons .wp-block-button:first-child .wp-block-button__link:hover {
    background: #E8D5A3 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(201, 169, 98, 0.3);
}

/* Bouton secondaire (bordure) */
.cta-section .wp-block-button.btn-secondary .wp-block-button__link,
.cta-section .wp-block-buttons .wp-block-button:nth-child(2) .wp-block-button__link {
    background: transparent !important;
    color: #F9F6F0 !important;
    border: 1px solid #8B8178 !important;
    border-radius: 0 !important;
    padding: 1.2rem 3rem !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

.cta-section .wp-block-button.btn-secondary .wp-block-button__link:hover,
.cta-section .wp-block-buttons .wp-block-button:nth-child(2) .wp-block-button__link:hover {
    border-color: #C9A962 !important;
    color: #C9A962 !important;
    background: transparent !important;
}

/* Reset des styles par défaut WordPress */
.cta-section .wp-block-button__link {
    border-radius: 0 !important;
}

.cta-section .wp-block-buttons {
    gap: 1.5rem;
    justify-content: center;
}

/* ==========================================================================
   Stats Bar
   ========================================================================== */

.stats-bar {
    background: var(--charcoal);
    padding: 3rem 4rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.stat-item {
    text-align: center;
    padding: 1.5rem;
    border-right: 1px solid rgba(201, 169, 98, 0.2);
}

.stat-item:last-child {
    border-right: none;
}

.stat-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem;
    color: var(--gold-accent);
    font-weight: 500;
    line-height: 1;
}

.stat-label {
    color: var(--stone);
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

/* ==========================================================================
   MENU MOBILE
   ========================================================================== */
@media (max-width: 768px) {
  .menu-toggle {
    display: none !important;
  }
}


/* ==========================================================================
   Sections
   ========================================================================== */

/* ==========================================================================
   HELICAVE - CSS COMPLET POUR WORDPRESS
   À ajouter dans : Apparence > Personnaliser > CSS additionnel
   ========================================================================== */

/* ==========================================================================
   SECTIONS PLEINE LARGEUR
   ========================================================================== */

/* Forcer pleine largeur sur les sections avec fond coloré */
.helicave-section,
.wp-block-group.helicave-section,
.advantages-section,
.products-section,
.cta-section,
.conservation-section,
.process-section,
.testimonials-section,
.faq-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

/* Stats bar pleine largeur */
.stats-bar,
.wp-block-group.stats-bar {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

/* Responsive */
@media (max-width: 768px) {

    .helicave-section,
    .wp-block-group.helicave-section,
    .advantages-section,
    .products-section,
    .cta-section,
    .conservation-section,
    .process-section,
    .testimonials-section,
    .faq-section {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

/* ==========================================================================
   SECTION AVANTAGES - Styles des cartes
   ========================================================================== */

.advantages-section .wp-block-columns {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem !important;
}

.advantages-section .wp-block-columns:last-of-type {
    margin-bottom: 0 !important;
}

.advantages-section .wp-block-column {
    background: #FFFFFF;
    padding: 3rem !important;
    border: 1px solid #EDE8DC;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    flex: none !important;
    display: flex;
    flex-direction: column;
}

.advantages-section .wp-block-column::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #722F37, #C9A962);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.advantages-section .wp-block-column:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(45, 27, 27, 0.1);
}

.advantages-section .wp-block-column:hover::before {
    transform: scaleX(1);
}

.advantages-section .wp-block-column h3,
.advantages-section .wp-block-heading {
    font-size: 1.5rem;
    color: #2D1B1B;
    margin-bottom: 1rem;
}

.advantages-section .wp-block-column p {
    color: #8B8178;
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* ==========================================================================
   SECTION AVANTAGES - Icônes
   ========================================================================== */

.advantages-section .wp-block-column::after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #722F37, #4A1C2A);
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: center;
    order: -1;
    flex-shrink: 0;
}

/* Icône 1 - Température (soleil) */
.advantages-section .wp-block-columns:not(.wp-block-columns + .wp-block-columns) .wp-block-column:nth-child(1)::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23C9A962' stroke-width='1.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83M2 12h4M18 12h4M4.93 19.07l2.83-2.83M16.24 7.76l2.83-2.83'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3C/svg%3E");
}

/* Icône 2 - Hygrométrie (goutte) */
.advantages-section .wp-block-columns:not(.wp-block-columns + .wp-block-columns) .wp-block-column:nth-child(2)::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23C9A962' stroke-width='1.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z'/%3E%3C/svg%3E");
}

/* Icône 3 - Fabrication française (outil) */
.advantages-section .wp-block-columns:not(.wp-block-columns + .wp-block-columns) .wp-block-column:nth-child(3)::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23C9A962' stroke-width='1.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
}

/* Icône 4 - Gain d'espace (grille) */
.advantages-section .wp-block-columns+.wp-block-columns .wp-block-column:nth-child(1)::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23C9A962' stroke-width='1.5' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Cpath d='M3 9h18M9 21V9'/%3E%3C/svg%3E");
}

/* Icône 5 - Sécurité (bouclier) */
.advantages-section .wp-block-columns+.wp-block-columns .wp-block-column:nth-child(2)::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23C9A962' stroke-width='1.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3C/svg%3E");
}

/* Icône 6 - Installation rapide (horloge) */
.advantages-section .wp-block-columns+.wp-block-columns .wp-block-column:nth-child(3)::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23C9A962' stroke-width='1.5' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
}

/* ==========================================================================
   SECTION PRODUITS - Styles des cartes
   ========================================================================== */

.products-section .wp-block-columns {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem !important;
}

.products-section .wp-block-columns:last-of-type {
    margin-bottom: 0 !important;
}

.products-section .wp-block-column {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(201, 169, 98, 0.2);
    padding: 2.5rem !important;
    transition: all 0.4s ease;
    position: relative;
    margin: 0 !important;
    flex: none !important;
    display: flex;
    flex-direction: column;
}

.products-section .wp-block-column:hover {
    background: rgba(201, 169, 98, 0.05);
    border-color: #C9A962;
    transform: translateY(-5px);
}

.products-section .wp-block-column h3,
.products-section .wp-block-heading {
    font-size: 1.6rem;
    color: #F9F6F0;
    margin-bottom: 1rem;
}

/* ==========================================================================
   SECTION PRODUITS - Icônes SVG des caves
   ========================================================================== */

.products-section .wp-block-column::after {
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto 2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
    order: -1;
    flex-shrink: 0;
}

/* Cave Ronde */
.products-section .wp-block-columns:not(.wp-block-columns + .wp-block-columns) .wp-block-column:nth-child(1)::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' fill='none' stroke='%23C9A962' stroke-width='1' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='40'/%3E%3Ccircle cx='50' cy='50' r='30' stroke-width='0.5'/%3E%3Cpath d='M50 10 Q70 50 50 90' stroke-width='0.5'/%3E%3C/svg%3E");
}

/* Cave Compacte */
.products-section .wp-block-columns:not(.wp-block-columns + .wp-block-columns) .wp-block-column:nth-child(2)::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' fill='none' stroke='%23C9A962' stroke-width='1' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='35'/%3E%3Ccircle cx='50' cy='50' r='25' stroke-width='0.5'/%3E%3Cpath d='M50 15 Q65 50 50 85' stroke-width='0.5'/%3E%3C/svg%3E");
}

/* Cave Maxi-Ronde */
.products-section .wp-block-columns:not(.wp-block-columns + .wp-block-columns) .wp-block-column:nth-child(3)::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' fill='none' stroke='%23C9A962' stroke-width='1' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='42'/%3E%3Ccircle cx='50' cy='50' r='32' stroke-width='0.5'/%3E%3Cpath d='M50 8 Q72 50 50 92' stroke-width='0.5'/%3E%3C/svg%3E");
}

/* Cave Ovale */
.products-section .wp-block-columns+.wp-block-columns .wp-block-column:nth-child(1)::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' fill='none' stroke='%23C9A962' stroke-width='1' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='50' cy='50' rx='42' ry='32'/%3E%3Cellipse cx='50' cy='50' rx='32' ry='22' stroke-width='0.5'/%3E%3Cpath d='M50 18 Q70 50 50 82' stroke-width='0.5'/%3E%3C/svg%3E");
}

/* Cave Ovale Plus */
.products-section .wp-block-columns+.wp-block-columns .wp-block-column:nth-child(2)::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' fill='none' stroke='%23C9A962' stroke-width='1' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='50' cy='50' rx='44' ry='34'/%3E%3Cellipse cx='50' cy='50' rx='34' ry='24' stroke-width='0.5'/%3E%3Cpath d='M50 16 Q72 50 50 84' stroke-width='0.5'/%3E%3C/svg%3E");
}

/* Cave Maxi-Ovale */
.products-section .wp-block-columns+.wp-block-columns .wp-block-column:nth-child(3)::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' fill='none' stroke='%23C9A962' stroke-width='1' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='50' cy='50' rx='46' ry='36'/%3E%3Cellipse cx='50' cy='50' rx='36' ry='26' stroke-width='0.5'/%3E%3Cpath d='M50 14 Q74 50 50 86' stroke-width='0.5'/%3E%3C/svg%3E");
}

/* ==========================================================================
   SECTION PRODUITS - Badges
   ========================================================================== */

.products-section .product-badge {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: #C9A962;
    color: #2D1B1B;
    padding: 0.3rem 0.8rem;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* ==========================================================================
   SECTION PRODUITS - Specs
   ========================================================================== */

.products-section .product-specs,
.products-section .wp-block-group.product-specs {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
}

.products-section .spec,
.products-section .wp-block-group.spec {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgba(201, 169, 98, 0.1);
}

.products-section .spec-label {
    color: #8B8178 !important;
    font-size: 0.85rem !important;
    margin: 0 !important;
}

.products-section .spec-value {
    color: #C9A962 !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    margin: 0 !important;
}

/* ==========================================================================
   SECTION PRODUITS - Liens
   ========================================================================== */

.products-section .product-link,
.products-section a[class*="product-link"] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #C9A962;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: gap 0.3s ease;
    text-decoration: none;
}

.products-section .product-link:hover {
    gap: 1rem;
}

/* ==========================================================================
   SECTION PROCESS - Timeline
   ========================================================================== */

.process-section .wp-block-columns,
.process-section .process-timeline .wp-block-group {
    margin-bottom: 3rem;
}

.process-section .step-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4rem !important;
    color: #722F37;
    opacity: 0.3;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.5rem;
}

/* ==========================================================================
   SECTION CONSERVATION
   ========================================================================== */

.conservation-section .wp-block-columns {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
}

.conservation-section .conservation-features .wp-block-columns {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.conservation-section .feature h4,
.conservation-section .wp-block-heading {
    color: #F9F6F0;
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
}

.conservation-section .feature p {
    color: #8B8178;
    font-size: 0.85rem;
    margin-bottom: 0;
}

/* ==========================================================================
   FAQ ACCORDÉON
   ========================================================================== */

.faq-grid {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #EDE8DC;
    padding: 30px 0;
}

.faq-question {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 1.3rem !important;
    color: #2D1B1B !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover {
    color: #722F37 !important;
}

.faq-question::after {
    content: '+';
    font-size: 1.8rem;
    color: #C9A962;
    font-weight: 300;
    transition: transform 0.3s ease;
    margin-left: 1rem;
}

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

/* CACHÉ par défaut */
.faq-item .faq-answer {
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: all 0.4s ease !important;
}

/* VISIBLE quand active */
.faq-item.active .faq-answer {
    max-height: 1000px !important;
    opacity: 1 !important;
    padding-top: 15px !important;
    color: #8B8178 !important;
    font-size: 0.95rem !important;
    line-height: 1.8 !important;
}

/* ==========================================================================
   RESPONSIVE - Tablette
   ========================================================================== */

@media (max-width: 1024px) {

    .advantages-section .wp-block-columns,
    .products-section .wp-block-columns {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .conservation-section .wp-block-columns {
        grid-template-columns: 1fr !important;
        gap: 4rem;
    }
}

/* ==========================================================================
   RESPONSIVE - Mobile
   ========================================================================== */

@media (max-width: 768px) {

    .advantages-section .wp-block-columns,
    .products-section .wp-block-columns {
        grid-template-columns: 1fr !important;
    }

    .conservation-section .conservation-features .wp-block-columns {
        grid-template-columns: 1fr !important;
    }
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1024px) {

    .advantages-section .wp-block-columns,
    .products-section .wp-block-columns {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {

    .advantages-section .wp-block-columns,
    .products-section .wp-block-columns {
        grid-template-columns: 1fr !important;
    }
}



.helicave-section {
    padding: 8rem 4rem;
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 5rem;
}

.section-tag {
    display: inline-block;
    color: var(--wine-rich);
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 500;
}

.section-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    color: var(--wine-deep);
    margin-bottom: 1.5rem;
}

.section-desc {
    color: var(--stone);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* ==========================================================================
   Advantages Section
   ========================================================================== */

.advantages-section {
    background: var(--cream);
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
}

.advantage-card {
    background: var(--white);
    padding: 3rem;
    border: 1px solid var(--cream-dark);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.advantage-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--wine-rich), var(--gold-accent));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.advantage-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(45, 27, 27, 0.1);
}

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

.advantage-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--wine-rich), var(--wine-burgundy));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.advantage-icon svg {
    width: 28px;
    height: 28px;
    stroke: var(--gold-accent);
}

.advantage-card h3 {
    font-size: 1.5rem;
    color: var(--wine-deep);
    margin-bottom: 1rem;
}

.advantage-card p {
    color: var(--stone);
    font-size: 0.95rem;
}

/* ==========================================================================
   Products Section
   ========================================================================== */

.products-section {
    background: var(--wine-deep);
    position: relative;
}

.products-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 0% 50%, rgba(114, 47, 55, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 50%, rgba(201, 169, 98, 0.1) 0%, transparent 50%);
}

.products-section .section-tag {
    color: var(--gold-accent);
}

.products-section .section-title {
    color: var(--cream);
}

.products-section .section-desc {
    color: var(--stone);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.product-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(201, 169, 98, 0.2);
    padding: 2.5rem;
    transition: all 0.4s ease;
    position: relative;
}

.product-card:hover {
    background: rgba(201, 169, 98, 0.05);
    border-color: var(--gold-accent);
    transform: translateY(-5px);
}

.product-badge {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: var(--gold-accent);
    color: var(--wine-deep);
    padding: 0.3rem 0.8rem;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.product-visual {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    opacity: 0.8;
}

.product-visual svg {
    width: 100%;
    height: 100%;
    stroke: var(--gold-accent);
    fill: none;
}

.product-card h3 {
    font-size: 1.6rem;
    color: var(--cream);
    margin-bottom: 1rem;
}

.product-specs {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
}

.spec {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgba(201, 169, 98, 0.1);
}

.spec-label {
    color: var(--stone);
    font-size: 0.85rem;
}

.spec-value {
    color: var(--gold-accent);
    font-weight: 500;
    font-size: 0.9rem;
}

.product-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--gold-accent);
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: gap 0.3s ease;
}

.product-link:hover {
    gap: 1rem;
}

.product-link svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
}

/* ==========================================================================
   Process Section
   ========================================================================== */

.process-section {
    background: var(--cream);
}

.process-timeline {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

/*.process-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--wine-rich), var(--gold-accent));
    transform: translateX(-50%);
}*/

.process-step {
    display: flex;
    align-items: center;
    gap: 4rem;
    margin-bottom: 4rem;
}

.process-step:nth-child(even) {
    flex-direction: row-reverse;
}

.process-step:nth-child(even) .step-content {
    text-align: right;
}

.step-content {
    flex: 1;
}

.step-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4rem;
    color: var(--wine-rich);
    opacity: 0.3;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.step-content h3 {
    font-size: 1.5rem;
    color: var(--wine-deep);
    margin-bottom: 0.8rem;
}

.step-content p {
    color: var(--stone);
    font-size: 0.95rem;
}

.step-dot {
    width: 20px;
    height: 20px;
    background: var(--gold-accent);
    border-radius: 50%;
    border: 4px solid var(--cream);
    box-shadow: 0 0 0 2px var(--wine-rich);
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

/* ==========================================================================
   Conservation Section
   ========================================================================== */

.conservation-section {
    background: var(--charcoal);
    position: relative;
    overflow: hidden;
}

.conservation-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(114, 47, 55, 0.15) 0%, transparent 70%);
}

.conservation-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
    position: relative;
    z-index: 2;
}

.conservation-text .section-tag {
    color: var(--gold-accent);
}

.conservation-text h2 {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    color: var(--cream);
    margin-bottom: 1.5rem;
}

.conservation-text p {
    color: var(--stone);
    font-size: 1.05rem;
    margin-bottom: 2rem;
}

.conservation-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.feature {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.feature-icon {
    width: 40px;
    height: 40px;
    background: rgba(201, 169, 98, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon svg {
    width: 20px;
    height: 20px;
    stroke: var(--gold-accent);
}

.feature-text h4 {
    color: var(--cream);
    font-size: 1rem;
    margin-bottom: 0.3rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
}

.feature-text p {
    color: var(--stone);
    font-size: 0.85rem;
    margin-bottom: 0;
}

.conservation-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.temp-gauge {
    width: 280px;
    height: 280px;
    border: 2px solid rgba(201, 169, 98, 0.3);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.temp-gauge::before {
    content: '';
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(201, 169, 98, 0.15);
    border-radius: 50%;
}

.temp-value {
    font-family: 'Cormorant Garamond', serif;
    font-size: 5rem;
    color: var(--gold-accent);
    font-weight: 500;
    line-height: 1;
}

.temp-unit {
    font-size: 1.5rem;
    color: var(--stone);
    letter-spacing: 0.1em;
}

.temp-label {
    color: var(--stone);
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

/* ==========================================================================
   Testimonials Section
   ========================================================================== */

.testimonials-section {
    background: var(--cream);
}

.testimonials-slider {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.testimonial {
    padding: 3rem;
}

.testimonial-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-style: italic;
    color: var(--wine-deep);
    margin-bottom: 2rem;
    line-height: 1.5;
}

.testimonial-quote::before {
    content: '"';
    font-size: 4rem;
    color: var(--gold-accent);
    opacity: 0.5;
    line-height: 0;
    display: block;
    margin-bottom: 1rem;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
}

.author-name {
    font-weight: 500;
    color: var(--wine-deep);
}

.author-location {
    color: var(--stone);
    font-size: 0.9rem;
}

/* ==========================================================================
   CTA Section
   ========================================================================== */

.cta-section {
    background: linear-gradient(135deg, var(--wine-deep) 0%, var(--wine-burgundy) 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(201, 169, 98, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(201, 169, 98, 0.1) 0%, transparent 40%);
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.cta-section h2 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: var(--cream);
    margin-bottom: 1.5rem;
}

.cta-section p {
    color: var(--stone);
    font-size: 1.15rem;
    margin-bottom: 3rem;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ==========================================================================
   FAQ Section
   ========================================================================== */

.faq-section {
    background: var(--cream);
}

.faq-grid {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid var(--cream-dark);
    padding: 2rem 0;
}

.faq-question {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    color: var(--wine-deep);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
}

.faq-question:hover {
    color: var(--wine-rich);
}

.faq-question svg {
    width: 24px;
    height: 24px;
    stroke: var(--gold-accent);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

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

.faq-answer {
    color: var(--stone);
    font-size: 1rem;
    line-height: 1.8;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding-top: 1.5rem;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer {
    background: var(--charcoal);
    padding: 5rem 4rem 2rem;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto 4rem;
}

.footer-brand .site-logo {
    margin-bottom: 1.5rem;
    display: block;
}

.footer-brand p {
    color: var(--stone);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(201, 169, 98, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: var(--gold-accent);
    border-color: var(--gold-accent);
}

.footer-social a:hover svg {
    stroke: var(--wine-deep);
}

.footer-social svg {
    width: 18px;
    height: 18px;
    stroke: var(--gold-accent);
}

.footer-col h4 {
    color: var(--cream);
    font-size: 1rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.footer-col ul {
    list-style: none;
}

.footer-col li {
    margin-bottom: 0.8rem;
}

.footer-col a {
    color: var(--stone);
    font-size: 0.9rem;
}

.footer-col a:hover {
    color: var(--gold-accent);
}

.footer-contact p {
    color: var(--stone);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.footer-contact a {
    color: var(--gold-accent);
}

.footer-bottom {
    border-top: 1px solid rgba(201, 169, 98, 0.1);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.footer-bottom p {
    color: var(--stone);
    font-size: 0.85rem;
}

.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a {
    color: var(--stone);
    font-size: 0.85rem;
}

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

/* ==========================================================================
   WordPress Specific Styles
   ========================================================================== */

.wp-block-group {
    max-width: 1400px;
    margin: 0 auto;
}

.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.alignwide {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

/* Gutenberg Block Styles */
.wp-block-cover {
    min-height: 100vh !important;
}

.wp-block-columns {
    gap: 3rem;
}

.wp-block-column {
    padding: 2rem;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1024px) {
    .site-header {
        padding: 1rem 2rem;
    }

    .main-navigation {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .helicave-section {
        padding: 5rem 2rem;
    }

    .stats-bar {
        grid-template-columns: repeat(2, 1fr);
        padding: 2rem;
    }

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

    .conservation-content {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

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

@media (max-width: 768px) {
    .hero-content {
        padding: 0 2rem;
    }

    .hero-visual {
        width: 100%;
        opacity: 0.2;
    }

    .stats-bar {
        grid-template-columns: 1fr;
    }

    .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(201, 169, 98, 0.2);
    }

    .advantages-grid,
    .products-grid {
        grid-template-columns: 1fr;
    }

    .process-timeline::before {
        left: 20px;
    }

    .process-step,
    .process-step:nth-child(even) {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        padding-left: 50px;
        position: relative;
    }

    .process-step:nth-child(even) .step-content {
        text-align: left;
    }

    .step-dot {
        position: absolute;
        left: 10px;
    }

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

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

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






/* SUITE CSS */
/*
================================================================================
HELICAVE SEO STYLES - CSS COMPLET
================================================================================
À ajouter dans : Apparence > Personnaliser > CSS additionnel
OU dans le fichier style.css de ton thème enfant
================================================================================
*/

/* ============================================
   VARIABLES & FONTS
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Outfit:wght@300;400;500;600&display=swap');

:root {
    --hc-dark: #2D1B1B;
    --hc-wine: #722F37;
    --hc-wine-dark: #4A1C2A;
    --hc-gold: #C9A962;
    --hc-gold-light: #E8D5A3;
    --hc-cream: #F9F6F0;
    --hc-cream-dark: #EDE8DC;
    --hc-text: #1A1A1A;
    --hc-text-muted: #8B8178;
    --hc-white: #FFFFFF;
    --hc-font-display: 'Cormorant Garamond', serif;
    --hc-font-body: 'Outfit', sans-serif;
}

/* ============================================
   HERO SECTION
   ============================================ */
.seo-hero-section {
    background: linear-gradient(135deg, var(--hc-dark) 0%, var(--hc-wine-dark) 50%, var(--hc-wine) 100%);
    padding: 80px 40px;
    margin: -20px -20px 60px -20px;
    position: relative;
    overflow: hidden;
}

.seo-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 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.05'%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");
    pointer-events: none;
}

.seo-tag {
    color: var(--hc-gold) !important;
    font-family: var(--hc-font-body);
    font-size: 14px !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}

.seo-hero-title {
    font-family: var(--hc-font-display) !important;
    font-size: clamp(2.5rem, 5vw, 4rem) !important;
    color: var(--hc-cream) !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    margin-bottom: 30px !important;
    position: relative;
    z-index: 1;
}

.seo-separator {
    width: 80px !important;
    height: 2px !important;
    background: linear-gradient(90deg, var(--hc-gold), var(--hc-gold-light)) !important;
    margin: 0 auto 30px !important;
    border: none !important;
    opacity: 1 !important;
}

.seo-hero-intro {
    font-family: var(--hc-font-body);
    font-size: 1.15rem !important;
    color: var(--hc-cream-dark) !important;
    line-height: 1.9 !important;
    font-weight: 300;
    max-width: 900px;
    margin: 0 auto !important;
    position: relative;
    z-index: 1;
}

.seo-hero-intro strong {
    color: var(--hc-gold) !important;
}

/* ============================================
   SECTIONS
   ============================================ */
.seo-section {
    max-width: 900px;
    margin: 0 auto 70px;
    padding: 0 20px;
}

.seo-section p {
    font-family: var(--hc-font-body);
    font-size: 1.05rem;
    color: var(--hc-text);
    line-height: 1.9;
    margin-bottom: 25px;
}

.seo-section p strong {
    color: var(--hc-wine);
}

/* Section Dark */
.seo-section-dark {
    background: var(--hc-dark);
    padding: 70px 40px !important;
    margin: 0 -20px 70px -20px !important;
    max-width: none;
}

.seo-section-dark p {
    color: var(--hc-cream-dark);
}

.seo-section-dark p strong {
    color: var(--hc-gold);
}

/* Section Cream */
.seo-section-cream {
    background: linear-gradient(180deg, var(--hc-cream) 0%, var(--hc-cream-dark) 100%);
    padding: 70px 40px !important;
    margin: 0 -20px 70px -20px !important;
    max-width: none;
}

/* Section Wine */
.seo-section-wine {
    background: linear-gradient(135deg, var(--hc-wine) 0%, var(--hc-wine-dark) 100%);
    padding: 70px 40px !important;
    margin: 0 -20px 70px -20px !important;
    max-width: none;
}

/* ============================================
   TITLES
   ============================================ */
.seo-section h2 {
    font-family: var(--hc-font-display) !important;
    font-size: 2.2rem !important;
    color: var(--hc-dark) !important;
    font-weight: 500 !important;
    margin-bottom: 35px !important;
}

.seo-title-decorated {
    position: relative;
    padding-left: 25px !important;
}

.seo-title-decorated::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 40px;
    background: linear-gradient(180deg, var(--hc-gold), var(--hc-wine));
}

.seo-title-light {
    color: var(--hc-cream) !important;
}

.seo-title-icon {
    font-family: var(--hc-font-display) !important;
    font-size: 1.8rem !important;
    color: var(--hc-wine) !important;
    font-weight: 500 !important;
    margin: 50px 0 25px !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

/* Tags */
.seo-tag-light {
    color: var(--hc-gold) !important;
    font-family: var(--hc-font-body);
    font-size: 13px !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px !important;
}

.seo-tag-wine {
    color: var(--hc-wine) !important;
    font-family: var(--hc-font-body);
    font-size: 13px !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px !important;
}

/* Text styles */
.seo-text-light {
    color: var(--hc-cream-dark) !important;
}

.seo-text-light strong {
    color: var(--hc-gold) !important;
}

.seo-text-muted {
    color: var(--hc-text-muted) !important;
}

/* ============================================
   INFO BOX
   ============================================ */
.seo-info-box {
    background: linear-gradient(135deg, var(--hc-cream) 0%, var(--hc-cream-dark) 100%);
    border-left: 4px solid var(--hc-gold);
    padding: 30px 35px;
    margin: 40px 0;
    position: relative;
}

.seo-info-label {
    position: absolute !important;
    top: -15px !important;
    left: 30px !important;
    background: var(--hc-gold) !important;
    color: var(--hc-dark) !important;
    font-family: var(--hc-font-body) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    padding: 8px 20px !important;
    margin: 0 !important;
}

.seo-info-box p:last-child {
    margin-bottom: 0 !important;
}

/* ============================================
   EXAMPLE BOX
   ============================================ */
.seo-example-box {
    background: var(--hc-cream);
    border-radius: 8px;
    padding: 30px;
    margin: 35px 0;
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.seo-example-box h4 {
    font-family: var(--hc-font-body) !important;
    font-size: 1rem !important;
    color: var(--hc-dark) !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

.seo-example-box p {
    font-size: 0.95rem !important;
    color: var(--hc-text-muted) !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

/* ============================================
   QUOTE
   ============================================ */
.seo-quote {
    border: 1px solid var(--hc-gold) !important;
    padding: 35px 40px !important;
    margin: 45px 0 !important;
    position: relative;
    background: rgba(201, 169, 98, 0.05) !important;
    border-left-width: 1px !important;
}

.seo-quote::before {
    content: '"';
    position: absolute;
    top: -12px;
    left: 40px;
    font-family: var(--hc-font-display);
    font-size: 4rem;
    color: var(--hc-gold);
    line-height: 1;
}

.seo-quote p {
    font-family: var(--hc-font-display) !important;
    font-size: 1.4rem !important;
    color: var(--hc-cream) !important;
    font-style: italic !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

.seo-quote cite {
    display: block;
    margin-top: 20px;
    color: var(--hc-gold) !important;
    font-family: var(--hc-font-body);
    font-size: 0.9rem;
    font-style: normal !important;
}

/* ============================================
   PRODUCT CARDS
   ============================================ */
.seo-product-card {
    background: var(--hc-white);
    padding: 40px;
    box-shadow: 0 10px 40px rgba(45, 27, 27, 0.08);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.seo-product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--hc-gold), var(--hc-gold-light));
}

.seo-product-card h3 {
    font-family: var(--hc-font-display) !important;
    font-size: 1.6rem !important;
    color: var(--hc-dark) !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
}

.seo-product-card p {
    font-size: 1rem !important;
    line-height: 1.8 !important;
    margin-bottom: 20px !important;
}

/* Card Dark */
.seo-card-dark {
    background: var(--hc-dark) !important;
}

.seo-card-dark::before {
    background: linear-gradient(90deg, var(--hc-wine), var(--hc-gold)) !important;
}

.seo-card-dark h3 {
    color: var(--hc-cream) !important;
}

.seo-card-dark p {
    color: var(--hc-cream-dark) !important;
}

.seo-card-dark p strong {
    color: var(--hc-gold) !important;
}

/* Card Featured */
.seo-card-featured {
    border: 2px solid var(--hc-gold);
}

/* Card Wine */
.seo-card-wine {
    background: linear-gradient(135deg, var(--hc-wine-dark) 0%, var(--hc-wine) 100%) !important;
}

.seo-card-wine h3 {
    color: var(--hc-cream) !important;
}

.seo-card-wine p {
    color: var(--hc-cream-dark) !important;
}

.seo-card-wine p strong {
    color: var(--hc-gold) !important;
}

/* Card Premium */
.seo-card-premium {
    box-shadow: 0 15px 50px rgba(45, 27, 27, 0.12);
}

.seo-card-premium::before {
    height: 6px;
    background: linear-gradient(90deg, var(--hc-gold), var(--hc-wine), var(--hc-gold)) !important;
}

/* ============================================
   BADGES
   ============================================ */
.seo-badge {
    display: inline-block !important;
    background: var(--hc-gold) !important;
    color: var(--hc-dark) !important;
    font-family: var(--hc-font-body) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    padding: 6px 15px !important;
    margin-bottom: 20px !important;
}

.seo-badge-wine {
    background: var(--hc-wine) !important;
    color: var(--hc-cream) !important;
}

.seo-badge-gold {
    background: linear-gradient(135deg, var(--hc-gold), var(--hc-gold-light)) !important;
}

/* ============================================
   SPECS
   ============================================ */
.seo-specs {
    font-family: var(--hc-font-body) !important;
    font-size: 0.9rem !important;
    color: var(--hc-dark) !important;
    background: var(--hc-cream);
    padding: 15px 20px !important;
    margin-top: 20px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.seo-specs-light {
    font-family: var(--hc-font-body) !important;
    font-size: 0.9rem !important;
    color: var(--hc-cream) !important;
    background: rgba(201, 169, 98, 0.15);
    padding: 15px 20px !important;
    margin-top: 20px !important;
}

/* ============================================
   COLUMNS
   ============================================ */
.seo-column-box {
    background: var(--hc-cream);
    padding: 30px;
    border-top: 3px solid var(--hc-gold);
}

.seo-column-box:nth-child(2) {
    border-top-color: var(--hc-wine);
}

.seo-column-box h3 {
    font-family: var(--hc-font-display) !important;
    font-size: 1.4rem !important;
    color: var(--hc-wine) !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
}

.seo-column-box p {
    font-size: 0.95rem !important;
    line-height: 1.8 !important;
    margin: 0 !important;
}

/* ============================================
   TIMELINE
   ============================================ */
.seo-timeline {
    position: relative;
    padding-left: 60px;
    margin-top: 40px;
}

.seo-timeline::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, var(--hc-gold), var(--hc-wine));
}

.seo-timeline-step {
    position: relative;
    margin-bottom: 40px;
}

.seo-step-number {
    position: absolute !important;
    left: -60px !important;
    top: 0 !important;
    width: 32px !important;
    height: 32px !important;
    background: var(--hc-gold) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: var(--hc-font-body) !important;
    font-weight: 600 !important;
    color: var(--hc-dark) !important;
    font-size: 14px !important;
    margin: 0 !important;
    line-height: 32px !important;
    text-align: center !important;
}

.seo-step-title {
    font-family: var(--hc-font-display) !important;
    font-size: 1.4rem !important;
    color: var(--hc-gold) !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}

/* ============================================
   TRAP CARDS
   ============================================ */
.seo-trap-card {
    background: linear-gradient(135deg, var(--hc-cream) 0%, var(--hc-cream-dark) 100%);
    padding: 30px;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.seo-trap-card:hover {
    transform: translateY(-5px);
}

.seo-trap-card h4 {
    font-family: var(--hc-font-body) !important;
    font-size: 1.1rem !important;
    color: var(--hc-dark) !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.seo-trap-card p {
    font-size: 0.95rem !important;
    color: var(--hc-text-muted) !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

/* ============================================
   CONDITION CARDS
   ============================================ */
.seo-condition-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 35px;
    border: 1px solid rgba(201, 169, 98, 0.2);
    margin-bottom: 30px;
}

.seo-condition-title {
    font-family: var(--hc-font-display) !important;
    font-size: 1.4rem !important;
    color: var(--hc-cream) !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
}

/* ============================================
   ACCORDION ITEMS
   ============================================ */
.seo-accordion-item {
    background: var(--hc-cream);
    padding: 35px;
    margin-bottom: 25px;
    border-left: 4px solid var(--hc-gold);
}

.seo-accordion-item:nth-child(2) {
    border-left-color: var(--hc-wine);
}

.seo-accordion-item:nth-child(3) {
    border-left-color: var(--hc-gold);
}

.seo-accordion-item h3 {
    font-family: var(--hc-font-display) !important;
    font-size: 1.4rem !important;
    color: var(--hc-wine) !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
}

.seo-accordion-item p {
    margin: 0 !important;
}

/* ============================================
   FEATURE CARDS
   ============================================ */
.seo-feature-card {
    background: var(--hc-white);
    padding: 30px;
    text-align: center;
}

.seo-feature-card h4 {
    font-family: var(--hc-font-body) !important;
    font-size: 1rem !important;
    color: var(--hc-dark) !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.seo-feature-card p {
    font-size: 0.9rem !important;
    color: var(--hc-text-muted) !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

/* ============================================
   BENEFIT CARDS
   ============================================ */
.seo-benefit-card {
    text-align: center;
    padding: 20px;
}

.seo-benefit-title {
    font-family: var(--hc-font-body) !important;
    font-size: 1rem !important;
    color: var(--hc-cream) !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}

/* ============================================
   PRICE TABLE
   ============================================ */
.seo-price-table {
    margin: 40px 0 !important;
}

.seo-price-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--hc-font-body);
}

.seo-price-table thead tr {
    background: linear-gradient(135deg, var(--hc-dark), var(--hc-wine-dark));
}

.seo-price-table th {
    padding: 18px 20px;
    text-align: left;
    color: var(--hc-gold);
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.seo-price-table th:nth-child(2) {
    text-align: center;
}

.seo-price-table th:nth-child(3) {
    text-align: right;
}

.seo-price-table td {
    padding: 18px 20px;
    border-bottom: 1px solid var(--hc-cream-dark);
}

.seo-price-table tbody tr:nth-child(odd) {
    background: var(--hc-white);
}

.seo-price-table tbody tr:nth-child(even) {
    background: var(--hc-cream);
}

.seo-price-table td:first-child {
    color: var(--hc-dark);
    font-weight: 500;
}

.seo-price-table td:nth-child(2) {
    text-align: center;
    color: var(--hc-text-muted);
}

.seo-price-table td:nth-child(3) {
    text-align: right;
    color: var(--hc-wine);
    font-weight: 600;
}

/* ============================================
   CTA SECTION
   ============================================ */
.seo-cta-section {
    background: linear-gradient(135deg, var(--hc-gold) 0%, var(--hc-gold-light) 100%);
    padding: 50px 40px !important;
    margin: 0 -20px !important;
    text-align: center;
    max-width: none !important;
}

.seo-cta-section h3 {
    font-family: var(--hc-font-display) !important;
    font-size: 1.8rem !important;
    color: var(--hc-dark) !important;
    font-weight: 500 !important;
    margin-bottom: 25px !important;
}

.seo-cta-section p {
    font-family: var(--hc-font-body) !important;
    font-size: 1rem !important;
    color: var(--hc-wine-dark) !important;
    margin-bottom: 30px !important;
}

.seo-cta-button .wp-block-button__link {
    background: var(--hc-dark) !important;
    color: var(--hc-cream) !important;
    font-family: var(--hc-font-body) !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    padding: 18px 45px !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
}

.seo-cta-button .wp-block-button__link:hover {
    background: var(--hc-wine) !important;
}

/* ============================================
   EXISTING HELICAVE STYLES (COMMERCIAL SECTIONS)
   ============================================ */

/* Section générale */
.helicave-section {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Header de section */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-tag {
    color: var(--hc-gold) !important;
    font-family: var(--hc-font-body);
    font-size: 14px !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px !important;
}

.section-title {
    font-family: var(--hc-font-display) !important;
    font-size: 2.5rem !important;
    color: var(--hc-dark) !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
}

.section-desc {
    font-family: var(--hc-font-body);
    font-size: 1.1rem !important;
    color: var(--hc-text-muted) !important;
    max-width: 600px;
    margin: 0 auto !important;
}

/* Advantages Section */
.advantages-section {
    background: var(--hc-cream);
}

.advantages-grid {
    gap: 30px !important;
    margin-bottom: 30px !important;
}

.advantage-card {
    background: var(--hc-white);
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 5px 30px rgba(45, 27, 27, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(45, 27, 27, 0.12);
}

.advantage-card h3 {
    font-family: var(--hc-font-display) !important;
    font-size: 1.4rem !important;
    color: var(--hc-wine) !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
}

.advantage-card p {
    font-family: var(--hc-font-body);
    font-size: 0.95rem !important;
    color: var(--hc-text-muted) !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

/* Products Section */
.products-section {
    background: var(--hc-dark);
}

.products-section .section-title {
    color: var(--hc-cream) !important;
}

.products-section .section-desc {
    color: var(--hc-cream-dark) !important;
}

.products-grid {
    gap: 25px !important;
    margin-bottom: 25px !important;
}

.product-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(201, 169, 98, 0.2);
    padding: 35px 30px;
    position: relative;
    transition: all 0.3s ease;
}

.product-card:hover {
    border-color: var(--hc-gold);
    background: rgba(255, 255, 255, 0.08);
}

.product-badge {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    background: var(--hc-gold) !important;
    color: var(--hc-dark) !important;
    font-family: var(--hc-font-body) !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    padding: 5px 12px !important;
    margin: 0 !important;
}

.product-card h3 {
    font-family: var(--hc-font-display) !important;
    font-size: 1.5rem !important;
    color: var(--hc-cream) !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
}

.spec-label {
    font-family: var(--hc-font-body) !important;
    font-size: 0.8rem !important;
    color: var(--hc-text-muted) !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 5px !important;
}

.spec-value {
    font-family: var(--hc-font-body) !important;
    font-size: 1.1rem !important;
    color: var(--hc-cream) !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
}

.product-link {
    color: var(--hc-gold) !important;
    font-family: var(--hc-font-body);
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-link:hover {
    color: var(--hc-gold-light) !important;
}

/* Process Section */
.process-section {
    background: var(--hc-cream);
}

.process-timeline {
    max-width: 700px;
    margin: 0 auto;
}

.process-step {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    align-items: flex-start;
}

.process-step .step-number {
    font-family: var(--hc-font-display) !important;
    font-size: 3rem !important;
    color: var(--hc-gold) !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    margin: 0 !important;
    position: relative !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    border-radius: 0 !important;
}

.process-step h3 {
    font-family: var(--hc-font-display) !important;
    font-size: 1.4rem !important;
    color: var(--hc-wine) !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}

.process-step p {
    font-family: var(--hc-font-body);
    font-size: 0.95rem !important;
    color: var(--hc-text-muted) !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

/* Conservation Section */
.conservation-section {
    background: var(--hc-white);
}

.conservation-content {
    align-items: center !important;
}

.conservation-text h2 {
    font-family: var(--hc-font-display) !important;
    font-size: 2rem !important;
    color: var(--hc-dark) !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
}

.conservation-features {
    gap: 20px !important;
    margin-top: 30px !important;
}

.conservation-features .feature {
    background: var(--hc-cream);
    padding: 20px;
    text-align: center;
}

.conservation-features .feature h4 {
    font-family: var(--hc-font-display) !important;
    font-size: 1.8rem !important;
    color: var(--hc-wine) !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
}

.conservation-features .feature p {
    font-family: var(--hc-font-body);
    font-size: 0.85rem !important;
    color: var(--hc-text-muted) !important;
    margin: 0 !important;
}

.temp-gauge {
    background: linear-gradient(135deg, var(--hc-wine) 0%, var(--hc-wine-dark) 100%);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.temp-value {
    font-family: var(--hc-font-display) !important;
    font-size: 4rem !important;
    color: var(--hc-cream) !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    margin: 0 !important;
}

.temp-unit {
    font-family: var(--hc-font-body) !important;
    font-size: 1.5rem !important;
    color: var(--hc-gold) !important;
    margin: 0 !important;
}

.temp-label {
    font-family: var(--hc-font-body) !important;
    font-size: 0.8rem !important;
    color: var(--hc-cream-dark) !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-top: 10px !important;
}

/* Testimonials Section */
.testimonials-section {
    background: var(--hc-cream);
}

.testimonial {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-quote {
    font-family: var(--hc-font-display) !important;
    font-size: 1.4rem !important;
    color: var(--hc-dark) !important;
    font-style: italic !important;
    line-height: 1.8 !important;
    margin-bottom: 30px !important;
}

.author-name {
    font-family: var(--hc-font-body) !important;
    font-size: 1rem !important;
    color: var(--hc-wine) !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
}

.author-location {
    font-family: var(--hc-font-body) !important;
    font-size: 0.85rem !important;
    color: var(--hc-text-muted) !important;
    margin: 0 !important;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--hc-wine) 0%, var(--hc-wine-dark) 100%);
    text-align: center;
}

.cta-section h2 {
    font-family: var(--hc-font-display) !important;
    font-size: 2.2rem !important;
    color: var(--hc-cream) !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
}

.cta-section p {
    font-family: var(--hc-font-body);
    font-size: 1.1rem !important;
    color: var(--hc-cream-dark) !important;
    margin-bottom: 40px !important;
}

.cta-buttons {
    gap: 20px !important;
}

.btn-primary .wp-block-button__link {
    background: var(--hc-gold) !important;
    color: var(--hc-dark) !important;
    font-family: var(--hc-font-body) !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    padding: 18px 40px !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
}

.btn-primary .wp-block-button__link:hover {
    background: var(--hc-gold-light) !important;
}

.btn-secondary .wp-block-button__link {
    background: transparent !important;
    color: var(--hc-cream) !important;
    border: 1px solid var(--hc-cream) !important;
    font-family: var(--hc-font-body) !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    padding: 17px 40px !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
}

.btn-secondary .wp-block-button__link:hover {
    background: var(--hc-cream) !important;
    color: var(--hc-wine) !important;
}

/* ==========================================================================
   FAQ ACCORDÉON
   ========================================================================== */

.faq-section {
    background: var(--hc-white);
}

.faq-grid {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid var(--hc-cream-dark);
    padding: 30px 0;
}

.faq-question {
    font-family: var(--hc-font-display) !important;
    font-size: 1.3rem !important;
    color: var(--hc-dark) !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Icône + */
.faq-question::after {
    content: '+';
    font-size: 1.8rem;
    color: #C9A962;
    font-weight: 300;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 1rem;
}

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

/* Réponse cachée par défaut */
.faq-answer {
    font-family: var(--hc-font-body);
    font-size: 0.95rem !important;
    color: var(--hc-text-muted) !important;
    line-height: 1.8 !important;
    margin: 0 !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding-top 0.4s ease;
    padding-top: 0;
}

/* Réponse visible quand active */
.faq-item.active .faq-answer {
    max-height: 500px;
    padding-top: 15px;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .seo-hero-section {
        padding: 60px 20px;
    }

    .seo-hero-title {
        font-size: 2rem !important;
    }

    .seo-section {
        padding: 0 15px;
    }

    .seo-section-dark,
    .seo-section-cream,
    .seo-section-wine {
        padding: 50px 20px !important;
    }

    .seo-example-box {
        flex-direction: column;
    }

    .seo-timeline {
        padding-left: 50px;
    }

    .seo-step-number {
        left: -50px !important;
    }

    .advantages-grid,
    .products-grid {
        flex-direction: column !important;
    }

    .advantage-card,
    .product-card {
        margin-bottom: 20px;
    }

    .process-step {
        flex-direction: column;
        gap: 15px;
    }

    .conservation-content {
        flex-direction: column !important;
    }

    .temp-gauge {
        width: 150px;
        height: 150px;
    }

    .temp-value {
        font-size: 3rem !important;
    }

    .cta-buttons {
        flex-direction: column !important;
    }

    .seo-price-table {
        font-size: 0.85rem;
    }

    .seo-price-table th,
    .seo-price-table td {
        padding: 12px 10px;
    }
}