/* WiseBled — Landing ultra-moderne */

.page-home {
    --home-bg: #f8fafc;
    --home-ink: #0f172a;
    --home-accent: #6366f1;
    --home-accent-2: #8b5cf6;
    --home-cyan: #22d3ee;
    --home-glow: rgba(99, 102, 241, 0.45);
    --home-glass: rgba(255, 255, 255, 0.65);
    --ease-fluid: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
    background: var(--home-bg);
    color: var(--home-ink);
}

html:has(.page-home) {
    scroll-behavior: smooth;
}

/* Fond global */
.page-home .mesh-bg {
    position: relative;
    background:
        radial-gradient(ellipse 120% 80% at 0% -20%, rgba(99, 102, 241, 0.18), transparent 50%),
        radial-gradient(ellipse 80% 60% at 100% 0%, rgba(139, 92, 246, 0.14), transparent 45%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(34, 211, 238, 0.08), transparent 55%),
        linear-gradient(180deg, #f8fafc 0%, #f1f5f9 40%, #eef2ff 100%);
}

.page-home .aurora-layer {
    position: absolute;
    inset: -20% -10%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.7;
    background:
        radial-gradient(ellipse 40% 30% at 20% 20%, rgba(99, 102, 241, 0.25), transparent 50%),
        radial-gradient(ellipse 35% 25% at 80% 30%, rgba(139, 92, 246, 0.2), transparent 50%),
        radial-gradient(ellipse 30% 20% at 50% 80%, rgba(34, 211, 238, 0.15), transparent 50%);
    animation: aurora-drift 18s ease-in-out infinite alternate;
}
@keyframes aurora-drift {
    0% { transform: translate(0, 0) rotate(0deg) scale(1); }
    100% { transform: translate(3%, 2%) rotate(2deg) scale(1.05); }
}

.page-home .hero-spotlight {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease;
    background: radial-gradient(
        600px circle at var(--spot-x, 50%) var(--spot-y, 50%),
        rgba(99, 102, 241, 0.12),
        transparent 45%
    );
}
.page-home #hero:hover .hero-spotlight {
    opacity: 1;
}

.page-home .grid-pattern {
    background-image:
        linear-gradient(to right, rgba(99, 102, 241, 0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(99, 102, 241, 0.03) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse 90% 70% at 50% 0%, #000 25%, transparent 85%);
}

.page-home .grain-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.35;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    z-index: 1;
}

/* Orbes ambient */
.page-home .orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
    animation: orb-float 12s ease-in-out infinite;
}
.page-home .orb-1 {
    width: 420px; height: 420px;
    top: -120px; left: -80px;
    background: rgba(99, 102, 241, 0.35);
}
.page-home .orb-2 {
    width: 360px; height: 360px;
    top: 10%; right: -100px;
    background: rgba(139, 92, 246, 0.28);
    animation-delay: -4s;
}
.page-home .orb-3 {
    width: 280px; height: 280px;
    bottom: 20%; left: 30%;
    background: rgba(34, 211, 238, 0.2);
    animation-delay: -8s;
}
@keyframes orb-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(20px, -15px) scale(1.05); }
    66% { transform: translate(-15px, 10px) scale(0.95); }
}

/* Hero */
.page-home #hero {
    position: relative;
    min-height: min(92vh, 900px);
    display: flex;
    align-items: center;
    padding: 3rem 0 4rem;
}

.page-home .hero-glow-title {
    background: linear-gradient(135deg, #0f172a 0%, #334155 40%, #4f46e5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-home .hero-word-accent {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #22d3ee 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto;
    animation: shimmer-text 6s ease infinite;
}
@keyframes shimmer-text {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
}

.page-home .badge-pill {
    background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255,255,255,0.6));
    border: 1px solid rgba(99, 102, 241, 0.25);
    box-shadow: 0 4px 24px -8px rgba(99, 102, 241, 0.25), inset 0 1px 0 rgba(255,255,255,0.9);
    backdrop-filter: blur(12px);
}

.page-home .badge-pill-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 12px #22c55e;
    animation: pulse-dot 2s ease infinite;
}
@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.2); }
}

/* Boutons premium */
.page-home .btn-glow {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 40%, #7c3aed 100%);
    box-shadow: 0 4px 28px -4px var(--home-glow), 0 0 0 1px rgba(255,255,255,0.15) inset;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}
.page-home .btn-glow::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.25) 50%, transparent 60%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}
.page-home .btn-glow:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 16px 48px -8px var(--home-glow), 0 0 0 1px rgba(255,255,255,0.2) inset;
}
.page-home .btn-glow:hover::before {
    transform: translateX(100%);
}

.page-home .btn-ghost {
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(99, 102, 241, 0.15);
    box-shadow: 0 2px 16px -4px rgba(15, 23, 42, 0.08);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.page-home .btn-ghost:hover {
    border-color: rgba(99, 102, 241, 0.4);
    box-shadow: 0 8px 32px -8px rgba(99, 102, 241, 0.2);
    transform: translateY(-2px);
}

.page-home .trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(8px);
    font-size: 0.8125rem;
    font-weight: 500;
    color: #475569;
    transition: all 0.25s ease;
}
.page-home .trust-chip:hover {
    border-color: rgba(99, 102, 241, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px -8px rgba(99, 102, 241, 0.2);
}

/* Panneau hero (Lottie ou vidéo) */
.page-home .hero-lottie-panel,
.page-home .hero-video-panel {
    position: relative;
    min-height: 400px;
    border-radius: 1.75rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.95) 0%, rgba(238,242,255,0.9) 100%);
    border: 1px solid rgba(255,255,255,0.8);
    box-shadow:
        0 0 0 1px rgba(99, 102, 241, 0.08),
        0 32px 64px -24px rgba(79, 70, 229, 0.35),
        0 0 80px -20px rgba(139, 92, 246, 0.2);
    overflow: hidden;
}
.page-home .hero-video-panel {
    display: block;
    padding: 0;
    min-height: 0;
}
.page-home .hero-video-panel > .hero-video-split {
    position: relative;
    z-index: 3;
}
.page-home .hero-video-split {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    min-height: 0;
}
.page-home .hero-video-frame {
    position: relative;
    flex: 0 0 44%;
    width: 44%;
    min-width: 10.5rem;
    max-width: 17rem;
    aspect-ratio: 9 / 16;
    height: auto;
    max-height: min(480px, 68vh);
    align-self: center;
    margin: 0.65rem 0 0.65rem 0.65rem;
    background: #0f172a;
    overflow: hidden;
    border-radius: 1.1rem;
    box-shadow: 0 12px 40px -16px rgba(15, 23, 42, 0.45);
}
.page-home .hero-video-side {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.85rem;
    padding: 1.15rem 1.2rem 1.15rem 1rem;
    background: linear-gradient(145deg, #ffffff 0%, #f1f5f9 100%);
    border-left: 1px solid rgba(226, 232, 240, 0.85);
}
.page-home .hero-video-kpi {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 0.9rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 24px -12px rgba(79, 70, 229, 0.15);
}
.page-home .hero-video-kpi-label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 0.15rem;
}
.page-home .hero-video-kpi-value {
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: clamp(1.25rem, 4vw, 1.5rem);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
}
.page-home .hero-video-kpi-value span {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748b;
}
.page-home .hero-video-metrics {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.page-home .hero-video-metrics li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #475569;
    line-height: 1.35;
}
.page-home .hero-video-metrics li strong {
    color: #0f172a;
    font-weight: 700;
}
.page-home .hero-video-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 0.25rem;
    padding: 0.65rem 1rem;
    border-radius: 0.85rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    box-shadow: 0 8px 24px -8px rgba(79, 70, 229, 0.45);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}
.page-home .hero-video-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px -8px rgba(79, 70, 229, 0.5);
}
.page-home .hero-video-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 20%, rgba(99, 102, 241, 0.2), transparent 65%);
    pointer-events: none;
    z-index: 0;
}
.page-home .hero-video {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: center center;
    background: #0f172a;
}
.page-home .hero-video-live {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.7rem;
    border-radius: 9999px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
}
.page-home .hero-video-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ef4444;
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.5);
    animation: hero-video-pulse 2s ease-out infinite;
}
@keyframes hero-video-pulse {
    0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.45); }
    70% { box-shadow: 0 0 0 8px rgba(239, 68, 68, 0); }
    100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
@media (max-width: 639px) {
    .page-home .hero-video-split {
        flex-direction: column;
        align-items: stretch;
    }
    .page-home .hero-video-frame {
        flex: 0 0 auto;
        width: min(14rem, 58vw);
        max-width: 14rem;
        max-height: min(400px, 52vh);
        margin: 0.75rem auto 0;
        border-radius: 1.1rem;
    }
    .page-home .hero-video-side {
        border-left: none;
        border-top: 1px solid rgba(226, 232, 240, 0.85);
        padding: 0.9rem 0.85rem 1rem;
    }
    .page-home .hero-video-kpi-value {
        font-size: 1.15rem;
    }
    .page-home .hero-video-metrics li {
        font-size: 0.6875rem;
    }
}
@media (min-width: 1024px) {
    .page-home .hero-video-frame {
        flex-basis: 42%;
        width: 42%;
        max-width: 18rem;
        margin: 0.85rem 0 0.85rem 0.85rem;
    }
    .page-home .hero-video-side {
        padding: 1.35rem 1.4rem 1.35rem 1.15rem;
        gap: 1rem;
    }
}
.page-home .hero-lottie-panel::before,
.page-home .hero-video-panel::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(99,102,241,0.5), rgba(139,92,246,0.2), rgba(34,211,238,0.3));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
}

.page-home .float-card {
    position: absolute;
    z-index: 5;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.9);
    box-shadow: 0 12px 40px -12px rgba(15, 23, 42, 0.15);
    animation: float-card 5s ease-in-out infinite;
}
.page-home .float-card-1 { top: 8%; right: 0; animation-delay: 0s; }
.page-home .float-card-2 { bottom: 28%; left: 0; animation-delay: -2s; }
.page-home .hero-visual-wrap:has(.hero-video-panel) .float-card-1 {
    top: 4%;
    right: 0;
}
.page-home .hero-visual-wrap:has(.hero-video-panel) .float-card-2 {
    top: 50%;
    bottom: auto;
    left: -5%;
    transform: translateY(-50%);
}
.page-home .hero-visual-wrap:has(.hero-video-panel) .float-card-3 {
    bottom: 6%;
    right: 2%;
    top: auto;
}
.page-home .hero-visual-wrap:has(.hero-video-panel) .float-card {
    display: none;
}
.page-home .hero-video-panel.shine-card::before {
    display: none;
}
@keyframes float-card {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.page-home .glass {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 32px -8px rgba(15, 23, 42, 0.1), inset 0 1px 0 rgba(255,255,255,1);
}

.page-home .glass-dark {
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(28px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 48px -12px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.06);
}

/* Stats */
.page-home .stat-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fafbff 100%);
}
.page-home .stat-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #4f46e5, #8b5cf6, #22d3ee);
    opacity: 0;
    transition: opacity 0.35s ease;
}
.page-home .stat-card:hover::before { opacity: 1; }
.page-home .stat-value {
    background: linear-gradient(135deg, #0f172a, #4f46e5);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-home .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(139, 92, 246, 0.06));
    color: #4f46e5;
    box-shadow: 0 4px 16px -4px rgba(99, 102, 241, 0.2);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}
.page-home .bento-card:hover .icon-box {
    transform: scale(1.08) rotate(-3deg);
    box-shadow: 0 8px 24px -4px rgba(99, 102, 241, 0.35);
}

/* Bento cards */
.page-home .bento-card {
    position: relative;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #ffffff 0%, #fefefe 100%);
    border: 1px solid rgba(15, 23, 42, 0.05);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px -8px rgba(15, 23, 42, 0.06);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}
.page-home .bento-card:hover {
    transform: translateY(-6px);
    border-color: rgba(99, 102, 241, 0.2);
    box-shadow:
        0 24px 56px -16px rgba(79, 70, 229, 0.18),
        0 0 0 1px rgba(99, 102, 241, 0.1);
}

.page-home .bento-card-premium {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(238,242,255,0.5) 100%);
}

.page-home .section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #6366f1;
    font-family: 'Outfit', system-ui, sans-serif;
}
.page-home .section-eyebrow::before {
    content: '';
    width: 24px; height: 2px;
    background: linear-gradient(90deg, #6366f1, transparent);
    border-radius: 1px;
}

.page-home .section-title {
    font-family: 'Outfit', system-ui, sans-serif;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

/* Timeline processus */
.page-home .steps-grid {
    position: relative;
}
.page-home .steps-grid::before {
    content: '';
    position: absolute;
    top: 4rem;
    left: 16.66%;
    right: 16.66%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(99,102,241,0.3), rgba(139,92,246,0.3), transparent);
    display: none;
}
@media (min-width: 768px) {
    .page-home .steps-grid::before { display: block; }
}
.page-home .step-card {
    position: relative;
    z-index: 1;
}
.page-home .step-number {
    width: 3rem; height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 0.875rem;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: white;
    box-shadow: 0 8px 24px -6px rgba(79, 70, 229, 0.5);
}

/* Showcase ring */
.page-home .lottie-ring {
    position: relative;
    border-radius: 2rem;
    padding: 1px;
    background: linear-gradient(135deg, rgba(99,102,241,0.4), rgba(34,211,238,0.2), rgba(139,92,246,0.4));
    box-shadow: 0 32px 64px -24px rgba(79, 70, 229, 0.25);
}
.page-home .lottie-ring-inner {
    border-radius: calc(2rem - 1px);
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(20px);
    padding: 1.5rem;
}

/* Section mobile */
.page-home .section-mobile {
    position: relative;
    background:
        radial-gradient(ellipse 80% 60% at 20% 50%, rgba(99, 102, 241, 0.08), transparent),
        radial-gradient(ellipse 60% 50% at 80% 50%, rgba(139, 92, 246, 0.06), transparent);
}
.page-home .section-mobile-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse 50% 40% at 75% 50%, rgba(99, 102, 241, 0.12), transparent 70%);
}
.page-home .mobile-visual-wrap {
    position: relative;
}
.page-home .lottie-panel-mobile {
    position: relative;
    border-radius: 2rem;
    background: linear-gradient(145deg, #ffffff, #f5f3ff);
    box-shadow: 0 32px 64px -24px rgba(79, 70, 229, 0.2);
    min-height: 380px;
    overflow: visible;
}
.page-home .lottie-mobile-inner {
    position: relative;
    z-index: 2;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-home .mobile-lottie-fallback {
    position: absolute;
    inset: 1.5rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: opacity 0.5s ease;
}
.page-home .mobile-lottie-fallback.is-hidden {
    opacity: 0;
    visibility: hidden;
}
.page-home .mobile-phone-mock {
    width: 200px;
    height: 360px;
    border-radius: 2rem;
    background: linear-gradient(180deg, #1e1b4b 0%, #312e81 100%);
    border: 3px solid rgba(99, 102, 241, 0.35);
    box-shadow:
        0 24px 48px -12px rgba(79, 70, 229, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    animation: phone-float 5s ease-in-out infinite;
}
@keyframes phone-float {
    0%, 100% { transform: translateY(0) rotate(-2deg); }
    50% { transform: translateY(-12px) rotate(2deg); }
}
.page-home .mobile-phone-notch {
    width: 40%;
    height: 6px;
    background: rgba(0,0,0,0.35);
    border-radius: 99px;
    margin: 4px auto 8px;
}
.page-home .mobile-phone-screen {
    flex: 1;
    border-radius: 1.25rem;
    background: linear-gradient(160deg, rgba(99,102,241,0.25), rgba(34,211,238,0.15));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 1rem;
}
.page-home .mobile-phone-screen span {
    font-size: 0.65rem;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.page-home .mobile-phone-screen strong {
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    color: #c7d2fe;
}
.page-home .mobile-orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px dashed rgba(99, 102, 241, 0.2);
    pointer-events: none;
    animation: orbit-spin 20s linear infinite;
}
.page-home .mobile-orbit-1 { width: 110%; height: 110%; top: -5%; left: -5%; }
.page-home .mobile-orbit-2 { width: 130%; height: 130%; top: -15%; left: -15%; animation-direction: reverse; animation-duration: 28s; }
@keyframes orbit-spin {
    to { transform: rotate(360deg); }
}
.page-home .section-mobile .title-shimmer {
    display: inline-block;
}
.page-home .lottie-panel-mobile::after {
    content: '';
    position: absolute;
    inset: -20px;
    background: radial-gradient(circle, rgba(99,102,241,0.15), transparent 70%);
    z-index: -1;
    filter: blur(24px);
}

.page-home .feature-list-item {
    padding: 1rem 1.25rem;
    border-radius: 1rem;
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(99, 102, 241, 0.08);
    transition: all 0.3s ease;
}
.page-home .feature-list-item:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.2);
    transform: translateX(6px);
    box-shadow: 0 8px 24px -8px rgba(99, 102, 241, 0.15);
}

/* Marquee premium */
.page-home .marquee-section {
    background: linear-gradient(180deg, rgba(255,255,255,0.8), rgba(255,255,255,0.4));
    border-block: 1px solid rgba(99, 102, 241, 0.08);
}
.page-home .marquee-track {
    display: flex;
    gap: 1.5rem;
    animation: marquee 35s linear infinite;
    width: max-content;
}
.page-home .brand-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    border-radius: 9999px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 2px 12px -4px rgba(15, 23, 42, 0.06);
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.9375rem;
    color: #94a3b8;
    white-space: nowrap;
    transition: all 0.3s ease;
}
.page-home .brand-pill:hover {
    color: #6366f1;
    border-color: rgba(99, 102, 241, 0.2);
    transform: scale(1.05);
}
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Témoignage */
.page-home .testimonial-card {
    position: relative;
    background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(238,242,255,0.8));
    border: 1px solid rgba(99, 102, 241, 0.12);
    box-shadow: 0 24px 64px -24px rgba(79, 70, 229, 0.15);
}
.page-home .testimonial-card::before {
    content: '"';
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    font-size: 6rem;
    line-height: 1;
    font-family: Georgia, serif;
    color: rgba(99, 102, 241, 0.08);
    pointer-events: none;
}

/* Feature cards */
.page-home .feature-card {
    overflow: hidden;
}
.page-home .feature-card .lottie-zone {
    background: linear-gradient(180deg, rgba(238,242,255,0.5), transparent);
    border-radius: 1rem 1rem 0 0;
    margin: -1.5rem -1.5rem 1.5rem -1.5rem;
    padding: 1.5rem 1.5rem 0;
}
.page-home .badge-popular {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: white;
    box-shadow: 0 4px 16px -4px rgba(79, 70, 229, 0.5);
}

/* Offline dark */
.page-home .section-dark {
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0f172a 100%);
}
.page-home .section-dark::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 80% at 0% 50%, rgba(99,102,241,0.2), transparent),
        radial-gradient(ellipse 50% 80% at 100% 50%, rgba(139,92,246,0.15), transparent);
    pointer-events: none;
}
.page-home .section-dark .section-eyebrow { color: #a5b4fc; }
.page-home .section-dark .section-eyebrow::before {
    background: linear-gradient(90deg, #818cf8, transparent);
}

/* CTA */
.page-home .cta-mesh {
    position: relative;
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 35%, #4f46e5 70%, #5b21b6 100%);
    overflow: hidden;
}
.page-home .cta-mesh::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 100% at 50% 120%, rgba(255,255,255,0.15), transparent),
        radial-gradient(circle at 20% 30%, rgba(34,211,238,0.2), transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(139,92,246,0.25), transparent 40%);
    pointer-events: none;
}
.page-home .cta-card {
    position: relative;
    padding: 3rem 2rem;
    border-radius: 2rem;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 32px 64px -24px rgba(0,0,0,0.3);
}

/* Lottie */
.page-home .lottie-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.page-home .lottie-illustration { width: 100%; min-height: 280px; }
.page-home .lottie-panel-mobile .lottie-illustration { min-height: 360px; }
.page-home .lottie-wrap svg {
    max-width: 100%;
    height: auto;
}

.page-home #lottie-hero-main { min-height: 300px; width: 100%; }
.page-home #lottie-hero-main svg { width: 100% !important; height: auto !important; }

.page-home .hero-dashboard-fallback {
    position: absolute;
    inset: 1.5rem;
    border-radius: 1.25rem;
    background: linear-gradient(180deg, #1e1b4b 0%, #312e81 100%);
    padding: 1.25rem;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 0.75rem;
    z-index: 0;
}
.page-home .hero-dashboard-fallback.is-hidden { display: none; }
.page-home .hero-dash-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
.page-home .hero-dash-kpi {
    background: rgba(255,255,255,0.08);
    border-radius: 0.75rem;
    padding: 0.625rem;
    border: 1px solid rgba(255,255,255,0.1);
}
.page-home .hero-dash-kpi span { font-size: 0.625rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.06em; display: block; }
.page-home .hero-dash-kpi strong { font-size: 1.125rem; color: #c7d2fe; font-family: 'Outfit', sans-serif; display: block; }
.page-home .hero-dash-chart { display: flex; align-items: flex-end; gap: 8px; min-height: 100px; padding-top: 0.5rem; }
.page-home .hero-dash-chart i {
    flex: 1;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(180deg, #818cf8, #4f46e5);
    min-height: 25%;
    animation: bar-grow 1.2s ease-out backwards;
}
.page-home .hero-dash-chart i:nth-child(1) { animation-delay: 0.1s; }
.page-home .hero-dash-chart i:nth-child(2) { animation-delay: 0.2s; }
.page-home .hero-dash-chart i:nth-child(3) { animation-delay: 0.3s; }
.page-home .hero-dash-chart i:nth-child(4) { animation-delay: 0.4s; }
.page-home .hero-dash-chart i:nth-child(5) { animation-delay: 0.5s; }
.page-home .hero-dash-chart i:nth-child(6) { animation-delay: 0.6s; }
@keyframes bar-grow {
    from { transform: scaleY(0); transform-origin: bottom; }
    to { transform: scaleY(1); transform-origin: bottom; }
}

/* Reveal fluide */
.page-home .reveal {
    opacity: 0;
    transform: translateY(40px) scale(0.96);
    filter: blur(8px);
    transition:
        opacity 1s var(--ease-fluid),
        transform 1.1s var(--ease-fluid),
        filter 1s var(--ease-fluid);
}
.page-home .reveal.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}
.page-home #hero .reveal {
    opacity: 1;
    filter: blur(0);
    transform: none;
}

.page-home .stagger-group .stagger-item {
    opacity: 0;
    transform: translateY(32px);
    filter: blur(6px);
    transition:
        opacity 0.9s var(--ease-fluid),
        transform 0.95s var(--ease-fluid),
        filter 0.9s var(--ease-fluid);
}
.page-home .stagger-group.is-visible .stagger-item {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}
.page-home .stagger-group.is-visible .stagger-item:nth-child(1) { transition-delay: 0.05s; }
.page-home .stagger-group.is-visible .stagger-item:nth-child(2) { transition-delay: 0.12s; }
.page-home .stagger-group.is-visible .stagger-item:nth-child(3) { transition-delay: 0.19s; }
.page-home .stagger-group.is-visible .stagger-item:nth-child(4) { transition-delay: 0.26s; }
.page-home .stagger-group.is-visible .stagger-item:nth-child(5) { transition-delay: 0.33s; }
.page-home .stagger-group.is-visible .stagger-item:nth-child(6) { transition-delay: 0.4s; }

/* Fallback visibilité — évite les grands blocs vides si IntersectionObserver ne déclenche pas */
.page-home .section-block.is-in-view .reveal,
.page-home .section-block.is-in-view .partners-slider {
    opacity: 1;
    transform: none;
    filter: none;
}
.page-home .section-block.is-in-view .stagger-group .stagger-item {
    opacity: 1;
    transform: none;
    filter: none;
}

/* Spotlight cartes */
.page-home .spotlight-card {
    --spotlight-x: 50%;
    --spotlight-y: 50%;
    position: relative;
    overflow: hidden;
}
.page-home .spotlight-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.45s ease;
    background: radial-gradient(
        400px circle at var(--spotlight-x) var(--spotlight-y),
        rgba(99, 102, 241, 0.14),
        transparent 55%
    );
    pointer-events: none;
}
.page-home .spotlight-card:hover::after {
    opacity: 1;
}

/* Boutons magnétiques */
.page-home .btn-magnetic {
    transition: transform 0.35s var(--ease-fluid), box-shadow 0.35s ease;
    will-change: transform;
}

/* Tilt 3D léger */
.page-home .tilt-card {
    transform-style: preserve-3d;
    transition: transform 0.5s var(--ease-fluid), box-shadow 0.5s ease;
    will-change: transform;
}
.page-home .tilt-card:hover {
    box-shadow: 0 28px 60px -20px rgba(79, 70, 229, 0.22);
}

/* Vague section */
.page-home .section-wave {
    display: block;
    width: 100%;
    height: 48px;
    margin: -1px 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 48' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 48h1440V0c-240 32-480 48-720 48S240 32 0 0v48z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}
.page-home .section-wave-indigo {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 48'%3E%3Cpath fill='%23eef2ff' d='M0 48h1440V0c-360 40-720 48-1080 40S360 8 0 48z'/%3E%3C/svg%3E");
}

/* Lueur section stats */
.page-home .section-glow::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(99, 102, 241, 0.08), transparent 70%);
}

/* Bandeau highlights */
.page-home .highlights-strip {
    position: relative;
    padding: 2rem 0;
    background: linear-gradient(90deg, rgba(99,102,241,0.04), rgba(139,92,246,0.06), rgba(99,102,241,0.04));
    border-block: 1px solid rgba(99, 102, 241, 0.08);
}
.page-home .highlight-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem 1rem;
    border-radius: 1.25rem;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.9);
    box-shadow: 0 4px 24px -8px rgba(15, 23, 42, 0.08);
    transition: all 0.45s var(--ease-fluid);
}
.page-home .highlight-pill:hover {
    transform: translateY(-6px) scale(1.02);
    border-color: rgba(99, 102, 241, 0.25);
    box-shadow: 0 16px 40px -12px rgba(79, 70, 229, 0.2);
}
.page-home .highlight-pill .icon-box {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
}

/* Marquee fade edges */
.page-home .marquee-section {
    position: relative;
}
.page-home .marquee-section::before,
.page-home .marquee-section::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}
.page-home .marquee-section::before {
    left: 0;
    background: linear-gradient(90deg, #f8fafc, transparent);
}
.page-home .marquee-section::after {
    right: 0;
    background: linear-gradient(270deg, #f8fafc, transparent);
}

/* Bordure animée CTA */
.page-home .cta-card {
    position: relative;
    overflow: hidden;
}
.page-home .cta-card::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: conic-gradient(from var(--cta-angle, 0deg), #6366f1, #22d3ee, #8b5cf6, #6366f1);
    z-index: -1;
    animation: cta-rotate 8s linear infinite;
    opacity: 0.5;
}
@keyframes cta-rotate {
    to { --cta-angle: 360deg; }
}
@supports not (background: conic-gradient(red, blue)) {
    .page-home .cta-card::before { display: none; }
}

/* Ligne animée sous titres section */
.page-home .section-title-line {
    display: block;
    width: 0;
    height: 3px;
    margin: 1rem auto 0;
    background: linear-gradient(90deg, #6366f1, #8b5cf6, #22d3ee);
    border-radius: 2px;
    transition: width 1.2s var(--ease-fluid);
}
.page-home .reveal.is-visible .section-title-line,
.page-home .stagger-group.is-visible ~ header .section-title-line {
    width: 4rem;
}

/* Hero panel glow pulse */
.page-home .hero-lottie-panel {
    animation: panel-glow 4s ease-in-out infinite;
}
@keyframes panel-glow {
    0%, 100% { box-shadow: 0 0 0 1px rgba(99,102,241,0.08), 0 32px 64px -24px rgba(79,70,229,0.35); }
    50% { box-shadow: 0 0 0 1px rgba(99,102,241,0.15), 0 40px 80px -20px rgba(79,70,229,0.45), 0 0 60px -10px rgba(139,92,246,0.15); }
}

.page-home .icon-box svg { stroke-width: 1.75; flex-shrink: 0; }
.page-home .icon-box.w-10 svg { width: 1.125rem; height: 1.125rem; }
.page-home .icon-box.w-11 svg { width: 1.25rem; height: 1.25rem; }
.page-home .icon-box.w-12 svg { width: 1.5rem; height: 1.5rem; }
.page-home .icon-box.w-14 svg { width: 1.75rem; height: 1.75rem; }

.page-home .scroll-hint {
    animation: bounce-hint 2s ease infinite;
}
@keyframes bounce-hint {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(6px); }
}

/* Header page accueil */
.page-home #site-header {
    background: rgba(255, 255, 255, 0.6);
    border-bottom-color: rgba(99, 102, 241, 0.08);
}
.page-home #site-header.scrolled {
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 4px 32px -8px rgba(79, 70, 229, 0.12);
    border-bottom-color: rgba(99, 102, 241, 0.12);
}

/* ——— Couche premium v2 ——— */

/* Barre de progression scroll */
body.page-home .scroll-progress,
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    z-index: 9999;
    background: linear-gradient(90deg, #6366f1, #8b5cf6, #22d3ee);
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.6);
    transition: width 0.08s linear;
    pointer-events: none;
}

/* Halo curseur global */
.cursor-glow {
    position: fixed;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    opacity: 0;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(99, 102, 241, 0.08), transparent 65%);
    transition: opacity 0.4s ease;
    mix-blend-mode: multiply;
}
body.page-home .cursor-glow.is-active {
    opacity: 1;
}

/* Particules flottantes */
.page-home .particles-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    background-image:
        radial-gradient(2px 2px at 20% 30%, rgba(99, 102, 241, 0.35), transparent),
        radial-gradient(2px 2px at 60% 70%, rgba(139, 92, 246, 0.3), transparent),
        radial-gradient(1.5px 1.5px at 50% 50%, rgba(34, 211, 238, 0.25), transparent),
        radial-gradient(2px 2px at 80% 10%, rgba(99, 102, 241, 0.2), transparent),
        radial-gradient(1.5px 1.5px at 90% 60%, rgba(139, 92, 246, 0.25), transparent),
        radial-gradient(2px 2px at 33% 80%, rgba(99, 102, 241, 0.2), transparent),
        radial-gradient(1.5px 1.5px at 10% 90%, rgba(34, 211, 238, 0.2), transparent);
    background-size: 200% 200%;
    animation: particles-drift 25s linear infinite;
    opacity: 0.6;
}
@keyframes particles-drift {
    0% { background-position: 0% 0%; }
    100% { background-position: 100% 100%; }
}

/* Badge hero animé */
.page-home .badge-pill-glow {
    position: relative;
    animation: badge-float 4s ease-in-out infinite;
}
.page-home .badge-pill-glow::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: linear-gradient(135deg, #6366f1, #8b5cf6, #22d3ee, #6366f1);
    background-size: 300% 300%;
    animation: border-spin 6s linear infinite;
    z-index: -1;
    opacity: 0.35;
    filter: blur(4px);
}
@keyframes badge-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}
@keyframes border-spin {
    0% { background-position: 0% 50%; }
    100% { background-position: 300% 50%; }
}

/* Anneaux hero */
.page-home .hero-visual-wrap {
    position: relative;
}
.page-home .hero-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(99, 102, 241, 0.15);
    pointer-events: none;
    z-index: 0;
    animation: ring-pulse 6s ease-in-out infinite;
}
.page-home .hero-ring-1 {
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    animation-delay: 0s;
}
.page-home .hero-ring-2 {
    width: 125%;
    height: 125%;
    top: -12.5%;
    left: -12.5%;
    border-color: rgba(139, 92, 246, 0.1);
    animation-delay: -3s;
}
@keyframes ring-pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.03); opacity: 0.9; }
}

.page-home .float-card-3 {
    top: 42%;
    right: 0;
    animation-delay: -1s;
}

/* Bordure lumineuse animée */
.page-home .glow-ring {
    position: relative;
}
.page-home .glow-ring::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: conic-gradient(from var(--ring-angle, 0deg), #6366f1, #22d3ee, #8b5cf6, #6366f1);
    z-index: -1;
    animation: ring-rotate 10s linear infinite;
    opacity: 0.55;
    filter: blur(1px);
}
.page-home .hero-lottie-panel.glow-ring::after {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: calc(1.75rem - 2px);
    background: linear-gradient(145deg, rgba(255,255,255,0.97) 0%, rgba(238,242,255,0.92) 100%);
    z-index: 0;
}
.page-home .hero-video-panel.glow-ring::after {
    display: none;
}
.page-home .lottie-panel-mobile.glow-ring::after {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: calc(2rem - 2px);
    background: linear-gradient(145deg, #ffffff, #f5f3ff);
    z-index: 0;
    pointer-events: none;
}

/* Lottie au-dessus des pseudo-éléments glow-ring / shine */
.page-home .lottie-panel-mobile .lottie-mobile-inner,
.page-home .hero-lottie-panel > .lottie-wrap,
.page-home .hero-lottie-panel > .hero-dashboard-fallback,
.page-home .hero-lottie-panel > .glass,
.page-home #lottie-mobile,
.page-home .lottie-ring-inner .lottie-wrap {
    position: relative;
    z-index: 2;
}
.page-home #lottie-mobile svg,
.page-home .lottie-panel-mobile .lottie-wrap svg {
    width: 100% !important;
    height: auto !important;
    max-height: 400px;
}
@keyframes ring-rotate {
    to { --ring-angle: 360deg; }
}

/* Shine sweep sur cartes */
.page-home .shine-card {
    --shine-x: 50%;
    --shine-y: 50%;
    overflow: hidden;
}
.page-home .shine-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: radial-gradient(
        500px circle at var(--shine-x) var(--shine-y),
        rgba(255, 255, 255, 0.45),
        transparent 40%
    );
    pointer-events: none;
    z-index: 3;
}
.page-home .shine-card:hover::before {
    opacity: 1;
}

/* Titres shimmer */
.page-home .title-shimmer {
    background: linear-gradient(135deg, #0f172a 0%, #334155 35%, #4f46e5 70%, #7c3aed 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: title-shimmer-move 8s ease-in-out infinite;
}
@keyframes title-shimmer-move {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
}

/* Section IA premium */
.page-home .ai-glow-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f5f3ff 50%, #ecfeff 100%);
    border: 1px solid rgba(99, 102, 241, 0.12);
}
.page-home .ai-glow-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 60%;
    height: 100%;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.12), transparent 70%);
    pointer-events: none;
    animation: ai-orb-float 8s ease-in-out infinite alternate;
}
@keyframes ai-orb-float {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-10%, 15%); }
}

/* Témoignage premium */
.page-home .testimonial-premium {
    border: 1px solid rgba(99, 102, 241, 0.12);
    box-shadow:
        0 32px 64px -24px rgba(79, 70, 229, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 1);
}
.page-home .testimonial-premium::before {
    content: '"';
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    font-family: 'Outfit', serif;
    font-size: 6rem;
    line-height: 1;
    color: rgba(99, 102, 241, 0.08);
    pointer-events: none;
}

/* Lottie ring pulse */
.page-home .lottie-ring-pulse {
    animation: lottie-ring-glow 4s ease-in-out infinite;
}
@keyframes lottie-ring-glow {
    0%, 100% { box-shadow: 0 32px 64px -24px rgba(79, 70, 229, 0.25); }
    50% { box-shadow: 0 40px 80px -20px rgba(79, 70, 229, 0.4), 0 0 40px -10px rgba(34, 211, 238, 0.2); }
}

/* Sections avec fondu latéral au scroll */
.page-home .section-fade-edge {
    position: relative;
}
.page-home .section-fade-edge::before,
.page-home .section-fade-edge::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}
.page-home .section-fade-edge::before {
    left: 0;
    background: linear-gradient(90deg, var(--home-bg), transparent);
}
.page-home .section-fade-edge::after {
    right: 0;
    background: linear-gradient(270deg, var(--home-bg), transparent);
}

/* Parallax sections */
.page-home [data-parallax] {
    will-change: transform;
    transition: transform 0.1s linear;
}

/* CTA — ombre renforcée */
.page-home .cta-card {
    box-shadow:
        0 32px 80px -20px rgba(49, 46, 129, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

/* Bouton glow renforcé */
.page-home .btn-glow {
    background-size: 200% auto;
    animation: btn-gradient-shift 6s ease infinite;
}
@keyframes btn-gradient-shift {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
}

/* Feature list ripple */
.page-home .feature-list-item {
    position: relative;
    overflow: hidden;
}
.page-home .feature-list-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #6366f1, #8b5cf6);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s var(--ease-fluid);
    border-radius: 0 2px 2px 0;
}
.page-home .feature-list-item:hover::after {
    transform: scaleY(1);
}

/* Stat value pulse au hover */
.page-home .stat-card:hover .stat-value {
    animation: stat-pulse 0.6s var(--ease-spring);
}
@keyframes stat-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}
.page-home .stat-value {
    display: inline-block;
    transition: transform 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
    html:has(.page-home) { scroll-behavior: auto; }
    .page-home .orb, .page-home .float-card, .page-home .marquee-track,
    .page-home .scroll-hint, .page-home .hero-word-accent,
    .page-home .aurora-layer, .page-home .hero-lottie-panel,
    .page-home .cta-card::before, .page-home .particles-layer,
    .page-home .badge-pill-glow, .page-home .hero-ring,
    .page-home .title-shimmer, .page-home .btn-glow,
    .page-home .glow-ring::before, .scroll-progress,
    .page-home .mobile-phone-mock, .page-home .mobile-orbit { animation: none; }
    .cursor-glow { display: none; }
    .page-home .reveal, .page-home .stagger-item {
        opacity: 1; transform: none; filter: none; transition: none;
    }
}
