/* ============================================
   RESET & BASE
   ============================================ */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #f5f5f7;
    color: #1a1a1a;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* ============================================
   NAVIGATION — identique étape 1, dissociée du hero
   ============================================ */
.main-nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 1000;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    height: 56px;
    display: flex;
    align-items: center;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}



.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s;
}

.logo-m {
    color: rgba(110,70,230,0.9);
    text-shadow: 0 0 8px rgba(100,60,220,0.55), 0 0 20px rgba(100,60,220,0.25);
    font-weight: 500;
}

.nav-links {
    display: flex;
    gap: 28px;
    list-style: none;
}

.nav-links a {
    color: #888;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    transition: color 0.2s;
}

.nav-links a:hover { color: #1a1a1a; }

.nav-cta {
    background: #1a1a1a;
    color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
    box-shadow: 0 4px 14px rgba(90,60,220,0.35);
}

.nav-cta:hover {
    opacity: 0.88;
    box-shadow: 0 6px 20px rgba(90,60,220,0.45);
}

/* ============================================
   HERO — fenêtre flottante (option B)
   ============================================ */
.hero {
    background: white;
    padding: 56px 0 0;
    margin-top: 56px;
}

.hero-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 8px 2rem 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(110,70,230,0.06);
    border: 1px solid rgba(110,70,230,0.15);
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 11px;
    color: rgba(110,70,230,0.8);
    letter-spacing: 0.03em;
}

.badge-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(110,70,230,0.8);
    flex-shrink: 0;
}

.hero-title {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.hero-title em {
    font-style: normal;
    color: rgba(90,60,220,0.9);
}

.hero-sub {
    font-size: 13px;
    color: #999;
    line-height: 1.75;
    max-width: 480px;
}

.hero-cta {
    display: flex;
    gap: 10px;
    margin-top: 4px;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #1a1a1a;
    color: white;
    padding: 11px 22px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
    box-shadow: 0 4px 14px rgba(90,60,220,0.22);
}

.btn-primary:hover { opacity: 0.85; transform: translateY(-1px); }

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: white;
    border: 1px solid #e0e0e0;
    color: #555;
    padding: 11px 18px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-secondary:hover { border-color: #ccc; color: #333; }
.play-icon { font-size: 10px; }

/* Section démo logos animés */
.demo-section {
    background: #0a0a0a;
    padding: 48px 2rem;
}

.demo-section-inner {
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.demo-section-label {
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.demo-section-stage {
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-section-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
}

.logo-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 100%;
}

.demo-logo-name {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    opacity: 0;
    animation: mlFadeUp 0.7s ease-out 1s forwards;
}

.demo-sector {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 11px;
    color: rgba(255,255,255,0.35);
    letter-spacing: 0.06em;
    opacity: 0;
    animation: mlFadeUp 0.5s ease-out 1.4s forwards;
}

.progress-track {
    width: 140px;
    height: 2px;
    background: rgba(255,255,255,0.08);
    border-radius: 2px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    border-radius: 2px;
    width: 0%;
}

.demo-dots {
    display: flex;
    gap: 7px;
    align-items: center;
}

.demo-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.demo-dot--active {
    background: white;
    transform: scale(1.4);
}

.demo-nav {
    display: flex;
    gap: 8px;
}

.demo-nav-btn {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 7px;
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    padding: 5px 12px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background 0.2s, color 0.2s;
}

.demo-nav-btn:hover { background: rgba(255,255,255,0.12); color: white; }

@keyframes mlDraw { from { stroke-dashoffset: var(--len, 300); } to { stroke-dashoffset: 0; } }
@keyframes mlScale { from { transform: scale(0.5); opacity: 0; } to { transform: scale(1); opacity: 1; } }
@keyframes mlFadeUp { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

.stat-l {
    font-size: 10px;
    color: rgba(255,255,255,0.65);
    letter-spacing: 0.02em;
}

/* ============================================
   TAGLINE
   ============================================ */
.tagline-section {
    background: white;
    padding: 52px 48px;
    text-align: center;
}

.tagline {
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    font-weight: 600;
    color: #111;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.5;
}

/* ============================================
   SECTION LABELS & TITRES COMMUNS
   ============================================ */
.section-label {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.12em;
    color: rgba(110,70,230,0.8);
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.section-title {
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 8px;
    line-height: 1.2;
}

.section-title em {
    font-style: normal;
    color: rgba(110,70,230,0.9);
}

.section-sub {
    text-align: center;
    color: #aaa;
    font-size: 13px;
    margin-bottom: 40px;
}

/* ============================================
   CHOIX DE CRÉATION
   ============================================ */
.choice-section {
    background: white;
    padding: 48px 0;
}

.choice-box {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 14px rgba(90,60,220,0.10);
}

.choice-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 28px;
    line-height: 1.4;
}

.choice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.choice-card {
    box-shadow: 0 4px 14px rgba(90,60,220,0.10);
    border-radius: 16px;
    padding: 28px 22px;
    transition: all 0.25s;
    position: relative;
    overflow: hidden;
    background: white;
    display: flex;
    flex-direction: column;
}

.choice-card::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(90,60,220,0.7), rgba(140,100,255,0.7));
    transform: scaleX(0);
    transition: transform 0.3s;
    transform-origin: left;
}

.choice-card:not(.choice-card--disabled):hover::after { transform: scaleX(1); }

.choice-card:not(.choice-card--disabled):hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(90,60,220,0.18);
}

.choice-card--disabled { opacity: 0.5; }

.new-badge {
    display: inline-block;
    padding: 3px 10px;
    background: #1a1a1a;
    color: white;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 20px;
    margin-bottom: 12px;
}

.soon-badge {
    display: inline-block;
    background: #f3f2f8;
    color: rgba(90,60,220,0.8);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.card-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 14px;
}

.card-features {
    list-style: none;
    margin-bottom: 20px;
}

.card-features li {
    font-size: 13px;
    color: #666;
    padding: 7px 0;
    border-bottom: 1px solid #f7f7f7;
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-features li:last-child { border-bottom: none; }

.feat-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(90,60,220,0.6);
    flex-shrink: 0;
}

.card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    border-radius: 11px;
    background: #1a1a1a;
    color: white;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(90,60,220,0.22);
    margin-top: auto;
}

.card-btn:hover { opacity: 0.85; }

.card-btn--disabled {
    background: #e8e8e8;
    color: #bbb;
    cursor: not-allowed;
    box-shadow: none;
}

.card-btn--disabled:hover { opacity: 1; }

/* ============================================
   COMMENT ÇA MARCHE — TIMELINE
   ============================================ */
.how-section {
    background: white;
    padding: 64px 0;
}

.timeline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    margin: 40px 0 36px;
}

.tl-line-bg {
    position: absolute;
    top: 14px;
    left: 28px;
    right: 28px;
    height: 1px;
    background: #ececec;
    z-index: 0;
}

.tl-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
    flex: 1;
    text-align: center;
    padding: 0 8px;
}

.tl-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: #1a1a1a;
    box-shadow: 0 4px 16px rgba(90,60,220,0.45), 0 0 12px rgba(90,60,220,0.30);
}

.tl-step.active .tl-num {
    color: #1a1a1a;
    box-shadow: 0 4px 16px rgba(90,60,220,0.45), 0 0 12px rgba(90,60,220,0.30);
}

.tl-step h3 {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 3px;
}

.tl-step p {
    font-size: 12px;
    color: #888;
    line-height: 1.6;
}

.how-cta { text-align: center; }

.btn-dark {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #1a1a1a;
    color: white;
    padding: 13px 28px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
    box-shadow: 0 4px 14px rgba(90,60,220,0.22);
}

.btn-dark:hover { opacity: 0.85; box-shadow: 0 6px 20px rgba(90,60,220,0.35); }

/* ============================================
   POURQUOI MOTIONLOGO
   ============================================ */
.why-section {
    background: #f5f5f7;
    padding: 64px 0;
}

.why-logo {
    font-size: inherit;
    font-weight: 400;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: #1a1a1a;
}

.why-logo-m {
    color: rgba(110,70,230,0.9);
    text-shadow: 0 0 8px rgba(100,60,220,0.55), 0 0 20px rgba(100,60,220,0.25);
    font-weight: 500;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 40px;
}

.why-card {
    background: white;
    border-radius: 16px;
    padding: 28px 22px;
    box-shadow: 0 4px 14px rgba(90,60,220,0.10);
    transition: all 0.25s;
}

.why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(90,60,220,0.18);
}

.why-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.why-icon svg { width: 16px; height: 16px; }

.why-card h3 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 7px;
}

.why-card p {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
}

/* ============================================
   TARIFS
   ============================================ */
.pricing-section {
    background: white;
    padding: 64px 0;
}

.pricing-inner {
    display: flex;
    gap: 24px;
    max-width: 900px;
    margin: 36px auto 0;
    align-items: stretch;
}

.pricing-card {
    box-shadow: 0 4px 14px rgba(90,60,220,0.10);
    border-radius: 20px;
    padding: 38px 36px;
    background: white;
    transition: box-shadow 0.2s;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.pricing-card .pricing-cta {
    margin-top: auto;
}

.pricing-inner {
    align-items: stretch;
}

.pricing-card {
    display: flex;
    flex-direction: column;
}

.features-list {
    flex: 1;
}

.pricing-card:hover { box-shadow: 0 8px 24px rgba(90,60,220,0.18); }

.pricing-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #1a1a1a;
    color: white;
    padding: 5px 13px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
}

.pricing-h {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 14px;
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 5px;
}

.price-amount {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

.price-period { font-size: 0.95rem; color: #aaa; }

.price-note {
    font-size: 12px;
    color: #10b981;
    font-weight: 500;
    margin-bottom: 24px;
}

.divider {
    border: none;
    border-top: 1px solid #f2f2f2;
    margin: 20px 0;
}

.features-title {
    font-size: 10px;
    font-weight: 400;
    color: #aaa;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.features-list {
    list-style: none;
    margin-bottom: 24px;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 0;
    font-size: 13px;
    color: #444;
    border-bottom: 1px solid #f7f7f7;
}

.features-list li:last-child { border-bottom: none; }

.check { width: 16px; height: 16px; flex-shrink: 0; }

.pricing-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px;
    background: #1a1a1a;
    color: white;
    border: none;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
    margin-bottom: 13px;
    box-shadow: 0 4px 14px rgba(90,60,220,0.22);
}

.pricing-cta:hover { opacity: 0.85; box-shadow: 0 6px 20px rgba(90,60,220,0.35); }

.guarantee {
    text-align: center;
    font-size: 11px;
    color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 12px;
}

/* Carte logo : padding-bottom pour compenser le guarantee absent dans la carte icônes */
.pricing-card:has(.guarantee) {
    padding-bottom: 28px;
}

/* ============================================
   FAQ
   ============================================ */
.faq-section {
    background: #f5f5f7;
    padding: 64px 0;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 36px;
}

.faq-item {
    background: white;
    border-radius: 14px;
    padding: 20px 18px;
    box-shadow: 0 2px 8px rgba(90,60,220,0.08);
    transition: all 0.2s;
}

.faq-item:hover { box-shadow: 0 4px 14px rgba(90,60,220,0.15); }

.faq-item h4 {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 7px;
}

.faq-item p { font-size: 12px; color: #888; line-height: 1.6; }

/* ============================================
   FOOTER
   ============================================ */
.footer { background: #0f0f0f; color: white; }

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2.5rem 0;
}

.footer-top {
    display: flex;
    gap: 2rem;
    padding-bottom: 2.5rem;
    flex-wrap: wrap;
}

.footer-brand {
    flex: 1.4;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-logo-text {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-logo-m {
    color: rgba(110,70,230,0.9);
    text-shadow: 0 0 8px rgba(100,60,220,0.55), 0 0 20px rgba(100,60,220,0.25);
    font-weight: 400;
}

.footer-logo-rest { color: rgba(255,255,255,0.85); }

.footer-tagline {
    font-size: 12px;
    color: rgba(255,255,255,0.35);
    line-height: 1.7;
    max-width: 220px;
}

.footer-stripe { font-size: 12px; color: rgba(255,255,255,0.35); }
.footer-stripe strong { color: rgba(255,255,255,0.55); font-weight: 500; }

.footer-col {
    flex: 1;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-col-title {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-bottom: 4px;
}

.footer-link {
    font-size: 12px;
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    transition: color 0.15s;
    line-height: 1;
}

.footer-link:hover { color: rgba(255,255,255,0.75); }

.inline-link {
    color: rgba(90,60,220,0.8);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s;
}
.inline-link:hover { color: rgba(90,60,220,1); text-decoration: underline; }

.footer-divider-wrap {
    position: relative;
    height: 1px;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.06);
}

.footer-divider-glow {
    position: absolute;
    top: 0;
    left: 10%;
    width: 30%;
    height: 1px;
    background: rgba(100,60,220,0.4);
    box-shadow: 0 0 6px 2px rgba(100,60,220,0.35), 0 0 16px 4px rgba(100,60,220,0.15);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 0;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-copy { font-size: 11px; color: rgba(255,255,255,0.18); }

.footer-bottom-links { display: flex; gap: 20px; flex-wrap: wrap; }

.footer-bottom-link {
    font-size: 11px;
    color: rgba(255,255,255,0.25);
    text-decoration: none;
    transition: color 0.15s;
}

.footer-bottom-link:hover { color: rgba(255,255,255,0.5); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .nav-links { display: none; }
    .hero-content { padding: 8px 1.5rem 8px; }
    .hero-title { font-size: 22px; }
    .hero-cta { flex-direction: column; align-items: center; }
    .demo-section { padding: 20px 1.5rem 32px; }
    .demo-section-inner { max-width: 100%; }
    .tagline-section { padding: 40px 24px; }
    .choice-section { padding: 36px 0; }
    .choice-box { padding: 28px 20px; border-radius: 16px; }
    .choice-grid { grid-template-columns: 1fr; }
    .how-section { padding: 48px 0; }
    .timeline { flex-direction: column; align-items: flex-start; gap: 20px; }
    .tl-line-bg { display: none; }
    .tl-step { flex-direction: row; text-align: left; gap: 14px; }
    .tl-step h3, .tl-step p { margin: 0; }
    .tl-num { flex-shrink: 0; width: 28px; height: 28px; }
    .why-section { padding: 48px 0; }
    .why-grid { grid-template-columns: 1fr; }
    .pricing-section { padding: 48px 0; }
    .pricing-inner {
        flex-direction: column;
        gap: 16px;
        margin: 24px 16px 0;
    }
    .pricing-card {
        padding: 28px 24px;
    }
    .faq-section { padding: 48px 0; }
    .faq-grid { grid-template-columns: 1fr; }
    .footer-top { flex-direction: column; gap: 1.5rem; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .footer-bottom-links { justify-content: center; }
    .footer-container { padding: 2rem 1.5rem 0; }
}

@media (max-width: 480px) {
    .container { padding: 0 1.25rem; }
    .nav-container { padding: 0 1.25rem; }
    .hero { padding: 68px 20px 32px; }
}
/* ============================================
   CAROUSEL — SWITCH LOGO / ICÔNE
   ============================================ */

.demo-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 12px;
}

.demo-switch {
    display: flex;
    gap: 6px;
    background: rgba(255,255,255,0.08);
    border-radius: 30px;
    padding: 4px;
}

.demo-switch-btn {
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 24px;
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
    letter-spacing: 0.02em;
}

.demo-switch-btn--active {
    background: white;
    color: #1a1a1a;
}

.demo-switch-btn:not(.demo-switch-btn--active):hover {
    color: rgba(255,255,255,0.85);
}

/* Icône display */
.demo-icone-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.demo-icone-img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    background: #111;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    filter: invert(1);
}

.demo-icone-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 6px;
    flex-wrap: wrap;
}

.demo-sector--style {
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 2px 7px;
    border-radius: 20px;
    text-transform: uppercase;
}

.demo-sector--moderne { background: rgba(90,60,220,0.2); color: rgba(160,130,255,1); }
.demo-sector--retro   { background: rgba(90,60,220,0.2); color: rgba(160,130,255,1); }
.demo-sector--luxe    { background: rgba(90,60,220,0.2); color: rgba(160,130,255,1); }

/* Logo placeholder */
.demo-logo-placeholder {
    width: 220px;
    height: 220px;
    background: rgba(255,255,255,0.05);
    border: 1px dashed rgba(255,255,255,0.2);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: rgba(255,255,255,0.4);
    font-size: 13px;
}

.demo-logo-placeholder small {
    font-size: 11px;
    color: rgba(255,255,255,0.25);
}

@media (max-width: 768px) {
    .demo-section-header { flex-direction: column; align-items: flex-start; }
    .demo-icone-img { width: 170px; height: 170px; }
}

/* Grille icônes 2x2 */
.demo-icone-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 6px;
    width: 220px;
    height: 220px;
    background: #111;
    border-radius: 20px;
    padding: 8px;
    box-sizing: border-box;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
    overflow: hidden;
}

.demo-icone-cell {
    background: #1a1a1a;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.demo-icone-cell svg {
    width: 100%;
    height: 100%;
}

.demo-icone-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.1);
    border-top-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }
/* ============================================
   BOUTIQUE ICÔNES — SECTION HOME
   ============================================ */
.shop-section {
    background: #f5f5f7;
    padding: 64px 0;
}

.shop-preview-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 36px;
}

.shop-preview-card {
    background: white;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 4px 14px rgba(90,60,220,0.08);
    transition: all 0.25s;
    position: relative;
    overflow: hidden;
}

.shop-preview-card::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(90,60,220,0.7), rgba(140,100,255,0.7));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.shop-preview-card:hover::after { transform: scaleX(1); }
.shop-preview-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(90,60,220,0.15);
}

.shop-preview-top {
    position: relative;
    background: #f9f9fb;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 12px;
}

.shop-preview-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.spi {
    aspect-ratio: 1;
    background: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    padding: 6px;
}

.spi svg {
    width: 100%;
    height: 100%;
}

.shop-preview-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #1a1a1a;
    color: white;
    font-size: 9px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 20px;
    letter-spacing: 0.04em;
}

.shop-preview-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-preview-theme {
    font-size: 12px;
    font-weight: 600;
    color: #1a1a1a;
}

.shop-preview-price {
    font-size: 13px;
    font-weight: 700;
    color: rgba(90,60,220,0.9);
}

/* Carte CTA */
.shop-preview-card--cta {
    background: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-preview-card--cta::after { display: none; }
.shop-preview-card--cta:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(90,60,220,0.35);
}

.shop-cta-inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.shop-cta-count {
    font-size: 18px;
    font-weight: 700;
    color: white;
    line-height: 1.3;
}

.shop-cta-sub {
    font-size: 11px;
    color: rgba(255,255,255,0.45);
    line-height: 1.5;
}

.shop-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: white;
    color: #1a1a1a;
    padding: 9px 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}

.shop-cta-btn:hover { opacity: 0.88; }

@media (max-width: 768px) {
    .shop-preview-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .shop-preview-grid {
        grid-template-columns: 1fr;
    }
}