/* Vitrine accueil — styles Beriox (origine welcome.blade.php) */
/* Accessibilité : libellés masqués visuellement, lus par les lecteurs d'écran */
.vitrine-home-page .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
/* Thème sombre (défaut) */
.vitrine-home-page { --bg-body: #0E0C18; --bg-section: #0E1020; --bg-card: #1A162E; --bg-tertiary: #1A162E; --text-primary: #fff; --text-secondary: #C9CEDA; --text-muted: #9CA3AF; --border: rgba(255,255,255,0.08); }
.vitrine-home-page body { background: var(--bg-body); color: var(--text-primary); }
/* Thème clair (data-theme="light") — mêmes variables que theme-variables.blade.php */
[data-theme="light"] .vitrine-home-page { --bg-body: #FEFCF9; --bg-section: #FAF8F5; --bg-card: #fff; --bg-tertiary: #F5F3F0; --text-primary: #2C2C2C; --text-secondary: #6B6B6B; --text-muted: #9A9A9A; --border: #E8E5E0; }
[data-theme="light"] .vitrine-home-page body { background: var(--bg-body); color: var(--text-primary); }
/* Hero : couleurs thème clair */
[data-theme="light"] .vitrine-home-page .hero { background: var(--bg-body); }
[data-theme="light"] .vitrine-home-page .hero::before { background: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(90,95,202,0.12), transparent 65%), linear-gradient(to bottom, rgba(90,95,202,0.06), transparent 45%); }
[data-theme="light"] .vitrine-home-page .hero h1 .hero-title-highlight::after,
[data-theme="light"] .vitrine-home-page .hero h1 .hero-title-highlight-2::after {
    background: #FF8A00;
    box-shadow: 0 2px 0 rgba(255, 138, 0, 0.6);
}
[data-theme="light"] .vitrine-home-page .hero h1 .hero-title-highlight-inner,
[data-theme="light"] .vitrine-home-page .hero h1 .hero-title-highlight-2-inner {
    color: #fff;
}
[data-theme="light"] .vitrine-home-page .hero-subtitle { color: var(--text-secondary); }
[data-theme="light"] .vitrine-home-page .term-pill { background: rgba(90,95,202,0.12); border-color: rgba(90,95,202,0.25); color: var(--text-secondary); }
[data-theme="light"] .vitrine-home-page .term-pill strong { color: var(--text-primary); }
[data-theme="light"] .vitrine-home-page .hero-glow { background: radial-gradient(circle, rgba(90,95,202,0.1) 0%, transparent 70%); }
[data-theme="light"] .vitrine-home-page .hero-glow-2 { background: radial-gradient(circle, rgba(90,95,202,0.08) 0%, transparent 70%); }
[data-theme="light"] .vitrine-home-page .hero-logo-placeholder { color: rgba(90,95,202,0.5); background: rgba(90,95,202,0.08); }
/* Sections */
[data-theme="light"] .vitrine-home-page .preuve-chiffre { background: linear-gradient(165deg, #fff 0%, var(--color-bg-tertiary, #F5F3F0) 100%); border-color: var(--border); }
[data-theme="light"] .vitrine-home-page .section-break { background: rgba(90,95,202,0.06); border-color: rgba(90,95,202,0.12); }
[data-theme="light"] .vitrine-home-page .section-break-text { color: #4A4A4A; }
[data-theme="light"] .vitrine-home-page .section-header h2 { color: var(--text-primary); }
[data-theme="light"] .vitrine-home-page .section-header p { color: var(--text-secondary); }
[data-theme="light"] .vitrine-home-page .resultats-opt1 .card { background: linear-gradient(165deg, #fff 0%, var(--bg-section) 100%); border-color: var(--border); }
[data-theme="light"] .vitrine-home-page .resultats-opt1 .card h3 { color: var(--text-primary); }
[data-theme="light"] .vitrine-home-page .resultats-opt1 .card p { color: var(--text-secondary); }
[data-theme="light"] .vitrine-home-page .preuve-logos { background: linear-gradient(180deg, var(--color-bg-tertiary, #F5F3F0) 0%, var(--color-bg-secondary, #FAF8F5) 100%); border-top-color: rgba(90,95,202,0.12); }
[data-theme="light"] .vitrine-home-page .preuve-logo { background: #fff; border-color: var(--border); color: var(--text-primary); }
[data-theme="light"] .vitrine-home-page a.preuve-logo:hover { background: var(--color-primary-light, #e8e9f5); border-color: rgba(90,95,202,0.25); color: #5A5FCA; }
[data-theme="light"] .vitrine-home-page .contact-form-panel {
    background: #E8EAF6 !important;
    border-color: rgba(0,0,0,0.1) !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
[data-theme="light"] .vitrine-home-page .contact-form input,
[data-theme="light"] .vitrine-home-page .contact-form select,
[data-theme="light"] .vitrine-home-page .contact-form textarea { background: var(--color-bg-tertiary, #F5F3F0); border-color: var(--border); color: var(--color-text, #2C2C2C); }

/* Hero */
.vitrine-home-page .hero { position: relative; padding: 2rem 1rem 3.5rem; overflow: visible; min-height: 75vh; display: flex; align-items: center; background: var(--bg-body); }
@media (min-width: 480px) { .vitrine-home-page .hero { padding: 2.5rem 1.25rem 4rem; min-height: 80vh; } }
@media (min-width: 768px) { .vitrine-home-page .hero { padding: 3rem 2rem 7rem; padding-left: 3rem; padding-right: 2rem; min-height: 85vh; } }
@media (min-width: 1024px) { .vitrine-home-page .hero { padding: 3.5rem 2rem 8rem; padding-left: 3rem; padding-right: 2rem; min-height: 90vh; } }
.vitrine-home-page .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(90,95,202,0.26), transparent 65%),
                radial-gradient(ellipse 60% 40% at 80% 60%, rgba(255,138,0,0.06), transparent 50%),
                linear-gradient(to bottom, rgba(90,95,202,0.12), transparent 45%);
    pointer-events: none;
}
.vitrine-home-page .hero-glow, .vitrine-home-page .hero-glow-2 { position: absolute; border-radius: 50%; pointer-events: none; }
.vitrine-home-page .hero-glow { width: 20rem; height: 20rem; background: radial-gradient(circle, rgba(90,95,202,0.2) 0%, transparent 70%); top: 5%; left: 50%; transform: translateX(-50%); opacity: 0.8; filter: blur(60px); }
.vitrine-home-page .hero-glow-2 { width: 16rem; height: 16rem; background: radial-gradient(circle, rgba(90,95,202,0.15) 0%, transparent 70%); bottom: 15%; right: 50%; transform: translateX(50%); filter: blur(50px); }
@media (min-width: 640px) {
    .vitrine-home-page .hero-glow { width: 28rem; height: 28rem; filter: blur(80px); left: 25%; transform: none; }
    .vitrine-home-page .hero-glow-2 { width: 20rem; height: 20rem; filter: blur(60px); right: 20%; transform: none; }
}
@media (min-width: 1024px) {
    .vitrine-home-page .hero-glow { width: 32rem; height: 32rem; filter: blur(100px); top: 10%; left: 20%; opacity: 0.9; }
    .vitrine-home-page .hero-glow-2 { width: 24rem; height: 24rem; filter: blur(80px); bottom: 20%; right: 15%; }
}
.vitrine-home-page .hero-inner { position: relative; width: 100%; max-width: none; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 3rem; }
@media (min-width: 1024px) { .vitrine-home-page .hero-inner { flex-direction: row; align-items: center; justify-content: space-between; gap: 4rem; } }
@media (min-width: 1440px) { .vitrine-home-page .hero-inner { max-width: 90rem; margin-left: auto; margin-right: auto; padding-left: 0; padding-right: 2rem; gap: 5rem; } }
.vitrine-home-page .hero-content { position: relative; max-width: 52rem; margin: 0 auto; text-align: center; z-index: 1; }
@media (min-width: 1024px) { .vitrine-home-page .hero-content { margin: 0; text-align: left; max-width: 36rem; } }
.vitrine-home-page .hero h1 { font-size: 2rem; font-weight: 700; line-height: 1.1; margin-bottom: 1rem; letter-spacing: -0.03em; }
@media (min-width: 640px) { .vitrine-home-page .hero h1 { font-size: 3.25rem; } }
@media (min-width: 1024px) { .vitrine-home-page .hero h1 { font-size: 4rem; } }
.vitrine-home-page .hero h1 { color: var(--text-primary); }
/* Effet surligneur : le trait se trace de gauche à droite au chargement */
@keyframes hero-highlight-draw {
    from { width: 0; }
    to { width: 100%; }
}
/* Premier surligneur : "arrêter de deviner" — toujours sur une ligne, trait plus lent */
.vitrine-home-page .hero h1 .hero-title-highlight {
    display: inline-block;
    position: relative;
    padding: 0.08em 0.2em;
    margin: 0 0.02em;
    white-space: nowrap;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.vitrine-home-page .hero h1 .hero-title-highlight-inner {
    position: relative;
    z-index: 1;
    color: #1a1a1a;
}
.vitrine-home-page .hero h1 .hero-title-highlight::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: 0;
    border-radius: 2px;
    background: linear-gradient(180deg, rgba(255, 165, 60, 0.45) 0%, rgba(255, 138, 0, 0.55) 50%, rgba(255, 165, 60, 0.45) 100%);
    box-shadow: 0 2px 0 rgba(255, 138, 0, 0.4);
    animation: hero-highlight-draw 0.75s ease-out 0.35s forwards;
}
/* Deuxième surligneur : "décider" — plus rapide et franc, après un délai */
.vitrine-home-page .hero h1 .hero-title-highlight-2 {
    display: inline-block;
    position: relative;
    padding: 0.08em 0.2em;
    margin: 0 0.02em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.vitrine-home-page .hero h1 .hero-title-highlight-2-inner {
    position: relative;
    z-index: 1;
    color: #1a1a1a;
}
.vitrine-home-page .hero h1 .hero-title-highlight-2::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: 0;
    border-radius: 2px;
    background: linear-gradient(180deg, rgba(255, 165, 60, 0.45) 0%, rgba(255, 138, 0, 0.55) 50%, rgba(255, 165, 60, 0.45) 100%);
    box-shadow: 0 2px 0 rgba(255, 138, 0, 0.4);
    animation: hero-highlight-draw 0.28s ease-in 1.65s forwards;
}
@media (prefers-reduced-motion: reduce) {
    .vitrine-home-page .hero h1 .hero-title-highlight::after,
    .vitrine-home-page .hero h1 .hero-title-highlight-2::after {
        animation: none;
        width: 100%;
    }
}
.vitrine-home-page .hero-subtitle { font-size: 0.95rem; line-height: 1.6; color: var(--text-secondary); max-width: 38rem; margin: 0 auto 1rem; }
@media (min-width: 1024px) { .vitrine-home-page .hero-subtitle { margin-left: 0; margin-right: 0; } }
.vitrine-home-page .term-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; margin-bottom: 1.5rem; }
@media (min-width: 1024px) { .vitrine-home-page .term-pills { justify-content: flex-start; } }
.vitrine-home-page .term-pill { font-size: 0.7rem; padding: 0.25rem 0.5rem; background: rgba(90,95,202,0.15); border: 1px solid rgba(90,95,202,0.25); border-radius: 999px; color: var(--text-secondary); white-space: nowrap; }
.vitrine-home-page .term-pill strong { color: var(--text-primary); font-weight: 600; margin-right: 0.25rem; }
.vitrine-home-page .hero-cta-wrap { display: flex; flex-direction: column; align-items: center; }
@media (min-width: 1024px) { .vitrine-home-page .hero-cta-wrap { align-items: flex-start; } }
.vitrine-home-page .hero-logo-wrap { display: flex; flex-shrink: 0; min-height: 12rem; align-items: center; justify-content: center; transform: rotate(var(--hero-logo-rotation, 0deg)); transition: transform 0.1s ease-out; }
@media (max-width: 1023px) {
    .vitrine-home-page .hero-logo-wrap {
        position: absolute;
        inset: 0;
        z-index: 0;
        opacity: 0.2;
        pointer-events: none;
        min-height: 0;
    }
    .vitrine-home-page .hero-logo-wrap .hero-logo-img { width: 200px; height: 200px; }
}
@media (min-width: 1024px) { .vitrine-home-page .hero-logo-wrap { flex: 1; min-height: 16rem; } }
.vitrine-home-page .hero-logo-img { width: 200px; height: 200px; object-fit: contain; }
@media (min-width: 640px) { .vitrine-home-page .hero-logo-img { width: 280px; height: 280px; } }
@media (min-width: 1024px) { .vitrine-home-page .hero-logo-img { width: 320px; height: 320px; } }
.vitrine-home-page .hero-logo-placeholder { display: flex; align-items: center; justify-content: center; font-size: 2rem; font-weight: 700; color: rgba(90,95,202,0.5); background: rgba(90,95,202,0.1); border-radius: 1rem; }
/* Animation pulse logo (battement de cœur) au chargement — uniquement en haut de page */
.vitrine-home-page .hero-logo-img.hero-logo-load-pulse { animation: hero-logo-redbull-pulse 2.2s ease-in-out 1; }
@keyframes hero-logo-redbull-pulse {
    0%, 100% { transform: scale(1); }
    6% { transform: scale(1.1); }
    12% { transform: scale(0.98); }
    18% { transform: scale(1.08); }
    24% { transform: scale(1); }
    30% { transform: scale(1.12); }
    36% { transform: scale(0.97); }
    42% { transform: scale(1.06); }
    48% { transform: scale(1); }
    56% { transform: scale(1.14); }
    62% { transform: scale(1.02); }
    68% { transform: scale(1.09); }
    74% { transform: scale(0.99); }
    82% { transform: scale(1.05); }
    88% { transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
    .vitrine-home-page .hero-logo-img.hero-logo-load-pulse { animation: none; }
}
.vitrine-home-page .btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.875rem 1.5rem; border-radius: 9999px; background: #5A5FCA; color: #fff; font-weight: 600; font-size: 0.9rem; text-decoration: none; transition: background 0.2s ease, transform 0.15s ease; }
.vitrine-home-page .btn-primary:hover { background: #6B70E0; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(90,95,202,0.3); }
.vitrine-home-page .hero-cta-icon { width: 1rem; height: 1rem; flex-shrink: 0; }
.vitrine-home-page .scroll-arrow { position: fixed; left: 50%; transform: translateX(-50%); top: 50%; width: 80px; height: 40vh; opacity: 0.6; pointer-events: none; z-index: 10; }
.vitrine-home-page .scroll-arrow path.arrow-line { fill: none; stroke: var(--color-text, #f3f4f6); stroke-width: 2.5; stroke-dasharray: 100; stroke-dashoffset: var(--arrow-dashoffset, 100); }
.vitrine-home-page .scroll-arrow path.arrow-head { fill: var(--color-text, #f3f4f6); opacity: 0; }
.vitrine-home-page .hero-logo-bg, .vitrine-home-page .hero-motif { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.vitrine-home-page .hero-motif { opacity: 0.12; background-image: url('/images/hero-logo-mosaic.svg'); background-repeat: repeat; background-size: 12rem 12rem; }

/* Preuve sociale */
.vitrine-home-page .preuve-sociale-section { padding: 3rem 1rem; border-top: 1px solid rgba(90,95,202,0.15); border-bottom: 1px solid rgba(90,95,202,0.12); background: var(--bg-body); }
@media (min-width: 768px) { .vitrine-home-page .preuve-sociale-section { padding: 4rem 3rem 4rem 2rem; } }
.vitrine-home-page .preuve-sociale-inner { max-width: none; margin: 0 auto; }
@media (min-width: 1440px) { .vitrine-home-page .preuve-sociale-inner { max-width: 90rem; margin-left: auto; margin-right: auto; padding: 0 2rem; } }
.vitrine-home-page .preuve-sociale-title { text-align: center; font-size: 1.5rem; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 2rem; color: var(--text-primary); }
@media (min-width: 480px) { .vitrine-home-page .preuve-sociale-title { font-size: 1.65rem; } }
@media (min-width: 768px) { .vitrine-home-page .preuve-sociale-title { font-size: 1.9rem; margin-bottom: 2.5rem; } }
.vitrine-home-page .preuve-sociale-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 2rem; }
@media (min-width: 768px) { .vitrine-home-page .preuve-sociale-grid { gap: 2rem; margin-bottom: 2.5rem; } }
@media (min-width: 480px) { .vitrine-home-page .preuve-sociale-grid { grid-template-columns: repeat(3, 1fr); } }
.vitrine-home-page .preuve-chiffre {
    position: relative;
    text-align: center;
    padding: 1.75rem 1.25rem;
    background: linear-gradient(165deg, #1A162E 0%, #151229 100%);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 0;
    box-shadow: 0 8px 32px rgba(0,0,0,0.35), 0 0 0 1px rgba(90,95,202,0.12);
    overflow: hidden;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}
.vitrine-home-page .preuve-chiffre::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 3px;
    border-radius: 0;
    opacity: 0.8;
}
.vitrine-home-page .preuve-chiffre:nth-child(1)::before { background: linear-gradient(90deg, transparent, #5A5FCA, transparent); }
.vitrine-home-page .preuve-chiffre:nth-child(2)::before { background: linear-gradient(90deg, transparent, #FF8A00, transparent); }
.vitrine-home-page .preuve-chiffre:nth-child(3)::before { background: linear-gradient(90deg, transparent, #7B7FFF, transparent); }
.vitrine-home-page .preuve-chiffre:hover {
    background: linear-gradient(165deg, rgba(90,95,202,0.12) 0%, rgba(26,22,50,0.95) 100%);
    border-color: rgba(90,95,202,0.5);
    transform: translateY(-8px);
}
.vitrine-home-page .preuve-chiffre:nth-child(1):hover { box-shadow: 0 24px 64px -8px rgba(90,95,202,0.5), 0 0 0 2px rgba(90,95,202,0.25), 0 0 60px -15px rgba(90,95,202,0.3); }
.vitrine-home-page .preuve-chiffre:nth-child(2):hover { box-shadow: 0 24px 64px -8px rgba(255,138,0,0.45), 0 0 0 2px rgba(255,138,0,0.25), 0 0 60px -15px rgba(255,138,0,0.25); }
.vitrine-home-page .preuve-chiffre:nth-child(3):hover { box-shadow: 0 24px 64px -8px rgba(123,127,255,0.45), 0 0 0 2px rgba(123,127,255,0.25), 0 0 60px -15px rgba(123,127,255,0.25); }
.vitrine-home-page .preuve-value { display: block; font-size: 1.75rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 0.4rem; text-shadow: 0 0 24px rgba(90,95,202,0.25); }
@media (min-width: 768px) { .vitrine-home-page .preuve-value { font-size: 2.25rem; } }
.vitrine-home-page .preuve-chiffre:nth-child(1) .preuve-value { color: #5A5FCA; }
.vitrine-home-page .preuve-chiffre:nth-child(2) .preuve-value { color: #FF8A00; }
.vitrine-home-page .preuve-chiffre:nth-child(3) .preuve-value { color: #7B7FFF; }
.vitrine-home-page .preuve-label { font-size: 0.9rem; color: var(--text-secondary); }
.vitrine-home-page .preuve-logos {
    margin-top: 2rem;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 2rem 1rem;
    background: linear-gradient(180deg, #F8F9FC 0%, #F0F2F8 100%);
    border-top: 1px solid rgba(90,95,202,0.12);
    border-bottom: 1px solid rgba(90,95,202,0.12);
}
@media (min-width: 768px) { .vitrine-home-page .preuve-logos { padding: 2.5rem 2rem; } }
.vitrine-home-page .preuve-logos-title { text-align: center; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 1.25rem; }
.vitrine-home-page .preuve-logos-grid { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.vitrine-home-page .preuve-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.875rem 1.5rem;
    background: linear-gradient(180deg, #fff 0%, #F8FAFC 100%);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 0.875rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #374151;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.02);
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.vitrine-home-page a.preuve-logo:hover {
    background: linear-gradient(180deg, #fff 0%, #F0F4FF 100%);
    border-color: rgba(90,95,202,0.25);
    color: #5A5FCA;
    box-shadow: 0 8px 24px rgba(90,95,202,0.12), 0 2px 8px rgba(0,0,0,0.04);
    transform: translateY(-2px);
}

/* Section break */
.vitrine-home-page .section-break {
    position: relative;
    overflow: hidden;
    padding: 1.5rem 1rem;
    text-align: center;
    background: rgba(90,95,202,0.06);
    border-top: 1px solid rgba(90,95,202,0.15);
    border-bottom: 1px solid rgba(90,95,202,0.15);
}
@media (min-width: 768px) { .vitrine-home-page .section-break { padding: 2rem 3rem 2rem 2rem; } }
.vitrine-home-page .section-break-text {
    position: relative;
    z-index: 1;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--text-secondary);
}
@media (min-width: 480px) { .vitrine-home-page .section-break-text { font-size: 0.9rem; } }

/* Section header (shared) */
.vitrine-home-page .section-header { text-align: center; margin-bottom: 2rem; }
.vitrine-home-page .section-header h2 { font-size: 1.5rem; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 0.5rem; color: var(--text-primary); }
@media (min-width: 768px) { .vitrine-home-page .section-header h2 { font-size: 2rem; } }
.vitrine-home-page .section-header h2 span { color: #FF8A00; }
.vitrine-home-page .section-header p { color: var(--text-secondary); font-size: 0.9rem; max-width: 36rem; margin: 0 auto; line-height: 1.6; }

/* Services / Resultats */
.vitrine-home-page #resultats { scroll-margin-top: 6rem; }
.vitrine-home-page .services { padding: 3rem 1rem; background: var(--bg-body); }
@media (min-width: 768px) { .vitrine-home-page .services { padding: 6rem 3rem 6rem 2rem; } }
.vitrine-home-page .services-inner { max-width: none; margin: 0 auto; }
@media (min-width: 1440px) { .vitrine-home-page .services-inner { max-width: 90rem; margin-left: auto; margin-right: auto; padding: 0 2rem; } }
.vitrine-home-page .resultats-opt1 .cards { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .vitrine-home-page .resultats-opt1 .cards { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } }
.vitrine-home-page .resultats-opt1 .card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(165deg, #1A162E 0%, #151229 100%);
    border: 1px solid rgba(255,255,255,0.08);
    border-left: none;
    border-radius: 0;
    padding: 1.25rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25), 0 0 0 1px rgba(90,95,202,0.04);
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}
.vitrine-home-page .resultats-opt1 .card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(90,95,202,0.06) 0%, transparent 60%);
    pointer-events: none;
}
.vitrine-home-page .resultats-opt1 .card:hover::before {
    background: radial-gradient(ellipse 90% 60% at 50% 0%, rgba(90,95,202,0.08) 0%, transparent 65%);
}
.vitrine-home-page .resultats-opt1 .card:hover {
    border-color: rgba(90,95,202,0.5);
    box-shadow: 0 24px 64px -8px rgba(90,95,202,0.5), 0 0 0 2px rgba(90,95,202,0.25), 0 0 60px -15px rgba(90,95,202,0.3);
    transform: translateY(-8px);
}
.vitrine-home-page .resultats-opt1 .cards .card:nth-child(1):hover { box-shadow: 0 24px 64px -8px rgba(90,95,202,0.5), 0 0 0 2px rgba(90,95,202,0.25), 0 0 60px -15px rgba(90,95,202,0.3); }
.vitrine-home-page .resultats-opt1 .cards .card:nth-child(2):hover { box-shadow: 0 24px 64px -8px rgba(255,138,0,0.45), 0 0 0 2px rgba(255,138,0,0.25), 0 0 60px -15px rgba(255,138,0,0.25); }
.vitrine-home-page .resultats-opt1 .cards .card:nth-child(3):hover { box-shadow: 0 24px 64px -8px rgba(123,127,255,0.45), 0 0 0 2px rgba(123,127,255,0.25), 0 0 60px -15px rgba(123,127,255,0.25); }
.vitrine-home-page .card-icon { width: 2.5rem; height: 2.5rem; border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.vitrine-home-page .resultats-opt1 .card:nth-child(1) .card-icon { background: linear-gradient(135deg, #5A5FCA 0%, #7B7FFF 100%); box-shadow: 0 4px 12px rgba(90,95,202,0.35); }
.vitrine-home-page .resultats-opt1 .card:nth-child(2) .card-icon { background: linear-gradient(135deg, #FF8A00 0%, #FFA94D 100%); box-shadow: 0 4px 12px rgba(255,138,0,0.35); }
.vitrine-home-page .resultats-opt1 .card:nth-child(3) .card-icon { background: linear-gradient(135deg, #6B70E0 0%, #8B90FF 100%); box-shadow: 0 4px 12px rgba(107,112,224,0.35); }
.vitrine-home-page .card-icon svg { width: 1.15rem; height: 1.15rem; color: #fff; }
.vitrine-home-page .resultats-opt1 .card h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.6rem; transition: color 0.2s ease; }
@media (min-width: 768px) { .vitrine-home-page .resultats-opt1 .card h3 { font-size: 1.25rem; margin-bottom: 0.75rem; } }
.vitrine-home-page .resultats-opt1 .card:nth-child(1):hover h3 { color: #7B7FFF; }
.vitrine-home-page .resultats-opt1 .card:nth-child(2):hover h3 { color: #FF8A00; }
.vitrine-home-page .resultats-opt1 .card:nth-child(3):hover h3 { color: #8B90FF; }
.vitrine-home-page .resultats-opt1 .card p { color: #B8BEC9; font-size: 0.85rem; line-height: 1.55; }
.vitrine-home-page .resultats-opt1 .card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    font-size: 0.85rem;
    font-weight: 600;
    color: #5A5FCA;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.vitrine-home-page .resultats-opt1 .card-link:hover { color: #7B7FFF; border-bottom-color: rgba(90,95,202,0.5); }
.vitrine-home-page .resultats-opt1 .card-link .card-link-icon { width: 1rem; height: 1rem; flex-shrink: 0; color: currentColor; }
.vitrine-home-page .services-cta { text-align: center; margin-top: 2rem; }
.vitrine-home-page .btn-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.875rem 1.5rem; border-radius: 9999px; background: var(--bg-card); border: 1px solid var(--border); color: var(--text-primary); font-weight: 500; font-size: 0.9rem; text-decoration: none; }
.vitrine-home-page .btn-secondary:hover { border-color: rgba(90,95,202,0.5); color: #fff; background: var(--bg-tertiary); }
.vitrine-home-page .resultats-card-title { opacity: 0; transform: translateY(14px); transition: opacity 0.5s ease, transform 0.5s ease; transition-delay: var(--resultats-delay, 0s); }
.vitrine-home-page #resultats.is-visible .resultats-card-title { opacity: 1; transform: translateY(0); }

/* Ce que nous faisons / Outils / Banques */
.vitrine-home-page .ce-que-nous-faisons-section { width: 100%; padding: 3rem 1rem; background: var(--bg-section); }
@media (min-width: 768px) { .vitrine-home-page .ce-que-nous-faisons-section { padding: 4rem 3rem 4rem 2rem; } }
.vitrine-home-page .ce-que-nous-faisons-inner { max-width: none; margin: 0 auto; }
@media (min-width: 1440px) { .vitrine-home-page .ce-que-nous-faisons-inner { max-width: 90rem; margin-left: auto; margin-right: auto; padding: 0 2rem; } }
.vitrine-home-page .outils-section-inline .outils-inner { max-width: none; margin: 0 auto; }
.vitrine-home-page .outils-section-inline h2 { text-align: center; font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem; }
.vitrine-home-page .outils-section-inline h2 span { color: #FF8A00; }
.vitrine-home-page .outils-subtitle { text-align: center; color: var(--text-secondary); font-size: 0.95rem; margin-bottom: 2rem; }
.vitrine-home-page .outils-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .vitrine-home-page .outils-grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } }
.vitrine-home-page .outil-card { padding: 1.5rem; background: var(--bg-card); border: 1px solid var(--border); border-radius: 1rem; }
.vitrine-home-page .outil-card:hover { border-color: rgba(90,95,202,0.3); background: rgba(90,95,202,0.06); }
.vitrine-home-page .outil-card h3 { font-size: 1rem; font-weight: 600; margin-bottom: 0.5rem; color: var(--text-primary); }
.vitrine-home-page .outil-card p { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.5; }
.vitrine-home-page .outil-tools { margin-top: 0.75rem; font-size: 0.75rem; color: #5A5FCA; font-weight: 500; }
.vitrine-home-page .banques-section-inline { padding: 2.5rem 0; }
.vitrine-home-page .banques-inner { text-align: center; }
.vitrine-home-page .banques-inner h2 { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem; }
.vitrine-home-page .banques-inner p { color: var(--text-secondary); margin-bottom: 1rem; }
.vitrine-home-page .banques-tagline { color: #FF8A00 !important; font-weight: 600; margin-bottom: 1.5rem !important; }

/* Slider / Blogue */
.vitrine-home-page .section-alt { background: var(--bg-tertiary); }
.vitrine-home-page .slider-section { padding: 3rem 1rem; }
@media (min-width: 768px) { .vitrine-home-page .slider-section { padding: 4rem 3rem 4rem 2rem; } }
.vitrine-home-page .slider-wrapper { max-width: none; margin: 0 auto; }
@media (min-width: 1440px) { .vitrine-home-page .slider-wrapper { max-width: 90rem; margin-left: auto; margin-right: auto; padding: 0 2rem; } }
.vitrine-home-page .slider-container {
    overflow: hidden;
    margin: 0 -0.5rem;
    touch-action: pan-y;
    cursor: grab;
}
.vitrine-home-page .slider-container.is-dragging {
    cursor: grabbing;
    user-select: none;
}
.vitrine-home-page .slider-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    gap: 0;
}
.vitrine-home-page .slider-track.no-transition {
    transition: none;
}
.vitrine-home-page .slider-item { flex: 0 0 100%; min-width: 0; padding: 0 0.5rem; }
@media (min-width: 480px) { .vitrine-home-page .slider-item { flex: 0 0 50%; } }
@media (min-width: 768px) { .vitrine-home-page .slider-item { flex: 0 0 33.333%; padding: 0 1rem; } }
.vitrine-home-page .slider-item-card { height: 100%; display: block; background: var(--bg-card); border: 1px solid var(--border); border-radius: 0.875rem; overflow: hidden; text-decoration: none; color: inherit; transition: all 0.25s ease; cursor: pointer; }
.vitrine-home-page .slider-item-card:hover { border-color: rgba(90,95,202,0.35); box-shadow: 0 12px 40px -12px rgba(90,95,202,0.15); transform: translateY(-2px); }
.vitrine-home-page .slider-item-img { aspect-ratio: 16/10; background: rgba(90,95,202,0.15); overflow: hidden; }
.vitrine-home-page .slider-item-img img { width: 100%; height: 100%; object-fit: cover; }
.vitrine-home-page .slider-item-placeholder { width: 100%; height: 100%; min-height: 120px; background: rgba(90,95,202,0.2); }
.vitrine-home-page .slider-item-body { padding: 1rem; }
.vitrine-home-page .slider-item-meta { font-size: 0.75rem; color: var(--text-muted); margin-bottom: 0.35rem; }
.vitrine-home-page .slider-item-tags { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-bottom: 0.5rem; }
.vitrine-home-page .slider-tag { font-size: 0.65rem; padding: 0.2rem 0.5rem; border-radius: 0.25rem; background: rgba(90,95,202,0.15); color: #B8BCFF; border: 1px solid rgba(90,95,202,0.25); }
.vitrine-home-page .slider-item-title { font-size: 1rem; font-weight: 600; line-height: 1.35; margin-bottom: 0.5rem; color: var(--text-primary); }
.vitrine-home-page .slider-item-card:hover .slider-item-title { color: #5A5FCA; }
.vitrine-home-page .slider-item-excerpt { font-size: 0.8rem; color: var(--text-secondary); line-height: 1.5; }
.vitrine-home-page .slider-nav { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 1.5rem; }
.vitrine-home-page .slider-btn { width: 2.5rem; height: 2.5rem; display: flex; align-items: center; justify-content: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 0.5rem; color: var(--text-primary); cursor: pointer; }
.vitrine-home-page .slider-btn:hover { background: rgba(90,95,202,0.2); border-color: rgba(90,95,202,0.4); color: #fff; }
.vitrine-home-page .slider-dots { display: flex; gap: 0.5rem; }
.vitrine-home-page .blogue-link-all { color: #5A5FCA; font-weight: 600; text-decoration: none; }
.vitrine-home-page .blogue-link-all:hover { text-decoration: underline; }

/* Agir maintenant */
.vitrine-home-page .agir-maintenant { padding: 2rem 1rem; background: var(--bg-section); border-top: 1px solid var(--border); border-bottom: 1px solid rgba(255,138,0,0.15); }
.vitrine-home-page .agir-maintenant-inner { max-width: none; margin: 0 auto; text-align: center; }
.vitrine-home-page .agir-maintenant h3 { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: #FF8A00; margin-bottom: 1.25rem; }
.vitrine-home-page .agir-maintenant-questions { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2rem; }
.vitrine-home-page .agir-maintenant-questions span { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.95rem; font-weight: 500; color: var(--text-secondary); }
.vitrine-home-page .agir-maintenant-questions span::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: rgba(255,138,0,0.6); }
.vitrine-home-page .agir-maintenant-questions span:hover { color: #fff; }
.vitrine-home-page .agir-maintenant-questions span:hover::before { background: #FF8A00; box-shadow: 0 0 10px rgba(255,138,0,0.5); }

/* Contact */
.vitrine-home-page .contact-section { position: relative; z-index: 2; padding: 3rem 1rem 4rem; background: var(--bg-body); }
@media (min-width: 768px) { .vitrine-home-page .contact-section { padding: 4rem 3rem 5rem 2rem; } }
.vitrine-home-page .contact-inner { max-width: none; margin: 0 auto; display: grid; gap: 2rem; }
@media (min-width: 1024px) { .vitrine-home-page .contact-inner { grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; } }
@media (min-width: 1440px) { .vitrine-home-page .contact-inner { max-width: 90rem; margin-left: auto; margin-right: auto; padding: 0 2rem; } }
.vitrine-home-page .contact-content .contact-subtitle { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-secondary); margin-bottom: 0.75rem; }
.vitrine-home-page .contact-content h2 { font-size: 1.75rem; font-weight: 700; margin-bottom: 0.75rem; color: var(--text-primary); }
.vitrine-home-page .contact-content h2 span { color: #FF8A00; }
.vitrine-home-page .contact-content .underline { width: 3rem; height: 3px; background: #FF8A00; border-radius: 2px; margin-bottom: 1.25rem; }
.vitrine-home-page .contact-content p { color: var(--text-secondary); font-size: 0.95rem; line-height: 1.65; margin-bottom: 1rem; }
.vitrine-home-page .btn-meeting { display: inline-flex; padding: 0.75rem 1.5rem; background: #5A5FCA; color: #fff; font-weight: 600; font-size: 0.9rem; border-radius: 9999px; text-decoration: none; transition: background 0.2s ease, transform 0.15s ease; }
.vitrine-home-page .btn-meeting:hover { background: #6B70E0; transform: translateY(-1px); }
.vitrine-home-page .contact-form-panel {
    margin-bottom: -7rem;
    background: #252238;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 12px 40px rgba(0,0,0,0.5);
}
@media (min-width: 768px) { .vitrine-home-page .contact-form-panel { padding: 2rem; } }
.vitrine-home-page .contact-form-panel h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 1.25rem; color: var(--text-primary); }
.vitrine-home-page .contact-form .form-group { margin-bottom: 1rem; }
.vitrine-home-page .contact-form input, .vitrine-home-page .contact-form select, .vitrine-home-page .contact-form textarea { width: 100%; padding: 0.75rem 1rem; background: var(--bg-tertiary); border: 1px solid var(--border); border-radius: 0.5rem; color: var(--text-primary); font-size: 0.95rem; font-family: inherit; }
.vitrine-home-page .contact-form input:focus, .vitrine-home-page .contact-form select:focus, .vitrine-home-page .contact-form textarea:focus { outline: none; border-color: #5A5FCA; }
.vitrine-home-page .contact-form .btn-submit { width: 100%; padding: 0.875rem 1.5rem; background: #FF8A00; color: #0E0C18; font-weight: 600; border: none; border-radius: 9999px; cursor: pointer; }
.vitrine-home-page .contact-form .btn-submit:hover { background: #FF9A1A; transform: translateY(-1px); }
.vitrine-home-page .contact-form-success { padding: 1rem; margin-bottom: 1rem; background: rgba(34,197,94,0.15); border: 1px solid rgba(34,197,94,0.3); border-radius: 0.5rem; color: #86efac; font-size: 0.9rem; }

/* Animation au scroll */
.vitrine-home-page .animate-on-scroll { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.vitrine-home-page .animate-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .vitrine-home-page .animate-on-scroll { opacity: 1; transform: none; transition: none; } }
