/* BlueDrive — bleu-violet + orange accent (#FFB81C) */
:root {
    --bd-navy: #1e1b4b;
    --bd-indigo: #4f46e5;
    --bd-violet: #7c3aed;
    --bd-violet-soft: #847bf1;
    --bd-orange: #ffb81c;
    --bd-orange-hover: #f59e0b;
    --bd-orange-soft: #fffbeb;
    --bd-btn: #4f46e5;
    --bd-btn-hover: #4338ca;
    --bd-btn-gradient: linear-gradient(135deg, #4f46e5 0%, #6366f1 55%, #847bf1 100%);
    --bd-hero-bg: linear-gradient(135deg, #847bf1 0%, #6366f1 45%, #8b5cf6 100%);
    --bd-hero-bg-blue: linear-gradient(135deg, #1e1b4b 0%, #1e3a8a 22%, #312e81 45%, #4338ca 72%, #4f46e5 100%);
    --bd-gold: #ffb81c;
    --bd-gold-deep: #d4a017;
    --bd-btn-shadow: 0 12px 28px -8px rgba(79, 70, 229, 0.42);
    --bd-accent: #4f46e5;
    --bd-accent-hover: #6d28d9;
    --bd-accent-soft: #eef2ff;
    --bd-muted: #64748b;
    --bd-soft: #f7f9fb;
}

.page-home .modern-header {
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid rgba(99, 102, 241, 0.08) !important;
}
.page-home main > section.hero-app-card:first-of-type,
.page-home main > section.hero-section:first-of-type,
.visitor-app main > section.hero-app-card:first-of-type,
.visitor-app main > section.hero-section:first-of-type {
    margin-top: 0 !important;
}
@media (max-width: 768px) {
    .page-home main > section.hero-app-card:first-of-type,
    .visitor-app main > section.hero-app-card:first-of-type {
        padding-top: 92px !important;
    }
}
@media (min-width: 769px) {
    .page-home main > section.hero-section:first-of-type,
    .visitor-app main > section.hero-section:first-of-type {
        padding-top: 96px !important;
    }
}
.page-home .header-getstarted,
.visitor-app .header-getstarted {
    background: var(--bd-btn) !important;
    border: none !important;
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.35) !important;
    color: #fff !important;
}
.page-home .header-getstarted:hover,
.visitor-app .header-getstarted:hover {
    background: var(--bd-btn-hover) !important;
}

.home-ultra {
    --talencia-navy: var(--bd-navy);
    --talencia-gold: var(--bd-orange);
    --talencia-gold-hover: var(--bd-orange-hover);
    --talencia-muted: var(--bd-muted);
    color: var(--bd-navy);
    overflow-x: clip;
}

.text-talencia-navy { color: var(--bd-navy) !important; }
.text-talencia-gold { color: var(--bd-orange) !important; }
.text-talencia-violet { color: var(--bd-indigo) !important; }
.text-talencia-muted { color: var(--bd-muted) !important; }
.bg-talencia-navy { background-color: var(--bd-navy) !important; }

/* Icônes : fond violet discret, icône blanche */
.bd-icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4f46e5, #847bf1);
    color: #fff !important;
    border-radius: 0.65rem;
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.22);
}
.bd-icon-box .material-symbols-outlined,
.bd-icon-box i { color: #fff !important; }

.home-btn-outline-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.75rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff !important;
    text-decoration: none !important;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-radius: 0.75rem;
    transition: background 0.2s, border-color 0.2s;
}
.home-btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff !important;
}

.hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.hide-scrollbar::-webkit-scrollbar { display: none; }

.hero-display {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.home-btn-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.75rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff !important;
    text-decoration: none !important;
    background: var(--bd-btn-gradient);
    border-radius: 0.75rem;
    box-shadow: var(--bd-btn-shadow);
    transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
}
.home-btn-gold:hover {
    background: linear-gradient(135deg, #4338ca 0%, #4f46e5 55%, #6366f1 100%);
    transform: translateY(-2px);
    color: #fff !important;
    box-shadow: 0 16px 36px -8px rgba(79, 70, 229, 0.5);
}

/* Hero */
.home-hero { background: #fff; }
.hero-feature-pill-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--bd-orange);
    box-shadow: 0 4px 12px rgba(255, 184, 28, 0.3);
}
.hero-circle-stack {
    position: relative;
    width: min(100%, 420px);
    margin-inline: auto;
    aspect-ratio: 4/5;
}
.hero-ring-outer {
    position: absolute;
    inset: 8%;
    border-radius: 50%;
    border: 2px solid rgba(79, 70, 229, 0.25);
    animation: bd-ring-pulse 4s ease-in-out infinite;
}
@keyframes bd-ring-pulse {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.04); opacity: 1; }
}
.hero-circle-frame {
    position: relative;
    z-index: 2;
    width: 78%;
    margin: 11% auto 0;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 24px 60px -20px rgba(79, 70, 229, 0.35);
}
.hero-circle-frame img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.hero-float-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.85rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
}
.hero-float-pos-tl { top: 8%; left: 4%; }
.hero-float-pos-ml { top: 42%; left: 0; }
.hero-float-pos-mr { top: 38%; right: 2%; }
.hero-widget {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(79, 70, 229, 0.12);
    padding: 0.75rem;
    box-shadow: 0 12px 32px rgba(79, 70, 229, 0.12);
    max-width: 140px;
}
.hero-widget-pos-tr { top: 6%; right: 0; }
.hero-widget-pos-br { bottom: 12%; right: 0; }
.hero-widget-pos-bl { bottom: 8%; left: 0; }

/* Platform — fond blanc, cartes bleues */
.home-platform {
    position: relative;
    padding: 4rem 0 4.75rem;
    background: #fff;
    overflow: hidden;
}
.home-platform::before,
.home-platform::after {
    display: none;
}
.home-platform-wrap {
    position: relative;
    z-index: 1;
}
.home-platform .home-platform-kicker {
    display: inline-block;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--bd-indigo, #4f46e5);
    background: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0.65rem;
}
.home-platform .home-platform-title {
    color: var(--bd-navy, #1e1b4b);
}
.home-platform .home-platform-title span {
    color: #ffb81c;
}
.home-platform .home-platform-lead {
    color: var(--bd-muted, #64748b);
    max-width: 36rem;
    margin: 0 auto;
    line-height: 1.65;
}
.home-platform-head {
    text-align: center;
    margin-bottom: 2.25rem;
}
.home-platform-track-wrap {
    position: relative;
}
.home-platform-track {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0.25rem 0.15rem 0.65rem;
}
.home-platform-card {
    flex: 0 0 min(88vw, 300px);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100%;
    background: linear-gradient(155deg, #847bf1 0%, #7976ff 48%, #6366f1 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 1.65rem;
    padding: 1.75rem 1.5rem 1.45rem;
    box-shadow: 0 16px 40px rgba(30, 27, 75, 0.28);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}
.home-platform-card:hover {
    transform: translateY(-8px);
    background: linear-gradient(155deg, #8f88f5 0%, #847bf1 48%, #6d6af8 100%);
    border-color: rgba(255, 255, 255, 0.38);
    box-shadow: 0 28px 56px rgba(30, 27, 75, 0.34);
}
.home-platform-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.15rem;
}
.home-platform-step {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(255, 255, 255, 0.22);
    letter-spacing: -0.02em;
}
.home-platform-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.85rem;
    height: 2.85rem;
    font-size: 1.35rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 0.9rem;
    box-shadow: 0 10px 28px rgba(30, 27, 75, 0.28);
}
.home-platform-icon::before {
    content: '';
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.35), transparent 68%);
    filter: blur(8px);
    z-index: -1;
    pointer-events: none;
}
.home-platform-card-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 1.125rem;
    color: #fff;
    margin: 0 0 0.55rem;
    line-height: 1.3;
}
.home-platform-card-text {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.65;
    margin: 0 0 1.25rem;
    flex: 1;
}
.home-platform-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: auto;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}
.home-platform-link .material-symbols-outlined {
    font-size: 1.05rem;
    transition: transform 0.2s ease;
}
.home-platform-link:hover {
    color: #ffb81c;
}
.home-platform-link:hover .material-symbols-outlined {
    transform: translateX(3px);
}
@media (max-width: 991px) {
    .home-platform {
        padding-top: 2.75rem;
        padding-bottom: 3rem;
    }
    .home-how.home-platform {
        padding-top: 2.75rem;
        padding-bottom: 3rem;
    }
    .home-platform-head {
        margin-bottom: 1.35rem;
    }
    .home-platform .home-platform-title {
        font-size: clamp(1.2rem, 4.5vw, 1.65rem);
    }
    .home-platform .home-platform-lead {
        font-size: 0.8125rem;
        line-height: 1.55;
    }
    .home-platform-track {
        gap: 0.65rem;
        padding-bottom: 0.35rem;
    }
    .home-platform-card {
        flex: 0 0 min(68vw, 210px);
        width: min(68vw, 210px);
        border-radius: 1.25rem;
        padding: 1.1rem 1rem 1rem;
        box-shadow: 0 10px 28px rgba(30, 27, 75, 0.22);
    }
    .home-platform-card:hover {
        transform: translateY(-4px);
    }
    .home-platform-card-top {
        margin-bottom: 0.75rem;
    }
    .home-platform-step {
        font-size: 1.25rem;
    }
    .home-platform-icon {
        width: 2.15rem;
        height: 2.15rem;
        font-size: 1.05rem;
        border-radius: 0.65rem;
    }
    .home-platform-card-title {
        font-size: 0.9375rem;
        margin-bottom: 0.35rem;
    }
    .home-platform-card-text {
        font-size: 0.75rem;
        line-height: 1.5;
        margin-bottom: 0.75rem;
    }
    .home-platform-link {
        font-size: 0.6875rem;
        gap: 0.25rem;
    }
    .home-platform-link .material-symbols-outlined {
        font-size: 0.9rem;
    }
    .home-how-cta {
        margin-top: 1.5rem;
    }
}
@media (min-width: 768px) {
    .home-platform-card {
        flex-basis: calc(33.333% - 0.75rem);
    }
}
@media (min-width: 992px) {
    .home-platform {
        padding: 5rem 0 5.5rem;
    }
    .home-platform-head {
        margin-bottom: 2.75rem;
    }
    .home-platform-card {
        padding: 2rem 1.75rem 1.65rem;
    }
}

.home-platform-kicker,
.home-featured-kicker,
.home-contact-kicker,
.bd-section-kicker {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--bd-indigo);
    margin-bottom: 0.5rem;
}
.home-platform-title,
.home-featured-title,
.home-contact-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: clamp(1.35rem, 3vw, 2.25rem);
    color: var(--bd-navy);
    margin: 0 0 0.5rem;
}
.home-platform-title span { color: var(--bd-orange); }
.home-platform-lead,
.home-featured-lead,
.home-contact-lead {
    color: var(--bd-muted);
    max-width: 36rem;
    margin: 0 auto;
    line-height: 1.65;
}
.home-platform-head,
.home-featured-head,
.home-contact-head { text-align: center; margin-bottom: 2rem; }
.home-featured-track,
.home-caps-track,
.home-steps-track,
.home-cats-track,
.home-blog-track,
.home-testimonials-track,
.home-stats-track {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.5rem;
}
.home-cap-card,
.home-step-card,
.home-cat-card,
.home-featured-card,
.home-blog-card,
.home-testimonial-card {
    flex: 0 0 min(88vw, 280px);
    scroll-snap-align: start;
}
@media (min-width: 768px) {
    .home-cap-card,
    .home-step-card { flex-basis: calc(33.333% - 0.75rem); }
    .home-featured-card { flex-basis: min(280px, 32%); }
    .home-cat-card { flex-basis: min(220px, 28%); }
    .home-blog-card { flex-basis: min(320px, 32%); }
    .home-testimonial-card { flex-basis: min(340px, 33%); }
}

/* Comment ça marche — réutilise .home-platform */
.home-how.home-platform {
    padding-top: 4rem;
    padding-bottom: 4.75rem;
}
.home-how-cta {
    text-align: center;
    margin-top: 2.25rem;
}
@media (min-width: 992px) {
    .home-how.home-platform {
        padding-top: 5rem;
        padding-bottom: 5.5rem;
    }
    .home-how-cta {
        margin-top: 2.75rem;
    }
}

/* Stats — mobile : cartes blanches défilables (style Cawiyee) */
.home-stats-track {
    gap: 0.85rem;
    padding: 0.15rem 0.15rem 0.45rem;
}
.home-stat-chip {
    flex: 0 0 auto;
    width: 9.75rem;
    min-width: 9.75rem;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 1.5rem;
    padding: 1.35rem 1rem 1.2rem;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}
.home-stat-chip__icon {
    display: block;
    font-size: 1.35rem;
    color: #d4a017;
    margin-bottom: 0.45rem;
    font-variation-settings: 'FILL' 0, 'wght' 300;
}
.home-stat-chip__value {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--bd-navy, #1e1b4b);
    line-height: 1.2;
    margin: 0;
}
.home-stat-chip__label {
    font-size: 0.6875rem;
    font-weight: 600;
    color: #64748b;
    margin: 0.35rem 0 0;
    line-height: 1.35;
}
@media (max-width: 991px) {
    .home-stats-track {
        gap: 0.6rem;
    }
    .home-stat-chip {
        width: 7.1rem;
        min-width: 7.1rem;
        padding: 0.85rem 0.6rem 0.8rem;
        border-radius: 1.15rem;
        box-shadow: 0 3px 12px rgba(15, 23, 42, 0.05);
    }
    .home-stat-chip__icon {
        font-size: 1rem;
        margin-bottom: 0.3rem;
    }
    .home-stat-chip__value {
        font-size: 1.05rem;
    }
    .home-stat-chip__label {
        font-size: 0.6rem;
        margin-top: 0.2rem;
    }
}


/* Capabilities */
.home-card {
    background: #fff;
    border: 1px solid rgba(99, 102, 241, 0.1);
    border-radius: 1.25rem;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}

/* Auto-écoles featured — fond hero violet */
.home-featured {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #847bf1 0%, #6366f1 45%, #8b5cf6 100%);
    color: #fff;
}
.home-featured::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.12) 0%, transparent 45%),
        radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 40%);
    pointer-events: none;
}
.home-featured-wrap {
    position: relative;
    z-index: 1;
}
.home-featured .home-featured-kicker {
    color: #ffb81c;
    letter-spacing: 0.18em;
    margin-bottom: 0.65rem;
}
.home-featured .home-featured-title {
    font-size: clamp(1.5rem, 4vw, 2.35rem);
    line-height: 1.15;
    margin-bottom: 0.65rem;
    width: 100%;
    color: #fff;
}
.home-featured .home-featured-title span {
    color: #ffb81c;
}
.home-featured .home-featured-lead {
    font-size: 0.9375rem;
    line-height: 1.65;
    margin: 0 0 1rem;
    max-width: 32rem;
    width: 100%;
    color: rgba(255, 255, 255, 0.88);
}
.home-featured-link--pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.55rem 1.1rem;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #1e1b4b !important;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.35);
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    align-self: center;
    box-shadow: 0 8px 22px rgba(30, 27, 75, 0.18);
}
.home-featured-link--pill:hover {
    color: #4f46e5 !important;
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(30, 27, 75, 0.24);
}
.home-featured-link--pill .material-symbols-outlined {
    font-size: 1rem;
    transition: transform 0.2s ease;
}
.home-featured-link--pill:hover .material-symbols-outlined {
    transform: translateX(3px);
}
.home-featured-head.home-featured-head--ultra {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    text-align: center;
    width: 100%;
    max-width: 40rem;
    margin: 0 auto 1.25rem;
    gap: 0;
}
.home-featured .home-search-wrap input {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 8px 24px rgba(30, 27, 75, 0.12);
}
.home-featured-toolbar {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 0.15rem;
}
.home-featured-toolbar .home-search-wrap {
    margin-bottom: 1.35rem;
}
.home-featured-head:not(.home-featured-head--ultra) {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    text-align: left;
    margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
    .home-featured-head.home-featured-head--ultra {
        margin-bottom: 1.5rem;
    }
    .home-featured .home-featured-lead {
        font-size: 0.8125rem;
        margin-bottom: 1rem;
    }
}
@media (min-width: 992px) {
    .home-featured-head.home-featured-head--ultra {
        margin-bottom: 2.5rem;
    }
    .home-featured {
        background: var(--bd-hero-bg-blue);
    }
    .home-featured .home-featured-kicker {
        color: var(--bd-gold-deep);
    }
    .home-featured .home-featured-title span {
        color: var(--bd-gold);
    }
    .home-featured-link--pill {
        color: #1e1b4b !important;
        border-color: rgba(255, 184, 28, 0.45);
    }
    .home-featured-link--pill:hover {
        color: #4338ca !important;
        border-color: var(--bd-gold);
    }
}

.home-featured-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--bd-indigo);
    text-decoration: none;
}
.home-featured-link:hover { color: var(--bd-orange); }
.home-featured-card {
    text-decoration: none !important;
    color: inherit;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(99, 102, 241, 0.1);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s, box-shadow 0.2s;
}
.home-featured-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(49, 46, 129, 0.14);
}
.home-featured-card-media {
    position: relative;
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #eef2ff, #ede9fe);
}
.home-featured-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-featured-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(145deg, #4f46e5, #7c3aed);
}
.home-featured-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(30, 27, 75, 0.55));
}
.home-featured-rating-chip {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--bd-navy);
    background: #fff;
}
.home-featured-rating-chip .material-symbols-outlined { font-size: 0.9rem; color: var(--bd-orange); }
.home-featured-badge {
    position: absolute;
    bottom: 0.75rem;
    left: 0.75rem;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    color: var(--bd-navy);
    background: var(--bd-orange);
}
.home-featured-card-body { padding: 1rem 1.1rem 1.15rem; }
.home-featured-cat {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--bd-indigo);
    margin-bottom: 0.25rem;
}
.home-featured-name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--bd-navy);
    margin-bottom: 0.25rem;
}
.home-featured-reviews { font-size: 0.8rem; color: var(--bd-muted); margin-bottom: 0.5rem; }
.home-featured-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--bd-indigo);
}

/* Blog */
.home-blog-card {
    text-decoration: none !important;
    color: inherit;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(99, 102, 241, 0.1);
}
.home-blog-card-media { position: relative; aspect-ratio: 16/10; background: #eef2ff; }
.home-blog-card-image { width: 100%; height: 100%; object-fit: cover; }
.home-blog-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #eef2ff, #ede9fe);
}
.home-blog-card-date {
    position: absolute;
    bottom: 0.75rem;
    left: 0.75rem;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    background: rgba(255,255,255,0.92);
    color: var(--bd-navy);
}
.home-blog-card-body { padding: 1rem 1.15rem 1.25rem; }
.home-blog-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--bd-navy);
    margin-bottom: 0.5rem;
}
.home-blog-card-excerpt {
    font-size: 0.8125rem;
    color: var(--bd-muted);
    line-height: 1.55;
    margin-bottom: 0.75rem;
}
.home-blog-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--bd-indigo);
}

/* Join banner */
.home-join-banner {
    background: linear-gradient(125deg, #eef2ff 0%, #ede9fe 50%, #fffbeb 100%);
    border: 1px solid rgba(132, 123, 241, 0.2);
}

/* Contact — style Cawiyee */
.home-contact-cawiye {
    background: #f3f4f6;
    padding: 2.75rem 1rem 3.25rem;
}
.home-contact-cawiye__inner {
    max-width: 520px;
    margin: 0 auto;
}
.home-contact-cawiye__head {
    text-align: center;
    margin-bottom: 1.35rem;
}
.home-contact-cawiye__kicker {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #d4a017;
    margin: 0 0 0.5rem;
}
.home-contact-cawiye__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: clamp(1.45rem, 4.5vw, 2rem);
    color: #1e1b4b;
    margin: 0 0 0.5rem;
    line-height: 1.2;
}
.home-contact-cawiye__lead {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #64748b;
    max-width: 34rem;
}
.home-contact-cawiye__actions {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-bottom: 1.25rem;
}
.home-contact-cawiye__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.9rem 1rem;
    border-radius: 0.85rem;
    font-weight: 700;
    font-size: 0.9375rem;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home-contact-cawiye__btn:hover {
    transform: translateY(-2px);
}
.home-contact-cawiye__btn--call {
    background: #1e1b4b;
    color: #fff !important;
    box-shadow: 0 8px 22px rgba(30, 27, 75, 0.22);
}
.home-contact-cawiye__btn--mail {
    background: #fff;
    color: #1e1b4b !important;
    border: 2px solid #d4a017;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}
.home-contact-cawiye__btn--mail .material-symbols-outlined {
    color: #d4a017;
}
.home-contact-cawiye__btn--whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #fff !important;
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.35);
}
.home-contact-cawiye__btn--whatsapp i {
    font-size: 1.15rem;
    line-height: 1;
}
.home-contact-cawiye__btn--whatsapp:hover {
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45);
}
.home-contact-cawiye__grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.home-contact-cawiye__aside {
    order: 2;
    background: linear-gradient(165deg, #1e1b4b 0%, #312e81 55%, #3730a3 100%);
    border-radius: 1.5rem;
    padding: 1.35rem 1.15rem 1.25rem;
    color: #fff;
    box-shadow: 0 18px 44px rgba(30, 27, 75, 0.28);
}
.home-contact-cawiye__aside-kicker {
    margin: 0 0 1rem;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(199, 210, 254, 0.85);
}
.home-contact-cawiye__channel {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 0.85rem;
    margin-bottom: 0.65rem;
    background: rgba(15, 23, 42, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    text-decoration: none !important;
    color: inherit;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.home-contact-cawiye__channel:hover {
    transform: translateY(-2px);
    background: rgba(15, 23, 42, 0.32);
    border-color: rgba(255, 255, 255, 0.18);
}
.home-contact-cawiye__channel-icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
}
.home-contact-cawiye__channel-icon .material-symbols-outlined {
    font-size: 1.25rem;
    line-height: 1;
    display: block;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    -webkit-font-smoothing: antialiased;
}
.home-contact-cawiye__channel-body {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    min-width: 0;
    flex: 1;
}
.home-contact-cawiye__channel-label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(199, 210, 254, 0.78);
}
.home-contact-cawiye__channel-value {
    font-weight: 700;
    font-size: 0.875rem;
    color: #fff;
    word-break: break-word;
}
.home-contact-cawiye__channel-meta {
    font-size: 0.75rem;
    color: rgba(226, 232, 240, 0.72);
}
.home-contact-cawiye__channel-arrow {
    flex-shrink: 0;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 0.1rem;
}
.home-contact-cawiye__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.home-contact-cawiye__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.6875rem;
    font-weight: 600;
    color: rgba(226, 232, 240, 0.92);
    white-space: nowrap;
}
.home-contact-cawiye__badge .material-symbols-outlined {
    font-size: 0.95rem;
    color: #d4a017;
}
.home-contact-cawiye__form-card {
    order: 1;
    background: #fff;
    border-radius: 1.35rem;
    padding: 1.25rem 1.15rem 1.35rem;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.15);
}
.home-contact-cawiye__form-head {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1.15rem;
}
.home-contact-cawiye__form-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #1e1b4b, #4338ca);
    color: #fff;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.home-contact-cawiye__form-head-copy {
    min-width: 0;
}
.home-contact-cawiye__form-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
    color: #1e1b4b;
    margin: 0 0 0.25rem;
    line-height: 1.3;
}
.home-contact-cawiye__form-lead {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #64748b;
}
.home-contact-cawiye__form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.home-contact-cawiye__form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}
.home-contact-field {
    position: relative;
    display: block;
}
.home-contact-field__label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}
.home-contact-field__icon {
    position: absolute;
    left: 0.85rem;
    top: calc(1.15rem + 50%);
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1.1rem;
    pointer-events: none;
}
.home-contact-field--area .home-contact-field__icon {
    top: calc(1.15rem + 0.85rem);
    transform: none;
}
.home-contact-field input,
.home-contact-field textarea {
    width: 100%;
    padding: 0.78rem 0.85rem 0.78rem 2.65rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    color: #1e1b4b;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.home-contact-field textarea {
    min-height: 6.5rem;
    resize: vertical;
}
.home-contact-field input::placeholder,
.home-contact-field textarea::placeholder {
    color: #94a3b8;
}
.home-contact-field input:focus,
.home-contact-field textarea:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}
.home-contact-cawiye__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    margin-top: 0.15rem;
    padding: 0.95rem 1rem;
    border: none;
    border-radius: 0.85rem;
    background: linear-gradient(135deg, #d4a017 0%, #c49214 100%);
    color: #fff;
    font-weight: 800;
    font-size: 0.8125rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(196, 146, 20, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home-contact-cawiye__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(196, 146, 20, 0.42);
}
.home-contact-cawiye__submit .material-symbols-outlined {
    font-size: 1.1rem;
}
@media (min-width: 768px) {
    .home-contact-cawiye__form-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 992px) {
    .home-contact-cawiye {
        padding: 4rem 1.5rem 4.75rem;
    }
    .home-contact-cawiye__inner {
        max-width: 1120px;
    }
    .home-contact-cawiye__head {
        text-align: left;
        margin-bottom: 2rem;
    }
    .home-contact-cawiye__lead {
        font-size: 1rem;
    }
    .home-contact-cawiye__actions {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 2rem;
    }
    .home-contact-cawiye__btn {
        width: auto;
        flex: 0 1 auto;
        min-width: 9.5rem;
    }
    .home-contact-cawiye__grid {
        display: grid;
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        gap: 1.35rem;
        align-items: stretch;
    }
    .home-contact-cawiye__aside {
        order: 0;
        padding: 1.65rem 1.45rem 1.45rem;
    }
    .home-contact-cawiye__form-card {
        order: 0;
        padding: 1.65rem 1.5rem 1.55rem;
    }
    .home-contact-cawiye__form-title {
        font-size: 1.15rem;
    }
    .home-contact-cawiye__form-lead {
        font-size: 0.875rem;
    }
}

/* WhatsApp flottant — accueil visiteur */
.bda-whatsapp-float {
    position: fixed;
    bottom: 1.75rem;
    right: 1.25rem;
    z-index: 1035;
    width: 4rem;
    height: 4rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    animation: bdaWhatsappIn 0.7s ease-out;
}
.bda-whatsapp-float:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 14px 34px rgba(37, 211, 102, 0.55);
    color: #fff !important;
}
.bda-whatsapp-float__icon {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.bda-whatsapp-float__icon i {
    font-size: 1.85rem;
    line-height: 1;
}
.bda-whatsapp-float__pulse {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(37, 211, 102, 0.35);
    animation: bdaWhatsappPulse 2s ease-out infinite;
    z-index: 1;
}
.bda-whatsapp-float__tooltip {
    position: absolute;
    right: calc(100% + 0.85rem);
    top: 50%;
    transform: translateY(-50%);
    min-width: 10.5rem;
    padding: 0.65rem 0.85rem;
    border-radius: 0.75rem;
    background: rgba(15, 23, 42, 0.92);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.25);
}
.bda-whatsapp-float__tooltip::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: rgba(15, 23, 42, 0.92);
}
.bda-whatsapp-float__tooltip strong {
    display: block;
    font-size: 0.8125rem;
    margin-bottom: 0.15rem;
}
.bda-whatsapp-float__tooltip small {
    display: block;
    font-size: 0.6875rem;
    opacity: 0.85;
}
.bda-whatsapp-float:hover .bda-whatsapp-float__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(-4px);
}
@keyframes bdaWhatsappIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes bdaWhatsappPulse {
    0% { transform: scale(1); opacity: 0.55; }
    70% { transform: scale(1.45); opacity: 0; }
    100% { transform: scale(1.45); opacity: 0; }
}
@media (max-width: 991px) {
    .bda-whatsapp-float {
        bottom: calc(5.75rem + env(safe-area-inset-bottom));
        right: 1rem;
        width: 3.65rem;
        height: 3.65rem;
    }
    .bda-whatsapp-float__icon i {
        font-size: 1.65rem;
    }
    .bda-whatsapp-float__tooltip {
        display: none;
    }
}
@media (max-width: 480px) {
    .home-contact-cawiye__actions {
        gap: 0.55rem;
    }
    .home-contact-cawiye__btn {
        padding: 0.82rem 0.85rem;
        font-size: 0.875rem;
    }
}

/* CTA final — même fond que le hero */
.home-final-cta {
    position: relative;
    overflow: hidden;
    background: var(--bd-hero-bg);
}
.home-final-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 45%),
        radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.06) 0%, transparent 40%);
    pointer-events: none;
}
.home-final-cta > * {
    position: relative;
    z-index: 1;
}
.home-final-cta__title {
    margin: 0 auto;
    max-width: 36rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: clamp(1.35rem, 4vw, 2rem);
    line-height: 1.25;
    color: #fff;
}
.home-final-cta__lead {
    margin: 0.75rem auto 0;
    max-width: 32rem;
    font-size: clamp(0.9375rem, 2.5vw, 1.0625rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
}
.home-final-cta .mt-6,
.home-final-cta__actions {
    margin-top: 1.75rem;
}
@media (min-width: 769px) {
    .home-final-cta {
        background: var(--bd-hero-bg-blue);
    }
}

.hero-promo-video-frame {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 24px 60px -24px rgba(49, 46, 129, 0.35);
}

.home-search-wrap {
    max-width: 32rem;
    width: 100%;
    margin: 0 auto 1.5rem;
    position: relative;
}
.home-featured .home-search-wrap {
    max-width: 32rem;
}
.home-search-wrap .material-symbols-outlined {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bd-indigo);
    pointer-events: none;
}
.home-search-wrap input {
    width: 100%;
    padding: 0.85rem 1rem 0.85rem 2.75rem;
    border: 1px solid rgba(99, 102, 241, 0.15);
    border-radius: 999px;
    font-size: 0.9375rem;
    background: #fff;
}
.home-search-wrap input:focus {
    outline: none;
    border-color: var(--bd-accent);
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.12);
}

/* Animations */
.home-ultra [data-animate] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}
.home-ultra [data-animate].in-view {
    opacity: 1;
    transform: none;
}

.material-symbols-outlined.filled {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
