/* ============================================================
   meilleurprobiotique.fr — DA Crème & Peps (complément alimentaire)
   Palette : crème, vert santé punchy, corail CTA, menthe.
   Typo : Space Grotesk + Inter + JetBrains Mono.
   ============================================================ */

@import url('https://api.fontshare.com/v2/css?f[]=clash-display@500,600,700&display=swap');\n@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap');

/* ----------- Reset light ----------- */
*, *::before, *::after { box-sizing: border-box; }
html, body, h1, h2, h3, h4, p, ul, ol, figure { margin: 0; padding: 0; }
ul, ol { list-style: none; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, textarea { font: inherit; color: inherit; }

/* ----------- Vars ----------- */
:root {
    --cream: #fdfbf7;
    --cream-2: #f4efe6;
    --ink: #1c2421;
    --ink-2: #00795c;
    --forest: #00795c;
    --forest-2: #00553f;
    --lime: #b9ecd4;
    --lime-2: #93e0bd;
    --warm: #ff6b4a;
    --muted: #5f6b63;
    --line: rgba(0,121,92,0.14);
    --line-strong: rgba(0,121,92,0.26);
    --shadow-sm: 0 1px 2px rgba(0,85,63,0.06);
    --shadow-md: 0 8px 24px -8px rgba(0,85,63,0.16);
    --shadow-lg: 0 24px 48px -16px rgba(0,85,63,0.20);
    --max: 1400px;
    color-scheme: light;
}

html { -webkit-text-size-adjust: 100%; }
body {
    background: var(--cream);
    color: var(--ink);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.55;
    overflow-x: hidden;
    min-height: 100vh;
}

/* ----------- Helpers ----------- */
.display { font-family: 'Bricolage Grotesque', 'Inter', sans-serif; font-weight: 800; letter-spacing: -0.02em; line-height: 1.02; }
.mono { font-family: 'JetBrains Mono', monospace; }
.italic { font-style: italic; font-weight: 300; }
.text-uv { color: var(--forest); }
.text-cream { color: var(--ink); }
.text-muted { color: var(--muted); }
.text-warm { color: var(--warm); }
.text-lime { color: var(--forest); background: var(--lime); padding: 0 0.2em; border-radius: 2px; }
.bg-ink { background: var(--cream); }
.bg-ink-2 { background: var(--cream-2); }
.uppercase { text-transform: uppercase; }

.container {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 1.5rem;
}
@media (min-width: 768px) { .container { padding: 0 2rem; } }

/* Pas de grain ni de glows en DA light */
.glows { display: none; }

/* ----------- Header ----------- */
.site-header {
    position: fixed; top: 0; left: 0; right: 0;
    z-index: 40;
    background: rgba(245, 243, 236, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
}
.site-header__inner {
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.1rem 0;
}
.brand {
    display: flex; align-items: center; gap: 0.7rem;
}
.brand__dot {
    width: 12px; height: 12px;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: inset 0 0 0 2px var(--forest);
    flex-shrink: 0;
}
.brand__name { display: flex; flex-direction: column; line-height: 1; }
.brand__title { font-family: 'Bricolage Grotesque', 'Inter', sans-serif; font-size: 1.1rem; letter-spacing: -0.025em; color: var(--ink); font-weight: 500; }
.brand__tld { font-family: 'JetBrains Mono', monospace; font-size: 9px; color: var(--forest); letter-spacing: 0.22em; margin-top: 3px; font-weight: 600; }

.nav { display: none; gap: 1.75rem; align-items: center; font-size: 0.9rem; color: var(--ink); }
.nav a { transition: color 0.15s; font-weight: 500; }
.nav a:hover { color: var(--forest); }
@media (min-width: 768px) { .nav { display: flex; } }

.btn {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.7rem 1.35rem;
    border-radius: 9999px;
    border: 1px solid var(--line-strong);
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--ink);
    transition: all 0.18s;
    white-space: nowrap;
    background: transparent;
}
.btn:hover { border-color: var(--forest); color: var(--forest); background: rgba(74,44,20,0.04); }
.btn--primary {
    background: var(--ink);
    color: var(--cream);
    border-color: var(--ink);
    font-weight: 500;
    padding: 0.85rem 1.6rem;
}
.btn--primary:hover { background: var(--forest); border-color: var(--forest); color: var(--cream); }

/* ----------- Hero ----------- */
.hero {
    position: relative;
    min-height: 92vh;
    display: flex; align-items: center;
    padding: 6rem 0 4rem;
    background: linear-gradient(180deg, var(--cream) 0%, #e7f6ec 100%);
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute; top: -10%; right: -10%;
    width: 60vw; height: 60vw;
    background: var(--lime);
    border-radius: 50%;
    opacity: 0.35;
    filter: blur(80px);
    pointer-events: none;
}
.hero::after {
    content: '';
    position: absolute; bottom: -20%; left: -10%;
    width: 40vw; height: 40vw;
    background: var(--forest);
    border-radius: 50%;
    opacity: 0.1;
    filter: blur(80px);
    pointer-events: none;
}
.hero__grid {
    position: relative; z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    width: 100%;
}
@media (min-width: 1024px) {
    .hero__grid { grid-template-columns: 6fr 6fr; gap: 3rem; align-items: center; }
}
.hero__eyebrow {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    color: var(--forest);
    letter-spacing: 0.18em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: flex; align-items: center; gap: 0.75rem;
}
.hero__eyebrow::before {
    content: ''; width: 1.75rem; height: 2px; background: var(--lime);
}
.hero__title {
    font-family: 'Bricolage Grotesque', 'Inter', sans-serif;
    font-size: clamp(2.75rem, 9vw, 6.5rem);
    line-height: 0.95;
    letter-spacing: -0.035em;
    color: var(--ink);
    font-weight: 800;
}
.hero__title .it { font-style: italic; font-weight: 300; }
.hero__title .uv {
    color: var(--ink);
    position: relative;
    display: inline-block;
}
.hero__title .uv::after {
    content: '';
    position: absolute; left: 0; right: 0; bottom: 0.08em;
    height: 0.32em;
    background: var(--lime);
    z-index: -1;
}
.hero__lede {
    color: var(--muted);
    margin: 1.75rem 0 0;
    max-width: 30rem;
    font-size: 1.05rem;
    line-height: 1.6;
}
.hero__lede strong { color: var(--ink); font-weight: 600; }

.hero__stats { display: flex; flex-wrap: wrap; gap: 1.5rem 2.5rem; margin-top: 2.25rem; }
.hero__stat .num {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--ink);
    line-height: 1;
    letter-spacing: -0.03em;
    font-variant-numeric: tabular-nums;
}
.hero__stat .num .uv { color: var(--forest); font-weight: 700; }
.hero__stat .lab { font-family: 'JetBrains Mono', monospace; font-size: 0.7rem; color: var(--muted); margin-top: 0.5rem; letter-spacing: 0.08em; font-weight: 600; text-transform: uppercase; }

.hero__cta { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 2.5rem; }
.hero__cta a.text-link { font-size: 0.9rem; color: var(--forest); font-weight: 500; }
.hero__cta a.text-link:hover { color: var(--ink); }

.trap-canvas-wrap {
    position: relative;
    aspect-ratio: 1;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
}
.trap-overlay { display: none; }

/* ----------- Hero SVG animations ----------- */
@keyframes pamRotate { from { transform: rotate(0); } to { transform: rotate(360deg); } }
@keyframes pamHaloBreath { 0%,100% { transform: scale(0.92); opacity: 0.55; } 50% { transform: scale(1.06); opacity: 0.85; } }
@keyframes pamDotPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.2); } }
@keyframes pamLeafSway { 0%,100% { transform: rotate(-4deg); } 50% { transform: rotate(4deg); } }
@keyframes pamLeafSwayB { 0%,100% { transform: rotate(3deg); } 50% { transform: rotate(-3deg); } }
@keyframes pamFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes pamOrbitA { from { transform: rotate(0); } to { transform: rotate(360deg); } }
@keyframes pamOrbitB { from { transform: rotate(0); } to { transform: rotate(-360deg); } }
.pam-rotate-slow { animation: pamRotate 24s linear infinite; transform-origin: center; }
.pam-halo { animation: pamHaloBreath 3.4s ease-in-out infinite; transform-origin: center; transform-box: fill-box; }
.pam-dot { animation: pamDotPulse 2.6s ease-in-out infinite; transform-origin: center; transform-box: fill-box; }
.pam-leaf-a { animation: pamLeafSway 4.2s ease-in-out infinite; transform-origin: 50% 100%; }
.pam-leaf-b { animation: pamLeafSwayB 5.4s ease-in-out infinite; transform-origin: 50% 100%; }
.pam-float { animation: pamFloat 4s ease-in-out infinite; }
.pam-orbit-a { animation: pamOrbitA 9s linear infinite; transform-origin: center; }
.pam-orbit-b { animation: pamOrbitB 12s linear infinite; transform-origin: center; }

/* ----------- Sections génériques ----------- */
.section { position: relative; padding: 5.5rem 0; border-top: 1px solid var(--line); }
@media (min-width: 768px) { .section { padding: 7rem 0; } }
.section__eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; color: var(--forest); letter-spacing: 0.18em; font-weight: 600; text-transform: uppercase; margin-bottom: 1.25rem; }
.section__title { font-family: 'Bricolage Grotesque', 'Inter', sans-serif; font-size: clamp(2rem, 5vw, 3.75rem); line-height: 0.98; letter-spacing: -0.03em; color: var(--ink); font-weight: 700; }
.section__title .it { font-style: italic; font-weight: 300; }

/* ----------- Méthode (split layout) ----------- */
.split { display: grid; grid-template-columns: 1fr; gap: 3rem; }
@media (min-width: 1024px) { .split { grid-template-columns: 4fr 1fr 7fr; } .split__spacer { display: block; } }
.split__spacer { display: none; }

.steps { display: flex; flex-direction: column; gap: 2.5rem; }
.step { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1.25rem; padding-bottom: 2.25rem; border-bottom: 1px solid var(--line); }
.step__num {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    color: var(--forest);
    background: var(--lime);
    width: 2rem; height: 2rem;
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-weight: 600;
    font-size: 0.75rem;
}
.step__title { font-family: 'Bricolage Grotesque', 'Inter', sans-serif; font-size: 1.5rem; margin-bottom: 0.5rem; color: var(--ink); font-weight: 500; }
.step__desc { color: var(--muted); line-height: 1.65; }

/* ----------- Top 3 cards (legacy) ----------- */
.top3 { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--line); margin-top: 3rem; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); }
@media (min-width: 768px) { .top3 { grid-template-columns: repeat(3, 1fr); } }
.top3 .card { display: block; background: #fff; padding: 2.25rem; transition: background 0.2s; cursor: pointer; }
.top3 .card:hover { background: var(--cream-2); }
.top3 .head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 2rem; }
.rank { font-family: 'Bricolage Grotesque', 'Inter', sans-serif; font-size: 3.5rem; color: var(--forest); line-height: 1; font-weight: 500; }
.tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    padding: 0.25rem 0.75rem;
    background: var(--lime);
    color: var(--ink);
    border-radius: 9999px;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.card .name { font-family: 'Bricolage Grotesque', 'Inter', sans-serif; font-size: 1.5rem; margin-bottom: 0.5rem; color: var(--ink); font-weight: 500; }
.card .verdict { color: var(--muted); font-style: italic; margin-bottom: 1.5rem; }
.card .meta { display: flex; justify-content: space-between; align-items: flex-end; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.card .meta .lab { font-family: 'JetBrains Mono', monospace; font-size: 0.7rem; color: var(--muted); }
.card .meta .val { font-family: 'Bricolage Grotesque', 'Inter', sans-serif; font-size: 1.35rem; color: var(--ink); margin-top: 0.25rem; font-weight: 500; }
.card .meta .val .uv { color: var(--forest); }
.card .meta .val .light { color: var(--muted); font-size: 0.85rem; }

/* ----------- Guides ----------- */
.guides { display: grid; grid-template-columns: 1fr; gap: 2.5rem; margin-top: 3rem; }
@media (min-width: 768px) { .guides { grid-template-columns: 1fr 1fr; gap: 2.5rem 3rem; } }
.guide-card { display: block; padding-bottom: 2rem; border-bottom: 1px solid var(--line); cursor: pointer; transition: transform 0.2s; }
.guide-card:hover { transform: translateX(4px); }
.guide-card .cat { font-family: 'JetBrains Mono', monospace; font-size: 0.7rem; color: var(--forest); margin-bottom: 0.85rem; letter-spacing: 0.18em; font-weight: 600; }
.guide-card .h { font-family: 'Bricolage Grotesque', 'Inter', sans-serif; font-size: 1.5rem; margin-bottom: 0.85rem; transition: color 0.2s; color: var(--ink); font-weight: 500; line-height: 1.15; }
.guide-card:hover .h { color: var(--forest); }
.guide-card .d { color: var(--muted); }
.guide-card .arr { margin-top: 1.25rem; font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; color: var(--forest); letter-spacing: 0.15em; font-weight: 600; }

/* ----------- Newsletter ----------- */
.newsletter { padding: 5rem 0; border-top: 1px solid var(--line); text-align: center; background: var(--cream-2); }
@media (min-width: 768px) { .newsletter { padding: 6.5rem 0; } }
.newsletter__inner { max-width: 48rem; margin: 0 auto; padding: 0 1.5rem; }
.newsletter__form { display: flex; flex-direction: column; gap: 0.65rem; max-width: 28rem; margin: 2.25rem auto 0; }
@media (min-width: 640px) { .newsletter__form { flex-direction: row; } }
.newsletter__form input {
    flex: 1;
    background: #fff;
    border: 1px solid var(--line-strong);
    border-radius: 9999px;
    padding: 0.95rem 1.5rem;
    color: var(--ink);
    font-size: 0.95rem;
}
.newsletter__form input:focus { outline: none; border-color: var(--forest); }
.newsletter__form button {
    background: var(--ink);
    color: var(--cream);
    font-weight: 500;
    padding: 0.95rem 1.85rem;
    border-radius: 9999px;
    transition: all 0.18s;
}
.newsletter__form button:hover { background: var(--forest); }

/* ----------- Footer ----------- */
.site-footer { padding: 4rem 0 2rem; border-top: 1px solid var(--line); background: var(--cream-2); }
.site-footer__top {
    display: grid; grid-template-columns: 1fr; gap: 2rem;
    padding-bottom: 2.5rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--line);
}
@media (min-width: 600px) { .site-footer__top { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .site-footer__top { grid-template-columns: repeat(4, 1fr); } }
.site-footer__h {
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--ink);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}
.site-footer__col ul { display: flex; flex-direction: column; gap: 0.65rem; }
.site-footer__col li a { font-size: 0.9rem; color: var(--muted); transition: color 0.15s; }
.site-footer__col li a:hover { color: var(--forest); }
.site-footer__bottom { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; }
@media (min-width: 768px) { .site-footer__bottom { flex-direction: row; justify-content: space-between; align-items: center; } }
.site-footer .copy { font-family: 'JetBrains Mono', monospace; font-size: 0.68rem; color: var(--muted); letter-spacing: 0.05em; }
.site-footer .links { display: flex; gap: 1.5rem; font-size: 0.875rem; color: var(--muted); }
.site-footer .links a:hover { color: var(--forest); }

/* ----------- Article (page single) ----------- */
.article-wrap { padding: 7rem 0 5rem; }
.article-back { font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; color: var(--forest); display: inline-block; margin-bottom: 2.5rem; letter-spacing: 0.12em; font-weight: 600; }
.article-back:hover { color: var(--ink); }
.article-cluster { font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; color: var(--forest); margin-bottom: 1.25rem; letter-spacing: 0.18em; font-weight: 600; }
.article-h1 { font-family: 'Bricolage Grotesque', 'Inter', sans-serif; font-size: clamp(2rem, 5.5vw, 4rem); line-height: 1; letter-spacing: -0.03em; margin-bottom: 1.5rem; color: var(--ink); font-weight: 500; }
.article-lede { font-size: 1.15rem; color: var(--muted); line-height: 1.6; margin-bottom: 2rem; }
.article-meta { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--muted); padding-bottom: 1.5rem; margin-bottom: 3rem; border-bottom: 1px solid var(--line); letter-spacing: 0.05em; }

.prose { max-width: 760px; font-size: 17px; line-height: 1.75; color: var(--ink); }
.prose h2 { font-family: 'Bricolage Grotesque', 'Inter', sans-serif; font-size: 1.85rem; color: var(--ink); margin: 2.5rem 0 1rem; letter-spacing: -0.02em; font-weight: 500; }
.prose h3 { font-family: 'Bricolage Grotesque', 'Inter', sans-serif; font-size: 1.35rem; color: var(--ink); margin: 1.85rem 0 0.85rem; font-weight: 500; }
.prose p { margin-bottom: 1.1rem; }
.prose ul, .prose ol { margin-bottom: 1.4rem; padding-left: 1.5rem; }
.prose ul li { list-style: disc; margin-bottom: 0.5rem; }
.prose ol li { list-style: decimal; margin-bottom: 0.5rem; }
.prose strong { color: var(--ink); font-weight: 600; }
.prose a { color: var(--forest); text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1.5px; }
.prose a:hover { color: var(--ink); background: var(--lime); }
.prose table { width: 100%; border-collapse: collapse; margin: 1.85rem 0; font-size: 0.95rem; }
.prose th, .prose td { padding: 0.75rem 1rem; border-bottom: 1px solid var(--line); text-align: left; }
.prose th { font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; color: var(--forest); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; background: var(--cream-2); }
.prose blockquote { border-left: 3px solid var(--lime); padding-left: 1.25rem; margin: 1.85rem 0; font-style: italic; color: var(--muted); }

.affiliation-disclaimer {
    margin-top: 4rem; padding-top: 2rem; border-top: 1px solid var(--line);
    font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; color: var(--muted);
    max-width: 760px; line-height: 1.6;
}

/* ----------- Blog list ----------- */
.blog-list { display: flex; flex-direction: column; gap: 1px; background: var(--line); margin-top: 3.5rem; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); }
.blog-item { display: block; padding: 1.85rem 2rem; background: #fff; transition: background 0.15s; cursor: pointer; }
.blog-item:hover { background: var(--cream-2); }
.blog-item .cat { font-family: 'JetBrains Mono', monospace; font-size: 0.7rem; color: var(--forest); margin-bottom: 0.7rem; letter-spacing: 0.18em; font-weight: 600; }
.blog-item .h { font-family: 'Bricolage Grotesque', 'Inter', sans-serif; font-size: 1.5rem; margin-bottom: 0.65rem; transition: color 0.15s; color: var(--ink); font-weight: 500; line-height: 1.15; }
.blog-item:hover .h { color: var(--forest); }
.blog-item .d { color: var(--muted); }
.blog-item .meta { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--muted); margin-top: 0.85rem; letter-spacing: 0.05em; }

/* ============================================================
   COMPOSANTS ECOMMERCE AFFILIATION (DA Light DA Light & Green Coffee)
   ============================================================ */

.product-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 2.5rem;
}
@media (min-width: 720px) { .product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .product-grid { grid-template-columns: repeat(3, 1fr); } }

.product-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-sm);
}
.product-card:hover {
    transform: translateY(-4px);
    border-color: var(--forest);
    box-shadow: var(--shadow-md);
}
.product-card__media {
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, var(--cream) 0%, #e7f6ec 100%);
    border-bottom: 1px solid var(--line);
    display: flex; align-items: center; justify-content: center;
    padding: 1.5rem;
    overflow: hidden;
    position: relative;
}
.product-card__media img { max-width: 100%; max-height: 100%; object-fit: contain; }
.product-card__media svg { width: 70%; height: 70%; }

.product-card__badge {
    position: absolute; top: 1rem; left: 1rem;
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px; letter-spacing: 0.13em; text-transform: uppercase;
    padding: 0.4rem 0.8rem;
    background: var(--lime); color: var(--ink);
    border-radius: 9999px; font-weight: 700;
    z-index: 2;
}
.product-card__badge--uv { background: var(--ink); color: var(--lime); }
.product-card__badge--warm { background: var(--warm); color: #fff; }

.product-card__rank {
    position: absolute; top: 1rem; right: 1rem;
    font-family: 'Bricolage Grotesque', 'Inter', sans-serif;
    font-size: 1.85rem;
    color: var(--forest);
    line-height: 1;
    opacity: 0.95;
    z-index: 2;
    font-weight: 500;
}

.product-card__body { padding: 1.5rem 1.5rem 0; flex: 1; display: flex; flex-direction: column; }
.product-card__cat {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.7rem; letter-spacing: 0.13em; color: var(--forest);
    text-transform: uppercase;
    margin-bottom: 0.65rem;
    font-weight: 600;
}
.product-card__name {
    font-family: 'Bricolage Grotesque', 'Inter', sans-serif;
    font-size: 1.4rem;
    line-height: 1.1;
    margin-bottom: 0.5rem;
    color: var(--ink);
    font-weight: 500;
}
.product-card__verdict {
    color: var(--muted);
    font-style: italic;
    margin-bottom: 1rem;
    line-height: 1.45;
    font-size: 0.95rem;
}
.product-card__specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    padding-top: 0.85rem;
    border-top: 1px solid var(--line);
    margin-top: auto;
}
.product-card__spec .lab { font-family: 'JetBrains Mono', monospace; font-size: 0.62rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; }
.product-card__spec .val { font-family: 'Bricolage Grotesque', 'Inter', sans-serif; font-size: 1.1rem; color: var(--ink); margin-top: 0.25rem; font-weight: 500; }
.product-card__spec .val .uv { color: var(--forest); }

.product-card__cta {
    display: flex; gap: 0.5rem;
    padding: 1.25rem 1.5rem 1.5rem;
    background: var(--cream);
    margin-top: 1.25rem;
    border-top: 1px solid var(--line);
}
.product-card__cta .btn-amazon {
    flex: 1;
    text-align: center;
    background: var(--ink);
    color: var(--cream);
    font-weight: 600;
    padding: 0.8rem 1rem;
    border-radius: 9999px;
    font-size: 0.85rem;
    transition: all 0.18s;
}
.product-card__cta .btn-amazon:hover {
    background: var(--forest);
}
.product-card__cta .btn-detail {
    padding: 0.8rem 1.1rem;
    border: 1px solid var(--line-strong);
    border-radius: 9999px;
    font-size: 0.8rem;
    color: var(--muted);
    transition: all 0.18s;
    font-weight: 500;
}
.product-card__cta .btn-detail:hover {
    border-color: var(--forest);
    color: var(--forest);
}

/* ----------- Étoiles note ----------- */
.stars {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    color: var(--forest);
    font-weight: 600;
}
.stars__svg { width: 14px; height: 14px; }

/* ----------- Catégories par usage (grille tile) ----------- */
.usage-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
    background: var(--line);
    margin-top: 2.5rem;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--line);
}
@media (min-width: 720px) { .usage-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .usage-grid { grid-template-columns: repeat(4, 1fr); } }

.usage-tile {
    background: #fff;
    padding: 2.25rem 1.85rem;
    transition: background 0.2s;
    display: flex; flex-direction: column;
    min-height: 220px;
    cursor: pointer;
}
.usage-tile:hover { background: var(--cream-2); }
.usage-tile:hover .usage-tile__arrow { color: var(--forest); transform: translateX(4px); }
.usage-tile__icon {
    width: 40px; height: 40px;
    color: var(--forest);
    margin-bottom: 1.35rem;
    background: var(--lime);
    border-radius: 12px;
    display: inline-flex; align-items: center; justify-content: center;
    padding: 8px;
}
.usage-tile__icon svg { width: 100%; height: 100%; color: var(--forest); }
.usage-tile__title {
    font-family: 'Bricolage Grotesque', 'Inter', sans-serif;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: var(--ink);
    font-weight: 500;
}
.usage-tile__desc { color: var(--muted); font-size: 0.9rem; line-height: 1.55; flex: 1; }
.usage-tile__arrow {
    margin-top: 1.25rem;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.7rem;
    color: var(--muted);
    letter-spacing: 0.13em;
    transition: all 0.2s;
    display: inline-flex; align-items: center; gap: 0.5rem;
    font-weight: 600;
}

/* ----------- Trust badges (méthodo / signals) ----------- */
.trust-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
    background: var(--line);
    margin-top: 2.5rem;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--line);
}
@media (min-width: 720px) { .trust-row { grid-template-columns: repeat(3, 1fr); } }
.trust-cell {
    background: #fff;
    padding: 2rem 1.5rem;
    text-align: center;
}
.trust-cell .num {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.85rem;
    color: var(--ink);
    line-height: 1;
    letter-spacing: -0.03em;
    font-variant-numeric: tabular-nums;
}
.trust-cell .num .uv { color: var(--forest); }
.trust-cell .lab {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.7rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-top: 0.7rem;
    font-weight: 600;
}

/* ----------- Compare table (page produit) ----------- */
.compare-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2.5rem 0;
    font-size: 0.95rem;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--line);
}
.compare-table th, .compare-table td {
    padding: 0.95rem 1.15rem;
    border-bottom: 1px solid var(--line);
    text-align: left;
}
.compare-table thead th {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.7rem;
    color: var(--forest);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: var(--cream);
    font-weight: 600;
}
.compare-table tbody tr:hover { background: var(--cream); }

/* ----------- Hero CTA secondaire (lien moustache) ----------- */
.hero__cta a.text-link::after {
    content: ' →';
    transition: margin-left 0.18s;
    display: inline-block;
}
.hero__cta a.text-link:hover::after { margin-left: 4px; }

/* ----------- Disclaimer affiliation badge ----------- */
.aff-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.65rem;
    color: var(--forest);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 0.45rem 0.9rem;
    border: 1px solid var(--line-strong);
    border-radius: 9999px;
    background: rgba(198, 232, 112, 0.4);
    font-weight: 600;
}
.aff-badge::before {
    content: '';
    width: 7px; height: 7px;
    border-radius: 9999px;
    background: var(--forest);
}

/* ----------- Bouton Amazon (gros, primaire) ----------- */
.btn-amazon-lg {
    display: inline-flex;
    align-items: center; justify-content: center;
    gap: 0.6rem;
    background: var(--ink);
    color: var(--cream);
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-size: 1rem;
    transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
    box-shadow: var(--shadow-md);
}
.btn-amazon-lg:hover {
    transform: translateY(-2px);
    background: var(--forest);
    box-shadow: var(--shadow-lg);
}

/* ----------- Page produit (test fiche) ----------- */
.product-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 7rem 0 3.5rem;
}
@media (min-width: 1024px) { .product-hero { grid-template-columns: 5fr 7fr; gap: 3.5rem; align-items: center; } }

.product-hero__media {
    aspect-ratio: 1;
    background: linear-gradient(135deg, var(--cream) 0%, #e7f6ec 100%);
    border: 1px solid var(--line);
    border-radius: 18px;
    display: flex; align-items: center; justify-content: center;
    padding: 2rem;
    box-shadow: var(--shadow-sm);
}
.product-hero__media img { max-width: 100%; max-height: 100%; object-fit: contain; }

.product-hero__rank-bar {
    display: flex; align-items: center; gap: 0.75rem;
    margin-bottom: 1.25rem;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem; color: var(--forest);
    letter-spacing: 0.1em;
    font-weight: 600;
    flex-wrap: wrap;
}
.product-hero__title {
    font-family: 'Bricolage Grotesque', 'Inter', sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 1.25rem;
    color: var(--ink);
    font-weight: 500;
}
.product-hero__pitch {
    color: var(--muted);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.85rem;
}
.product-hero__price-row {
    display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem 2.25rem;
    padding: 1.5rem 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    margin-bottom: 1.85rem;
}
.product-hero__price .lab { font-family: 'JetBrains Mono', monospace; font-size: 0.7rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; }
.product-hero__price .val { font-family: 'Bricolage Grotesque', 'Inter', sans-serif; font-size: 1.85rem; color: var(--ink); margin-top: 0.25rem; line-height: 1; font-weight: 500; }
.product-hero__price .val.uv { color: var(--forest); }

.specs-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    margin: 2.25rem 0;
    background: #fff;
}
@media (min-width: 600px) { .specs-list { grid-template-columns: repeat(4, 1fr); } }
.specs-list__item { background: #fff; padding: 1.25rem; }
.specs-list__lab { font-family: 'JetBrains Mono', monospace; font-size: 0.65rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; }
.specs-list__val { font-family: 'Inter', sans-serif; font-size: 1.2rem; color: var(--ink); margin-top: 0.4rem; font-weight: 700; letter-spacing: -0.02em; }
.specs-list__val .text-uv { color: var(--forest); }

/* ============================================================
   QUIZ INTERACTIF DANS ARTICLES
   ============================================================ */
[data-quiz] {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(135deg, rgba(74,44,20,0.05), rgba(212,165,116,0.10));
    border: 2px solid rgba(74,44,20,0.18);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    margin: 2.5rem 0;
}
[data-quiz] h3 {
    font-family: 'Bricolage Grotesque', 'Inter', sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    margin: 0 0 1.5rem 0 !important;
    color: var(--ink) !important;
    text-align: center;
}
[data-quiz-step] {
    background: #fff;
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1rem;
    transition: border-left 0.3s;
    border-left: 4px solid transparent;
}
[data-quiz-step] p {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    margin: 0 0 0.75rem 0 !important;
    color: var(--ink) !important;
}
[data-quiz-step] label {
    display: block;
    padding: 10px 14px;
    margin: 6px 0;
    border: 1.5px solid var(--line-strong);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #334155;
}
[data-quiz-step] label:hover {
    border-color: var(--forest);
    background: rgba(212,165,116,0.18);
}
[data-quiz-step] input[type="radio"] {
    margin-right: 10px;
    accent-color: var(--forest);
}
[data-quiz-step] label:has(input:checked) {
    border-color: var(--forest);
    background: linear-gradient(135deg, rgba(74,44,20,0.10), rgba(212,165,116,0.18));
    color: var(--forest-2);
    font-weight: 600;
}
[data-quiz-submit] {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, var(--forest), #3a8a5e);
    color: var(--cream);
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    padding: 14px 24px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    margin-top: 1rem;
    transition: transform 0.2s, box-shadow 0.3s;
}
[data-quiz-submit]:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(74,44,20,0.3);
}
[data-quiz-missing] {
    display: none;
    background: #fef3e2;
    color: #8a5a14;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 1rem;
    border-left: 4px solid #c97a1e;
}
@keyframes quiz-pop {
    from { transform: scale(0.92); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
    .cursor-dot, .cursor-scope, .mq-float { display: none !important; }
}

/* ============================================================
   MARQUEE défilant (inspiré lacasamarketing.fr, adapté palette green)
   ============================================================ */
.marquee {
    overflow: hidden;
    background: var(--cream-2);
    border-top: 2px solid var(--ink);
    border-bottom: 2px solid var(--ink);
    padding: 18px 0;
}
.marquee-track {
    display: flex;
    gap: 36px;
    align-items: center;
    height: 72px;
    white-space: nowrap;
    will-change: transform;
}
.m-word { display: inline-flex; align-items: center; white-space: nowrap; line-height: 1; }
.m-word-a {
    font-family: 'Inter', system-ui, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: var(--ink);
    text-transform: uppercase;
    letter-spacing: -0.01em;
    font-size: clamp(22px, 3.4vw, 36px);
}
.m-word-b {
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-weight: 500;
    color: var(--forest);
    letter-spacing: -0.01em;
    font-size: clamp(26px, 3.8vw, 42px);
}
.m-icon {
    display: inline-flex; align-items: center; justify-content: center;
    height: 56px; width: 56px;
    flex-shrink: 0;
}
.m-icon svg { width: 100%; height: 100%; }

@keyframes mIconFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }
@keyframes mIconRotate { from { transform: rotate(0); } to { transform: rotate(360deg); } }
@keyframes mIconPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.1); } }
@keyframes mIconWave { 0%,100% { transform: translateX(0); } 25% { transform: translateX(-3px); } 75% { transform: translateX(3px); } }
.m-icon-0 svg { animation: mIconFloat 2.4s ease-in-out infinite; transform-origin: center; }
.m-icon-1 svg { animation: mIconPulse 2s ease-in-out infinite; transform-origin: center; }
.m-icon-2 svg { animation: mIconWave 3s ease-in-out infinite; transform-origin: center; }
.m-icon-3 svg { animation: mIconFloat 2.8s ease-in-out infinite; transform-origin: center; }
.m-icon-4 svg { animation: mIconRotate 14s linear infinite; transform-origin: center; transform-box: fill-box; }

/* ============================================================
   CURSEUR CIBLE / SCOPE (desktop only)
   Point central + 2 anneaux concentriques + tirets cardinaux
   ============================================================ */
@media (hover: hover) and (pointer: fine) {
    body { cursor: auto; }
    a, button, input, textarea, select, .product-card, .guide-card, .blog-item, .usage-tile, .process-step { cursor: auto; }
    a:focus-visible, button:focus-visible { outline: 2px solid var(--forest); outline-offset: 3px; }
}
.cursor-dot, .cursor-scope {
    position: fixed;
    top: 0; left: 0;
    pointer-events: none;
    z-index: 9999;
    will-change: transform;
    transition: opacity 0.2s ease;
    opacity: 0;
}
.cursor-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--forest);
    transform: translate(-50%, -50%);
    transition: width 0.2s ease, height 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}
.cursor-scope {
    width: 36px; height: 36px;
    transform: translate(-50%, -50%);
    transition: width 0.25s cubic-bezier(.2,.8,.2,1), height 0.25s cubic-bezier(.2,.8,.2,1), opacity 0.2s ease;
}
.cursor-scope svg { width: 100%; height: 100%; display: block; overflow: visible; }
.cursor-scope circle, .cursor-scope line { transition: stroke 0.2s ease; }

/* État actif quand on survole un lien/CTA */
.cursor-active .cursor-dot {
    width: 10px; height: 10px;
    background: var(--lime);
}
.cursor-active .cursor-scope {
    width: 56px; height: 56px;
}
.cursor-active .cursor-scope circle, .cursor-active .cursor-scope line {
    stroke: var(--forest);
}

/* État showing (apres premier mouvement) */
.cursor-ready .cursor-dot,
.cursor-ready .cursor-scope { opacity: 1; }

/* ============================================================
   SECTION MÉTHODE (style MDM Informatique adapté light/green)
   Cards horizontales + ligne traversante + particules animées
   ============================================================ */
.process-section {
    position: relative;
    overflow: hidden;
}
.process-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
}
@media (min-width: 1024px) { .process-head { grid-template-columns: 1.3fr 1fr; gap: 4rem; align-items: end; } }
.process-desc {
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 28rem;
}
.section__title .grad {
    background: linear-gradient(90deg, var(--forest) 0%, #4a8c5e 50%, #c6e870 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-style: italic;
    font-weight: 400;
}
.process-wrap {
    position: relative;
    padding: 2.5rem 0;
}
.process {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    position: relative;
    z-index: 2;
}
@media (min-width: 720px) { .process { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .process { grid-template-columns: repeat(4, 1fr); gap: 1.85rem; } }

.process-step {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 4.25rem 1.65rem 1.85rem;
    position: relative;
    transition: transform 0.35s cubic-bezier(.2,.8,.2,1), box-shadow 0.35s, border-color 0.35s;
    box-shadow: var(--shadow-sm);
}
.process-step:hover {
    transform: translateY(-4px);
    border-color: var(--forest);
    box-shadow: var(--shadow-md);
}
.process-step h4 {
    font-family: 'Bricolage Grotesque', 'Inter', sans-serif;
    font-size: 1.35rem;
    font-weight: 500;
    color: var(--ink);
    margin-bottom: 0.65rem;
    letter-spacing: -0.02em;
    line-height: 1.15;
}
.process-step p {
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.55;
}
.process-num {
    position: absolute;
    top: -22px;
    left: 1.65rem;
    width: 56px; height: 56px;
    border-radius: 16px;
    background: linear-gradient(180deg, var(--lime) 0%, #b6dc56 100%);
    color: var(--ink);
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: -0.02em;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 12px 28px -8px rgba(74,44,20,0.35), inset 0 -2px 0 rgba(74,44,20,0.18);
    z-index: 3;
}
.process-step:hover .process-num {
    background: linear-gradient(180deg, #d6f088 0%, var(--lime) 100%);
}

/* Ligne horizontale traversante (desktop only) */
.process-line {
    display: none;
    position: absolute;
    top: 30px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg,
        rgba(198, 232, 112, 0) 0%,
        rgba(198, 232, 112, 0.8) 12%,
        rgba(31, 87, 66, 0.6) 50%,
        rgba(198, 232, 112, 0.8) 88%,
        rgba(198, 232, 112, 0) 100%);
    z-index: 1;
    border-radius: 2px;
}
@media (min-width: 1024px) { .process-line { display: block; } }

/* Boule lumineuse qui parcourt la ligne */
@keyframes processBall {
    0%   { left: 0%; opacity: 0; }
    10%  { opacity: 1; }
    90%  { opacity: 1; }
    100% { left: 100%; opacity: 0; }
}
.process-line::after {
    content: '';
    position: absolute;
    top: -5px; left: 0%;
    width: 12px; height: 12px;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 18px 3px rgba(212,165,116,0.85), 0 0 32px 6px rgba(212,165,116,0.45);
    animation: processBall 6s ease-in-out infinite;
}

/* Particules flottantes */
.process-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}
.process-particles span {
    position: absolute;
    border-radius: 50%;
    background: var(--lime);
    opacity: 0;
    animation: particleFloat var(--dur, 12s) ease-in-out infinite;
    animation-delay: var(--del, 0s);
    width: var(--sz, 6px);
    height: var(--sz, 6px);
    left: var(--x, 50%);
    top: var(--y, 50%);
}
.process-particles span:nth-child(odd) { background: var(--forest); opacity: 0.4; }
@keyframes particleFloat {
    0%   { transform: translate(0,0) scale(0.5); opacity: 0; }
    25%  { opacity: 0.7; }
    50%  { transform: translate(var(--mx, 30px), var(--my, -40px)) scale(1); opacity: 0.5; }
    75%  { opacity: 0.7; }
    100% { transform: translate(0,0) scale(0.5); opacity: 0; }
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         

/* ====== FIX CURSOR (ajouté 29/04 - assure visibilité du curseur natif) ====== */
html, body, * { cursor: auto; }
a, button, [role="button"], label, summary, .product-card, .article-card, .blog-item, .typology-card, .usage-tile, .guide-card, .process-step, .top3 .card, .alt-card, .related-card, .similar-card, .related-list__item, .mini-product, .bestseller, .hamburger { cursor: pointer; }
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="tel"], input[type="url"], textarea, .prose { cursor: text; }
input[type="radio"], input[type="checkbox"] { cursor: pointer; }


/* ============================================================
   PEPS PACK — rebrand complément alimentaire (v3)
   ============================================================ */
.section--alt { background: #eef8f1; }
.btn--primary { background: var(--forest); border-color: var(--forest); }
.btn--primary:hover { background: var(--forest-2); border-color: var(--forest-2); }
.btn--top2026 { background: var(--warm); color: #fff; border-color: var(--warm); border-radius: 9999px; }
.btn--top2026:hover { background: #e85531; border-color: #e85531; color: #fff; }
.hero__cta .btn--xl { padding: 1rem 2rem; font-size: 1rem; box-shadow: 0 14px 30px -10px rgba(0,121,92,0.45); }
.section-eyebrow, .section__eyebrow { color: var(--warm); }
.section-eyebrow::before { background: var(--warm); }
.marquee__item--accent { color: var(--warm) !important; }
.feat__icon { background: var(--lime); color: var(--forest-2); border-radius: 9999px; }
.product-card__rank { background: var(--warm); color: #fff; border-radius: 12px; padding: 0.3rem 0.55rem; font-size: 1.1rem; opacity: 1; }
.typology-card__type { background: var(--lime); color: var(--forest-2); border-radius: 9999px; padding: 0.35rem 0.85rem; display: inline-block; font-weight: 600; }
.comp-num { background: var(--warm) !important; color: #fff !important; }
.category-block { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 1.75rem; box-shadow: var(--shadow-sm); }
.category-block:hover { box-shadow: var(--shadow-md); }
.category-block__title { color: var(--forest); }
.site-footer__banner { background: linear-gradient(120deg, var(--forest-2) 0%, var(--forest) 70%, #2ea886 100%); border-radius: 28px; }
.stat__num { color: var(--forest); }
.hero__accent { color: var(--forest); }


/* ============================================================
   WOW PACK v4 — footer statement, reveals, cadence
   ============================================================ */

/* --- Reveals (uniquement si JS actif : .anim-ready) --- */
.anim-ready .rv { opacity: 0; transform: translateY(26px); }
.anim-ready .rv.in { opacity: 1; transform: none; transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1); }

/* --- Header scrolled --- */
.site-header { transition: box-shadow 0.25s, background 0.25s; }
.site-header.is-scrolled { box-shadow: 0 8px 30px -12px rgba(0,85,63,0.18); background: rgba(253,251,247,0.92); }

/* --- Sélection & focus --- */
::selection { background: var(--lime); color: var(--forest-2); }

/* --- Hero proof line (remplace la grille de stats) --- */
.proof-line { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 2.25rem; }
.proof-chip {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: #fff; border: 1px solid var(--line);
    border-radius: 9999px; padding: 0.55rem 1.1rem;
    font-size: 0.88rem; font-weight: 600; color: var(--ink);
    box-shadow: var(--shadow-sm);
}
.proof-chip .n { font-family: 'JetBrains Mono', monospace; color: var(--forest); font-weight: 700; }
.proof-chip--warm .n { color: var(--warm); }

/* --- Titres : mot souligné organique --- */
.hl { position: relative; white-space: nowrap; }
.hl::after {
    content: ''; position: absolute; left: -2%; right: -2%; bottom: 0.04em;
    height: 0.34em; background: var(--lime); z-index: -1; border-radius: 4px;
    transform: skewY(-0.8deg);
}
.hl--warm::after { background: #ffd2c5; }

/* ============================================================
   FOOTER STATEMENT
   ============================================================ */
.mp-footer { position: relative; margin-top: 6rem; padding-bottom: 0; background: var(--cream); overflow: hidden; }

.mp-footer__strip { border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); background: var(--lime); overflow: hidden; padding: 0.8rem 0; }
.mp-footer__strip-track { display: flex; gap: 1.5rem; white-space: nowrap; width: max-content; animation: stripScroll 36s linear infinite; font-family: 'JetBrains Mono', monospace; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--forest-2); }
.mp-footer__strip-track .sep { color: var(--warm); }
@keyframes stripScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.mp-footer__panel {
    position: relative; display: grid; grid-template-columns: 1fr;
    background: linear-gradient(118deg, var(--forest-2) 0%, var(--forest) 62%, #2ea886 100%);
    border-radius: 32px; margin-top: 4rem; padding: 3.5rem 2rem; overflow: hidden;
    box-shadow: 0 40px 80px -30px rgba(0,85,63,0.5);
}
@media (min-width: 900px) { .mp-footer__panel { grid-template-columns: 8fr 4fr; padding: 4.5rem 4rem; align-items: center; } }
.mp-footer__panel::before {
    content: ''; position: absolute; top: -40%; right: -15%; width: 70%; aspect-ratio: 1;
    background: radial-gradient(circle, rgba(185,236,212,0.28) 0%, transparent 65%);
    pointer-events: none;
}
.mp-footer__kicker { font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: #93e0bd; font-weight: 600; margin-bottom: 1.25rem; }
.mp-footer__title { font-size: clamp(2rem, 4.6vw, 3.6rem); color: #fff; font-weight: 700; line-height: 1.04; letter-spacing: -0.025em; }
.mp-footer__title em { font-style: italic; color: #ffd2c5; }
.mp-footer__cta-row { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.25rem; }
.mp-footer__cta {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: var(--warm); color: #fff; font-weight: 700;
    padding: 1.05rem 2.1rem; border-radius: 9999px; font-size: 1rem;
    box-shadow: 0 16px 36px -12px rgba(255,107,74,0.65);
    transition: transform 0.2s cubic-bezier(0.22,1,0.36,1), box-shadow 0.2s;
}
.mp-footer__cta:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 22px 44px -12px rgba(255,107,74,0.75); color: #fff; }
.mp-footer__cta-ghost {
    display: inline-flex; align-items: center;
    border: 1.5px solid rgba(185,236,212,0.55); color: #d9f5e7;
    padding: 1.05rem 1.8rem; border-radius: 9999px; font-weight: 600; font-size: 0.95rem;
    transition: border-color 0.2s, background 0.2s;
}
.mp-footer__cta-ghost:hover { border-color: #b9ecd4; background: rgba(185,236,212,0.12); color: #fff; }
.mp-footer__caps { display: none; }
@media (min-width: 900px) { .mp-footer__caps { display: block; max-width: 220px; margin-left: auto; } }

.mp-footer__cols {
    display: grid; grid-template-columns: 1fr; gap: 2.25rem;
    padding: 3.5rem 0 2.5rem; border-bottom: 1px solid var(--line);
}
@media (min-width: 640px) { .mp-footer__cols { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .mp-footer__cols { grid-template-columns: 5fr 2fr 2fr 2fr; gap: 3rem; } }
.mp-footer__brand img { max-width: 230px; margin-bottom: 1rem; }
.mp-footer__brand p { color: var(--muted); font-size: 0.95rem; line-height: 1.6; max-width: 30rem; }
.mp-footer__col { display: flex; flex-direction: column; gap: 0.7rem; }
.mp-footer__col h4 { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink); margin-bottom: 0.35rem; }
.mp-footer__col a { color: var(--muted); font-size: 0.93rem; transition: color 0.15s; width: fit-content; }
.mp-footer__col a:hover { color: var(--forest); }

.mp-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding: 1.75rem 0 0.75rem; font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; color: var(--muted); }
.mp-footer__legal { display: flex; gap: 1.5rem; }
.mp-footer__legal a:hover { color: var(--forest); }
.mp-footer__disclosure { font-size: 0.74rem; color: var(--muted); line-height: 1.6; max-width: 60rem; padding-bottom: 1rem; }

.mp-footer__watermark {
    font-family: 'Bricolage Grotesque', 'Inter', sans-serif; font-weight: 800;
    font-size: clamp(5rem, 16vw, 15rem); line-height: 0.78;
    text-align: center; letter-spacing: -0.03em;
    color: transparent; -webkit-text-stroke: 1.5px rgba(0,121,92,0.16);
    user-select: none; pointer-events: none;
    margin-top: 1.5rem; margin-bottom: -0.12em;
}

/* ============================================================
   PAGES COMPARATIFS / TESTS — composants contenu
   ============================================================ */
.page-hero { padding: 9rem 0 3.5rem; position: relative; }
.page-hero h1 { font-family: 'Bricolage Grotesque', 'Inter', sans-serif; font-size: clamp(2.4rem, 6vw, 4.6rem); line-height: 1.0; letter-spacing: -0.03em; color: var(--ink); font-weight: 800; max-width: 18ch; text-wrap: balance; }
.page-hero h1 em { font-style: italic; color: var(--forest); }
.page-hero .lede { margin-top: 1.5rem; color: var(--muted); font-size: 1.1rem; line-height: 1.65; max-width: 62ch; }
.page-hero .lede strong { color: var(--ink); }

.fact-callout {
    display: grid; grid-template-columns: auto 1fr; gap: 1.1rem; align-items: start;
    background: #fff; border: 1.5px solid var(--lime-2); border-radius: 20px;
    padding: 1.5rem 1.75rem; margin: 2.5rem 0; max-width: 46rem;
    box-shadow: var(--shadow-sm);
}
.fact-callout .ico { width: 44px; height: 44px; border-radius: 12px; background: var(--lime); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }
.fact-callout strong { color: var(--forest-2); }
.fact-callout p { color: var(--ink); line-height: 1.6; font-size: 0.98rem; }
.fact-callout .src { display: block; margin-top: 0.4rem; font-family: 'JetBrains Mono', monospace; font-size: 0.68rem; color: var(--muted); }

.besoin-section { padding: 3.25rem 0; border-top: 1px solid var(--line); }
.besoin-section h2 { font-family: 'Bricolage Grotesque', 'Inter', sans-serif; font-size: clamp(1.6rem, 3.4vw, 2.4rem); letter-spacing: -0.02em; font-weight: 700; color: var(--ink); }
.besoin-section h2 .tag-need { display: inline-flex; font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; background: var(--lime); color: var(--forest-2); border-radius: 9999px; padding: 0.4rem 0.95rem; vertical-align: middle; margin-right: 0.8rem; transform: translateY(-0.2em); font-weight: 700; }
.besoin-section .why { color: var(--muted); line-height: 1.65; margin-top: 0.85rem; max-width: 62ch; }
.besoin-pick {
    display: grid; grid-template-columns: 96px 1fr; gap: 1.4rem; align-items: center;
    background: #fff; border: 1px solid var(--line); border-radius: 20px;
    padding: 1.4rem 1.6rem; margin-top: 1.5rem;
    transition: transform 0.25s cubic-bezier(0.22,1,0.36,1), box-shadow 0.25s, border-color 0.25s;
}
.besoin-pick:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--lime-2); }
@media (min-width: 720px) { .besoin-pick { grid-template-columns: 110px 1fr auto; } }
.besoin-pick__img { width: 96px; height: 96px; border-radius: 14px; background: #e7f6ec; display: flex; align-items: center; justify-content: center; padding: 8px; }
.besoin-pick__img img { max-width: 100%; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.besoin-pick__name { font-family: 'Bricolage Grotesque', 'Inter', sans-serif; font-size: 1.15rem; font-weight: 500; color: var(--ink); line-height: 1.2; }
.besoin-pick__meta { display: flex; flex-wrap: wrap; gap: 0.5rem 1.1rem; margin-top: 0.55rem; font-family: 'JetBrains Mono', monospace; font-size: 0.76rem; color: var(--muted); }
.besoin-pick__meta .v { color: var(--forest); font-weight: 700; }
.besoin-pick__cta { justify-self: start; background: var(--ink); color: #fff; border-radius: 9999px; padding: 0.7rem 1.4rem; font-weight: 600; font-size: 0.85rem; transition: background 0.18s; white-space: nowrap; }
.besoin-pick__cta:hover { background: var(--forest); color: #fff; }

.cmp-table-wrap { overflow-x: auto; margin: 2rem 0 1rem; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.cmp-table { width: 100%; border-collapse: collapse; font-size: 0.92rem; min-width: 760px; }
.cmp-table th { font-family: 'JetBrains Mono', monospace; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.09em; color: var(--forest-2); background: #eef8f1; padding: 0.9rem 1.1rem; text-align: left; font-weight: 700; }
.cmp-table td { padding: 1rem 1.1rem; border-top: 1px solid var(--line); vertical-align: middle; }
.cmp-table tbody tr { transition: background 0.15s; }
.cmp-table tbody tr:hover { background: var(--cream); }
.cmp-table .p-name { font-weight: 600; color: var(--ink); max-width: 26ch; }
.cmp-table .p-name a:hover { color: var(--forest); }
.cmp-table .num { font-family: 'JetBrains Mono', monospace; font-weight: 600; color: var(--forest); white-space: nowrap; }
.cmp-table .rate { font-family: 'JetBrains Mono', monospace; white-space: nowrap; }
.cmp-table .badge-fmt { font-size: 0.72rem; background: var(--cream-2); border-radius: 9999px; padding: 0.3rem 0.75rem; white-space: nowrap; }
.cmp-table .go { background: var(--warm); color: #fff; border-radius: 9999px; padding: 0.5rem 1.05rem; font-weight: 600; font-size: 0.8rem; white-space: nowrap; transition: transform 0.15s, background 0.15s; display: inline-block; }
.cmp-table .go:hover { background: #e85531; color: #fff; transform: translateY(-1px); }

.faq { max-width: 46rem; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 16px; margin-top: 0.85rem; overflow: hidden; transition: border-color 0.2s; }
.faq details[open] { border-color: var(--lime-2); }
.faq summary { cursor: pointer; padding: 1.15rem 1.4rem; font-weight: 600; color: var(--ink); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-family: 'JetBrains Mono', monospace; color: var(--warm); font-size: 1.2rem; font-weight: 600; transition: transform 0.25s; flex-shrink: 0; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .a { padding: 0 1.4rem 1.25rem; color: var(--muted); line-height: 1.65; font-size: 0.96rem; }
.faq .a strong { color: var(--ink); }

.review-card {
    display: grid; grid-template-columns: 1fr; gap: 1.5rem;
    background: #fff; border: 1px solid var(--line); border-radius: 22px;
    padding: 1.75rem; margin-top: 1.75rem;
    transition: transform 0.25s cubic-bezier(0.22,1,0.36,1), box-shadow 0.25s;
}
.review-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
@media (min-width: 860px) { .review-card { grid-template-columns: 150px 1fr auto; align-items: center; padding: 2rem 2.25rem; } }
.review-card__img { width: 130px; height: 130px; border-radius: 16px; background: #e7f6ec; display: flex; align-items: center; justify-content: center; padding: 10px; }
.review-card__img img { max-width: 100%; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.review-card__brand { font-family: 'JetBrains Mono', monospace; font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--warm); font-weight: 700; }
.review-card__name { font-family: 'Bricolage Grotesque', 'Inter', sans-serif; font-size: 1.3rem; font-weight: 700; color: var(--ink); margin-top: 0.3rem; line-height: 1.15; }
.review-card__verdict { color: var(--muted); line-height: 1.6; margin-top: 0.65rem; font-size: 0.96rem; max-width: 58ch; }
.review-card__verdict strong { color: var(--ink); }
.review-card__side { display: flex; flex-direction: row; gap: 1.5rem; align-items: center; }
@media (min-width: 860px) { .review-card__side { flex-direction: column; gap: 0.85rem; align-items: flex-end; } }
.review-card__score { font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: 1.5rem; color: var(--forest); }
.review-card__score .of { font-size: 0.8rem; color: var(--muted); font-weight: 400; }
.review-card__avis { font-family: 'JetBrains Mono', monospace; font-size: 0.7rem; color: var(--muted); }
.review-card__cta { background: var(--ink); color: #fff; border-radius: 9999px; padding: 0.65rem 1.3rem; font-weight: 600; font-size: 0.83rem; white-space: nowrap; transition: background 0.18s; }
.review-card__cta:hover { background: var(--forest); color: #fff; }

@media (prefers-reduced-motion: reduce) {
    .mp-footer__strip-track { animation: none; }
}

/* Failsafe reveals : sans la classe .anim-ready (JS absent/échoué), tout reste visible */
.rv { opacity: 1; transform: none; }
.anim-ready .rv:not(.in) { opacity: 0; transform: translateY(26px); }

/* ============================================================
   PAGE GUIDES
   ============================================================ */
.guide-pilier {
    position: relative; display: block; overflow: hidden;
    background: linear-gradient(120deg, #fff 0%, #eef8f1 100%);
    border: 1.5px solid var(--lime-2); border-radius: 28px;
    padding: 2.5rem; margin-top: 1.5rem;
    transition: transform 0.3s cubic-bezier(0.22,1,0.36,1), box-shadow 0.3s;
    box-shadow: var(--shadow-sm);
}
.guide-pilier:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
@media (min-width: 720px) { .guide-pilier { padding: 3.25rem 3.5rem; max-width: 100%; } }
.guide-pilier__badge { display: inline-block; font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; background: var(--warm); color: #fff; padding: 0.4rem 0.95rem; border-radius: 9999px; font-weight: 700; margin-bottom: 1.25rem; }
.guide-pilier__title { font-family: 'Bricolage Grotesque','Inter',sans-serif; font-weight: 800; font-size: clamp(1.6rem, 3.6vw, 2.6rem); color: var(--ink); line-height: 1.05; letter-spacing: -0.02em; max-width: 20ch; }
.guide-pilier__desc { color: var(--muted); line-height: 1.6; margin-top: 1rem; max-width: 52ch; font-size: 1.02rem; }
.guide-pilier__cta { display: inline-block; margin-top: 1.5rem; font-weight: 700; color: var(--forest); font-size: 0.95rem; }
.guide-pilier:hover .guide-pilier__cta { color: var(--forest-2); }
.guide-pilier__deco { position: absolute; top: 0; right: 0; width: 200px; height: 200px; opacity: 0.9; pointer-events: none; }
@media (max-width: 720px) { .guide-pilier__deco { display: none; } }

.guide-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; margin-top: 1.75rem; }
@media (min-width: 640px) { .guide-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .guide-grid { grid-template-columns: repeat(3, 1fr); } }
.guide-tile {
    display: flex; flex-direction: column;
    background: #fff; border: 1px solid var(--line); border-radius: 20px;
    padding: 1.6rem 1.6rem 1.4rem;
    transition: transform 0.25s cubic-bezier(0.22,1,0.36,1), box-shadow 0.25s, border-color 0.25s;
}
.guide-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--lime-2); }
.guide-tile__kw { font-family: 'JetBrains Mono', monospace; font-size: 0.66rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--warm); font-weight: 700; margin-bottom: 0.85rem; }
.guide-tile__title { font-family: 'Bricolage Grotesque','Inter',sans-serif; font-weight: 700; font-size: 1.22rem; line-height: 1.18; color: var(--ink); letter-spacing: -0.01em; }
.guide-tile__desc { color: var(--muted); font-size: 0.92rem; line-height: 1.55; margin-top: 0.7rem; flex: 1; }
.guide-tile__meta { margin-top: 1.1rem; font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; color: var(--forest); font-weight: 600; }
.guide-tile:hover .guide-tile__meta { color: var(--warm); }

/* Encarts dans les guides (article single) */
.article-content .g-tip, .prose .g-tip { background: #eef8f1; border: 1px solid var(--lime-2); border-radius: 16px; padding: 1.1rem 1.4rem; margin: 1.75rem 0; color: var(--ink); line-height: 1.6; }
.article-content .g-tip strong, .prose .g-tip strong { color: var(--forest-2); }
.article-content .g-warning, .prose .g-warning { background: #fff4ef; border: 1px solid #ffc4b3; border-radius: 16px; padding: 1.1rem 1.4rem; margin: 1.75rem 0; color: var(--ink); line-height: 1.6; }
.article-content .g-warning strong, .prose .g-warning strong { color: #d2452a; }
.article-content .lede, .prose .lede { font-size: 1.15rem; color: var(--ink); line-height: 1.6; font-weight: 500; }

/* ============================================================
   BANDEAU COOKIES
   ============================================================ */
#mp-cookie { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 200; display: flex; justify-content: center; pointer-events: none; opacity: 0; transform: translateY(20px); transition: opacity 0.4s cubic-bezier(0.22,1,0.36,1), transform 0.4s cubic-bezier(0.22,1,0.36,1); }
#mp-cookie.in { opacity: 1; transform: none; }
#mp-cookie.out { opacity: 0; transform: translateY(20px); }
.mp-cookie__card { pointer-events: auto; display: flex; gap: 1.1rem; align-items: flex-start; max-width: 620px; width: 100%; background: #fff; border: 1.5px solid var(--lime-2); border-radius: 22px; padding: 1.4rem 1.6rem; box-shadow: 0 24px 60px -16px rgba(0,85,63,0.35); }
.mp-cookie__emoji { font-size: 2rem; line-height: 1; flex-shrink: 0; animation: ckWobble 3s ease-in-out infinite; }
@keyframes ckWobble { 0%,100% { transform: rotate(-8deg); } 50% { transform: rotate(8deg); } }
.mp-cookie__title { font-family: 'Bricolage Grotesque','Inter',sans-serif; font-weight: 700; font-size: 1.12rem; color: var(--ink); }
.mp-cookie__text { color: var(--muted); font-size: 0.9rem; line-height: 1.55; margin-top: 0.35rem; }
.mp-cookie__panel { margin-top: 0.9rem; display: flex; flex-direction: column; gap: 0.6rem; }
.mp-cookie__row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; background: var(--cream); border-radius: 12px; padding: 0.7rem 0.9rem; font-size: 0.85rem; }
.mp-cookie__row strong { color: var(--ink); }
.mp-cookie__muted { color: var(--muted); font-size: 0.78rem; }
.mp-cookie__row input { width: 18px; height: 18px; accent-color: var(--forest); flex-shrink: 0; }
.mp-cookie__actions { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1rem; }
.mp-cookie__btn { padding: 0.6rem 1.1rem; border-radius: 9999px; font-weight: 600; font-size: 0.85rem; cursor: pointer; transition: all 0.18s; }
.mp-cookie__btn--ghost { background: transparent; border: 1px solid var(--line-strong); color: var(--muted); }
.mp-cookie__btn--ghost:hover { border-color: var(--forest); color: var(--forest); }
.mp-cookie__btn--primary { background: var(--forest); color: #fff; border: 1px solid var(--forest); margin-left: auto; }
.mp-cookie__btn--primary:hover { background: var(--forest-2); }
@media (max-width: 560px) { .mp-cookie__emoji { display: none; } .mp-cookie__btn--primary { margin-left: 0; width: 100%; } .mp-cookie__actions { flex-direction: column-reverse; } .mp-cookie__btn { width: 100%; } }
@media (prefers-reduced-motion: reduce) { #mp-cookie { transition: opacity 0.2s; transform: none; } .mp-cookie__emoji { animation: none; } }


/* Note réglementaire (conformité santé) */
.reg-note { font-size: 0.86rem; color: var(--muted); line-height: 1.55; background: #f4efe6; border-radius: 12px; padding: 0.85rem 1.1rem; margin: 1.5rem 0 0; max-width: 60rem; }
.reg-note strong { color: var(--ink); }

/* ============================================================
   HERO v4 — composition riche + carte produit n°1
   ============================================================ */
.hero { position: relative; min-height: auto; padding: 8rem 0 5rem; background: linear-gradient(180deg, var(--cream) 0%, #eaf6ee 100%); overflow: hidden; }
.hero::before, .hero::after { content: none; }
.hero__mesh { position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(42vw 42vw at 82% 8%, rgba(147,224,189,0.55) 0%, transparent 60%),
    radial-gradient(34vw 34vw at 8% 88%, rgba(0,121,92,0.12) 0%, transparent 62%),
    radial-gradient(26vw 26vw at 60% 50%, rgba(255,107,74,0.10) 0%, transparent 60%);
  filter: blur(12px); }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
@media (min-width: 1000px) { .hero__grid { grid-template-columns: 1.05fr 0.95fr; gap: 4rem; } }

.hero__eyebrow { display: inline-flex; align-items: center; gap: 0.6rem; background: #fff; border: 1px solid var(--line); border-radius: 9999px; padding: 0.5rem 1rem; font-family: 'JetBrains Mono', monospace; font-size: 0.7rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--forest-2); font-weight: 600; box-shadow: var(--shadow-sm); margin-bottom: 1.75rem; }
.hero__eyebrow::before { content: none; }
.hero__pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--warm); box-shadow: 0 0 0 0 rgba(255,107,74,0.5); animation: heroPulse 2s ease-out infinite; }
@keyframes heroPulse { 0% { box-shadow: 0 0 0 0 rgba(255,107,74,0.5); } 70% { box-shadow: 0 0 0 8px rgba(255,107,74,0); } 100% { box-shadow: 0 0 0 0 rgba(255,107,74,0); } }
.hero__title { font-size: clamp(2.6rem, 6.5vw, 5rem); line-height: 1.02; letter-spacing: -0.03em; color: var(--ink); text-wrap: balance; }
.hero__title .uv { position: relative; color: var(--forest); white-space: nowrap; }
.hero__title .uv::after { content: ''; position: absolute; left: -1%; right: -1%; bottom: 0.06em; height: 0.3em; background: var(--lime); z-index: -1; border-radius: 4px; transform: skewY(-1deg); }
.hero__lede { color: #41504a; margin: 1.75rem 0 0; max-width: 34rem; font-size: 1.08rem; line-height: 1.6; }
.hero__lede strong { color: var(--ink); font-weight: 600; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 1.25rem; align-items: center; margin-top: 2.25rem; }
.hero__col-visual { position: relative; min-height: 380px; display: flex; align-items: center; justify-content: center; }

/* anneaux microbiote derrière la carte */
.hero__rings { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; z-index: 0; }
.hero__ring { position: absolute; border-radius: 50%; }
.hero__ring--1 { width: 360px; height: 360px; background: radial-gradient(circle, rgba(231,246,236,0.9) 0%, rgba(231,246,236,0) 70%); }
.hero__ring--2 { width: 300px; height: 300px; border: 2px solid var(--lime-2); opacity: 0.7; }
.hero__ring--dotted { width: 420px; height: 420px; border: 1.5px dashed rgba(0,121,92,0.28); animation: ringSpin 40s linear infinite; }
@keyframes ringSpin { to { transform: rotate(360deg); } }

/* carte produit n°1 */
.hero-card { position: relative; z-index: 2; display: block; width: min(340px, 86vw); background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 1.5rem; box-shadow: 0 40px 80px -28px rgba(0,85,63,0.4); transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s; }
.hero-card:hover { transform: translateY(-6px) rotate(-0.5deg); box-shadow: 0 50px 90px -28px rgba(0,85,63,0.5); }
.hero-card__badge { display: inline-block; font-family: 'JetBrains Mono', monospace; font-size: 0.66rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; color: #fff; background: var(--warm); padding: 0.4rem 0.85rem; border-radius: 9999px; margin-bottom: 1.1rem; }
.hero-card__media { height: 168px; border-radius: 16px; background: linear-gradient(135deg, #fdfbf7, #e7f6ec); display: flex; align-items: center; justify-content: center; padding: 1rem; }
.hero-card__media img { max-width: 100%; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.hero-card__brand { font-family: 'JetBrains Mono', monospace; font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--warm); font-weight: 700; margin-top: 1.1rem; }
.hero-card__name { font-family: 'Bricolage Grotesque','Inter',sans-serif; font-weight: 700; font-size: 1.18rem; line-height: 1.18; color: var(--ink); margin-top: 0.3rem; }
.hero-card__rating { display: flex; align-items: center; gap: 0.5rem; margin-top: 0.7rem; font-family: 'JetBrains Mono', monospace; font-size: 0.74rem; color: var(--muted); }
.hero-card__rating .star, .hero-card__rating .star.is-full { color: var(--warm); }
.hero-card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.hero-card__price { font-family: 'Bricolage Grotesque','Inter',sans-serif; font-weight: 700; font-size: 1.35rem; color: var(--forest); }
.hero-card__go { font-size: 0.85rem; font-weight: 600; color: var(--ink); }
.hero-card:hover .hero-card__go { color: var(--forest); }
/* puces flottantes UFC / souches */
.hero-chip { position: absolute; z-index: 3; font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; font-weight: 700; padding: 0.5rem 0.85rem; border-radius: 9999px; box-shadow: var(--shadow-md); white-space: nowrap; }
.hero-chip--ufc { top: 8%; right: -6%; background: var(--forest); color: #fff; animation: chipFloatA 5s ease-in-out infinite; }
.hero-chip--sou { bottom: 14%; left: -8%; background: var(--lime); color: var(--forest-2); animation: chipFloatB 6s ease-in-out infinite; }
@keyframes chipFloatA { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes chipFloatB { 0%,100% { transform: translateY(0); } 50% { transform: translateY(8px); } }
@media (max-width: 560px) { .hero-chip--ufc { right: 2%; } .hero-chip--sou { left: 2%; } }
@media (prefers-reduced-motion: reduce) { .hero__ring--dotted, .hero-chip { animation: none; } }

/* ============================================================
   BANDE ÉDITORIALE PHOTO
   ============================================================ */
.photo-band { padding: 5rem 0; border-top: 1px solid var(--line); }
@media (min-width: 768px) { .photo-band { padding: 6.5rem 0; } }
.photo-band__grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; }
@media (min-width: 900px) { .photo-band__grid { grid-template-columns: 1.05fr 0.95fr; gap: 4rem; } }
.photo-band__media { margin: 0; border-radius: 26px; overflow: hidden; box-shadow: 0 40px 80px -30px rgba(0,85,63,0.4); position: relative; }
.photo-band__media::after { content: ''; position: absolute; inset: 0; border-radius: 26px; box-shadow: inset 0 0 0 1px rgba(0,85,63,0.08); pointer-events: none; }
.photo-band__media img { width: 100%; height: auto; display: block; }
.photo-band__text .section-title { margin-bottom: 1.25rem; }
.photo-band__text p { color: #41504a; line-height: 1.7; font-size: 1.05rem; max-width: 38rem; }
.photo-band__pills { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.5rem; }
.photo-band__pills span { background: #fff; border: 1px solid var(--line); border-radius: 9999px; padding: 0.55rem 1rem; font-size: 0.88rem; font-weight: 600; color: var(--ink); box-shadow: var(--shadow-sm); }

/* ============================================================
   HERO PHOTO (remplace la carte produit)
   ============================================================ */
.hero__photo { position: relative; z-index: 2; margin: 0; width: min(420px, 84vw); aspect-ratio: 1; border-radius: 28px; overflow: hidden; box-shadow: 0 44px 90px -30px rgba(0,85,63,0.45); }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__photo::after { content: ''; position: absolute; inset: 0; border-radius: 28px; box-shadow: inset 0 0 0 1px rgba(0,85,63,0.08); }
.hero-badge { position: absolute; z-index: 4; left: 50%; bottom: -18px; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 0.7rem; background: #fff; border: 1px solid var(--line); border-radius: 9999px; padding: 0.55rem 1.1rem 0.55rem 0.6rem; box-shadow: 0 18px 40px -14px rgba(0,85,63,0.4); white-space: nowrap; transition: transform 0.2s; }
.hero-badge:hover { transform: translateX(-50%) translateY(-2px); }
.hero-badge__rank { background: var(--warm); color: #fff; font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: 0.72rem; padding: 0.35rem 0.7rem; border-radius: 9999px; }
.hero-badge__info { display: flex; flex-direction: column; line-height: 1.15; }
.hero-badge__name { font-weight: 700; font-size: 0.82rem; color: var(--ink); }
.hero-badge__go { font-size: 0.72rem; color: var(--forest); font-weight: 600; }
@media (max-width: 999px) { .hero__photo { margin: 0 auto; } }
