/*
Theme Name: HD Lite
Description: Lightweight mobile-first theme for migrated LPs.
Version: 1.2.0
*/

:root {
  --hd-bg: #0b0f14;
  --hd-fg: #f5f5f5;
  --hd-accent: #1a7f37;
  --hd-glow: #22c55e;
  --hd-warn: #dc2626;
  --hd-btn-fg: #ffffff;
}

* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  background: #111;
  color: var(--hd-fg);
  font-family: "Segoe UI", Tahoma, "Noto Sans Arabic", sans-serif;
}
img { max-width: 100%; height: auto; display: block; }
.hd-lp {
  max-width: 480px;
  margin: 0 auto;
  background: var(--hd-bg, #000);
  min-height: 100vh;
  /* Barre sticky en flux : plus de padding/bande noire au-dessus des slides */
  padding-top: 0 !important;
  padding-bottom: 84px;
}
.hd-lp > p:empty,
.hd-lp > p:has(> br:only-child) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}

/* Sticky top offer countdown — dans le flux, collée en haut au scroll */
.hd-offer-bar {
  position: sticky;
  top: 0;
  left: auto;
  transform: none;
  width: 100%;
  max-width: 480px;
  z-index: 9500;
  padding: calc(8px + env(safe-area-inset-top, 0px)) 10px 10px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--hd-bg) 92%, #000) 0%, color-mix(in srgb, var(--hd-bg) 78%, #000) 100%);
  border-bottom: 1px solid color-mix(in srgb, var(--hd-accent) 45%, transparent);
  overflow: hidden;
  direction: rtl;
}
.hd-offer-glow {
  box-shadow:
    0 4px 18px color-mix(in srgb, var(--hd-accent) 30%, transparent),
    0 0 0 1px color-mix(in srgb, var(--hd-accent) 30%, transparent),
    inset 0 -1px 0 color-mix(in srgb, var(--hd-accent) 25%, transparent);
  animation: hd-offer-bar-glow 2.2s ease-in-out infinite;
}
@keyframes hd-offer-bar-glow {
  0%, 100% {
    box-shadow:
      0 4px 16px color-mix(in srgb, var(--hd-accent) 25%, transparent),
      0 0 0 1px color-mix(in srgb, var(--hd-accent) 28%, transparent);
  }
  50% {
    box-shadow:
      0 6px 22px color-mix(in srgb, var(--hd-accent) 45%, transparent),
      0 0 0 1px color-mix(in srgb, var(--hd-accent) 50%, transparent);
  }
}
.hd-offer-bar-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 20%,
    color-mix(in srgb, var(--hd-accent) 18%, transparent) 45%,
    transparent 70%
  );
  animation: hd-offer-shine 3.2s ease-in-out infinite;
  pointer-events: none;
}
@keyframes hd-offer-shine {
  0%, 100% { transform: translateX(-30%); opacity: .35; }
  50% { transform: translateX(30%); opacity: .7; }
}
.hd-offer-bar-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.hd-offer-pulse {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--hd-accent);
  box-shadow: 0 0 12px var(--hd-accent);
  transform: translateY(-50%);
  animation: hd-offer-dot 1.2s ease-in-out infinite;
}
@keyframes hd-offer-dot {
  0%, 100% { opacity: .55; transform: translateY(-50%) scale(1); }
  50% { opacity: 1; transform: translateY(-50%) scale(1.35); }
}
.hd-offer-label {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  color: #fff;
  text-shadow: 0 0 16px color-mix(in srgb, var(--hd-accent) 55%, transparent);
  animation: hd-title-glow 1.6s ease-in-out infinite;
}
.hd-offer-timer {
  display: flex;
  align-items: center;
  gap: 6px;
}
.hd-offer-unit {
  min-width: 52px;
  padding: 4px 8px 5px;
  border-radius: 10px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(0,0,0,.35));
  border: 1px solid color-mix(in srgb, var(--hd-accent) 45%, transparent);
  box-shadow:
    0 0 18px color-mix(in srgb, var(--hd-accent) 35%, transparent),
    inset 0 1px 0 rgba(255,255,255,.15);
}
.hd-offer-unit b {
  display: block;
  font-size: 20px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 0 14px color-mix(in srgb, var(--hd-accent) 70%, transparent);
}
.hd-offer-unit small {
  display: block;
  margin-top: 1px;
  font-size: 9px;
  font-weight: 700;
  color: color-mix(in srgb, var(--hd-accent) 75%, #fff);
  letter-spacing: .04em;
}
.hd-offer-sep {
  font-size: 18px;
  font-weight: 900;
  color: var(--hd-accent);
  text-shadow: 0 0 12px var(--hd-accent);
  animation: hd-offer-sep-blink 1s steps(1) infinite;
  padding-bottom: 10px;
}
@keyframes hd-offer-sep-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: .25; }
}
.hd-offer-bar.hd-offer-ended .hd-offer-label {
  color: #fecaca;
}
.hd-offer-bar.hd-offer-ended .hd-offer-unit {
  border-color: rgba(220, 38, 38, 0.55);
  box-shadow: 0 0 18px rgba(220, 38, 38, 0.4);
}
.hd-lp-slides {
  display: flex;
  flex-direction: column;
}
.hd-lp-slides img {
  width: 100%;
  height: auto;
  display: block;
}
/* Avatars / cards carrées : ne pas étirer en plein écran */
.hd-lp-slides img.hd-img-card {
  width: auto;
  max-width: 280px;
  margin: 10px auto;
  border-radius: 8px;
}
.hd-inline-form {
  padding: 16px 12px 12px;
  background: #fff;
  color: #111;
  border-top: 3px solid var(--hd-accent);
  border-bottom: 3px solid var(--hd-accent);
}
.hd-inline-form .hd-lead-form {
  max-width: 420px;
  margin: 0 auto;
}
.hd-inline-form .hd-submit-btn {
  animation: none;
  background: var(--hd-accent);
  color: var(--hd-btn-fg);
  box-shadow: 0 0 18px color-mix(in srgb, var(--hd-accent) 45%, transparent);
}

/* Sticky bottom CTA with pulse glow */
.hd-lp-cta {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: 480px;
  padding: 12px 12px calc(12px + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(transparent, rgba(0,0,0,.94) 35%);
  z-index: 9000;
}
.hd-lp-cta a,
.hd-lp-cta button,
.hd-cta-glow {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  background: var(--hd-accent);
  color: var(--hd-btn-fg);
  font-weight: 800;
  font-size: 18px;
  padding: 14px;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--hd-accent) 55%, transparent);
  animation: hd-cta-pulse 1.8s ease-in-out infinite;
}
@keyframes hd-cta-pulse {
  0%, 100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--hd-accent) 55%, transparent), 0 0 18px color-mix(in srgb, var(--hd-accent) 35%, transparent); }
  50% { box-shadow: 0 0 0 10px transparent, 0 0 28px color-mix(in srgb, var(--hd-accent) 65%, transparent); }
}

/* Bottom sheet popup (same place as CTA) */
.hd-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.72);
  z-index: 9999;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}
.hd-popup.open { display: flex; }
.hd-popup-inner {
  width: 100%;
  max-width: 480px;
  background: #fff;
  color: #111;
  border-radius: 18px 18px 0 0;
  padding: 48px 14px calc(18px + env(safe-area-inset-bottom, 0px));
  position: relative;
}
.hd-popup-glow {
  box-shadow:
    0 -8px 40px color-mix(in srgb, var(--hd-accent) 35%, transparent),
    0 0 0 1px color-mix(in srgb, var(--hd-accent) 35%, transparent),
    inset 0 1px 0 rgba(255,255,255,.8);
  animation: hd-popup-glow 2.2s ease-in-out infinite;
}
@keyframes hd-popup-glow {
  0%, 100% { box-shadow: 0 -8px 40px color-mix(in srgb, var(--hd-accent) 28%, transparent), 0 0 0 1px color-mix(in srgb, var(--hd-accent) 30%, transparent); }
  50% { box-shadow: 0 -10px 55px color-mix(in srgb, var(--hd-accent) 55%, transparent), 0 0 0 2px color-mix(in srgb, var(--hd-accent) 55%, transparent); }
}
.hd-popup-close {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 20;
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #dc2626;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.35), 0 4px 16px rgba(0,0,0,.35);
}
.hd-popup-close:hover,
.hd-popup-close:focus {
  background: #991b1b;
}
.hd-popup-head {
  text-align: center;
  margin: 8px 8px 14px;
  padding: 12px 10px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff7ed, #fff);
  border: 1px solid rgba(220, 38, 38, 0.25);
  box-shadow: 0 0 24px rgba(220, 38, 38, 0.18);
}
.hd-popup-title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 900;
  color: var(--hd-accent);
  direction: rtl;
  text-shadow: 0 0 18px color-mix(in srgb, var(--hd-accent) 35%, transparent);
  animation: hd-title-glow 1.6s ease-in-out infinite;
}
@keyframes hd-title-glow {
  0%, 100% { text-shadow: 0 0 10px color-mix(in srgb, var(--hd-accent) 25%, transparent); }
  50% { text-shadow: 0 0 22px color-mix(in srgb, var(--hd-accent) 70%, transparent); }
}
.hd-popup-warning {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  color: #333;
  direction: rtl;
}
.hd-countdown {
  display: inline-block;
  min-width: 2.4em;
  color: #fff;
  background: var(--hd-warn);
  padding: 2px 10px;
  border-radius: 8px;
  font-variant-numeric: tabular-nums;
  box-shadow: 0 0 16px rgba(220, 38, 38, 0.65);
  animation: hd-count-blink 1s ease-in-out infinite;
}
@keyframes hd-count-blink {
  0%, 100% { box-shadow: 0 0 10px rgba(220, 38, 38, 0.45); transform: scale(1); }
  50% { box-shadow: 0 0 22px rgba(220, 38, 38, 0.9); transform: scale(1.06); }
}
.hd-countdown-bar {
  margin-top: 10px;
  height: 6px;
  border-radius: 999px;
  background: #fee2e2;
  overflow: hidden;
}
.hd-countdown-bar span {
  display: block;
  height: 100%;
  width: 100%;
  transform-origin: right center;
  background: linear-gradient(90deg, #f97316, #dc2626);
  box-shadow: 0 0 12px rgba(249, 115, 22, 0.8);
  transition: width .6s ease;
}

.hd-popup-visitors {
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  direction: rtl;
  background: linear-gradient(135deg, color-mix(in srgb, var(--hd-accent) 10%, #fff), #fff);
  border: 1px solid color-mix(in srgb, var(--hd-accent) 30%, transparent);
  box-shadow: 0 0 20px color-mix(in srgb, var(--hd-accent) 18%, transparent);
}
.hd-visitors-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.85);
  animation: hd-offer-dot 1.2s ease-in-out infinite;
}
.hd-visitors-text {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
.hd-visitors-text strong {
  color: var(--hd-accent);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 12px color-mix(in srgb, var(--hd-accent) 35%, transparent);
}

.hd-lead-form { margin: 0; padding: 0; background: transparent; box-shadow: none; }
.hd-field { margin: 0 0 .75rem; }
.hd-field label {
  display: block;
  font-weight: 700;
  margin-bottom: .35rem;
  direction: rtl;
}
.hd-field input {
  width: 100%;
  padding: .75rem;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.hd-submit-btn {
  width: 100%;
  padding: .95rem;
  font-size: 18px;
  font-weight: 800;
  border: 0;
  border-radius: 10px;
  background: var(--hd-accent);
  color: var(--hd-btn-fg);
  cursor: pointer;
  box-shadow: 0 0 20px color-mix(in srgb, var(--hd-accent) 45%, transparent);
  animation: hd-cta-pulse 1.8s ease-in-out infinite;
}

.hd-shop {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 16px 64px;
}
.hd-shop h1 { font-size: 1.6rem; margin: 0 0 1rem; }
.hd-cat { margin: 2rem 0 1rem; font-size: 1.2rem; border-bottom: 1px solid #333; padding-bottom: .4rem; }
.hd-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 12px;
}
.hd-card {
  background: #1a1f27;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.hd-card img { aspect-ratio: 1; object-fit: cover; width: 100%; }
.hd-card span { display: block; padding: 10px; font-size: .9rem; font-weight: 600; }
.site-header, .site-footer { display: none; }

/* ========== Boutique = Herbal Vitaly (même thème que white pages) ========== */
body.hd-boutique-body {
  --green-neon: #00ff88;
  --green-mid: #00cc6a;
  --bg-black: #050f08;
  --bg-dark: #081a10;
  --bg-card: #0c2416;
  --text-white: #f0fff6;
  --text-muted: #7ab893;
  --border: rgba(0,255,136,0.15);
  --border-bright: rgba(0,255,136,0.4);
  --font-display: 'Orbitron', monospace;
  --font-body: 'Exo 2', sans-serif;
  margin: 0;
  background: var(--bg-black);
  color: var(--text-white);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}
body.hd-boutique-body a { color: var(--green-neon); text-decoration: none; }

.hv-particles {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.hv-particle {
  position: absolute;
  bottom: -8px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: var(--green-neon);
  opacity: 0;
  animation: hv-float linear infinite;
}
@keyframes hv-float {
  0% { transform: translateY(0); opacity: 0; }
  10% { opacity: .55; }
  90% { opacity: .2; }
  100% { transform: translateY(-105vh) translateX(30px); opacity: 0; }
}

.hv-navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 14px 0;
  transition: background .35s, border-color .35s;
}
.hv-navbar.scrolled {
  background: rgba(5,15,8,.94);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px);
}
.hv-nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.hv-logo {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  font-family: var(--font-display);
}
.hv-logo-herbal {
  font-size: 11px;
  letter-spacing: 4px;
  color: var(--text-muted);
}
.hv-logo-vitality {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--green-neon);
}
.hv-nav-links {
  display: none;
  gap: 22px;
  margin-left: auto;
}
.hv-nav-links a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--text-muted);
}
.hv-nav-links a:hover { color: var(--green-neon); }
.hv-nav-cta {
  margin-left: auto;
  background: var(--green-neon);
  color: #04150c !important;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 14px;
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(0,255,136,.25);
}
.hv-nav-cta:hover { background: #fff; color: #04150c !important; }
@media (min-width: 860px) {
  .hv-nav-links { display: flex; }
  .hv-nav-cta { margin-left: 0; }
}

.hv-hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 110px 20px 64px;
  z-index: 1;
  overflow: hidden;
}
.hv-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(0,255,136,.12), transparent 55%),
    linear-gradient(180deg, #081a10 0%, #050f08 100%);
  background-image:
    linear-gradient(rgba(0,255,136,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,255,136,.04) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: .9;
}
.hv-hero-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  filter: blur(60px);
  opacity: .35;
  pointer-events: none;
}
.hv-glow-1 { background: #00ff88; top: 10%; left: 10%; }
.hv-glow-2 { background: #00cc6a; bottom: 5%; right: 8%; }
.hv-hero-content { position: relative; z-index: 2; max-width: 720px; }
.hv-badge {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 14px;
  margin-bottom: 18px;
  background: rgba(12,36,22,.55);
}
.hv-hero-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.2rem, 8vw, 4rem);
  line-height: 1.05;
  margin: 0 0 16px;
}
.hv-title-muted { display: block; color: var(--text-muted); letter-spacing: .2em; font-size: .45em; }
.hv-title-neon {
  display: block;
  color: var(--green-neon);
  text-shadow: 0 0 28px rgba(0,255,136,.45);
}
.hv-hero-tagline {
  font-size: clamp(1.15rem, 3.5vw, 1.6rem);
  font-weight: 600;
  margin: 0 0 10px;
}
.hv-hero-sub {
  color: var(--text-muted);
  margin: 0 0 28px;
  font-size: 1rem;
}
.hv-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--green-neon);
  color: #04150c !important;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 22px;
  border-radius: 999px;
  box-shadow: 0 0 30px rgba(0,255,136,.35);
  transition: transform .25s, box-shadow .25s;
}
.hv-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 40px rgba(0,255,136,.55);
  color: #04150c !important;
}

.hv-shop {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 20px 80px;
}
.hv-cat { margin: 0 0 28px; text-align: center; }
.hv-section-header { margin: 0 0 12px; }
.hv-cat .hv-section-header { text-align: center; }
.hv-eyebrow {
  margin: 0 0 6px;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--green-neon);
  font-family: var(--font-display);
}
.hv-section-header h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  letter-spacing: 1px;
}
.hv-section-header small {
  color: var(--text-muted);
  font-weight: 400;
  font-size: .7em;
}
.hv-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.hv-grid .hv-card {
  width: min(100%, 180px);
  flex: 0 0 auto;
}
@media (max-width: 719px) {
  .hv-shop { padding: 8px 0 36px; }
  .hv-catalogue-intro { padding: 0 16px; margin-bottom: 6px; }
  .hv-catalogue-intro .hv-lead { display: none; }
  .hv-cat {
    margin: 0 0 10px;
    padding: 0;
  }
  .hv-cat .hv-section-header {
    padding: 0 16px;
    margin-bottom: 4px;
  }
  .hv-cat .hv-section-header h2 { font-size: 1.1rem; }
  .hv-grid.hv-carousel {
    display: block;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
  .hv-grid.hv-carousel .hv-track {
    display: flex;
    align-items: stretch;
    transition: transform .4s ease;
    will-change: transform;
  }
  .hv-grid.hv-carousel .hv-slide {
    flex: 0 0 100%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 0 16px;
  }
  .hv-grid.hv-carousel .hv-card {
    width: min(68vw, 210px);
    flex: 0 0 auto;
    transition: border-color .25s, box-shadow .25s;
  }
  .hv-grid.hv-carousel .hv-card:hover {
    transform: none;
  }
  .hv-grid.hv-carousel .hv-card-visual {
    aspect-ratio: 1;
    padding: 8px;
  }
  .hv-grid.hv-carousel .hv-card-visual img {
    max-width: 92%;
    max-height: 92%;
  }
  .hv-grid.hv-carousel .hv-card-body {
    padding: 8px 10px 10px;
  }
  .hv-grid.hv-carousel .hv-card-body h3 {
    font-size: .78rem;
    margin: 0 0 4px;
  }
  .hv-grid.hv-carousel .hv-card-cta {
    font-size: .65rem;
    padding: 6px 0 0;
  }
}
@media (min-width: 720px) {
  .hv-grid { gap: 20px; }
  .hv-grid .hv-card { width: 200px; }
  .hv-cat { margin: 0 0 40px; }
  .hv-grid .hv-track,
  .hv-grid .hv-slide {
    display: contents;
  }
}
.hv-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, var(--bg-card), #07140d);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  color: var(--text-white) !important;
  transition: transform .25s, border-color .25s, box-shadow .25s;
}
.hv-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-bright);
  box-shadow: 0 0 32px rgba(0,255,136,.18);
  color: #fff !important;
}
.hv-card-visual {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 60%, rgba(0,255,136,.18), transparent 60%),
    #06140c;
  padding: 18px;
}
.hv-card-ring {
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(0,255,136,.22);
  box-shadow: 0 0 24px rgba(0,255,136,.12) inset;
  animation: hv-ring 4s ease-in-out infinite;
}
@keyframes hv-ring {
  0%, 100% { transform: scale(1); opacity: .7; }
  50% { transform: scale(1.04); opacity: 1; }
}
.hv-card-visual img {
  position: relative;
  z-index: 1;
  max-width: 78%;
  max-height: 78%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.45));
}
.hv-card-body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid var(--border);
}
.hv-card-body h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: .85rem;
  letter-spacing: 1px;
  line-height: 1.3;
}
.hv-card-cta {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--green-neon);
}
.hv-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--border);
  padding: 28px 20px 40px;
  background: #040c08;
}
.hv-footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.hv-footer p {
  margin: 0;
  color: var(--text-muted);
  font-size: .85rem;
  max-width: 420px;
}

/* --- Accueil enrichi --- */
.hv-strip {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(8,26,16,.85);
}
.hv-strip-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 22px 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (min-width: 800px) {
  .hv-strip-inner { grid-template-columns: repeat(4, 1fr); }
}
.hv-strip-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hv-strip-item strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--green-neon);
  letter-spacing: 1px;
}
.hv-strip-item span {
  font-size: .8rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hv-block {
  position: relative;
  z-index: 1;
  padding: 64px 20px;
}
.hv-block-alt {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(0,255,136,.07), transparent 50%),
    #07140d;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.hv-block-inner {
  max-width: 1120px;
  margin: 0 auto;
}
.hv-center { text-align: center; }
.hv-lead {
  color: var(--text-muted);
  max-width: 560px;
  margin: 10px auto 0;
  font-size: 1.02rem;
}
.hv-catalogue-intro { margin-bottom: 28px; }

.hv-split {
  display: grid;
  gap: 28px;
}
@media (min-width: 900px) {
  .hv-split { grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: start; }
}
.hv-split-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  letter-spacing: .5px;
  margin: 0 0 14px;
  line-height: 1.25;
}
.hv-split-copy p {
  color: var(--text-muted);
  margin: 0 0 12px;
}
.hv-checklist {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.hv-checklist li {
  position: relative;
  padding-left: 28px;
  color: var(--text-white);
  font-weight: 500;
}
.hv-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--green-neon);
  box-shadow: 0 0 12px rgba(0,255,136,.55);
}
.hv-split-panel {
  display: grid;
  gap: 14px;
}
.hv-panel-card {
  background: linear-gradient(160deg, var(--bg-card), #06140c);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px 18px;
}
.hv-panel-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: .95rem;
  color: var(--green-neon);
  letter-spacing: 1px;
}
.hv-panel-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: .95rem;
}

.hv-universe {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
}
@media (min-width: 800px) {
  .hv-universe { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}
.hv-universe-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 16px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(12,36,22,.55);
  color: var(--text-white) !important;
  transition: border-color .25s, transform .25s, box-shadow .25s;
  min-height: 140px;
}
.hv-universe-item span {
  font-family: var(--font-display);
  font-size: .75rem;
  color: var(--text-muted);
  letter-spacing: 2px;
}
.hv-universe-item strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 1px;
}
.hv-universe-item em {
  font-style: normal;
  color: var(--text-muted);
  font-size: .9rem;
}
.hv-universe-item:hover {
  border-color: var(--border-bright);
  transform: translateY(-3px);
  box-shadow: 0 0 28px rgba(0,255,136,.16);
  color: #fff !important;
}

.hv-reviews {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}
@media (min-width: 860px) {
  .hv-reviews { grid-template-columns: repeat(3, 1fr); gap: 18px; }
}
.hv-review {
  background: linear-gradient(180deg, var(--bg-card), #07140d);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hv-stars {
  color: var(--green-neon);
  letter-spacing: 2px;
  font-size: 14px;
  text-shadow: 0 0 12px rgba(0,255,136,.35);
}
.hv-review p {
  margin: 0;
  color: var(--text-white);
  font-size: .98rem;
  line-height: 1.55;
  flex: 1;
}
.hv-review footer {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-top: 1px solid var(--border);
  padding-top: 12px;
}
.hv-review footer strong {
  font-family: var(--font-display);
  font-size: .8rem;
  letter-spacing: 1px;
}
.hv-review footer span {
  color: var(--text-muted);
  font-size: .8rem;
}

.hv-pillars {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}
@media (min-width: 800px) {
  .hv-pillars { grid-template-columns: repeat(4, 1fr); gap: 16px; }
}
.hv-pillar {
  padding: 18px 16px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(5,15,8,.55);
}
.hv-pillar strong {
  display: block;
  font-family: var(--font-display);
  font-size: .85rem;
  letter-spacing: 1px;
  color: var(--green-neon);
  margin-bottom: 8px;
}
.hv-pillar p {
  margin: 0;
  color: var(--text-muted);
  font-size: .9rem;
}

.hv-cta-band {
  position: relative;
  z-index: 1;
  padding: 56px 20px 72px;
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(0,255,136,.16), transparent 55%),
    #050f08;
}
.hv-cta-band-inner { max-width: 640px; margin: 0 auto; }
.hv-cta-band h2 {
  font-family: var(--font-display);
  margin: 0 0 10px;
  font-size: clamp(1.3rem, 3vw, 1.8rem);
}
.hv-cta-band p {
  color: var(--text-muted);
  margin: 0 0 22px;
}

.hv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}
.hv-reveal.hv-in {
  opacity: 1;
  transform: none;
}

/* Produits détourés : mieux rendus sur fond sombre */
.hv-card-visual img {
  mix-blend-mode: normal;
}
