/**
 * OptiBFR — Thème Satchel (fintech clair, minimal)
 * VITRINE_DESIGN=satchel | Revenir : VITRINE_DESIGN=classic
 */

:root {
    --vs-bg: #f9f9f9;
    --vs-surface: #ffffff;
    --vs-ink: #111111;
    --vs-ink-soft: #333333;
    --vs-ink-muted: #666666;
    --vs-line: #e8e8e8;
    --vs-accent: #f5c242;
    --vs-accent-hover: #e8b42e;
    --vs-bg-muted: #f3f3f3;
    --vs-font: 'Inter', 'Plus Jakarta Sans', system-ui, sans-serif;
    --vs-container: 1140px;
    --vs-nav-h: 72px;
    --vs-radius: 4px;
    --vs-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    --vs-shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.06);

    /* Alias legacy (styles inline pages) — alignés sur l’accent jaune */
    --primary: var(--vs-accent);
    --primary-light: #fff8e6;
    --primary-hover: var(--vs-accent-hover);
    --secondary: var(--vs-accent-hover);
    --success: var(--vs-accent);
    --text-primary: var(--vs-ink);
    --text-secondary: var(--vs-ink-muted);
    --text-muted: #888;
    --text: var(--vs-ink);
    --border: var(--vs-line);
    --border-light: #f0f0f0;
    --bg-card: #fff;
    --bg-body: var(--vs-bg);
    --radius: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --shadow: var(--vs-shadow-sm);
    --shadow-md: var(--vs-shadow);
    --shadow-lg: var(--vs-shadow);
}

/* ===== BASE ===== */
body.website-layout.vitrine-theme-satchel {
    font-family: var(--vs-font);
    color: var(--vs-ink-soft);
    background: var(--vs-bg);
    margin: 0;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body.vitrine-theme-satchel .website-main {
    padding-top: var(--vs-nav-h);
}

body.vitrine-theme-satchel .container {
    max-width: var(--vs-container);
    --bs-gutter-x: 1.5rem;
}

body.vitrine-theme-satchel .vitrine-float-actions {
    display: none !important;
}

/* ===== NAV ===== */
.vs-nav {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1050;
    background: var(--vs-surface);
    border-bottom: 1px solid var(--vs-line);
}

.vs-nav__inner {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    min-height: var(--vs-nav-h);
}

.vs-nav__brand img {
    height: 30px;
    width: auto;
    display: block;
}

body.vitrine-theme-satchel .vs-nav__lang .lang-flag,
body.vitrine-theme-satchel .vs-nav__lang .lang-item-flag {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    object-fit: cover;
}

.vs-nav__menu {
    display: none;
    align-items: center;
    gap: 1.75rem;
    flex: 1;
    justify-content: center;
}

@media (min-width: 992px) {
    .vs-nav__menu { display: flex; }
}

.vs-nav__link {
    color: var(--vs-ink-soft);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}

.vs-nav__link:hover {
    color: var(--vs-ink);
}

.vs-nav__link.is-active {
    color: var(--vs-ink);
    border-bottom-color: var(--vs-accent);
}

.vs-nav__actions {
    display: none;
    align-items: center;
    gap: 1.25rem;
    margin-left: auto;
}

@media (min-width: 992px) {
    .vs-nav__actions { display: flex; }
}

.vs-nav__util {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--vs-ink);
    text-decoration: none;
}

.vs-nav__util:hover {
    color: var(--vs-ink-muted);
}

.vs-nav__cta {
    display: none;
    background: var(--vs-accent);
    color: var(--vs-ink) !important;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.65rem 1.1rem;
    border-radius: var(--vs-radius);
    transition: background 0.2s;
}

@media (min-width: 1200px) {
    .vs-nav__cta { display: inline-block; }
}

.vs-nav__cta:hover {
    background: var(--vs-accent-hover);
    color: var(--vs-ink) !important;
}

.vs-nav__burger {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-left: auto;
    border: none;
    background: none;
    padding: 8px;
    cursor: pointer;
}

.vs-nav__burger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--vs-ink);
}

@media (min-width: 992px) {
    .vs-nav__burger { display: none; }
}

.vs-nav__mobile {
    background: var(--vs-surface);
    border-bottom: 1px solid var(--vs-line);
    padding: 1rem 1.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.vs-nav__mobile[hidden] {
    display: none !important;
}

.vs-nav__mobile a {
    color: var(--vs-ink);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
}

.vs-nav__mobile-cta {
    margin-top: 0.5rem;
    text-align: center;
    background: var(--vs-accent) !important;
    padding: 0.75rem !important;
    border-radius: var(--vs-radius);
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 0.8rem !important;
}

/* ===== HERO ===== */
.vs-hero {
    background: var(--vs-bg);
    padding: 2.5rem 0 4rem;
}

.vs-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: var(--vs-ink-muted);
    margin-bottom: 2rem;
}

.vs-breadcrumb a {
    color: var(--vs-ink-muted);
    text-decoration: none;
}

.vs-breadcrumb a:hover {
    color: var(--vs-ink);
}

.vs-hero__title {
    font-size: clamp(2rem, 4.5vw, 2.85rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--vs-ink);
    margin: 0 0 1.25rem;
    max-width: 16ch;
}

.vs-hero__accent {
    color: var(--vs-ink);
}

.vs-hero__lead {
    font-size: 1.05rem;
    color: var(--vs-ink-muted);
    line-height: 1.7;
    max-width: 32rem;
    margin-bottom: 1.75rem;
}

.vs-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.vs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: var(--vs-radius);
    transition: background 0.2s, color 0.2s;
    border: none;
    cursor: pointer;
}

.vs-btn--primary {
    background: var(--vs-accent);
    color: var(--vs-ink) !important;
    padding: 0.9rem 1.75rem;
}

.vs-btn--primary:hover {
    background: var(--vs-accent-hover);
    color: var(--vs-ink) !important;
}

.vs-btn--text {
    color: var(--vs-ink);
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    text-transform: none;
    font-weight: 600;
    padding: 0;
}

.vs-btn--text:hover {
    color: var(--vs-ink-muted);
}

.vs-hero__bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vs-hero__bullets li {
    position: relative;
    padding-left: 1.1rem;
    margin-bottom: 0.45rem;
    font-size: 0.9rem;
    color: var(--vs-ink-soft);
    font-weight: 500;
}

.vs-hero__bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--vs-accent);
}

/* Floating cards scene */
.vs-float-scene {
    position: relative;
    max-width: 100%;
    min-height: 320px;
    padding: 0.5rem 0;
    overflow: hidden;
}

.vs-card {
    background: var(--vs-surface);
    border-radius: 8px;
    box-shadow: var(--vs-shadow);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.vs-card--main {
    position: relative;
    z-index: 2;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
}

.vs-card--main .vs-card__label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--vs-ink-muted);
    padding: 0.75rem 1rem 0;
}

.vs-card--main img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 340px;
    object-fit: contain;
    object-position: top center;
    padding: 0.5rem 1rem 1rem;
}

.vs-card--stat {
    position: absolute;
    right: 0;
    top: 6%;
    z-index: 3;
    padding: 0.85rem 1rem;
    min-width: 110px;
    max-width: 42%;
}

.vs-card--list {
    position: absolute;
    left: 0;
    bottom: 8%;
    z-index: 3;
    padding: 0.85rem;
    width: 140px;
    max-width: 38%;
}

.vs-card--action {
    position: absolute;
    right: 4%;
    bottom: 4%;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.85rem;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--vs-ink);
    max-width: 48%;
}

.vs-hero__logos {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid var(--vs-line);
    text-align: center;
}

.vs-hero__logos p {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--vs-ink-muted);
    margin-bottom: 1.25rem;
}

.vs-hero__logos-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.vs-hero__logos-row img {
    height: 26px;
    width: auto;
    opacity: 0.45;
    filter: grayscale(1);
    transition: opacity 0.2s;
}

.vs-hero__logos-row img:hover {
    opacity: 0.8;
    filter: none;
}

/* ===== STATS ===== */
body.vitrine-theme-satchel .stats-bar,
body.vitrine-theme-satchel .home-stats-overlay {
    background: var(--vs-surface);
    border: 1px solid var(--vs-line);
    border-radius: 8px;
    box-shadow: var(--vs-shadow-sm);
    padding: 2rem 1.5rem;
    margin-top: -2rem;
    margin-bottom: 2rem;
}

body.vitrine-theme-satchel .stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--vs-ink);
}

body.vitrine-theme-satchel .stat-label {
    font-size: 0.82rem;
    color: var(--vs-ink-muted);
}

body.vitrine-theme-satchel .stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #fff8e6;
    color: #c9a227;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.65rem;
}

body.vitrine-theme-satchel .stat-item {
    text-align: center;
}

/* Tarifs (bloc home) — uniformiser jaune, ignorer styles inline legacy */
body.vitrine-theme-satchel #pricing .pricing-modern .pricing-top {
    border-top-color: var(--vs-accent) !important;
}

body.vitrine-theme-satchel #pricing .pricing-price[style] {
    color: var(--vs-ink) !important;
}

body.vitrine-theme-satchel #pricing .btn-modern[style],
body.vitrine-theme-satchel #pricing .btn-modern-primary {
    background: var(--vs-accent) !important;
    border-color: var(--vs-accent) !important;
    color: var(--vs-ink) !important;
}

body.vitrine-theme-satchel #pricing .btn-modern-outline[style],
body.vitrine-theme-satchel #pricing .btn-modern-outline {
    background: transparent !important;
    border-color: var(--vs-line) !important;
    color: var(--vs-ink) !important;
}

body.vitrine-theme-satchel #pricing .btn-modern-outline[style]:hover,
body.vitrine-theme-satchel #pricing .btn-modern-outline:hover {
    background: var(--vs-bg-muted) !important;
}

/* Carte monde — pastille Maroc */
body.vitrine-theme-satchel .implantations-chip-dot--morocco {
    background: var(--vs-accent) !important;
    box-shadow: 0 0 0 4px rgba(245, 194, 66, 0.22) !important;
}

/* ===== SECTIONS ===== */
body.vitrine-theme-satchel .section-modern {
    padding: 4.5rem 0;
}

body.vitrine-theme-satchel .section-modern.bg-light {
    background: var(--vs-surface) !important;
    border-top: 1px solid var(--vs-line);
    border-bottom: 1px solid var(--vs-line);
}

body.vitrine-theme-satchel .section-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 2.5rem;
}

body.vitrine-theme-satchel .section-badge {
    display: none;
}

body.vitrine-theme-satchel .section-title {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--vs-ink);
    margin-bottom: 0.75rem;
}

body.vitrine-theme-satchel .section-subtitle {
    font-size: 1rem;
    color: var(--vs-ink-muted);
    line-height: 1.7;
}

/* ===== CARDS ===== */
body.vitrine-theme-satchel .feature-card,
body.vitrine-theme-satchel .human-insight-card {
    background: var(--vs-surface);
    border: 1px solid var(--vs-line);
    border-radius: 8px;
    box-shadow: none;
    transition: box-shadow 0.25s;
}

body.vitrine-theme-satchel .feature-card {
    padding: 1.75rem;
    height: 100%;
}

body.vitrine-theme-satchel .feature-card:hover,
body.vitrine-theme-satchel .human-insight-card:hover {
    box-shadow: var(--vs-shadow-sm);
    transform: none;
    border-color: var(--vs-line);
}

body.vitrine-theme-satchel .feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #fff8e6 !important;
    color: #b8860b !important;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex-shrink: 0;
}

body.vitrine-theme-satchel .feature-icon i {
    display: block;
    line-height: 1;
}

body.vitrine-theme-satchel .feature-icon.gradient {
    background: var(--vs-accent) !important;
    color: var(--vs-ink) !important;
}

body.vitrine-theme-satchel .feature-card h4,
body.vitrine-theme-satchel .human-insight-body h5 {
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--vs-ink);
}

body.vitrine-theme-satchel .feature-card p,
body.vitrine-theme-satchel .human-insight-body p {
    color: var(--vs-ink-muted);
    font-size: 0.92rem;
}

/* Bandeaux & icônes colorés → jaune marque */
body.vitrine-theme-satchel .feature-card::before,
body.vitrine-theme-satchel .feature-card.blue::before,
body.vitrine-theme-satchel .feature-card.purple::before,
body.vitrine-theme-satchel .feature-card.green::before {
    background: var(--vs-accent) !important;
    opacity: 1 !important;
}

body.vitrine-theme-satchel .feature-icon.blue,
body.vitrine-theme-satchel .feature-icon.purple,
body.vitrine-theme-satchel .feature-icon.green,
body.vitrine-theme-satchel .feature-icon.primary,
body.vitrine-theme-satchel .feature-icon.success {
    background: #fff8e6 !important;
    color: #b8860b !important;
}

body.vitrine-theme-satchel .section-title-modern {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: var(--vs-ink);
    letter-spacing: -0.02em;
}

body.vitrine-theme-satchel .badge-eyebrow {
    background: #fff8e6;
    color: #9a7b1a;
}

/* Page Mise en œuvre — timeline */
body.vitrine-theme-satchel .timeline-badge {
    background: linear-gradient(135deg, #fff8e6, #fef3c7);
    color: #9a7b1a;
}

body.vitrine-theme-satchel .timeline-steps::before {
    background: linear-gradient(90deg, #e2e8f0, var(--vs-accent), var(--vs-accent-hover)) !important;
}

body.vitrine-theme-satchel .timeline-node {
    border-color: var(--vs-accent) !important;
    color: #b8860b !important;
    box-shadow: 0 8px 24px rgba(245, 194, 66, 0.22) !important;
}

body.vitrine-theme-satchel .timeline-node.green {
    border-color: var(--vs-accent-hover) !important;
    color: #9a7b1a !important;
    box-shadow: 0 8px 24px rgba(245, 194, 66, 0.18) !important;
}

body.vitrine-theme-satchel .timeline-step li::before {
    color: var(--vs-accent-hover) !important;
}

body.vitrine-theme-satchel .timeline-step h5[style] {
    color: var(--vs-ink) !important;
}

/* Pages légales */
body.vitrine-theme-satchel .legal-notice {
    background: linear-gradient(135deg, #fff8e6, #fef3c7);
    color: #7a5f00;
}

body.vitrine-theme-satchel .legal-meta i,
body.vitrine-theme-satchel .legal-card li::marker {
    color: var(--vs-accent-hover);
}

/* Carrousel home */
body.vitrine-theme-satchel .product-carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f5c242' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

body.vitrine-theme-satchel .product-carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f5c242' viewBox='0 0 16 16'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

body.vitrine-theme-satchel .human-insights-grid {
    gap: 1.25rem;
}

/* ===== PAGE HERO (pricing, features…) ===== */
body.vitrine-theme-satchel .vitrine-page-hero {
    background: var(--vs-bg);
    padding: calc(var(--vs-nav-h) + 2.5rem) 0 2.5rem;
    text-align: center;
    border-bottom: 1px solid var(--vs-line);
    min-height: 0;
    overflow: visible;
}

body.vitrine-theme-satchel .vitrine-page-hero::before {
    display: none;
}

body.vitrine-theme-satchel .vitrine-page-hero h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    color: var(--vs-ink);
    letter-spacing: -0.02em;
}

body.vitrine-theme-satchel .vitrine-page-hero .lead,
body.vitrine-theme-satchel .vitrine-page-hero .eyebrow {
    color: var(--vs-ink-muted);
}

body.vitrine-theme-satchel .vitrine-page-hero .eyebrow {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--vs-ink-muted);
    margin-bottom: 0.5rem;
}

body.vitrine-theme-satchel .vitrine-page-hero .cta-btn {
    background: var(--vs-accent);
    color: var(--vs-ink) !important;
    border-radius: var(--vs-radius);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.9rem 1.5rem;
    text-decoration: none;
    display: inline-flex;
    margin-top: 0.5rem;
}

/* ===== PRICING ===== */
body.vitrine-theme-satchel .pricing-card-modern {
    border: 1px solid var(--vs-line);
    border-radius: 8px;
    box-shadow: none;
    background: var(--vs-surface);
}

body.vitrine-theme-satchel .pricing-card-modern.featured {
    border: 2px solid var(--vs-accent);
    box-shadow: var(--vs-shadow-sm);
}

body.vitrine-theme-satchel .pricing-badge-modern {
    background: var(--vs-accent);
    color: var(--vs-ink);
    border-radius: var(--vs-radius);
    font-weight: 700;
}

body.vitrine-theme-satchel .btn-modern {
    border-radius: var(--vs-radius);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* ===== CTA ===== */
body.vitrine-theme-satchel .cta-section {
    background: var(--vs-surface);
    border-top: 1px solid var(--vs-line);
    padding: 4rem 0;
}

body.vitrine-theme-satchel .cta-section::before {
    display: none;
}

body.vitrine-theme-satchel .cta-title {
    color: var(--vs-ink);
    font-weight: 700;
}

body.vitrine-theme-satchel .cta-subtitle {
    color: var(--vs-ink-muted);
}

body.vitrine-theme-satchel .cta-btn {
    background: var(--vs-accent) !important;
    color: var(--vs-ink) !important;
    border-radius: var(--vs-radius);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    box-shadow: none;
}

body.vitrine-theme-satchel .cta-section .btn-outline-light {
    border: 1px solid var(--vs-line);
    color: var(--vs-ink) !important;
    border-radius: var(--vs-radius);
}

/* ===== STEPS, DEMO, LOGOS ===== */
body.vitrine-theme-satchel #how .row {
    align-items: stretch;
}

body.vitrine-theme-satchel #how .col-md-4 {
    display: flex;
}

body.vitrine-theme-satchel .step-card-modern {
    background: var(--vs-surface);
    border: 1px solid var(--vs-line);
    border-radius: 8px;
    padding: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
}

body.vitrine-theme-satchel .step-card-modern::before {
    content: '';
    display: block;
    height: 3px;
    background: var(--vs-accent);
    flex-shrink: 0;
}

body.vitrine-theme-satchel .step-card-modern::after {
    display: none;
}

body.vitrine-theme-satchel .step-card-modern__inner {
    padding: 1.25rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

body.vitrine-theme-satchel .step-card-modern__head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.875rem;
}

body.vitrine-theme-satchel .step-number {
    width: 1.75rem;
    height: 1.75rem;
    min-width: 1.75rem;
    background: var(--vs-accent);
    color: var(--vs-ink);
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: static;
}

body.vitrine-theme-satchel .step-icon-modern {
    width: 2.25rem;
    height: 2.25rem;
    background: var(--vs-bg);
    border: 1px solid var(--vs-line);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 1.1rem;
    color: var(--vs-ink);
}

body.vitrine-theme-satchel .step-card-modern h4 {
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 0.5rem;
    color: var(--vs-ink);
}

body.vitrine-theme-satchel .step-card-modern p {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--vs-ink-muted);
    margin: 0;
    flex: 1;
}

body.vitrine-theme-satchel .step-card-modern__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-top: 1rem;
    padding-top: 0;
}

body.vitrine-theme-satchel .step-card-modern__tags .step-tag {
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    background: var(--vs-bg);
    border: 1px solid var(--vs-line);
    border-radius: 4px;
    color: var(--vs-ink-muted);
}

body.vitrine-theme-satchel .product-demo-sim .screenshot-frame {
    border: 1px solid var(--vs-line);
    border-radius: 8px;
    box-shadow: var(--vs-shadow);
}

body.vitrine-theme-satchel .logo-cloud img {
    height: 28px;
    opacity: 0.4;
    filter: grayscale(1);
}

body.vitrine-theme-satchel .testimonials-shell {
    border: 1px solid var(--vs-line);
    border-radius: 8px;
    background: var(--vs-surface);
    box-shadow: var(--vs-shadow-sm);
}

body.vitrine-theme-satchel .contact-form-card {
    border: 1px solid var(--vs-line);
    border-radius: 8px;
    box-shadow: var(--vs-shadow-sm);
}

body.vitrine-theme-satchel .accordion-item {
    border: 1px solid var(--vs-line) !important;
    border-radius: 8px !important;
}

/* Tailwind (app.css) : .collapse { visibility: collapse } casse l’accordéon Bootstrap */
body.vitrine-theme-satchel .accordion .collapse,
body.vitrine-theme-satchel .accordion .collapsing {
    visibility: visible !important;
}

body.vitrine-theme-satchel .accordion-button {
    font-weight: 600;
    color: var(--vs-ink);
    box-shadow: none !important;
}

body.vitrine-theme-satchel .accordion-button:not(.collapsed) {
    background: #fff8e6;
    color: var(--vs-ink);
}

body.vitrine-theme-satchel .accordion-body {
    color: var(--vs-ink-muted);
    line-height: 1.7;
    padding: 1rem 1.25rem 1.25rem;
}

/* ===== FOOTER ===== */
.vs-footer {
    background: var(--vs-surface);
    border-top: 1px solid var(--vs-line);
    padding: 3.5rem 0 2rem;
    margin-top: 0;
}

.vs-footer__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .vs-footer__grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

.vs-footer__col h6 {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--vs-ink);
    margin-bottom: 1rem;
}

.vs-footer__col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vs-footer__col li {
    margin-bottom: 0.4rem;
}

.vs-footer__col a {
    color: var(--vs-ink-muted);
    text-decoration: none;
    font-size: 0.88rem;
    transition: color 0.2s;
}

.vs-footer__col a:hover {
    color: var(--vs-ink);
}

.vs-footer__social {
    display: flex;
    gap: 0.65rem;
    margin-top: 1rem;
}

.vs-footer__social a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--vs-line);
    border-radius: 50%;
    color: var(--vs-ink-muted);
    font-size: 1rem;
}

.vs-footer__social a:hover {
    color: var(--vs-ink);
    border-color: var(--vs-ink-muted);
}

.vs-footer__bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--vs-line);
}

.vs-footer__bar img {
    opacity: 0.7;
    max-height: 24px;
}

.vs-footer__bar p {
    margin: 0;
    font-size: 0.8rem;
    color: var(--vs-ink-muted);
}

/* Scroll top */
.vs-scroll-top {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1040;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--vs-line);
    background: var(--vs-surface);
    color: var(--vs-ink);
    box-shadow: var(--vs-shadow-sm);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.vs-scroll-top:hover {
    background: var(--vs-accent);
    border-color: var(--vs-accent);
}

.vs-scroll-top[hidden] {
    display: none !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991.98px) {
    .vs-float-scene {
        min-height: 280px;
        margin-top: 1rem;
    }

    .vs-card--list,
    .vs-card--action {
        display: none;
    }

    .vs-hero__title {
        max-width: none;
    }

    body.vitrine-theme-satchel .section-header {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575.98px) {
    .vs-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .vs-btn--primary {
        text-align: center;
    }
}

/* ===== FIXES & FINALISATION ===== */

.vs-card__kpi {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--vs-ink);
    line-height: 1;
}

.vs-card__kpi-label {
    font-size: 0.68rem;
    color: var(--vs-ink-muted);
    font-weight: 600;
    line-height: 1.3;
}

.vs-card__row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.45rem;
}

.vs-card__row span {
    flex: 1;
    height: 7px;
    background: #eee;
    border-radius: 4px;
}

.vs-card__row i {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--vs-accent);
    opacity: 0.45;
    flex-shrink: 0;
}

.vs-card__pill {
    margin-top: 0.35rem;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--vs-ink-muted);
}

.vs-card--action i {
    color: var(--vs-accent);
    flex-shrink: 0;
}

/* Grille images (about, home) — manquait sans landing-classic */
body.vitrine-theme-satchel .human-insights-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

body.vitrine-theme-satchel .human-insight-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

body.vitrine-theme-satchel .human-insight-figure {
    width: 100%;
    aspect-ratio: 16 / 10;
    max-height: 220px;
    overflow: hidden;
    background: var(--vs-bg-muted);
}

body.vitrine-theme-satchel .human-insight-card img,
body.vitrine-theme-satchel .human-insight-figure img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

body.vitrine-theme-satchel .human-insight-body {
    padding: 1rem 1.15rem 1.2rem;
    flex: 1;
}

/* Stats barre about */
body.vitrine-theme-satchel .stats-modern {
    background: var(--vs-surface);
    border: 1px solid var(--vs-line);
    border-radius: 8px;
    box-shadow: var(--vs-shadow-sm);
    margin-top: -2rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

body.vitrine-theme-satchel .stats-modern .stat {
    text-align: center;
    padding: 1.35rem 0.75rem;
    border-right: 1px solid var(--vs-line);
}

body.vitrine-theme-satchel .stats-modern .row > div:last-child .stat,
body.vitrine-theme-satchel .stats-modern .stat:last-child {
    border-right: none;
}

body.vitrine-theme-satchel .stats-modern .stat .num {
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--vs-ink);
}

body.vitrine-theme-satchel .stats-modern .stat small {
    color: var(--vs-ink-muted);
    font-size: 0.8rem;
}

/* Images contenus — anti-débordement */
body.vitrine-theme-satchel .website-main img:not(.vs-nav__brand img) {
    max-width: 100%;
    height: auto;
}

body.vitrine-theme-satchel .finance-media-figure,
body.vitrine-theme-satchel .feature-card-figure,
body.vitrine-theme-satchel .product-demo-viewport {
    overflow: hidden;
    max-width: 100%;
}

body.vitrine-theme-satchel .finance-media-img,
body.vitrine-theme-satchel .feature-card--with-figure img,
body.vitrine-theme-satchel .product-demo-layer img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: contain;
    display: block;
}

body.vitrine-theme-satchel .product-demo-sim .frame-wrap {
    max-width: 100%;
    overflow: hidden;
}

body.vitrine-theme-satchel .testimonial-visual {
    max-height: 260px;
    overflow: hidden;
}

body.vitrine-theme-satchel .testimonial-visual > img,
body.vitrine-theme-satchel .testimonial-visual .testimonial-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.vitrine-theme-satchel .testimonial-country img {
    width: 16px;
    height: 12px;
    object-fit: contain;
}

body.vitrine-theme-satchel .finance-media-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

@media (max-width: 991.98px) {
    body.vitrine-theme-satchel .human-insights-grid,
    body.vitrine-theme-satchel .finance-media-grid {
        grid-template-columns: 1fr;
    }

    body.vitrine-theme-satchel .human-insight-figure {
        max-height: 200px;
    }

    body.vitrine-theme-satchel .stats-modern .stat {
        border-right: none;
        border-bottom: 1px solid var(--vs-line);
    }
}

/* Pricing finalisé */
body.vitrine-theme-satchel .vs-section-lead {
    font-size: 1.05rem;
    color: var(--vs-ink-muted);
    max-width: 520px;
    margin: 0 auto 2rem;
    line-height: 1.7;
    text-align: center;
}

body.vitrine-theme-satchel .vs-pricing-plans {
    padding-top: 2.5rem;
}

body.vitrine-theme-satchel .pricing-card-modern {
    border: 1px solid var(--vs-line);
    border-radius: 8px;
    background: var(--vs-surface);
    padding: 1.75rem 1.5rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 0.75rem;
}

body.vitrine-theme-satchel .plan-pro .pricing-card-modern {
    margin-top: 0;
}

body.vitrine-theme-satchel .pricing-card-modern.featured {
    border: 2px solid var(--vs-accent);
    box-shadow: var(--vs-shadow-sm);
}

body.vitrine-theme-satchel .pricing-badge-modern {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--vs-accent);
    color: var(--vs-ink);
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.35rem 1rem;
    white-space: nowrap;
    box-shadow: var(--vs-shadow-sm);
}

body.vitrine-theme-satchel .pricing-card-modern h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--vs-ink);
    margin-top: 0.5rem !important;
}

body.vitrine-theme-satchel .pricing-price {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--vs-ink);
    margin: 0.5rem 0 1.25rem;
}

body.vitrine-theme-satchel .pricing-price span {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--vs-ink-muted);
}

body.vitrine-theme-satchel .pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

body.vitrine-theme-satchel .pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.35rem 0;
    font-size: 0.88rem;
    color: var(--vs-ink-soft);
    line-height: 1.45;
}

body.vitrine-theme-satchel .pricing-features li i {
    color: var(--vs-ink);
    font-size: 0.9rem;
    margin-top: 0.15em;
    flex-shrink: 0;
}

body.vitrine-theme-satchel .pricing-card-modern .d-grid {
    margin-top: auto;
    padding-top: 0.5rem;
}

body.vitrine-theme-satchel .pricing-card-modern .btn-modern,
body.vitrine-theme-satchel .plan-btn-starter,
body.vitrine-theme-satchel .plan-btn-pro,
body.vitrine-theme-satchel .plan-btn-enterprise {
    background: var(--vs-accent) !important;
    border: 1px solid var(--vs-accent) !important;
    color: var(--vs-ink) !important;
    border-radius: var(--vs-radius) !important;
    font-weight: 700 !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.75rem 1rem !important;
}

body.vitrine-theme-satchel .plan-btn-starter-outline,
body.vitrine-theme-satchel .plan-btn-pro-outline,
body.vitrine-theme-satchel .plan-btn-enterprise-outline {
    background: transparent !important;
    border: 1px solid var(--vs-line) !important;
    color: var(--vs-ink) !important;
    border-radius: var(--vs-radius) !important;
    font-weight: 700 !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.75rem 1rem !important;
}

body.vitrine-theme-satchel .plan-btn-starter-outline:hover,
body.vitrine-theme-satchel .plan-btn-pro-outline:hover,
body.vitrine-theme-satchel .plan-btn-enterprise-outline:hover {
    background: var(--vs-bg-muted) !important;
    color: var(--vs-ink) !important;
}

body.vitrine-theme-satchel .plan-starter .pricing-card-modern,
body.vitrine-theme-satchel .plan-pro .pricing-card-modern,
body.vitrine-theme-satchel .plan-enterprise .pricing-card-modern {
    border-top: none;
}

/* CTA secondaire */
body.vitrine-theme-satchel .cta-section .btn-outline-light {
    background: transparent !important;
    border: 1px solid var(--vs-line) !important;
    color: var(--vs-ink) !important;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: var(--vs-radius);
    padding: 0.85rem 1.5rem;
}

/* Nav logo */
.vs-nav__brand img {
    max-height: 30px;
    max-width: 140px;
    object-fit: contain;
}

/* ===== AUTH (connexion, inscription, mot de passe…) ===== */
body.vitrine-theme-satchel .auth-section {
    min-height: calc(100vh - var(--vs-nav-h) - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem 3rem;
    background: var(--vs-bg);
}

body.vitrine-theme-satchel .auth-card-modern {
    width: 100%;
    max-width: 440px;
    background: var(--vs-surface);
    border: 1px solid var(--vs-line);
    border-radius: 8px;
    box-shadow: var(--vs-shadow-sm);
    padding: 2rem 1.75rem;
    margin: 0 auto;
}

body.vitrine-theme-satchel .auth-card-modern--wide {
    max-width: 560px;
}

body.vitrine-theme-satchel .auth-card-modern h2 {
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--vs-ink);
    text-align: center;
    margin-bottom: 0.35rem;
    letter-spacing: -0.02em;
}

body.vitrine-theme-satchel .auth-card-modern .subtitle {
    color: var(--vs-ink-muted);
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 0.92rem;
    line-height: 1.6;
}

body.vitrine-theme-satchel .auth-form .form-label,
body.vitrine-theme-satchel .auth-card-modern .form-label {
    font-weight: 600;
    color: var(--vs-ink);
    font-size: 0.85rem;
    margin-bottom: 0.35rem;
}

body.vitrine-theme-satchel .auth-form .form-control,
body.vitrine-theme-satchel .auth-form .form-select,
body.vitrine-theme-satchel .auth-card-modern .form-control,
body.vitrine-theme-satchel .auth-card-modern .form-select {
    border: 1px solid var(--vs-line);
    border-radius: 6px;
    padding: 0.7rem 0.85rem;
    font-size: 0.95rem;
    background: #fff;
    box-shadow: none;
}

body.vitrine-theme-satchel .auth-form .form-control:focus,
body.vitrine-theme-satchel .auth-form .form-select:focus,
body.vitrine-theme-satchel .auth-card-modern .form-control:focus,
body.vitrine-theme-satchel .auth-card-modern .form-select:focus {
    border-color: var(--vs-accent);
    box-shadow: 0 0 0 3px rgba(245, 194, 66, 0.25);
}

body.vitrine-theme-satchel .btn-auth-primary,
body.vitrine-theme-satchel .btn-primary-modern {
    background: var(--vs-accent) !important;
    border: 1px solid var(--vs-accent) !important;
    color: var(--vs-ink) !important;
    border-radius: var(--vs-radius) !important;
    font-weight: 700 !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.85rem 1.25rem !important;
    width: 100%;
    transition: background 0.2s;
}

body.vitrine-theme-satchel .btn-auth-primary:hover,
body.vitrine-theme-satchel .btn-primary-modern:hover {
    background: var(--vs-accent-hover) !important;
    border-color: var(--vs-accent-hover) !important;
    color: var(--vs-ink) !important;
    transform: none;
    box-shadow: none;
}

body.vitrine-theme-satchel .btn-auth-outline,
body.vitrine-theme-satchel .btn-outline-modern {
    background: transparent !important;
    border: 1px solid var(--vs-line) !important;
    color: var(--vs-ink) !important;
    border-radius: var(--vs-radius) !important;
    font-weight: 700 !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.85rem 1.25rem !important;
}

body.vitrine-theme-satchel .link-auth {
    color: var(--vs-ink);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.vitrine-theme-satchel .text-auth-muted {
    color: var(--vs-ink-muted) !important;
}

body.vitrine-theme-satchel .divider-text {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1.25rem 0;
    color: var(--vs-ink-muted);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

body.vitrine-theme-satchel .divider-text::before,
body.vitrine-theme-satchel .divider-text::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--vs-line);
}

body.vitrine-theme-satchel .register-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
}

body.vitrine-theme-satchel .auth-form {
    position: relative;
}

body.vitrine-theme-satchel .auth-icon-header,
body.vitrine-theme-satchel .icon-header {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    background: #fff8e6;
    color: #b8860b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin: 0 auto 0.75rem;
}

body.vitrine-theme-satchel .alert-auth-success {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
}

body.vitrine-theme-satchel .alert-auth-danger {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
}

body.vitrine-theme-satchel .auth-card-modern .input-group .btn-outline-secondary {
    border-color: var(--vs-line);
    color: var(--vs-ink-muted);
    border-radius: 0 6px 6px 0 !important;
}

/* ===== CONTACT ===== */
body.vitrine-theme-satchel .contact-form-card .form-body {
    padding: 1.5rem;
}

body.vitrine-theme-satchel .contact-form-card .form-control,
body.vitrine-theme-satchel .contact-form-card .form-select {
    border-radius: 6px;
    border-color: var(--vs-line);
}

body.vitrine-theme-satchel .contact-phone-row {
    display: flex;
    gap: 0.5rem;
}

body.vitrine-theme-satchel .contact-phone-dial {
    max-width: 110px;
    flex-shrink: 0;
}

body.vitrine-theme-satchel .contact-phone-number {
    flex: 1;
    min-width: 0;
}

body.vitrine-theme-satchel .vitrine-page-hero--compact {
    padding-bottom: 1.75rem;
}

/* ===== CHECKOUT / PAIEMENT ===== */
body.vitrine-theme-satchel .vs-checkout-section {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

body.vitrine-theme-satchel .vs-checkout-card {
    background: var(--vs-surface);
    border: 1px solid var(--vs-line);
    border-radius: 8px;
    padding: 1.75rem;
    box-shadow: var(--vs-shadow-sm);
}

body.vitrine-theme-satchel .vs-checkout-card__head {
    margin-bottom: 1.25rem;
}

body.vitrine-theme-satchel .vs-checkout-kicker {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--vs-ink-muted);
    margin: 0 0 0.35rem;
}

body.vitrine-theme-satchel .vs-checkout-card__head h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--vs-ink);
    margin: 0 0 0.5rem;
}

body.vitrine-theme-satchel .vs-checkout-price {
    font-size: 2rem;
    font-weight: 800;
    color: var(--vs-ink);
    line-height: 1;
}

body.vitrine-theme-satchel .vs-checkout-price span {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--vs-ink-muted);
}

body.vitrine-theme-satchel .vs-checkout-meta,
body.vitrine-theme-satchel .vs-checkout-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

body.vitrine-theme-satchel .vs-checkout-meta li,
body.vitrine-theme-satchel .vs-checkout-features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0;
    font-size: 0.92rem;
    color: var(--vs-ink-soft);
}

body.vitrine-theme-satchel .vs-checkout-features li i {
    color: var(--vs-ink);
}

body.vitrine-theme-satchel .vs-checkout-divider {
    height: 1px;
    background: var(--vs-line);
    margin: 1.25rem 0;
}

body.vitrine-theme-satchel .vs-checkout-subtitle {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--vs-ink-muted);
    margin-bottom: 0.85rem;
}

body.vitrine-theme-satchel .vs-bank-box {
    background: var(--vs-bg);
    border: 1px solid var(--vs-line);
    border-radius: 6px;
    padding: 1rem 1.15rem;
    margin-bottom: 1rem;
    font-size: 0.88rem;
}

body.vitrine-theme-satchel .vs-bank-label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--vs-ink-muted);
    margin-bottom: 0.15rem;
}

body.vitrine-theme-satchel .vs-checkout-note {
    font-size: 0.85rem;
    color: var(--vs-ink-muted);
    margin-bottom: 1rem;
}

body.vitrine-theme-satchel .vs-btn--outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: transparent;
    border: 1px solid var(--vs-line);
    color: var(--vs-ink) !important;
    border-radius: var(--vs-radius);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.85rem 1.25rem;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s;
}

body.vitrine-theme-satchel .vs-btn--outline:hover {
    background: var(--vs-bg-muted);
    color: var(--vs-ink) !important;
}

body.vitrine-theme-satchel .vs-btn.w-100 {
    width: 100%;
}

body.vitrine-theme-satchel .btn-modern.btn-modern-outline {
    border: 1px solid var(--vs-line) !important;
    color: var(--vs-ink) !important;
    border-radius: var(--vs-radius) !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-size: 0.88rem !important;
    padding: 0.55rem 1rem !important;
}

body.vitrine-theme-satchel .btn-modern.btn-modern-outline:hover {
    background: var(--vs-bg-muted) !important;
    color: var(--vs-ink) !important;
}

@media (max-width: 575.98px) {
    body.vitrine-theme-satchel .auth-card-modern {
        padding: 1.5rem 1.15rem;
    }

    body.vitrine-theme-satchel .auth-section {
        padding-top: 1.5rem;
        align-items: flex-start;
    }
}

/* ===== COMPOSANTS (book-demo, chatbot, cookies) — accents jaune ===== */
body.vitrine-theme-satchel #vitrine-chat-mount {
    --vcb-mint: var(--vs-accent);
    --vcb-mint-dark: var(--vs-accent-hover);
    --vcb-teal: var(--vs-accent-hover);
    --vcb-header-tint: #fff8e6;
}

body.vitrine-theme-satchel .vcb-launcher {
    background: linear-gradient(145deg, var(--vs-accent), var(--vs-accent-hover));
    color: var(--vs-ink);
    box-shadow: 0 8px 28px rgba(245, 194, 66, 0.35);
}

body.vitrine-theme-satchel .vcb-head-avatar-wrap {
    box-shadow:
        0 0 0 2px rgba(245, 194, 66, 0.35),
        0 8px 22px rgba(245, 194, 66, 0.25);
}

body.vitrine-theme-satchel .vcb-demo-back {
    background: var(--vs-accent);
    color: var(--vs-ink);
}

body.vitrine-theme-satchel .vcb-demo-side-foot a,
body.vitrine-theme-satchel .vcb-demo-cal-nav-btn {
    color: var(--vs-accent-hover);
}

body.vitrine-theme-satchel .vcb-demo-cal-nav-btn:hover {
    background: #fff8e6;
}

body.vitrine-theme-satchel .vcb-demo-day--avail {
    color: var(--vs-accent-hover);
    background: #fff8e6;
}

body.vitrine-theme-satchel .vcb-demo-day--today:not(.vcb-demo-day--selected)::after {
    background: var(--vs-accent);
}

body.vitrine-theme-satchel .vcb-demo-day--selected {
    background: var(--vs-accent) !important;
    color: var(--vs-ink) !important;
}

body.vitrine-theme-satchel .vcb-demo-slot {
    border-color: var(--vs-accent);
    color: var(--vs-accent-hover);
}

body.vitrine-theme-satchel .vcb-demo-slot:hover {
    background: #fff8e6;
}

body.vitrine-theme-satchel .vcb-demo-slot--selected {
    background: var(--vs-ink);
    color: #fff;
    border-color: var(--vs-ink);
}

body.vitrine-theme-satchel .vcb-demo-next,
body.vitrine-theme-satchel .vcb-demo-submit {
    background: var(--vs-accent);
    color: var(--vs-ink);
}

body.vitrine-theme-satchel .vcb-demo-guests-toggle {
    border-color: var(--vs-accent);
    color: var(--vs-accent-hover);
}

body.vitrine-theme-satchel .vcb-demo-input:focus,
body.vitrine-theme-satchel .vcb-demo-textarea:focus {
    border-color: var(--vs-accent);
    box-shadow: 0 0 0 2px rgba(245, 194, 66, 0.2);
}

body.vitrine-theme-satchel .optibfr-cookie-btn--primary {
    background: var(--vs-accent) !important;
    border-color: var(--vs-accent) !important;
    color: var(--vs-ink) !important;
}

body.vitrine-theme-satchel .optibfr-cookie-btn--primary:hover {
    background: var(--vs-accent-hover) !important;
    border-color: var(--vs-accent-hover) !important;
}

body.vitrine-theme-satchel .optibfr-cookie-banner__link {
    color: var(--vs-accent-hover);
}

body.vitrine-theme-satchel .optibfr-cookie-btn--ghost:hover {
    border-color: var(--vs-accent) !important;
    color: var(--vs-accent-hover) !important;
}

/* Pages SEO / blog */
body.vitrine-theme-satchel .seo-blog-list a {
    color: var(--vs-accent-hover);
}

body.vitrine-theme-satchel .btn-seo {
    background: var(--vs-accent) !important;
    color: var(--vs-ink) !important;
}

body.vitrine-theme-satchel .btn-seo:hover {
    background: var(--vs-accent-hover) !important;
    color: var(--vs-ink) !important;
}

body.vitrine-theme-satchel .seo-cta {
    background: linear-gradient(135deg, #fff8e6, #fef3c7);
    border-color: #fde68a;
}

body.vitrine-theme-satchel .seo-proof {
    color: #7a5f00;
    background: #fff8e6;
}

/* Abonnement / choose */
body.vitrine-theme-satchel .tile--blue::before,
body.vitrine-theme-satchel .tile--green::before,
body.vitrine-theme-satchel .tile--purple::before {
    background: var(--vs-accent) !important;
}

body.vitrine-theme-satchel .ico-blue,
body.vitrine-theme-satchel .ico-green,
body.vitrine-theme-satchel .ico-purple {
    background: #fff8e6 !important;
    color: #b8860b !important;
}

body.vitrine-theme-satchel .price-blue,
body.vitrine-theme-satchel .price-green,
body.vitrine-theme-satchel .price-purple {
    color: var(--vs-ink);
}

body.vitrine-theme-satchel .section-title .dot {
    background: var(--vs-accent);
}

body.vitrine-theme-satchel .btn-plan,
body.vitrine-theme-satchel .btn-blue,
body.vitrine-theme-satchel .btn-green,
body.vitrine-theme-satchel .btn-purple {
    background: var(--vs-accent) !important;
    border-color: var(--vs-accent) !important;
    color: var(--vs-ink) !important;
}

body.vitrine-theme-satchel .btn-plan:hover,
body.vitrine-theme-satchel .btn-blue:hover,
body.vitrine-theme-satchel .btn-green:hover,
body.vitrine-theme-satchel .btn-purple:hover {
    background: var(--vs-accent-hover) !important;
    border-color: var(--vs-accent-hover) !important;
}
