/* ============================================================
   AI卡商城 AiKaShop — design premium « e-commerce chinois »
   Vermillon 朱红 + or 金 sur ivoire, typographie Songti pour
   les titres, dense et rassurant façon grande plateforme.
   ============================================================ */
:root {
  --red: #C03A2B;
  --red-d: #9C2A1E;
  --red-xd: #7C1F16;
  --red-soft: #FBEAE6;
  --gold: #A9834B;
  --gold-l: #E3C88F;
  --gold-xd: #8A6A38;
  --ink: #2A241E;
  --ink-2: #5C5348;
  --ink-3: #8A7F70;
  --paper: #FAF5EB;
  --paper-2: #F3ECDC;
  --card: #FFFFFF;
  --line: #EAE0CE;
  --line-2: #F1E9D8;
  --green: #1E7F4F;
  --shadow: 0 2px 10px rgba(87, 62, 32, .07), 0 10px 30px rgba(87, 62, 32, .06);
  --shadow-lg: 0 6px 18px rgba(87, 62, 32, .10), 0 20px 50px rgba(87, 62, 32, .12);
  --r: 14px;
  --r-sm: 9px;
  --font-d: "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  --font-b: -apple-system, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans SC", sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-b);
  background: var(--paper);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
.wrap { max-width: 1220px; margin: 0 auto; padding: 0 20px; }
::selection { background: var(--red); color: #fff; }

/* ---------- reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- boutons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  padding: 11px 24px; border-radius: 999px; font-weight: 600; font-size: 14.5px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn:active { transform: scale(.97); }
.btn-brand {
  background: linear-gradient(135deg, #D34A36 0%, var(--red) 45%, var(--red-d) 100%);
  color: #fff; box-shadow: 0 6px 18px rgba(192, 58, 43, .32);
}
.btn-brand:hover { box-shadow: 0 10px 26px rgba(192, 58, 43, .42); transform: translateY(-1px); }
.btn-gold {
  background: linear-gradient(135deg, #D8B878 0%, var(--gold) 60%, var(--gold-xd) 100%);
  color: #fff; box-shadow: 0 6px 18px rgba(169, 131, 75, .35);
}
.btn-gold:hover { box-shadow: 0 10px 26px rgba(169, 131, 75, .45); transform: translateY(-1px); }
.btn-ghost { border: 1.5px solid var(--line); color: var(--ink); background: var(--card); }
.btn-ghost:hover { border-color: var(--red); color: var(--red); }
.btn-white { background: #fff; color: var(--red-d); }
.btn-white:hover { transform: translateY(-1px); box-shadow: 0 10px 26px rgba(0,0,0,.18); }
.btn-lg { padding: 15px 34px; font-size: 16px; }
.btn-sm { padding: 8px 18px; font-size: 13px; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .65; pointer-events: none; }

/* ---------- barre d'annonce ---------- */
.topbar {
  background: linear-gradient(90deg, var(--ink) 0%, #3A2E22 55%, var(--ink) 100%);
  color: var(--gold-l); font-size: 13px; letter-spacing: .04em;
  position: relative; z-index: 60;
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 7px; padding-bottom: 7px; }
.topbar b { color: #F3D9A4; font-weight: 700; }
.topbar-links { display: flex; gap: 18px; font-size: 12.5px; }
.topbar-links a { color: #CFC2AC; }
.topbar-links a:hover { color: var(--gold-l); }

/* ---------- header ---------- */
.hd {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 245, 235, .92);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s ease;
}
.hd.scrolled { box-shadow: 0 6px 24px rgba(87, 62, 32, .12); }
.hd-in { display: flex; align-items: center; gap: 26px; height: 72px; }
.logo { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.logo-badge {
  width: 44px; height: 44px; border-radius: 13px;
  background: linear-gradient(145deg, #D34A36, var(--red-d));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-d); font-size: 24px; font-weight: 900;
  box-shadow: 0 4px 12px rgba(192, 58, 43, .35), inset 0 1px 0 rgba(255,255,255,.25);
  position: relative;
}
.logo-badge::after {
  content: ""; position: absolute; top: 3px; right: 5px;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold-l); opacity: .9;
}
.logo-txt { font-family: var(--font-d); font-size: 24px; font-weight: 900; color: var(--ink); line-height: 1.1; display: flex; flex-direction: column; }
.logo-txt em { font-style: normal; font-family: var(--font-b); font-size: 10.5px; color: var(--gold); font-weight: 600; letter-spacing: .14em; margin-top: 2px; }
.nav { display: flex; gap: 4px; margin-left: 6px; }
.nav a {
  padding: 8px 14px; border-radius: 999px; font-size: 14.5px; font-weight: 600; color: var(--ink-2);
  transition: all .18s ease; position: relative;
}
.nav a:hover, .nav a.on { color: var(--red); background: var(--red-soft); }
.hd-right { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.hd-since {
  font-size: 12px; color: var(--gold-xd); border: 1px solid var(--gold-l);
  padding: 4px 12px; border-radius: 999px; background: #FBF3E2; font-weight: 600; white-space: nowrap;
}
.menu-btn { display: none; font-size: 24px; padding: 6px 10px; color: var(--ink); }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 480px at 88% -140px, rgba(192, 58, 43, .12), transparent 62%),
    radial-gradient(700px 380px at -6% 108%, rgba(169, 131, 75, .14), transparent 60%),
    linear-gradient(180deg, #FBF6EC 0%, var(--paper) 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: radial-gradient(rgba(169, 131, 75, .16) 1px, transparent 1.6px);
  background-size: 26px 26px;
}
.hero-in {
  position: relative; display: grid; grid-template-columns: 1.12fr .88fr; gap: 48px;
  padding-top: 62px; padding-bottom: 70px; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--gold-l); color: var(--gold-xd);
  padding: 7px 16px; border-radius: 999px; font-size: 13px; font-weight: 600;
  box-shadow: var(--shadow);
}
.hero h1 {
  font-family: var(--font-d); font-size: clamp(38px, 4.6vw, 58px); font-weight: 900;
  line-height: 1.18; margin: 22px 0 6px; letter-spacing: .01em;
}
.hero h1 b {
  background: linear-gradient(120deg, #D34A36 10%, var(--red-d) 55%, var(--gold-xd) 105%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-sub { font-size: 16.5px; color: var(--ink-2); margin-top: 14px; line-height: 1.9; }
.hero-sub b { color: var(--red); }
.hero-btns { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.hero-stats {
  display: grid; grid-template-columns: repeat(4, auto); gap: 8px 38px; margin-top: 40px;
  padding-top: 26px; border-top: 1px dashed var(--line);
}
.hero-stats b { font-family: var(--font-d); font-size: 27px; color: var(--red-d); display: block; line-height: 1.2; }
.hero-stats span { font-size: 12.5px; color: var(--ink-3); }
.hero-seal {
  position: absolute; right: 34px; top: 34px; width: 108px; height: 108px;
  border-radius: 50%; background: linear-gradient(145deg, var(--red), var(--red-xd));
  color: #F7E3C2; display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: var(--font-d); transform: rotate(10deg);
  box-shadow: 0 10px 30px rgba(156, 42, 30, .4), inset 0 0 0 3px rgba(247, 227, 194, .35);
  z-index: 3;
}
.hero-seal b { font-size: 30px; line-height: 1; }
.hero-seal span { font-size: 12px; margin-top: 5px; letter-spacing: .18em; }

/* vitrine hero : pile de cartes produit */
.hero-cards { position: relative; height: 430px; }
.float-card {
  position: absolute; display: flex; align-items: center; gap: 13px;
  background: var(--card); border: 1px solid var(--line-2); border-radius: 18px;
  padding: 16px 20px; box-shadow: var(--shadow-lg); width: 272px;
  transition: transform .3s ease;
}
.float-card:hover { transform: translateY(-4px) scale(1.02); }
.float-card img { width: 46px; height: 46px; border-radius: 12px; object-fit: contain; }
.float-card b { font-size: 15.5px; display: block; }
.float-card span { font-size: 12.5px; color: var(--red); font-weight: 700; }
.float-card em { font-style: normal; font-size: 11.5px; color: var(--ink-3); margin-left: auto; text-align: right; }
.fc-1 { top: 6%; left: 6%; animation: floaty 5.2s ease-in-out infinite; }
.fc-2 { top: 34%; right: 0; animation: floaty 6.1s ease-in-out .7s infinite; }
.fc-3 { top: 63%; left: 12%; animation: floaty 5.7s ease-in-out 1.3s infinite; }
.fc-4 { top: 20%; left: 44%; width: 230px; animation: floaty 6.6s ease-in-out 2s infinite; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-13px); } }
.hero-glow {
  position: absolute; inset: 12% 4%; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(211, 74, 54, .16), transparent);
  filter: blur(12px); z-index: -1;
}

/* ---------- ticker commandes ---------- */
.ticker {
  background: var(--ink); color: #D9CDB6; overflow: hidden; white-space: nowrap;
  border-top: 3px solid var(--red); border-bottom: 1px solid var(--line);
}
.ticker-track { display: inline-flex; gap: 54px; padding: 10px 0; animation: ticker 46s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-track span { font-size: 13px; }
.ticker-track b { color: var(--gold-l); font-weight: 600; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- sections ---------- */
.sec { padding: 58px 0 8px; }
.sec-alt {
  background: linear-gradient(180deg, var(--paper-2), var(--paper));
  margin: 58px 0 0; padding-bottom: 58px;
  border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2);
}
.sec-head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 26px; flex-wrap: wrap; }
.sec-head h2 {
  font-family: var(--font-d); font-size: clamp(24px, 2.6vw, 31px); font-weight: 900;
  display: flex; align-items: center; gap: 12px;
}
.sec-head h2 i {
  width: 7px; height: 27px; border-radius: 4px; flex-shrink: 0;
  background: linear-gradient(180deg, var(--gold-l), var(--gold-xd));
  box-shadow: 2px 2px 0 var(--red-soft);
}
.sec-sub { color: var(--ink-3); font-size: 14px; }
.sec-more { margin-left: auto; color: var(--red); font-weight: 600; font-size: 14px; }
.sec-more:hover { text-decoration: underline; }
.sec-more-wrap { text-align: center; margin-top: 30px; }

/* ---------- grille catégories ---------- */
.cats-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.cat-chip {
  background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r);
  padding: 20px 14px 16px; text-align: center; box-shadow: var(--shadow);
  transition: all .22s ease; position: relative; overflow: hidden;
}
.cat-chip::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--red), var(--gold-l)); opacity: 0; transition: opacity .22s;
}
.cat-chip:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--gold-l); }
.cat-chip:hover::before { opacity: 1; }
.cat-chip i { font-style: normal; font-size: 30px; display: block; margin-bottom: 9px; }
.cat-chip b { font-size: 15px; display: block; font-weight: 700; }
.cat-chip span { font-size: 11.5px; color: var(--ink-3); display: block; margin-top: 5px; line-height: 1.5; }
.cat-chip em { font-style: normal; display: inline-block; margin-top: 8px; font-size: 11px; color: var(--gold-xd); background: #F7EFDD; border-radius: 999px; padding: 2px 9px; }

/* ---------- cartes produit ---------- */
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.p-card {
  background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r);
  padding: 19px 18px 16px; box-shadow: var(--shadow); position: relative;
  display: flex; flex-direction: column; transition: all .22s ease; overflow: hidden;
}
.p-card::after {
  content: ""; position: absolute; inset: 0; border-radius: var(--r); pointer-events: none;
  border: 1.5px solid transparent; transition: border-color .22s;
}
.p-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.p-card:hover::after { border-color: var(--red); }
.p-top { display: flex; align-items: center; gap: 12px; }
.p-logo { width: 46px; height: 46px; border-radius: 12px; object-fit: contain; background: #fff; border: 1px solid var(--line-2); padding: 4px; }
.p-icon {
  width: 46px; height: 46px; border-radius: 12px; color: #fff; font-weight: 800; font-size: 20px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.p-name h3 { font-size: 16.5px; font-weight: 800; line-height: 1.25; }
.p-name span { font-size: 11.5px; color: var(--ink-3); }
.badge-corner {
  position: absolute; top: 0; right: 0; font-size: 11px; font-weight: 700; color: #fff;
  padding: 4px 12px 5px; border-radius: 0 var(--r) 0 12px;
  background: linear-gradient(90deg, #D34A36, var(--red-d));
}
.badge-corner.gold { background: linear-gradient(90deg, var(--gold), var(--gold-xd)); }
.badge-corner.ink { background: var(--ink-2); }
.p-tagline {
  font-size: 12.8px; color: var(--ink-2); margin: 12px 0 10px; line-height: 1.6;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 41px;
}
.p-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 13px; }
.p-tags em {
  font-style: normal; font-size: 11px; color: var(--red-d); background: var(--red-soft);
  border-radius: 5px; padding: 2.5px 8px; font-weight: 600;
}
.p-tags em.tag-mute { color: var(--ink-3); background: var(--paper-2); }
.p-foot {
  margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between;
  border-top: 1px dashed var(--line); padding-top: 12px;
}
.p-price small { font-size: 11px; color: var(--ink-3); }
.p-price b { font-family: var(--font-d); color: var(--red); font-size: 23px; margin: 0 2px; }
.p-price s { font-size: 11.5px; color: var(--ink-3); font-weight: 400; margin-left: 5px; }
.p-sold { font-size: 11.5px; color: var(--ink-3); }
.p-sold b { color: var(--gold-xd); }

/* ---------- rang / 热销榜 ---------- */
.rank-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 22px; }
.rank-item {
  display: flex; align-items: center; gap: 13px; background: var(--card);
  border: 1px solid var(--line-2); border-radius: var(--r-sm); padding: 12px 16px;
  transition: all .2s ease;
}
.rank-item:hover { border-color: var(--gold-l); box-shadow: var(--shadow); transform: translateX(3px); }
.rank-num {
  font-family: var(--font-d); font-size: 24px; font-weight: 900; color: var(--ink-3);
  width: 34px; text-align: center; flex-shrink: 0; opacity: .5;
}
.rank-item:nth-child(1) .rank-num, .rank-item:nth-child(2) .rank-num, .rank-item:nth-child(3) .rank-num {
  color: var(--red); opacity: 1; text-shadow: 1px 1px 0 var(--gold-l);
}
.rank-item img { width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--line-2); padding: 3px; }
.rank-item .rk-name { font-weight: 700; font-size: 14.5px; }
.rank-item .rk-sub { font-size: 11.5px; color: var(--ink-3); }
.rank-item .rk-price { margin-left: auto; color: var(--red); font-weight: 800; font-family: var(--font-d); font-size: 17px; white-space: nowrap; }
.rank-item .rk-price small { font-size: 11px; color: var(--ink-3); font-family: var(--font-b); font-weight: 400; }

/* ---------- pourquoi / garanties ---------- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.why-item {
  background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r);
  padding: 26px 24px; box-shadow: var(--shadow); transition: all .22s ease;
}
.why-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--gold-l); }
.why-item i {
  font-style: normal; font-size: 25px; width: 54px; height: 54px; border-radius: 15px;
  background: linear-gradient(145deg, var(--red-soft), #FDF6EC);
  display: flex; align-items: center; justify-content: center; margin-bottom: 15px;
  border: 1px solid var(--line-2);
}
.why-item h3 { font-size: 17px; font-weight: 800; margin-bottom: 7px; font-family: var(--font-d); }
.why-item p { font-size: 13.5px; color: var(--ink-2); line-height: 1.75; }

/* ---------- étapes ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: step; }
.step-item {
  background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r);
  padding: 24px 20px; text-align: center; position: relative; box-shadow: var(--shadow);
}
.step-item b {
  display: inline-flex; width: 44px; height: 44px; border-radius: 50%; align-items: center; justify-content: center;
  background: linear-gradient(145deg, #D34A36, var(--red-d)); color: #fff;
  font-family: var(--font-d); font-size: 20px; margin-bottom: 13px;
  box-shadow: 0 5px 14px rgba(192, 58, 43, .3);
}
.step-item h3 { font-size: 15.5px; font-weight: 800; margin-bottom: 6px; }
.step-item p { font-size: 12.8px; color: var(--ink-3); line-height: 1.65; }
.step-item:not(:last-child)::after {
  content: "›"; position: absolute; right: -14px; top: 38px; font-size: 26px; color: var(--gold-l); z-index: 2;
}

/* ---------- avis ---------- */
.rv-wall { columns: 3; column-gap: 16px; }
.rv-item {
  break-inside: avoid; background: var(--card); border: 1px solid var(--line-2);
  border-radius: var(--r); padding: 18px 19px; margin-bottom: 16px; box-shadow: var(--shadow);
}
.rv-head { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; margin-bottom: 9px; }
.rv-head b { font-size: 14px; }
.rv-head time { margin-left: auto; font-size: 11.5px; color: var(--ink-3); }
.rv-item p { font-size: 13.5px; color: var(--ink-2); line-height: 1.75; }
.rv-prod {
  font-size: 11px; color: var(--gold-xd); background: #F7EFDD; border-radius: 5px;
  padding: 2px 8px; font-weight: 600;
}
.stars { color: #E8A33D; font-size: 13px; letter-spacing: 1px; }
.stars i { font-style: normal; color: #E4DAC6; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 880px; }
.faq-item {
  background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r-sm);
  margin-bottom: 10px; box-shadow: var(--shadow); overflow: hidden;
}
.faq-item summary {
  padding: 15px 20px; font-weight: 700; font-size: 14.8px; cursor: pointer; list-style: none;
  display: flex; align-items: center; gap: 10px; transition: color .18s;
}
.faq-item summary::before {
  content: "问"; flex-shrink: 0; width: 24px; height: 24px; border-radius: 7px;
  background: var(--red-soft); color: var(--red); font-size: 12.5px;
  display: inline-flex; align-items: center; justify-content: center; font-weight: 800;
}
.faq-item summary::after { content: "+"; margin-left: auto; font-size: 20px; color: var(--gold); transition: transform .2s; }
.faq-item[open] summary { color: var(--red); }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-a { padding: 0 20px 17px 54px; font-size: 13.8px; color: var(--ink-2); line-height: 1.85; }
.faq-a a { color: var(--red); font-weight: 600; text-decoration: underline; }

/* ---------- cartes articles ---------- */
.g-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.g-card {
  background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r);
  padding: 22px; box-shadow: var(--shadow); transition: all .22s ease; display: flex; flex-direction: column;
}
.g-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--gold-l); }
.g-card h3 { font-size: 16px; font-weight: 800; line-height: 1.5; margin-bottom: 9px; font-family: var(--font-d); }
.g-card p { font-size: 13px; color: var(--ink-2); line-height: 1.7; flex: 1; }
.g-card .g-meta, .g-card span { font-size: 12px; color: var(--red); margin-top: 13px; font-weight: 600; }
.g-badge { display: inline-block; font-size: 11px; color: var(--gold-xd); background: #F7EFDD; border-radius: 5px; padding: 2px 8px; margin-bottom: 10px; width: fit-content; font-weight: 600; }

/* ---------- bandeau CTA ---------- */
.cta-band {
  margin: 62px auto 66px; max-width: 1180px; padding: 52px 30px; text-align: center;
  border-radius: 22px; color: #F7E9D2; position: relative; overflow: hidden;
  background: linear-gradient(120deg, var(--red-xd) 0%, var(--red-d) 45%, #5E1A10 100%);
  box-shadow: var(--shadow-lg);
}
.cta-band::before {
  content: "智"; position: absolute; right: -24px; bottom: -58px; font-family: var(--font-d);
  font-size: 240px; font-weight: 900; color: rgba(247, 227, 194, .07); line-height: 1;
}
.cta-band h2 { font-family: var(--font-d); font-size: clamp(24px, 3vw, 34px); font-weight: 900; margin-bottom: 12px; }
.cta-band p { color: #E8CBAF; margin-bottom: 26px; font-size: 15px; }
.cta-band .btn { position: relative; z-index: 2; }

/* ---------- fil d'ariane / titres de page ---------- */
.crumbs { font-size: 13px; color: var(--ink-3); margin-bottom: 22px; }
.crumbs a:hover { color: var(--red); }
.crumbs span { color: var(--ink-2); }
.pd { padding-top: 40px; }
.page-title { font-family: var(--font-d); font-size: clamp(26px, 3vw, 36px); font-weight: 900; margin-bottom: 10px; }
.page-sub { color: var(--ink-2); font-size: 15px; margin-bottom: 30px; }
.h2bar {
  font-family: var(--font-d); font-size: 22px; font-weight: 900; margin: 40px 0 18px;
  display: flex; align-items: center; gap: 11px;
}
.h2bar i { width: 6px; height: 22px; border-radius: 3px; background: linear-gradient(180deg, var(--gold-l), var(--gold-xd)); }
.h2-note { font-size: 13px; color: var(--ink-3); font-weight: 400; font-family: var(--font-b); }

/* ---------- page produit ---------- */
.pd-head {
  display: grid; grid-template-columns: auto 1fr auto; gap: 26px; align-items: center;
  background: var(--card); border: 1px solid var(--line-2); border-radius: 20px;
  padding: 30px 32px; box-shadow: var(--shadow);
}
.p-icon-lg, .p-logo.p-icon-lg { width: 84px; height: 84px; border-radius: 20px; font-size: 38px; }
.pd-title h1 { font-family: var(--font-d); font-size: clamp(24px, 2.8vw, 33px); font-weight: 900; line-height: 1.3; }
.pd-en { font-size: .55em; color: var(--ink-3); font-weight: 600; font-family: var(--font-b); margin-left: 6px; }
.pd-tagline { color: var(--ink-2); margin-top: 7px; font-size: 14.5px; }
.pd-meta { display: flex; align-items: center; gap: 9px; margin-top: 11px; font-size: 13px; color: var(--ink-3); flex-wrap: wrap; }
.pd-meta b { color: #E8A33D; }
.pd-meta i { font-style: normal; color: var(--line); }
.pd-price-box {
  text-align: center; background: linear-gradient(160deg, #FDF8EE, #F9EFDB);
  border: 1px solid var(--gold-l); border-radius: 16px; padding: 20px 28px;
}
.pd-price-box span { font-size: 12.5px; color: var(--ink-3); }
.pd-price-box b { font-family: var(--font-d); font-size: 37px; color: var(--red); display: inline-block; margin: 0 3px; }
.pd-price-box small { display: block; font-size: 12px; color: var(--ink-3); margin-top: 5px; }
.pd-price-box .pd-disc {
  display: inline-block; margin-top: 9px; background: var(--red); color: #fff; font-size: 12px;
  font-weight: 700; border-radius: 999px; padding: 3px 13px;
}
.pd .p-tags { margin-top: 12px; margin-bottom: 0; }

/* plans */
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.plan-card {
  background: var(--card); border: 1.5px solid var(--line-2); border-radius: var(--r);
  padding: 22px 21px; box-shadow: var(--shadow); position: relative; transition: all .2s ease;
  display: flex; flex-direction: column;
}
.plan-card:hover { border-color: var(--red); transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.plan-card h3 { font-size: 16px; font-weight: 800; font-family: var(--font-d); }
.plan-dur { font-size: 11.5px; color: var(--gold-xd); font-weight: 700; background: #F7EFDD; border-radius: 5px; padding: 2px 9px; margin-left: 8px; }
.plan-official { font-size: 12.5px; color: var(--ink-3); margin-top: 10px; }
.plan-ours { margin: 6px 0 4px; display: flex; align-items: baseline; gap: 7px; flex-wrap: wrap; }
.plan-ours b { font-family: var(--font-d); font-size: 31px; color: var(--red); }
.plan-ours .cur { font-size: 14px; color: var(--red); font-weight: 700; }
.plan-ours small { font-size: 12px; color: var(--ink-3); }
.plan-usdt { font-size: 12.5px; color: var(--gold-xd); font-weight: 600; margin-bottom: 13px; }
.plan-save {
  position: absolute; top: -1px; right: 16px; background: linear-gradient(90deg, #D34A36, var(--red-d));
  color: #fff; font-size: 11px; font-weight: 700; padding: 4px 11px 5px; border-radius: 0 0 8px 8px;
}
.plan-card .btn { margin-top: auto; }
.pd-tip {
  margin-top: 16px; font-size: 13px; color: var(--ink-2); background: #FDF8EE;
  border: 1px dashed var(--gold-l); border-radius: var(--r-sm); padding: 11px 17px;
}

/* deux colonnes produit */
.pd-cols { display: grid; grid-template-columns: 1fr 310px; gap: 34px; margin-top: 12px; align-items: start; }
.pd-main { min-width: 0; }
.pd-desc { font-size: 14.8px; color: var(--ink-2); line-height: 1.95; }
.pd-desc p { margin-bottom: 14px; }
.pd-feats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px 18px; margin-top: 6px; }
.pd-feats li {
  font-size: 13.8px; color: var(--ink-2); padding-left: 25px; position: relative; line-height: 1.7;
}
.pd-feats li::before {
  content: "✓"; position: absolute; left: 0; top: 1px; width: 18px; height: 18px;
  background: var(--red-soft); color: var(--red); border-radius: 50%;
  font-size: 11px; font-weight: 800; display: flex; align-items: center; justify-content: center;
}
.pd-side { position: sticky; top: 92px; display: flex; flex-direction: column; gap: 15px; }
.side-box {
  background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r);
  padding: 21px; box-shadow: var(--shadow);
}
.side-box h3 { font-size: 15.5px; font-weight: 800; margin-bottom: 8px; font-family: var(--font-d); }
.side-box p { font-size: 13px; color: var(--ink-2); line-height: 1.75; margin-bottom: 13px; }
.side-box.gold { background: linear-gradient(160deg, #FDF8EE, #F8EEDA); border-color: var(--gold-l); }
.side-list li { font-size: 13px; color: var(--ink-2); padding: 7px 0; border-bottom: 1px dashed var(--line-2); display: flex; justify-content: space-between; }
.side-list li:last-child { border-bottom: 0; }
.side-list b { color: var(--red); }

/* ---------- articles ---------- */
.art { max-width: 860px; }
.art h1 { font-family: var(--font-d); font-size: clamp(25px, 3vw, 34px); font-weight: 900; line-height: 1.4; margin-bottom: 14px; }
.art-meta { font-size: 13px; color: var(--ink-3); margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line); display: flex; gap: 14px; flex-wrap: wrap; }
.art-body { font-size: 15px; color: var(--ink-2); line-height: 2; }
.art-body h2 { font-family: var(--font-d); font-size: 22px; font-weight: 900; color: var(--ink); margin: 38px 0 14px; padding-left: 13px; border-left: 4px solid var(--red); }
.art-body h3 { font-size: 17px; font-weight: 800; color: var(--ink); margin: 26px 0 10px; }
.art-body p { margin-bottom: 15px; }
.art-body ul, .art-body ol { padding-left: 22px; margin-bottom: 15px; }
.art-body ul li { list-style: disc; }
.art-body ol li { list-style: decimal; }
.art-body li { margin-bottom: 7px; }
.art-body strong, .art-body b { color: var(--ink); }
.art-body a { color: var(--red); font-weight: 600; text-decoration: underline; }
.art-body blockquote {
  border-left: 4px solid var(--gold-l); background: #FDF8EE; padding: 13px 18px;
  border-radius: 0 var(--r-sm) var(--r-sm) 0; margin: 18px 0; color: var(--ink-2);
}
.art-body table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 13.5px; background: var(--card); }
.art-body th { background: var(--ink); color: #F0E6D2; padding: 10px 12px; text-align: left; font-weight: 600; }
.art-body td { border: 1px solid var(--line); padding: 9px 12px; }
.art-body tr:nth-child(even) td { background: #FBF7EE; }
.art-verdict {
  margin-top: 34px; background: linear-gradient(160deg, #FDF8EE, #F8EEDA);
  border: 1px solid var(--gold-l); border-radius: var(--r); padding: 22px 25px;
}
.art-verdict h3 { font-family: var(--font-d); font-size: 18px; font-weight: 900; margin-bottom: 8px; }
.art-verdict p { font-size: 14.5px; color: var(--ink-2); line-height: 1.9; }
.art-cta {
  margin-top: 30px; display: flex; align-items: center; justify-content: space-between; gap: 18px;
  background: var(--card); border: 1.5px solid var(--red); border-radius: var(--r);
  padding: 20px 24px; box-shadow: var(--shadow); flex-wrap: wrap;
}
.art-cta b { font-size: 16.5px; font-family: var(--font-d); }
.art-cta p { font-size: 13px; color: var(--ink-2); margin-top: 4px; }

/* ---------- news ---------- */
.news-item {
  display: flex; gap: 22px; background: var(--card); border: 1px solid var(--line-2);
  border-radius: var(--r); padding: 22px 24px; margin-bottom: 14px; box-shadow: var(--shadow);
  transition: all .2s ease; align-items: baseline;
}
.news-item:hover { border-color: var(--gold-l); box-shadow: var(--shadow-lg); transform: translateX(4px); }
.news-date {
  flex-shrink: 0; text-align: center; background: #FDF8EE; border: 1px solid var(--gold-l);
  border-radius: 10px; padding: 8px 13px; min-width: 76px;
}
.news-date b { display: block; font-family: var(--font-d); font-size: 19px; color: var(--red-d); line-height: 1.2; }
.news-date span { font-size: 11px; color: var(--ink-3); }
.news-item h3 { font-size: 16.5px; font-weight: 800; margin-bottom: 5px; }
.news-item:hover h3 { color: var(--red); }
.news-item p { font-size: 13.5px; color: var(--ink-2); }
.news-tag { font-size: 11px; color: var(--gold-xd); background: #F7EFDD; border-radius: 5px; padding: 2px 8px; margin-left: 9px; font-weight: 600; vertical-align: 2px; }

/* ---------- footer ---------- */
.ft { background: var(--ink); color: #B8AC97; margin-top: 20px; position: relative; }
.ft::before { content: ""; display: block; height: 4px; background: linear-gradient(90deg, var(--red), var(--gold), var(--red)); }
.ft-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1.1fr; gap: 34px;
  padding: 52px 0 38px;
}
.ft .logo-txt { color: #F3EAD7; }
.ft-brand p { font-size: 13px; line-height: 1.9; margin-top: 15px; }
.ft-pay { color: var(--gold-l); font-weight: 600; }
.ft-pay span { display: block; color: #8A7F6E; font-weight: 400; font-size: 12px; margin-top: 3px; }
.ft-col h4 {
  color: #F3EAD7; font-size: 15px; margin-bottom: 16px; font-family: var(--font-d); font-weight: 800;
  display: flex; align-items: center; gap: 8px;
}
.ft-col h4::before { content: ""; width: 4px; height: 15px; border-radius: 2px; background: var(--gold); }
.ft-col a { display: block; font-size: 13px; padding: 5px 0; transition: color .15s; }
.ft-col a:hover { color: var(--gold-l); }
.ft-col p { font-size: 13px; line-height: 2; }
.ft-col .ft-tg { color: var(--gold-l); font-weight: 700; }
.ft-bottom {
  border-top: 1px solid rgba(247, 234, 215, .12); padding: 19px 0 24px;
  font-size: 12px; color: #8A7F6E; text-align: center; line-height: 2;
}

/* ---------- barre flottante ---------- */
.float-bar {
  position: fixed; right: 16px; bottom: 90px; z-index: 45;
  display: flex; flex-direction: column; gap: 9px;
}
.float-bar a, .float-bar button {
  width: 52px; height: 52px; border-radius: 14px; background: var(--card);
  border: 1px solid var(--line); box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-size: 19px; transition: all .2s ease; color: var(--ink);
}
.float-bar a span { font-size: 10px; color: var(--ink-3); }
.float-bar a:hover, .float-bar button:hover { background: var(--red); color: #fff; border-color: var(--red); transform: translateY(-2px); }
.float-bar a:hover span { color: #F7E3C2; }
.float-top { opacity: 0; pointer-events: none; }
.float-top.show { opacity: 1; pointer-events: auto; }

/* ---------- modal checkout ---------- */
.modal-mask {
  position: fixed; inset: 0; z-index: 100; background: rgba(28, 20, 12, .62);
  backdrop-filter: blur(4px); display: none; align-items: center; justify-content: center; padding: 18px;
}
.modal-mask.open { display: flex; animation: fadeIn .2s ease; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.modal {
  background: var(--paper); border-radius: 20px; width: 100%; max-width: 480px;
  padding: 30px 28px; position: relative; box-shadow: 0 30px 80px rgba(0,0,0,.4);
  max-height: 92vh; overflow-y: auto; border-top: 4px solid var(--red);
}
.modal h3 { font-family: var(--font-d); font-size: 21px; font-weight: 900; margin-bottom: 18px; }
.modal-x {
  position: absolute; top: 14px; right: 16px; font-size: 26px; color: var(--ink-3);
  width: 36px; height: 36px; border-radius: 50%; transition: all .15s;
}
.modal-x:hover { background: var(--red-soft); color: var(--red); }
.m-plans { display: flex; flex-direction: column; gap: 8px; margin-bottom: 17px; max-height: 240px; overflow-y: auto; }
.m-plan {
  border: 1.5px solid var(--line); border-radius: var(--r-sm); padding: 11px 15px;
  cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 10px;
  transition: all .15s; background: var(--card);
}
.m-plan b { font-size: 13.8px; font-weight: 700; }
.m-plan span { font-size: 12.5px; color: var(--red); font-weight: 700; white-space: nowrap; }
.m-plan:hover { border-color: var(--gold-l); }
.m-plan.sel { border-color: var(--red); background: var(--red-soft); box-shadow: 0 0 0 3px rgba(192, 58, 43, .1); }
.m-label { font-size: 12.8px; color: var(--ink-2); font-weight: 600; display: block; margin-bottom: 7px; }
.m-input {
  width: 100%; border: 1.5px solid var(--line); border-radius: var(--r-sm); padding: 12px 15px;
  font-size: 14px; font-family: inherit; background: var(--card); color: var(--ink); outline: none;
  transition: border-color .15s;
}
.m-input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(192, 58, 43, .1); }
.m-input-error { border-color: var(--red) !important; background: #FDF1EF; animation: shake .3s; }
@keyframes shake { 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } }
.m-summary {
  margin: 15px 0; background: var(--card); border: 1px dashed var(--gold-l); border-radius: var(--r-sm);
  padding: 13px 16px; font-size: 13.2px; color: var(--ink-2); line-height: 1.9;
}
.m-note { font-size: 11.8px; color: var(--ink-3); text-align: center; margin-top: 13px; line-height: 1.8; }
.m-pay-ways { display: flex; justify-content: center; gap: 7px; margin-top: 10px; flex-wrap: wrap; }
.m-pay-ways em {
  font-style: normal; font-size: 11px; background: var(--card); border: 1px solid var(--line);
  border-radius: 5px; padding: 2.5px 9px; color: var(--ink-2); font-weight: 600;
}
.btn.loading { opacity: .75; pointer-events: none; }

/* ---------- page merci / commandes ---------- */
.thanks-box {
  max-width: 620px; margin: 30px auto; background: var(--card); border: 1px solid var(--line-2);
  border-radius: 22px; padding: 46px 38px; text-align: center; box-shadow: var(--shadow-lg);
}
.thanks-icon { font-size: 54px; margin-bottom: 14px; }
.thanks-box h1 { font-family: var(--font-d); font-size: 27px; font-weight: 900; margin-bottom: 10px; }
.thanks-oid { font-size: 14px; color: var(--ink-2); margin-bottom: 14px; }
.thanks-oid b { color: var(--red); font-size: 16px; letter-spacing: .04em; }
.thanks-box > p { font-size: 14.5px; color: var(--ink-2); line-height: 1.95; }
.thanks-steps { display: flex; justify-content: center; align-items: center; gap: 12px; margin: 28px 0; }
.thanks-steps > div { display: flex; align-items: center; gap: 12px; }
.thanks-steps b {
  width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(145deg, #D34A36, var(--red-d));
  color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-d);
  font-size: 18px; flex-shrink: 0;
}
.thanks-steps span { font-size: 12.5px; color: var(--ink-2); text-align: left; line-height: 1.5; }
.thanks-steps i { color: var(--gold); font-style: normal; font-size: 20px; }
.thanks-note { font-size: 13px; color: var(--ink-3); margin-bottom: 22px; }
.orders-list { max-width: 780px; }
.order-item {
  background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r);
  padding: 18px 22px; margin-bottom: 12px; display: flex; justify-content: space-between;
  align-items: center; gap: 16px; box-shadow: var(--shadow); flex-wrap: wrap;
}
.order-main b { font-size: 15.5px; display: block; }
.order-main span { font-size: 13px; color: var(--ink-2); }
.order-main small { display: block; font-size: 12px; color: var(--ink-3); margin-top: 4px; }
.order-side { text-align: right; }
.order-side b { color: var(--red); font-family: var(--font-d); font-size: 18px; display: block; }
.order-side a { font-size: 12.5px; color: var(--gold-xd); font-weight: 600; }
.orders-empty {
  text-align: center; padding: 60px 20px; background: var(--card); border-radius: var(--r);
  border: 1px dashed var(--line); color: var(--ink-3); font-size: 15px; line-height: 2;
}

/* ---------- bandeau confiance bas de produit ---------- */
.trust-strip {
  margin-top: 52px; background: var(--card); border: 1px solid var(--line-2);
  border-radius: var(--r); padding: 18px 26px; display: flex; justify-content: space-around;
  gap: 14px; flex-wrap: wrap; box-shadow: var(--shadow);
}
.trust-strip div { display: flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 600; color: var(--ink-2); }
.trust-strip i { font-style: normal; font-size: 19px; }

/* ---------- 404 ---------- */
.err-box { text-align: center; padding: 80px 20px; }
.err-box .err-code { font-family: var(--font-d); font-size: 110px; font-weight: 900; color: var(--red); line-height: 1; text-shadow: 3px 3px 0 var(--gold-l); }
.err-box p { color: var(--ink-2); margin: 18px 0 30px; font-size: 16px; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .grid { grid-template-columns: repeat(3, 1fr); }
  .cats-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .rv-wall { columns: 2; }
  .ft-grid { grid-template-columns: 1fr 1fr 1fr; }
  .hero-in { grid-template-columns: 1fr; gap: 20px; }
  .hero-cards { display: none; }
  .hero-seal { display: none; }
  .plans-grid { grid-template-columns: repeat(2, 1fr); }
  .pd-cols { grid-template-columns: 1fr; }
  .pd-side { position: static; flex-direction: row; flex-wrap: wrap; }
  .pd-side .side-box { flex: 1; min-width: 240px; }
  .rank-list { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .topbar-links { display: none; }
  .hd-in { height: 62px; gap: 12px; }
  .logo-txt { font-size: 20px; }
  .nav {
    display: none; position: absolute; top: 62px; left: 0; right: 0;
    background: var(--paper); border-bottom: 1px solid var(--line);
    flex-direction: column; padding: 12px 18px; gap: 4px; box-shadow: var(--shadow-lg);
  }
  .nav.open { display: flex; }
  .menu-btn { display: block; }
  .hd-since { display: none; }
  .hd-right .btn { padding: 7px 13px; font-size: 12.5px; }
  .hero-in { padding-top: 38px; padding-bottom: 46px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .hero-btns .btn { flex: 1; justify-content: center; }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 11px; }
  .p-card { padding: 14px 13px 12px; }
  .p-tagline { font-size: 12px; min-height: 38px; }
  .p-price b { font-size: 19px; }
  .cats-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .why-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .step-item::after { display: none; }
  .rv-wall { columns: 1; }
  .g-grid { grid-template-columns: 1fr; }
  .plans-grid { grid-template-columns: 1fr; }
  .pd-head { grid-template-columns: 1fr; text-align: center; justify-items: center; padding: 24px 18px; }
  .pd-meta { justify-content: center; }
  .pd-feats { grid-template-columns: 1fr; }
  .ft-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .ft-brand { grid-column: 1 / -1; }
  .float-bar { right: 10px; bottom: 74px; }
  .float-bar a, .float-bar button { width: 46px; height: 46px; }
  .news-item { flex-direction: column; gap: 10px; }
  .news-date { display: flex; gap: 7px; align-items: baseline; }
  .sec { padding: 42px 0 6px; }
  .thanks-box { padding: 34px 20px; }
  .modal { padding: 24px 18px; }
  .cta-band { margin: 44px 14px 50px; padding: 40px 20px; }
}

/* ---------- page avis /reviews.html ---------- */
.rv-hero {
  display: grid; grid-template-columns: 320px 1fr; gap: 40px; align-items: center;
  background: var(--card); border: 1px solid var(--line-2); border-radius: 22px;
  padding: 40px 44px; box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
}
.rv-hero::before {
  content: "评"; position: absolute; right: -30px; top: -70px; font-family: var(--font-d);
  font-size: 260px; font-weight: 900; color: rgba(192, 58, 43, .045); line-height: 1;
}
.rv-score-main { text-align: center; border-right: 1px dashed var(--line); padding-right: 36px; }
.rv-score-num {
  font-family: var(--font-d); font-size: 84px; font-weight: 900; line-height: 1;
  background: linear-gradient(120deg, #D34A36, var(--gold-xd));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.rv-score-main .stars { font-size: 26px; display: block; margin: 10px 0 8px; }
.rv-score-main p { font-size: 13px; color: var(--ink-3); }
.rv-score-main b { color: var(--red); }
.rv-dist { display: flex; flex-direction: column; gap: 9px; position: relative; z-index: 2; }
.rv-dist-row { display: flex; align-items: center; gap: 12px; font-size: 13px; }
.rv-dist-row .lab { width: 34px; color: var(--ink-2); font-weight: 700; white-space: nowrap; }
.rv-dist-bar { flex: 1; height: 14px; background: var(--paper-2); border-radius: 999px; overflow: hidden; border: 1px solid var(--line-2); }
.rv-dist-bar i {
  display: block; height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-l), #E8A33D);
  width: 0; transition: width 1.2s cubic-bezier(.2, .8, .2, 1);
}
.rv-dist-row .pct { width: 52px; text-align: right; color: var(--ink-3); }
.rv-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 26px; }
.rv-kpi {
  background: linear-gradient(160deg, #FDF8EE, #F9EFDB); border: 1px solid var(--gold-l);
  border-radius: var(--r); padding: 18px 20px; text-align: center;
}
.rv-kpi b { font-family: var(--font-d); font-size: 26px; color: var(--red-d); display: block; }
.rv-kpi span { font-size: 12.5px; color: var(--ink-2); }

.rv-cat-chips { display: flex; gap: 9px; flex-wrap: wrap; margin: 26px 0 8px; }
.rv-chip {
  border: 1.5px solid var(--line); background: var(--card); border-radius: 999px;
  padding: 8px 18px; font-size: 13.5px; font-weight: 600; color: var(--ink-2);
  transition: all .18s ease;
}
.rv-chip:hover { border-color: var(--gold); color: var(--gold-xd); }
.rv-chip.on { background: var(--red); border-color: var(--red); color: #fff; box-shadow: 0 4px 12px rgba(192,58,43,.3); }
.rv-chip small { opacity: .75; font-weight: 400; margin-left: 4px; }

.rv-leader { background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); }
.rv-leader table { width: 100%; border-collapse: collapse; font-size: 14px; }
.rv-leader th { background: var(--ink); color: #F0E6D2; padding: 12px 16px; text-align: left; font-weight: 600; font-size: 13px; }
.rv-leader td { border-bottom: 1px solid var(--line-2); padding: 11px 16px; }
.rv-leader tr:last-child td { border-bottom: 0; }
.rv-leader tr:hover td { background: #FBF7EE; }
.rv-leader .rk-idx { font-family: var(--font-d); font-weight: 900; color: var(--ink-3); width: 40px; }
.rv-leader tr:nth-child(1) .rk-idx, .rv-leader tr:nth-child(2) .rk-idx, .rv-leader tr:nth-child(3) .rk-idx { color: var(--red); }
.rv-leader .p-mini { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.rv-leader .p-mini img { width: 30px; height: 30px; border-radius: 8px; border: 1px solid var(--line-2); padding: 2px; }
.rv-leader .score-cell b { color: #E8A33D; font-size: 15px; margin-right: 6px; }
.rv-leader .score-cell .stars { font-size: 12px; }
.rv-leader .cnt-cell { color: var(--ink-3); }
.rv-leader a.go { color: var(--red); font-weight: 600; font-size: 13px; }

.rv-item .rv-verified {
  font-size: 10.5px; color: var(--green); background: #E7F4EC; border-radius: 5px;
  padding: 2px 7px; font-weight: 600;
}
.rv-count-note { text-align: center; color: var(--ink-3); font-size: 13px; margin-top: 22px; }

@media (max-width: 900px) {
  .rv-hero { grid-template-columns: 1fr; padding: 28px 20px; gap: 24px; }
  .rv-score-main { border-right: 0; border-bottom: 1px dashed var(--line); padding: 0 0 20px; }
  .rv-kpis { grid-template-columns: repeat(2, 1fr); }
  .rv-leader { overflow-x: auto; }
  .rv-leader table { min-width: 560px; }
}

/* ---------- page prix /prices.html ---------- */
.rv-leader .price-cell b { color: var(--red); font-family: var(--font-d); font-size: 16px; }
.rv-leader .save-cell { color: var(--green); font-weight: 700; font-size: 13px; white-space: nowrap; }
.rv-leader .cnt-cell s { color: var(--ink-3); }
