/* landing.css — Landing page ediflo.io (v2) */

/* ---- HERO V2 — Particules + Glassmorphism ---- */
.hero-ediflo-v2 {
    background-color: #0e0d13;
    background-image:
        radial-gradient(circle at 1px 1px, rgba(255,255,255,0.055) 1px, transparent 1.6px);
    background-size: 28px 28px;
    position: relative;
    overflow: hidden;
    padding-top: 52px;
}
/* Voile discret : halo chaud en haut a droite (accent orange, pas de violet AI)
   + fondu vers le bas pour la transition avec la section claire suivante. */
.hero-ediflo-v2::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(620px 380px at 88% 6%, rgba(245,155,28,0.10), transparent 70%),
        linear-gradient(180deg, transparent 74%, #ffffff 100%);
    pointer-events: none;
    z-index: 1;
}
#heroParticles { display: none; }
.hero-ediflo-v2 .title, .hero-ediflo-v2 .subtitle { color: white; }
.hero-ediflo-v2 .subtitle { opacity: 0.85; }

/* Mesh glow derriere le mock */
.hero-glow {
    position: absolute;
    width: 500px; height: 500px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.4;
    z-index: 0;
    animation: glowPulse 6s ease-in-out infinite;
}
.hero-glow.violet { background: rgba(115,102,171,0.5); top: -10%; right: 5%; }
.hero-glow.orange { background: rgba(245,155,28,0.3); bottom: -20%; right: 20%; animation-delay: -3s; }
.hero-glow.small  { background: rgba(6,214,160,0.2); top: 40%; left: -5%; width: 300px; height: 300px; animation-delay: -1.5s; }
@keyframes glowPulse {
    0%, 100% { transform: scale(1); opacity: 0.35; }
    50% { transform: scale(1.15); opacity: 0.55; }
}

/* Animations d'entree en cascade */
@keyframes heroFadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes heroFadeRight {
    from { opacity: 0; transform: translateX(40px) scale(0.97); }
    to   { opacity: 1; transform: translateX(0) scale(1); }
}
.hero-anim-1 { animation: heroFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both; }
.hero-anim-2 { animation: heroFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both; }
.hero-anim-3 { animation: heroFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both; }
.hero-anim-4 { animation: heroFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both; }
.hero-anim-5 { animation: heroFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.65s both; }
.hero-anim-mock { animation: heroFadeRight 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both; }

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.hero-badge .dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #06d6a0;
    box-shadow: 0 0 6px rgba(6,214,160,0.6);
    animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
    0%, 100% { opacity: 1; box-shadow: 0 0 6px rgba(6,214,160,0.6); }
    50% { opacity: 0.4; box-shadow: 0 0 2px rgba(6,214,160,0.3); }
}

/* Bouton CTA shine */
.btn-hero-primary {
    background: #ffffff;
    color: #15131c;
    font-weight: 700;
    border: none;
    border-radius: 11px;
    padding-left: 1.45rem; padding-right: 1.45rem;
    box-shadow: 0 10px 26px -12px rgba(0,0,0,0.55);
    transition: transform 0.18s cubic-bezier(0.16,1,0.3,1), box-shadow 0.18s;
}
.btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px -14px rgba(0,0,0,0.6);
    color: #15131c;
}
.btn-hero-primary:active { transform: translateY(0); box-shadow: 0 6px 16px -10px rgba(0,0,0,0.5); }
.btn-hero-primary .icon { color: #f59b1c; }

.btn-hero-outline {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.16);
    color: rgba(255,255,255,0.92);
    font-weight: 600;
    border-radius: 11px;
    transition: background 0.18s, border-color 0.18s, transform 0.18s;
}
.btn-hero-outline:hover {
    border-color: rgba(255,255,255,0.32);
    background: rgba(255,255,255,0.09);
    color: #fff;
    transform: translateY(-2px);
}
.btn-hero-outline:active { transform: translateY(0); }

/* Floating notification cards */
.floating-card {
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.85);
    white-space: nowrap;
    animation: floatCard 4s ease-in-out infinite;
}
.floating-card + .floating-card { margin-top: 8px; }
.floating-card:nth-child(2) { animation-delay: -1.3s; }
.floating-card:nth-child(3) { animation-delay: -2.6s; }
@keyframes floatCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

/* Mock glassmorphism dashboard */
.hero-mock {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 1.25rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.08);
    position: relative;
    z-index: 1;
}
.hero-mock-header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 0.75rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.hero-mock-dot { width: 7px; height: 7px; border-radius: 50%; }
.hero-mock-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    font-size: 0.78rem;
    color: rgba(255,255,255,0.7);
}
.hero-mock-row:last-child { border-bottom: none; }
.hero-mock-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 0.68rem;
    font-weight: 700;
}

.obligation-banner {
    background: rgba(245,155,28,0.08);
    border: 1px solid rgba(245,155,28,0.2);
    border-radius: 10px;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.obligation-banner .ob-icon {
    width: 36px; height: 36px; border-radius: 8px;
    background: rgba(245,155,28,0.15);
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem; color: #f59b1c; flex-shrink: 0;
}
.obligation-banner .ob-text { font-size: 0.82rem; color: rgba(255,255,255,0.85); }
.obligation-banner .ob-text strong { color: #f59b1c; }
.obligation-banner .ob-text small { display: block; color: rgba(255,255,255,0.5); font-size: 0.75rem; margin-top: 2px; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .hero-anim-1, .hero-anim-2, .hero-anim-3, .hero-anim-4, .hero-anim-5, .hero-anim-mock { animation: none; opacity: 1; transform: none; }
    .floating-card { animation: none; }
    .hero-glow { animation: none; }
    #heroParticles { display: none; }
}

/* ---- STATS BAR ---- */
.stats-bar {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.12);
    padding: 2rem 2.5rem;
    margin-top: -3rem;
    position: relative;
    z-index: 5;
}
.stat-item .stat-value {
    font-size: 2rem;
    font-weight: 800;
    color: var(--ediflo-primary);
    line-height: 1;
}
.stat-item .stat-label {
    font-size: 0.8rem;
    color: var(--ediflo-gray);
    margin-top: 4px;
}

/* ---- SECTION LABELS ---- */
.section-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--ediflo-primary);
    margin-bottom: 0.75rem;
}

/* ---- CHANNEL CARDS ---- */
.channel-card {
    border-radius: 16px;
    border: 1px solid #e9ecef;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
    background: white;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.channel-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}
.channel-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin: 0 auto 1.2rem;
}
.channel-icon.violet { background: var(--ediflo-primary-light); color: var(--ediflo-primary); }
.channel-icon.orange { background: #fef3e0; color: var(--ediflo-secondary); }
.channel-icon.green { background: #e0fff5; color: #06d6a0; }
.channel-icon.blue { background: #e8f4fd; color: #3298dc; }
.channel-card .card-link {
    margin-top: auto;
    padding-top: 1rem;
}

/* ---- FEATURE SHOWCASE ---- */
.feature-showcase {
    padding: 5rem 0;
}
.feature-tag {
    display: inline-block;
    background: var(--ediflo-primary-light);
    color: var(--ediflo-primary);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 1rem;
}
.feature-tag.is-orange {
    background: #fef3e0;
    color: #e08900;
}
.feature-tag.is-green {
    background: #e0fff5;
    color: #05a77d;
}
.check-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
}
.check-list li {
    padding: 6px 0;
    font-size: 0.95rem;
    color: #4a4a4a;
    display: flex;
    align-items: center;
    gap: 10px;
}
.check-list li i {
    color: var(--ediflo-success);
    font-size: 0.85rem;
    flex-shrink: 0;
}

/* ---- MOCK VISUALS ---- */
.mock-inbox {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e9ecef;
}
.mock-email-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: white;
    border-radius: 8px;
    margin-bottom: 8px;
    font-size: 0.85rem;
    border: 1px solid #f0f0f0;
}
.mock-email-row:last-child { margin-bottom: 0; }
.mock-email-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}
.mock-email-dot.green { background: #06d6a0; }
.mock-email-dot.orange { background: #f59b1c; }
.mock-email-dot.blue { background: #3298dc; }

.mock-dashboard {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e9ecef;
}
.mock-chart-bars {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 80px;
    margin-bottom: 1rem;
}
.mock-bar {
    flex: 1;
    border-radius: 4px 4px 0 0;
    min-width: 14px;
}
.mock-inv-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    background: white;
    border-radius: 6px;
    margin-bottom: 6px;
    font-size: 0.8rem;
    border: 1px solid #f0f0f0;
}

.mock-code {
    background: #1e1e2e;
    border-radius: 12px;
    padding: 1.5rem;
    font-family: 'SF Mono', 'Fira Code', monospace;
    font-size: 0.78rem;
    line-height: 1.7;
    color: #cdd6f4;
    overflow-x: auto;
}
.mock-code .kw { color: #cba6f7; }
.mock-code .str { color: #a6e3a1; }
.mock-code .com { color: #6c7086; font-style: italic; }
.mock-code .num { color: #fab387; }
.mock-code .key { color: #89b4fa; }

/* ---- HOW IT WORKS ---- */
.step-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1rem;
}
.step-circle.violet { background: var(--ediflo-primary); }
.step-circle.orange { background: var(--ediflo-secondary); }
.step-circle.green { background: #06d6a0; }
.step-connector {
    position: absolute;
    top: 28px;
    left: calc(50% + 28px);
    width: calc(100% - 56px);
    height: 2px;
    background: #e9ecef;
}
@media (max-width: 768px) {
    .step-connector { display: none; }
}

/* ---- CONFORMITE GRID ---- */
.conformite-item {
    text-align: center;
    padding: 1.5rem 1rem;
    border-radius: 12px;
    background: white;
    border: 1px solid #e9ecef;
    transition: transform 0.2s, box-shadow 0.2s;
}
.conformite-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.conformite-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    background: var(--ediflo-primary-light);
    color: var(--ediflo-primary);
}

/* ---- BLOG CARDS ---- */
.blog-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e9ecef;
    background: white;
    transition: transform 0.2s, box-shadow 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.blog-card-image {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
}
.blog-card-body {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.blog-card-body .blog-date {
    font-size: 0.75rem;
    color: var(--ediflo-gray);
    margin-bottom: 0.5rem;
}
.blog-card-body h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #363636;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}
.blog-card-body p {
    font-size: 0.85rem;
    color: var(--ediflo-gray);
    flex: 1;
}

/* ---- FAQ V2 ---- */
.faq-item {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    margin-bottom: 0.75rem;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s;
}
.faq-item:hover {
    border-color: var(--ediflo-primary);
}
.faq-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.1rem 1.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: #363636;
}
.faq-item-header i {
    color: var(--ediflo-gray);
    transition: transform 0.3s;
    flex-shrink: 0;
    margin-left: 1rem;
}
.faq-item.is-open .faq-item-header i {
    transform: rotate(180deg);
}
.faq-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.faq-item-body-inner {
    padding: 0 1.5rem 1.25rem;
    font-size: 0.9rem;
    color: var(--ediflo-gray);
    line-height: 1.7;
}

/* ---- CTA GRADIENT ---- */
.cta-gradient {
    background: linear-gradient(160deg, #1a1632 0%, #2d2450 50%, #3a2d5e 100%);
    position: relative;
    overflow: hidden;
}
.cta-gradient::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(245,155,28,0.15) 0%, transparent 70%);
    border-radius: 50%;
}

/* ---- FADE IN ---- */
.fade-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ---- DROPDOWN ---- */
.navbar-item.has-dropdown .navbar-dropdown {
    border-top: 2px solid var(--ediflo-primary);
    border-radius: 0 0 8px 8px;
}

/* ---- HERO FLOW DIAGRAM (schema anime emission/reception/export) ---- */
.hero-flow { max-width: 640px; margin-left: auto; }
.hero-flow svg { overflow: visible; }

.flow-line {
    fill: none;
    stroke: rgba(185,174,232,0.30);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-dasharray: 3 7;
    animation: flowDash 1.1s linear infinite;
}
.flow-line.emit { stroke: rgba(245,155,28,0.42); }
.flow-line.recv { stroke: rgba(6,214,160,0.42); }
.flow-line.expo { stroke: rgba(126,232,200,0.34); }
@keyframes flowDash { to { stroke-dashoffset: -20; } }

.pkt { filter: drop-shadow(0 0 3px rgba(255,255,255,0.45)); }

.flow-node rect {
    fill: rgba(255,255,255,0.05);
    stroke: rgba(255,255,255,0.13);
    stroke-width: 1;
}
.flow-node.net rect { fill: rgba(115,102,171,0.16); stroke: rgba(185,174,232,0.32); }
.flow-node .ni { font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 11px; text-anchor: middle; }
.flow-node .nl  { fill: #e8e4f5; font-size: 13px; font-weight: 600; }
.flow-node .nl2 { fill: #d3cce9; font-size: 12px; font-weight: 600; text-anchor: middle; }
.flow-node .nl3 { fill: rgba(211,204,233,0.6); font-size: 9.5px; text-anchor: middle; letter-spacing: 0.03em; }

.hub-box { fill: rgba(115,102,171,0.92); stroke: rgba(185,174,232,0.55); stroke-width: 1.5; }
.hub-name { fill: #fff; font-size: 19px; font-weight: 800; text-anchor: middle; letter-spacing: -0.01em; }
.hub-sub  { fill: rgba(255,255,255,0.72); font-size: 8.5px; text-anchor: middle; letter-spacing: 0.05em; }
.hub-pulse { animation: hubPulse 3.2s ease-in-out infinite; }
@keyframes hubPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.045); } }

.flow-tag { font-size: 10px; font-weight: 700; letter-spacing: 0.07em; }
.flow-tag.emit-t { fill: #f5b35a; }
.flow-tag.recv-t { fill: #5fe3c0; }

@media (prefers-reduced-motion: reduce) {
    .flow-line, .hub-pulse, .pkt animateMotion { animation: none; }
    .pkt { display: none; }
}

/* ---- Bandeau obligation : ticker des echeances ---- */
.obligation-banner .ob-label {
    display: block;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(245,155,28,0.9);
    font-weight: 700;
    margin-bottom: 2px;
}
.obligation-banner .ob-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
}
.ob-ticker {
    height: 20px;
    overflow: hidden;
    animation: obRoll 16s cubic-bezier(0.7,0,0.3,1) infinite;
}
.ob-slide {
    height: 20px;
    line-height: 20px;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.88);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ob-slide strong { color: #fff; font-weight: 700; }
.ob-slide em { color: #f5b35a; font-style: normal; font-weight: 600; }
@keyframes obRoll {
    0%, 20%   { transform: translateY(0); }
    25%, 45%  { transform: translateY(-20px); }
    50%, 70%  { transform: translateY(-40px); }
    75%, 95%  { transform: translateY(-60px); }
    100%      { transform: translateY(-80px); }
}
@media (prefers-reduced-motion: reduce) {
    .ob-ticker { animation: none; }
}

/* ============ CANAUX : 4 sections animees ============ */
.grad-eo { color: #f59b1c; }
.dir-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.1rem; }
.dir-pill {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 0.74rem; font-weight: 600;
    padding: 5px 11px; border-radius: 8px;
}
.dir-pill i { font-size: 0.62rem; }
.dir-pill.emit { background: rgba(245,155,28,0.12); color: #b9740a; }
.dir-pill.recv { background: rgba(6,214,160,0.13); color: #088f6e; }
.feature-tag.is-violet { background: rgba(115,102,171,0.13); color: #6354a0; }
@media (max-width: 768px) {
    .feature-showcase .order-1-mobile { order: 1; }
    .feature-showcase .order-2-mobile { order: 2; }
    .feature-showcase .column { width: 100%; }
}

/* ---- 1. Terminal API ---- */
.anim-terminal {
    background: #14121b; border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px; overflow: hidden;
    box-shadow: 0 24px 50px -24px rgba(0,0,0,0.45);
    font-family: 'SF Mono','Fira Code',ui-monospace,monospace;
}
.term-head { display: flex; align-items: center; gap: 7px; padding: 11px 14px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.term-head .td { width: 11px; height: 11px; border-radius: 50%; }
.term-head .td.r { background: #ff5f57; } .term-head .td.y { background: #febc2e; } .term-head .td.g { background: #28c840; }
.term-title { color: rgba(255,255,255,0.35); font-size: 0.72rem; margin-left: 6px; }
.term-body { padding: 16px 18px; font-size: 0.8rem; line-height: 1.9; min-height: 190px; }
.term-line { opacity: 0; transform: translateY(6px); animation: termIn 8s cubic-bezier(0.22,1,0.36,1) infinite; }
.term-line.l1 { animation-delay: .1s; } .term-line.l2 { animation-delay: .7s; }
.term-line.l3 { animation-delay: 1.3s; } .term-line.l4 { animation-delay: 2.2s; } .term-line.l5 { animation-delay: 3.1s; }
@keyframes termIn { 0%{opacity:0;transform:translateY(6px)} 7%{opacity:1;transform:none} 90%{opacity:1} 97%,100%{opacity:0} }
.t-prompt { color: #06d6a0; } .t-cmd { color: #e8e4f5; } .t-dim { color: rgba(255,255,255,0.4); }
.t-str { color: #f5b35a; } .t-ok { color: #06d6a0; font-weight: 600; } .t-key { color: #b9aee8; }
.t-arrow { color: rgba(255,255,255,0.4); }
.t-badge { display: inline-block; padding: 1px 8px; border-radius: 6px; font-size: 0.68rem; font-weight: 700; }
.t-badge.sub { background: rgba(115,102,171,0.25); color: #b9aee8; }
.t-badge.app { background: rgba(6,214,160,0.2); color: #5fe3c0; opacity: 0; animation: appIn 8s infinite; animation-delay: 4.2s; }
@keyframes appIn { 0%,8%{opacity:0} 16%{opacity:1} 90%{opacity:1} 97%,100%{opacity:0} }

/* ---- 2. Inbox + extraction IA ---- */
.anim-inbox { background: #fff; border: 1px solid #ece9f3; border-radius: 14px; padding: 18px; box-shadow: 0 24px 50px -28px rgba(60,40,110,0.25); }
.ai-head { font-size: 0.8rem; color: #4a4458; margin-bottom: 14px; }
.ai-doc { position: relative; border: 1px dashed #d8d2ea; border-radius: 11px; padding: 14px; overflow: hidden; }
.ai-scan { position: absolute; left: 0; right: 0; top: 0; height: 38px; background: linear-gradient(180deg, rgba(115,102,171,0.18), transparent); border-top: 2px solid rgba(115,102,171,0.5); animation: aiScan 5s ease-in-out infinite; }
@keyframes aiScan { 0%{transform:translateY(-40px);opacity:0} 10%{opacity:1} 60%{transform:translateY(200px);opacity:1} 70%,100%{opacity:0} }
.ai-pdf { font-size: 0.82rem; font-weight: 700; color: #15131c; margin-bottom: 12px; }
.ai-pdf i { color: #e0392b; margin-right: 5px; }
.ai-field { display: flex; justify-content: space-between; font-size: 0.78rem; padding: 6px 0; border-bottom: 1px solid #f3f0f9; opacity: 0; transform: translateX(8px); animation: aiField 5s ease-out infinite; }
.ai-field span { color: #8a83a0; } .ai-field b { color: #15131c; }
.ai-field.f1 { animation-delay: 1.1s; } .ai-field.f2 { animation-delay: 1.5s; }
.ai-field.f3 { animation-delay: 1.9s; } .ai-field.f4 { animation-delay: 2.3s; }
@keyframes aiField { 0%,18%{opacity:0;transform:translateX(8px)} 30%{opacity:1;transform:none} 90%{opacity:1} 97%,100%{opacity:0} }
.ai-done { margin-top: 12px; font-size: 0.76rem; font-weight: 600; color: #088f6e; opacity: 0; animation: aiDone 5s ease-out infinite; animation-delay: 2.9s; }
.ai-done i { margin-right: 4px; }
@keyframes aiDone { 0%,50%{opacity:0} 60%{opacity:1} 90%{opacity:1} 97%,100%{opacity:0} }

/* ---- 3. Dashboard live ---- */
.anim-dash { background: #fff; border: 1px solid #ece9f3; border-radius: 14px; padding: 18px; box-shadow: 0 24px 50px -28px rgba(60,40,110,0.25); }
.ad-head { font-size: 0.82rem; color: #4a4458; margin-bottom: 14px; display: flex; align-items: center; gap: 7px; }
.ad-live { margin-left: auto; font-size: 0.66rem; font-weight: 700; color: #088f6e; display: inline-flex; align-items: center; gap: 5px; text-transform: uppercase; }
.ad-livedot { width: 7px; height: 7px; border-radius: 50%; background: #06d6a0; animation: pulse-dot 1.6s infinite; }
.ad-bars { display: flex; align-items: flex-end; gap: 8px; height: 90px; margin-bottom: 14px; }
.ad-bars span { flex: 1; height: var(--h); background: rgba(115,102,171,0.25); border-radius: 5px 5px 0 0; transform: scaleY(0.2); transform-origin: bottom; animation: adBar 3.4s ease-in-out infinite; }
.ad-bars span:nth-child(4), .ad-bars span:nth-child(7) { background: #7366ab; }
.ad-bars span:nth-child(1){animation-delay:0s} .ad-bars span:nth-child(2){animation-delay:.12s} .ad-bars span:nth-child(3){animation-delay:.24s} .ad-bars span:nth-child(4){animation-delay:.36s} .ad-bars span:nth-child(5){animation-delay:.48s} .ad-bars span:nth-child(6){animation-delay:.6s} .ad-bars span:nth-child(7){animation-delay:.72s} .ad-bars span:nth-child(8){animation-delay:.84s}
@keyframes adBar { 0%{transform:scaleY(0.2)} 45%,70%{transform:scaleY(1)} 100%{transform:scaleY(0.2)} }
.ad-row { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-bottom: 1px solid #f3f0f9; font-size: 0.8rem; }
.ad-row b { color: #15131c; } .ad-row i { margin-left: auto; font-style: normal; font-weight: 600; color: #15131c; }
.ad-tag { font-size: 0.66rem; font-weight: 700; padding: 2px 9px; border-radius: 20px; }
.ad-tag.s-app { background: rgba(6,214,160,0.16); color: #088f6e; }
.ad-tag.s-sub { background: rgba(115,102,171,0.16); color: #6354a0; }
.ad-tag.s-rec { background: rgba(245,155,28,0.16); color: #b9740a; }
.ad-new { opacity: 0; animation: adNew 3.4s ease-out infinite; animation-delay: 1.4s; }
@keyframes adNew { 0%,20%{opacity:0;transform:translateY(-8px)} 35%{opacity:1;transform:none} 90%{opacity:1} 100%{opacity:1} }

/* ---- 4. Widget embarque ---- */
.anim-widget { background: #fff; border: 1px solid #e6e2f0; border-radius: 14px; overflow: hidden; box-shadow: 0 24px 50px -26px rgba(60,40,110,0.3); }
.aw-bar { display: flex; align-items: center; gap: 6px; padding: 9px 12px; background: #f4f2f9; border-bottom: 1px solid #e6e2f0; }
.aw-d { width: 9px; height: 9px; border-radius: 50%; } .aw-d.r{background:#ff5f57} .aw-d.y{background:#febc2e} .aw-d.g{background:#28c840}
.aw-url { margin-left: 8px; font-size: 0.68rem; color: #8a83a0; background: #fff; border: 1px solid #e6e2f0; border-radius: 6px; padding: 3px 10px; flex: 1; }
.aw-page { display: flex; min-height: 200px; }
.aw-sidebar { width: 46px; background: #faf9fd; border-right: 1px solid #f0edf7; padding: 14px 0; display: flex; flex-direction: column; align-items: center; gap: 11px; }
.aw-sidebar span { width: 20px; height: 6px; border-radius: 3px; background: #e3def0; }
.aw-sidebar span:first-child { background: #7366ab; }
.aw-embed { flex: 1; padding: 16px; position: relative; }
.aw-embed-tag { position: absolute; top: 8px; right: 10px; font-size: 0.58rem; font-weight: 700; color: #7366ab; background: rgba(115,102,171,0.1); padding: 2px 8px; border-radius: 20px; }
/* Skeletons en overlay absolu : leur fondu ne decale plus les lignes (CLS=0). */
.aw-skel { position: absolute; left: 16px; right: 16px; height: 34px; border-radius: 8px; background: linear-gradient(90deg,#f0edf7 25%,#e7e2f2 37%,#f0edf7 63%); background-size: 400% 100%; animation: awShimmer 1.4s linear infinite, awSkelFade 5s ease-in-out infinite; }
.aw-skel.s1 { top: 16px; }
.aw-skel.s2 { top: 60px; right: auto; width: 70%; }
@keyframes awShimmer { 0%{background-position:100% 0} 100%{background-position:0 0} }
/* opacite uniquement (composite) : ne touche plus height/margin -> aucun layout shift */
@keyframes awSkelFade { 0%,30%{opacity:1} 40%,100%{opacity:0} }
.aw-rows { opacity: 0; animation: awRows 5s ease-out infinite; animation-delay: 1.6s; }
@keyframes awRows { 0%,30%{opacity:0} 45%{opacity:1} 100%{opacity:1} }
.aw-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 12px; border: 1px solid #f0edf7; border-radius: 9px; margin-bottom: 8px; font-size: 0.78rem; }
.aw-row b { color: #15131c; } .aw-row span { color: #6b6480; font-weight: 600; }

@media (prefers-reduced-motion: reduce) {
    .term-line, .t-badge.app, .ai-scan, .ai-field, .ai-done, .ad-bars span, .ad-new, .aw-rows { animation: none !important; opacity: 1 !important; transform: none !important; }
    .aw-skel { animation: none !important; opacity: 0 !important; } /* overlay absolu : masque pour laisser voir les lignes */
    .ad-bars span { transform: scaleY(1); }
    .ai-scan { display: none; }
}

/* ============ Comment ca marche : timeline scroll-revealed ============ */
.hiw-timeline { max-width: 720px; margin: 0 auto; }
.hiw-step { display: flex; gap: 22px; padding-bottom: 38px; }
.hiw-step:last-child { padding-bottom: 0; }
.hiw-rail { position: relative; width: 48px; flex-shrink: 0; display: flex; justify-content: center; }
.hiw-line {
    position: absolute; top: 48px; bottom: -38px; left: 50%; width: 2px;
    transform: translateX(-50%) scaleY(0); transform-origin: top;
    background: linear-gradient(180deg, rgba(115,102,171,0.55), rgba(115,102,171,0.1));
    transition: transform 0.7s ease 0.25s;
}
.hiw-step.is-visible .hiw-line { transform: translateX(-50%) scaleY(1); }
.hiw-num {
    width: 48px; height: 48px; border-radius: 14px; color: #fff;
    font-weight: 800; font-size: 1.15rem;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 10px 22px -10px rgba(60,40,110,0.5);
    transform: scale(0) rotate(-8deg);
    transition: transform 0.55s cubic-bezier(0.34,1.56,0.64,1);
    position: relative; z-index: 2;
}
.hiw-step.is-visible .hiw-num { transform: scale(1) rotate(0); }
.hiw-num.violet { background: #7366ab; } .hiw-num.orange { background: #f59b1c; } .hiw-num.green { background: #06d6a0; }
.hiw-content { padding-top: 3px; opacity: 0; transform: translateY(14px); transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0.1s; }
.hiw-step.is-visible .hiw-content { opacity: 1; transform: none; }
.hiw-title { font-size: 1.15rem; font-weight: 700; color: #15131c; margin-bottom: 2px; }
.hiw-lead { color: #6b6480; font-size: 0.92rem; margin-bottom: 12px; }
.hiw-detail { list-style: none; padding: 0; margin: 0; }
.hiw-detail li {
    display: flex; align-items: flex-start; gap: 9px;
    font-size: 0.86rem; color: #4a4458; padding: 5px 0;
    opacity: 0; transform: translateX(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.hiw-detail li i { color: #06d6a0; font-size: 0.72rem; margin-top: 4px; flex-shrink: 0; }
.hiw-step.is-visible .hiw-detail li { opacity: 1; transform: none; }
.hiw-step.is-visible .hiw-detail li:nth-child(1) { transition-delay: 0.28s; }
.hiw-step.is-visible .hiw-detail li:nth-child(2) { transition-delay: 0.42s; }
.hiw-step.is-visible .hiw-detail li:nth-child(3) { transition-delay: 0.56s; }
@media (prefers-reduced-motion: reduce) {
    .hiw-line, .hiw-num, .hiw-content, .hiw-detail li { transition: none !important; opacity: 1 !important; }
    .hiw-num { transform: scale(1) !important; }
    .hiw-line { transform: translateX(-50%) scaleY(1) !important; }
    .hiw-content, .hiw-detail li { transform: none !important; }
}

/* ---- timeline : 3 colonnes (visuel a droite, pleine largeur) ---- */
.hiw-timeline { max-width: 1060px; }
.hiw-content { flex: 1; min-width: 0; }
.hiw-visual {
    width: 360px; flex-shrink: 0; padding-top: 2px;
    opacity: 0; transform: translateX(18px);
    transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}
.hiw-step.is-visible .hiw-visual { opacity: 1; transform: none; }
.hv-card { background: #fff; border: 1px solid #ece9f3; border-radius: 14px; padding: 15px 18px; box-shadow: 0 18px 40px -24px rgba(60,40,110,0.26); }
.hv-card-h { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.03em; color: #7366ab; margin-bottom: 12px; text-transform: uppercase; }
.hv-card-h i { margin-right: 6px; }
.hv-row { display: flex; justify-content: space-between; align-items: center; font-size: 0.8rem; padding: 7px 0; border-bottom: 1px solid #f4f1fa; }
.hv-row:last-child { border-bottom: none; }
.hv-row span { color: #8a83a0; } .hv-row b { color: #15131c; font-weight: 600; }
.hv-row code, .hv-srow code { font-family: 'SF Mono','Fira Code',monospace; font-size: 0.72rem; color: #6354a0; background: #f5f2fb; padding: 2px 7px; border-radius: 5px; }
.hv-ok { color: #06d6a0; }
.hv-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }
.hv-chip { display: inline-flex; align-items: center; gap: 6px; font-size: 0.76rem; font-weight: 600; padding: 6px 11px; border-radius: 9px; background: #f4f2f9; color: #9a93ac; border: 1px solid #ece9f3; }
.hv-chip i { font-size: 0.7rem; }
.hv-chip.on { background: rgba(115,102,171,0.1); color: #6354a0; border-color: rgba(115,102,171,0.28); }
.hv-note { font-size: 0.74rem; color: #8a83a0; margin-top: 2px; }
.hv-note .hv-ok { margin-right: 4px; }
.hv-flow { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.hv-src { font-size: 0.74rem; font-weight: 600; color: #15131c; background: #f4f2f9; padding: 6px 9px; border-radius: 8px; }
.hv-arr { color: #c8c0e0; font-size: 0.68rem; }
.hv-fmts { display: inline-flex; gap: 4px; }
.hv-fmts b { font-size: 0.66rem; font-weight: 700; color: #6354a0; background: rgba(115,102,171,0.1); padding: 4px 7px; border-radius: 6px; }
.hv-pdp { font-size: 0.74rem; font-weight: 700; color: #088f6e; background: rgba(6,214,160,0.12); padding: 6px 9px; border-radius: 8px; }
.hv-srow { display: flex; justify-content: space-between; align-items: center; padding: 7px 0; border-bottom: 1px solid #f4f1fa; font-size: 0.8rem; }
.hv-srow b { color: #15131c; }
.hv-tag { font-size: 0.66rem; font-weight: 700; padding: 2px 9px; border-radius: 20px; }
.hv-tag.g { background: rgba(6,214,160,0.15); color: #088f6e; }
.hv-tag.v { background: rgba(115,102,171,0.15); color: #6354a0; }
.hv-tag.o { background: rgba(245,155,28,0.15); color: #b9740a; }
.hv-export { margin-top: 10px; font-size: 0.74rem; font-weight: 600; color: #6354a0; background: #f5f2fb; border-radius: 8px; padding: 8px 10px; }
.hv-export i { margin-right: 6px; }
@media (max-width: 860px) {
    .hiw-step { flex-wrap: wrap; }
    .hiw-visual { width: 100%; margin-left: 70px; margin-top: 14px; }
}
@media (prefers-reduced-motion: reduce) {
    .hiw-visual { transition: none !important; opacity: 1 !important; transform: none !important; }
}

/* ============ Conformite : vague de validation ============ */
.conformite-item { position: relative; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.conf-check {
    position: absolute; top: 9px; right: 9px;
    width: 20px; height: 20px; border-radius: 50%;
    background: #06d6a0; color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.6rem; box-shadow: 0 3px 8px rgba(6,214,160,0.45);
    opacity: 0; transform: scale(0.4);
}
/* La vague ne demarre qu'une fois la section visible (scroll) */
.conf-wave .column { --d: 0s; }
.conf-wave .column:nth-child(2) { --d: 0.9s; }
.conf-wave .column:nth-child(3) { --d: 1.8s; }
.conf-wave .column:nth-child(4) { --d: 2.7s; }
.conf-wave .column:nth-child(5) { --d: 3.6s; }
.conf-wave .column:nth-child(6) { --d: 4.5s; }
.conf-wave.is-visible .conformite-item {
    outline: 2px solid transparent; outline-offset: 3px;
    animation: confItem 7s ease-in-out var(--d) infinite;
}
.conf-wave.is-visible .conf-check { animation: confCheck 7s ease-in-out var(--d) infinite; }
.conf-wave.is-visible .conformite-icon { animation: confIcon 7s ease-in-out var(--d) infinite; }
@keyframes confItem {
    0%, 2%   { transform: translateY(0); outline-color: transparent; box-shadow: none; }
    6%       { transform: translateY(-7px); outline-color: rgba(6,214,160,0.55); box-shadow: 0 18px 34px -18px rgba(6,214,160,0.5); }
    16%      { transform: translateY(-7px); outline-color: rgba(6,214,160,0.55); box-shadow: 0 18px 34px -18px rgba(6,214,160,0.5); }
    22%, 100%{ transform: translateY(0); outline-color: transparent; box-shadow: none; }
}
@keyframes confCheck {
    0%, 3%   { opacity: 0; transform: scale(0.4); }
    8%       { opacity: 1; transform: scale(1); }
    16%      { opacity: 1; transform: scale(1); }
    22%, 100%{ opacity: 0; transform: scale(0.4); }
}
@keyframes confIcon {
    0%, 4%   { transform: scale(1); }
    9%, 15%  { transform: scale(1.08); }
    22%, 100%{ transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
    .conf-wave.is-visible .conformite-item,
    .conf-wave.is-visible .conf-check,
    .conf-wave.is-visible .conformite-icon { animation: none !important; }
    .conf-check { opacity: 1; transform: scale(1); }
}

/* ============ Tarif Pro : carte inversee (sombre) pour ressortir ============ */
#pricing .pricing-card.is-popular {
    background: #1b1730;
    border-color: #2a2348;
    box-shadow: 0 34px 64px -26px rgba(25,16,55,0.6);
    transform: translateY(-10px);
}
#pricing .pricing-card.is-popular:hover {
    transform: translateY(-16px);
    box-shadow: 0 46px 82px -28px rgba(25,16,55,0.68);
}
#pricing .pricing-card.is-popular h3,
#pricing .pricing-card.is-popular .pricing-price { color: #fff; }
#pricing .pricing-card.is-popular .pricing-price small { color: rgba(255,255,255,0.5); }
#pricing .pricing-card.is-popular .pricing-features li {
    color: rgba(255,255,255,0.85);
    border-bottom-color: rgba(255,255,255,0.09);
}
#pricing .pricing-card.is-popular .popular-badge {
    background: #f59b1c;
    box-shadow: 0 8px 18px -6px rgba(245,155,28,0.6);
}
#pricing .pricing-card.is-popular .button.is-ediflo {
    background: #ffffff; color: #1b1730; border-color: #ffffff; font-weight: 700;
}
#pricing .pricing-card.is-popular .button.is-ediflo:hover {
    background: #efedf6; color: #1b1730;
}

/* ---- Section "Vous ne changez rien" (message cle) ---- */
#no-change .keep-list { display: flex; flex-direction: column; gap: 12px; }
.keep-row { display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid #ece9f3; border-radius: 14px; padding: 15px 18px; box-shadow: 0 14px 34px -26px rgba(60,40,110,0.28); }
.keep-ic { width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 1.05rem; }
.keep-ic.violet { background: rgba(115,102,171,0.12); color: #6354a0; }
.keep-ic.orange { background: rgba(245,155,28,0.14); color: #b9740a; }
.keep-ic.green  { background: rgba(6,214,160,0.14); color: #088f6e; }
.keep-txt { flex: 1; min-width: 0; }
.keep-txt b { display: block; color: #15131c; font-size: 0.98rem; }
.keep-txt span { display: block; color: #7a7392; font-size: 0.84rem; margin-top: 2px; }
.keep-ok { color: #06d6a0; font-size: 1.1rem; flex-shrink: 0; }
.keep-foot { margin-top: 16px; font-size: 0.92rem; color: #5b5470; line-height: 1.6; padding-left: 2px; }
.keep-foot strong { color: #15131c; }
@media (max-width: 768px) { .keep-row { padding: 13px 14px; gap: 12px; } }

/* Gras du sous-titre hero : blanc plein (ressort sur l'opacite 0.85) */
.hero-ediflo-v2 .subtitle strong { color: #fff; font-weight: 700; }

/* ---- Boutons navbar (Connexion / Essai gratuit) ---- */
.navbar-ediflo .navbar-end .buttons .button {
    border-radius: 9px;
    font-weight: 600;
    padding-left: 1.15rem; padding-right: 1.15rem;
    transition: transform .18s cubic-bezier(.16,1,.3,1), box-shadow .18s, background .18s, color .18s;
}
/* Connexion : gris plus marque + hover */
.navbar-ediflo .navbar-end .buttons .button.is-light {
    background: #e7e4f0; color: #494264; border: 1px solid transparent;
}
.navbar-ediflo .navbar-end .buttons .button.is-light:hover {
    background: #d9d4ec; color: #2c2647;
    transform: translateY(-1px);
    box-shadow: 0 7px 16px -9px rgba(60,40,110,.45);
}
.navbar-ediflo .navbar-end .buttons .button.is-light:active { transform: translateY(0); box-shadow: none; }
/* Essai gratuit : violet + hover stylise + balayage */
.navbar-ediflo .navbar-end .buttons .button.is-ediflo {
    background: linear-gradient(135deg, #7d6fb8 0%, #6a5da4 100%);
    color: #fff; border: none;
    box-shadow: 0 6px 16px -8px rgba(115,102,171,.55);
    position: relative; overflow: hidden;
}
.navbar-ediflo .navbar-end .buttons .button.is-ediflo:hover {
    transform: translateY(-2px);
    box-shadow: 0 13px 26px -8px rgba(115,102,171,.7);
    color: #fff;
}
.navbar-ediflo .navbar-end .buttons .button.is-ediflo:active { transform: translateY(0); box-shadow: 0 4px 12px -6px rgba(115,102,171,.5); }
.navbar-ediflo .navbar-end .buttons .button.is-ediflo::after {
    content: ''; position: absolute; top: 0; left: -130%;
    width: 55%; height: 100%;
    background: linear-gradient(100deg, transparent, rgba(255,255,255,.30), transparent);
    transform: skewX(-18deg); transition: left .6s ease;
    pointer-events: none;
}
.navbar-ediflo .navbar-end .buttons .button.is-ediflo:hover::after { left: 140%; }

/* ============ Boutons unifies (esprit header) ============ */
.button.is-ediflo, .button.is-ediflo-outline {
    border-radius: 10px; font-weight: 700;
    transition: transform .18s cubic-bezier(.16,1,.3,1), box-shadow .18s, background .18s, color .18s, border-color .18s;
}
/* Primaire : violet degrade + balayage au survol */
.button.is-ediflo {
    background: linear-gradient(135deg, #7d6fb8 0%, #6a5da4 100%);
    color: #fff; border: none;
    box-shadow: 0 6px 16px -8px rgba(115,102,171,.55);
    position: relative; overflow: hidden;
}
.button.is-ediflo:hover { transform: translateY(-2px); box-shadow: 0 13px 28px -8px rgba(115,102,171,.7); color: #fff; }
.button.is-ediflo:active { transform: translateY(0); box-shadow: 0 4px 12px -6px rgba(115,102,171,.5); }
.button.is-ediflo::after {
    content: ''; position: absolute; top: 0; left: -130%; width: 55%; height: 100%;
    background: linear-gradient(100deg, transparent, rgba(255,255,255,.28), transparent);
    transform: skewX(-18deg); transition: left .6s ease; pointer-events: none;
}
.button.is-ediflo:hover::after { left: 140%; }
/* Secondaire : contour raffine + hover */
.button.is-ediflo-outline {
    background: rgba(115,102,171,0.05); color: #6354a0;
    border: 1.5px solid rgba(115,102,171,0.32);
}
.button.is-ediflo-outline:hover {
    background: rgba(115,102,171,0.11); border-color: rgba(115,102,171,0.55); color: #574a93;
    transform: translateY(-2px); box-shadow: 0 10px 22px -12px rgba(115,102,171,.4);
}
.button.is-ediflo-outline:active { transform: translateY(0); box-shadow: none; }
/* Boutons sur fonds gradient (CTA final, article) : arrondi + lift */
.cta-gradient .button, .article-cta .button { border-radius: 10px; transition: transform .18s cubic-bezier(.16,1,.3,1), box-shadow .18s; }
.cta-gradient .button:hover, .article-cta .button:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -10px rgba(0,0,0,0.4); }
.cta-gradient .button:active, .article-cta .button:active { transform: translateY(0); }
