/*
Theme Name: La Voix d'un Texte — Child
Theme URI: https://lavoixduntexte.fr
Description: Thème enfant d'Astra pour Marie Delacroix, voyante pure par téléphone.
Author: Marie Delacroix
Template: astra
Version: 1.5.0
Text Domain: lavoix-child
*/

/* =========================================================================
   1. TOKENS
   ========================================================================= */
:root {
    --violet-deep: #5B2A86;
    --violet-darker: #3D1B5C;
    --violet-light: #A07BD4;
    --violet-pale: #E8DDF4;
    --cream: #F7F2EA;
    --cream-deep: #EFE8DC;
    --text: #1A0F2E;
    --text-muted: #4A3D66;
    --white: #FFFFFF;
    --gold: #C9A961;

    --font-heading: "DM Serif Display", Georgia, serif;
    --font-body: "DM Sans", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;

    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 2rem;
    --space-lg: 3rem;
    --space-xl: 5rem;

    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-pill: 999px;

    --shadow-sm: 0 2px 8px rgba(26, 15, 46, 0.06);
    --shadow-md: 0 8px 24px rgba(91, 42, 134, 0.10);
    --shadow-lg: 0 16px 48px rgba(91, 42, 134, 0.15);
}

/* =========================================================================
   2. BASE
   ========================================================================= */
body {
    font-family: var(--font-body);
    color: var(--text);
    background: var(--cream);
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--violet-deep);
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

a {
    color: var(--violet-deep);
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover { color: var(--violet-light); }

.site-header {
    background: var(--white);
    border-bottom: 1px solid var(--cream-deep);
}

.ast-primary-header-bar .ast-site-identity .site-title,
.ast-primary-header-bar .ast-site-identity .site-title a {
    font-family: var(--font-heading) !important;
    color: var(--violet-deep) !important;
    font-size: 1.4rem;
}

/* =========================================================================
   3. HERO
   ========================================================================= */
.lv-hero {
    background:
        radial-gradient(circle at 20% 20%, rgba(160, 123, 212, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(160, 123, 212, 0.08) 0%, transparent 50%),
        linear-gradient(180deg, var(--cream) 0%, var(--white) 100%);
    padding: var(--space-lg) var(--space-md);
    position: relative;
    overflow: hidden;
}

.lv-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    grid-template-areas:
        "text visual"
        "cta  visual";
    gap: var(--space-md) var(--space-xl);
    align-items: start;
}

.lv-hero-text      { grid-area: text; }
.lv-hero-visual    { grid-area: visual; align-self: center; position: relative; text-align: center; }
.lv-hero-cta-block { grid-area: cta; }

.lv-hero-eyebrow {
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--violet-deep);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: var(--space-sm);
    padding: 0.4rem 0.95rem;
    background: var(--violet-pale);
    border-radius: var(--radius-pill);
}

.lv-hero h1 {
    font-size: clamp(2rem, 4.5vw, 3.6rem);
    line-height: 1.08;
    margin: 0 0 var(--space-sm);
    color: var(--violet-deep);
}

.lv-hero h1 em {
    font-style: italic;
    color: var(--violet-light);
}

.lv-hero-lead {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0 0 var(--space-sm);
    max-width: 560px;
}

.lv-hero-portrait {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    border: 4px solid var(--white);
    display: block;
    margin: 0 auto;
    object-fit: cover;
    aspect-ratio: 4 / 5;
}

.lv-hero-badge {
    position: absolute;
    bottom: -16px;
    right: 5%;
    background: var(--white);
    padding: 0.8rem 1.1rem;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    display: flex;
    align-items: center;
    gap: 0.6rem;
    line-height: 1;
}

.lv-hero-badge strong {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    color: var(--violet-deep);
    display: block;
}

.lv-hero-badge span {
    font-size: 0.78rem;
    color: var(--text-muted);
    line-height: 1.3;
}

.lv-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    background: var(--violet-deep);
    color: var(--white) !important;
    padding: 1rem 1.75rem;
    border-radius: var(--radius-sm);
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 8px 20px rgba(91, 42, 134, 0.28);
    transition: transform 0.15s ease, box-shadow 0.2s ease;
    text-decoration: none;
}

.lv-cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(91, 42, 134, 0.4);
    color: var(--white) !important;
}

.lv-cta-icon { display: inline-flex; align-items: center; }

.lv-cta-big {
    font-size: 1.2rem;
    padding: 1.15rem 2.1rem;
}

.lv-offer {
    margin: var(--space-sm) 0;
    padding: 0.9rem 1.1rem;
    background: var(--white);
    border-left: 4px solid var(--violet-deep);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
    display: inline-block;
    max-width: 100%;
}

.lv-offer-main {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.2rem;
    color: var(--violet-deep);
    font-weight: 400;
    line-height: 1.3;
}

.lv-offer-sub {
    display: block;
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-top: 0.25rem;
}

.lv-cta-note {
    font-size: 0.88rem;
    color: var(--text-muted);
    margin: 0;
}

.lv-cta-trust {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-top: var(--space-sm);
}

/* =========================================================================
   4. TRUST STRIP — badges carrousel
   ========================================================================= */
.lv-trust-strip {
    background: var(--white);
    border-top: 1px solid var(--cream-deep);
    border-bottom: 1px solid var(--cream-deep);
    padding: var(--space-sm) 0;
    overflow: hidden;
}

.lv-trust-marquee {
    overflow: hidden;
    position: relative;
}

/* Masques de fondu aux bords pour un défilement élégant */
.lv-trust-marquee::before,
.lv-trust-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    z-index: 2;
    pointer-events: none;
}

.lv-trust-marquee::before {
    left: 0;
    background: linear-gradient(90deg, var(--white) 0%, transparent 100%);
}

.lv-trust-marquee::after {
    right: 0;
    background: linear-gradient(-90deg, var(--white) 0%, transparent 100%);
}

.lv-trust-track {
    display: flex;
    gap: var(--space-md);
    align-items: center;
    width: max-content;
    /* desktop : statique centré */
    justify-content: center;
    padding: 0 var(--space-md);
    animation: none;
}

.lv-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: var(--cream);
    color: var(--text);
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.6rem 1rem;
    border-radius: var(--radius-pill);
    border: 1px solid var(--violet-pale);
    white-space: nowrap;
    flex-shrink: 0;
}

.lv-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    background: var(--violet-deep);
    color: var(--white);
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 700;
}

/* Mobile : marquee auto droite -> gauche */
@media (max-width: 900px) {
    .lv-trust-track {
        justify-content: flex-start;
        animation: lv-marquee 28s linear infinite;
    }

    .lv-trust-badge {
        font-size: 0.88rem;
        padding: 0.55rem 0.9rem;
    }
}

@keyframes lv-marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* défile la moitié = 1 série complète, boucle infinie */
}

/* Respect prefers-reduced-motion : pas d'animation */
@media (prefers-reduced-motion: reduce) {
    .lv-trust-track {
        animation: none !important;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* =========================================================================
   5. STICKY CTA MOBILE
   ========================================================================= */
.lv-sticky-cta { display: none; }

@media (max-width: 900px) {
    .lv-sticky-cta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.8rem;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        background: var(--violet-deep);
        color: var(--white) !important;
        padding: 0.85rem 1.1rem;
        padding-bottom: max(0.85rem, env(safe-area-inset-bottom));
        text-decoration: none;
        box-shadow: 0 -6px 18px rgba(0,0,0,0.18);
        border-top: 2px solid var(--violet-light);
    }

    .lv-sticky-cta-text strong {
        display: block;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.15;
    }

    .lv-sticky-cta-text small {
        display: block;
        font-size: 0.78rem;
        opacity: 0.92;
        margin-top: 2px;
    }

    .lv-sticky-cta-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        background: var(--white);
        color: var(--violet-deep);
        border-radius: 50%;
        flex-shrink: 0;
    }

    body { padding-bottom: 90px; }
}

/* =========================================================================
   6. SECTIONS GENERIQUES
   ========================================================================= */
.lv-section { padding: var(--space-xl) var(--space-md); }
.lv-section-inner { max-width: 1100px; margin: 0 auto; }
.lv-section-header { text-align: center; margin-bottom: var(--space-lg); }

.lv-section-eyebrow {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--violet-light);
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.lv-section h2 {
    font-size: clamp(1.7rem, 3.2vw, 2.4rem);
    margin: 0 0 var(--space-sm);
}

.lv-section-lead {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 780px;
    margin: 0 auto;
    line-height: 1.6;
}

.lv-section.lv-section-cream { background: var(--cream-deep); }

.lv-section.lv-section-cta {
    background: linear-gradient(135deg, var(--violet-deep) 0%, var(--violet-darker) 100%);
    color: var(--white);
}

.lv-section-cta h2,
.lv-section-cta .lv-section-lead,
.lv-section-cta .lv-cta-trust { color: var(--white); }

.lv-section-cta .lv-section-lead {
    opacity: 0.92;
    margin-bottom: var(--space-md);
}

.lv-section-cta .lv-cta-primary {
    background: var(--white);
    color: var(--violet-deep) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}

.lv-section-cta .lv-cta-primary:hover {
    background: var(--cream);
    color: var(--violet-deep) !important;
}

.lv-section-cta .lv-cta-trust { opacity: 0.85; }

/* =========================================================================
   7. PROSE
   ========================================================================= */
.lv-prose { max-width: 780px; margin: var(--space-md) auto 0; }

.lv-prose p {
    font-size: 1.05rem;
    line-height: 1.75;
    margin: 0 0 1.2rem;
    color: var(--text);
}

.lv-prose p:last-child { margin-bottom: 0; }
.lv-prose strong { color: var(--violet-deep); font-weight: 600; }

.lv-prose h3 {
    font-size: 1.35rem;
    color: var(--violet-deep);
    margin: var(--space-md) 0 0.6rem;
    padding-top: var(--space-sm);
    border-top: 2px solid var(--violet-pale);
}

.lv-prose h3:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

/* =========================================================================
   7bis. EMOJI LIST (✨ avantages)
   ========================================================================= */
.lv-emoji-list {
    list-style: none;
    padding: 0;
    margin: var(--space-md) auto 0;
    max-width: 860px;
    display: grid;
    gap: var(--space-md);
}

.lv-emoji-list li {
    display: flex;
    gap: var(--space-sm);
    background: var(--white);
    padding: var(--space-md);
    border-radius: var(--radius-md);
    border: 1px solid var(--cream-deep);
    box-shadow: var(--shadow-sm);
    line-height: 1.65;
}

.lv-emoji-list .lv-emoji {
    font-size: 1.8rem;
    line-height: 1;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 4px rgba(160, 123, 212, 0.35));
}

.lv-emoji-list li > div {
    flex: 1;
    color: var(--text);
}

.lv-emoji-list strong { color: var(--violet-deep); font-weight: 600; }

/* Variante limites : bordure gauche + teinte chaude */
.lv-limits-list li {
    border-left: 4px solid #C04545;
    padding-left: calc(var(--space-md) - 4px);
}

.lv-limits-list .lv-emoji {
    filter: drop-shadow(0 2px 4px rgba(192, 69, 69, 0.3));
}

/* =========================================================================
   7ter. QUOTE EXAMPLE (bad/good reformulation)
   ========================================================================= */
.lv-quote-example {
    background: var(--white);
    border-left: 4px solid var(--violet-light);
    border-radius: var(--radius-md);
    padding: var(--space-md);
    margin: var(--space-md) 0;
    box-shadow: var(--shadow-sm);
}

.lv-quote-example .lv-quote-bad,
.lv-quote-example .lv-quote-good {
    font-family: var(--font-body);
    font-size: 1.02rem;
    margin: 0 0 0.6rem;
    line-height: 1.5;
}

.lv-quote-example .lv-quote-bad {
    color: var(--text-muted);
    text-decoration: line-through;
    text-decoration-color: rgba(160, 123, 212, 0.5);
    text-decoration-thickness: 2px;
}

.lv-quote-example .lv-quote-bad strong {
    color: #C04545;
    text-decoration: none;
    display: inline-block;
    margin-right: 0.3rem;
}

.lv-quote-example .lv-quote-good strong {
    color: #2F7A3F;
    display: inline-block;
    margin-right: 0.3rem;
}

.lv-quote-example .lv-quote-why {
    margin: 0.8rem 0 0;
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.65;
    padding-top: 0.8rem;
    border-top: 1px dashed var(--violet-pale);
}

/* =========================================================================
   8. TOPICS
   ========================================================================= */
.lv-topics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
    margin-top: var(--space-md);
}

.lv-topic-card {
    background: var(--white);
    padding: var(--space-md);
    border-radius: var(--radius-md);
    border: 1px solid var(--cream-deep);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lv-topic-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.lv-topic-card h3 {
    font-size: 1.25rem;
    color: var(--violet-deep);
    margin: 0 0 0.6rem;
}

.lv-topic-card p {
    font-size: 0.97rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.6;
}

.lv-topic-card strong { color: var(--violet-deep); }

/* =========================================================================
   9. STEPS
   ========================================================================= */
.lv-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
    margin-top: var(--space-md);
    counter-reset: step;
}

.lv-step {
    position: relative;
    padding: var(--space-md) var(--space-sm) var(--space-sm);
    background: var(--white);
    border-radius: var(--radius-md);
    text-align: center;
    counter-increment: step;
    border: 1px solid var(--cream-deep);
}

.lv-step::before {
    content: counter(step);
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, var(--violet-deep), var(--violet-darker));
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 1.5rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: var(--shadow-md);
}

.lv-step h3 {
    font-size: 1.15rem;
    margin: 0.8rem 0 0.5rem;
}

.lv-step p {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.55;
}

.lv-step strong { color: var(--violet-deep); }

/* =========================================================================
   10. COMPARE TABLE
   ========================================================================= */
.lv-compare {
    width: 100%;
    max-width: 900px;
    margin: var(--space-md) auto 0;
    border-collapse: collapse;
    background: var(--white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.lv-compare th,
.lv-compare td {
    padding: 0.9rem var(--space-sm);
    text-align: left;
    border-bottom: 1px solid var(--cream-deep);
}

.lv-compare th {
    background: var(--violet-deep);
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 1.02rem;
    font-weight: 400;
}

.lv-compare tr:last-child td { border-bottom: none; }

.lv-compare td:first-child {
    font-weight: 600;
    color: var(--violet-deep);
    width: 22%;
}

/* =========================================================================
   11. CHECKLIST
   ========================================================================= */
.lv-checklist {
    list-style: none;
    padding: 0;
    margin: var(--space-md) auto 0;
    max-width: 900px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
}

.lv-checklist li {
    padding: 0.95rem 1rem 0.95rem 2.9rem;
    background: var(--white);
    border-radius: var(--radius-sm);
    position: relative;
    font-size: 0.97rem;
    line-height: 1.45;
    box-shadow: var(--shadow-sm);
}

.lv-checklist li::before {
    content: "";
    position: absolute;
    left: 0.95rem;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: var(--violet-deep);
    border-radius: 50%;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

/* =========================================================================
   12. QUOTE
   ========================================================================= */
.lv-quote {
    background: linear-gradient(135deg, var(--violet-deep) 0%, var(--violet-darker) 100%);
    color: var(--white);
    padding: var(--space-lg) var(--space-md);
    border-radius: var(--radius-md);
    margin: var(--space-lg) auto 0;
    max-width: 800px;
    text-align: center;
    position: relative;
    box-shadow: var(--shadow-md);
}

.lv-quote::before {
    content: "\201C";
    font-family: var(--font-heading);
    font-size: 5rem;
    position: absolute;
    top: -5px;
    left: 28px;
    color: var(--violet-light);
    opacity: 0.55;
    line-height: 1;
}

.lv-quote p {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 0 var(--space-sm);
    font-style: italic;
}

.lv-quote cite {
    font-size: 0.95rem;
    opacity: 0.88;
    font-style: normal;
}

/* =========================================================================
   13. FAQ
   ========================================================================= */
.lv-faq { max-width: 820px; margin: var(--space-md) auto 0; }

.lv-faq details {
    background: var(--white);
    border-radius: var(--radius-sm);
    padding: 0.85rem 1.2rem;
    margin-bottom: 0.7rem;
    border: 1px solid var(--cream-deep);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lv-faq details[open] {
    border-color: var(--violet-light);
    box-shadow: var(--shadow-sm);
}

.lv-faq summary {
    cursor: pointer;
    font-weight: 600;
    font-size: 1.02rem;
    color: var(--violet-deep);
    padding: 0.4rem 0;
    list-style: none;
    position: relative;
    padding-right: 2rem;
    line-height: 1.4;
}

.lv-faq summary::-webkit-details-marker { display: none; }

.lv-faq summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: var(--violet-light);
    transition: transform 0.25s ease;
    font-weight: 400;
}

.lv-faq details[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
}

.lv-faq details p {
    color: var(--text-muted);
    font-size: 0.97rem;
    line-height: 1.65;
    padding: 0.6rem 0 0.3rem;
    margin: 0;
}

.lv-faq details p strong { color: var(--violet-deep); }

/* =========================================================================
   14. FOOTER
   ========================================================================= */
.site-footer {
    background: var(--violet-darker);
    color: var(--cream);
    padding: var(--space-lg) var(--space-md);
}

.site-footer a { color: var(--cream); }
.site-footer a:hover { color: var(--violet-light); }

/* =========================================================================
   15. RESPONSIVE MOBILE
   =========================================================================
   ORDRE MOBILE : photo → text (h1+lead) → cta (bouton+offre)
   ESPACEMENT : plus généreux entre chaque bloc
   ========================================================================= */
@media (max-width: 900px) {
    .lv-hero {
        padding: var(--space-md) var(--space-sm) var(--space-lg);
    }

    .lv-hero-inner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "visual"
            "text"
            "cta";
        gap: 1.75rem; /* plus aéré */
    }

    .lv-hero-visual { margin: 0 auto; }
    .lv-hero-portrait {
        max-width: 180px;
        border-radius: var(--radius-md);
        border-width: 3px;
    }

    .lv-hero-badge {
        bottom: -10px;
        right: -5px;
        padding: 0.5rem 0.7rem;
    }

    .lv-hero-badge strong { font-size: 1.05rem; }
    .lv-hero-badge span { font-size: 0.65rem; line-height: 1.25; }

    .lv-hero-text { text-align: center; }

    .lv-hero-eyebrow {
        font-size: 0.72rem;
        padding: 0.35rem 0.8rem;
        margin-bottom: 0.8rem;
    }

    .lv-hero h1 {
        font-size: 1.85rem;
        line-height: 1.15;
        margin-bottom: 0.8rem;
    }

    .lv-hero-lead {
        font-size: 1rem;
        line-height: 1.55;
        margin: 0 auto;
        max-width: 100%;
    }

    .lv-hero-cta-block {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .lv-cta-primary {
        width: 100%;
        max-width: 380px;
        justify-content: center;
        padding: 1.1rem 1.5rem;
        font-size: 1.05rem;
    }

    .lv-offer {
        display: block;
        margin: 0 auto;
        text-align: left;
        max-width: 380px;
        width: 100%;
    }

    .lv-cta-note {
        font-size: 0.82rem;
        margin: 0;
    }

    /* Trust strip mobile : déjà géré dans section 4 */

    /* Sections */
    .lv-section { padding: var(--space-lg) var(--space-sm); }
    .lv-section h2 { font-size: 1.6rem; }
    .lv-section-lead { font-size: 1rem; }

    .lv-topics,
    .lv-steps { grid-template-columns: 1fr; gap: var(--space-sm); }

    .lv-checklist { grid-template-columns: 1fr; }

    .lv-quote p { font-size: 1.1rem; }
    .lv-quote { padding: var(--space-md) var(--space-sm); }

    /* Compare -> cards */
    .lv-compare thead { display: none; }
    .lv-compare,
    .lv-compare tbody,
    .lv-compare tr,
    .lv-compare td { display: block; }

    .lv-compare tr {
        margin-bottom: var(--space-sm);
        border: 1px solid var(--cream-deep);
        border-radius: var(--radius-sm);
        background: var(--white);
    }

    .lv-compare td {
        padding: 0.7rem 1rem;
        border-bottom: 1px solid var(--cream-deep);
    }

    .lv-compare td:last-child { border-bottom: none; }

    .lv-compare td:first-child {
        background: var(--violet-deep);
        color: var(--white);
        width: 100%;
        font-family: var(--font-heading);
        font-size: 1.05rem;
        padding: 0.7rem 1rem;
    }
}

/* Très petit mobile */
@media (max-width: 420px) {
    .lv-hero h1 { font-size: 1.65rem; }
    .lv-hero-portrait { max-width: 150px; }
    .lv-offer-main { font-size: 1.05rem; }
    .lv-sticky-cta-text strong { font-size: 0.92rem; }
    .lv-sticky-cta-text small { font-size: 0.72rem; }
    .lv-hero-inner { gap: 1.5rem; }
}
