/**
 * Homepage v2 — Accueil test (classes lxc2-*)
 * Complète home-test.css (boutons lxc-btn, shell, claim)
 *
 * @package Loop_Formation
 */

.lxc-v2 {
    --lxc2-mint: #ecf6ef;
    --lxc2-ink: #0c1222;
    --lxc2-soft: #3d4a63;
    --lxc2-muted: #64708b;
    --lxc2-line: rgba(12, 18, 34, 0.1);
    --lxc2-coral: #ff8a4c;
    --lxc2-green: #1d9e75;
}

/* ——— Typo sections ——— */
.lxc-v2 .lxc2-section-title {
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    color: var(--lxc2-ink);
    text-align: center;
    margin: 0 auto 12px;
    max-width: 22ch;
    line-height: 1.1;
}

.lxc-v2 .lxc2-section-sub {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 40px;
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--lxc2-soft);
}

/* S1 Audience */
.lxc-v2 .lxc2-audience {
    background: #fff;
    border-bottom: 1px solid var(--lxc2-line);
    padding: 10px 0;
}

.lxc-v2 .lxc2-audience__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 12px;
}

.lxc-v2 .lxc2-audience__label {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--lxc2-muted);
}

.lxc-v2 .lxc2-audience__chip {
    font-size: 13px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid var(--lxc2-line);
    background: #fafbfc;
    color: var(--lxc2-ink);
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}

.lxc-v2 .lxc2-audience__chip:hover {
    border-color: rgba(255, 138, 76, 0.45);
    background: #fff7f0;
}

/* S3 Hero */
.lxc-v2 .lxc2-hero {
    padding: 48px 0 32px;
    background: linear-gradient(180deg, var(--lxc2-mint) 0%, #f6faf7 55%, #fff 100%);
    overflow: hidden;
}

.lxc-v2 .lxc2-hero__bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 50% at 85% 20%, rgba(255, 138, 76, 0.1), transparent 55%),
        radial-gradient(ellipse 50% 40% at 10% 30%, rgba(29, 158, 117, 0.12), transparent 50%);
    pointer-events: none;
}

.lxc-v2 .lxc2-hero {
    position: relative;
}

.lxc-v2 .lxc2-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 40px 56px;
    align-items: center;
}

@media (max-width: 1024px) {
    .lxc-v2 .lxc2-hero__grid {
        grid-template-columns: 1fr;
    }
}

.lxc-v2 .lxc2-hero__eyebrow {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lxc2-green);
    margin-bottom: 14px;
}

.lxc-v2 .lxc2-hero__title {
    font-size: clamp(2.1rem, 4.5vw, 3.25rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--lxc2-ink);
    margin-bottom: 16px;
}

.lxc-v2 .lxc2-hero__title em {
    display: block;
    margin-top: 6px;
    font-style: italic;
    font-weight: 900;
    color: var(--lxc2-coral);
}

.lxc-v2 .lxc2-hero__lead {
    font-size: 1.1rem;
    line-height: 1.65;
    color: var(--lxc2-soft);
    max-width: 32rem;
    margin-bottom: 24px;
}

.lxc-v2 .lxc2-hero__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 20px;
    margin-bottom: 16px;
}

.lxc-v2 .lxc2-hero__demo-link {
    font-size: 15px;
    font-weight: 800;
    color: var(--lxc2-ink);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.lxc-v2 .lxc2-hero__demo-link:hover {
    color: var(--lxc2-coral);
}

.lxc-v2 .lxc2-hero__trustline {
    font-size: 13px;
    font-weight: 600;
    color: var(--lxc2-muted);
    margin: 0 0 10px;
}

.lxc-v2 .lxc2-hero__ratings {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 800;
    color: var(--lxc2-ink);
}

.lxc-v2 .lxc2-hero__stars {
    color: #f59e0b;
    letter-spacing: 2px;
}

.lxc-v2 .lxc2-hero__shot {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(12, 18, 34, 0.08);
    box-shadow: 0 32px 80px rgba(12, 18, 34, 0.14);
    background: #0c1222;
}

.lxc-v2 .lxc2-hero__shot img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
}

/* Product nav */
.lxc-v2 .lxc2-pnav {
    background: var(--lxc2-ink);
    padding: 0;
}

.lxc-v2 .lxc2-pnav__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    padding: 10px 16px;
}

.lxc-v2 .lxc2-pnav__link {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 8px;
    transition: background 0.2s;
}

.lxc-v2 .lxc2-pnav__link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.lxc-v2 .lxc2-pnav__link--all {
    color: var(--lxc2-coral);
}

/* S4 Social */
.lxc-v2 .lxc2-social {
    padding: 40px 0 0;
    background: #fff;
    text-align: center;
}

.lxc-v2 .lxc2-social__metrics {
    font-size: 14px;
    color: var(--lxc2-muted);
    margin-bottom: 8px;
}

.lxc-v2 .lxc2-social__metrics strong {
    color: var(--lxc2-ink);
    font-weight: 900;
}

.lxc-v2 .lxc2-social .home-biz-clients {
    padding-top: 8px;
    padding-bottom: 48px;
    border: none;
}

.lxc-v2 .lxc2-social .home-biz-clients__label {
    margin-bottom: 20px;
}

/* S5 Pivot */
.lxc-v2 .lxc2-pivot {
    padding: 72px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.lxc-v2 .lxc2-pivot__split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 36px;
}

@media (max-width: 768px) {
    .lxc-v2 .lxc2-pivot__split {
        grid-template-columns: 1fr;
    }
}

.lxc-v2 .lxc2-pivot__col {
    padding: 28px 24px;
    border-radius: 18px;
    border: 1px solid var(--lxc2-line);
}

.lxc-v2 .lxc2-pivot__col--before {
    background: #fff;
}

.lxc-v2 .lxc2-pivot__col--after {
    background: linear-gradient(145deg, #f0fdf6, #fff);
    border-color: rgba(29, 158, 117, 0.25);
}

.lxc-v2 .lxc2-pivot__col h3 {
    margin: 0 0 16px;
    font-size: 1.1rem;
    font-weight: 900;
}

.lxc-v2 .lxc2-pivot__col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lxc-v2 .lxc2-pivot__col li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.55;
    color: var(--lxc2-soft);
    margin-bottom: 12px;
}

.lxc-v2 .lxc2-pivot__ico {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 2px;
}

.lxc-v2 .lxc2-pivot__ico--no {
    background: rgba(226, 75, 74, 0.15);
    box-shadow: inset 0 0 0 2px #e24b4a;
}

.lxc-v2 .lxc2-pivot__ico--ok {
    background: rgba(29, 158, 117, 0.15);
    box-shadow: inset 0 0 0 2px var(--lxc2-green);
}

.lxc-v2 .lxc2-kpi {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

@media (max-width: 900px) {
    .lxc-v2 .lxc2-kpi {
        grid-template-columns: repeat(2, 1fr);
    }
}

.lxc-v2 .lxc2-kpi__item {
    padding: 18px 14px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--lxc2-line);
    text-align: center;
}

.lxc-v2 .lxc2-kpi__val {
    display: block;
    font-size: 1.35rem;
    font-weight: 900;
    color: var(--lxc2-ink);
    margin-bottom: 4px;
}

.lxc-v2 .lxc2-kpi__lab {
    font-size: 12px;
    font-weight: 600;
    color: var(--lxc2-muted);
    line-height: 1.35;
}

/* S6 Pillars */
.lxc-v2 .lxc2-pillars {
    padding: 56px 0 24px;
    background: #fff;
}

.lxc-v2 .lxc2-pillar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 1180px;
    margin: 0 auto 20px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--lxc2-line);
    box-shadow: 0 20px 56px rgba(12, 18, 34, 0.06);
}

.lxc-v2 .lxc2-pillar--reverse .lxc2-pillar__media {
    order: 2;
}

.lxc-v2 .lxc2-pillar--reverse .lxc2-pillar__body {
    order: 1;
}

@media (max-width: 900px) {
    .lxc-v2 .lxc2-pillar {
        grid-template-columns: 1fr;
    }
    .lxc-v2 .lxc2-pillar--reverse .lxc2-pillar__media,
    .lxc-v2 .lxc2-pillar--reverse .lxc2-pillar__body {
        order: unset;
    }
}

.lxc-v2 .lxc2-pillar__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    object-position: top center;
}

.lxc-v2 .lxc2-pillar__body {
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* === Memphis vectors dans le body — coté opposé au texte === */
.lxc-v2 .lxc2-pillar__body::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -40px;
    width: 180px;
    height: 180px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke='%23ff8a4c' stroke-width='2'%3E%3Ccircle cx='50' cy='50' r='40' opacity='.35'/%3E%3Ccircle cx='50' cy='50' r='28' opacity='.25'/%3E%3Ccircle cx='50' cy='50' r='16' opacity='.18'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain;
    pointer-events: none;
    z-index: 0;
}

.lxc-v2 .lxc2-pillar__body::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 18px;
    width: 90px;
    height: 90px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='%231D9E75' opacity='.18'%3E%3Crect x='4' y='4' width='14' height='14' rx='3'/%3E%3Crect x='24' y='4' width='14' height='14' rx='3'/%3E%3Crect x='44' y='4' width='14' height='14' rx='3'/%3E%3Crect x='4' y='24' width='14' height='14' rx='3'/%3E%3Crect x='24' y='24' width='14' height='14' rx='3'/%3E%3Crect x='4' y='44' width='14' height='14' rx='3'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain;
    pointer-events: none;
    z-index: 0;
}

/* Sur les piliers inversés (image à droite), on bascule les vecteurs à gauche */
.lxc-v2 .lxc2-pillar--reverse .lxc2-pillar__body::before {
    right: auto;
    left: -40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke='%231D9E75' stroke-width='2'%3E%3Cpath d='M10 20 Q50 5 90 20' opacity='.35'/%3E%3Cpath d='M10 40 Q50 25 90 40' opacity='.3'/%3E%3Cpath d='M10 60 Q50 45 90 60' opacity='.25'/%3E%3Cpath d='M10 80 Q50 65 90 80' opacity='.2'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain;
}

.lxc-v2 .lxc2-pillar--reverse .lxc2-pillar__body::after {
    right: auto;
    left: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke='%23ff8a4c' stroke-width='3' stroke-linecap='round' opacity='.4'%3E%3Cpath d='M20 80 L20 30 L50 30 L50 60 L80 60 L80 10'/%3E%3Ccircle cx='20' cy='80' r='4' fill='%23ff8a4c'/%3E%3Ccircle cx='80' cy='10' r='4' fill='%23ff8a4c'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain;
}

/* On s'assure que le contenu est au-dessus des vecteurs */
.lxc-v2 .lxc2-pillar__title,
.lxc-v2 .lxc2-pillar__promise,
.lxc-v2 .lxc2-pillar__bullets,
.lxc-v2 .lxc2-pillar__link {
    position: relative;
    z-index: 1;
}

.lxc-v2 .lxc2-pillar__title {
    margin: 0 0 8px;
    font-size: 1.35rem;
    font-weight: 900;
    color: var(--lxc2-ink);
}

.lxc-v2 .lxc2-pillar__promise {
    margin: 0 0 16px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--lxc2-coral);
}

.lxc-v2 .lxc2-pillar__bullets {
    margin: 0 0 18px;
    padding-left: 18px;
    color: var(--lxc2-soft);
    font-size: 14px;
    line-height: 1.6;
}

.lxc-v2 .lxc2-pillar__link {
    font-size: 14px;
    font-weight: 800;
    color: var(--lxc2-ink);
    text-decoration: none;
}

.lxc-v2 .lxc2-pillar__link:hover {
    color: var(--lxc2-coral);
}

/* S7 Flow */
.lxc-v2 .lxc2-flow {
    padding: 64px 0;
    background: linear-gradient(180deg, #0c1222 0%, #151b2e 100%);
    color: #e8ecf4;
}

.lxc-v2 .lxc2-flow .lxc2-section-title,
.lxc-v2 .lxc2-flow .lxc2-section-sub {
    color: #fff;
}

.lxc-v2 .lxc2-flow .lxc2-section-sub {
    color: rgba(232, 236, 244, 0.75);
}

.lxc-v2 .lxc2-flow__steps {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: grid;
    gap: 14px;
}

@media (min-width: 768px) {
    .lxc-v2 .lxc2-flow__steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

.lxc-v2 .lxc2-flow__step {
    display: flex;
    gap: 14px;
    padding: 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.lxc-v2 .lxc2-flow__num {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--lxc2-coral), #ff6b2c);
    color: #fff;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lxc-v2 .lxc2-flow__step strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
}

.lxc-v2 .lxc2-flow__step p {
    margin: 0;
    font-size: 13px;
    color: rgba(232, 236, 244, 0.75);
}

.lxc-v2 .lxc2-flow__cta {
    text-align: center;
}

/* Migrate (ancienne version : single column) */
.lxc-v2 .lxc2-migrate {
    padding: 72px 0;
    background: #fff;
}

.lxc-v2 .lxc2-migrate:not(.lxc2-migrate--rich) .lxc2-migrate__grid {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 720px;
}

/* ====== Migrate v2 (rich, avec ateliers + chef de projet) ====== */
.lxc-v2 .lxc2-migrate--rich {
    background: linear-gradient(180deg, #fafbff 0%, #fff 50%, #fff7f0 100%);
    padding: 96px 0;
    position: relative;
    overflow: hidden;
}

.lxc-v2 .lxc2-migrate--rich::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255, 138, 76, 0.15), transparent 70%);
    pointer-events: none;
}

.lxc-v2 .lxc2-migrate--rich .lxc2-migrate__head {
    text-align: center;
    margin-bottom: 48px;
    position: relative;
    z-index: 1;
}

.lxc-v2 .lxc2-migrate--rich .lxc2-migrate__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
    max-width: none;
}

@media (max-width: 900px) {
    .lxc-v2 .lxc2-migrate--rich .lxc2-migrate__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .lxc-v2 .lxc2-migrate--rich .lxc2-migrate__grid {
        grid-template-columns: 1fr;
    }
}

.lxc-v2 .lxc2-migrate__step {
    background: #fff;
    border-radius: 16px;
    border: 1px solid var(--lxc2-line);
    padding: 24px 22px;
    box-shadow: 0 12px 28px -18px rgba(12, 18, 34, 0.16);
    position: relative;
    transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
}

.lxc-v2 .lxc2-migrate__step:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 138, 76, 0.4);
    box-shadow: 0 20px 40px -18px rgba(255, 138, 76, 0.32);
}

.lxc-v2 .lxc2-migrate__num {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
    color: var(--lxc2-coral);
    opacity: 0.4;
    margin-bottom: 12px;
}

.lxc-v2 .lxc2-migrate__step h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 900;
    color: var(--lxc2-ink);
    line-height: 1.3;
}

.lxc-v2 .lxc2-migrate__step p {
    margin: 0;
    font-size: 13px;
    color: var(--lxc2-soft);
    line-height: 1.55;
}

.lxc-v2 .lxc2-migrate__step--cta {
    background: linear-gradient(165deg, var(--lxc2-coral), #ff6b2c);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 24px 48px -16px rgba(255, 138, 76, 0.45);
}

.lxc-v2 .lxc2-migrate__step--cta h3,
.lxc-v2 .lxc2-migrate__step--cta p {
    color: #fff;
}

.lxc-v2 .lxc2-migrate__step--cta p {
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 16px;
}

.lxc-v2 .lxc2-migrate__step--cta .lxc-btn,
.lxc-v2 .lxc2-migrate__step--cta .lxc-btn:link,
.lxc-v2 .lxc2-migrate__step--cta .lxc-btn:visited {
    background: #fff !important;
    color: var(--lxc2-coral) !important;
    border: none !important;
    font-weight: 800;
    box-shadow: 0 6px 16px -4px rgba(0, 0, 0, 0.18);
}

.lxc-v2 .lxc2-migrate__step--cta .lxc-btn:hover,
.lxc-v2 .lxc2-migrate__step--cta .lxc-btn:focus-visible {
    background: var(--lxc2-ink) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -6px rgba(0, 0, 0, 0.32);
}

.lxc-v2 .lxc2-migrate__free-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    margin-bottom: 12px;
}

.lxc-v2 .lxc2-migrate__perks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
    font-size: 13px;
    font-weight: 700;
    color: var(--lxc2-green);
    position: relative;
    z-index: 1;
}

.lxc-v2 .lxc2-migrate__eyebrow {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--lxc2-coral);
    margin-bottom: 10px;
}

.lxc-v2 .lxc2-migrate__title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 900;
    margin-bottom: 14px;
    color: var(--lxc2-ink);
}

.lxc-v2 .lxc2-migrate__lead,
.lxc-v2 .lxc2-migrate__roi {
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--lxc2-soft);
    margin-bottom: 14px;
}

.lxc-v2 .lxc2-migrate__tags {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.lxc-v2 .lxc2-migrate__tags li {
    font-size: 12px;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f4f7fb;
    border: 1px solid var(--lxc2-line);
}

.lxc-v2 .lxc2-migrate__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* Compare */
.lxc-v2 .lxc2-compare {
    padding: 72px 0;
    background: #f6f8fc;
}

.lxc-v2 .lxc2-compare__wrap {
    overflow-x: auto;
    margin-bottom: 28px;
    border-radius: 16px;
    border: 1px solid var(--lxc2-line);
    background: #fff;
}

.lxc-v2 .lxc2-compare__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.lxc-v2 .lxc2-compare__table th,
.lxc-v2 .lxc2-compare__table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid var(--lxc2-line);
}

.lxc-v2 .lxc2-compare__th-loop,
.lxc-v2 .lxc2-compare__loop {
    background: rgba(29, 158, 117, 0.06);
    font-weight: 700;
    color: var(--lxc2-ink);
}

.lxc-v2 .lxc2-compare__cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

/* Stack */
.lxc-v2 .lxc2-stack {
    padding: 64px 0;
    background: #fff;
}

.lxc-v2 .lxc2-stack__title {
    font-size: 1.75rem;
    font-weight: 900;
    margin-bottom: 8px;
}

.lxc-v2 .lxc2-stack__sub {
    color: var(--lxc2-soft);
    margin-bottom: 24px;
}

.lxc-v2 .lxc2-stack__h3 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--lxc2-muted);
    margin: 20px 0 10px;
}

.lxc-v2 .lxc2-stack__ai {
    margin: 0 0 8px;
    padding-left: 18px;
    color: var(--lxc2-soft);
    line-height: 1.7;
}

.lxc-v2 .lxc2-stack__logos {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.lxc-v2 .lxc2-stack__logo {
    font-size: 12px;
    font-weight: 800;
    padding: 8px 12px;
    border-radius: 8px;
    background: #f4f7fb;
    border: 1px solid var(--lxc2-line);
    color: var(--lxc2-ink);
}

/* Pricing teaser */
.lxc-v2 .lxc2-pricing {
    padding: 72px 0;
    background: linear-gradient(180deg, #f8fafc, #fff);
    text-align: center;
}

.lxc-v2 .lxc2-pricing__same {
    max-width: 36rem;
    margin: 0 auto 16px;
    color: var(--lxc2-soft);
}

.lxc-v2 .lxc2-pricing__promo {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    background: #0c1222;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 28px;
}

.lxc-v2 .lxc2-pricing__promo s {
    opacity: 0.55;
}

.lxc-v2 .lxc2-pricing__promo strong {
    color: #4ade80;
}

.lxc-v2 .lxc2-pricing__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 28px;
    text-align: left;
}

.lxc-v2 .lxc2-pricing__card {
    padding: 22px 18px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--lxc2-line);
    position: relative;
}

.lxc-v2 .lxc2-pricing__card.is-featured {
    border-color: var(--lxc2-coral);
    box-shadow: 0 16px 40px rgba(255, 107, 44, 0.12);
}

.lxc-v2 .lxc2-pricing__badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--lxc2-coral);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 999px;
    text-transform: uppercase;
}

.lxc-v2 .lxc2-pricing__price {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--lxc2-ink);
}

.lxc-v2 .lxc2-pricing__price span {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--lxc2-muted);
}

.lxc-v2 .lxc2-pricing__desc {
    font-size: 13px;
    color: var(--lxc2-soft);
    margin-top: 8px;
}

.lxc-v2 .lxc2-pricing__cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

/* Proof */
.lxc-v2 .lxc2-proof {
    padding: 72px 0;
    background: #fff;
}

.lxc-v2 .lxc2-proof__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 900px) {
    .lxc-v2 .lxc2-proof__grid {
        grid-template-columns: 1fr;
    }
}

.lxc-v2 .lxc2-proof__card {
    margin: 0;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid var(--lxc2-line);
    background: #fafbfc;
}

.lxc-v2 .lxc2-proof__text {
    font-size: 15px;
    line-height: 1.65;
    color: var(--lxc2-soft);
    margin: 0 0 18px;
}

.lxc-v2 .lxc2-proof__author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lxc-v2 .lxc2-proof__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lxc2-coral), #ff6b2c);
    color: #fff;
    font-weight: 900;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lxc-v2 .lxc2-proof__author cite {
    font-style: normal;
    font-size: 13px;
}

.lxc-v2 .lxc2-proof__author strong {
    display: block;
    color: var(--lxc2-ink);
}

.lxc-v2 .lxc2-proof__author span {
    color: var(--lxc2-muted);
}

/* Footer */
.lxc-v2 .lxc2-footer__cta {
    padding: 80px 0;
    background: linear-gradient(165deg, #0c1222, #1a2235);
    color: #fff;
    text-align: center;
}

.lxc-v2 .lxc2-footer__cta h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 900;
    max-width: 20ch;
    margin: 0 auto 12px;
}

.lxc-v2 .lxc2-footer__cta p {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 24px;
}

.lxc-v2 .lxc2-footer__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.lxc-v2 .lxc2-faq {
    padding: 64px 0 80px;
    background: #fff;
}

.lxc-v2 .lxc2-faq__item {
    border: 1px solid var(--lxc2-line);
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
}

.lxc-v2 .lxc2-faq__item summary {
    cursor: pointer;
    padding: 16px 18px;
    font-weight: 800;
    color: var(--lxc2-ink);
    list-style: none;
}

.lxc-v2 .lxc2-faq__a {
    padding: 0 18px 16px;
    font-size: 14px;
    line-height: 1.65;
    color: var(--lxc2-soft);
}

/* Claim reuse */
.lxc-v2 .lxc2-claim {
    padding: 48px 0;
    background: #f4f7fb;
}

/* === Widget sous-domaine flottant (entre hero et nav produit) === */
.lxc-v2 .lxc2-claim--float {
    position: relative;
    z-index: 5;
    margin-top: -24px;
    padding: 0 0 24px;
    background: transparent;
}

@media (max-width: 768px) {
    .lxc-v2 .lxc2-claim--float {
        margin-top: -8px;
        padding-bottom: 16px;
    }
}

.lxc-v2 .lxc-claim__card--modern {
    background: linear-gradient(180deg, #ffffff 0%, #fafbff 100%);
    border-radius: 22px;
    border: 1px solid rgba(12, 18, 34, 0.08);
    box-shadow: 0 36px 90px -24px rgba(12, 18, 34, 0.22),
        0 12px 32px rgba(12, 18, 34, 0.08);
    padding: 28px 28px 24px;
    position: relative;
    overflow: hidden;
}

.lxc-v2 .lxc-claim__card--modern::after {
    content: "";
    position: absolute;
    inset: -50% -10% auto auto;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(255, 138, 76, 0.18), transparent 65%);
    pointer-events: none;
}

.lxc-v2 .lxc-claim__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(29, 158, 117, 0.12);
    color: #1d9e75;
    margin-bottom: 16px;
}

.lxc-v2 .lxc-claim__badge::before {
    content: "●";
    font-size: 8px;
    line-height: 1;
}

.lxc-v2 .lxc-claim__perks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.lxc-v2 .lxc-claim__perks li {
    font-size: 11px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    color: var(--lxc2-soft);
    border: 1px solid var(--lxc2-line);
}

/* === Product nav moderne — barre verre dépoli + chips === */
.lxc-v2 .lxc2-pnav--modern {
    position: sticky;
    top: 0;
    z-index: 8;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-top: 1px solid rgba(12, 18, 34, 0.04);
    border-bottom: 1px solid rgba(12, 18, 34, 0.08);
    padding: 0;
}

.lxc-v2 .lxc2-pnav--modern .lxc2-pnav__inner {
    display: flex;
    align-items: center;
    gap: 12px 18px;
    padding: 12px 24px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.lxc-v2 .lxc2-pnav__lead {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--lxc2-muted);
    flex-shrink: 0;
    padding-right: 16px;
    border-right: 1px solid rgba(12, 18, 34, 0.08);
}

.lxc-v2 .lxc2-pnav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    flex: 1;
    min-width: 0;
}

.lxc-v2 .lxc2-pnav__chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--lxc2-line);
    font-size: 13px;
    font-weight: 700;
    color: var(--lxc2-ink);
    text-decoration: none;
    transition: border-color 0.18s, transform 0.18s, box-shadow 0.18s, background 0.18s;
}

.lxc-v2 .lxc2-pnav__chip:hover {
    border-color: var(--lxc2-coral);
    background: linear-gradient(135deg, rgba(255, 138, 76, 0.08), rgba(29, 158, 117, 0.06));
    transform: translateY(-1px);
    box-shadow: 0 10px 22px -10px rgba(255, 138, 76, 0.35);
}

.lxc-v2 .lxc2-pnav__icon {
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--lxc2-coral), #ff6b2c);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.lxc-v2 .lxc2-pnav__all {
    font-size: 13px;
    font-weight: 800;
    color: var(--lxc2-green);
    text-decoration: none;
    margin-left: auto;
    padding: 8px 12px;
    border-radius: 8px;
    transition: background 0.2s;
}

.lxc-v2 .lxc2-pnav__all:hover {
    background: rgba(29, 158, 117, 0.08);
}

@media (max-width: 720px) {
    .lxc-v2 .lxc2-pnav__lead {
        display: none;
    }
    .lxc-v2 .lxc2-pnav__all {
        margin-left: 0;
    }
}

/* === Hero : barre fonctionnalités + double écran (PC + mobile) === */
.lxc-v2 .lxc2-hero__ratings {
    margin-bottom: 8px;
}

.lxc-v2 .lxc2-hero__rsep {
    color: var(--lxc2-muted);
}

.lxc-v2 .lxc2-hero__ratings span:last-child {
    font-weight: 600;
    color: var(--lxc2-soft);
}

.lxc-v2 .lxc2-hero__feats {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.lxc-v2 .lxc2-hero__feats li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--lxc2-line);
    font-size: 12px;
    font-weight: 700;
    color: var(--lxc2-ink);
    box-shadow: 0 8px 20px -12px rgba(12, 18, 34, 0.12);
}

.lxc-v2 .lxc2-hero__feats-i {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--lxc2-coral), #ff6b2c);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lxc-v2 .lxc2-hero__visual {
    position: relative;
}

.lxc-v2 .lxc2-hero__shot--desktop {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(12, 18, 34, 0.08);
    box-shadow: 0 32px 80px rgba(12, 18, 34, 0.18);
    background: #0c1222;
    padding-top: 32px;
}

.lxc-v2 .lxc2-hero__chrome {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 32px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 14px;
    background: linear-gradient(180deg, #1a2235, #0c1222);
    z-index: 2;
}

.lxc-v2 .lxc2-hero__chrome i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff6b6b;
}

.lxc-v2 .lxc2-hero__chrome i:nth-child(2) {
    background: #ffd166;
}

.lxc-v2 .lxc2-hero__chrome i:nth-child(3) {
    background: #06d6a0;
}

.lxc-v2 .lxc2-hero__shot--mobile {
    position: absolute;
    right: -8px;
    bottom: -24px;
    width: 130px;
    height: 260px;
    border-radius: 28px;
    border: 6px solid #0c1222;
    overflow: hidden;
    background: #0c1222;
    box-shadow: 0 24px 60px rgba(12, 18, 34, 0.32);
    z-index: 3;
}

.lxc-v2 .lxc2-hero__shot--mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.lxc-v2 .lxc2-hero__notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 14px;
    background: #0c1222;
    border-radius: 0 0 10px 10px;
    z-index: 2;
}

@media (max-width: 1024px) {
    .lxc-v2 .lxc2-hero__shot--mobile {
        display: none;
    }
}

/* === Pillars : carte entièrement cliquable === */
.lxc-v2 a.lxc2-pillar,
.lxc-v2 .lxc2-pillar[href] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.lxc-v2 a.lxc2-pillar:hover,
.lxc-v2 a.lxc2-pillar:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(12, 18, 34, 0.14);
    border-color: rgba(255, 138, 76, 0.4);
    outline: none;
}

.lxc-v2 a.lxc2-pillar:hover .lxc2-pillar__link {
    color: var(--lxc2-coral);
}

.lxc-v2 .lxc2-pillar__link {
    cursor: pointer;
    pointer-events: none;
}

/* === Pivot : photos sur chaque KPI === */
.lxc-v2 .lxc2-kpi__item {
    padding: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--lxc2-line);
    border-radius: 16px;
    box-shadow: 0 12px 32px -16px rgba(12, 18, 34, 0.18);
    transition: transform 0.25s, box-shadow 0.25s;
}

.lxc-v2 .lxc2-kpi__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 44px -16px rgba(12, 18, 34, 0.22);
}

.lxc-v2 .lxc2-kpi__media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #0c1222;
    border-bottom: 1px solid var(--lxc2-line);
}

.lxc-v2 .lxc2-kpi__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.lxc-v2 .lxc2-kpi__item .lxc2-kpi__val,
.lxc-v2 .lxc2-kpi__item .lxc2-kpi__lab {
    padding-left: 14px;
    padding-right: 14px;
}

.lxc-v2 .lxc2-kpi__item .lxc2-kpi__val {
    padding-top: 14px;
}

.lxc-v2 .lxc2-kpi__item .lxc2-kpi__lab {
    padding-bottom: 14px;
}

/* === set-forget : eyebrow + CTA === */
.lxc-v2 .lxc2-flow__eyebrow {
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7FD1B9;
    margin: 0 0 10px;
}

/* === Compare teaser === */
.lxc-v2 .lxc2-compare--teaser .lxc2-compare__head {
    text-align: center;
    margin-bottom: 28px;
}

.lxc-v2 .lxc2-compare__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lxc2-coral);
    margin-bottom: 12px;
}

.lxc-v2 .lxc2-compare__highlights {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

@media (max-width: 900px) {
    .lxc-v2 .lxc2-compare__highlights {
        grid-template-columns: repeat(2, 1fr);
    }
}

.lxc-v2 .lxc2-compare__highlight {
    background: #fff;
    border: 1px solid var(--lxc2-line);
    border-radius: 14px;
    padding: 18px 16px;
    text-align: center;
}

.lxc-v2 .lxc2-compare__hl-num {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--lxc2-green);
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}

.lxc-v2 .lxc2-compare__hl-lbl {
    font-size: 12px;
    font-weight: 600;
    color: var(--lxc2-soft);
    line-height: 1.45;
}

.lxc-v2 .lxc2-compare__minitable {
    background: #fff;
    border: 1px solid var(--lxc2-line);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 28px;
}

.lxc-v2 .lxc2-compare__mt-row {
    display: grid;
    grid-template-columns: 1.6fr repeat(4, 1fr);
    align-items: center;
    padding: 12px 16px;
    border-top: 1px solid var(--lxc2-line);
    font-size: 13px;
}

.lxc-v2 .lxc2-compare__mt-row--head {
    background: #f8fafc;
    border-top: none;
    font-weight: 800;
    color: var(--lxc2-muted);
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.lxc-v2 .lxc2-compare__mt-col {
    text-align: center;
}

.lxc-v2 .lxc2-compare__mt-col--loop {
    color: var(--lxc2-green);
    font-weight: 800;
}

.lxc-v2 .lxc2-compare__mt-feat {
    font-weight: 700;
    color: var(--lxc2-ink);
}

.lxc-v2 .lxc2-compare__cell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: 800;
    font-size: 14px;
}

.lxc-v2 .lxc2-compare__cell--yes {
    background: rgba(29, 158, 117, 0.14);
    color: var(--lxc2-green);
}

.lxc-v2 .lxc2-compare__cell--paid {
    background: rgba(255, 138, 76, 0.16);
    color: var(--lxc2-coral);
}

.lxc-v2 .lxc2-compare__cell--partial {
    background: rgba(245, 158, 11, 0.16);
    color: #b45309;
}

.lxc-v2 .lxc2-compare__cell--no {
    background: rgba(226, 75, 74, 0.14);
    color: #c53030;
}

@media (max-width: 720px) {
    .lxc-v2 .lxc2-compare__mt-row {
        grid-template-columns: 1.4fr repeat(4, 1fr);
        font-size: 12px;
        padding: 10px 12px;
    }
    .lxc-v2 .lxc2-compare__cell {
        width: 26px;
        height: 26px;
    }
}

/* ==========================================================================
   PENNYLANE-INSPIRED POLISH — brush underline, eyebrows, memphis vectors,
   section separators, modern surfaces.
   ========================================================================== */

/* Eyebrow universel (chip discret au-dessus du titre, toujours centré) */
.lxc-v2 .lxc2-section-eyebrow {
    display: block;
    width: fit-content;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lxc2-green);
    margin: 0 auto 12px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(29, 158, 117, 0.08);
    text-align: center;
}

.lxc-v2 .lxc2-section-title {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* Soulignage « brush » — style Pennylane sur la fin du titre */
.lxc-v2 .pl-brush--underline {
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 0 2px;
}

.lxc-v2 .pl-brush--underline::after {
    content: "";
    position: absolute;
    left: -4%;
    right: -4%;
    bottom: 4px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 14' preserveAspectRatio='none'%3E%3Cpath d='M2 7c30-6 60-6 96-3s60 3 100-2' fill='none' stroke='%23ff8a4c' stroke-width='9' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
    z-index: -1;
    opacity: 0.5;
    transform: translateY(2px);
    pointer-events: none;
}

/* Variante verte */
.lxc-v2 .pl-brush--underline.is-green::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 14' preserveAspectRatio='none'%3E%3Cpath d='M2 7c30-6 60-6 96-3s60 3 100-2' fill='none' stroke='%231D9E75' stroke-width='9' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
}

/* === Memphis vectors (touches design subtiles dans les fonds de section) === */
.lxc-v2 .lxc2-pivot,
.lxc-v2 .lxc2-flow,
.lxc-v2 .lxc2-stack {
    position: relative;
    overflow: hidden;
}

.lxc-v2 .lxc2-pivot::before,
.lxc-v2 .lxc2-stack::before {
    content: "";
    position: absolute;
    top: 8%;
    right: -40px;
    width: 180px;
    height: 180px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke='%23ff8a4c' stroke-width='2' opacity='0.35'%3E%3Ccircle cx='50' cy='50' r='40'/%3E%3Ccircle cx='50' cy='50' r='28'/%3E%3Ccircle cx='50' cy='50' r='16'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain;
    pointer-events: none;
    z-index: 0;
}

.lxc-v2 .lxc2-pivot::after,
.lxc-v2 .lxc2-stack::after {
    content: "";
    position: absolute;
    bottom: 8%;
    left: -40px;
    width: 140px;
    height: 140px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='%231D9E75' opacity='0.16'%3E%3Crect x='10' y='10' width='12' height='12' rx='2'/%3E%3Crect x='30' y='10' width='12' height='12' rx='2'/%3E%3Crect x='50' y='10' width='12' height='12' rx='2'/%3E%3Crect x='10' y='30' width='12' height='12' rx='2'/%3E%3Crect x='30' y='30' width='12' height='12' rx='2'/%3E%3Crect x='10' y='50' width='12' height='12' rx='2'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain;
    pointer-events: none;
    z-index: 0;
}

.lxc-v2 .lxc2-pivot > .lxc-shell,
.lxc-v2 .lxc2-stack > .lxc-shell,
.lxc-v2 .lxc2-flow > .lxc-shell {
    position: relative;
    z-index: 1;
}

/* === Séparateur moderne entre sections (vague SVG vers le bas) === */
.lxc-v2 .lxc2-pillars,
.lxc-v2 .lxc2-flow--simple {
    position: relative;
}

/* Vague de transition entre la section claire (migrate) et la section sombre (flow).
   Position absolue au top de la section sombre, fill blanc en haut → le blanc
   "descend" dans le dark avec une courbe. */
.lxc-v2 .lxc2-flow--simple {
    position: relative;
    overflow: hidden;
}

.lxc-v2 .lxc2-flow--simple::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0 0 L1440 0 L1440 30 C1140 80 720 80 360 50 C200 36 80 30 0 30 Z' fill='%23fff7f0'/%3E%3C/svg%3E") no-repeat top center / 100% 100%;
    pointer-events: none;
    z-index: 0;
}

.lxc-v2 .lxc2-flow--simple > .lxc-shell {
    position: relative;
    z-index: 1;
}

/* === KPI items refonte — cliquables, photo en haut, ombre, hover lift === */
.lxc-v2 .lxc2-kpi {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

@media (max-width: 960px) {
    .lxc-v2 .lxc2-kpi {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .lxc-v2 .lxc2-kpi {
        grid-template-columns: 1fr;
    }
}

.lxc-v2 .lxc2-kpi__item {
    display: flex;
    padding: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--lxc2-line);
    border-radius: 18px;
    box-shadow: 0 16px 36px -20px rgba(12, 18, 34, 0.18);
    transition: transform 0.28s, box-shadow 0.28s, border-color 0.28s;
}

.lxc-v2 .lxc2-kpi__item:hover {
    transform: translateY(-6px);
    box-shadow: 0 32px 56px -24px rgba(255, 138, 76, 0.32);
    border-color: rgba(255, 138, 76, 0.4);
}

.lxc-v2 .lxc2-kpi__link {
    display: flex;
    flex-direction: column;
    flex: 1;
    color: inherit;
    text-decoration: none;
    position: relative;
}

.lxc-v2 .lxc2-kpi__media {
    display: block;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #0c1222;
    border-bottom: 1px solid var(--lxc2-line);
}

.lxc-v2 .lxc2-kpi__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.45s ease;
}

.lxc-v2 .lxc2-kpi__item:hover .lxc2-kpi__media img {
    transform: scale(1.04);
}

.lxc-v2 .lxc2-kpi__val {
    display: inline-block;
    margin: 16px 18px 0;
    padding: 6px 14px;
    font-size: 2.4rem;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, var(--lxc2-coral), #ff6b2c);
    border-radius: 14px;
    letter-spacing: -0.03em;
    line-height: 1.1;
    box-shadow: 0 8px 22px -8px rgba(255, 107, 44, 0.55);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.lxc-v2 .lxc2-kpi__lab {
    display: block;
    padding: 8px 18px 4px;
    font-size: 14px;
    font-weight: 800;
    color: var(--lxc2-ink);
    line-height: 1.35;
}

.lxc-v2 .lxc2-kpi__desc {
    display: block;
    padding: 4px 18px 16px;
    font-size: 13px;
    color: var(--lxc2-soft);
    line-height: 1.55;
}

.lxc-v2 .lxc2-kpi__arrow {
    position: absolute;
    top: calc(56.25% + 16px); /* sous la photo (16/9) */
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lxc2-coral), #ff6b2c);
    color: #fff;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px -8px rgba(255, 138, 76, 0.55);
    transition: transform 0.25s;
}

.lxc-v2 .lxc2-kpi__item:hover .lxc2-kpi__arrow {
    transform: translateX(4px) rotate(-8deg);
}

/* === Set-forget — timeline horizontale === */
.lxc-v2 .lxc2-flow--simple {
    padding: 96px 0 80px;
    background: linear-gradient(180deg, #0c1222 0%, #151b2e 100%);
}

.lxc-v2 .lxc2-flow--simple .lxc2-section-eyebrow {
    color: #7FD1B9;
    background: rgba(127, 209, 185, 0.12);
}

.lxc-v2 .lxc2-flow--simple .lxc2-section-title,
.lxc-v2 .lxc2-flow--simple .lxc2-section-sub {
    color: #fff;
}

.lxc-v2 .lxc2-flow--simple .lxc2-section-sub {
    color: rgba(232, 236, 244, 0.78);
}

.lxc-v2 .lxc2-flow--simple .pl-brush--underline::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 14' preserveAspectRatio='none'%3E%3Cpath d='M2 7c30-6 60-6 96-3s60 3 100-2' fill='none' stroke='%237FD1B9' stroke-width='9' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
    opacity: 0.7;
}

.lxc-v2 .lxc2-flow__legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
    margin: 0 0 36px;
    color: rgba(232, 236, 244, 0.72);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.lxc-v2 .lxc2-flow__legend-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.lxc-v2 .lxc2-flow__legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.lxc-v2 .lxc2-flow__timeline {
    counter-reset: lxc-step;
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    position: relative;
}

@media (max-width: 720px) {
    .lxc-v2 .lxc2-flow__timeline {
        grid-template-columns: 1fr;
    }
}

.lxc-v2 .lxc2-flow__node {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lxc-v2 .lxc2-flow__node-link {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 22px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-left: 5px solid var(--lxc-node, #1D9E75);
    color: var(--lxc2-ink);
    text-decoration: none;
    box-shadow: 0 16px 36px -22px rgba(0, 0, 0, 0.5);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.lxc-v2 .lxc2-flow__node-link:hover,
.lxc-v2 .lxc2-flow__node-link:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 28px 56px -22px rgba(0, 0, 0, 0.55), 0 0 0 3px color-mix(in srgb, var(--lxc-node, #1D9E75) 22%, transparent);
    outline: none;
}

/* === Memphis vectors décoratifs en arrière-plan de la card === */
.lxc-v2 .lxc2-flow__node-deco {
    position: absolute;
    inset: auto -10px -20px auto;
    width: 110px;
    height: 110px;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke-width='2'%3E%3Ccircle cx='70' cy='30' r='14' stroke='%23ff8a4c' opacity='.32'/%3E%3Ccircle cx='70' cy='30' r='8' stroke='%23ff8a4c' opacity='.22'/%3E%3Cpath d='M85 70 L95 80 M85 80 L95 70' stroke='%231D9E75' opacity='.4' stroke-linecap='round'/%3E%3Cpath d='M55 85 q 5 -10 15 0' stroke='%237F77DD' opacity='.35'/%3E%3C/g%3E%3Cg fill='%23ff8a4c' opacity='.2'%3E%3Crect x='40' y='65' width='6' height='6' rx='1.5'/%3E%3Crect x='50' y='75' width='6' height='6' rx='1.5'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain;
    pointer-events: none;
    opacity: 0.85;
    transition: transform 0.4s ease, opacity 0.2s ease;
}

.lxc-v2 .lxc2-flow__node-link:hover .lxc2-flow__node-deco {
    transform: rotate(-8deg) scale(1.05);
    opacity: 1;
}

.lxc-v2 .lxc2-flow__node-num {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: clamp(2.6rem, 4.5vw, 3.4rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--lxc-node, #1D9E75);
    min-width: 70px;
    text-align: left;
    flex-shrink: 0;
    text-shadow: 0 2px 0 color-mix(in srgb, var(--lxc-node, #1D9E75) 10%, transparent);
    position: relative;
    z-index: 1;
}

.lxc-v2 .lxc2-flow__node-body {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.lxc-v2 .lxc2-flow__node-lbl {
    display: block;
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: var(--lxc2-ink);
    margin-bottom: 8px;
}

.lxc-v2 .lxc2-flow__node-arrow {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 138, 76, 0.12);
    color: var(--lxc2-coral);
    font-size: 18px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease;
    position: relative;
    z-index: 1;
}

.lxc-v2 .lxc2-flow__node-link:hover .lxc2-flow__node-arrow {
    transform: translateX(4px);
    background: var(--lxc2-coral);
    color: #fff;
}

.lxc-v2 .lxc2-flow__node-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.lxc-v2 .lxc2-flow__node-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

/* === Pastille « Indicateurs Qualiopi couverts » — critique conformité === */
.lxc-v2 .lxc2-flow__qualiopi {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(239, 159, 39, 0.18), rgba(239, 159, 39, 0.08));
    border: 1px solid rgba(239, 159, 39, 0.45);
    color: #7a4a08;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.02em;
    white-space: nowrap;
    flex-shrink: 0;
}

.lxc-v2 .lxc2-flow__qualiopi-icon {
    color: #ef9f27;
    font-size: 11px;
    line-height: 1;
    filter: drop-shadow(0 0 4px rgba(239, 159, 39, 0.55));
}

.lxc-v2 .lxc2-flow__qualiopi-lbl {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #854f0b;
}

.lxc-v2 .lxc2-flow__qualiopi-nums {
    font-size: 12px;
    font-weight: 900;
    color: #6b3d05;
    letter-spacing: -0.01em;
}

.lxc-v2 .lxc2-flow__badge {
    font-size: 10px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    color: var(--lxc2-soft);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.lxc-v2 .lxc2-flow__badge--auto      { background: rgba(29, 158, 117, 0.14); color: #0e7d67; }
.lxc-v2 .lxc2-flow__badge--relance   { background: rgba(212, 83, 126, 0.14); color: #993556; }
.lxc-v2 .lxc2-flow__badge--qualiopi  { background: rgba(239, 159, 39, 0.18); color: #854f0b; }
.lxc-v2 .lxc2-flow__badge--docs      { background: rgba(127, 119, 221, 0.16); color: #534ab7; }

.lxc-v2 .lxc2-flow--simple .lxc2-flow__cta {
    text-align: center;
    margin-top: 12px;
}

/* === Compare teaser amélioré : highlight Loop + barre prix === */
.lxc-v2 .lxc2-compare__highlight.is-loop {
    background: linear-gradient(135deg, rgba(29, 158, 117, 0.1), rgba(127, 209, 185, 0.05));
    border-color: rgba(29, 158, 117, 0.4);
    position: relative;
}

.lxc-v2 .lxc2-compare__highlight.is-loop::before {
    content: "★ RECOMMANDÉ";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--lxc2-green);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 999px;
    letter-spacing: 0.08em;
}

.lxc-v2 .lxc2-compare__highlight.is-loop .lxc2-compare__hl-num {
    color: var(--lxc2-green);
}

.lxc-v2 .lxc2-compare__hl-unit {
    font-size: 0.6em;
    font-weight: 700;
    color: var(--lxc2-muted);
    margin-left: 2px;
}

.lxc-v2 .lxc2-compare__price {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: var(--lxc2-coral);
    margin-top: 4px;
    letter-spacing: -0.01em;
}

.lxc-v2 .lxc2-compare__price--yes {
    color: var(--lxc2-green);
    font-weight: 700;
}

.lxc-v2 .lxc2-compare__price--no {
    color: #c53030;
    font-style: italic;
    font-weight: 600;
}

.lxc-v2 .lxc2-compare__price--partial {
    color: #b45309;
    font-weight: 700;
}

/* === Widget calculatrice (sélecteur 50/200/1500) === */
.lxc-v2 .lxc2-compare__calc {
    background: linear-gradient(165deg, #fff 0%, #fafbff 100%);
    border: 1px solid var(--lxc2-line);
    border-radius: 22px;
    padding: 32px 28px;
    margin: 0 0 36px;
    box-shadow: 0 24px 48px -24px rgba(12, 18, 34, 0.2);
}

.lxc-v2 .lxc2-compare__calc-head {
    text-align: center;
    margin-bottom: 28px;
}

.lxc-v2 .lxc2-compare__calc-eyebrow {
    font-size: 13px;
    font-weight: 800;
    color: var(--lxc2-soft);
    margin: 0 0 16px;
}

.lxc-v2 .lxc2-compare__calc-tabs {
    display: inline-flex;
    background: #f1f5f9;
    border-radius: 14px;
    padding: 4px;
    gap: 2px;
    flex-wrap: wrap;
    justify-content: center;
}

.lxc-v2 .lxc2-compare__calc-tab {
    background: transparent;
    border: none;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    color: var(--lxc2-muted);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, transform 0.15s;
}

.lxc-v2 .lxc2-compare__calc-tab:hover {
    color: var(--lxc2-ink);
}

.lxc-v2 .lxc2-compare__calc-tab.is-active {
    background: #fff;
    color: var(--lxc2-green);
    box-shadow: 0 8px 18px -8px rgba(29, 158, 117, 0.4);
}

.lxc-v2 .lxc2-compare__calc-grid {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

@media (max-width: 900px) {
    .lxc-v2 .lxc2-compare__calc-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .lxc-v2 .lxc2-compare__calc-grid {
        grid-template-columns: 1fr;
    }
}

.lxc-v2 .lxc2-compare__calc-card {
    padding: 22px 18px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--lxc2-line);
    position: relative;
    transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
}

.lxc-v2 .lxc2-compare__calc-card:hover {
    transform: translateY(-2px);
}

.lxc-v2 .lxc2-compare__calc-card.is-loop {
    background: linear-gradient(165deg, var(--lxc2-green), #0e7d67);
    color: #fff;
    border-color: var(--lxc2-green);
    box-shadow: 0 24px 48px -16px rgba(29, 158, 117, 0.45);
}

.lxc-v2 .lxc2-compare__calc-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--lxc2-coral);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
    white-space: nowrap;
}

.lxc-v2 .lxc2-compare__calc-brand {
    margin: 0 0 4px;
    font-size: 1rem;
    font-weight: 900;
    color: inherit;
}

.lxc-v2 .lxc2-compare__calc-plan {
    margin: 0 0 14px;
    font-size: 11px;
    font-weight: 700;
    color: var(--lxc2-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.4;
}

.lxc-v2 .lxc2-compare__calc-card.is-loop .lxc2-compare__calc-plan {
    color: rgba(255, 255, 255, 0.8);
}

.lxc-v2 .lxc2-compare__calc-price {
    margin: 0 0 4px;
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
}

.lxc-v2 .lxc2-compare__calc-price small {
    font-size: 0.4em;
    font-weight: 700;
    color: var(--lxc2-muted);
    margin-left: 4px;
}

.lxc-v2 .lxc2-compare__calc-card.is-loop .lxc2-compare__calc-price small {
    color: rgba(255, 255, 255, 0.75);
}

.lxc-v2 .lxc2-compare__calc-yearly {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--lxc2-muted);
}

.lxc-v2 .lxc2-compare__calc-yearly strong {
    color: var(--lxc2-ink);
    font-weight: 800;
}

.lxc-v2 .lxc2-compare__calc-card.is-loop .lxc2-compare__calc-yearly {
    color: rgba(255, 255, 255, 0.85);
}

.lxc-v2 .lxc2-compare__calc-card.is-loop .lxc2-compare__calc-yearly strong {
    color: #fff;
}

.lxc-v2 .lxc2-compare__calc-savings {
    margin: 0;
    padding: 18px 22px;
    background: linear-gradient(135deg, rgba(29, 158, 117, 0.08), rgba(127, 209, 185, 0.04));
    border: 1px dashed var(--lxc2-green);
    border-radius: 14px;
    font-size: 15px;
    color: var(--lxc2-ink);
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.lxc-v2 .lxc2-compare__calc-savings-txt {
    flex: 1 1 320px;
    text-align: left;
}

.lxc-v2 .lxc2-compare__calc-savings strong {
    color: var(--lxc2-green);
    font-size: 1.2em;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.lxc-v2 .lxc2-compare__calc-savings-cta {
    flex-shrink: 0;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .lxc-v2 .lxc2-compare__calc-savings {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
    .lxc-v2 .lxc2-compare__calc-savings-txt {
        text-align: center;
    }
    .lxc-v2 .lxc2-compare__calc-savings-cta {
        align-self: center;
    }
}

.lxc-v2 .lxc2-compare__source {
    text-align: center;
    font-size: 11px;
    color: var(--lxc2-muted);
    margin: 0 0 24px;
    font-style: italic;
}

/* Mini-strip pages alternatives (sur la home, sous la mini-table) */
.lxc-v2 .lxc2-compare__alts {
    margin: 0 0 28px;
}

.lxc-v2 .lxc2-compare__alts-lbl {
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--lxc2-muted);
    margin: 0 0 14px;
}

.lxc-v2 .lxc2-compare__alts ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

@media (max-width: 720px) {
    .lxc-v2 .lxc2-compare__alts ul { grid-template-columns: 1fr; }
}

.lxc-v2 .lxc2-compare__alt {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid var(--lxc2-line);
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.lxc-v2 .lxc2-compare__alt:hover {
    border-color: var(--lxc2-coral);
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -14px rgba(255, 138, 76, 0.35);
}

.lxc-v2 .lxc2-compare__alt strong {
    font-size: 15px;
    font-weight: 900;
    color: var(--lxc2-ink);
    letter-spacing: -0.01em;
}

.lxc-v2 .lxc2-compare__alt span {
    font-size: 12px;
    font-weight: 700;
    color: var(--lxc2-coral);
    letter-spacing: 0.02em;
}

/* === Stack (IA + intégrations) — thème NEON AI distinct === */
.lxc-v2 .lxc2-stack {
    --ai-bg: #06091a;
    --ai-surface: #0f1428;
    --ai-surface-2: #161c3a;
    --ai-line: rgba(124, 219, 255, 0.18);
    --ai-cyan: #00e5ff;
    --ai-cyan-2: #38f3ff;
    --ai-blue: #4d8bff;
    --ai-purple: #a779ff;
    --ai-ink: #e6f3ff;
    --ai-muted: #8a9bbf;

    padding: 110px 0 100px;
    background:
        radial-gradient(ellipse 60% 50% at 80% 10%, rgba(0, 229, 255, 0.18), transparent 60%),
        radial-gradient(ellipse 55% 45% at 15% 80%, rgba(167, 121, 255, 0.22), transparent 60%),
        radial-gradient(ellipse 50% 40% at 50% 50%, rgba(77, 139, 255, 0.12), transparent 60%),
        linear-gradient(180deg, var(--ai-bg) 0%, #050818 100%);
    color: var(--ai-ink);
}

/* Grille tech subtile en arrière-plan */
.lxc-v2 .lxc2-stack::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(124, 219, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(124, 219, 255, 0.05) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
    z-index: 0;
}

.lxc-v2 .lxc2-stack::after {
    content: "AI";
    position: absolute;
    top: 24px;
    right: 32px;
    font-size: 14rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.06em;
    color: transparent;
    -webkit-text-stroke: 2px rgba(0, 229, 255, 0.12);
    pointer-events: none;
    z-index: 0;
}

@media (max-width: 768px) {
    .lxc-v2 .lxc2-stack::after {
        font-size: 7rem;
        top: 12px;
        right: 16px;
    }
}

/* Overrides spécifiques aux titres dans la section AI */
.lxc-v2 .lxc2-stack .lxc2-section-eyebrow {
    color: var(--ai-cyan);
    background: rgba(0, 229, 255, 0.12);
    border: 1px solid rgba(0, 229, 255, 0.3);
    box-shadow: 0 0 24px rgba(0, 229, 255, 0.25);
    text-shadow: 0 0 12px rgba(0, 229, 255, 0.5);
}

.lxc-v2 .lxc2-stack .lxc2-section-title {
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 229, 255, 0.15);
}

.lxc-v2 .lxc2-stack .pl-brush--underline {
    color: var(--ai-cyan);
    text-shadow: 0 0 16px rgba(0, 229, 255, 0.45);
}

.lxc-v2 .lxc2-stack .pl-brush--underline::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 14' preserveAspectRatio='none'%3E%3Cpath d='M2 7c30-6 60-6 96-3s60 3 100-2' fill='none' stroke='%2300e5ff' stroke-width='9' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
    opacity: 0.8;
    filter: drop-shadow(0 0 8px rgba(0, 229, 255, 0.5));
}

.lxc-v2 .lxc2-stack .lxc2-section-sub {
    color: var(--ai-muted);
}

.lxc-v2 .lxc2-stack > .lxc-shell {
    position: relative;
    z-index: 1;
}

.lxc-v2 .lxc2-stack__ai-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin: 0 0 56px;
}

@media (max-width: 960px) {
    .lxc-v2 .lxc2-stack__ai-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .lxc-v2 .lxc2-stack__ai-grid {
        grid-template-columns: 1fr;
    }
}

.lxc-v2 .lxc2-stack__ai-card {
    padding: 0;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(15, 20, 40, 0.85), rgba(22, 28, 58, 0.75));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 229, 255, 0.18);
    box-shadow: 0 16px 36px -22px rgba(0, 229, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: left;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    color: var(--ai-ink);
    font: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
}

.lxc-v2 .lxc2-stack__ai-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(0, 229, 255, 0.12), transparent 40%, rgba(167, 121, 255, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.lxc-v2 .lxc2-stack__ai-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 229, 255, 0.55);
    box-shadow: 0 28px 56px -16px rgba(0, 229, 255, 0.4), 0 0 0 1px rgba(0, 229, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.lxc-v2 .lxc2-stack__ai-card:hover::before {
    opacity: 1;
}

.lxc-v2 .lxc2-stack__ai-card:focus-visible {
    outline: 2px solid var(--ai-cyan);
    outline-offset: 4px;
}

.lxc-v2 .lxc2-stack__ai-media {
    position: relative;
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: linear-gradient(135deg, #06091a, #0f1428);
    z-index: 1;
}

.lxc-v2 .lxc2-stack__ai-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(6, 9, 26, 0.85) 100%);
    pointer-events: none;
}

.lxc-v2 .lxc2-stack__ai-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
    filter: saturate(1.05) brightness(1.02);
}

.lxc-v2 .lxc2-stack__ai-card:hover .lxc2-stack__ai-media img {
    transform: scale(1.06);
    filter: saturate(1.15) brightness(1.08);
}

.lxc-v2 .lxc2-stack__ai-ico {
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--ai-cyan), var(--ai-blue));
    color: #06091a;
    font-size: 22px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 24px rgba(0, 229, 255, 0.65), 0 12px 24px -8px rgba(0, 229, 255, 0.45);
    margin: 0;
    z-index: 2;
}

.lxc-v2 .lxc2-stack__ai-body {
    padding: 22px 22px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    z-index: 1;
}

.lxc-v2 .lxc2-stack__ai-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ai-cyan);
    background: rgba(0, 229, 255, 0.1);
    border: 1px solid rgba(0, 229, 255, 0.25);
    padding: 4px 10px;
    border-radius: 999px;
    align-self: flex-start;
    margin-bottom: 6px;
    text-shadow: 0 0 8px rgba(0, 229, 255, 0.4);
}

.lxc-v2 .lxc2-stack__ai-card h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.lxc-v2 .lxc2-stack__ai-card p {
    margin: 0;
    font-size: 13px;
    color: var(--ai-muted);
    line-height: 1.55;
}

.lxc-v2 .lxc2-stack__ai-link {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 800;
    color: var(--ai-cyan);
    text-shadow: 0 0 8px rgba(0, 229, 255, 0.5);
}

/* ===== Modal IA (2 colonnes) ===== */
.lxc-v2 ~ .lxc-ai-modal,
.lxc-ai-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(8, 11, 22, 0.82);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.lxc-ai-modal.is-open {
    display: flex;
    animation: lxcAiIn 0.22s ease-out;
}

@keyframes lxcAiIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.lxc-ai-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
}

.lxc-ai-modal__close:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
}

.lxc-ai-modal__inner {
    width: min(1100px, 96vw);
    max-height: 90vh;
    overflow: auto;
    background: #fff;
    border-radius: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
}

@media (max-width: 800px) {
    .lxc-ai-modal__inner {
        grid-template-columns: 1fr;
    }
}

.lxc-ai-modal__media {
    background: #0c1222;
    overflow: hidden;
    aspect-ratio: 4/3;
    min-height: 280px;
}

@media (max-width: 800px) {
    .lxc-ai-modal__media {
        aspect-ratio: 16/9;
        min-height: auto;
    }
}

.lxc-ai-modal__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.lxc-ai-modal__body {
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: auto;
}

.lxc-ai-modal__body h3 {
    margin: 0;
    font-size: clamp(1.4rem, 2.5vw, 1.85rem);
    font-weight: 900;
    color: var(--lxc2-ink, #0c1222);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.lxc-ai-modal__body p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: var(--lxc2-soft, #3d4a63);
}

.lxc-ai-modal__cta {
    margin-top: auto;
    padding-top: 12px;
}

/* === Intégrations : refonte avec "Bientôt" + lien officiel === */

.lxc-v2 .lxc2-stack__integ {
    background: linear-gradient(180deg, rgba(15, 20, 40, 0.85), rgba(22, 28, 58, 0.7));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 229, 255, 0.2);
    border-radius: 22px;
    padding: 36px;
    margin-bottom: 28px;
    position: relative;
    box-shadow: 0 24px 56px -28px rgba(0, 229, 255, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.lxc-v2 .lxc2-stack__integ-title {
    text-align: center;
    margin: 0 0 24px;
    font-size: 1.25rem;
    font-weight: 900;
    color: #fff;
}

.lxc-v2 .lxc2-stack__integ-sub {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--ai-muted);
    margin-top: 4px;
}

.lxc-v2 .lxc2-stack__integ-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

@media (max-width: 960px) {
    .lxc-v2 .lxc2-stack__integ-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .lxc-v2 .lxc2-stack__integ-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.lxc-v2 .lxc2-stack__integ-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 18px 12px;
    background: rgba(6, 9, 26, 0.6);
    border: 1px solid rgba(124, 219, 255, 0.18);
    border-radius: 14px;
    text-decoration: none;
    color: var(--ai-ink);
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s, background 0.2s;
    position: relative;
    min-height: 120px;
    justify-content: center;
}

.lxc-v2 .lxc2-stack__integ-card:hover {
    border-color: var(--ai-cyan);
    background: rgba(15, 20, 40, 0.85);
    transform: translateY(-3px);
    box-shadow: 0 12px 24px -12px rgba(0, 229, 255, 0.55);
}

.lxc-v2 .lxc2-stack__integ-card.is-soon {
    opacity: 0.65;
    border-style: dashed;
}

.lxc-v2 .lxc2-stack__integ-card.is-soon:hover {
    opacity: 1;
}

.lxc-v2 .lxc2-stack__integ-soon {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(167, 121, 255, 0.2);
    color: var(--ai-purple);
    border: 1px solid rgba(167, 121, 255, 0.4);
}

.lxc-v2 .lxc2-stack__integ-logo {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(0, 229, 255, 0.06);
    border: 1px solid rgba(0, 229, 255, 0.18);
    color: var(--ai-cyan);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.lxc-v2 .lxc2-stack__integ-card:hover .lxc2-stack__integ-logo {
    background: rgba(0, 229, 255, 0.14);
    border-color: rgba(0, 229, 255, 0.45);
    transform: scale(1.06);
}

.lxc-v2 .lxc2-stack__integ-logo img,
.lxc-v2 .lxc2-stack__integ-logo svg {
    width: 24px;
    height: 24px;
    display: block;
}

/* CTA IA placé juste sous la grille */
.lxc-v2 .lxc2-stack__cta--top {
    text-align: center;
    margin: 0 0 56px;
}

/* === Compliance strip (Factur-X 2026 + RGPD + eIDAS + Qualiopi) === */
.lxc-v2 .lxc2-stack__compliance {
    background: linear-gradient(180deg, rgba(15, 20, 40, 0.7), rgba(22, 28, 58, 0.55));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 229, 255, 0.2);
    border-radius: 18px;
    padding: 22px 26px;
    margin: 0 0 28px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.lxc-v2 .lxc2-stack__compliance-label {
    margin: 0 0 14px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ai-cyan);
    text-shadow: 0 0 8px rgba(0, 229, 255, 0.4);
    text-align: center;
}

.lxc-v2 .lxc2-stack__compliance ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

@media (max-width: 800px) {
    .lxc-v2 .lxc2-stack__compliance ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .lxc-v2 .lxc2-stack__compliance ul {
        grid-template-columns: 1fr;
    }
}

.lxc-v2 .lxc2-stack__compliance li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: rgba(6, 9, 26, 0.4);
    border: 1px solid rgba(0, 229, 255, 0.12);
    border-radius: 12px;
}

.lxc-v2 .lxc2-stack__compliance-ico {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--ai-cyan), var(--ai-blue));
    color: #06091a;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 16px rgba(0, 229, 255, 0.4);
}

.lxc-v2 .lxc2-stack__compliance-ico svg {
    width: 20px;
    height: 20px;
}

.lxc-v2 .lxc2-stack__compliance li > span:last-child {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.lxc-v2 .lxc2-stack__compliance strong {
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.lxc-v2 .lxc2-stack__compliance em {
    font-size: 11px;
    font-style: normal;
    color: var(--ai-muted);
    margin-top: 2px;
}

.lxc-v2 .lxc2-stack__integ-name {
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.lxc-v2 .lxc2-stack__integ-cat {
    font-size: 10px;
    font-weight: 600;
    color: var(--ai-muted);
    margin-top: 2px;
}

.lxc-v2 .lxc2-stack__cta .lxc-btn--ghost {
    color: var(--ai-cyan);
    border-color: rgba(0, 229, 255, 0.4);
    background: rgba(0, 229, 255, 0.06);
}

.lxc-v2 .lxc2-stack__cta .lxc-btn--ghost:hover {
    background: rgba(0, 229, 255, 0.15);
    border-color: var(--ai-cyan);
    color: #fff;
    box-shadow: 0 0 24px rgba(0, 229, 255, 0.4);
}

/* ==========================================================================
   SECTION 2 — Conforme + Intégrations (charte Loop, thème clair)
   Distincte de la section IA dark. Pas de néon cyan ici.
   ========================================================================== */
.lxc-v2 .lxc2-integrations {
    padding: 96px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #fff 100%);
    position: relative;
    overflow: hidden;
}

.lxc-v2 .lxc2-integrations::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(29, 158, 117, 0.1), transparent 70%);
    pointer-events: none;
}

.lxc-v2 .lxc2-integrations::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255, 138, 76, 0.1), transparent 70%);
    pointer-events: none;
}

.lxc-v2 .lxc2-integrations > .lxc-shell {
    position: relative;
    z-index: 1;
}

/* ----- Compliance strip (Factur-X 2026 + RGPD + eIDAS + Qualiopi) ----- */
.lxc-v2 .lxc2-integ__compliance {
    background: #fff;
    border: 1px solid var(--lxc2-line);
    border-radius: 20px;
    padding: 28px 32px;
    margin: 0 0 56px;
    box-shadow: 0 24px 56px -24px rgba(12, 18, 34, 0.18);
    text-align: center;
}

.lxc-v2 .lxc2-integ__compliance .lxc2-section-eyebrow {
    margin: 0 auto 22px;
    color: var(--lxc2-green);
    background: rgba(29, 158, 117, 0.1);
}

.lxc-v2 .lxc2-integ__compliance ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

@media (max-width: 900px) {
    .lxc-v2 .lxc2-integ__compliance ul { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .lxc-v2 .lxc2-integ__compliance ul { grid-template-columns: 1fr; }
}

.lxc-v2 .lxc2-integ__compliance li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 16px;
    background: #fafbfc;
    border: 1px solid var(--lxc2-line);
    border-radius: 14px;
    text-align: left;
    transition: border-color 0.22s, transform 0.22s, box-shadow 0.22s;
}

.lxc-v2 .lxc2-integ__compliance li:hover {
    border-color: rgba(29, 158, 117, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -12px rgba(29, 158, 117, 0.25);
}

.lxc-v2 .lxc2-integ__compliance-ico {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--lxc2-green), #0e7d67);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 16px -6px rgba(29, 158, 117, 0.45);
}

.lxc-v2 .lxc2-integ__compliance-ico svg {
    width: 22px;
    height: 22px;
}

.lxc-v2 .lxc2-integ__compliance-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 2px;
}

.lxc-v2 .lxc2-integ__compliance-text strong {
    font-size: 14px;
    font-weight: 900;
    color: var(--lxc2-ink);
    line-height: 1.3;
}

.lxc-v2 .lxc2-integ__compliance-text em {
    font-size: 12px;
    font-style: normal;
    color: var(--lxc2-muted);
    font-weight: 600;
}

/* ----- Head : titre "Connecté à vos outils" ----- */
.lxc-v2 .lxc2-integ__head {
    text-align: center;
    margin-bottom: 36px;
}

/* ----- Grille outils (logos couleur + nom GROS GRAS dessous) ----- */
.lxc-v2 .lxc2-integ__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

@media (max-width: 960px) {
    .lxc-v2 .lxc2-integ__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 560px) {
    .lxc-v2 .lxc2-integ__grid { grid-template-columns: repeat(2, 1fr); }
}

.lxc-v2 .lxc2-integ__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 22px 16px 20px;
    background: #fff;
    border: 1px solid var(--lxc2-line);
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
    position: relative;
    min-height: 160px;
    text-align: center;
}

.lxc-v2 .lxc2-integ__card:hover {
    border-color: var(--lxc2-coral);
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -16px rgba(255, 138, 76, 0.32);
}

.lxc-v2 .lxc2-integ__card.is-soon {
    opacity: 0.78;
    border-style: dashed;
}

.lxc-v2 .lxc2-integ__card.is-soon:hover {
    opacity: 1;
}

.lxc-v2 .lxc2-integ__soon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(255, 138, 76, 0.16);
    color: var(--lxc2-coral);
    border: 1px solid rgba(255, 138, 76, 0.35);
}

/* Tuile logo — carré 56×56 par défaut, élargie automatiquement pour les wordmarks */
.lxc-v2 .lxc2-integ__logo {
    min-width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--lxc2-line);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 8px 12px;
    box-shadow: 0 4px 12px -4px rgba(12, 18, 34, 0.08);
    position: relative;
}

.lxc-v2 .lxc2-integ__logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Variante "wide" : pour les logos wordmark (Mailjet, Pennylane, Mon Compte Formation)
   on autorise la tuile à grandir en largeur — le logo garde son ratio naturel. */
.lxc-v2 .lxc2-integ__logo.is-wide {
    min-width: 56px;
    max-width: 140px;
    width: auto;
    padding: 8px 14px;
}

/* Fallback si Clearbit n'a pas le logo : initiale dégradée */
.lxc-v2 .lxc2-integ__logo.is-no-logo {
    background: linear-gradient(135deg, var(--lxc2-coral), #ff6b2c);
    border-color: transparent;
}

.lxc-v2 .lxc2-integ__logo.is-no-logo::after {
    content: attr(data-fallback);
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

/* Nom de l'outil — BIG BOLD juste sous le logo */
.lxc-v2 .lxc2-integ__name {
    display: block;
    font-size: 16px;
    font-weight: 900;
    color: var(--lxc2-ink);
    line-height: 1.25;
    letter-spacing: -0.01em;
}

/* Catégorie : petit sous-titre discret */
.lxc-v2 .lxc2-integ__cat {
    display: block;
    font-size: 11.5px;
    font-weight: 600;
    color: var(--lxc2-muted);
    line-height: 1.4;
}

.lxc-v2 .lxc2-stack__integ-logo {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, #0c1222, #1a2235);
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.lxc-v2 .lxc2-stack__integ-name {
    font-size: 12px;
    font-weight: 800;
    color: var(--lxc2-ink);
    line-height: 1.2;
}

.lxc-v2 .lxc2-stack__integ-cat {
    font-size: 10px;
    font-weight: 600;
    color: var(--lxc2-muted);
    margin-top: 2px;
}

.lxc-v2 .lxc2-stack__cta {
    text-align: center;
    margin: 0;
}

/* =====================================================================
   RESPONSIVE OVERHAUL — bloc final, scopé .lxc-v2.
   Aucun selector ne déborde sur d'autres pages que la home.
   Breakpoints : 1024 / 768 / 560 / 400 px.
   ===================================================================== */

/* ------ ≤ 1024 px : grandes tablettes / petits laptops ------ */
@media (max-width: 1024px) {
    .lxc-v2 .lxc-shell { padding: 0 20px; }

    /* Hero : copy + visual empilés (déjà géré), on resserre */
    .lxc-v2 .lxc2-hero { padding: 36px 0 24px; }
    .lxc-v2 .lxc2-hero__grid { gap: 28px; }
    .lxc-v2 .lxc2-hero__title { font-size: clamp(1.9rem, 5vw, 2.6rem); }
    .lxc-v2 .lxc2-hero__shot--mobile { display: none; }

    /* Pivot — 2 cartes KPI par ligne */
    .lxc-v2 .lxc2-kpi { grid-template-columns: repeat(2, 1fr); }

    /* Stack AI : 2 colonnes */
    .lxc-v2 .lxc2-stack__ai-grid { grid-template-columns: repeat(2, 1fr); }

    /* Intégrations : 4 cols */
    .lxc-v2 .lxc2-integ__grid { grid-template-columns: repeat(4, 1fr); }

    /* Stack big AI text en arrière-plan : on réduit */
    .lxc-v2 .lxc2-stack::after { font-size: 9rem; }
}

/* ------ ≤ 768 px : tablette portrait / grand mobile ------ */
@media (max-width: 768px) {
    .lxc-v2 .lxc-shell { padding: 0 16px; }

    /* === Hero === */
    .lxc-v2 .lxc2-hero { padding: 24px 0 20px; }
    .lxc-v2 .lxc2-hero__grid { gap: 24px; }
    .lxc-v2 .lxc2-hero__eyebrow { font-size: 11px; letter-spacing: 0.12em; margin-bottom: 10px; }
    .lxc-v2 .lxc2-hero__title { font-size: clamp(1.7rem, 7vw, 2.2rem); line-height: 1.1; margin-bottom: 12px; }
    .lxc-v2 .lxc2-hero__title em { margin-top: 4px; }
    .lxc-v2 .lxc2-hero__lead { font-size: 1rem; margin-bottom: 18px; }
    .lxc-v2 .lxc2-hero__cta { gap: 12px; }
    .lxc-v2 .lxc2-hero__cta .lxc-btn--lg { padding: 14px 20px; font-size: 14px; }
    .lxc-v2 .lxc2-hero__demo-link { font-size: 14px; }
    .lxc-v2 .lxc2-hero__ratings { font-size: 13px; flex-wrap: wrap; }
    .lxc-v2 .lxc2-hero__trustline { font-size: 12px; line-height: 1.5; }
    .lxc-v2 .lxc2-hero__feats { gap: 6px; margin-top: 12px; }
    .lxc-v2 .lxc2-hero__feats li { font-size: 11px; padding: 6px 10px; }
    .lxc-v2 .lxc2-hero__feats-i { width: 18px; height: 18px; font-size: 10px; }
    .lxc-v2 .lxc2-hero__shot--desktop { border-radius: 12px; padding-top: 24px; }
    .lxc-v2 .lxc2-hero__chrome { height: 24px; padding: 0 10px; }
    .lxc-v2 .lxc2-hero__chrome i { width: 8px; height: 8px; }

    /* === Audience bar === */
    .lxc-v2 .lxc2-audience__inner { gap: 6px 8px; }
    .lxc-v2 .lxc2-audience__chip { font-size: 12px; padding: 6px 10px; }
    .lxc-v2 .lxc2-audience__label { font-size: 11px; }

    /* === Subdomain widget flottant === */
    .lxc-v2 .lxc2-claim--float { margin-top: 0; padding: 16px 0; }
    .lxc-v2 .lxc-claim__card--modern { padding: 22px 18px; border-radius: 18px; }
    .lxc-v2 .lxc-claim__card--modern::after { width: 220px; height: 220px; inset: -40% -20% auto auto; }
    .lxc-v2 .lxc-claim__head {
        display: flex; flex-direction: column; gap: 12px; align-items: flex-start;
    }
    .lxc-v2 .lxc-claim__perks { flex-wrap: wrap; gap: 6px; }
    .lxc-v2 .lxc-claim__perks li { font-size: 10px; padding: 5px 8px; }

    /* === Product nav — sticky + chips scrollables horizontalement === */
    .lxc-v2 .lxc2-pnav--modern .lxc2-pnav__inner {
        padding: 10px 16px;
        gap: 8px;
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .lxc-v2 .lxc2-pnav--modern .lxc2-pnav__inner::-webkit-scrollbar { display: none; }
    .lxc-v2 .lxc2-pnav__list { flex-wrap: nowrap; flex: 0 0 auto; }
    .lxc-v2 .lxc2-pnav__chip { flex-shrink: 0; padding: 7px 11px; font-size: 12px; }
    .lxc-v2 .lxc2-pnav__icon { width: 18px; height: 18px; font-size: 10px; }
    .lxc-v2 .lxc2-pnav__all { font-size: 12px; flex-shrink: 0; }

    /* === Social bar === */
    .lxc-v2 .lxc2-social { padding: 28px 0 0; }
    .lxc-v2 .lxc2-social__metrics {
        font-size: 13px;
        display: flex; flex-direction: column; gap: 2px;
    }
    .lxc-v2 .lxc2-social__metrics span[aria-hidden="true"] { display: none; }

    /* === Pivot === */
    .lxc-v2 .lxc2-pivot { padding: 56px 0; }
    .lxc-v2 .lxc2-section-title { font-size: clamp(1.5rem, 5.5vw, 1.9rem); }
    .lxc-v2 .lxc2-section-sub { font-size: 0.95rem; margin-bottom: 28px; }
    .lxc-v2 .lxc2-pivot__split { gap: 14px; margin-bottom: 28px; }
    .lxc-v2 .lxc2-pivot__col { padding: 22px 18px; }
    .lxc-v2 .lxc2-pivot::before,
    .lxc-v2 .lxc2-pivot::after,
    .lxc-v2 .lxc2-stack::before { display: none; } /* on supprime les memphis lourds en mobile */

    /* KPI : 1 colonne pleine largeur sur mobile pour la lisibilité */
    .lxc-v2 .lxc2-kpi { grid-template-columns: 1fr; gap: 14px; }
    .lxc-v2 .lxc2-kpi__val { font-size: 2rem; padding: 6px 12px; }
    .lxc-v2 .lxc2-kpi__lab { padding: 6px 16px 2px; font-size: 13px; }
    .lxc-v2 .lxc2-kpi__desc { padding: 2px 16px 14px; font-size: 12.5px; }
    .lxc-v2 .lxc2-kpi__arrow { top: calc(56.25% + 12px); right: 12px; width: 30px; height: 30px; }

    /* === Pillars === */
    .lxc-v2 .lxc2-pillars { padding: 40px 0 16px; }
    .lxc-v2 .lxc2-pillar { margin-bottom: 16px; border-radius: 16px; }
    .lxc-v2 .lxc2-pillar__media img { min-height: 200px; max-height: 240px; }
    .lxc-v2 .lxc2-pillar__body { padding: 24px 20px; }
    .lxc-v2 .lxc2-pillar__title { font-size: 1.2rem; }
    .lxc-v2 .lxc2-pillar__promise { font-size: 0.95rem; }
    .lxc-v2 .lxc2-pillar__bullets { font-size: 13px; }
    /* Vecteurs memphis : on garde mais on les rétrécit pour ne pas dominer */
    .lxc-v2 .lxc2-pillar__body::before { width: 120px; height: 120px; top: -20px; right: -20px; }
    .lxc-v2 .lxc2-pillar__body::after { width: 60px; height: 60px; bottom: -16px; right: 10px; }

    /* === Set-forget timeline === */
    .lxc-v2 .lxc2-flow--simple { padding: 64px 0 48px; }
    .lxc-v2 .lxc2-flow--simple::before { height: 50px; }
    .lxc-v2 .lxc2-flow__legend { gap: 6px 12px; margin-bottom: 24px; font-size: 11px; }
    .lxc-v2 .lxc2-flow__timeline { grid-template-columns: 1fr; gap: 10px; }
    .lxc-v2 .lxc2-flow__node-link { padding: 16px 18px; gap: 14px; }
    .lxc-v2 .lxc2-flow__node-num { font-size: 2.2rem; min-width: 48px; }
    .lxc-v2 .lxc2-flow__node-lbl { font-size: 0.95rem; margin-bottom: 6px; }
    .lxc-v2 .lxc2-flow__node-deco { width: 72px; height: 72px; inset: auto -6px -12px auto; }
    .lxc-v2 .lxc2-flow__node-arrow { width: 30px; height: 30px; font-size: 15px; }

    /* === Migrate === */
    .lxc-v2 .lxc2-migrate--rich { padding: 56px 0; }
    .lxc-v2 .lxc2-migrate--rich .lxc2-migrate__grid { grid-template-columns: 1fr; gap: 12px; }
    .lxc-v2 .lxc2-migrate__step { padding: 20px 18px; }
    .lxc-v2 .lxc2-migrate__num { font-size: 1.7rem; }
    .lxc-v2 .lxc2-migrate__perks { gap: 8px 14px; font-size: 12px; justify-content: flex-start; }

    /* === Testimonials === */
    .lxc-v2 .lxc2-proof { padding: 56px 0; }
    .lxc-v2 .lxc2-proof__grid { grid-template-columns: 1fr; gap: 14px; }
    .lxc-v2 .lxc2-proof__card { padding: 20px; }
    .lxc-v2 .lxc2-proof__text { font-size: 14px; margin-bottom: 14px; }

    /* === Compare (home teaser) === */
    .lxc-v2 .lxc2-compare { padding: 56px 0; }
    .lxc-v2 .lxc2-compare__head { margin-bottom: 24px; }

    /* Mini-calc apprenants : tabs en pile centrée */
    .lxc-v2 .lxc2-compare__calc { padding: 22px 18px; border-radius: 18px; }
    .lxc-v2 .lxc2-compare__calc-tabs { width: 100%; flex-wrap: wrap; justify-content: stretch; }
    .lxc-v2 .lxc2-compare__calc-tab { flex: 1 1 30%; padding: 10px 8px; font-size: 12px; }
    .lxc-v2 .lxc2-compare__calc-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .lxc-v2 .lxc2-compare__calc-card { padding: 18px 14px; }
    .lxc-v2 .lxc2-compare__calc-price { font-size: 1.9rem; }
    .lxc-v2 .lxc2-compare__calc-plan { font-size: 10px; }
    .lxc-v2 .lxc2-compare__calc-savings {
        padding: 14px 16px;
        flex-direction: column; align-items: stretch; text-align: center;
        gap: 12px;
    }

    /* Mini-table : passe en mode scroll horizontal */
    .lxc-v2 .lxc2-compare__minitable {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .lxc-v2 .lxc2-compare__mt-row {
        grid-template-columns: 1.6fr repeat(4, minmax(80px, 1fr));
        font-size: 12px; padding: 10px 12px;
        min-width: 560px;
    }
    .lxc-v2 .lxc2-compare__cell { width: 24px; height: 24px; font-size: 12px; }
    .lxc-v2 .lxc2-compare__price { font-size: 11px; }

    .lxc-v2 .lxc2-compare__alts ul { grid-template-columns: 1fr; gap: 10px; }
    .lxc-v2 .lxc2-compare__cta { flex-direction: column; align-items: stretch; gap: 10px; }
    .lxc-v2 .lxc2-compare__cta .lxc-btn { width: 100%; }

    /* === Stack AI dark === */
    .lxc-v2 .lxc2-stack { padding: 72px 0 64px; }
    .lxc-v2 .lxc2-stack::after { font-size: 6rem; top: 8px; right: 8px; }
    .lxc-v2 .lxc2-stack__ai-grid { grid-template-columns: 1fr; gap: 14px; }
    .lxc-v2 .lxc2-stack__ai-body { padding: 18px 18px 20px; }
    .lxc-v2 .lxc2-stack__ai-ico { width: 40px; height: 40px; font-size: 18px; }

    /* AI modal : full-screen tactile sur mobile */
    .lxc-ai-modal { padding: 0; align-items: stretch; }
    .lxc-ai-modal__inner {
        width: 100%; max-width: 100%; max-height: 100vh;
        border-radius: 0; grid-template-columns: 1fr;
    }
    .lxc-ai-modal__media { aspect-ratio: 16/9; min-height: auto; max-height: 38vh; }
    .lxc-ai-modal__body { padding: 24px 22px 32px; }
    .lxc-ai-modal__close { top: 12px; right: 12px; width: 38px; height: 38px; font-size: 22px; }

    /* === Intégrations === */
    .lxc-v2 .lxc2-integrations { padding: 56px 0; }
    .lxc-v2 .lxc2-integ__compliance { padding: 20px 18px; margin-bottom: 36px; }
    .lxc-v2 .lxc2-integ__compliance ul { grid-template-columns: 1fr 1fr; gap: 10px; }
    .lxc-v2 .lxc2-integ__compliance li { padding: 12px 12px; gap: 10px; }
    .lxc-v2 .lxc2-integ__compliance-ico { width: 38px; height: 38px; }
    .lxc-v2 .lxc2-integ__compliance-text strong { font-size: 13px; }
    .lxc-v2 .lxc2-integ__compliance-text em { font-size: 11px; }
    .lxc-v2 .lxc2-integ__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .lxc-v2 .lxc2-integ__card { padding: 18px 12px; min-height: 140px; gap: 10px; }
    .lxc-v2 .lxc2-integ__name { font-size: 14px; }
    .lxc-v2 .lxc2-integ__cat { font-size: 11px; }

    /* === Pricing teaser === */
    .lxc-v2 .lxc2-pricing { padding: 56px 0; }
    .lxc-v2 .lxc2-pricing__grid { grid-template-columns: 1fr; gap: 12px; }
    .lxc-v2 .lxc2-pricing__cta { flex-direction: column; align-items: stretch; gap: 10px; }
    .lxc-v2 .lxc2-pricing__cta .lxc-btn { width: 100%; }

    /* === Footer block + FAQ === */
    .lxc-v2 .lxc2-footer__cta { padding: 56px 0; }
    .lxc-v2 .lxc2-footer__btns { flex-direction: column; align-items: stretch; gap: 10px; }
    .lxc-v2 .lxc2-footer__btns .lxc-btn { width: 100%; }
    .lxc-v2 .lxc2-faq { padding: 40px 0 56px; }
    .lxc-v2 .lxc2-faq__item summary { padding: 14px 16px; font-size: 14px; }
    .lxc-v2 .lxc2-faq__a { padding: 0 16px 14px; }
}

/* ------ ≤ 560 px : mobile classique ------ */
@media (max-width: 560px) {
    /* Titres encore plus compacts */
    .lxc-v2 .lxc2-hero__title { font-size: clamp(1.55rem, 8vw, 2rem); }
    .lxc-v2 .lxc2-section-title { font-size: clamp(1.4rem, 6vw, 1.7rem); }

    /* Subdomain : bar input qui prend toute la largeur */
    .lxc-v2 .lxc-claim__bar { display: flex; flex-direction: column; gap: 10px; }
    .lxc-v2 .lxc-claim__url { padding: 6px 10px; flex-wrap: wrap; }
    .lxc-v2 .lxc-claim__proto, .lxc-v2 .lxc-claim__suffix { font-size: 11px; }
    .lxc-v2 .lxc-claim__input { font-size: 14px; min-width: 0; flex: 1 1 100px; }
    .lxc-v2 .lxc-claim__actions { width: 100%; }
    .lxc-v2 .lxc-claim__actions .lxc-btn { width: 100%; }

    /* Compare calc grid : 1 colonne (les prix sont gros et écrasés en 2 col sinon) */
    .lxc-v2 .lxc2-compare__calc-grid { grid-template-columns: 1fr; }
    .lxc-v2 .lxc2-compare__calc-tab { font-size: 11px; padding: 8px 6px; }

    /* Compliance strip : 1 colonne */
    .lxc-v2 .lxc2-integ__compliance ul { grid-template-columns: 1fr; }

    /* Hero ratings : sur 2 lignes */
    .lxc-v2 .lxc2-hero__ratings { row-gap: 4px; }
    .lxc-v2 .lxc2-hero__rsep { display: none; }
    .lxc-v2 .lxc2-hero__ratings > span:last-child { flex-basis: 100%; font-size: 12px; }

    /* CTA hero : full-width */
    .lxc-v2 .lxc2-hero__cta { flex-direction: column; align-items: stretch; }
    .lxc-v2 .lxc2-hero__cta .lxc-btn { width: 100%; }
    .lxc-v2 .lxc2-hero__demo-link { text-align: center; }
}

/* ------ ≤ 400 px : très petit mobile ------ */
@media (max-width: 400px) {
    .lxc-v2 .lxc-shell { padding: 0 12px; }
    .lxc-v2 .lxc2-hero__title { font-size: 1.5rem; }
    .lxc-v2 .lxc2-flow__node-num { font-size: 1.9rem; min-width: 40px; }
    .lxc-v2 .lxc2-kpi__val { font-size: 1.7rem; }
    .lxc-v2 .lxc2-compare__calc-price { font-size: 1.6rem; }

    /* Intégrations : 1 colonne pour les très petits écrans */
    .lxc-v2 .lxc2-integ__grid { grid-template-columns: 1fr; }
    .lxc-v2 .lxc2-integ__card { min-height: 110px; padding: 14px 10px; flex-direction: row; text-align: left; justify-content: flex-start; gap: 14px; }
    .lxc-v2 .lxc2-integ__logo { margin-bottom: 0; flex-shrink: 0; }
    .lxc-v2 .lxc2-integ__name { font-size: 14px; }
}

/* =====================================================================
   PATCH responsive — corrections de bugs visuels remontés
   ===================================================================== */

/* ------ #1 : .lxc-claim__suffix débordait ------ */
/* Sur mobile, on autorise la barre d'URL à wrapper et on force le suffixe
   sur sa propre ligne, en plus petit. */
@media (max-width: 560px) {
    .lxc-v2 .lxc-claim__url {
        flex-wrap: wrap !important;
        align-items: stretch;
        row-gap: 4px;
        padding: 8px 12px !important;
    }
    .lxc-v2 .lxc-claim__proto {
        order: 1;
        flex: 0 0 auto;
    }
    .lxc-v2 .lxc-claim__input {
        order: 2;
        flex: 1 1 calc(100% - 70px) !important;
        font-size: 15px !important;
        padding: 6px 4px !important;
        min-width: 0;
    }
    .lxc-v2 .lxc-claim__suffix {
        order: 3;
        flex: 1 1 100%;
        font-size: 12px !important;
        text-align: left;
        padding: 0 2px 4px;
        opacity: 0.85;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* ------ #2 : section #clients trop verticale ------ */
/* On compacte la grille d'items clients sur mobile (logos plus petits, gap réduit). */
@media (max-width: 768px) {
    .loop-home-test .home-biz-clients,
    .lxc-v2 .home-biz-clients {
        padding: 20px 0 24px;
        border-top: none;
        border-bottom: none;
    }
    .loop-home-test .home-biz-clients--static .home-biz-clients__grid,
    .lxc-v2 .home-biz-clients--static .home-biz-clients__grid {
        gap: 10px 14px !important;
        padding: 0 16px 16px !important;
    }
    .loop-home-test .home-biz-clients--static .home-biz-client-item,
    .lxc-v2 .home-biz-clients--static .home-biz-client-item {
        min-height: 38px !important;
        padding: 6px 10px !important;
        border-radius: 10px !important;
    }
    .loop-home-test .home-biz-clients--static .home-biz-client-item img,
    .lxc-v2 .home-biz-clients--static .home-biz-client-item img {
        height: 24px !important;
        max-height: 28px !important;
    }
    .loop-home-test .home-biz-clients__label,
    .lxc-v2 .home-biz-clients__label {
        font-size: 11px !important;
        margin-bottom: 14px !important;
    }
}

/* ------ #3 : Pillar mobile = photo header courte + texte dessous ------ */
/* On bascule en flex column avec photo en bannière courte (140 px max),
   les vecteurs memphis restent dans le body texte. */
@media (max-width: 900px) {
    .lxc-v2 .lxc2-pillar,
    .lxc-v2 a.lxc2-pillar,
    .lxc-v2 .lxc2-pillar--reverse {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: 1fr;
    }
    .lxc-v2 .lxc2-pillar--reverse .lxc2-pillar__media,
    .lxc-v2 .lxc2-pillar--reverse .lxc2-pillar__body {
        order: unset !important;
    }
    .lxc-v2 .lxc2-pillar__media {
        order: -1;
        height: 140px;
        max-height: 140px;
    }
    .lxc-v2 .lxc2-pillar__media img {
        min-height: 0;
        height: 140px;
        max-height: 140px;
        object-position: center;
    }
    .lxc-v2 .lxc2-pillar__body {
        padding: 24px 22px 28px;
    }
}

/* ------ #4 : .lxc2-compare__calc-savings-txt prend toute la hauteur ------ */
/* On limite la hauteur en réduisant la largeur disponible / forçant un
   line-height sain, et en mobile on collapse en colonne compacte. */
.lxc-v2 .lxc2-compare__calc-savings-txt {
    max-width: 100%;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .lxc-v2 .lxc2-compare__calc-savings {
        padding: 14px 16px !important;
        gap: 10px !important;
        font-size: 13.5px !important;
        line-height: 1.45 !important;
    }
    .lxc-v2 .lxc2-compare__calc-savings-txt {
        flex: 1 1 auto !important;
        text-align: center;
    }
    .lxc-v2 .lxc2-compare__calc-savings strong {
        display: inline;
        font-size: 1em;
    }
    .lxc-v2 .lxc2-compare__calc-savings-cta {
        font-size: 13px;
        padding: 10px 16px !important;
    }
}

/* ------ #5 : AI modal — bouton close passait derrière le contenu ------ */
/* z-index + position forcés au-dessus du contenu .lxc-ai-modal__inner. */
.lxc-v2 ~ .lxc-ai-modal__close,
.lxc-ai-modal .lxc-ai-modal__close {
    z-index: 10;
}

.lxc-ai-modal__close {
    z-index: 10 !important;
    position: absolute !important;
    background: rgba(12, 18, 34, 0.78) !important;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.65) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
}

.lxc-ai-modal__close:hover,
.lxc-ai-modal__close:focus-visible {
    background: var(--lxc2-coral, #ff8a4c) !important;
    border-color: #fff !important;
    outline: none;
}

/* Sur mobile, on positionne le close en barre d'action sticky en haut pour
   qu'il soit toujours atteignable même si le contenu défile. */
@media (max-width: 768px) {
    .lxc-ai-modal__close {
        position: fixed !important;
        top: 12px;
        right: 12px;
        width: 44px !important;
        height: 44px !important;
        font-size: 24px !important;
    }
}
