/* =========================================================================
   FREEVISIO — Système de design (refonte 2026)
   Thème enfant strollik-child · chargé après le thème parent.

   SOMMAIRE
   0. Variables (palette, typo, rayons, ombres)
   1. Base & typographie globale
   2. Boutons (thème + WooCommerce)
   3. Header / navigation (chrome parent)
   4. Footer
   5. WooCommerce — global (prix, notices, badges)
   6. WooCommerce — boutique & fiche produit
   7. WooCommerce — panier
   8. WooCommerce — checkout (PAIEMENT : style uniquement, hooks intacts)
   9. WooCommerce — compte client
   10. Bibliothèque de composants « fv-* » (templates Accueil / Produit)
   11. Responsive (mobile-first : ajustements < 980px / < 640px)
   ========================================================================= */

/* -------------------------------------------------------------------------
   0. VARIABLES
   ------------------------------------------------------------------------- */
:root {
  /* Couleurs de marque */
  --fv-blue:        #1B3FA0;   /* Primaire */
  --fv-blue-2:      #163487;
  --fv-blue-dark:   #0d1a3d;
  --fv-blue-soft:   #6b7ba3;
  --fv-blue-tint:   #f2f3fa;   /* fonds bleutés très clairs */
  --fv-gold:        #C9A227;   /* Accent / secondaire */
  --fv-gold-2:      #b8931f;
  --fv-gold-tint:   #fbf6e8;

  /* Neutres */
  --fv-ink:         #14171a;   /* texte principal */
  --fv-ink-2:       #2b3138;
  --fv-muted:       #4a535c;
  --fv-muted-2:     #5b6570;
  --fv-muted-3:     #8a9198;
  --fv-line:        rgba(20,23,26,0.08);
  --fv-line-2:      rgba(20,23,26,0.15);
  --fv-bg:          #ffffff;
  --fv-bg-soft:     #f7f7f5;

  /* Sémantique */
  --fv-green:       #2c7a4b;
  --fv-red:         #a13b3b;

  /* Typographie */
  --fv-sans: 'Barlow', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --fv-head: 'Barlow Condensed', 'Barlow', sans-serif;

  /* Rayons & ombres */
  --fv-radius:    6px;
  --fv-radius-sm: 3px;
  --fv-radius-lg: 10px;
  --fv-shadow:    0 1px 3px rgba(20,23,26,0.06);
  --fv-shadow-md: 0 8px 24px rgba(20,23,26,0.12);

  /* Gouttière de page (identique aux maquettes) */
  --fv-gutter: 5vw;
  --fv-maxw:   1160px;
}

/* -------------------------------------------------------------------------
   1. BASE & TYPOGRAPHIE GLOBALE
   ------------------------------------------------------------------------- */
body,
body.freevisio-refonte {
  font-family: var(--fv-sans);
  color: var(--fv-ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection { background: var(--fv-gold); color: var(--fv-blue-dark); }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--fv-head);
  color: var(--fv-ink);
  font-weight: 700;
  letter-spacing: -0.005em;
}

/* Liens (priorité volontairement BASSE : les boutons ont leur propre couleur
   via leurs classes .fv-btn--*, .fv-pack__cta, etc. qui l'emportent). */
a { color: var(--fv-blue); transition: color .15s ease; }
a:hover, a:focus { color: var(--fv-blue-2); }

/* Le thème parent utilise du rouge (#e43636) comme accent sur de nombreux
   éléments : on le neutralise vers le bleu de marque de façon ciblée. */
.text-primary,
.entry-title a:hover,
.widget-title:after,
.section-title:after { color: var(--fv-blue); border-color: var(--fv-blue); }

/* -------------------------------------------------------------------------
   2. BOUTONS
   ------------------------------------------------------------------------- */
/* Boutons Bootstrap du thème + soumissions génériques */
.btn,
.btn-default,
button.btn,
input[type="submit"].btn {
  font-family: var(--fv-sans);
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: var(--fv-radius-sm);
  border: none;
  transition: background-color .15s ease, transform .05s ease;
}
.btn-primary,
.btn-default,
.btn-default:focus {
  background-color: var(--fv-blue);
  border-color: var(--fv-blue);
  color: #fff;
}
.btn-primary:hover,
.btn-default:hover,
.btn-primary:focus {
  background-color: var(--fv-blue-2);
  border-color: var(--fv-blue-2);
  color: #fff;
}
.btn:active { transform: translateY(1px); }

/* Bouton « accent or » utilitaire */
.btn-gold {
  background-color: var(--fv-gold);
  color: var(--fv-ink);
}
.btn-gold:hover { background-color: var(--fv-gold-2); color: var(--fv-ink); }

/* -------------------------------------------------------------------------
   3. HEADER / NAVIGATION (chrome du thème parent, pages WooCommerce & autres)
   ------------------------------------------------------------------------- */
.site-header,
.header-main,
#header {
  border-bottom: 1px solid var(--fv-line);
}
.main-navigation a,
.nav-menu a,
#primary-menu a {
  font-family: var(--fv-sans);
  font-weight: 500;
  color: var(--fv-ink-2);
}
.main-navigation a:hover,
.nav-menu .current-menu-item > a,
#primary-menu .current-menu-item > a {
  color: var(--fv-blue);
}

/* Mini-panier / icône panier du header */
.mini-cart .cart-count,
.cart-contents .count,
.header-cart .count {
  background: var(--fv-gold);
  color: var(--fv-ink);
  font-weight: 800;
}

/* -------------------------------------------------------------------------
   4. FOOTER
   ------------------------------------------------------------------------- */
.site-footer,
#footer {
  border-top: 3px solid var(--fv-gold);
}
.site-footer a, #footer a { color: var(--fv-ink-2); }
.site-footer a:hover, #footer a:hover { color: var(--fv-blue); }

/* -------------------------------------------------------------------------
   5. WOOCOMMERCE — GLOBAL
   ------------------------------------------------------------------------- */
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce .price .amount,
.woocommerce-Price-amount {
  color: var(--fv-blue);
  font-family: var(--fv-head);
  font-weight: 800;
}
.woocommerce .price del { color: var(--fv-muted-3); font-weight: 400; }
.woocommerce .price ins { text-decoration: none; }

/* Badge « Promo » */
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  background: var(--fv-gold);
  color: var(--fv-ink);
  font-weight: 800;
  border-radius: 999px;
}

/* Notices WooCommerce (info / succès / erreur) */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--fv-blue);
  border-radius: var(--fv-radius);
  font-family: var(--fv-sans);
}
.woocommerce-message {
	background-color: var(--fv-blue) !important;
	border-color: var(--fv-blue) !important;
	color: #fff !important;
}
.woocommerce-message a { color: #fff !important; }
.woocommerce-message a.button {
	background-color: #fff !important;
	color: var(--fv-blue) !important;
	border: none !important;
}
.woocommerce-message a.button:hover { background-color: var(--fv-gold) !important; color: var(--fv-ink) !important; }
.woocommerce-error   { border-top-color: var(--fv-red); }
.woocommerce-message::before { color: #fff !important; }
.woocommerce-info::before    { color: var(--fv-blue); }

/* Boutons WooCommerce (ajouter au panier, commander, etc.) */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #place_order,
.woocommerce .single_add_to_cart_button {
  background-color: var(--fv-blue);
  color: #fff;
  font-family: var(--fv-sans);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-radius: var(--fv-radius-sm);
  border: none;
  transition: background-color .15s ease;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce #place_order:hover,
.woocommerce .single_add_to_cart_button:hover {
  background-color: var(--fv-blue-2);
  color: #fff;
}
/* Bouton secondaire (ex : « Mettre à jour le panier ») */
.woocommerce button.button[name="update_cart"],
.woocommerce input.button[name="update_cart"] {
  background-color: var(--fv-ink);
}

/* Champs de formulaire */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .quantity input.qty,
.woocommerce-cart table.cart input,
.select2-container--default .select2-selection--single {
  border: 1.5px solid var(--fv-line-2);
  border-radius: var(--fv-radius-sm);
  font-family: var(--fv-sans);
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: var(--fv-blue);
  outline: none;
}

/* -------------------------------------------------------------------------
   6. WOOCOMMERCE — BOUTIQUE & FICHE PRODUIT
   ------------------------------------------------------------------------- */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title {
  font-family: var(--fv-head);
  font-weight: 700;
  color: var(--fv-ink);
}
.woocommerce #reviews #comments ol.commentlist li .star-rating,
.woocommerce .star-rating span,
.woocommerce p.stars a { color: var(--fv-gold); }

/* Onglets de la fiche produit (parent : Bootstrap) */
.woocommerce-tabs .nav-tabs > li.active > a,
.woocommerce-tabs .tabs li.active a {
  color: var(--fv-blue);
  border-bottom-color: var(--fv-blue);
}

/* -------------------------------------------------------------------------
   7. WOOCOMMERCE — PANIER
   ------------------------------------------------------------------------- */
.woocommerce-cart table.cart,
.woocommerce table.shop_table {
  border-radius: var(--fv-radius);
  border-color: var(--fv-line);
}
.woocommerce-cart table.cart thead th,
.woocommerce table.shop_table thead th {
  font-family: var(--fv-sans);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--fv-muted-3);
  font-size: 12.5px;
}
.woocommerce-cart table.cart td.product-name a { color: var(--fv-ink); font-weight: 600; }
.woocommerce a.remove {
  color: var(--fv-red) !important;
  border-radius: 50%;
}
.woocommerce a.remove:hover { background: var(--fv-red); color: #fff !important; }

/* Bloc « totaux » du panier */
.cart_totals h2,
.woocommerce .cart_totals h2 {
  font-family: var(--fv-head);
  text-transform: uppercase;
}
.cart_totals .order-total .amount { color: var(--fv-blue); }

/* -------------------------------------------------------------------------
   8. WOOCOMMERCE — CHECKOUT
   ⚠️ Style uniquement. Les hooks de paiement (woocommerce_checkout_order_review,
   passerelle Stripe, bouton #place_order) ne sont pas modifiés structurellement.
   ------------------------------------------------------------------------- */
.woocommerce-checkout h3,
.woocommerce-checkout #order_review_heading {
  font-family: var(--fv-head);
  text-transform: uppercase;
  color: var(--fv-ink);
}
.woocommerce-checkout #payment {
  background: var(--fv-bg-soft);
  border-radius: var(--fv-radius);
}
.woocommerce-checkout #payment ul.payment_methods { border-bottom-color: var(--fv-line); }
.woocommerce-checkout #payment div.payment_box { background: #fff; border-radius: var(--fv-radius-sm); }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #fff; }
#add_payment_method #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 12px 0;
}
.woocommerce-checkout table.shop_table .order-total .amount { color: var(--fv-blue); }

/* -------------------------------------------------------------------------
   9. WOOCOMMERCE — COMPTE CLIENT
   ------------------------------------------------------------------------- */
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--fv-blue);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-left: 3px solid transparent;
  padding-left: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
  border-left-color: var(--fv-gold);
}

/* =========================================================================
   10. BIBLIOTHÈQUE DE COMPOSANTS « fv-* »
   Utilisée par les templates sur-mesure page-accueil.php & page-produit.php.
   Reproduit fidèlement les maquettes /design en CSS propre (pas d'inline).
   ========================================================================= */

/* Réinitialisation locale pour les zones refondues */
.fv { box-sizing: border-box; }
.fv *, .fv *::before, .fv *::after { box-sizing: border-box; }

.fv-page {
  font-family: var(--fv-sans);
  color: var(--fv-ink);
  background: var(--fv-bg);
  line-height: 1.5;
}
.fv-wrap { max-width: var(--fv-maxw); margin: 0 auto; }
.fv-section { padding: 110px var(--fv-gutter); }
.fv-section--soft { background: var(--fv-bg-soft); }
.fv-section--tight { padding: 64px var(--fv-gutter); }
.fv-rule-gold { height: 6px; background: var(--fv-gold); }

.fv-eyebrow {
  font-size: 13px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--fv-gold); margin-bottom: 14px;
}
.fv-eyebrow--blue { color: var(--fv-blue); letter-spacing: 0.14em; font-size: 12.5px; }

.fv-h1 {
  font-family: var(--fv-head); font-weight: 800;
  font-size: clamp(32px, 4.6vw, 54px); line-height: 1.03;
  letter-spacing: -0.01em; text-transform: uppercase; margin: 0 0 20px;
}
.fv-h2 {
  font-family: var(--fv-head); font-weight: 700;
  font-size: clamp(30px, 3.4vw, 44px); line-height: 1.05;
  text-transform: uppercase; margin: 0 0 22px; color: var(--fv-ink);
}
.fv-h2--alt { font-weight: 800; font-size: clamp(28px, 3.2vw, 38px); line-height: 1.1; }
.fv-h2 .fv-soft { color: var(--fv-blue-soft); }
.fv-h2 .fv-gold { color: var(--fv-gold); }
.fv-lead { font-size: 17px; line-height: 1.65; color: var(--fv-muted); max-width: 460px; }

/* Boutons du design (namespacés) */
.fv-btn {
  display: inline-block; text-decoration: none; cursor: pointer;
  font-family: var(--fv-sans); font-weight: 700; font-size: 16px;
  letter-spacing: 0.01em; text-transform: uppercase;
  padding: 16px 32px; border-radius: var(--fv-radius-sm); border: none;
  transition: background-color .15s ease, transform .05s ease;
}
.fv-btn:active { transform: translateY(1px); }
.fv-btn--gold  { background: var(--fv-gold); color: var(--fv-ink); }
.fv-btn--gold:hover { background: var(--fv-gold-2); color: var(--fv-ink); }
.fv-btn--blue  { background: var(--fv-blue); color: #fff; }
.fv-btn--blue:hover { background: var(--fv-blue-2); color: #fff; }
.fv-btn--ghost { border: 1.5px solid rgba(255,255,255,0.5); color: #fff; background: transparent; font-weight: 600; }
.fv-btn--ghost:hover { background: rgba(255,255,255,0.12); color: #fff; }
.fv-btn--sm { padding: 11px 22px; font-size: 14.5px; }

/* --- Header / Footer du chrome Freevisio (partials header-freevisio.php) --- */
.fv-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px var(--fv-gutter);
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--fv-line);
}
.fv-header__logo img { height: 52px; width: auto; display: block; }
.fv-nav { display: flex; align-items: center; gap: 30px; }
/* Liens du menu — SAUF les boutons (sinon leur texte blanc serait écrasé). */
.fv-nav a:not([class*="fv-btn"]) { color: var(--fv-ink-2); text-decoration: none; font-size: 15px; font-weight: 500; }
.fv-nav a:not([class*="fv-btn"]):hover { color: var(--fv-blue); }
/* Garantie supplémentaire : le texte du bouton bleu reste blanc partout. */
.fv-nav a.fv-btn--blue,
a.fv-btn--blue,
a.fv-btn--blue:hover,
a.fv-btn--blue:focus { color: #fff; }
.fv-account { position: relative; }
.fv-account__toggle {
  display: flex; align-items: center; gap: 6px;
  color: var(--fv-gold); font-weight: 700; font-size: 15px; cursor: pointer;
}
.fv-account__menu {
  position: absolute; top: 100%; left: 0; padding-top: 10px; z-index: 60;
  display: none; min-width: 190px;
}
.fv-account:hover .fv-account__menu { display: block; }
.fv-account__menu-inner {
  background: #fff; border: 1px solid rgba(20,23,26,0.1);
  border-radius: var(--fv-radius); box-shadow: var(--fv-shadow-md); padding: 8px;
}
.fv-account__menu a { display: block; padding: 10px 12px; font-size: 14px; color: var(--fv-ink); border-radius: 4px; }
.fv-account__menu a:hover { background: var(--fv-bg-soft); }
.fv-cart-link { display: flex; align-items: center; gap: 8px; color: var(--fv-ink); text-decoration: none; font-size: 15px; font-weight: 600; }
.fv-cart-link:hover { color: var(--fv-blue); }
.fv-cart-badge {
  background: var(--fv-gold); color: var(--fv-ink); border-radius: 50%;
  min-width: 20px; height: 20px; padding: 0 4px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 800;
}
.fv-cart-ico { position: relative; width: 22px; height: 18px; display: inline-block; }
.fv-cart-ico i { position: absolute; }
.fv-cart-ico .b { left: 2px; top: 4px; width: 14px; height: 11px; border: 1.8px solid currentColor; border-radius: 0 0 2px 2px; }
.fv-cart-ico .h { left: 6px; top: 0; width: 6px; height: 7px; border: 1.8px solid currentColor; border-bottom: none; border-radius: 4px 4px 0 0; }

.fv-footer { padding: 56px var(--fv-gutter) 40px; background: #fff; border-top: 3px solid var(--fv-gold); }
.fv-footer__top {
  max-width: var(--fv-maxw); margin: 0 auto; display: flex;
  justify-content: space-between; flex-wrap: wrap; gap: 32px;
  padding-bottom: 32px; border-bottom: 1px solid var(--fv-line);
}
.fv-footer__cols { display: flex; gap: 48px; flex-wrap: wrap; }
.fv-footer__col { display: flex; flex-direction: column; gap: 10px; }
.fv-footer__col b { font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--fv-muted-3); margin-bottom: 4px; }
.fv-footer__col a { font-size: 14px; color: var(--fv-ink-2); text-decoration: none; }
.fv-footer__col a:hover { color: var(--fv-blue); }
.fv-footer__logo img { height: 44px; width: auto; display: block; }
.fv-footer__legal { max-width: var(--fv-maxw); margin: 0 auto; padding-top: 24px; font-size: 13px; color: var(--fv-muted-3); }

/* --- HERO (accueil) --- */
.fv-hero {
  position: relative; min-height: 88vh; display: flex; flex-direction: column;
  justify-content: flex-end; background: #eef0f3; overflow: hidden;
}
.fv-hero__media { position: absolute; inset: 0; }
.fv-hero__media > div { width: 100%; height: 100%; } /* conteneur renvoyé par freevisio_img() */
.fv-hero__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fv-hero__scrim {
  position: absolute; left: 0; right: 0; bottom: 0; height: 320px;
  background: linear-gradient(180deg, rgba(20,23,26,0) 0%, rgba(20,23,26,0.55) 55%, rgba(20,23,26,0.82) 100%);
}
.fv-hero__inner { position: relative; padding: 0 var(--fv-gutter) 72px; max-width: 780px; }
.fv-hero__pill {
  display: inline-block; padding: 13px 26px; background: rgba(27,63,160,0.92);
  border-radius: var(--fv-radius-sm); color: #fff; font-size: 19px; font-weight: 700;
  letter-spacing: 0.02em; margin-bottom: 26px; text-decoration: none;
}
.fv-hero__inner .fv-h1 { color: #fff; }
.fv-hero__inner p { font-size: 18px; line-height: 1.55; color: #e4e7ea; max-width: 540px; margin: 0 0 30px; }
.fv-hero__cta { display: flex; gap: 16px; flex-wrap: wrap; }

/* --- Grilles génériques --- */
.fv-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.fv-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.fv-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }

/* Média encadré */
.fv-media { width: 100%; border-radius: var(--fv-radius); overflow: hidden; background: #e7e9ee; }
.fv-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fv-media--45 { aspect-ratio: 4/5; }
.fv-media--43 { aspect-ratio: 4/3; }
.fv-media--11 { aspect-ratio: 1/1; }
/* Placeholder si aucune image fournie */
.fv-media--ph {
  background:
    repeating-linear-gradient(135deg, rgba(20,23,26,0.05) 0, rgba(20,23,26,0.05) 8px, transparent 8px, transparent 16px);
  border: 1px dashed var(--fv-line-2);
  display: flex; align-items: center; justify-content: center;
  color: var(--fv-muted-3); font-size: 13px; text-align: center; padding: 16px;
}

/* --- « Comment ça marche » : étapes --- */
.fv-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.fv-step { display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.fv-step__img { width: 200px; height: 200px; border-radius: 50%; overflow: hidden; background: #e7e9ee; }
.fv-step__img img { width: 100%; height: 100%; object-fit: cover; }
.fv-step__head { display: flex; align-items: baseline; gap: 12px; }
.fv-step__n { font-family: var(--fv-head); font-weight: 800; font-size: 30px; color: var(--fv-gold); }
.fv-step__title { font-family: var(--fv-head); font-weight: 700; font-size: 21px; margin: 0; text-transform: uppercase; }
.fv-step p { font-size: 15.5px; line-height: 1.6; color: var(--fv-muted); margin: 0; max-width: 300px; }

/* --- Avis / témoignages --- */
.fv-review {
  background: #fff; border: 1px solid var(--fv-line); border-radius: var(--fv-radius);
  padding: 30px; display: flex; flex-direction: column; gap: 16px; box-shadow: var(--fv-shadow);
}
.fv-stars { color: var(--fv-gold); font-size: 16px; letter-spacing: 2px; }
.fv-review p { font-size: 15.5px; line-height: 1.6; color: var(--fv-ink-2); margin: 0; flex: 1; }
.fv-review__who { display: flex; align-items: center; gap: 10px; padding-top: 10px; border-top: 1px solid rgba(20,23,26,0.06); }
.fv-avatar {
  width: 34px; height: 34px; border-radius: 50%; background: var(--fv-blue);
  display: flex; align-items: center; justify-content: center; color: #fff;
  font-weight: 700; font-size: 13px; font-family: var(--fv-head); flex-shrink: 0;
}
.fv-review__name { font-size: 14px; font-weight: 600; color: var(--fv-ink); }
.fv-review__bike { font-size: 12.5px; color: var(--fv-muted-3); }
.fv-badge-verified { font-size: 10px; font-weight: 700; color: var(--fv-green); background: rgba(44,122,75,0.1); padding: 3px 7px; border-radius: 3px; }

/* Stat (note moyenne / nb motards) */
.fv-stat__num { font-family: var(--fv-head); font-weight: 800; font-size: 40px; color: var(--fv-blue); line-height: 1; }
.fv-stat__lbl { font-size: 13.5px; color: var(--fv-muted-2); margin-top: 4px; }

/* --- Réassurance --- */
.fv-reassure { background: var(--fv-bg-soft); border-top: 3px solid var(--fv-gold); border-bottom: 3px solid var(--fv-gold); }
.fv-trust { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.fv-trust__ico { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 20px; font-weight: 800; }
.fv-trust__ico--blue { background: rgba(27,63,160,0.08); color: var(--fv-blue); }
.fv-trust__ico--gold { background: rgba(201,162,39,0.14); color: var(--fv-gold); }
.fv-trust__t { font-size: 15.5px; font-weight: 700; color: var(--fv-ink); }
.fv-trust__d { font-size: 14px; color: var(--fv-muted-2); line-height: 1.5; }

/* --- CTA final (bloc bleu) --- */
.fv-cta { background: var(--fv-blue); position: relative; overflow: hidden; }
.fv-cta .fv-h2 { color: #fff; font-weight: 800; font-size: clamp(32px,3.6vw,48px); }
.fv-cta p { font-size: 17px; line-height: 1.6; color: rgba(255,255,255,0.85); margin: 0 0 32px; max-width: 440px; }
.fv-cta__row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.fv-cta__note { font-size: 13.5px; color: rgba(255,255,255,0.75); }

/* --- Grille de PACKS (page produit) --- */
.fv-packs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.fv-pack {
  border: 1px solid var(--fv-line); border-radius: var(--fv-radius-lg);
  padding: 28px; display: flex; flex-direction: column; position: relative;
  background: #fff; transition: box-shadow .15s ease, border-color .15s ease;
}
.fv-pack:hover { box-shadow: var(--fv-shadow-md); border-color: rgba(27,63,160,0.25); }
.fv-pack__flag {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--fv-gold); color: var(--fv-ink); font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase; padding: 5px 14px;
  border-radius: 999px; white-space: nowrap;
}
.fv-pack__img { aspect-ratio: 1/1; margin-bottom: 20px; border-radius: 8px; overflow: hidden; background: #e7e9ee; }
.fv-pack__img img { width: 100%; height: 100%; object-fit: cover; }
.fv-pack__name { font-size: 13.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fv-ink); text-align: center; margin-bottom: 10px; }
.fv-pack__desc { font-size: 13.5px; line-height: 1.55; color: var(--fv-muted-2); text-align: center; margin: 0 0 16px; }
.fv-pack__price { font-family: var(--fv-head); font-weight: 800; font-size: 28px; color: var(--fv-blue); text-align: center; margin-bottom: 18px; }
.fv-pack .fv-pack__cta {
  margin-top: auto; background: var(--fv-blue); color: #fff; border: none;
  padding: 15px 20px; border-radius: 4px; font-weight: 700; font-size: 14px;
  text-transform: uppercase; letter-spacing: 0.02em; cursor: pointer;
  font-family: var(--fv-sans); text-align: center; text-decoration: none; display: block;
}
.fv-pack .fv-pack__cta:hover { background: var(--fv-blue-2); color: #fff; }

/* --- Comparatif « Sans / Avec » --- */
.fv-vs { display: grid; grid-template-columns: 1fr auto 1fr; background: var(--fv-blue-tint); border-radius: 8px; overflow: hidden; }
.fv-vs__col { padding: 26px 28px; }
.fv-vs__h { font-size: 11.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
.fv-vs__h--no { color: var(--fv-red); }
.fv-vs__h--yes { color: var(--fv-green); }
.fv-vs__item { display: flex; gap: 8px; font-size: 14px; line-height: 1.5; color: #3d4550; margin-bottom: 10px; }
.fv-vs__item .no { color: var(--fv-red); flex-shrink: 0; }
.fv-vs__item .yes { color: var(--fv-green); flex-shrink: 0; }
.fv-vs__sep { width: 3px; background: var(--fv-blue); position: relative; }
.fv-vs__sep span { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(90deg); font-size: 10px; font-weight: 800; letter-spacing: 0.1em; color: var(--fv-blue); }

/* --- Cartes numérotées (utilisation) --- */
.fv-usecard { border: 1px solid var(--fv-line); border-radius: 8px; padding: 24px 20px; }
.fv-usecard__n { font-family: var(--fv-head); font-weight: 800; font-size: 32px; color: rgba(27,63,160,0.25); margin-bottom: 10px; }
.fv-usecard__t { font-family: var(--fv-head); font-weight: 700; font-size: 17px; text-transform: uppercase; color: var(--fv-ink); margin-bottom: 8px; line-height: 1.15; }
.fv-usecard__d { font-size: 13.5px; line-height: 1.55; color: var(--fv-muted-2); }

/* --- Specs (table clé/valeur) --- */
.fv-spec { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--fv-line); }
.fv-spec__k { font-size: 13.5px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--fv-muted-3); }
.fv-spec__v { font-size: 14.5px; color: var(--fv-ink); font-weight: 600; text-align: right; }

/* --- Bénéfices (cartes 2 col) --- */
.fv-benefit { border: 1px solid var(--fv-line); border-radius: 8px; padding: 24px; }
.fv-benefit__ico { width: 38px; height: 38px; border-radius: 9px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.fv-benefit__ico i { width: 14px; height: 14px; display: block; }
.fv-benefit__t { font-size: 15px; font-weight: 700; color: var(--fv-ink); margin-bottom: 6px; }
.fv-benefit__d { font-size: 13.5px; line-height: 1.55; color: var(--fv-muted-2); }

/* --- Barres de notation --- */
.fv-ratingbar { display: grid; grid-template-columns: 30px 1fr 34px; align-items: center; gap: 10px; }
.fv-ratingbar__track { height: 6px; background: rgba(20,23,26,0.07); border-radius: 3px; overflow: hidden; }
.fv-ratingbar__fill { height: 100%; background: var(--fv-gold); }

/* --- Encadré vidéo --- */
.fv-video { aspect-ratio: 16/9; border-radius: 8px; overflow: hidden; max-width: 700px; }
.fv-video iframe { width: 100%; height: 100%; border: none; display: block; }

/* Bandeau « depuis 2016 » */
.fv-note { border: 1px solid rgba(201,162,39,0.3); background: var(--fv-gold-tint); border-radius: 8px; padding: 20px; display: flex; align-items: center; gap: 16px; }

/* --- Section « Pourquoi adopter Freevisio ? » (3 blocs image + texte) --- */
.fv-why__bar { background: var(--fv-gold); padding: 16px var(--fv-gutter); text-align: center; }
.fv-why__bar h2 {
  font-family: var(--fv-head); font-weight: 800;
  font-size: clamp(22px, 2.6vw, 30px); color: var(--fv-ink); margin: 0;
}
.fv-why { padding: 48px var(--fv-gutter) 24px; }
.fv-why__row {
  max-width: var(--fv-maxw); margin: 0 auto;
  display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px;
  align-items: center; padding: 36px 0;
}
.fv-why__media {
  width: 100%; aspect-ratio: 16/10; border-radius: var(--fv-radius);
  overflow: hidden; background: #e7e9ee;
}
.fv-why__media > div { width: 100%; height: 100%; }
.fv-why__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fv-why__title {
  font-family: var(--fv-head); font-weight: 700;
  font-size: clamp(20px, 2.2vw, 26px); color: var(--fv-ink); margin: 0 0 14px;
}
.fv-why__text { font-size: 15px; line-height: 1.6; color: var(--fv-muted); margin: 0 0 12px; }
.fv-why__link {
  display: block; text-align: center; font-weight: 700;
  color: var(--fv-blue); text-decoration: none; margin-top: 18px;
}
.fv-why__link:hover { color: var(--fv-blue-2); text-decoration: underline; }

/* --- Pages internes : bandeau de titre --- */
.fv-pagehead { padding: 56px var(--fv-gutter); background: var(--fv-bg-soft); }
.fv-pagehead__t {
  font-family: var(--fv-head); font-weight: 800; font-size: clamp(32px, 4vw, 48px);
  text-transform: uppercase; color: var(--fv-ink); margin: 0;
  max-width: var(--fv-maxw); margin-left: auto; margin-right: auto;
}
.fv-rule-gold-thin { height: 3px; background: var(--fv-gold); max-width: var(--fv-maxw); margin: 70px auto 0; }

/* --- À PROPOS --- */
.fv-prose { font-size: 16px; line-height: 1.7; color: #3d4550; margin: 0; }
.fv-prose + .fv-prose { margin-top: 18px; }
.fv-prose strong { color: var(--fv-ink); }
.fv-intro3 { display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 40px; align-items: center; }
.fv-media--43 { aspect-ratio: 4/3; }
.fv-team { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.fv-team__member { display: flex; flex-direction: column; gap: 16px; }
.fv-team__avatar { width: 140px; height: 140px; border-radius: 50%; overflow: hidden; background: #e7e9ee; }
.fv-team__avatar > div { width: 100%; height: 100%; }
.fv-team__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fv-team__name { font-family: var(--fv-head); font-weight: 700; font-size: 22px; text-transform: uppercase; color: var(--fv-ink); }
.fv-team__role { font-size: 14.5px; color: var(--fv-muted-2); margin-top: 2px; }

/* --- CONTACT --- */
.fv-form { max-width: 620px; margin: 0 auto; }
.fv-form__row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 20px; }
.fv-field { margin-bottom: 20px; }
.fv-label { display: block; font-size: 13.5px; font-weight: 700; color: var(--fv-ink); margin-bottom: 8px; }
.fv-req { color: var(--fv-red); }
.fv-input, .fv-textarea {
  width: 100%; padding: 13px 14px; border: 1.5px solid var(--fv-line-2);
  border-radius: 4px; font-size: 15px; font-family: var(--fv-sans); background: #fff;
}
.fv-textarea { resize: vertical; }
.fv-input:focus, .fv-textarea:focus { border-color: var(--fv-blue); outline: none; }
.fv-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; } /* honeypot anti-spam */
.fv-alert { max-width: 620px; margin: 0 auto 24px; border-radius: 8px; padding: 16px 18px; font-size: 14.5px; }
.fv-alert--ok { background: #f2f3fa; border: 1px solid rgba(27,63,160,0.2); color: var(--fv-ink); }
.fv-alert--err { background: #fbeaea; border: 1px solid rgba(161,59,59,0.25); color: var(--fv-red); }
.fv-social { display: flex; justify-content: center; gap: 20px; }
.fv-social a { font-size: 14px; color: var(--fv-blue); text-decoration: none; font-weight: 600; }
.fv-social a:hover { color: var(--fv-blue-2); }
.fv-eyebrow-c { font-family: var(--fv-head); font-weight: 700; font-size: 15px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--fv-ink); margin-bottom: 10px; text-align: center; }

/* FAQ (accordéon natif <details>) */
.fv-faq { display: flex; flex-direction: column; gap: 10px; max-width: 800px; margin: 0 auto; }
.fv-faq details { border: 1px solid rgba(20,23,26,0.1); border-radius: 8px; overflow: hidden; background: #fff; }
.fv-faq summary {
  list-style: none; cursor: pointer; padding: 18px 20px;
  font-size: 15.5px; font-weight: 700; color: var(--fv-ink);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.fv-faq summary::-webkit-details-marker { display: none; }
.fv-faq summary::after { content: '+'; font-size: 20px; color: var(--fv-blue); line-height: 1; }
.fv-faq details[open] summary::after { content: '\2013'; }
.fv-faq__a { padding: 0 20px 20px; font-size: 14.5px; line-height: 1.6; color: var(--fv-muted); }

/* --- SUIVI DE COMMANDE (formulaire WooCommerce order-tracking) --- */
.fv-track .track_order { max-width: 860px; margin: 0 auto; }
.fv-track .track_order > p:first-child {
  font-size: 16px; line-height: 1.6; color: var(--fv-muted); margin: 0 auto 32px;
  max-width: 720px; text-align: center;
}
.fv-track .track_order .form-row {
  display: inline-block; width: 48%; vertical-align: top; margin-bottom: 20px;
}
.fv-track .track_order .form-row-first { margin-right: 3%; }
.fv-track .track_order label {
  display: block; font-size: 13.5px; font-weight: 700; color: var(--fv-ink); margin-bottom: 8px;
}
.fv-track .track_order input.input-text {
  width: 100%; padding: 13px 14px; border: 1.5px solid var(--fv-line-2);
  border-radius: 4px; font-size: 15px; font-family: var(--fv-sans);
}
.fv-track .track_order input.input-text:focus { border-color: var(--fv-blue); outline: none; }
.fv-track .track_order .clear { display: none; }
.fv-track .track_order button {
  display: inline-block; width: auto; background: var(--fv-blue); color: #fff; border: none;
  padding: 14px 32px; border-radius: 4px; font-weight: 700; font-size: 15px;
  text-transform: uppercase; letter-spacing: 0.02em; cursor: pointer; font-family: var(--fv-sans);
}
.fv-track .track_order button:hover { background: var(--fv-blue-2); }

/* --- PANIER (surcharge WooCommerce, 2 colonnes) --- */
.fv-cart-grid {
  max-width: var(--fv-maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 56px; align-items: start;
}
.fv-cart-items { min-width: 0; }
.fv-cart-item {
  display: grid; grid-template-columns: 90px 1fr auto; gap: 20px; align-items: center;
  padding: 20px 0; border-bottom: 1px solid var(--fv-line);
}
.fv-cart-item__thumb img {
  width: 90px; height: 90px; object-fit: cover; border-radius: 8px; display: block;
  border: 1px solid var(--fv-line);
}
.fv-cart-item__name { font-size: 16px; font-weight: 700; color: var(--fv-ink); margin-bottom: 6px; }
.fv-cart-item__name a { color: var(--fv-ink); text-decoration: none; }
.fv-cart-item__unit { font-size: 14px; color: var(--fv-muted-2); margin-bottom: 12px; }
.fv-cart-item__controls { display: flex; align-items: center; gap: 16px; }
.fv-cart-item__remove { border: none; background: none; color: var(--fv-red) !important; font-size: 13px; cursor: pointer; text-decoration: underline; }
.fv-cart-item__remove:hover { color: var(--fv-red) !important; background: none !important; }
.fv-cart-item__total { font-family: var(--fv-head); font-weight: 800; font-size: 20px; color: var(--fv-blue); text-align: right; }

.fv-qty { display: inline-flex; align-items: center; border: 1.5px solid var(--fv-line-2); border-radius: 4px; overflow: hidden; }
.fv-qty .quantity { margin: 0 !important; border: none !important; }
.fv-qty input.qty {
  width: 44px; height: 36px; border: none; text-align: center; font-weight: 600; font-size: 14px;
  background: #fff; -moz-appearance: textfield;
  border-left: 1px solid var(--fv-line); border-right: 1px solid var(--fv-line);
}
.fv-qty input.qty::-webkit-outer-spin-button,
.fv-qty input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.fv-qty-btn { width: 32px; height: 36px; border: none; background: #fff; font-size: 16px; line-height: 1; cursor: pointer; color: var(--fv-ink); }
.fv-qty-btn:hover { background: var(--fv-bg-soft); }
.fv-qty--single { padding: 8px 12px; font-weight: 600; }

.fv-cart-summary {
  position: sticky; top: 96px; border: 1px solid var(--fv-line);
  border-radius: 10px; padding: 28px; background: #fff;
}
.fv-coupon { margin-bottom: 18px; }
.fv-coupon__label { font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--fv-ink); margin-bottom: 8px; }
.fv-coupon__row { display: flex; gap: 8px; }
.fv-coupon__row input.input-text {
  flex: 1; min-width: 0; padding: 11px 12px; border: 1.5px solid var(--fv-line-2);
  border-radius: 4px; font-size: 14px; font-family: var(--fv-sans);
}
.fv-coupon__row button {
  background: var(--fv-ink); color: #fff; border: none; padding: 0 16px; border-radius: 4px;
  font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.02em;
  cursor: pointer; white-space: nowrap;
}
.fv-coupon__row button:hover { background: #000; }
.fv-sum-line { display: flex; justify-content: space-between; font-size: 15px; color: var(--fv-muted-2); margin-bottom: 12px; }
.fv-sum-line--discount { color: var(--fv-blue); }
.fv-sum-total {
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--fv-head); font-weight: 800; font-size: 22px; color: var(--fv-ink);
  margin: 18px 0 24px; padding-top: 18px; border-top: 1px solid var(--fv-line);
}
.fv-sum-total .amount, .fv-sum-total .woocommerce-Price-amount { color: var(--fv-ink); }
.fv-cart-checkout { display: block; width: 100%; text-align: center; box-sizing: border-box; }
.fv-cart-secure { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--fv-muted-3); margin-top: 16px; }
.fv-cart-secure__ico { color: var(--fv-blue); }

/* Utilitaires */
.fv-center { text-align: center; }
.fv-mb-0 { margin-bottom: 0 !important; }
.fv-narrow { max-width: 900px; margin: 0 auto; }

/* =========================================================================
   11. RESPONSIVE (mobile-first : on dégrade les grilles)
   ========================================================================= */
@media (max-width: 980px) {
  .fv-section { padding: 72px var(--fv-gutter); }
  .fv-grid-2 { grid-template-columns: 1fr; gap: 40px; }
  .fv-grid-4 { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .fv-steps  { grid-template-columns: 1fr; gap: 40px; }
  .fv-packs  { grid-template-columns: 1fr; gap: 40px; }
  .fv-why__row { grid-template-columns: 1fr; gap: 24px; padding: 28px 0; }
  .fv-intro3 { grid-template-columns: 1fr; gap: 28px; }
  .fv-team { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .fv-form__row2 { grid-template-columns: 1fr; }
  .fv-track .track_order .form-row { width: 100%; margin-right: 0; }
  .fv-cart-grid { grid-template-columns: 1fr; gap: 32px; }
  .fv-cart-summary { position: static; }
  .fv-cta .fv-grid-2 { gap: 32px; }
}

@media (max-width: 860px) {
  /* Header : la nav passe en repli simple (le menu détaillé se réduit) */
  .fv-nav { gap: 16px; flex-wrap: wrap; justify-content: flex-end; }
  .fv-header { flex-wrap: wrap; gap: 10px; }
}

@media (max-width: 640px) {
  .fv-grid-3 { grid-template-columns: 1fr; }
  .fv-grid-4 { grid-template-columns: 1fr; }
  .fv-vs { grid-template-columns: 1fr; }
  .fv-vs__sep { width: 100%; height: 3px; }
  .fv-vs__sep span { transform: translate(-50%,-50%); }
  .fv-hero { min-height: 80vh; }
  .fv-hero__inner { padding-bottom: 48px; }
  .fv-hero__cta .fv-btn { width: 100%; text-align: center; }
  .fv-footer__top { flex-direction: column; gap: 24px; }
  .fv-benefit, .fv-usecard { padding: 20px; }
}
