/*
  AV Sport Distribution — Stylesheet v6.0
  ─────────────────────────────────────────
  Breakpoints: 1024 | 700 | 480
*/

/* ══════════════════════════════════════════
   RESET & VARIABLES
══════════════════════════════════════════ */
:root {
  --bg:         #0a0a0c;
  --surface:    #111116;
  --surface2:   #18181f;
  --border:     rgba(255,255,255,.08);
  --border2:    rgba(255,255,255,.14);
  --text:       #f0f0f2;
  --muted:      rgba(240,240,242,.5);
  --accent:     #c8f135;
  --accent-dim: rgba(200,241,53,.12);
  --max:        1160px;
  --pad:        clamp(16px, 5vw, 32px);
  --r:          18px;
  --r-sm:       11px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html { background: var(--bg); }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}
/* Only constrain layout elements — NOT text/inline content */
.wrap, section, .site-nav, .site-footer,
.hero, .ticker, .page-hero,
.offers, .offers-grid, .audience-wrap,
.proof-grid, .quetzal-section, .quetzal-inner,
.final-cta-section, .footer-grid,
.team-grid, .faq-layout, .simulator,
.g-2, .g-2-sm, .g-3, .g-4,
.stat-grid, .step-grid-3, .cols-4--equal,
.card, .info-box, .contact-form-wrap, .legal-content,
img, video { max-width: 100%; }

img { display: block; width: 100%; height: auto; }
img.nav-logo-long, img.nav-logo-short, img.footer-logo { width: auto !important; max-width: none; }

/* Arrondi global des images (même courbure que les boutons) */
img:not([src$=".svg" i]) { border-radius: var(--r-sm); }
img.nav-logo-long, img.nav-logo-short, img.footer-logo { border-radius: 0 !important; }
video { border-radius: var(--r-sm); }

a   { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
::selection { background: var(--accent); color: #000; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

body::before {
  content: '';
  position: fixed; inset: 0; pointer-events: none; z-index: 9999; opacity: .022;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px;
}

/* ══════════════════════════════════════════
   LAYOUT
══════════════════════════════════════════ */
.wrap { max-width: var(--max); width: 100%; margin: 0 auto; padding: 0 var(--pad); }
.page-main { padding-top: 66px; }
section { padding: clamp(52px, 7vw, 88px) 0; }
.section-alt { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

/* ══════════════════════════════════════════
   GRID SYSTEM
══════════════════════════════════════════ */
.g-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}
.g-2-sm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, 2vw, 18px);
}
.g-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2vw, 22px);
}
.g-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--border);
  border-radius: var(--r); overflow: hidden;
}

/* ══════════════════════════════════════════
   TYPOGRAPHY
══════════════════════════════════════════ */
h1, h2, h3, h4 { font-family: 'Syne', sans-serif; line-height: 1.1; }
h1 { font-size: clamp(26px, 3.8vw, 50px); font-weight: 800; letter-spacing: -0.03em; font-family: 'Nordique Pro', 'Syne', sans-serif; }
h1 em { font-style: normal; }

/* H1 subtitle — separate element below h1, visually smaller */
.h1-subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(15px, 1.8vw, 22px) !important;
  font-weight: 500;
  color: var(--muted) !important;
  line-height: 1.4;
  margin-top: 8px;
  margin-bottom: 16px;
  letter-spacing: 0;
  opacity: .75;
}
.h1-subtitle em { font-style: italic; color: var(--accent); }
.hero .h1-subtitle em { font-style: normal; color: var(--accent); }

/* Google Material Symbols */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}
/* Icon inside pill, card, offer, value, proof-link */
.pill-ico .material-symbols-outlined,
.card-icon .material-symbols-outlined,
.offer-icon .material-symbols-outlined,
.value-icon .material-symbols-outlined { font-size: inherit; }

/* Offer card logos */
.offer-icon img.offer-logo {
  height: 96px !important;
  width: 96px !important;
  max-width: 96px !important;
  max-height: 96px !important;
  border-radius: 0 !important;
  object-fit: contain;
  display: inline-block !important;
}
h2 { font-size: clamp(24px, 4.5vw, 50px); font-weight: 800; letter-spacing: -0.02em; }
h3 { font-size: clamp(16px, 2vw, 21px); font-weight: 700; }
h4 { font-size: 13px; font-weight: 700; }
p  { color: var(--muted); line-height: 1.65; }

.section-label {
  font-size: 11px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 12px; display: block;
}
.section-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; color: var(--text);
}
.section-sub { font-size: clamp(14px, 1.8vw, 16px); color: var(--muted); max-width: 500px; line-height: 1.65; }
.body-text   { font-size: 15px; color: var(--muted); line-height: 1.7; margin-bottom: 18px; }

.mb-sm { margin-bottom: 14px; }
.mb-md { margin-bottom: 28px; }
.mb-lg { margin-bottom: 48px; }
.mt-md { margin-top: 28px; }
.text-accent { color: var(--accent); }
.fw-bold { font-weight: 700; }

/* ══════════════════════════════════════════
   BUTTONS
══════════════════════════════════════════ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: 11px;
  font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500;
  cursor: pointer; border: none;
  transition: transform .15s, box-shadow .2s, background .2s;
  text-decoration: none; white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn:active { transform: none; }
.btn-primary { background: var(--accent); color: #000; font-weight: 600; }
.btn-primary:hover { box-shadow: 0 8px 28px rgba(200,241,53,.35); }
.btn-ghost { background: rgba(255,255,255,.07); color: var(--text); border: 1px solid var(--border2); }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-dark { background: #000; color: #fff; }
.btn-dark:hover { box-shadow: 0 8px 24px rgba(0,0,0,.4); }
.btn-outline-dark { background: transparent; color: #000; border: 2px solid rgba(0,0,0,.25); }
.btn-outline-dark:hover { background: rgba(0,0,0,.07); }
.btn-sm   { padding: 8px 16px; font-size: 13px; border-radius: 9px; }
.btn-lg   { padding: 15px 30px; font-size: 16px; border-radius: 13px; }
.btn-full { width: 100%; justify-content: center; }

/* ══════════════════════════════════════════
   NAV
══════════════════════════════════════════ */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; padding: 0 var(--pad); height: 66px;
  background: var(--bg);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid var(--border);
  transition: background .3s;
}
.site-nav::before {
  content: ''; position: absolute; top: -200px; left: 0; right: 0;
  height: 200px; background: var(--bg); z-index: -1;
}
.nav-brand {
  display: flex; align-items: center;
  flex-shrink: 0; text-decoration: none;
}
.nav-brand:hover { text-decoration: none; }
.site-nav .nav-brand img.nav-logo-long,
.site-nav .nav-brand img.nav-logo-short {
  height: 32px !important;
  max-height: 32px !important;
  width: auto !important;
  max-width: 220px !important;
  border-radius: 0 !important;
  display: block;
  object-fit: contain;
}
.site-nav .nav-brand img.nav-logo-long { display: block; }
.site-nav .nav-brand img.nav-logo-short { display: none; }
.nav-brand-badge { display: none; }
.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; }
.nav-links a {
  font-size: 13px; font-weight: 500; color: var(--muted);
  padding: 7px 9px; border-radius: 9px;
  transition: color .18s, background .18s; text-decoration: none; white-space: nowrap;
}
.nav-links a:hover, .nav-links .nav-active {
  color: var(--text); background: rgba(255,255,255,.06); text-decoration: none;
}
.nav-cta { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.nav-burger {
  display: none; background: none; border: 1px solid var(--border2);
  border-radius: 10px; padding: 8px 11px; cursor: pointer;
  color: var(--text); font-size: 18px; line-height: 1; flex-shrink: 0;
}
.nav-mobile {
  display: none; position: fixed; top: 66px; left: 0; right: 0; z-index: 199;
  background: rgba(10,10,12,.97); backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 14px var(--pad); flex-direction: column; gap: 3px;
}
.nav-mobile.is-open { display: flex; }
.nav-mobile a {
  font-size: 15px; font-weight: 500; color: var(--muted);
  padding: 11px 14px; border-radius: 11px;
  transition: color .18s, background .18s; text-decoration: none;
}
.nav-mobile a:hover, .nav-mobile .nav-active {
  color: var(--text); background: rgba(255,255,255,.06); text-decoration: none;
}
.nav-mobile-divider { height: 1px; background: var(--border); margin: 6px 0; }

/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
.site-footer { background: var(--surface); border-top: 1px solid var(--border); padding: 56px 0 26px; }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(22px, 3vw, 44px); margin-bottom: 44px;
}
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-brand a { text-decoration: none; }
.footer-brand a:hover { text-decoration: none; }
.site-footer .footer-brand img.footer-logo {
  height: 28px !important;
  max-height: 28px !important;
  width: auto !important;
  max-width: 220px !important;
  border-radius: 0 !important;
  display: block;
  object-fit: contain;
}
.footer-brand-name { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 17px; color: var(--text); }
.footer-brand p { font-size: 13px; max-width: 220px; }
.footer-socials { display: flex; gap: 8px; }
.social-link {
  display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 9px;
  border: 1px solid var(--border2); font-size: 15px;
  transition: border-color .2s, background .2s; text-decoration: none;
}
.social-link:hover { border-color: var(--accent); background: var(--accent-dim); text-decoration: none; }
.footer-col h4 {
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: 11px;
  letter-spacing: .08em; text-transform: uppercase; color: var(--text); margin-bottom: 14px;
}
.footer-links { display: flex; flex-direction: column; gap: 9px; list-style: none; }
.footer-links a { font-size: 13px; color: var(--muted); transition: color .18s; text-decoration: none; }
.footer-links a:hover { color: var(--text); text-decoration: none; }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding-top: 22px; border-top: 1px solid var(--border); flex-wrap: wrap;
}
.footer-bottom p { font-size: 12px; color: var(--muted); }
.footer-legal { display: flex; gap: 14px; flex-wrap: wrap; }
.footer-legal a { font-size: 12px; color: var(--muted); transition: color .18s; text-decoration: none; }
.footer-legal a:hover { color: var(--text); }

/* ══════════════════════════════════════════
   HERO — animated glow follows mouse
══════════════════════════════════════════ */
.hero {
  position: relative;
  margin-top: -66px;
  padding: 74px 0 16px;
  overflow: hidden;
}
.hero-glow {
  position: absolute;
  width: min(680px, 95vw);
  height: min(680px, 95vw);
  top: -20%;
  left: 50%;
  border-radius: 50%;
  /* Layered radial for more depth */
  background:
    radial-gradient(circle at 50% 50%, rgba(200,241,53,.22) 0%, rgba(200,241,53,.08) 35%, transparent 68%);
  pointer-events: none;
  /* CSS breathing — opacity only, transform driven by JS */
  animation: glow-pulse 5s ease-in-out infinite;
  /* Transform set directly by JS mousemove handler for smooth tracking */
  transform: translate(-50%, 0);
  will-change: transform, opacity;
  filter: blur(2px);
}
.hero-glow2 {
  position: absolute;
  width: min(420px, 65vw);
  height: min(420px, 65vw);
  bottom: -12%;
  right: -6%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(126,255,212,.08) 0%, transparent 65%);
  pointer-events: none;
  animation: glow-pulse2 8s ease-in-out infinite;
  filter: blur(1px);
}
@keyframes glow-pulse {
  0%,100% { opacity: .9; filter: blur(2px); }
  50%      { opacity: .55; filter: blur(6px); }
}
@keyframes glow-pulse2 {
  0%,100% { opacity: .7; transform: scale(1); }
  50%      { opacity: .4; transform: scale(1.12); }
}
.hero-inner { position: relative; z-index: 1; max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
.hero-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent); background: var(--accent-dim);
  border: 1px solid rgba(200,241,53,.22); border-radius: 999px;
  padding: 5px 13px; margin-bottom: 26px;
}
.hero-label::before {
  content: ''; width: 6px; height: 6px; min-width: 6px; border-radius: 50%;
  background: var(--accent); animation: pulse 2s infinite;
}
.hero h1 { margin-bottom: 6px; }
.hero h1 em { font-style: normal; color: var(--accent); }
.hero .h1-subtitle { margin-bottom: 26px; }
.hero-sub { font-size: clamp(15px, 2vw, 17px); color: var(--muted); max-width: 520px; margin-bottom: 38px; line-height: 1.65; }
.hero-sub strong { color: var(--text); }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-stats-bar { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: clamp(14px, 2vw, 20px) 0; }
.hero-stats-bar .hero-stats { margin-top: 0; padding-top: 0; border-top: none; }
.hero-stats {
  display: flex; gap: clamp(22px, 4vw, 48px);
  margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--border); flex-wrap: wrap;
}
.hero-stat-num { font-family: 'Syne', sans-serif; font-size: clamp(20px, 3vw, 32px); font-weight: 800; color: var(--text); display: block; line-height: 1; }
.hero-stat-label { font-size: 12px; color: var(--muted); margin-top: 5px; }

/* ── Hero floating brand logos (desktop) ── */
.hero-floats {
  display: none;
  position: absolute;
  top: 0; right: 0;
  width: 340px; height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 1080px) {
  .hero-floats { display: block; }
}
.hero-float {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.07);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 32px rgba(0,0,0,.18);
  pointer-events: auto;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  transition: border-color .3s, box-shadow .3s, transform .3s;
}
.hero-float:hover {
  border-color: rgba(200,241,53,.3);
  box-shadow: 0 8px 40px rgba(200,241,53,.12);
  animation-play-state: paused;
  transform: scale(1.08);
}
.hero-float img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  display: inline-block !important;
  border-radius: 0 !important;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}
/* Recharge — biggest, top right */
.hero-float--1 {
  width: 110px; height: 110px;
  top: 8%; right: 20px;
  overflow: hidden;
  animation: hfloat1 7s ease-in-out infinite;
}
.hero-float--1 img { width: 64px !important; height: 64px !important; }
/* Quetzal — medium, middle */
.hero-float--2 {
  width: 90px; height: 90px;
  top: 42%; right: 140px;
  overflow: hidden;
  animation: hfloat2 9s ease-in-out infinite;
}
.hero-float--2 img { width: 52px !important; height: 52px !important; }
/* Zerzyo — smaller, bottom */
.hero-float--3 {
  width: 80px; height: 80px;
  top: 72%; right: 40px;
  overflow: hidden;
  animation: hfloat3 8s ease-in-out infinite;
}
.hero-float--3 img { width: 46px !important; height: 46px !important; }

@keyframes hfloat1 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  33%      { transform: translateY(-14px) rotate(2deg); }
  66%      { transform: translateY(8px) rotate(-1.5deg); }
}
@keyframes hfloat2 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  40%      { transform: translate(12px, -10px) rotate(-2deg); }
  70%      { transform: translate(-6px, 6px) rotate(1.5deg); }
}
@keyframes hfloat3 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(-12px) rotate(2.5deg); }
}

/* ══════════════════════════════════════════
   TICKER
══════════════════════════════════════════ */
.ticker {
  overflow: hidden;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  background: var(--surface); padding: 13px 0;
}
.ticker-track { display: flex; animation: scroll-ticker 28s linear infinite; }
.ticker-item {
  display: inline-flex; align-items: center; gap: 16px;
  padding: 0 26px; font-size: 12px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--muted); white-space: nowrap; flex-shrink: 0;
}
.ticker-item::after { content: '·'; color: var(--accent); }

/* ══════════════════════════════════════════
   OFFERS
══════════════════════════════════════════ */
.offers { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.offers-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 36px; flex-wrap: wrap; }
.offers-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; background: var(--border); border-radius: var(--r); overflow: hidden;
}
.offer-card {
  background: var(--surface); padding: clamp(22px, 3vw, 32px);
  display: flex; flex-direction: column; gap: 14px; transition: background .22s;
}
.offer-card:hover { background: var(--surface2); }
.offer-card:hover .offer-arrow { transform: translate(3px,-3px); }
.offer-num { font-family: 'Syne', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.offer-icon { font-size: 24px; }
.offer-card h3 { font-size: clamp(16px, 2vw, 19px); letter-spacing: -.3px; }
.offer-card p { font-size: 13px; line-height: 1.6; flex: 1; }
.offer-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--accent); margin-top: auto; transition: gap .18s; text-decoration: none; }
.offer-link:hover { gap: 12px; text-decoration: none; }
.offer-arrow { transition: transform .18s; display: inline-block; }

/* ══════════════════════════════════════════
   AUDIENCE PILLS
══════════════════════════════════════════ */
.audience-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 68px); align-items: center; }
.audience-pills-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(8px, 1.5vw, 12px); }
.pill {
  display: flex; align-items: center; gap: 10px;
  padding: clamp(11px, 1.8vw, 16px) clamp(12px, 2vw, 18px);
  border: 1px solid var(--border); border-radius: 13px; background: var(--surface);
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: clamp(11px, 1.4vw, 14px);
  transition: border-color .22s, background .22s, transform .22s; min-width: 0;
}
.pill:hover { border-color: var(--accent); background: var(--accent-dim); transform: translateX(3px); }
.pill-ico { font-size: 16px; min-width: 32px; height: 32px; border-radius: 8px; background: var(--surface2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* ══════════════════════════════════════════
   PROOF / WHY US
══════════════════════════════════════════ */
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 60px); align-items: start; }
.proof-items { display: flex; flex-direction: column; gap: 18px; }
.proof-item  { display: flex; gap: 14px; align-items: flex-start; }
.proof-check {
  width: 24px; height: 24px; min-width: 24px; border-radius: 7px; background: var(--accent);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px;
}
.proof-check svg { width: 13px; height: 13px; }
.proof-text strong { display: block; font-weight: 600; font-size: 14px; margin-bottom: 3px; color: var(--text); }
.proof-text p { font-size: 13px; line-height: 1.55; }
.proof-links { display: flex; flex-direction: column; gap: 10px; padding-top: 8px; }
.link-stack { display: flex; flex-direction: column; gap: 10px; }
.proof-link-card {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 16px 20px; border: 1px solid var(--border); border-radius: 13px;
  background: var(--surface2); transition: border-color .2s, transform .2s; text-decoration: none;
}
.proof-link-card:hover { border-color: var(--accent); transform: translateY(-2px); text-decoration: none; }
.proof-link-card span { font-weight: 600; font-size: 13px; color: var(--text); }
.proof-link-card .ico { color: var(--muted); font-size: 16px; flex-shrink: 0; }

/* ══════════════════════════════════════════
   QUETZAL
══════════════════════════════════════════ */
.quetzal-section { position: relative; overflow: hidden; }
.quetzal-inner {
  background: var(--surface2); border: 1px solid var(--border);
  border-radius: 26px; padding: clamp(28px, 4vw, 56px); position: relative; overflow: hidden;
}
.quetzal-inner::before {
  content: ''; position: absolute; top: -60px; right: -60px;
  width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200,241,53,.09) 0%, transparent 70%);
  pointer-events: none;
}
.quetzal-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(26px, 4vw, 52px); align-items: center; }
.steps-list { display: flex; flex-direction: column; list-style: none; }
.step-item { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--border); }
.step-item:last-child { border-bottom: none; }
.step-num { font-family: 'Syne', sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); min-width: 22px; padding-top: 3px; flex-shrink: 0; }
.step-dot { width: 9px; height: 9px; min-width: 9px; border-radius: 50%; background: var(--border2); flex-shrink: 0; margin-top: 6px; }
.step-item:first-child .step-dot { background: var(--accent); }
.step-content strong { display: block; font-weight: 700; font-size: 14px; margin-bottom: 2px; color: var(--text); }
.step-content p { font-size: 13px; }
.quetzal-cta-block { display: flex; flex-direction: column; gap: 12px; }

/* ══════════════════════════════════════════
   FINAL CTA
══════════════════════════════════════════ */
.final-cta-section { padding: clamp(56px, 8vw, 96px) 0; }
.final-cta-block {
  background: var(--accent); border-radius: 26px;
  padding: clamp(36px, 5vw, 72px) clamp(24px, 5vw, 60px);
  text-align: center; position: relative; overflow: hidden;
}
.final-cta-block::before {
  content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
  background: radial-gradient(circle at 60% 40%, rgba(255,255,255,.15) 0%, transparent 60%);
  pointer-events: none;
}
.final-cta-block h2 { font-size: clamp(24px, 4.5vw, 52px); color: #000; margin-bottom: 14px; position: relative; z-index: 1; }
.final-cta-block > p { font-size: 16px; color: rgba(0,0,0,.6); margin-bottom: 30px; max-width: 420px; margin-left: auto; margin-right: auto; position: relative; z-index: 1; }
.final-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* ══════════════════════════════════════════
   PAGE HERO (inner pages)
══════════════════════════════════════════ */
.page-hero { padding: clamp(48px, 6vw, 76px) 0 clamp(36px, 4vw, 56px); border-bottom: 1px solid var(--border); }
.page-hero--with-img .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.page-hero-content h1 { margin-bottom: 4px; }
.page-hero-content .h1-subtitle { margin-bottom: 16px; }
.page-hero-content p { font-size: clamp(14px, 2vw, 17px); max-width: 500px; }
.page-hero-img {
  position: relative;
  border-radius: var(--r-sm);
  /* shadow on wrapper — NOT clipped */
  box-shadow:
    0 0 0 1.5px rgba(200,241,53,.22),
    0 0 28px  rgba(200,241,53,.20),
    0 0 64px  rgba(200,241,53,.10),
    0 24px 60px rgba(0,0,0,.55);
  transition: box-shadow .4s ease, transform .4s ease;
}
.page-hero-img:hover {
  box-shadow:
    0 0 0 1.5px rgba(200,241,53,.36),
    0 0 40px  rgba(200,241,53,.32),
    0 0 90px  rgba(200,241,53,.16),
    0 32px 80px rgba(0,0,0,.6);
  transform: translateY(-4px);
}
.page-hero-img img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block;
  border-radius: var(--r-sm); /* pill shape */
}
.page-hero-img-overlay {
  position: absolute; inset: 0; border-radius: var(--r-sm);
  background: linear-gradient(135deg, rgba(10,10,12,.35), transparent);
}

/* ══════════════════════════════════════════
   PHOTO ZONES
   Images from Unsplash via direct URL
══════════════════════════════════════════ */
.photo-frame {
  position: relative;
  border-radius: var(--r-sm);
  /* shadow lives here — no overflow:hidden so it shows fully */
  box-shadow:
    0 0 0 1.5px rgba(200,241,53,.20),
    0 0 24px  rgba(200,241,53,.18),
    0 0 60px  rgba(200,241,53,.09),
    0 20px 52px rgba(0,0,0,.48);
  transition: box-shadow .4s ease, transform .4s ease;
}
.photo-frame:hover {
  box-shadow:
    0 0 0 1.5px rgba(200,241,53,.34),
    0 0 36px  rgba(200,241,53,.30),
    0 0 80px  rgba(200,241,53,.14),
    0 28px 68px rgba(0,0,0,.54);
  transform: translateY(-5px);
}
.photo-frame img {
  width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block;
  border-radius: var(--r-sm);
  transition: transform .5s ease;
}
.photo-frame:hover img { transform: scale(1.03); }
.photo-frame-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 14px 18px;
  background: linear-gradient(transparent, rgba(0,0,0,.78));
  border-radius: 0 0 var(--r-sm) var(--r-sm);
}
.photo-frame-overlay span { font-size: 12px; font-weight: 600; color: #fff; }

/* Case cards */
.case-card {
  border: none;
  border-radius: var(--r);
  background: var(--surface);
  /* No overflow:hidden — shadow must breathe */
  box-shadow:
    0 0 0 1.5px rgba(200,241,53,.14),
    0 0 22px  rgba(200,241,53,.14),
    0 0 56px  rgba(200,241,53,.07),
    0 18px 48px rgba(0,0,0,.42);
  transition: box-shadow .4s ease, transform .4s ease;
}
.case-card:hover {
  box-shadow:
    0 0 0 1.5px rgba(200,241,53,.28),
    0 0 36px  rgba(200,241,53,.26),
    0 0 80px  rgba(200,241,53,.12),
    0 26px 64px rgba(0,0,0,.5);
  transform: translateY(-6px);
}
/* Image clips itself with matching radius */
.case-card-img {
  background: var(--surface2);
  border-radius: var(--r) var(--r) 0 0;
  overflow: hidden; /* only clips image, not card shadow */
}
.case-card-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; transition: transform .5s; border-radius: var(--r) var(--r) 0 0; }
.case-card:hover .case-card-img img { transform: scale(1.05); }
/* Body clips bottom corners of the card */
.case-card-body {
  padding: 24px;
  border-radius: 0 0 var(--r-sm) var(--r-sm);
  display: flex; flex-direction: column; gap: 8px;
  background: var(--surface);
}
.case-card-body p { font-size: 13px; line-height: 1.55; }
.case-card-body p strong { color: var(--text); }

/* Photo strip */
.photo-strip {
  width: 100%;
  height: clamp(160px, 28vw, 280px);
  border-radius: var(--r);
  position: relative;
  background: var(--surface2);
  box-shadow:
    0 0 0 1.5px rgba(200,241,53,.18),
    0 0 30px  rgba(200,241,53,.16),
    0 0 70px  rgba(200,241,53,.08),
    0 20px 52px rgba(0,0,0,.44);
  transition: box-shadow .4s ease;
}
.photo-strip img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  border-radius: var(--r);
}
.photo-strip::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 55%, rgba(10,10,12,.5));
  border-radius: var(--r);
  pointer-events: none;
}

/* ══════════════════════════════════════════
   CARDS
══════════════════════════════════════════ */
.card {
  border: 1px solid var(--border); border-radius: var(--r);
  padding: clamp(18px, 3vw, 28px); background: var(--surface);
  transition: border-color .22s, box-shadow .22s;
}
.card:hover { border-color: var(--border2); box-shadow: 0 8px 36px rgba(0,0,0,.3); }
.card--accent { border-color: rgba(200,241,53,.4); }
.card h3 { margin-bottom: 10px; }
.card p  { font-size: 13px; line-height: 1.6; }
.card-icon { font-size: 26px; margin-bottom: 14px; }

.value-card { background: var(--surface); padding: 28px 24px; }
.value-icon  { font-size: 28px; margin-bottom: 14px; }
.value-card h3 { margin-bottom: 10px; }

.info-box { background: var(--surface2); border: 1px solid var(--border); border-radius: var(--r); padding: 24px; }
.info-box--center { text-align: center; }
.info-box p { font-size: 13px; }
.info-box code { background: rgba(255,255,255,.06); border-radius: 5px; padding: 2px 6px; font-size: 12px; color: var(--accent); }
.info-box-label { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; display: block; }

/* ══════════════════════════════════════════
   STAT GRID
══════════════════════════════════════════ */
.stat-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; background: var(--border); border-radius: var(--r); overflow: hidden; margin-bottom: 52px;
}
.stat-cell { background: var(--surface2); padding: clamp(22px, 3vw, 36px) clamp(16px, 2vw, 28px); }
.stat-num {
  font-family: 'Syne', sans-serif; font-size: clamp(28px, 4vw, 46px); font-weight: 800;
  color: var(--accent); display: block; line-height: 1; margin-bottom: 10px;
}
.stat-label { display: block; font-size: 14px; color: var(--text); margin-bottom: 5px; font-weight: 600; }
.stat-desc  { font-size: 12px; }

/* ══════════════════════════════════════════
   STEP GRID
══════════════════════════════════════════ */
.step-grid-3 {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; background: var(--border); border-radius: var(--r); overflow: hidden;
}
.step-grid-cell { background: var(--surface2); padding: 26px 22px; }
.step-grid-num { font-family: 'Syne', sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); display: block; margin-bottom: 12px; }
.step-grid-cell h3 { font-size: 16px; margin-bottom: 8px; }
.step-grid-cell p  { font-size: 13px; }

/* ── Quetzal bonus block (espace en ligne) ── */
.quetzal-bonus-block {
  display: flex; gap: 24px; align-items: flex-start;
  margin-top: 40px; padding: 30px 32px; border-radius: var(--r);
  background: rgba(200,241,53,.04);
  border: 1.5px solid rgba(200,241,53,.32);
  box-shadow: 0 0 24px rgba(200,241,53,.06);
}
.quetzal-bonus-icon {
  flex-shrink: 0; width: 50px; height: 50px; border-radius: 50%;
  background: var(--accent); color: #0a0a0c;
  display: flex; align-items: center; justify-content: center;
}
.quetzal-bonus-icon .material-symbols-outlined { font-size: 24px; }
.quetzal-bonus-content h3 { font-size: 17px; margin-bottom: 10px; color: var(--accent); font-weight: 700; }
.quetzal-bonus-content p  { font-size: 14px; line-height: 1.65; }
@media (max-width: 600px) {
  .quetzal-bonus-block { flex-direction: column; gap: 16px; padding: 24px 20px; }
}

/* ══════════════════════════════════════════
   DELAY STRIP
══════════════════════════════════════════ */
.cols-4--equal {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 1px; background: var(--border); border-radius: var(--r); overflow: hidden;
}
.delay-cell { background: var(--surface); padding: 26px 18px; text-align: center; }
.delay-num {
  font-family: 'Syne', sans-serif; font-size: clamp(20px, 2.5vw, 30px); font-weight: 800;
  color: var(--accent); display: block; line-height: 1; margin-bottom: 8px;
}
.delay-cell strong { display: block; font-size: 13px; margin-bottom: 4px; color: var(--text); }
.delay-cell p { font-size: 12px; }

/* ══════════════════════════════════════════
   PRICING CARDS (tarifs)
══════════════════════════════════════════ */
.price-big {
  font-family: 'Syne', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--muted);
  line-height: 1.3;
  margin: 16px 0 12px;
}
.price-big .price-amount {
  display: block;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
  margin: 6px 0 4px;
  letter-spacing: -0.02em;
}
.price-big .price-unit {
  font-size: 13px;
  font-weight: 400;
  color: var(--muted);
}
.check-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 7px; margin-top: 12px; }
.check-list li { font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.check-list li::before { content: '✓'; color: var(--accent); font-weight: 700; flex-shrink: 0; }
.disclaimer { font-size: 12px; color: var(--muted); margin-top: 20px; line-height: 1.6; }

/* ══════════════════════════════════════════
   PILL STACK (qui-sommes-nous)
══════════════════════════════════════════ */
.pills-stack { display: flex; flex-direction: column; gap: 10px; }
.pill-stack-item {
  display: flex; align-items: center; gap: 14px; padding: 14px 18px;
  border: 1px solid var(--border); border-radius: 13px; background: var(--surface);
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: 15px;
  transition: border-color .22s, background .22s;
}
.pill-stack-item:hover { border-color: var(--accent); background: var(--accent-dim); }
.pill-stack-item .pill-ico { font-size: 20px; flex-shrink: 0; }

/* ══════════════════════════════════════════
   TEAM CARDS
══════════════════════════════════════════ */
.team-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.team-card {
  display: flex; gap: 20px; background: var(--surface2);
  border: 1px solid var(--border); border-radius: var(--r); padding: 24px;
  transition: border-color .22s, transform .22s; min-width: 0;
}
.team-card:hover { border-color: var(--border2); transform: translateY(-2px); }
.team-photo { position: relative; flex-shrink: 0; }
.team-photo img {
  width: 82px; height: 112px;
  border-radius: 12px;
  object-fit: cover; object-position: top; display: block;
  box-shadow:
    0 0 0 1.5px rgba(200,241,53,.22),
    0 0 18px  rgba(200,241,53,.20),
    0 0 44px  rgba(200,241,53,.10),
    0 12px 32px rgba(0,0,0,.42);
  transition: box-shadow .35s ease, transform .35s ease;
}
.team-card:hover .team-photo img {
  box-shadow:
    0 0 0 1.5px rgba(200,241,53,.38),
    0 0 28px  rgba(200,241,53,.34),
    0 0 64px  rgba(200,241,53,.16),
    0 16px 44px rgba(0,0,0,.5);
  transform: scale(1.05) translateY(-2px);
}
.team-emoji {
  width: 82px; height: 112px; border-radius: 9999px;
  background: var(--surface);
  display: flex; align-items: center; justify-content: center; font-size: 32px;
  box-shadow:
    0 0 0 1.5px rgba(200,241,53,.16),
    0 0 18px  rgba(200,241,53,.14),
    0 12px 30px rgba(0,0,0,.38);
}
.team-role-badge {
  position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: #000;
  font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  padding: 3px 9px; border-radius: 999px; white-space: nowrap;
}
.team-info { display: flex; flex-direction: column; gap: 3px; padding-top: 2px; min-width: 0; }
.team-role-sub { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.team-name { font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 800; color: var(--text); line-height: 1.1; margin: 5px 0 3px; }
.team-fonction { font-size: 12px; font-weight: 600; color: var(--accent); margin-bottom: 7px; }
.team-bio { font-size: 12px; color: var(--muted); line-height: 1.6; }

/* ══════════════════════════════════════════
   SIMULATOR
   All rules scoped under .simulator for specificity over global form resets
══════════════════════════════════════════ */
.simulator { border: 1px solid var(--border); border-radius: var(--r); padding: clamp(20px, 3vw, 30px); background: var(--surface); }
.result { margin-top: 18px; border: 1px dashed var(--border2); border-radius: 13px; padding: 20px; background: var(--surface2); }
.result-label { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; display: block; }
.result-price { font-family: 'Syne', sans-serif; font-size: clamp(26px, 4vw, 36px); font-weight: 800; color: var(--text); line-height: 1; margin-bottom: 5px; }
.result-per   { font-size: 14px; color: var(--muted); font-weight: 400; }
.result-total { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.result-total strong { color: var(--text); }
.result-detail { font-size: 12px; color: var(--muted); line-height: 1.7; margin-bottom: 14px; }
.result-detail strong { color: var(--text); }
.result-disclaimer { font-size: 11px; color: var(--muted); border-top: 1px solid var(--border); padding-top: 12px; }

/* ── Mode toggle ── */
.sim-mode-toggle { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 11px; background: var(--surface2); border: 1px solid var(--border); margin-bottom: 4px; }
.simulator .sim-toggle-label { display: flex; flex-direction: row; align-items: center; gap: 10px; font-weight: 600; font-size: 13px; color: var(--text); cursor: pointer; margin: 0; }
.sim-toggle-label input,
.simulator .sim-toggle-label input[type="checkbox"] { display: none !important; width: 0 !important; height: 0 !important; opacity: 0 !important; position: absolute !important; pointer-events: none !important; }
.sim-toggle-switch { position: relative; width: 40px; height: 22px; background: var(--border2); border-radius: 11px; transition: background .2s; flex-shrink: 0; }
.sim-toggle-switch::after { content: ''; position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; background: var(--text); border-radius: 50%; transition: transform .2s; }
.sim-toggle-label input:checked + .sim-toggle-switch { background: var(--accent); }
.sim-toggle-label input:checked + .sim-toggle-switch::after { transform: translateX(18px); background: #000; }
.sim-toggle-hint { font-size: 11px; color: var(--muted); margin-left: auto; }

/* ── Simple mode: select + eye inline ── */
.simulator .sim-select-wrap { position: relative; display: flex; flex-direction: row; align-items: center; gap: 8px; }
.simulator .sim-select-wrap select { flex: 1; min-width: 0; width: auto; }
.simulator .sim-eye { background: none !important; border: none !important; cursor: pointer; color: var(--accent); opacity: .55; padding: 4px; line-height: 1; transition: opacity .15s, transform .15s; flex-shrink: 0; width: auto !important; border-radius: 0 !important; box-shadow: none !important; display: inline-flex !important; align-items: center; justify-content: center; position: relative; z-index: 2; pointer-events: auto; }
.simulator .sim-eye:hover { opacity: 1; transform: scale(1.2); }
.simulator .sim-eye .material-symbols-outlined { font-size: 20px; color: var(--accent); }

/* ── Multi-product grid ── */
.sim-multi-intro { font-size: 13px; color: var(--muted); margin-bottom: 12px; line-height: 1.5; }
.sim-multi-intro em { color: var(--accent); font-style: normal; font-weight: 600; font-size: 11px; }
.sim-multi-cat { margin-bottom: 14px; }
.sim-multi-cat-label { display: block; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; padding-bottom: 5px; border-bottom: 1px solid var(--border); }
.sim-multi-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.04); }
.sim-multi-row:last-child { border-bottom: none; }
.simulator .sim-multi-check { display: flex; flex-direction: row; align-items: center; gap: 8px; flex: 1; min-width: 0; cursor: pointer; margin: 0; padding: 0; }
.simulator .sim-multi-check input[type="checkbox"] { width: 17px; height: 17px; min-width: 17px; accent-color: var(--accent); cursor: pointer; flex-shrink: 0; }
.sim-multi-name { font-size: 13px; font-weight: 500; color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sim-multi-qty-wrap { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }
.simulator .sim-qty-btn { width: 28px; height: 28px; border-radius: 7px; border: 1px solid var(--border2); background: var(--surface2); color: var(--text); font-size: 16px; font-weight: 700; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: border-color .15s, background .15s; padding: 0; line-height: 1; }
.simulator .sim-qty-btn:hover { border-color: var(--accent); background: var(--accent-dim); }
.simulator .sim-multi-qty-input { width: 52px; text-align: center; padding: 5px 4px; font-size: 14px; border-radius: 7px; border: 1px solid var(--border2); background: var(--surface2); color: var(--text); font-family: 'DM Sans', sans-serif; -moz-appearance: textfield; }
.sim-multi-qty-input::-webkit-outer-spin-button,
.sim-multi-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.sim-multi-total-bar { display: flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 9px; background: var(--accent-dim); border: 1px solid rgba(200,241,53,.2); margin-top: 8px; font-size: 13px; font-weight: 600; color: var(--accent); }

/* ── Multi result table ── */
.sim-multi-result-table { width: 100%; border-collapse: collapse; margin: 10px 0 0; font-size: 12px; }
.sim-multi-result-table th { text-align: left; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); padding: 6px 8px; border-bottom: 1px solid var(--border2); }
.sim-multi-result-table td { padding: 7px 8px; border-bottom: 1px solid var(--border); color: var(--text); }
.sim-multi-result-table td:last-child, .sim-multi-result-table th:last-child { text-align: right; }
.sim-multi-result-table td:nth-child(2), .sim-multi-result-table th:nth-child(2) { text-align: center; }
.sim-multi-result-table td:nth-child(3), .sim-multi-result-table th:nth-child(3) { text-align: right; }

/* ── Eye icon (multi-product rows) ── */
.simulator .sim-preview-btn { background: none !important; border: none !important; cursor: pointer; padding: 2px; line-height: 1; transition: opacity .15s, transform .15s; flex-shrink: 0; opacity: .5; color: var(--accent); width: auto !important; display: inline-flex !important; align-items: center; justify-content: center; position: relative; z-index: 2; pointer-events: auto; }
.simulator .sim-preview-btn:hover { opacity: 1; transform: scale(1.15); }
.simulator .sim-preview-btn .material-symbols-outlined { font-size: 18px; }

/* ── Responsive multi-product ── */
@media (max-width: 600px) {
  .sim-multi-row { flex-wrap: wrap; gap: 6px; padding: 10px 0; }
  .sim-multi-check { flex-basis: calc(100% - 42px); }
  .sim-multi-qty-wrap { margin-left: 25px; }
  .sim-toggle-hint { margin-left: 0; flex-basis: 100%; }
  .sim-multi-result-table { font-size: 11px; }
  .sim-multi-result-table th, .sim-multi-result-table td { padding: 5px 4px; }
}

/* ── Product preview popup ── */
.sim-preview-popup { display: none !important; position: fixed; inset: 0; z-index: 999999; background: rgba(0,0,0,.6); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); align-items: center; justify-content: center; padding: 20px; }
.sim-preview-popup.active { display: flex !important; }
.sim-preview-inner { background: var(--surface); border: 1px solid var(--border2); border-radius: 16px; overflow: hidden; max-width: 320px; width: 100%; box-shadow: 0 20px 60px rgba(0,0,0,.6); animation: sim-popup-in .22s ease-out; position: relative; max-height: 85vh; overflow-y: auto; }
@keyframes sim-popup-in { from { opacity: 0; transform: translateY(10px) scale(.96); } to { opacity: 1; transform: none; } }
.sim-preview-close { position: absolute; top: 8px; right: 8px; z-index: 2; width: 30px; height: 30px; border-radius: 50%; border: none; background: rgba(0,0,0,.55); color: #fff; font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; line-height: 1; transition: background .15s; }
.sim-preview-close:hover { background: rgba(0,0,0,.8); }
.sim-preview-gallery { position: relative; width: 100%; aspect-ratio: 4/3; overflow: hidden; background: var(--surface2); }
.sim-preview-slides { width: 100%; height: 100%; position: relative; }
.sim-preview-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .4s ease; }
.sim-preview-slide.active { opacity: 1; }
.sim-preview-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 50%; border: none; background: rgba(0,0,0,.45); color: #fff; font-size: 20px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 2; transition: background .15s; }
.sim-preview-nav:hover { background: rgba(0,0,0,.75); }
.sim-preview-prev { left: 6px; }
.sim-preview-next { right: 6px; }
.sim-preview-dots { position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%); display: flex; gap: 5px; z-index: 2; }
.sim-preview-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.4); transition: background .2s; }
.sim-preview-dot.active { background: var(--accent); }
.sim-preview-body { padding: 16px; }
.sim-preview-type { display: block; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin-bottom: 4px; }
.sim-preview-name { display: block; font-family: 'Syne', sans-serif; font-size: 16px; font-weight: 800; color: var(--text); margin-bottom: 6px; }
.sim-preview-desc { font-size: 12px; color: var(--muted); line-height: 1.55; margin: 0 0 10px; }
.sim-preview-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 12px; }
.sim-preview-tag { display: inline-block; padding: 3px 10px; border-radius: 50px; font-size: 10px; font-weight: 600; color: var(--muted); background: var(--surface2); border: 1px solid var(--border); }
.sim-preview-link { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 600; color: var(--accent); text-decoration: none; transition: opacity .15s; }
.sim-preview-link:hover { opacity: .75; }

/* ══════════════════════════════════════════
   FORMS
══════════════════════════════════════════ */
form { display: flex; flex-direction: column; gap: 14px; }
label { display: flex; flex-direction: column; gap: 7px; font-weight: 600; font-size: 13px; color: var(--text); }
input, select, textarea {
  width: 100%; padding: 12px 14px; border-radius: 11px;
  border: 1px solid var(--border2); background: var(--surface2);
  color: var(--text); font-family: 'DM Sans', sans-serif; font-size: 16px;
  transition: border-color .18s;
}
/* Prevent global form reset from breaking simulator checkboxes & qty inputs */
.simulator .sim-multi-check input[type="checkbox"] { width: 17px !important; height: 17px !important; min-width: 17px; padding: 0 !important; border-radius: 3px !important; }
.simulator .sim-multi-qty-input { width: 52px !important; padding: 5px 4px !important; border-radius: 7px !important; }
.simulator .sim-qty-btn { width: 28px !important; padding: 0 !important; }
input::placeholder, textarea::placeholder { color: var(--muted); }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--accent); }
textarea { min-height: 120px; resize: vertical; }
.checkbox { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; font-size: 13px; color: var(--muted); cursor: pointer; flex-direction: row; }
.checkbox input { width: 17px; height: 17px; min-width: 17px; accent-color: var(--accent); flex-shrink: 0; margin-top: 2px; }
.form-note { font-size: 13px; color: var(--muted); margin-bottom: 4px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form-wrap { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r); padding: clamp(22px, 4vw, 40px); }
.contact-form-wrap h3 { margin-bottom: 8px; }
.delay-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; }
.delay-row { display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: var(--text); }
.email-link { display: flex; align-items: center; gap: 8px; color: var(--accent); font-size: 13px; font-weight: 600; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border); word-break: break-all; }

/* ══════════════════════════════════════════
   FAQ
══════════════════════════════════════════ */
.faq-layout { display: grid; grid-template-columns: 200px 1fr; gap: clamp(28px, 4vw, 52px); align-items: start; }
.faq-sidebar { position: sticky; top: 86px; }
.faq-sidebar-label { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; display: block; }
.faq-sidebar nav { display: flex; flex-direction: column; gap: 3px; margin-bottom: 22px; }
.faq-nav-link { display: block; padding: 9px 12px; border-radius: 9px; font-size: 12px; font-weight: 500; color: var(--muted); transition: all .18s; text-decoration: none; }
.faq-nav-link:hover { background: rgba(255,255,255,.06); color: var(--text); text-decoration: none; }
.faq-sidebar-cta { background: var(--surface2); border: 1px solid var(--border); border-radius: var(--r-sm); padding: 18px; }
.faq-sidebar-cta p { font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 10px; }
.faq details { border: 1px solid var(--border); border-radius: var(--r-sm); padding: 16px 20px; background: var(--surface); margin: 7px 0; transition: border-color .2s; }
.faq details[open] { border-color: var(--border2); background: var(--surface2); }
.faq summary { cursor: pointer; font-weight: 700; font-size: 14px; color: var(--text); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 18px; color: var(--muted); flex-shrink: 0; }
.faq details[open] summary::after { content: '−'; }
.faq details p { margin-top: 12px; font-size: 13px; line-height: 1.7; }
.faq-cat-title { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin: 28px 0 13px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }

/* ══════════════════════════════════════════
   LEGAL
══════════════════════════════════════════ */
.legal-content { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
.legal-content .card h3 { color: var(--accent); margin-bottom: 10px; }
.legal-content .card p { font-size: 14px; line-height: 1.7; }

/* ══════════════════════════════════════════
   ANIMATIONS
══════════════════════════════════════════ */
@keyframes pulse { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:.5; transform:scale(.8); } }
@keyframes scroll-ticker { 0% { transform:translateX(0); } 100% { transform:translateX(-50%); } }
.fade-up { opacity: 0; transform: translateY(22px); transition: opacity .5s ease, transform .5s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-up:nth-child(2) { transition-delay: .07s; }
.fade-up:nth-child(3) { transition-delay: .14s; }
.fade-up:nth-child(4) { transition-delay: .21s; }

/* ══════════════════════════════════════════
   RESPONSIVE — ≤ 1024px tablet
══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: inline-flex; align-items: center; justify-content: center; }
  .site-nav .nav-brand img.nav-logo-long { display: none !important; }
  .site-nav .nav-brand img.nav-logo-short { display: block !important; }

  .page-hero--with-img .wrap { grid-template-columns: 1fr; }
  .page-hero-img { display: none; }

  .proof-grid { grid-template-columns: 1fr; gap: 36px; }
  .quetzal-layout { grid-template-columns: 1fr; gap: 28px; }
  .audience-wrap { grid-template-columns: 1fr; gap: 28px; }

  .offers-grid { grid-template-columns: 1fr 1fr; }
  .step-grid-3 { grid-template-columns: 1fr 1fr; }
  .stat-grid   { grid-template-columns: 1fr 1fr; }
  .g-3 { grid-template-columns: 1fr 1fr; }

  .cols-4--equal { grid-template-columns: 1fr 1fr; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }

  .team-grid { grid-template-columns: 1fr; }

  .faq-layout { grid-template-columns: 1fr; gap: 24px; }
  .faq-sidebar { position: static; }
  .faq-sidebar nav { flex-direction: row; flex-wrap: wrap; gap: 6px; }
}

/* ══════════════════════════════════════════
   RESPONSIVE — ≤ 700px mobile
══════════════════════════════════════════ */
@media (max-width: 700px) {
  :root { --r: 13px; --r-sm: 9px; }
  section { padding: 44px 0; }

  .g-2, .g-2-sm { grid-template-columns: 1fr; gap: 20px; }
  .g-3 { grid-template-columns: 1fr; gap: 14px; }

  .offers-grid { grid-template-columns: 1fr; }
  .step-grid-3 { grid-template-columns: 1fr; }
  .stat-grid   { grid-template-columns: 1fr; }
  .cols-4--equal { grid-template-columns: 1fr 1fr; }

  .audience-wrap { grid-template-columns: 1fr; gap: 24px; }
  .audience-pills-grid { grid-template-columns: 1fr 1fr; gap: 8px; }

  .proof-grid { grid-template-columns: 1fr; gap: 28px; }
  .quetzal-layout { grid-template-columns: 1fr; gap: 24px; }

  .team-grid { grid-template-columns: 1fr; }
  .team-card { flex-direction: column; align-items: center; text-align: center; }
  .team-info { align-items: center; }

  .form-row-2 { grid-template-columns: 1fr; }

  .hero-stats, .hero-stats-bar .hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .hero-ctas  { flex-direction: column; }
  .hero-ctas .btn { width: 100%; text-align: center; justify-content: center; }

  .final-cta-btns { flex-direction: column; align-items: center; }
  .final-cta-btns .btn { width: 100%; max-width: 300px; justify-content: center; }

  .offers-header { flex-direction: column; align-items: flex-start; }
  .quetzal-inner::before { display: none; }
}

/* ══════════════════════════════════════════
   RESPONSIVE — ≤ 480px small mobile
══════════════════════════════════════════ */
@media (max-width: 480px) {
  :root { --pad: 15px; }
  .footer-grid { grid-template-columns: 1fr; }
  .audience-pills-grid { grid-template-columns: 1fr; }
  .ticker-item { padding: 0 14px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* ══════════════════════════════════════════
   QUETZAL ORDER FORM
   Scoped under #commande for specificity
══════════════════════════════════════════ */

/* Intro */
#commande .qz-intro { text-align: center; margin-bottom: 8px; }
#commande .qz-intro .section-sub { max-width: 560px; margin-left: auto; margin-right: auto; }

/* ── Stepper ── */
#commande .qz-stepper {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
#commande .qz-step {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  transition: all .25s;
}
#commande .qz-step.active { color: var(--text); background: var(--accent-dim); }
#commande .qz-step.done { color: var(--accent); }
#commande .qz-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px; min-width: 28px;
  border-radius: 50%;
  border: 2px solid var(--border2);
  font-family: 'Syne', sans-serif;
  font-size: 12px; font-weight: 800;
  transition: all .25s;
}
#commande .qz-step.active .qz-step-num { border-color: var(--accent); background: var(--accent); color: #000; }
#commande .qz-step.done .qz-step-num { border-color: var(--accent); color: var(--accent); }
#commande .qz-step-label { display: inline; }
#commande .qz-step-line { width: 32px; height: 2px; background: var(--border2); flex-shrink: 0; }

/* ── Panels — CRITICAL: hide/show ── */
#commande .qz-form-container { max-width: 880px; margin: 0 auto; }
#commande .qz-panel { display: none !important; }
#commande .qz-panel.active { display: block !important; animation: qzFadeIn .35s ease; }
@keyframes qzFadeIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

/* ── Card wrapper ── */
#commande .qz-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
}
#commande .qz-card-header {
  padding: 32px 32px 24px;
}
#commande .qz-card-header h3 {
  font-size: clamp(20px, 3vw, 28px);
  margin-bottom: 6px;
}
#commande .qz-card-sub {
  font-size: 14px; color: var(--muted); line-height: 1.55;
}
#commande .qz-card-body {
  padding: 0 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#commande .qz-card-footer {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center;
  padding: 20px 32px;
  border-top: 1px solid var(--border);
  background: var(--surface);
  gap: 12px;
}

/* ── Fields — override global label styles ── */
#commande .qz-field {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px;
  font-weight: 400;
}
#commande .qz-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  display: block;
}
#commande .qz-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px;
}
#commande .qz-divider {
  height: 1px;
  background: var(--border);
  margin: 8px 0;
}
#commande .qz-hint {
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}

/* Section blocks inside card */
#commande .qz-section-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#commande .qz-block-title {
  font-family: 'Syne', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
}
#commande .qz-block-sub {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
}

/* ── Pinterest link ── */
#commande .qz-pinterest-embed { margin: 4px 0; }
#commande .qz-pinterest-link {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: var(--surface2);
  border: 1px solid var(--border2);
  border-radius: var(--r-sm);
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  transition: border-color .2s, background .2s, transform .2s;
  text-decoration: none;
}
#commande .qz-pinterest-link:hover {
  border-color: #e60023;
  background: rgba(230,0,35,.08);
  transform: translateY(-2px);
  text-decoration: none;
}
#commande .qz-pinterest-link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: #e60023;
  color: #fff;
  flex-shrink: 0;
}

/* ── Color picker ── */
#commande .qz-color-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#commande .qz-color-swatch {
  width: 38px; height: 38px;
  border-radius: 50%;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all .18s;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}
#commande .qz-color-swatch:hover { transform: scale(1.15); }
#commande .qz-color-swatch.selected {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-dim), inset 0 0 0 1px rgba(255,255,255,.12);
  transform: scale(1.1);
}

/* ── Tags ── */
#commande .qz-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#commande .qz-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  background: var(--surface2);
  border: 1px solid var(--border2);
  cursor: pointer;
  transition: all .18s;
  user-select: none;
}
#commande .qz-tag:hover { border-color: rgba(255,255,255,.25); color: var(--text); }
#commande .qz-tag.active {
  border-color: var(--accent);
  background: var(--accent-dim);
  color: var(--accent);
  font-weight: 600;
}

/* ── Upload zones ── */
#commande .qz-upload-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px;
}
#commande .qz-upload-zone {
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  overflow: hidden;
}
#commande .qz-upload-dropzone {
  padding: 24px 16px;
  text-align: center;
  border: 2px dashed var(--border2);
  border-radius: var(--r-sm);
  margin: 10px;
  transition: border-color .2s, background .2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
#commande .qz-upload-dropzone.dragover { border-color: var(--accent); background: var(--accent-dim); }
#commande .qz-upload-dropzone:hover { border-color: rgba(255,255,255,.2); }
#commande .qz-upload-icon { font-size: 28px; }
#commande .qz-upload-dropzone strong { font-size: 14px; color: var(--text); }
#commande .qz-upload-preview { display: flex; flex-direction: column; gap: 6px; padding: 0 10px 10px; }
#commande .qz-file-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--surface);
  border: 1px solid var(--border);
}
#commande .qz-file-item img { width: 36px; height: 36px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
#commande .qz-file-info { flex: 1; min-width: 0; }
#commande .qz-file-name { display: block; font-size: 12px; font-weight: 600; color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#commande .qz-file-size { font-size: 11px; color: var(--muted); }
#commande .qz-file-remove {
  background: none; border: none; color: var(--muted); cursor: pointer;
  font-size: 16px; padding: 4px 8px; border-radius: 6px;
  transition: color .15s, background .15s;
}
#commande .qz-file-remove:hover { color: #e85050; background: rgba(232,80,80,.12); }
#commande .qz-upload-note {
  margin-top: 12px; padding: 12px 16px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-sm); font-size: 13px; color: var(--muted);
}

/* ── Recap ── */
#commande .qz-recap { display: flex; flex-direction: column; gap: 20px; }
#commande .qz-recap-section {
  background: var(--surface2); border: 1px solid var(--border);
  border-radius: var(--r-sm); padding: 22px;
}
#commande .qz-recap-section h3 { font-size: 15px; margin-bottom: 14px; }
#commande .qz-recap-grid { display: flex; flex-direction: column; gap: 8px; }
#commande .qz-recap-row {
  display: flex !important; flex-direction: row !important;
  justify-content: space-between; align-items: flex-start;
  gap: 16px; font-size: 13px; padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
#commande .qz-recap-row:last-child { border-bottom: none; padding-bottom: 0; }
#commande .qz-recap-label { color: var(--muted); font-weight: 500; flex-shrink: 0; min-width: 90px; }
#commande .qz-recap-value { color: var(--text); font-weight: 600; text-align: right; word-break: break-word; }

/* ── Checkbox override ── */
#commande .checkbox {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  font-size: 13px;
  color: var(--muted);
  cursor: pointer;
}
#commande .checkbox input[type="checkbox"] {
  width: 17px; height: 17px; min-width: 17px;
  accent-color: var(--accent); flex-shrink: 0; margin-top: 2px;
}

/* ── Success ── */
#commande .qz-success { text-align: center; padding: 60px 20px; }
#commande .qz-success-icon { font-size: 64px; margin-bottom: 20px; }
#commande .qz-success h2 { margin-bottom: 12px; }
#commande .qz-success > p { max-width: 480px; margin: 0 auto 36px; }
#commande .qz-success-steps {
  display: flex !important; flex-direction: row !important;
  justify-content: center; gap: 20px; margin-bottom: 36px; flex-wrap: wrap;
}
#commande .qz-success-step {
  display: flex !important; flex-direction: row !important;
  align-items: center; gap: 10px;
  padding: 12px 18px; background: var(--surface);
  border: 1px solid var(--border); border-radius: var(--r-sm);
}
#commande .qz-success-step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--accent); color: #000;
  font-family: 'Syne', sans-serif; font-size: 11px; font-weight: 800;
}
#commande .qz-success-step p { font-size: 13px; font-weight: 600; color: var(--text); margin: 0; }

/* ── Responsive ── */
@media (max-width: 700px) {
  #commande .qz-stepper { gap: 4px; }
  #commande .qz-step-label { display: none; }
  #commande .qz-step-line { width: 16px; }
  #commande .qz-card-header,
  #commande .qz-card-body { padding-left: 20px; padding-right: 20px; }
  #commande .qz-card-footer {
    padding: 16px 20px;
    flex-direction: column-reverse !important;
  }
  #commande .qz-card-footer .btn { width: 100%; justify-content: center; }
  #commande .qz-row { grid-template-columns: 1fr !important; }
  #commande .qz-upload-grid { grid-template-columns: 1fr !important; }
  #commande .qz-recap-row { flex-direction: column !important; gap: 3px; }
  #commande .qz-recap-value { text-align: left; }
  #commande .qz-success-steps { flex-direction: column !important; align-items: center; }
}
@media (max-width: 480px) {
  #commande .qz-card-header,
  #commande .qz-card-body { padding-left: 16px; padding-right: 16px; }
  #commande .qz-card-footer { padding: 14px 16px; }
  #commande .qz-color-swatch { width: 32px; height: 32px; }
}

/* ══════════════════════════════════════════
   SIZE GUIDE TOOL
══════════════════════════════════════════ */
.sg-section { padding-bottom: 0; }

.sg-tool {
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: 26px;
  padding: clamp(24px, 4vw, 48px);
  position: relative;
  overflow: hidden;
  max-width: 720px;
  margin: 0 auto;
}
.sg-tool::before {
  content: ''; position: absolute; top: -80px; right: -80px;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200,241,53,.06) 0%, transparent 70%);
  pointer-events: none;
}

/* Steps bar */
.sg-steps-bar {
  display: flex; align-items: center; justify-content: center;
  gap: 0; margin-bottom: clamp(28px, 4vw, 44px);
}
.sg-step-dot {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--surface); border: 2px solid var(--border2);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 0; position: relative;
  transition: all .3s ease;
}
.sg-step-dot span {
  font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 800;
  color: var(--muted); line-height: 1; transition: color .3s;
}
.sg-step-dot small {
  position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%);
  font-size: 10px; color: var(--muted); white-space: nowrap; letter-spacing: .04em;
  font-weight: 600; text-transform: uppercase; transition: color .3s;
}
.sg-step-dot.active {
  background: var(--accent); border-color: var(--accent);
}
.sg-step-dot.active span { color: #000; }
.sg-step-dot.active small { color: var(--accent); }
.sg-step-dot.done {
  background: rgba(200,241,53,.15); border-color: rgba(200,241,53,.3);
}
.sg-step-dot.done span { color: var(--accent); }
.sg-step-line {
  flex: 1; max-width: 60px; height: 2px;
  background: var(--border2);
}

/* Panels */
.sg-panel { display: none; animation: sgFadeIn .35s ease; }
.sg-panel.active { display: block; }
@keyframes sgFadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

.sg-panel-title {
  font-family: 'Syne', sans-serif; font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 800; margin-bottom: 6px;
}
.sg-panel-sub { color: var(--muted); font-size: 14px; margin-bottom: 28px; }

/* Fields */
.sg-field-group { margin-bottom: 22px; }
.sg-label {
  display: block; font-weight: 700; font-size: 13px; margin-bottom: 8px;
  letter-spacing: .03em; text-transform: uppercase; color: var(--text);
}
.sg-hint { font-size: 12px; color: var(--muted); margin-bottom: 8px; margin-top: -4px; }

.sg-fields-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
}

.sg-input-wrap {
  display: flex; align-items: center;
  background: var(--surface); border: 1px solid var(--border2);
  border-radius: var(--r-sm); overflow: hidden; transition: border-color .2s;
}
.sg-input-wrap:focus-within { border-color: var(--accent); }
.sg-input {
  flex: 1; background: none; border: none; color: var(--text);
  font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 600;
  padding: 12px 14px; outline: none; width: 100%;
}
.sg-input::placeholder { color: var(--muted); font-weight: 400; }
.sg-input-unit {
  padding-right: 14px; font-size: 13px; color: var(--muted); font-weight: 600;
}

/* Range slider */
.sg-range {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 4px; border-radius: 4px; outline: none;
  background: var(--border2); margin-top: 10px; cursor: pointer;
}
.sg-range::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--accent); cursor: pointer; border: 2px solid var(--bg);
  box-shadow: 0 2px 8px rgba(200,241,53,.3);
}
.sg-range::-moz-range-thumb {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--accent); cursor: pointer; border: 2px solid var(--bg);
}

/* Radio cards (gender) */
.sg-radio-row { display: flex; gap: 12px; }
.sg-radio-card {
  flex: 1; display: flex; align-items: center; gap: 10px;
  background: var(--surface); border: 2px solid var(--border2);
  border-radius: var(--r-sm); padding: 12px 16px; cursor: pointer;
  transition: all .2s; font-weight: 600; font-size: 14px;
}
.sg-radio-card:hover { border-color: rgba(255,255,255,.2); }
.sg-radio-card input { display: none; }
.sg-radio-card input:checked + .sg-radio-icon { color: var(--accent); }
.sg-radio-card:has(input:checked) { border-color: var(--accent); background: rgba(200,241,53,.06); }
.sg-radio-icon { font-size: 22px; color: var(--muted); transition: color .2s; }

/* Product grid */
.sg-product-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 12px; margin-bottom: 28px;
}
.sg-product-card {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 6px;
  background: var(--surface); border: 2px solid var(--border2);
  border-radius: var(--r); padding: 20px 12px; cursor: pointer;
  transition: all .2s;
}
.sg-product-card:hover { border-color: rgba(255,255,255,.18); transform: translateY(-2px); }
.sg-product-card input { display: none; }
.sg-product-card:has(input:checked) { border-color: var(--accent); background: rgba(200,241,53,.06); }
.sg-product-icon { font-size: 28px; color: var(--muted); transition: color .2s; margin-bottom: 4px; }
.sg-product-card:has(input:checked) .sg-product-icon { color: var(--accent); }
.sg-product-name { font-weight: 700; font-size: 13px; line-height: 1.3; }
.sg-product-card small { font-size: 11px; color: var(--muted); line-height: 1.3; }

/* Fit cards */
.sg-fit-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 28px; }
.sg-fit-card {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px;
  background: var(--surface); border: 2px solid var(--border2);
  border-radius: var(--r); padding: 22px 14px; cursor: pointer;
  transition: all .2s;
}
.sg-fit-card:hover { border-color: rgba(255,255,255,.18); }
.sg-fit-card input { display: none; }
.sg-fit-card:has(input:checked) { border-color: var(--accent); background: rgba(200,241,53,.06); }
.sg-fit-visual { width: 48px; height: 72px; color: var(--muted); transition: color .2s; }
.sg-fit-card:has(input:checked) .sg-fit-visual { color: var(--accent); }
.sg-fit-label { font-weight: 800; font-size: 14px; font-family: 'Syne', sans-serif; }
.sg-fit-card small { font-size: 11px; color: var(--muted); line-height: 1.4; }

/* Nav buttons */
.sg-nav-btns { display: flex; justify-content: space-between; gap: 12px; margin-top: 8px; }
.sg-next-btn { margin-top: 12px; }

/* Result card */
.sg-result-card {
  text-align: center; padding: clamp(20px, 3vw, 40px) 0;
}
.sg-result-badge {
  width: 100px; height: 100px; border-radius: 50%;
  background: var(--accent); display: inline-flex;
  align-items: center; justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 0 0 8px rgba(200,241,53,.12), 0 0 0 20px rgba(200,241,53,.05);
  animation: sgPulse 2s ease-in-out infinite;
}
@keyframes sgPulse {
  0%, 100% { box-shadow: 0 0 0 8px rgba(200,241,53,.12), 0 0 0 20px rgba(200,241,53,.05); }
  50% { box-shadow: 0 0 0 12px rgba(200,241,53,.18), 0 0 0 28px rgba(200,241,53,.08); }
}
.sg-result-size {
  font-family: 'Syne', sans-serif; font-size: 38px; font-weight: 800;
  color: #000; line-height: 1;
}
.sg-result-title {
  font-family: 'Syne', sans-serif; font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 800; margin-bottom: 8px;
}
.sg-result-sub { color: var(--muted); font-size: 14px; margin-bottom: 24px; }

/* Result details grid */
.sg-result-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  text-align: left; max-width: 440px; margin: 0 auto 24px;
}
.sg-detail {
  background: var(--surface); border-radius: var(--r-sm);
  padding: 12px 14px;
}
.sg-detail-label { display: block; font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; font-weight: 600; margin-bottom: 2px; }
.sg-detail-val { font-weight: 700; font-size: 14px; }

/* Result tip */
.sg-result-tip {
  display: flex; gap: 10px; align-items: flex-start; text-align: left;
  background: rgba(200,241,53,.08); border: 1px solid rgba(200,241,53,.15);
  border-radius: var(--r-sm); padding: 14px 16px; margin-bottom: 24px;
  font-size: 13px; color: var(--text); max-width: 440px; margin-left: auto; margin-right: auto;
}
.sg-result-tip:empty { display: none; }
.sg-result-tip .material-symbols-outlined { color: var(--accent); font-size: 20px; flex-shrink: 0; margin-top: 1px; }

/* Full chart */
.sg-chart-toggle { margin-bottom: 16px; }
.sg-full-chart { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.sg-full-chart.open { max-height: 500px; }
.sg-chart-scroll { overflow-x: auto; }
.sg-table {
  width: 100%; border-collapse: collapse; font-size: 13px; text-align: left;
}
.sg-table th {
  font-size: 11px; text-transform: uppercase; letter-spacing: .05em;
  color: var(--muted); font-weight: 700; padding: 10px 12px;
  border-bottom: 2px solid var(--border2);
}
.sg-table td {
  padding: 10px 12px; border-bottom: 1px solid var(--border);
}
.sg-table .sg-row-active { background: rgba(200,241,53,.08); }
.sg-row-active td { border-color: rgba(200,241,53,.15); }
.sg-rec-badge {
  display: inline-block; background: var(--accent); color: #000;
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .04em; padding: 2px 8px; border-radius: 6px;
  margin-left: 6px; vertical-align: middle;
}

/* Help section */
.sg-help-section { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.sg-help-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.sg-help-card {
  background: var(--surface2); border: 1px solid var(--border);
  border-radius: var(--r); padding: 24px 20px;
}
.sg-help-ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(200,241,53,.1); color: var(--accent);
  margin-bottom: 14px;
}
.sg-help-card h3 { font-family: 'Syne', sans-serif; font-size: 15px; font-weight: 800; margin-bottom: 6px; }
.sg-help-card p { font-size: 13px; color: var(--muted); line-height: 1.5; }

.sg-help-tip {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--r-sm); padding: 18px 20px;
  margin-top: 28px; font-size: 13px; line-height: 1.6;
}
.sg-help-tip .material-symbols-outlined { color: var(--accent); font-size: 22px; flex-shrink: 0; margin-top: 2px; }


/* ══════════════════════════════════════════
   SIZE GUIDE — PROMO BANNER (front page)
══════════════════════════════════════════ */
.sgp-section { padding-bottom: 0; }
.sgp-banner {
  position: relative; overflow: hidden;
  background: var(--surface2);
  border-radius: 24px;
  padding: clamp(40px, 6vw, 64px);
}
/* Top accent animated gradient line */
.sgp-accent-line {
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  background-size: 200% 100%;
  animation: sgpShimmer 3s ease-in-out infinite;
}
@keyframes sgpShimmer { 0%{background-position:100% 0} 100%{background-position:-100% 0} }
/* Radial glow */
.sgp-glow {
  position: absolute; top: -30%; right: -5%; width: 500px; height: 500px;
  border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(200,241,53,.07) 0%, transparent 65%);
}
/* Layout */
.sgp-layout {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 220px; gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
/* Badge tag */
.sgp-badge-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px;
  color: var(--accent); margin-bottom: 20px;
  background: var(--accent-dim); padding: 6px 14px; border-radius: 50px;
}
/* Title */
.sgp-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 800; line-height: 1.1; margin-bottom: 16px;
}
.sgp-accent {
  color: var(--accent); position: relative;
}
.sgp-accent::after {
  content: ''; position: absolute; left: -2px; right: -2px; bottom: 2px;
  height: 6px; background: rgba(200,241,53,.18); border-radius: 3px;
  z-index: -1;
}
/* Description */
.sgp-desc {
  font-size: 15px; color: var(--muted); line-height: 1.65;
  max-width: 440px; margin-bottom: 28px;
}
/* CTA row */
.sgp-ctas { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.sgp-free-label {
  font-size: 12px; color: var(--muted); letter-spacing: .3px;
}

/* ── Animated size ring (right side) ── */
.sgp-visual { flex-shrink: 0; }
.sgp-ring {
  position: relative;
  width: 200px; height: 200px;
}
.sgp-ring::before {
  content: ''; position: absolute; inset: 10px;
  border: 1.5px dashed rgba(200,241,53,.12); border-radius: 50%;
}
.sgp-ring::after {
  content: ''; position: absolute; inset: 35px;
  border: 1px solid rgba(200,241,53,.06); border-radius: 50%;
}
.sgp-size {
  position: absolute;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  font-family: 'Syne', sans-serif; font-weight: 800;
  transition: transform .3s;
}
.sgp-size--float {
  width: 44px; height: 44px; font-size: 12px;
  background: var(--surface); border: 1.5px solid var(--border2);
  color: var(--muted);
}
.sgp-size--hero {
  width: 68px; height: 68px; font-size: 22px;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: var(--accent); color: #000;
  box-shadow: 0 0 0 8px var(--accent-dim), 0 12px 40px rgba(200,241,53,.2);
  z-index: 3;
}
.sgp-size--1 { top: -4px; left: 50%; transform: translateX(-50%); animation: sgpBob1 3.5s ease-in-out infinite; }
.sgp-size--2 { top: 35%; right: -2px; animation: sgpBob 3.5s ease-in-out infinite .5s; }
.sgp-size--3 { bottom: 35%; left: -2px; animation: sgpBob 3.5s ease-in-out infinite 1s; }
.sgp-size--4 { bottom: -4px; left: 50%; transform: translateX(-50%); animation: sgpBob4 3.5s ease-in-out infinite 1.5s; }
@keyframes sgpBob { 0%,100%{opacity:1} 50%{opacity:.6;transform:translateY(-5px)} }
@keyframes sgpBob1 { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(-6px)} }
@keyframes sgpBob4 { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(5px)} }

.sgp-banner:hover .sgp-size--hero {
  box-shadow: 0 0 0 10px var(--accent-dim), 0 16px 50px rgba(200,241,53,.3);
}
.sgp-banner:hover .sgp-accent-line { animation-duration: 1.5s; }

/* ── Bottom features row ── */
.sgp-features {
  position: relative; z-index: 1;
  display: flex; gap: 28px; flex-wrap: wrap;
  margin-top: clamp(28px, 4vw, 44px);
  padding-top: clamp(24px, 3vw, 32px);
  border-top: 1px solid var(--border);
}
.sgp-feat {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--muted);
}
.sgp-feat .material-symbols-outlined { font-size: 18px; color: var(--accent); }

/* ══════════════════════════════════════════
   SIZE GUIDE — PROMO STRIP (tarifs page)
══════════════════════════════════════════ */
.sgp-strip {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px;
  background: var(--surface2);
  border: 1px solid var(--border2);
  border-radius: var(--r);
  padding: 20px 28px;
  text-decoration: none !important; color: inherit;
  transition: border-color .25s, box-shadow .25s;
}
.sgp-strip:hover {
  border-color: rgba(200,241,53,.3);
  box-shadow: 0 0 0 1px rgba(200,241,53,.1), 0 8px 32px rgba(200,241,53,.06);
  text-decoration: none !important;
}
.sgp-strip-left { display: flex; align-items: center; gap: 16px; flex: 1; min-width: 0; }
.sgp-strip-badge {
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--accent); color: #000;
  font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 800;
  box-shadow: 0 0 0 4px var(--accent-dim);
}
.sgp-strip-body { display: flex; flex-direction: column; gap: 2px; }
.sgp-strip-body strong { font-size: 15px; }
.sgp-strip-body span { font-size: 13px; color: var(--muted); line-height: 1.45; }
.sgp-strip-cta {
  flex-shrink: 0;
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 600; color: var(--accent);
  white-space: nowrap;
}

/* ══════════════════════════════════════════
   RESPONSIVE — SIZE GUIDE + PROMO
══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .sgp-layout { grid-template-columns: 1fr 180px; }
  .sg-help-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .sg-fields-row { grid-template-columns: 1fr; }
  .sg-fit-row { grid-template-columns: 1fr; gap: 10px; }
  .sg-product-grid { grid-template-columns: repeat(2, 1fr); }
  .sg-result-grid { grid-template-columns: 1fr; }
  .sg-help-grid { grid-template-columns: 1fr; }
  .sgp-layout { grid-template-columns: 1fr; text-align: center; }
  .sgp-desc { margin-left: auto; margin-right: auto; }
  .sgp-ctas { justify-content: center; }
  .sgp-free-label { display: block; width: 100%; text-align: center; }
  .sgp-visual { display: none; }
  .sgp-features { justify-content: center; }
  .sgp-strip { flex-direction: column; text-align: center; padding: 24px; }
  .sgp-strip-left { flex-direction: column; }
  .sgp-strip-cta {
    background: var(--accent); color: #000;
    padding: 10px 20px; border-radius: var(--r-sm);
    font-weight: 600;
  }
}
@media (max-width: 480px) {
  .sg-tool { padding: 20px 16px; border-radius: 18px; }
  .sg-product-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .sg-nav-btns { flex-direction: column-reverse; }
  .sg-nav-btns .btn { width: 100%; justify-content: center; }
  .sgp-banner { padding: 28px 20px; border-radius: 18px; }
  .sgp-features { gap: 16px; }
  .sgp-feat { font-size: 12px; }
}
/* ══════════════════════════════════════════
   QUI EST QUETZAL — Intro section
══════════════════════════════════════════ */
.quetzal-intro-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
.quetzal-intro-reasons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.quetzal-reason {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.quetzal-reason-check {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 7px;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.quetzal-reason strong {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 3px;
  color: var(--text);
}
.quetzal-reason p {
  font-size: 13px;
  line-height: 1.55;
}

/* ══════════════════════════════════════════
   CATALOGUE PRODUITS QUETZAL
   Scoped styles for #catalogue section
══════════════════════════════════════════ */

/* ── Category Tabs ── */
.cat-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.cat-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid var(--border2);
  background: transparent;
  color: var(--muted);
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all .22s;
  white-space: nowrap;
}
.cat-tab:hover {
  border-color: var(--accent);
  color: var(--text);
  background: var(--accent-dim);
}
.cat-tab.active {
  border-color: var(--accent);
  background: var(--accent);
  color: #000;
}

/* ── Product Grid ── */
.prod-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2vw, 22px);
}

/* ── Product Card ── */
.prod-card {
  border: 1px solid var(--border);
  border-radius: var(--r);
  background: var(--surface);
  overflow: hidden;
  transition: border-color .3s, box-shadow .4s, transform .4s;
  display: flex;
  flex-direction: column;
}
.prod-card:hover {
  border-color: rgba(200,241,53,.3);
  box-shadow:
    0 0 0 1px rgba(200,241,53,.18),
    0 0 28px rgba(200,241,53,.16),
    0 18px 48px rgba(0,0,0,.38);
  transform: translateY(-5px);
}

/* ── Product Image ── */
.prod-card-img {
  position: relative;
  background: var(--surface2);
  overflow: hidden;
}
.prod-card-img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform .5s;
  border-radius: 0 !important;
}
.prod-card:hover .prod-card-img img {
  transform: scale(1.06);
}

/* Icon placeholder for accessories without image */
.prod-card-img--icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-icon-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--surface2) 0%, rgba(200,241,53,.05) 100%);
}

/* ── Badge ── */
.prod-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 12px;
  border-radius: 50px;
  background: rgba(10,10,12,.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(200,241,53,.25);
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* ── Product Body ── */
.prod-card-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.prod-type {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}
.prod-card-body h3 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(17px, 2.2vw, 22px);
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--text);
  margin: 0;
}
.prod-card-body p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
  flex: 1;
}

/* ── Tags ── */
.prod-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
.prod-tag {
  padding: 4px 10px;
  border-radius: 6px;
  background: var(--surface2);
  border: 1px solid var(--border);
  font-size: 11px;
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
}

/* ── Product Link ── */
.prod-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
  margin-top: 8px;
  transition: gap .18s;
  text-decoration: none;
}
.prod-link:hover {
  gap: 12px;
  text-decoration: none;
}
.prod-arrow {
  transition: transform .18s;
  display: inline-block;
}
.prod-link:hover .prod-arrow {
  transform: translateX(3px);
}

/* ── Info Strip ── */
.cat-info-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: var(--border);
  border-radius: var(--r);
  overflow: hidden;
  margin-top: 40px;
}
.cat-info-cell {
  background: var(--surface2);
  padding: clamp(18px, 3vw, 28px) clamp(14px, 2vw, 22px);
  text-align: center;
}
.cat-info-num {
  font-family: 'Syne', sans-serif;
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 800;
  color: var(--accent);
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
.cat-info-label {
  display: block;
  font-size: 12px;
  color: var(--muted);
}

/* ── Fade-in animation ── */
@keyframes prodFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ══════════════════════════════════════════
   RESPONSIVE — ≤ 1024px tablet
══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .prod-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cat-info-strip {
    grid-template-columns: repeat(3, 1fr);
  }
  .quetzal-intro-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* ══════════════════════════════════════════
   RESPONSIVE — ≤ 700px mobile
══════════════════════════════════════════ */
@media (max-width: 700px) {
  .prod-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .cat-tabs {
    gap: 6px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
    flex-wrap: nowrap;
  }
  .cat-tabs::-webkit-scrollbar { display: none; }
  .cat-tab {
    padding: 8px 16px;
    font-size: 12px;
  }
  .cat-info-strip {
    grid-template-columns: 1fr 1fr;
  }
}

/* ══════════════════════════════════════════
   RESPONSIVE — ≤ 480px small mobile
══════════════════════════════════════════ */
@media (max-width: 480px) {
  .cat-info-strip {
    grid-template-columns: 1fr;
  }
}
