/* ============================================
   FLOVIE HOMEPAGE — CSS v3.2
   Externalisé depuis Render Engine v3.1
   Identique pixel-pour-pixel
   ============================================ */

/* VARIABLES & RESET */
.flovie-home *,
.flovie-home *::before,
.flovie-home *::after {
    box-sizing: border-box;
}

.flovie-home {
    --fh-beige: #F2E8CF;
    --fh-beige-light: #FAF6ED;
    --fh-beige-dark: #E8D9B5;
    --fh-cream: #FDFCFA;
    --fh-offwhite: #EFEDE9;
    --fh-green-dark: #132A13;
    --fh-green-mid: #386641;
    --fh-green-sec: #6A994E;
    --fh-green-light: #A7C957;
    --fh-green-text: #C8E6A0;
    --fh-green-pale: #EAF2D7;
    --fh-red: #BC4749;
    --fh-red-hover: #a33d3f;
    --fh-text-dark: #132A13;
    --fh-text-mid: #5a5a4a;
    --fh-white: #FDFCFA;
    --fh-border-light: #e8dcc0;
    --fh-shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
    --fh-shadow-md: 0 4px 20px rgba(0,0,0,0.10);
    --fh-shadow-lg: 0 8px 30px rgba(0,0,0,0.12);
    --fh-radius: 8px;
    --fh-radius-lg: 8px;
    --fh-body-font: 'Work Sans', -apple-system, sans-serif;
    --fh-heading-font: 'Lora', Georgia, serif;
    --fh-transition: 0.3s ease;
    --fh-max-width: 1450px;
    --fh-bg-hero: #FFFFFF;
    --fh-bg-trust: #F2E8CF;
    --fh-bg-categories: #FDFCFA;
    --fh-bg-products: #FFFFFF;
    --fh-bg-products-alt: #FAF6ED;
    --fh-bg-why: #132A13;
    --fh-bg-catalog: #FDFCFA;
    --fh-bg-reviews: #FAF6ED;
    --fh-bg-products-cream: #FDFCFA;
    --fh-bg-plants: #FDFCFA;
    --fh-bg-final-trust: #386641;
    --fh-hero-text: var(--fh-green-dark);
    --fh-hero-text-muted: var(--fh-text-mid);
    --fh-hero-accent: var(--fh-green-mid);
    --fh-hero-badge-bg: rgba(56, 102, 65, 0.08);
    --fh-hero-badge-border: rgba(56, 102, 65, 0.2);
    --fh-hero-badge-text: var(--fh-green-mid);
    --fh-hero-stat-border: rgba(0, 0, 0, 0.1);
    --fh-hero-img-border: rgba(56, 102, 65, 0.2);
    --fh-hero-img-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    --fh-hero-img-bg: linear-gradient(135deg, rgba(167, 201, 87, 0.15), rgba(56, 102, 65, 0.1));
    --fh-hero-overlay-1: radial-gradient(ellipse at 80% 50%, rgba(167, 201, 87, 0.08) 0%, transparent 60%);
    --fh-hero-overlay-2: radial-gradient(ellipse at 20% 80%, rgba(56, 102, 65, 0.04) 0%, transparent 50%);
    --fh-hero-glow: rgba(167, 201, 87, 0.05);
    overflow-x: hidden;
}

/* UTILITAIRES & ANIMATIONS */
.flovie-home .fh-container { max-width: var(--fh-max-width); margin: 0 auto; padding: 0 5%; }
.flovie-home .fh-animate { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.flovie-home .fh-animate.fh-visible { opacity: 1; transform: translateY(0); }
.flovie-home .fh-delay-1 { transition-delay: 0.1s; }
.flovie-home .fh-delay-2 { transition-delay: 0.2s; }
.flovie-home .fh-delay-3 { transition-delay: 0.3s; }
.flovie-home .fh-delay-4 { transition-delay: 0.4s; }
.flovie-home .fh-section-header { text-align: center; margin-bottom: 45px; }
.flovie-home .fh-section-tag { display: inline-block; font-family: var(--fh-body-font); font-size: 14px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--fh-green-mid); background-color: var(--fh-green-pale); padding: 6px 16px; border-radius: 20px; margin-bottom: 14px; }
.flovie-home .fh-section-title { font-family: var(--fh-heading-font); font-size: 34px; font-weight: 700; color: var(--fh-text-dark); line-height: 1.3; margin: 0 0 12px 0; }
.flovie-home .fh-section-subtitle { font-family: var(--fh-body-font); font-size: 17px; color: var(--fh-text-mid); line-height: 1.6; max-width: 600px; margin: 0 auto; }

/* Boutons */
.flovie-home .fh-btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fh-heading-font); font-size: 16px; font-weight: 600; text-decoration: none; padding: 14px 28px; border-radius: 8px; transition: all var(--fh-transition); cursor: pointer; border: none; line-height: 1.4; }
.flovie-home .fh-btn svg { width: 18px; height: 18px; fill: currentColor; transition: transform var(--fh-transition); }
.flovie-home .fh-btn:hover svg { transform: translateX(3px); }
.flovie-home .fh-btn-primary { background-color: var(--fh-red); color: #fff; }
.flovie-home .fh-btn-primary:hover { background-color: var(--fh-red-hover); transform: translateY(-2px); box-shadow: 0 4px 15px rgba(188, 71, 73, 0.3); }
.flovie-home .fh-btn-secondary { background-color: var(--fh-beige); color: var(--fh-green-mid); border: 2px solid var(--fh-green-mid); }
.flovie-home .fh-btn-secondary:hover { background-color: var(--fh-green-mid); color: #fff; transform: translateY(-2px); }
.flovie-home .fh-btn-outline { background: transparent; color: var(--fh-green-mid); border: 2px solid var(--fh-green-mid); }
.flovie-home .fh-btn-outline:hover { background-color: var(--fh-green-mid); color: #fff; }
.flovie-home .fh-btn-white { background-color: #fff; color: var(--fh-green-dark); }
.flovie-home .fh-btn-white:hover { background-color: var(--fh-beige); transform: translateY(-2px); }
.flovie-home .fh-view-all { text-align: center; margin-top: 35px; }

/* ① HERO */
.flovie-home .fh-hero { position: relative; min-height: 480px; display: flex; align-items: center; background-color: var(--fh-bg-hero); overflow: hidden; }
.flovie-home .fh-hero::before { content: ''; position: absolute; inset: 0; background: var(--fh-hero-overlay-1), var(--fh-hero-overlay-2); pointer-events: none; }
.flovie-home .fh-hero::after { content: ''; position: absolute; right: -50px; top: -50px; width: 500px; height: 500px; background: radial-gradient(circle, var(--fh-hero-glow) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
.flovie-home .fh-hero-content { position: relative; z-index: 2; max-width: var(--fh-max-width); margin: 0 auto; padding: 50px 5%; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; }
.flovie-home .fh-hero-text { color: var(--fh-hero-text); }
.flovie-home .fh-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--fh-hero-badge-bg); border: 1px solid var(--fh-hero-badge-border); border-radius: 20px; padding: 6px 16px; font-family: var(--fh-body-font); font-size: 14px; font-weight: 600; color: var(--fh-hero-badge-text); margin-bottom: 24px; letter-spacing: 0.5px; }
.flovie-home .fh-hero-badge svg { width: 16px; height: 16px; fill: var(--fh-hero-badge-text); }
.flovie-home .fh-hero h1 { font-family: var(--fh-heading-font); font-size: 44px; font-weight: 700; line-height: 1.2; margin: 0 0 20px 0; color: var(--fh-hero-text); }
.flovie-home .fh-hero h1 em { color: var(--fh-hero-accent); font-style: italic; }
.flovie-home .fh-hero-desc { font-family: var(--fh-body-font); font-size: 18px; line-height: 1.7; color: var(--fh-hero-text-muted); margin-bottom: 32px; max-width: 500px; }
.flovie-home .fh-hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.flovie-home .fh-hero-visual { display: flex; justify-content: center; align-items: center; }
.flovie-home .fh-hero-img-wrapper { position: relative; width: 100%; max-width: 400px; aspect-ratio: 1; border-radius: 50%; overflow: hidden; border: 4px solid var(--fh-hero-img-border); box-shadow: var(--fh-hero-img-shadow); background: var(--fh-hero-img-bg); display: flex; align-items: center; justify-content: center; }
.flovie-home .fh-hero-img-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.flovie-home .fh-hero-stats { display: flex; gap: 30px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--fh-hero-stat-border); }
.flovie-home .fh-hero-stat-number { font-family: var(--fh-heading-font); font-size: 28px; font-weight: 700; color: var(--fh-hero-accent); display: block; line-height: 1.2; }
.flovie-home .fh-hero-stat-label { font-family: var(--fh-body-font); font-size: 14px; color: var(--fh-hero-text-muted); display: block; margin-top: 2px; }

/* ② BARRE DE RÉASSURANCE */
.flovie-home .fh-trust-bar { background-color: var(--fh-bg-trust); border-top: 3px solid var(--fh-green-mid); border-bottom: 1px solid var(--fh-beige-dark); padding: 22px 0; }
.flovie-home .fh-trust-grid { max-width: var(--fh-max-width); margin: 0 auto; padding: 0 5%; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.flovie-home .fh-trust-item { display: flex; align-items: center; gap: 12px; justify-content: center; padding: 10px; border-radius: 8px; transition: background-color var(--fh-transition); text-decoration: none; color: inherit; }
.flovie-home .fh-trust-item:hover { background-color: var(--fh-beige-dark); }
.flovie-home .fh-trust-item[data-href]:not([data-href=""]) { cursor: pointer; }
.flovie-home .fh-trust-item[data-href]:not([data-href=""]):hover { background-color: var(--fh-beige-dark); box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.flovie-home .fh-trust-icon { flex-shrink: 0; width: 42px; height: 42px; background-color: var(--fh-green-mid); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.flovie-home .fh-trust-icon svg { width: 20px; height: 20px; fill: #fff; }
.flovie-home .fh-trust-label strong { display: block; font-family: var(--fh-heading-font); font-size: 14px; font-weight: 700; color: var(--fh-green-dark); }
.flovie-home .fh-trust-label span { font-family: var(--fh-body-font); font-size: 14px; color: var(--fh-text-mid); }
@media (min-width: 1250px) {
    .flovie-home .fh-trust-bar { padding: 26px 0; }
    .flovie-home .fh-trust-grid { max-width: 100%; padding: 0 6%; gap: 0; }
    .flovie-home .fh-trust-item { padding: 14px 20px; gap: 14px; border-right: 1px solid var(--fh-beige-dark); }
    .flovie-home .fh-trust-item:last-child { border-right: none; }
    .flovie-home .fh-trust-icon { width: 48px; height: 48px; }
    .flovie-home .fh-trust-icon svg { width: 22px; height: 22px; }
    .flovie-home .fh-trust-label strong { font-size: 15px; }
    .flovie-home .fh-trust-label span { font-size: 14px; }
}

/* ③ CATÉGORIES VEDETTES */
.flovie-home .fh-categories { padding: 70px 5%; background-color: var(--fh-bg-categories); }
.flovie-home .fh-categories-grid { max-width: var(--fh-max-width); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.flovie-home .fh-cat-card { position: relative; border-radius: var(--fh-radius-lg); overflow: hidden; aspect-ratio: 4/3; text-decoration: none; display: block; box-shadow: var(--fh-shadow-sm); transition: transform var(--fh-transition), box-shadow var(--fh-transition); }
.flovie-home .fh-cat-card:hover { transform: translateY(-4px); box-shadow: var(--fh-shadow-lg); }
.flovie-home .fh-cat-card-bg { position: absolute; inset: 0; transition: transform 0.5s ease; }
.flovie-home .fh-cat-card-bg--1 { background: linear-gradient(135deg, #4a7c59, #2d5a27); }
.flovie-home .fh-cat-card-bg--2 { background: linear-gradient(135deg, #5a8a3c, #3d6b2e); }
.flovie-home .fh-cat-card-bg--3 { background: linear-gradient(135deg, #bc4749, #8b3536); }
.flovie-home .fh-cat-card-bg--4 { background: linear-gradient(135deg, #d4864e, #a66738); }
.flovie-home .fh-cat-card-bg--5 { background: linear-gradient(135deg, #6b7fb5, #4a5a8a); }
.flovie-home .fh-cat-card-bg--6 { background: linear-gradient(135deg, #7c9a5e, #5a7840); }
.flovie-home .fh-cat-card-bg img { width: 100%; height: 100%; object-fit: cover; }
.flovie-home .fh-cat-card:hover .fh-cat-card-bg { transform: scale(1.05); }
.flovie-home .fh-cat-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(19,42,19,0.65) 0%, rgba(19,42,19,0.1) 50%, transparent 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; }
.flovie-home .fh-cat-card-name { font-family: var(--fh-heading-font); font-size: 20px; font-weight: 700; color: #fff; margin: 0 0 6px 0; }
.flovie-home .fh-cat-card-count { font-family: var(--fh-body-font); font-size: 14px; color: var(--fh-green-light); display: flex; align-items: center; gap: 6px; }
.flovie-home .fh-cat-card-count svg { width: 14px; height: 14px; fill: var(--fh-green-light); }
.flovie-home .fh-cat-card--large { grid-column: span 2; aspect-ratio: 8/3; }

/* ④ SECTIONS PRODUITS */
.flovie-home .fh-products-section { padding: 70px 5%; }
.flovie-home .fh-products-section--alt { background-color: var(--fh-bg-products-alt); }
.flovie-home .fh-products-section--cream { background-color: var(--fh-bg-products-cream); }
.flovie-home .fh-products-wrapper { max-width: var(--fh-max-width); margin: 0 auto; }
.flovie-home .fh-products-wrapper .woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 24px !important; list-style: none !important; padding: 0 !important; margin: 0 !important; }
.flovie-home .fh-products-wrapper .woocommerce ul.products li.product { width: 100% !important; max-width: 100% !important; margin: 0 !important; padding: 0 !important; float: none !important; clear: none !important; }
.flovie-home .fh-products-wrapper .woocommerce ul.products::before,
.flovie-home .fh-products-wrapper .woocommerce ul.products::after { display: none !important; content: none !important; }
.flovie-home .fh-products-wrapper .woocommerce ul.products li.product .price { color: #132A13 !important; font-weight: 600; }
.flovie-home .fh-products-wrapper .woocommerce ul.products li.product .price del { color: #777 !important; font-weight: 400; }
.flovie-home .fh-products-wrapper .woocommerce ul.products li.product .price ins { color: #BC4749 !important; text-decoration: none; font-weight: 700; }
.flovie-home .fh-products-wrapper .woocommerce ul.products li.product .onsale,
.flovie-home .fh-products-wrapper .woocommerce span.onsale { font-size: 14px !important; min-width: 44px; min-height: 24px; border-radius: 8px; }

/* CARTES PRODUITS CUSTOM (.fh-card) */
.flovie-home .fh-cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.flovie-home .fh-card { background: var(--fh-cream); border: 1px solid var(--fh-border-light); border-radius: var(--fh-radius); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow var(--fh-transition); }
.flovie-home .fh-card:hover { box-shadow: 0 3px 14px rgba(0,0,0,0.07); }
.flovie-home .fh-card-img-wrap { position: relative; background: #fff; overflow: hidden; }
.flovie-home .fh-card-img-wrap a { display: block; }
.flovie-home .fh-card-img { width: 100%; height: 220px; object-fit: contain; padding: 12px; display: block; transition: transform 0.35s ease; }
.flovie-home .fh-card:hover .fh-card-img { transform: scale(1.03); }
.flovie-home .fh-card-badge { position: absolute; top: 10px; left: 10px; background: var(--fh-red); color: #fff; font-family: var(--fh-body-font); font-weight: 700; text-transform: uppercase; padding: 4px 11px; border-radius: var(--fh-radius); z-index: 2; font-size: 14px; letter-spacing: 0.3px; }
.flovie-home .fh-card-body { padding: 14px 16px 18px; display: flex; flex-direction: column; flex: 1; border-top: 1px solid var(--fh-border-light); }
.flovie-home .fh-card-title { color: var(--fh-green-mid); margin: 0 0 4px 0; line-height: 1.35; font-family: var(--fh-heading-font); font-weight: 600; font-size: 16px; }
.flovie-home .fh-card-title a { color: inherit; text-decoration: none; }
.flovie-home .fh-card-title a:hover { color: var(--fh-green-sec); }
.flovie-home .fh-card-desc { font-family: var(--fh-body-font); font-size: 14px; color: var(--fh-text-mid); line-height: 1.5; margin: 0 0 10px 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.flovie-home .fh-card-price { margin-top: auto; margin-bottom: 14px; font-size: 16px; line-height: 1.3; color: var(--fh-text-dark); font-weight: 600; }
.flovie-home .fh-card-price del, .flovie-home .fh-card-price del span.woocommerce-Price-amount { color: var(--fh-green-sec); text-decoration: line-through; font-weight: 400; }
.flovie-home .fh-card-price ins, .flovie-home .fh-card-price ins span.woocommerce-Price-amount, .flovie-home .fh-card-price > span.woocommerce-Price-amount { color: var(--fh-red); font-weight: 700; text-decoration: none; }
.flovie-home .fh-card-btns { display: flex; gap: 8px; }
.flovie-home .fh-card-btn { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 10px 14px; font-family: var(--fh-body-font); font-weight: 600; font-size: 14px; text-decoration: none; border-radius: var(--fh-radius); cursor: pointer; transition: all var(--fh-transition); text-align: center; line-height: 1.2; }
.flovie-home .fh-card-btn--details { background: var(--fh-beige); color: var(--fh-green-mid); border: 1.5px solid var(--fh-green-mid); }
.flovie-home .fh-card-btn--details:hover { background: var(--fh-green-mid); color: #fff; }
.flovie-home .fh-card-btn--cart { background: var(--fh-beige); color: var(--fh-green-mid); border: 1.5px solid var(--fh-green-mid); }
.flovie-home .fh-card-btn--cart:hover { background: var(--fh-green-mid); color: #fff; }
.flovie-home .fh-card-btn svg { width: 15px; height: 15px; fill: currentColor; flex-shrink: 0; }
.flovie-home .fh-card-btn--cart.loading { opacity: 0.6; pointer-events: none; }

/* POPUP PANIER */
.flovie-home .fh-popup-overlay { display: none; position: fixed; inset: 0; background: rgba(19, 42, 19, 0.55); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); z-index: 99999; justify-content: center; align-items: center; padding: 20px; }
.flovie-home .fh-popup-overlay.fh-popup-visible { display: flex; }
.flovie-home .fh-popup { background: #fff; border-radius: var(--fh-radius); max-width: 460px; width: 100%; overflow: hidden; box-shadow: 0 20px 60px rgba(19, 42, 19, 0.3), 0 0 0 1px rgba(19, 42, 19, 0.05); animation: fhPopupIn 0.35s cubic-bezier(0.16, 1, 0.3, 1); }
@keyframes fhPopupIn { from { opacity: 0; transform: scale(0.9) translateY(16px); } to { opacity: 1; transform: scale(1) translateY(0); } }
.flovie-home .fh-popup-header { background: linear-gradient(135deg, var(--fh-green-mid) 0%, var(--fh-green-sec) 100%); padding: 20px 28px; display: flex; align-items: center; gap: 14px; }
.flovie-home .fh-popup-check { width: 36px; height: 36px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.flovie-home .fh-popup-check svg { width: 20px; height: 20px; fill: #fff; }
.flovie-home .fh-popup-header-text { color: #fff; font-family: var(--fh-heading-font); font-size: 17px; font-weight: 700; line-height: 1.3; }
.flovie-home .fh-popup-close-x { margin-left: auto; background: rgba(255,255,255,0.15); border: none; border-radius: 50%; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.2s; flex-shrink: 0; }
.flovie-home .fh-popup-close-x:hover { background: rgba(255,255,255,0.3); }
.flovie-home .fh-popup-close-x svg { width: 16px; height: 16px; fill: #fff; }
.flovie-home .fh-popup-body { padding: 24px 28px; }
.flovie-home .fh-popup-product { display: flex; align-items: center; gap: 16px; padding: 14px; background: var(--fh-beige-light); border-radius: var(--fh-radius); border: 1px solid var(--fh-border-light); }
.flovie-home .fh-popup-product-img { width: 72px; height: 72px; border-radius: var(--fh-radius); overflow: hidden; background: #fff; flex-shrink: 0; border: 1px solid var(--fh-border-light); }
.flovie-home .fh-popup-product-img img { width: 100%; height: 100%; object-fit: contain; padding: 4px; display: block; }
.flovie-home .fh-popup-product-info { flex: 1; min-width: 0; }
.flovie-home .fh-popup-product-name { color: var(--fh-text-dark); font-family: var(--fh-heading-font); font-weight: 600; font-size: 15px; line-height: 1.4; margin: 0; }
.flovie-home .fh-popup-product-added { color: var(--fh-green-sec); font-family: var(--fh-body-font); font-size: 14px; margin: 4px 0 0; display: flex; align-items: center; gap: 4px; }
.flovie-home .fh-popup-product-added svg { width: 14px; height: 14px; fill: var(--fh-green-sec); }
.flovie-home .fh-popup-footer { padding: 0 28px 24px; display: flex; gap: 12px; }
.flovie-home .fh-popup-btn { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 18px; font-family: var(--fh-body-font); font-weight: 600; font-size: 15px; text-decoration: none; border-radius: var(--fh-radius); cursor: pointer; transition: all var(--fh-transition); line-height: 1.3; border: none; }
.flovie-home .fh-popup-btn--continue { background: var(--fh-beige-light); color: var(--fh-text-dark); border: 1.5px solid var(--fh-beige-dark); }
.flovie-home .fh-popup-btn--continue:hover { background: var(--fh-beige); border-color: var(--fh-green-sec); color: var(--fh-green-mid); }
.flovie-home .fh-popup-btn--cart { background: var(--fh-green-mid); color: #fff; border: 1.5px solid var(--fh-green-mid); }
.flovie-home .fh-popup-btn--cart:hover { background: var(--fh-green-sec); border-color: var(--fh-green-sec); }
.flovie-home .fh-popup-btn svg { width: 16px; height: 16px; fill: currentColor; flex-shrink: 0; }

/* ⑤ POURQUOI CHOISIR FLOVIE */
.flovie-home .fh-why { background: linear-gradient(135deg, var(--fh-bg-why) 0%, var(--fh-bg-why) 50%, var(--fh-bg-why) 100%); padding: 75px 5%; position: relative; overflow: hidden; }
.flovie-home .fh-why::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(167,201,87,0.06) 0%, transparent 70%); border-radius: 50%; }
.flovie-home .fh-why .fh-section-tag { background: rgba(167,201,87,0.15); color: var(--fh-green-light); }
.flovie-home .fh-why .fh-section-title { color: #fff; }
.flovie-home .fh-why .fh-section-subtitle { color: rgba(255,255,255,0.7); }
.flovie-home .fh-why-grid { max-width: var(--fh-max-width); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.flovie-home .fh-why-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(167,201,87,0.15); border-radius: var(--fh-radius-lg); padding: 32px 24px; text-align: center; transition: all var(--fh-transition); }
.flovie-home .fh-why-card:hover { background: rgba(255,255,255,0.08); border-color: rgba(167,201,87,0.3); transform: translateY(-4px); }
.flovie-home .fh-why-icon { width: 64px; height: 64px; margin: 0 auto 20px; background: linear-gradient(135deg, var(--fh-green-mid), var(--fh-green-light)); border-radius: var(--fh-radius); display: flex; align-items: center; justify-content: center; }
.flovie-home .fh-why-icon svg { width: 30px; height: 30px; fill: #fff; }
.flovie-home .fh-why-card h3 { font-family: var(--fh-heading-font); font-size: 18px; font-weight: 700; color: #fff; margin: 0 0 10px 0; }
.flovie-home .fh-why-card p { font-family: var(--fh-body-font); font-size: 15px; color: rgba(255,255,255,0.65); line-height: 1.6; margin: 0; }

/* ⑦ BANDEAU CATALOGUE */
.flovie-home .fh-catalog { padding: 70px 5%; background-color: var(--fh-bg-catalog); }
.flovie-home .fh-catalog-inner { max-width: var(--fh-max-width); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.3fr; gap: 50px; align-items: center; background: linear-gradient(135deg, var(--fh-beige) 0%, var(--fh-beige-light) 100%); border-radius: var(--fh-radius-lg); padding: 50px; border: 1px solid var(--fh-beige-dark); box-shadow: var(--fh-shadow-md); }
.flovie-home .fh-catalog-img { position: relative; text-align: center; }
.flovie-home .fh-catalog-img-wrapper { width: 100%; max-width: 320px; margin: 0 auto; aspect-ratio: 3/4; border-radius: var(--fh-radius); overflow: hidden; box-shadow: var(--fh-shadow-lg); background: linear-gradient(135deg, var(--fh-green-pale), #fff); display: flex; align-items: center; justify-content: center; transition: transform var(--fh-transition); }
.flovie-home .fh-catalog-img-wrapper:hover { transform: rotate(-2deg) scale(1.02); }
.flovie-home .fh-catalog-img-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.flovie-home .fh-catalog-badge { position: absolute; top: -10px; right: 10%; background-color: var(--fh-red); color: #fff; font-family: var(--fh-heading-font); font-size: 14px; font-weight: 700; padding: 8px 18px; border-radius: 20px; box-shadow: 0 4px 12px rgba(188,71,73,0.3); }
.flovie-home .fh-catalog-text h2 { font-family: var(--fh-heading-font); font-size: 32px; font-weight: 700; color: var(--fh-text-dark); margin: 0 0 16px 0; line-height: 1.3; }
.flovie-home .fh-catalog-text p { font-family: var(--fh-body-font); font-size: 17px; color: var(--fh-text-mid); line-height: 1.7; margin: 0 0 12px 0; }
.flovie-home .fh-catalog-features { list-style: none; padding: 0; margin: 0 0 28px 0; }
.flovie-home .fh-catalog-features li { display: flex; align-items: center; gap: 10px; font-family: var(--fh-body-font); font-size: 16px; color: var(--fh-text-dark); padding: 6px 0; }
.flovie-home .fh-catalog-features li svg { width: 20px; height: 20px; fill: var(--fh-green-mid); flex-shrink: 0; }

/* ⑨ AVIS CLIENTS */
.flovie-home .fh-reviews { padding: 70px 5%; background-color: var(--fh-bg-reviews); }
.flovie-home .fh-reviews-grid { max-width: var(--fh-max-width); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.flovie-home .fh-review-card { background: #fff; border-radius: var(--fh-radius-lg); padding: 30px; box-shadow: var(--fh-shadow-sm); border: 1px solid var(--fh-offwhite); transition: all var(--fh-transition); display: flex; flex-direction: column; }
.flovie-home .fh-review-card:hover { box-shadow: var(--fh-shadow-md); transform: translateY(-3px); }
.flovie-home .fh-review-stars { display: flex; gap: 3px; margin-bottom: 16px; }
.flovie-home .fh-review-stars svg { width: 20px; height: 20px; fill: #F4B942; }
.flovie-home .fh-review-text { font-family: var(--fh-body-font); font-size: 16px; color: var(--fh-text-dark); line-height: 1.7; margin: 0 0 20px 0; flex-grow: 1; font-style: italic; }
.flovie-home .fh-review-author { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--fh-offwhite); }
.flovie-home .fh-review-avatar { width: 44px; height: 44px; border-radius: 50%; background-color: var(--fh-green-pale); display: flex; align-items: center; justify-content: center; font-family: var(--fh-heading-font); font-size: 18px; font-weight: 700; color: var(--fh-green-mid); }
.flovie-home .fh-review-name { font-family: var(--fh-heading-font); font-size: 15px; font-weight: 700; color: var(--fh-text-dark); display: block; }
.flovie-home .fh-review-date { font-family: var(--fh-body-font); font-size: 14px; color: var(--fh-text-mid); }
.flovie-home .fh-reviews-badge { text-align: center; margin-top: 35px; }
.flovie-home .fh-reviews-badge a { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fh-body-font); font-size: 15px; color: var(--fh-green-mid); text-decoration: none; font-weight: 600; transition: color var(--fh-transition); }
.flovie-home .fh-reviews-badge a:hover { color: var(--fh-red); }

/* ⑫ PROPRIÉTÉS DES PLANTES */
.flovie-home .fh-plants { padding: 70px 5%; background-color: var(--fh-bg-plants); }
.flovie-home .fh-plants-grid { max-width: var(--fh-max-width); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.flovie-home .fh-plant-card { background: #fff; border-radius: var(--fh-radius-lg); overflow: hidden; text-decoration: none; box-shadow: var(--fh-shadow-sm); border: 1px solid var(--fh-offwhite); transition: all var(--fh-transition); }
.flovie-home .fh-plant-card:hover { transform: translateY(-4px); box-shadow: var(--fh-shadow-md); }
.flovie-home .fh-plant-img { width: 100%; aspect-ratio: 1; overflow: hidden; }
.flovie-home .fh-plant-img--arnica { background: linear-gradient(135deg, #f9e866, #e8c830); }
.flovie-home .fh-plant-img--romarin { background: linear-gradient(135deg, #7cb98a, #4a8a5a); }
.flovie-home .fh-plant-img--genevrier { background: linear-gradient(135deg, #6b9dbd, #4a7a9a); }
.flovie-home .fh-plant-img--calendula { background: linear-gradient(135deg, #f5a623, #d4860e); }
.flovie-home .fh-plant-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.flovie-home .fh-plant-card:hover .fh-plant-img img { transform: scale(1.08); }
.flovie-home .fh-plant-info { padding: 18px; text-align: center; }
.flovie-home .fh-plant-name { font-family: var(--fh-heading-font); font-size: 17px; font-weight: 700; color: var(--fh-text-dark); margin: 0 0 6px 0; }
.flovie-home .fh-plant-desc { font-family: var(--fh-body-font); font-size: 14px; color: var(--fh-text-mid); line-height: 1.5; margin: 0; }
.flovie-home .fh-plant-link { display: inline-flex; align-items: center; gap: 4px; font-family: var(--fh-body-font); font-size: 14px; font-weight: 600; color: var(--fh-green-mid); margin-top: 10px; transition: color var(--fh-transition); }
.flovie-home .fh-plant-card:hover .fh-plant-link { color: var(--fh-red); }
.flovie-home .fh-plant-link svg { width: 14px; height: 14px; fill: currentColor; }

/* ⑬ BANDEAU FINAL CONFIANCE */
.flovie-home .fh-final-trust { background: linear-gradient(90deg, var(--fh-bg-final-trust) 0%, var(--fh-bg-final-trust) 100%); padding: 40px 5%; }
.flovie-home .fh-final-trust-grid { max-width: var(--fh-max-width); margin: 0 auto; display: flex; justify-content: center; align-items: center; gap: 50px; flex-wrap: wrap; }
.flovie-home .fh-final-trust-item { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; transition: opacity var(--fh-transition); }
.flovie-home .fh-final-trust-item[data-href]:not([data-href=""]) { cursor: pointer; }
.flovie-home .fh-final-trust-item[data-href]:not([data-href=""]):hover { opacity: 0.85; }
.flovie-home .fh-final-trust-item svg { width: 28px; height: 28px; fill: var(--fh-green-light); flex-shrink: 0; }
.flovie-home .fh-final-trust-item strong { font-family: var(--fh-heading-font); font-size: 16px; font-weight: 700; }
.flovie-home .fh-final-trust-item span { font-family: var(--fh-body-font); font-size: 14px; color: rgba(255,255,255,0.7); display: block; }

/* ════════ RESPONSIVE TABLETTE (≤ 980px) ════════ */
@media (max-width: 980px) {
    .flovie-home .fh-hero-content { grid-template-columns: 1fr; text-align: center; padding: 40px 5%; }
    .flovie-home .fh-hero h1 { font-size: 36px; }
    .flovie-home .fh-hero-desc { margin: 0 auto 32px; }
    .flovie-home .fh-hero-buttons { justify-content: center; }
    .flovie-home .fh-hero-visual { order: -1; }
    .flovie-home .fh-hero-img-wrapper { max-width: 220px; }
    .flovie-home .fh-hero-stats { justify-content: center; }
    .flovie-home .fh-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .flovie-home .fh-trust-item { border-right: none !important; }
    .flovie-home .fh-categories-grid { grid-template-columns: repeat(2, 1fr); }
    .flovie-home .fh-cat-card--large { grid-column: span 2; }
    .flovie-home .fh-cards-grid { grid-template-columns: repeat(2, 1fr); }
    .flovie-home .fh-products-wrapper .woocommerce ul.products { grid-template-columns: repeat(2, 1fr) !important; }
    .flovie-home .fh-why-grid { grid-template-columns: repeat(2, 1fr); }
    .flovie-home .fh-catalog-inner { grid-template-columns: 1fr; padding: 35px; text-align: center; }
    .flovie-home .fh-catalog-features { display: inline-block; text-align: left; }
    .flovie-home .fh-reviews-grid { grid-template-columns: 1fr; max-width: 500px; }
    .flovie-home .fh-plants-grid { grid-template-columns: repeat(2, 1fr); }
    .flovie-home .fh-section-title { font-size: 28px; }
    .flovie-home .fh-final-trust-grid { gap: 25px; }
}

/* ════════ RESPONSIVE MOBILE (≤ 600px) ════════ */
@media (max-width: 600px) {
    .flovie-home .fh-hero { min-height: 420px; }
    .flovie-home .fh-hero h1 { font-size: 28px; }
    .flovie-home .fh-hero-desc { font-size: 16px; }
    .flovie-home .fh-hero-buttons { flex-direction: column; align-items: center; }
    .flovie-home .fh-hero-stats { flex-direction: column; gap: 16px; align-items: center; }
    .flovie-home .fh-hero-visual { display: flex; justify-content: center; margin-bottom: 16px; }
    .flovie-home .fh-hero-img-wrapper { max-width: 160px; }
    .flovie-home .fh-trust-grid { grid-template-columns: 1fr; }
    .flovie-home .fh-categories-grid { grid-template-columns: 1fr; }
    .flovie-home .fh-cat-card--large { grid-column: span 1; aspect-ratio: 4/3; }
    .flovie-home .fh-cards-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
    .flovie-home .fh-products-wrapper .woocommerce ul.products { grid-template-columns: 1fr !important; }
    .flovie-home .fh-why-grid { grid-template-columns: 1fr; }
    .flovie-home .fh-catalog-inner { padding: 25px; }
    .flovie-home .fh-catalog-text h2 { font-size: 24px; }
    .flovie-home .fh-plants-grid { grid-template-columns: 1fr; }
    .flovie-home .fh-section-title { font-size: 24px; }
    .flovie-home .fh-final-trust-grid { flex-direction: column; gap: 20px; text-align: center; }
    .flovie-home .fh-final-trust-item { flex-direction: column; gap: 6px; }
    .flovie-home .fh-popup-footer { flex-direction: column; gap: 10px; padding: 0 20px 20px; }
    .flovie-home .fh-popup-body { padding: 20px; }
    .flovie-home .fh-popup-header { padding: 16px 20px; }
}
