/* FinitoApp — Combined inline styles extracted from index.html */
/* Source order preserved for cascade correctness */

/* ── Block 1 ── */
@font-face { font-family:'Cormorant Garamond'; src:url('../assets/fonts/cormorant-garamond-400.woff2') format('woff2'); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:'Cormorant Garamond'; src:url('../assets/fonts/cormorant-garamond-400i.woff2') format('woff2'); font-weight:400; font-style:italic; font-display:swap; }
@font-face { font-family:'Cormorant Garamond'; src:url('../assets/fonts/cormorant-garamond-600.woff2') format('woff2'); font-weight:600; font-style:normal; font-display:swap; }
@font-face { font-family:'Cormorant Garamond'; src:url('../assets/fonts/cormorant-garamond-700.woff2') format('woff2'); font-weight:700; font-style:normal; font-display:swap; }
@font-face { font-family:'DM Sans'; src:url('../assets/fonts/dm-sans-400.woff2') format('woff2'); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:'DM Sans'; src:url('../assets/fonts/dm-sans-500.woff2') format('woff2'); font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:'DM Sans'; src:url('../assets/fonts/dm-sans-600.woff2') format('woff2'); font-weight:600; font-style:normal; font-display:swap; }
@font-face { font-family:'DM Sans'; src:url('../assets/fonts/dm-sans-700.woff2') format('woff2'); font-weight:700; font-style:normal; font-display:swap; }

/* ── Block 2 ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

  /* ── Hover utilities (replaces inline onmouseenter/leave) ── */
  /* hover-lift animations disabled — buttons stay fixed */
  .hover-lift { transition: box-shadow 0.2s ease; }
  .hover-lift:hover { transform: none !important; }
  .hover-lift:active { transform: none !important; }

  /* CTA FIXED BUTTON — strictly no animation */
  .cta-fixed-btn {
    display: inline-block;
    padding: 0.95rem 2.2rem;
    border-radius: 16px;
    background: linear-gradient(155deg, #1e3a8a 0%, #1d4ed8 30%, #2563eb 60%, #60a5fa 82%, #93c5fd 100%);
    color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.3);
    box-shadow: 0 8px 32px rgba(37,99,235,0.20), 0 2px 8px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.45);
    text-shadow: 0 1px 2px rgba(0,0,0,0.15);
    cursor: pointer;
    transition: none !important;
  }
  .cta-fixed-btn:hover,
  .cta-fixed-btn:active,
  .cta-fixed-btn:focus {
    transform: none !important;
    background: linear-gradient(155deg, #1e3a8a 0%, #1d4ed8 30%, #2563eb 60%, #60a5fa 82%, #93c5fd 100%);
    color: #ffffff;
  }

  :root {
    --indigo-50: #eef2ff;
    --indigo-100: #e0e7ff;
    --indigo-200: #c7d2fe;
    --indigo-300: #a5b4fc;
    --indigo-400: #818cf8;
    --indigo-500: #6366f1;
    --indigo-600: #4f46e5;
    --indigo-700: #4338ca;
    --indigo-900: #312e81;
    --violet-400: #a78bfa;
    --violet-500: #8b5cf6;
    --violet-600: #7c3aed;
    --violet-700: #6d28d9;
    --blue-300: #93c5fd;
    --blue-400: #60a5fa;
    --blue-500: #3b82f6;
    --blue-600: #2563eb;
    --blue-700: #1d4ed8;
    --white: #ffffff;
    --text-primary: #0f2a5e;
    --text-secondary: #1d4ed8;
    --text-muted: #3b62a0;
  }

  /* background-color foncé = couleur de la zone d'overscroll (canvas) → plus de bande blanche
     sous le footer lors du rebond. Le JS le repasse en clair en haut de page. */
  html { scroll-behavior: smooth; overscroll-behavior-y: none; background-color: #0a1228; }

  body {
    font-family: 'DM Sans', sans-serif;
    /* Foncé = couleur de la zone d'overscroll (le .bg-wrap opaque recouvre le body en vue normale,
       donc invisible sauf lors du rebond sous le footer). Le JS l'éclaircit en haut de page. */
    background: #0a1228;
    color: var(--text-primary);
    overflow-x: hidden;
    overscroll-behavior-y: none;
    min-height: 100vh;
  }

  /* ─── BACKGROUND ─── */
  .bg-wrap {
    position: fixed; inset: 0; z-index: 0; pointer-events: none;
    contain: layout style paint;
    background: radial-gradient(ellipse 70% 50% at 5% 0%, #dbeeff 0%, transparent 60%),
                radial-gradient(ellipse 55% 45% at 95% 5%, #e8eeff 0%, transparent 55%),
                radial-gradient(ellipse 50% 40% at 50% 100%, #e0f0ff 0%, transparent 60%),
                radial-gradient(ellipse 40% 30% at 25% 55%, #f0f7ff 0%, transparent 55%),
                linear-gradient(160deg, #ffffff 0%, #f5faff 35%, #f8f9ff 65%, #ffffff 100%);
  }
  /* Assombrissement ~5% (confort OLED) via un voile, PAS via `filter` :
     un filter promeut ce calque FIXE en couche composite séparée qui, sur certains GPU/écrans,
     se fait révéler EN CLAIR au rebond d'overscroll sous le footer (bug du 27"). */
  .bg-wrap::after {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background: rgba(0,0,0,0.05);
  }
  .bg-orb {
    position: absolute; border-radius: 50%; filter: blur(110px); opacity: 0.35;
  }
  .orb1 { width: 700px; height: 700px; top: -200px; left: -150px; background: #bfdbfe; }
  .orb2 { width: 550px; height: 550px; top: 28%; right: -150px; background: #c7d2fe; }
  .orb3 { width: 500px; height: 500px; bottom: 0%; left: 10%; background: #bae6fd; }
  .orb4 { width: 350px; height: 350px; top: 55%; right: 15%; background: #ddd6fe; }
  .orb5 { width: 300px; height: 300px; top: 12%; left: 42%; background: #93c5fd; opacity: 0.22; }
  .grid-overlay {
    position: absolute; inset: 0;
    background-image: linear-gradient(rgba(37,99,235,0.04) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(37,99,235,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
  }

  /* ─── LAYOUT ─── */
  .container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; position: relative; z-index: 1; }

  /* ─── NAV ─── */
  nav {
    position: sticky; top: 0; z-index: 100;
    padding: 1.1rem 0;
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(20px) saturate(1.8);
    border-bottom: 0.5px solid rgba(59,130,246,0.14);
  }
  nav .nav-cta {
    max-width: 0; opacity: 0; pointer-events: none; overflow: hidden; white-space: nowrap;
    padding-left: 0; padding-right: 0; margin-left: 0; border-color: transparent;
    transition: max-width 0.4s ease, opacity 0.3s ease, padding 0.4s ease, margin 0.4s ease, border-color 0.3s ease;
  }
  nav .nav-cta.nav-cta-visible {
    max-width: 300px; opacity: 1; pointer-events: auto;
    padding-left: 1.4rem; padding-right: 1.4rem; margin-left: 0.6rem;
    border-color: rgba(255,255,255,0.3);
  }
  .nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
  .nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
  .logo-text { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.55rem; color: #0f2a5e; letter-spacing: 0.06em; }
  .logo-text span { color: var(--blue-600); font-style: italic; font-weight: 400; }
  .nav-links { display: flex; align-items: center; gap: 2rem; }
  .nav-links a { color: #1d4ed8; text-decoration: none; font-size: 0.9rem; font-weight: 400; transition: color .2s; }
  .nav-links a:hover { color: #0f2a5e; }
  .nav-links a + a::before { content: '\2022'; color: #2563eb; opacity: 0.5; font-size: 0.8em; vertical-align: middle; margin: 0 0.85rem 0 -1.15rem; pointer-events: none; }
  /* Onglet de la page courante : case liquidglass (modele de la tuile "< Accueil", redimensionnee pour le menu) */
  .nav-links a.nav-active { color: #2563eb; font-weight: 600; padding: 0.34rem 0.85rem; margin: 0 -0.85rem; border-radius: 11px; background: linear-gradient(135deg, rgba(255,255,255,0.72), rgba(219,234,254,0.5)); border: 1px solid rgba(255,255,255,0.7); box-shadow: 0 2px 10px rgba(37,99,235,0.1), inset 0 1px 0 rgba(255,255,255,0.78); backdrop-filter: blur(12px) saturate(1.5); -webkit-backdrop-filter: blur(12px) saturate(1.5); }
  .mobile-menu a.nav-active { color: #2563eb; font-weight: 700; }
  .nav-cta {
    background: linear-gradient(155deg, #1e3a8a 0%, #1d4ed8 30%, #2563eb 60%, #60a5fa 82%, #93c5fd 100%);
    color: white; border: 1px solid rgba(255,255,255,0.3); padding: 0.6rem 1.4rem; border-radius: 12px;
    font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 600;
    cursor: pointer; transition: opacity .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; position: relative; overflow: hidden;
    box-shadow: 0 6px 24px rgba(37,99,235,0.18), 0 2px 6px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(255,255,255,0.18), inset 0 -1px 0 rgba(0,0,0,0.05);
    backdrop-filter: blur(20px) saturate(200%); -webkit-backdrop-filter: blur(20px) saturate(200%);
    text-shadow: 0 1px 2px rgba(0,0,0,0.12);
  }
  .nav-cta::before {
    content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
    background: linear-gradient(160deg, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0.15) 40%, rgba(255,255,255,0.05) 60%, rgba(255,255,255,0.18) 100%);
  }
  .nav-cta:hover { opacity: 1; box-shadow: 0 10px 32px rgba(37,99,235,0.28), 0 3px 10px rgba(0,0,0,0.07), inset 0 1px 0 rgba(255,255,255,0.5); }
  .nav-cta:active { transform: scale(0.97); }
  .nav-connexion {
    background: linear-gradient(135deg, rgba(255,255,255,0.85), rgba(255,255,255,0.6));
    color: #1d4ed8; border: 1px solid rgba(255,255,255,0.5); padding: 0.55rem 1.3rem; border-radius: 12px;
    font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 500;
    cursor: pointer; transition: opacity .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; position: relative; overflow: hidden;
    backdrop-filter: blur(20px) saturate(200%); -webkit-backdrop-filter: blur(20px) saturate(200%);
    box-shadow: 0 4px 16px rgba(37,99,235,0.08), 0 1px 4px rgba(0,0,0,0.03), inset 0 1px 0 rgba(255,255,255,0.8), inset 0 -1px 0 rgba(0,0,0,0.02);
  }
  .nav-connexion::before {
    content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
    background: linear-gradient(160deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.2) 40%, rgba(255,255,255,0.05) 60%, rgba(255,255,255,0.3) 100%);
  }
  .nav-connexion:hover { background: rgba(255,255,255,0.95); border-color: rgba(255,255,255,0.7); transform: translateY(-1px) scale(1.03); box-shadow: 0 8px 28px rgba(37,99,235,0.12), 0 2px 8px rgba(0,0,0,0.05); }
  .nav-connexion:active { transform: scale(0.97); }
  .nav-buttons { display: flex; align-items: center; gap: 0; }
  /* Les boutons nav sont désormais de vrais liens <a> */
  .nav-buttons a { text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
  /* Zone 861-1100px : pas assez de place pour le CTA scrollé (le logo chevauche
     les liens sur les écrans Windows à 125-150 % d'échelle) — on le masque */
  @media (max-width: 1100px) {
    nav .nav-cta { display: none; }
  }

  /* ─── HERO ─── */
  .hero { padding: 3.5rem 0 2.5rem; text-align: center; overflow: hidden; }

  .hero h1 .gradient-text {
    background: linear-gradient(135deg, var(--blue-500), var(--indigo-500), var(--violet-500));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    font-style: italic;
    /* Léger air à droite : évite que le jambage italique du « e » touche le « & » */
    padding-right: 0.12em;
  }

  .hero-slogan {
    font-family: 'Cormorant Garamond', serif !important;
    color: #0f2a5e;
    margin: 1.8rem 0 0.5rem;
    animation: fadeInUp 0.6s ease 0.05s both;
    width: 100%;
    max-width: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15em;
    line-height: 1.1;
  }
  .hero-slogan .slogan-line {
    display: block;
    font-size: clamp(2.6rem, 6vw, 5.2rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.1;
  }
  .hero-slogan .word-constat {
    font-weight: 300; font-style: italic; color: #1d4ed8; letter-spacing: 0.12em;
  }
  .hero-slogan .word-constat .punct { color: #2563eb; font-style: normal; }
  .hero-slogan .word-photo {
    font-weight: 500; font-style: italic; color: #1d4ed8; letter-spacing: 0.1em;
  }
  .hero-slogan .word-photo .punct { color: #4f46e5; font-style: normal; }
  .hero-slogan .finito-gradient {
    font-weight: 700; font-size: clamp(3rem, 7.2vw, 6.2rem); letter-spacing: 0.06em;
    display: inline-block;
    background: linear-gradient(
      105deg,
      #4f46e5 0%,
      #7c3aed 20%,
      #a855f7 38%,
      #e0d0ff 48%,
      #ffffff 50%,
      #e0d0ff 52%,
      #a855f7 62%,
      #7c3aed 80%,
      #4f46e5 100%
    );
    background-size: 250% auto;
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    animation: finitoShimmer 3s linear infinite;
  }
  @keyframes finitoShimmer {
    0%   { background-position: 200% center; }
    100% { background-position: -50% center; }
  }
  .hero-slogan-line {
    display: block; width: 120px; height: 1px;
    background: linear-gradient(90deg, transparent, #2563eb, transparent);
    margin: 0.6rem auto 0;
    /* Arrive en fondu comme le reste du hero (n'apparaît plus avant le texte) */
    animation: fadeInUp 0.7s ease 0.5s both;
  }
  .hero h1 {
    font-family: 'DM Sans', sans-serif; font-weight: 500;
    font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1.35;
    letter-spacing: -0.01em;
    color: #0f2a5e; margin-top: 2rem; margin-bottom: 0.2rem;
    font-style: normal;
    animation: fadeInUp 0.6s ease 0.2s both;
  }

  .hero p {
    font-size: 1.05rem; color: #2d5494; max-width: 540px; margin: 2rem auto 2.8rem;
    line-height: 1.8; font-weight: 300;
    animation: fadeInUp 0.6s ease 0.2s both;
  }
  /* ─── FLOW SECTION ─── */
  .section-label {
    font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--blue-600); font-weight: 500; margin-bottom: 0.8rem;
  }
  .section-title {
    font-family: 'Cormorant Garamond', serif; font-weight: 600;
    font-size: clamp(2.2rem, 4vw, 3.2rem); color: #0f2a5e;
    margin-bottom: 1rem; line-height: 1.15; letter-spacing: -0.01em;
  }
  .section-sub { font-size: 1rem; color: #2d5494; max-width: 500px; line-height: 1.6; }

  /* ─── REPORT SECTION ─── */
  .report-section { padding: 2rem 0; }


  /* ─── PAIN POINTS ─── */
  .pain-section { padding: 5rem 0 1.75rem; }
  .pain-headline {
    font-family: 'Cormorant Garamond', serif; font-weight: 600;
    font-size: clamp(2rem, 4vw, 3rem); color: #0f2a5e;
    line-height: 1.15; letter-spacing: -0.01em; margin-bottom: 3rem;
    max-width: 700px;
  }
  .pain-headline em { font-style: italic; color: #2563eb; }

  .pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 2.5rem; }
  .pain-item {
    padding: 1.4rem 1.2rem; border-radius: 20px;
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(28px) saturate(1.8) brightness(1.04);
    -webkit-backdrop-filter: blur(28px) saturate(1.8) brightness(1.04);
    border: 0.5px solid rgba(15,42,94,0.08);
    box-shadow:
      0 2px 0 rgba(255,255,255,0.7) inset,
      0 6px 18px rgba(15,42,94,0.05),
      0 1px 2px rgba(0,0,0,0.03);
    display: flex; gap: 0.9rem; align-items: flex-start;
    position: relative; overflow: hidden;
  }
  .pain-item::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.9), transparent);
  }
  .pain-cross {
    width: 28px; height: 28px; border-radius: 10px; flex-shrink: 0;
    background: rgba(239,68,68,0.15);
    backdrop-filter: blur(8px);
    border: 0.5px solid rgba(239,68,68,0.3);
    box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
    display: flex; align-items: center;
    justify-content: center; font-size: 0.75rem; color: #dc2626; margin-top: 1px;
  }
  .pain-text { font-size: 0.92rem; color: #1a2f5a; line-height: 1.6; font-weight: 400; }
  .pain-text strong { display: block; font-weight: 700; color: #7f1d1d; margin-bottom: 0.2rem; font-size: 0.95rem; }

  /* ─── SOLUTION ITEM IMAGE ─── */
  .solution-item {
    min-height: 100px;
    overflow: hidden !important;
  }
  .solution-item-content {
    position: relative; z-index: 2;
    display: flex; gap: 0.9rem; align-items: flex-start;
    flex: 1;
  }
  /* ─── SOLUTION ITEMS — neutral white, no animation ─── */
  .solution-item {
    background: rgba(255,255,255,0.55) !important;
    border-color: rgba(15,42,94,0.08) !important;
    box-shadow: 0 2px 0 rgba(255,255,255,0.72) inset, 0 6px 18px rgba(15,42,94,0.05) !important;
    transition: none !important;
  }
  .solution-item:hover {
    background: rgba(255,255,255,0.55) !important;
    border-color: rgba(15,42,94,0.08) !important;
    box-shadow: 0 2px 0 rgba(255,255,255,0.72) inset, 0 6px 18px rgba(15,42,94,0.05) !important;
    transform: none !important;
  }
  .solution-icon {
    background: rgba(37,99,235,0.08) !important;
    border-color: rgba(37,99,235,0.18) !important;
    color: #2563eb !important;
    font-size: 0.85rem !important; font-weight: 700 !important;
    transition: none !important;
  }
  .solution-item:hover .solution-icon {
    background: rgba(37,99,235,0.08) !important;
    border-color: rgba(37,99,235,0.18) !important;
    color: #2563eb !important;
  }
  .solution-item .pain-text strong { color: #0f2a5e !important; font-size: 1.2rem !important; line-height: 1.2; margin-bottom: 0.15rem; }

  /* ─── BENEFITS PER ROLE ─── */
  .benefits-section { padding: 4rem 0 2rem; contain: content; }
  .benefit-card {
    padding: 1.8rem 1.5rem; border-radius: 24px; position: relative; overflow: hidden;
    background: #ffffff;
    border: 0.5px solid rgba(37,99,235,0.12);
    box-shadow:
      0 1px 0 rgba(255,255,255,0.8) inset,
      0 8px 32px rgba(37,99,235,0.07),
      0 2px 4px rgba(0,0,0,0.02);
    transition: transform .3s cubic-bezier(0.22,1,0.36,1), box-shadow .3s, border-color .3s;
  }
  .benefit-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 45%;
    background: linear-gradient(180deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.05) 60%, transparent 100%);
    pointer-events: none; border-radius: 24px 24px 0 0;
  }
  .benefit-card::after {
    content: ''; position: absolute; bottom: 0; left: 10%; right: 10%; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    pointer-events: none;
  }
  .benefit-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255,255,255,0.7);
    box-shadow:
      0 1px 0 rgba(255,255,255,0.9) inset,
      0 -1px 0 rgba(255,255,255,0.2) inset,
      0 16px 48px rgba(37,99,235,0.12),
      0 4px 8px rgba(0,0,0,0.03);
  }

  .bc-arch, .bc-corp {
    background: #ffffff;
  }
  .bc-arch:hover, .bc-corp:hover {
    box-shadow: 0 1px 0 rgba(255,255,255,0.9) inset, 0 16px 48px rgba(37,99,235,0.12);
  }

  .bc-title { font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 1.05rem; color: #0a1f4a; margin-bottom: 0.6rem; line-height: 1.25; }
  .bc-desc { font-size: 0.9rem; color: #1a3460; line-height: 1.65; margin-bottom: 1.1rem; font-weight: 400; }
  .bc-perks { display: flex; flex-direction: column; gap: 0.45rem; }
  .bc-perk { font-size: 0.85rem; color: #1a2f5a; display: flex; gap: 0.5rem; align-items: flex-start; font-weight: 400; }
  .bc-perk::before { content: "✓"; flex-shrink: 0; font-weight: 700; font-size: 0.72rem; margin-top: 1px; }
  .bc-arch .bc-perk::before { color: #2563eb; }
  .bc-corp .bc-perk::before { color: #059669; }

  /* ─── Accordion perks + short descriptions (desktop: tout visible) ─── */
  .perks-toggle-input { display: none; }
  .perks-toggle-label { display: none; }
  .bc-perks-extra { display: contents; }

  @media (max-width: 900px) {
    .pain-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 600px) {
    .pain-grid { grid-template-columns: 1fr; }
  }

  /* ─── TESTIMONIAL ─── */
  .testimonial-section { padding: 2rem 0 3rem; contain: content; }
  .testimonial-card {
    max-width: 780px; margin: 0 auto;
    background: rgba(255,255,255,0.48);
    backdrop-filter: blur(32px) saturate(1.0) brightness(1.03);
    -webkit-backdrop-filter: blur(32px) saturate(1.0) brightness(1.03);
    border: 0.5px solid rgba(255,255,255,0.78);
    border-radius: 26px;
    padding: 2.5rem 3rem; position: relative; overflow: hidden;
    box-shadow: 0 2px 0 rgba(255,255,255,0.75) inset, 0 6px 24px rgba(37,99,235,0.06), 0 1px 2px rgba(0,0,0,0.03);
    transition: transform .3s cubic-bezier(0.22,1,0.36,1), box-shadow .3s;
  }
  .testimonial-card::before {
    content: '\201C';
    font-family: 'Cormorant Garamond', serif; font-size: 8rem; font-weight: 600;
    color: rgba(37,99,235,0.08); position: absolute; top: -1rem; left: 1.5rem;
    line-height: 1; pointer-events: none;
  }
  .testimonial-card::after {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.95), transparent);
    pointer-events: none;
  }
  .testimonial-card:hover { transform: translateY(-3px); box-shadow: 0 2px 0 rgba(255,255,255,0.75) inset, 0 14px 40px rgba(37,99,235,0.1); }
  .testimonial-quote {
    font-family: 'Cormorant Garamond', serif; font-size: clamp(1.1rem, 2.5vw, 1.4rem);
    font-style: italic; color: #0f2a5e; line-height: 1.6;
    margin-bottom: 1.5rem; position: relative; z-index: 1;
  }
  .testimonial-author { display: flex; align-items: center; gap: 1rem; }
  .testimonial-avatar {
    width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
    background: linear-gradient(135deg, #2563eb, #4f46e5, #7c3aed);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Cormorant Garamond', serif; font-weight: 600;
    border: 1.5px solid rgba(255,255,255,0.7);
    box-shadow: 0 2px 0 rgba(255,255,255,0.5) inset, 0 4px 16px rgba(37,99,235,0.25);
    font-size: 1.1rem; color: white;
  }
  .testimonial-name { font-weight: 600; font-size: 0.9rem; color: #0f2a5e; }
  .testimonial-role { font-size: 0.8rem; color: #3b62a0; }
  .testimonial-stars { display: flex; gap: 2px; margin-bottom: 0.2rem; font-size: 0.75rem; color: #f59e0b; }

  /* ─── SWISS TRUST BANNER ─── */
  .swiss-banner {
    background: rgba(255,255,255,0.16);
    backdrop-filter: blur(28px) saturate(1.9) brightness(1.05);
    -webkit-backdrop-filter: blur(28px) saturate(1.9) brightness(1.05);
    border: 0.5px solid rgba(255,255,255,0.82);
    border-radius: 20px;
    padding: 1.1rem 1.8rem; display: flex; align-items: center; justify-content: center;
    gap: 2.5rem; flex-wrap: wrap; margin: 0 auto; max-width: 700px;
    box-shadow: 0 2px 0 rgba(255,255,255,0.78) inset, 0 6px 24px rgba(37,99,235,0.07);
    position: relative; overflow: hidden;
  }
  .swiss-banner::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,1), transparent);
    pointer-events: none;
  }
  .swiss-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.82rem; color: #0f2a5e; font-weight: 500; }
  .swiss-item span { font-size: 1.1rem; }

  /* ─── FILTRE ICÔNES BLEU-VIOLET ─── */
  /* Exclut les drapeaux 🇨🇭 via :not(.icon-ch) */
  .swiss-item span:not(.icon-ch) {
    filter: sepia(1) saturate(4) hue-rotate(195deg) brightness(0.85);
  }

  /* ─── FAQ ─── */
  .faq-section { padding: 4rem 0; contain: content; }
  /* Deux colonnes INDEPENDANTES (flex) : ouvrir un item ne pousse que les items sous lui, dans sa colonne */
  .faq-grid { display: flex; gap: 1rem; margin-top: 2.5rem; align-items: flex-start; }
  .faq-col { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 1rem; }
  .faq-item {
    background: rgba(255,255,255,0.48);
    backdrop-filter: blur(32px) saturate(1.0) brightness(1.03);
    -webkit-backdrop-filter: blur(32px) saturate(1.0) brightness(1.03);
    border: 0.5px solid rgba(255,255,255,0.78);
    border-radius: 18px; padding: 1.4rem 1.6rem;
    box-shadow: 0 2px 0 rgba(255,255,255,0.75) inset, 0 6px 24px rgba(37,99,235,0.06), 0 1px 2px rgba(0,0,0,0.03);
    transition: transform .25s cubic-bezier(0.22,1,0.36,1), box-shadow .25s;
    position: relative; overflow: hidden;
  }
  .faq-item::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.95), transparent);
    pointer-events: none;
  }
  /* faq hover disabled */
  .faq-q {
    font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.05rem; color: #0f2a5e; line-height: 1.3;
    margin-bottom: 0; cursor: pointer; user-select: none;
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  }
  /* Chevron (fleche) a droite de la question — pivote a l'ouverture */
  .faq-q::after {
    content: ''; flex-shrink: 0;
    width: 8px; height: 8px;
    border-right: 2px solid #2563eb; border-bottom: 2px solid #2563eb;
    transform: rotate(45deg);
    transition: transform .3s cubic-bezier(0.22,1,0.36,1);
  }
  .faq-item.open .faq-q::after { transform: rotate(-135deg); }
  /* Reponse : repliee par defaut, depliee quand .faq-item.open */
  .faq-a {
    font-size: 0.85rem; color: #2d5494; line-height: 1.6;
    max-height: 0; overflow: hidden; opacity: 0; margin-top: 0;
    transition: max-height .35s cubic-bezier(0.22,1,0.36,1), opacity .3s ease, margin-top .3s ease;
  }
  .faq-item.open .faq-a { max-height: 600px; opacity: 1; margin-top: 0.7rem; }

  @media (max-width: 860px) {
    .pricing-grid { grid-template-columns: 1fr; gap: 1.2rem; }
    .pricing-card-pro { transform: scale(1); }
    /* pro hover disabled */
    .faq-grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 560px) {
    .hero-slogan .slogan-line { font-size: clamp(2rem, 11vw, 3.5rem); }
    .nav-links { display: none; }
    .hero h1 { font-size: clamp(1.3rem, 5.5vw, 1.8rem); }
    .hero p { font-size: 0.95rem; }
  }


  /* Hover sur UNE TUILE : subtil, sans rebond */
  .pain-item {
    z-index: 1;
    transition: none;
  }
  .pain-item:hover,
  .pain-item.solution-item:hover {
    border-color: rgba(15,42,94,0.08) !important;
    box-shadow: 0 2px 0 rgba(255,255,255,0.7) inset, 0 6px 18px rgba(15,42,94,0.05) !important;
    background: rgba(255,255,255,0.55) !important;
  }
  /* ─── LITIGE HIGHLIGHT ─── */

  @media (max-width: 900px) { .faq-grid { flex-direction: column; } }

  /* ─── SCROLL ANIMATIONS ─── */
  [data-reveal] {
    opacity: 0;
    transition-property: opacity, transform, filter;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-duration: 0.75s;
    will-change: opacity, transform;
  }
  [data-reveal="up"]      { transform: translateY(40px); }
  [data-reveal="down"]    { transform: translateY(-30px); }
  [data-reveal="left"]    { transform: translateX(-40px); }
  [data-reveal="right"]   { transform: translateX(40px); }
  [data-reveal="scale"]   { transform: scale(0.92); filter: blur(4px); }
  [data-reveal="fade"]    { }
  [data-reveal].revealed  {
    opacity: 1;
    transform: translate(0,0) scale(1);
    filter: blur(0px);
    will-change: auto;
  }

  /* stagger delays */
  [data-delay="1"] { transition-delay: 0.08s; }
  [data-delay="2"] { transition-delay: 0.16s; }
  [data-delay="3"] { transition-delay: 0.24s; }
  [data-delay="4"] { transition-delay: 0.32s; }
  [data-delay="5"] { transition-delay: 0.40s; }
  [data-delay="6"] { transition-delay: 0.48s; }

  /* scroll progress bar at top */
  #scroll-progress {
    position: fixed; top: 0; left: 0; height: 2.5px; z-index: 9999;
    background: linear-gradient(90deg, #2563eb, #6366f1, #7c3aed);
    width: 0%; transition: width 0.1s linear;
    box-shadow: 0 0 8px rgba(99,102,241,0.5);
  }

  /* section title line reveal */
  .title-line-wrap { overflow: hidden; display: block; }
  .title-line { display: block; transform: translateY(110%); transition: transform 0.7s cubic-bezier(0.22,1,0.36,1); }
  .title-line.revealed { transform: translateY(0); }
  .pricing-section { padding: 1.25rem 0 2.5rem; }
  .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; margin-top: 1.6rem; align-items: start; }

  .pricing-card {
    border-radius: 28px; padding: 1.5rem 1.5rem 1.4rem;
    position: relative; overflow: hidden;
  }
  /* Pricing hover & transforms completely disabled */
  .pricing-card,
  .pricing-card-lite,
  .pricing-card-pro,
  .pricing-card-max,
  .pricing-card:hover,
  .pricing-card-lite:hover,
  .pricing-card-pro:hover,
  .pricing-card-max:hover {
    transform: none !important;
  }

  /* LITE — liquid glass blanc */
  .pricing-card-lite {
    background: rgba(255,255,255,0.20);
    backdrop-filter: blur(28px) saturate(1.0);
    border: 1px solid rgba(99,130,255,0.22);
    box-shadow: 0 4px 32px rgba(37,99,235,0.08), inset 0 1px 0 rgba(255,255,255,0.9);
  }
  .pricing-card-lite::before {
    content:''; position:absolute; inset:0; border-radius:28px;
    background: radial-gradient(ellipse 80% 60% at 20% 0%, rgba(219,234,254,0.6), transparent 65%),
                radial-gradient(ellipse 50% 40% at 80% 100%, rgba(224,231,255,0.4), transparent 60%);
    pointer-events:none;
  }
  /* lite hover disabled */

  /* PRO — même style glass, mis en avant par couleur uniquement (pas de scale) */
  .pricing-card-pro {
    background: rgba(255,255,255,0.22);
    backdrop-filter: blur(28px) saturate(1.0);
    border: 1px solid rgba(79,70,229,0.28);
    box-shadow: 0 8px 40px rgba(79,70,229,0.14), inset 0 1px 0 rgba(255,255,255,0.9);
  }
  .pricing-card-pro::before {
    content:''; position:absolute; inset:0; border-radius:28px;
    background: radial-gradient(ellipse 80% 60% at 20% 0%, rgba(224,231,255,0.65), transparent 65%),
                radial-gradient(ellipse 50% 40% at 80% 100%, rgba(237,233,254,0.45), transparent 60%);
    pointer-events:none;
  }
  /* pro hover disabled */

  /* MAX — même style glass, teinte violette douce */
  .pricing-card-max {
    background: rgba(255,255,255,0.20);
    backdrop-filter: blur(28px) saturate(1.0);
    border: 1px solid rgba(124,58,237,0.25);
    box-shadow: 0 4px 32px rgba(124,58,237,0.1), inset 0 1px 0 rgba(255,255,255,0.9);
  }
  .pricing-card-max::before {
    content:''; position:absolute; inset:0; border-radius:28px;
    background: radial-gradient(ellipse 80% 60% at 20% 0%, rgba(237,233,254,0.6), transparent 65%),
                radial-gradient(ellipse 50% 40% at 80% 100%, rgba(245,240,255,0.4), transparent 60%);
    pointer-events:none;
  }
  /* max hover disabled */

  .pricing-badge {
    display: inline-block; font-size: 1.4rem; font-weight: 600; letter-spacing: 0.18em;
    text-transform: uppercase; padding: 0.35rem 1.1rem; border-radius: 100px; margin-bottom: 0.7rem;
    position: relative; z-index: 1;
    font-family: 'Cormorant Garamond', serif; line-height: 1;
    background: linear-gradient(135deg, rgba(37,99,235,0.08), rgba(99,102,241,0.06));
    backdrop-filter: blur(8px);
  }
  .badge-lite { color: #1d4ed8; border: 0.5px solid rgba(37,99,235,0.25); }
  .badge-pro  { color: #4338ca; border: 0.5px solid rgba(79,70,229,0.28); }
  .badge-max  { color: #6d28d9; border: 0.5px solid rgba(124,58,237,0.25); }

  .popular-tag {
    position: absolute; top: 1.1rem; right: 1.1rem; z-index: 2;
    background: rgba(37,99,235,0.1); backdrop-filter: blur(12px);
    color: #1d4ed8; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.06em;
    padding: 0.3rem 0.75rem; border-radius: 100px;
    border: 0.5px solid rgba(37,99,235,0.22);
  }

  .pricing-name {
    font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.3rem;
    margin-bottom: 0.3rem; position: relative; z-index: 1; color: #0f2a5e;
  }
  .pricing-name-light { color: #0f2a5e; }
  .pricing-name-dark  { color: #0f2a5e; }

  .pricing-tagline { font-size: 0.83rem; margin-bottom: 0.6rem; position: relative; z-index: 1; color: #3b62a0; }
  .tagline-light { color: #3b62a0; }
  .tagline-dark  { color: #3b62a0; }
  .period-light { color: #3b62a0; }
  .price-free { font-family: 'DM Sans', sans-serif; font-weight: 300; font-size: 2rem; color: #0f2a5e; margin-bottom: 0.3rem; position: relative; z-index: 1; letter-spacing: -0.02em; }

  .pricing-divider { height: 0.5px; margin: 0.85rem 0; position: relative; z-index: 1; }
  .divider-light { background: linear-gradient(90deg, transparent, rgba(37,99,235,0.2), transparent); }
  .divider-dark  { background: linear-gradient(90deg, transparent, rgba(37,99,235,0.2), transparent); }

  .pricing-features { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 0.8rem; position: relative; z-index: 1; }
  .pf-item { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.83rem; line-height: 1.3; }
  .pf-check {
    width: 18px; height: 18px; border-radius: 50%; flex-shrink: 0; margin-top: 1px;
    display: flex; align-items: center; justify-content: center; font-size: 0.6rem; font-weight: 700;
    background: linear-gradient(135deg, rgba(37,99,235,0.12), rgba(99,102,241,0.08));
    color: #2563eb; border: 0.5px solid rgba(37,99,235,0.18);
  }
  .check-light  { background: linear-gradient(135deg, rgba(37,99,235,0.12), rgba(99,102,241,0.08)); color: #2563eb; border: 0.5px solid rgba(37,99,235,0.18); }
  .check-dark   { background: linear-gradient(135deg, rgba(67,56,202,0.12), rgba(99,102,241,0.08)); color: #4338ca; border: 0.5px solid rgba(67,56,202,0.18); }
  .check-indigo { background: linear-gradient(135deg, rgba(109,40,217,0.12), rgba(124,58,237,0.08)); color: #6d28d9; border: 0.5px solid rgba(109,40,217,0.18); }
  .pf-text-light { color: #2d5494; }
  .pf-text-dark  { color: #2d5494; }

  /* 1080px (et non 900px) : sous ~1060px les blocs prix Mensuel/Annuel débordent
     de la carte en grille 3 colonnes (badge "2 MOIS OFFERTS" tronqué) */
  @media (max-width: 1080px) {
    .pricing-grid { grid-template-columns: 1fr; }
    .pricing-card-pro { transform: scale(1); }
    /* pro hover disabled */
  }

  /* ─── CTA SECTION ─── */
  .cta-section { padding: 3rem 0 5rem; text-align: center; }
  .cta-box {
    max-width: 640px; margin: 0 auto; padding: 4rem 3rem;
    background: linear-gradient(135deg, rgba(219,234,254,0.85), rgba(224,231,255,0.75));
    border: 0.5px solid rgba(37,99,235,0.22); border-radius: 28px;
    position: relative; overflow: hidden;
    box-shadow: 0 8px 50px rgba(37,99,235,0.12);
  }
  .cta-box::before {
    content: ''; position: absolute; inset: 0; border-radius: 28px;
    background: radial-gradient(ellipse 60% 40% at 50% 0%, rgba(37,99,235,0.1), transparent);
  }
  .cta-box h2 { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 2.8rem; color: #0f2a5e; margin-bottom: 1rem; line-height: 1.1; position: relative; letter-spacing: -0.01em; }
  .cta-box p { color: #2d5494; margin-bottom: 2rem; font-size: 1rem; line-height: 1.6; position: relative; }
  .cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; }

  /* ─── FOOTER ─── */
  footer {
    border-top: 0.5px solid rgba(37,99,235,0.15);
    padding: 2rem 0; position: relative; z-index: 1;
  }
  footer a:hover { color: #2563eb; }



  /* ─── ANIMATIONS ─── */
  @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes scrollBounce { 0%, 100% { transform: translateY(0); opacity: 0.5; } 50% { transform: translateY(8px); opacity: 1; } }
  .scroll-arrow { display:inline-block; animation: scrollBounce 2s ease-in-out infinite; }

  /* ─── DIVIDER ─── */
  .section-divider {
    height: 0.5px;
    background: linear-gradient(90deg, transparent, rgba(37,99,235,0.3), transparent);
    margin: 2rem 0;
  }

  /* ════════════════════════════════════════
     RESPONSIVE MOBILE — COMPLET
  ════════════════════════════════════════ */

  /* ── Hamburger button ── */
  .nav-hamburger {
    display: none;
    flex-direction: column; justify-content: center; align-items: center;
    gap: 5px; width: 38px; height: 38px;
    background: rgba(255,255,255,0.7);
    border: 0.5px solid rgba(37,99,235,0.2);
    border-radius: 10px; cursor: pointer;
    backdrop-filter: blur(8px);
    transition: background .2s;
    flex-shrink: 0;
  }
  .nav-hamburger span {
    display: block; width: 18px; height: 1.5px;
    background: #1d4ed8; border-radius: 2px;
    transition: transform .3s cubic-bezier(0.22,1,0.36,1), opacity .2s;
  }
  .nav-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav-hamburger.open span:nth-child(2) { opacity: 0; }
  .nav-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

  /* ── Mobile menu drawer ── */
  .mobile-menu {
    display: none;
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    z-index: 99;
    background: linear-gradient(165deg, rgba(219,234,254,0.97) 0%, rgba(191,219,254,0.95) 50%, rgba(165,200,255,0.94) 100%);
    backdrop-filter: blur(24px) saturate(1.8);
    flex-direction: column; align-items: center; justify-content: center;
    gap: 0;
    opacity: 0; pointer-events: none;
    transition: opacity .3s cubic-bezier(0.22,1,0.36,1);
  }
  .mobile-menu.open {
    opacity: 1; pointer-events: auto;
  }
  .mobile-menu a {
    display: block; width: 100%; max-width: 320px;
    text-align: center; padding: 1.1rem 0;
    font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 500;
    color: #0f2a5e; text-decoration: none; letter-spacing: 0.04em;
    border-bottom: 0.5px solid rgba(37,99,235,0.10);
    transition: color .15s;
  }
  .mobile-menu a:last-of-type { border-bottom: none; }
  .mobile-menu a:hover { color: #2563eb; }
  .mobile-menu-cta {
    margin-top: 2rem;
    position: relative; overflow: hidden;
    background: linear-gradient(155deg, #1e3a8a 0%, #1d4ed8 30%, #2563eb 60%, #60a5fa 82%, #93c5fd 100%);
    color: white !important; border: 1px solid rgba(255,255,255,0.3); border-radius: 14px !important;
    padding: 1rem 2.5rem !important; font-family: 'DM Sans', sans-serif !important;
    font-size: 1rem !important; font-weight: 600 !important;
    border-bottom: none !important;
    box-shadow: 0 8px 32px rgba(37,99,235,0.28), 0 2px 8px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.45);
    backdrop-filter: blur(20px) saturate(200%); -webkit-backdrop-filter: blur(20px) saturate(200%);
    text-shadow: 0 1px 2px rgba(0,0,0,0.15);
  }
  .mobile-menu-cta::before {
    content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
    background: linear-gradient(160deg, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0.15) 40%, rgba(255,255,255,0.05) 60%, rgba(255,255,255,0.18) 100%);
  }

  /* ── TABLET 860px ── */
  @media (max-width: 860px) {
    /* Nav — .nav-buttons .nav-connexion : spécificité > ".nav-buttons a" (liens <a> désormais) */
    .nav-links { display: none; }
    /* Connexion : visible dans l'en-tete mobile, groupee a droite, juste a cote du hamburger */
    .nav-buttons { margin-left: auto; }
    .nav-buttons .nav-connexion { display: inline-flex; padding: 0.5rem 1rem; font-size: 0.82rem; }
    .nav-hamburger { display: flex; }
    .nav-inner { padding: 0 1.25rem; }
    .mobile-menu { display: flex; }

    /* Hero */
    .hero { padding: 2.5rem 0 2rem; }
    .hero-slogan {
      gap: 0.25em !important;
    }
    .hero-slogan .slogan-line { font-size: clamp(2.2rem, 8vw, 4rem); }
    .hero h1 { font-size: clamp(1.2rem, 4vw, 1.6rem); }
    .hero p { font-size: 0.95rem; max-width: 100%; }

    /* Flow */

    /* Mockup */

    /* Roles */

    /* Report */

    /* Pain */
    .pain-grid { grid-template-columns: 1fr 1fr; }
    .pain-header-wrap { flex-direction: column; }

    /* Testimonials */
    .testimonial-card { padding: 1.75rem 1.5rem; }

    /* Pricing */
    .pricing-grid { grid-template-columns: 1fr; gap: 1.2rem; }
    .pricing-card-pro { transform: scale(1); }

    /* FAQ */
    .faq-grid { grid-template-columns: 1fr; }

    /* Swiss banner */
    .swiss-banner { gap: 1.2rem; padding: 1rem 1.2rem; }

    /* Container padding */
    .container { padding: 0 1.25rem; }

    /* Sections padding */
    .benefits-section,
    .testimonial-section, .pricing-section, .faq-section { padding: 3rem 0; }
    .pain-section { padding: 3rem 0 1.5rem; }
    .report-section { padding: 1.5rem 0; }
  }

  /* ── MOBILE 640px — artisan grid ── */
  @media (max-width: 640px) {
    .artisan-grid { grid-template-columns: 1fr !important; }
  }

  /* ── MOBILE 480px ── */
  @media (max-width: 480px) {
    /* Nav */
    .logo-text { font-size: 1.25rem; }

    /* Hero */
    .hero { padding: 2rem 0 1.5rem; }
    .hero-slogan .slogan-line { font-size: clamp(1.9rem, 10vw, 3rem); }

    /* Pain */
    .pain-headline { font-size: clamp(1.6rem, 7vw, 2.2rem); }

    /* Pain grid : 2 colonnes compactes au lieu de 1 */
    .pain-grid { grid-template-columns: 1fr 1fr !important; gap: 0.6rem !important; }
    .pain-item {
      padding: 0.8rem 0.7rem !important;
      border-radius: 14px !important;
      min-height: auto !important;
    }
    .pain-cross { width: 22px; height: 22px; border-radius: 7px; font-size: 0.65rem; }
    .pain-text { font-size: 0.78rem !important; line-height: 1.45 !important; }
    .pain-text strong { font-size: 0.82rem !important; margin-bottom: 0.1rem !important; }

    /* Solution items compacts */
    .solution-item { min-height: auto !important; }
    .solution-item-content { gap: 0.6rem !important; }
    .solution-icon { width: 22px !important; height: 22px !important; font-size: 0.72rem !important; border-radius: 7px !important; }
    .solution-item .pain-text { font-size: 0.78rem !important; }

    /* Comparaison : 1 colonne empilée */
    #comparaison .section-sub { font-size: 0.88rem !important; }
    .comparison-grid > div { padding: 1.2rem 1rem !important; }

    /* Testimonials : 1 colonne */
    .testimonial-card .testimonial-quote { font-size: 0.9rem !important; }

    /* Orbes masquées sur mobile */
    .bg-orb { display: none !important; }

    /* Pricing cards */
    .pricing-card { padding: 1.75rem 1.5rem 1.5rem; }

    /* Testimonial */
    .testimonial-card { padding: 1.5rem 1.25rem; }
    .testimonial-quote { font-size: 1rem; }

    /* Swiss banner — stack vertical */
    .swiss-banner { flex-direction: column; align-items: flex-start; gap: 0.8rem; }

    /* Section titles */
    .section-title { font-size: clamp(1.8rem, 7vw, 2.6rem); }

    /* Container */
    .container { padding: 0 1rem; }

    /* FAQ */
    .faq-item { padding: 1.2rem 1.25rem; }

    /* ── ROLES GRID : 1 colonne empilée ── */
    .roles-grid {
      grid-template-columns: 1fr !important;
      grid-template-rows: auto !important;
      gap: 0 !important;
    }
    .roles-grid > * {
      grid-column: 1 !important;
      grid-row: auto !important;
    }
    /* Masquer les fonds colonnes */
    .roles-grid > :nth-child(1),
    .roles-grid > :nth-child(2) { display: none !important; }
    /* Réordonner : colonne gauche d'abord, puis droite */
    .roles-grid > :nth-child(3) { order: 1; }
    .roles-grid > :nth-child(5) { order: 2; }
    .roles-grid > :nth-child(7) { order: 3; }
    .roles-grid > :nth-child(4) { order: 4; margin-top: 1.5rem; }
    .roles-grid > :nth-child(6) { order: 5; }
    .roles-grid > :nth-child(8) { order: 6; }
    /* Fonds légers par section */
    .roles-grid > :nth-child(3),
    .roles-grid > :nth-child(5),
    .roles-grid > :nth-child(7) {
      background: linear-gradient(170deg, rgba(37,99,235,0.04), rgba(219,234,254,0.03)) !important;
      border-radius: 0 !important;
    }
    .roles-grid > :nth-child(3) { border-radius: 20px 20px 0 0 !important; }
    .roles-grid > :nth-child(7) { border-radius: 0 0 20px 20px !important; }
    .roles-grid > :nth-child(4),
    .roles-grid > :nth-child(6),
    .roles-grid > :nth-child(8) {
      background: linear-gradient(170deg, rgba(124,58,237,0.04), rgba(237,233,254,0.03)) !important;
      border-radius: 0 !important;
    }
    .roles-grid > :nth-child(4) { border-radius: 20px 20px 0 0 !important; }
    .roles-grid > :nth-child(8) { border-radius: 0 0 20px 20px !important; }
    /* Padding réduit */
    .roles-grid > :nth-child(n+3) { padding: 1rem 1.2rem !important; }
    .benefit-card { padding: 1rem 0.8rem !important; }
    .bc-desc { font-size: 0.85rem !important; margin-bottom: 0.7rem !important; }
    .bc-perk { font-size: 0.8rem !important; }

    /* ── ACCORDION PERKS (mobile uniquement) ── */
    .bc-perks-extra {
      display: none !important;
      flex-direction: column;
      gap: 0.3rem;
    }
    .perks-toggle-input:checked ~ .bc-perks-extra {
      display: flex !important;
    }
    .perks-toggle-label {
      display: inline-flex !important;
      align-items: center;
      gap: 0.3rem;
      font-family: 'DM Sans', sans-serif;
      font-size: 0.78rem;
      font-weight: 600;
      color: #2563eb;
      cursor: pointer;
      margin-top: 0.5rem;
      padding: 0.3rem 0;
    }
    .perks-toggle-label .toggle-hide { display: none; }
    .perks-toggle-input:checked ~ .perks-toggle-label .toggle-show { display: none; }
    .perks-toggle-input:checked ~ .perks-toggle-label .toggle-hide { display: inline; }

    /* ── IMAGES plein cadre ── */
    .benefits-section img,
    .report-section img,
    section img[style*="width:100%"] {
      width: 100% !important;
      height: auto !important;
      object-fit: cover !important;
      border-radius: 16px !important;
    }

    /* ── AVANT/APRÈS : empilées sur mobile ── */
    .avant-apres-grid {
      grid-template-columns: 1fr !important;
      gap: 1rem !important;
    }

    /* ── ADOPTION TERRAIN : 2 colonnes mobile ── */
    .artisan-grid {
      grid-template-columns: 1fr 1fr !important;
    }

    /* ── CONTACT FORM : 1 colonne mobile ── */
    .contact-row {
      grid-template-columns: 1fr !important;
    }

    /* ── RÉCEPTION PILLS : compact sur mobile ── */
    .reception-pills {
      flex-direction: column !important;
      gap: 0.7rem !important;
      padding: 0 !important;
    }
    .reception-pill {
      flex: none !important;
      max-width: 100% !important;
      padding: 1rem 1.2rem !important;
    }

    /* ── Conteneurs d'images : pas de padding forcé (sinon le fond du cadre apparaît) ── */
    #reception [data-reveal="up"]:not(.reception-pills),
    #personnalisation [data-reveal="up"],
    #fonctionnalites [data-reveal="up"],
    #rapport [data-reveal="up"] {
      padding: 0 !important;
    }
  }

  /* ════════════════════════════════════════
     RESPONSIVE SMARTPHONE — 390px and below
  ════════════════════════════════════════ */
  @media (max-width: 640px) {

    /* Comparaison : empilée dès 640px */
    .comparison-grid { grid-template-columns: 1fr !important; gap: 1rem !important; }

    /* Testimonials : 1 colonne dès 640px */
    .testimonials-grid { grid-template-columns: 1fr !important; gap: 0.8rem !important; }

    /* Pricing cards — full width stack */
    .pricing-grid {
      grid-template-columns: 1fr !important;
      gap: 1.5rem !important;
    }
    .pricing-card { 
      padding: 1.5rem 1.25rem !important; 
      border-radius: 20px !important;
    }
    .pricing-card-pro { transform: scale(1) !important; }

    /* Testimonials — single column */

    /* CTA box */
    .cta-box {
      padding: 2.5rem 1.5rem !important;
    }
    .cta-box h2 { font-size: 2rem !important; }

    /* Section spacing */
    section { padding-top: 2rem !important; padding-bottom: 1.5rem !important; }
    .section-divider { margin: 1.2rem 0 !important; }

    /* Flow section steps */

    /* Pain section floating image */

    /* Garantie banner */
    .swiss-banner, [data-reveal="up"] {
      flex-direction: column !important;
      text-align: center;
      padding: 1rem 1.2rem !important;
    }
  }

  /* Extra small — 360px and below */
  @media (max-width: 380px) {
    .container { padding: 0 0.75rem !important; }
    .hero-slogan .slogan-line { font-size: clamp(1.6rem, 9vw, 2.5rem) !important; }
    .section-title { font-size: clamp(1.5rem, 6.5vw, 2.2rem) !important; }
    .pricing-badge { font-size: 1.4rem !important; }

    /* Pain grid ultra-compact */
    .pain-item { padding: 0.65rem 0.55rem !important; }
    .pain-text { font-size: 0.72rem !important; }
    .pain-text strong { font-size: 0.76rem !important; }
    .pain-cross { width: 20px; height: 20px; font-size: 0.6rem; }
  }

  /* ═══════════ MOBILE PERFORMANCE ═══════════ */
  @media (max-width: 768px) {
    /* Reduce backdrop-filter on mobile — huge GPU saver */
    .pain-item, .benefit-card, .pricing-card-lite, .pricing-card-max,
    .faq-item, .testimonial-card, .swiss-banner, .mobile-menu {
      backdrop-filter: blur(8px) !important;
      -webkit-backdrop-filter: blur(8px) !important;
    }
    /* Reduce box-shadow complexity */
    .pricing-card, .benefit-card, .testimonial-card {
      box-shadow: 0 4px 16px rgba(15,42,94,0.06) !important;
    }
  }

  /* ═══════════ REDUCE MOTION preference ═══════════ */
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
    .bg-orb { animation: none !important; }
  }

/* ── Block 3 ── */
.hero-inner {
    position: relative; max-width: 1200px; margin: 0 auto; padding: 0 2rem; z-index: 1;
  }

  /* ── Mockup: behind the slogan, right side ── */
  .hero-mockup {
    position: absolute;
    right: calc(-6% - 40px); top: -4%; transform: none;
    width: 560px; z-index: 0;
    pointer-events: none;
  }
  .hero-mockup-img {
    width: 100%; height: auto; display: block;
    filter: drop-shadow(0 30px 60px rgba(15,42,94,0.20)) drop-shadow(0 10px 20px rgba(37,99,235,0.10));
  }
  /* Glow behind */
  .hero-mockup::before {
    content: ''; position: absolute;
    top: 5%; left: -10%; right: -10%; bottom: 0%;
    background: radial-gradient(ellipse, rgba(99,102,241,0.08) 0%, transparent 65%);
    border-radius: 50%; z-index: -1; filter: blur(40px);
  }

  /* ── Slogan: centered, ABOVE mockup ── */
  .hero-slogan { position: relative; z-index: 2; align-items: center; }

  /* Text shadow that "projects" onto the phone */
  .hero-slogan .slogan-line {
    text-shadow:
      0 4px 16px rgba(15,42,94,0.06),
      0 8px 40px rgba(15,42,94,0.04);
  }
  .hero-slogan .finito-gradient {
    filter: drop-shadow(4px 8px 20px rgba(79,70,229,0.22))
            drop-shadow(8px 16px 40px rgba(15,42,94,0.10));
  }

  /* ── Content below: centered, above mockup ── */
  .hero-below {
    position: relative; z-index: 2; text-align: center;
  }
  .hero-below h1 {
    text-align: center;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  @media (max-width: 860px) {
    .hero-below h1 { max-width: 100%; }
  }

  /* ── Responsive ── */
  @media (max-width: 1100px) {
    .hero-mockup { width: 460px; right: calc(-6% - 40px); }
  }
  @media (max-width: 960px) {
    .hero-mockup { width: 380px; right: calc(-6% - 40px); }
  }
  @media (max-width: 860px) {
    .hero-mockup {
      position: relative; right: auto; top: auto; transform: none;
      width: 280px; margin: 0 auto 0.5rem;
    }
    .hero-slogan .slogan-line:nth-child(1),
    .hero-slogan .slogan-line:nth-child(2),
    .hero-slogan .slogan-line:nth-child(3) { padding-left: 0; }
  }
  @media (max-width: 480px) {
    .hero-mockup { width: 220px; }
  }

/* ── Block 4 ── */
@keyframes voiceBadgeFloat {
          0%, 100% { transform: translateY(0); }
          50% { transform: translateY(-5px); }
        }
        @keyframes voicePulseWave {
          0% { transform: scale(0.85); opacity: 0.65; }
          100% { transform: scale(1.9); opacity: 0; }
        }
        .voice-coming-badge .voice-wave {
          position: absolute;
          inset: 2px;
          border-radius: 50%;
          border: 1.5px solid rgba(124,58,237,0.55);
          animation: voicePulseWave 2.4s ease-out infinite;
          pointer-events: none;
        }
        .voice-coming-badge .voice-wave-2 { animation-delay: 1.2s; }
        @media (max-width: 480px) {
          .voice-coming-badge { padding: 0.4rem 0.85rem 0.4rem 0.5rem !important; }
          .voice-coming-badge span[style*="white-space:nowrap"] { white-space: normal !important; line-height: 1.35; }
        }

/* ── Block 5 ── */
#roi-slider { -webkit-appearance: none; appearance: none; width: 100%; max-width: 440px; height: 8px; border-radius: 8px; background: linear-gradient(90deg, rgba(37,99,235,0.15), rgba(124,58,237,0.15)); outline: none; cursor: pointer; }
            #roi-slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(145deg, #2563eb, #4f46e5); border: 3px solid white; box-shadow: 0 4px 14px rgba(37,99,235,0.35), 0 1px 3px rgba(0,0,0,0.1); cursor: grab; transition: transform 0.15s ease, box-shadow 0.15s ease; }
            #roi-slider::-webkit-slider-thumb:hover { transform: scale(1.15); box-shadow: 0 6px 20px rgba(37,99,235,0.45); }
            #roi-slider::-webkit-slider-thumb:active { cursor: grabbing; transform: scale(1.05); }
            #roi-slider::-moz-range-thumb { width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(145deg, #2563eb, #4f46e5); border: 3px solid white; box-shadow: 0 4px 14px rgba(37,99,235,0.35); cursor: grab; }
            #roi-slider::-moz-range-track { height: 8px; border-radius: 8px; background: linear-gradient(90deg, rgba(37,99,235,0.15), rgba(124,58,237,0.15)); border: none; }

/* ── Block 6 ── */
@keyframes pulseDot {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.35); opacity: 0.65; }
  }

/* ── Block 7 ── */
/* === CARD === */
    .voice-teaser-card {
      position: relative;
      max-width: 1080px;
      margin: 0 auto;
      padding: 2.4rem 2rem;
      background: #ffffff;
      border: 0.5px solid rgba(0,0,0,0.08);
      border-radius: 24px;
      box-shadow: 0 10px 40px rgba(15,42,94,0.08);
      overflow: hidden;
    }
    .voice-teaser-glow {
      display: none;
    }
    .voice-teaser-glow-1 {
      display: none;
    }
    .voice-teaser-glow-2 {
      display: none;
    }

    /* === LAYOUT === */
    .voice-teaser-inner {
      position: relative;
      display: grid;
      grid-template-columns: 200px 1fr 150px;
      align-items: center;
      gap: 2.4rem;
    }

    /* === PHONE MOCKUP === */
    .voice-teaser-visual {
      position: relative;
      width: 240px;
      flex-shrink: 0;
      justify-self: center;
    }
    .voice-teaser-visual .ai-demo-video {
      width: 100%; height: auto;
      object-fit: contain; border-radius: 12px; z-index: 1;
    }

    /* === TEXT === */
    .voice-teaser-text { min-width: 0; }
    .voice-teaser-badge {
      display: inline-flex; align-items: center; gap: 0.5rem;
      background: linear-gradient(135deg, rgba(124,58,237,0.14), rgba(168,85,247,0.12));
      border: 0.5px solid rgba(124,58,237,0.32);
      border-radius: 20px;
      padding: 0.34rem 0.9rem;
      margin-bottom: 1rem;
      font-size: 0.68rem; font-weight: 700;
      color: #6d28d9; letter-spacing: 0.1em; text-transform: uppercase;
      white-space: nowrap;
    }
    .voice-teaser-dot {
      width: 7px; height: 7px; border-radius: 50%;
      background: #16a34a;
      box-shadow: 0 0 8px rgba(22,163,74,0.65);
      animation: pulseDot 2s ease-in-out infinite;
      flex-shrink: 0;
    }
    .voice-teaser-title {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 600;
      font-size: clamp(1.6rem, 2.8vw, 2.3rem);
      color: #0f2a5e;
      margin: 0 0 0.7rem;
      line-height: 1.18;
    }
    .voice-teaser-title em {
      background: linear-gradient(135deg, #7c3aed 0%, #4f46e5 50%, #a855f7 100%);
      -webkit-background-clip: text; background-clip: text;
      color: transparent;
      font-style: italic; font-weight: 600;
    }
    .voice-teaser-desc {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.95rem; color: #2d5494;
      line-height: 1.6; margin: 0 0 0.9rem;
    }
    .voice-teaser-desc strong { color: #5b21b6; font-weight: 600; }
    .voice-teaser-quote {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.82rem; color: #6d8ab0;
      margin: 0; font-style: italic;
      padding-left: 0.8rem;
      border-left: 2px solid rgba(124,58,237,0.3);
    }

    /* === LOGO === */
    .voice-teaser-logo {
      position: relative;
      width: 150px; height: 150px;
      display: flex; align-items: center; justify-content: center;
      justify-self: center;
    }
    .voice-teaser-logo-inner {
      position: relative; z-index: 3;
      width: 110px; height: 110px;
      border-radius: 50%;
      background: linear-gradient(145deg, #7c3aed 0%, #4f46e5 55%, #6366f1 100%);
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 18px 44px rgba(124,58,237,0.42), inset 0 3px 8px rgba(255,255,255,0.32);
    }

    /* === RINGS === */
    @keyframes teaserRingPulse {
      0% { transform: scale(0.55); opacity: 0.7; }
      100% { transform: scale(1.55); opacity: 0; }
    }
    .voice-teaser-card .teaser-ring-big {
      position: absolute;
      width: 110px; height: 110px;
      border-radius: 50%;
      border: 2px solid rgba(124,58,237,0.45);
      animation: teaserRingPulse 2.6s ease-out infinite;
      pointer-events: none;
    }
    .voice-teaser-card .teaser-ring-big-2 { animation-delay: 0.85s; }
    .voice-teaser-card .teaser-ring-big-3 { animation-delay: 1.7s; }

    /* === RESPONSIVE === */
    /* Tablette : 2 colonnes (téléphone + texte), logo masqué */
    @media (max-width: 960px) {
      .voice-teaser-inner {
        grid-template-columns: 180px 1fr;
        gap: 1.8rem;
      }
      .voice-teaser-visual { width: 200px; }
      .voice-teaser-logo { display: none; }
    }
    /* Mobile : layout vertical centré */
    @media (max-width: 640px) {
      .voice-teaser-card { padding: 2rem 1.4rem; }
      .voice-teaser-inner {
        grid-template-columns: 1fr;
        gap: 1.4rem;
        text-align: center;
      }
      .voice-teaser-visual { width: 180px; }
      .voice-teaser-quote { text-align: left; }
    }

/* ── Block 8 ── */
.site-footer { position: relative; z-index: 1; }
  .footer-top {
    background: linear-gradient(155deg, #0f1b3d 0%, #142252 30%, #1a2f6a 60%, #1e3a7a 100%);
    padding: 3.5rem 0 2.5rem;
  }
  .footer-grid {
    display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.5rem;
  }
  .footer-brand { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 1rem; }
  .footer-brand-text {
    font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.4rem;
    color: #ffffff; letter-spacing: 0.04em;
  }
  .footer-brand-text em { color: #93c5fd; font-style: italic; font-weight: 400; }
  .footer-desc { font-size: 0.82rem; color: rgba(255,255,255,0.6); line-height: 1.6; margin-bottom: 1rem; }
  .footer-badge { font-size: 0.75rem; color: rgba(255,255,255,0.5); letter-spacing: 0.06em; }
  .footer-heading {
    font-family: 'DM Sans', sans-serif; font-size: 0.8rem; font-weight: 700;
    color: rgba(255,255,255,0.9); text-transform: uppercase; letter-spacing: 0.1em;
    margin-bottom: 1.2rem;
  }
  .footer-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.7rem; }
  .footer-list li { font-size: 0.82rem; color: rgba(255,255,255,0.5); }
  .footer-list a { color: rgba(255,255,255,0.6); text-decoration: none; transition: color .2s ease; }
  .footer-list a:hover { color: #93c5fd; }
  .footer-bottom {
    background: #0a1228; padding: 1.2rem 0;
    border-top: 1px solid rgba(255,255,255,0.06);
    /* Prolonge le bleu foncé SOUS le footer (zone d'overscroll) — peinture seule, n'allonge pas la page.
       Couvre le cas où le rebond révèle le calque .bg-wrap (clair) plutôt que le canvas. */
    box-shadow: 0 50vh 0 50vh #0a1228;
  }
  .footer-bottom-inner {
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.6rem;
    font-size: 0.75rem; color: rgba(255,255,255,0.35); letter-spacing: 0.03em;
  }
  @media (max-width: 768px) {
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  }
  @media (max-width: 480px) {
    .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; text-align: center; }
    .footer-brand { justify-content: center; }
    .footer-list { align-items: center; }
    .footer-bottom-inner { flex-direction: column; text-align: center; }
  }


/* ── Mobile GPU optimization: disable backdrop-filter on small screens ── */
@media (max-width: 768px) {
  *, *::before, *::after {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

/* ══ Entrées hero — ex-tweens GSAP, désormais CSS pur ══ */
@media (prefers-reduced-motion: no-preference) {
  .hero-slogan .slogan-line {
    animation: heroLineIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) both;
  }
  .hero-slogan .slogan-line:nth-child(1) { animation-delay: 0.2s; }
  .hero-slogan .slogan-line:nth-child(2) { animation-delay: 0.38s; }
  .hero-slogan .slogan-line:nth-child(3) { animation-delay: 0.56s; }
  /* Slide-in puis flottement perpétuel (heroFloat sans fill : inactif pendant son delay) */
  .hero-mockup {
    animation: heroMockupIn 1.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s both,
               heroFloat 3.5s ease-in-out 2.2s infinite alternate;
  }
}
@keyframes heroLineIn {
  from { transform: translateY(60px) scale(0.92) rotateX(12deg); }
  to   { transform: none; }
}
@keyframes heroMockupIn {
  from { transform: translateX(120px) scale(0.85); }
  to   { transform: none; }
}
@keyframes heroFloat {
  from { transform: translateY(0); }
  to   { transform: translateY(-12px); }
}

/* ══ Lien "Nous contacter" (pricing) — remplace les handlers inline onmouseenter/leave ══ */
.pricing-contact-link:hover { background: rgba(37,99,235,0.15) !important; }

/* ══ Bouton "Télécharger notre présentation PDF" — sections ROI + CTA final ══
   Pas de min-width : il est dans une colonne align-items:stretch avec le bouton
   voisin, donc les deux ont exactement la même largeur. */
.btn-pdf {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.95rem 1.4rem; border-radius: 16px;
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 500;
  color: #1d4ed8; text-decoration: none; position: relative; overflow: hidden;
  background: linear-gradient(135deg, rgba(255,255,255,0.75), rgba(255,255,255,0.55));
  backdrop-filter: blur(20px) saturate(200%); -webkit-backdrop-filter: blur(20px) saturate(200%);
  border: 1px solid rgba(255,255,255,0.5);
  box-shadow: 0 8px 32px rgba(37,99,235,0.08), inset 0 1px 0 rgba(255,255,255,0.8);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.btn-pdf:hover {
  background: rgba(255,255,255,0.92);
  box-shadow: 0 10px 36px rgba(37,99,235,0.14), inset 0 1px 0 rgba(255,255,255,0.9);
}
.btn-pdf svg { flex-shrink: 0; }

/* ══ DIAPORAMA "APERÇU" — sticky + progression de scroll ══
   Base = slides empilées (fallback no-JS / mobile / reduced-motion).
   .is-pinned (ajouté par le JS sur desktop) active le mode diaporama épinglé. */
.showcase { position: relative; z-index: 1; padding: 1.5rem 0 0.5rem; }
.showcase-head { text-align: center; max-width: 720px; margin: 0 auto 0.6rem; }

/* — Fallback : slides empilées comme des sections normales — */
.showcase-track { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.showcase-slide {
  display: grid; grid-template-columns: 1fr; gap: 1.4rem; align-items: center;
  margin: 0 auto 3rem; max-width: 1000px;
  opacity: 1; visibility: visible; /* état de base = toujours visible (fallback mobile / no-JS) */
}
.showcase-slide-label {
  font-family: 'DM Sans', sans-serif; font-size: 0.72rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.14em; color: #2563eb; margin-bottom: 0.5rem;
}
.showcase-slide-title {
  font-family: 'Cormorant Garamond', serif; font-weight: 700;
  font-size: clamp(1.6rem, 3vw, 2.4rem); color: #0f2a5e; line-height: 1.15; margin: 0 0 0.9rem;
}
.showcase-slide-title em { color: #2563eb; font-style: italic; }
.showcase-slide-desc { font-size: 0.95rem; color: #2d5494; line-height: 1.65; margin: 0 0 0.7rem; }
.showcase-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.4rem; }
.showcase-pill {
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.4rem 0.85rem; border-radius: 14px;
  background: rgba(37,99,235,0.06); border: 0.5px solid rgba(37,99,235,0.18);
  font-family: 'DM Sans', sans-serif; font-size: 0.76rem; font-weight: 600; color: #1d4ed8;
}
.showcase-note { font-size: 0.78rem; color: #94a3b8; margin: 0.7rem 0 0; }
.showcase-media {
  border-radius: 24px; overflow: hidden;
  background: linear-gradient(135deg, rgba(255,255,255,0.35), rgba(219,234,254,0.18));
  border: 0.5px solid rgba(255,255,255,0.6);
  box-shadow: 0 20px 60px rgba(15,42,94,0.12), 0 0 0 0.5px rgba(37,99,235,0.08);
}
.showcase-media--dark {
  background: linear-gradient(135deg, rgba(15,42,94,0.92), rgba(30,58,138,0.88));
  border: 0.5px solid rgba(255,255,255,0.12);
  box-shadow: 0 20px 60px rgba(15,42,94,0.25), 0 0 0 0.5px rgba(37,99,235,0.15);
}
.showcase-media img { width: 100%; height: auto; display: block; }
.showcase-dots { display: none; }

/* — Mode épinglé (desktop, JS actif) : slide (texte au-dessus de la grande image) centrée dans le viewport — */
.showcase-scroller.is-pinned { height: 500vh; }
.showcase-scroller.is-pinned .showcase-sticky {
  position: sticky; top: 0; height: 100vh; overflow: hidden;
}
.showcase-scroller.is-pinned .showcase-track {
  position: relative; width: 100%; max-width: 1100px; height: 100%; margin: 0 auto; padding: 0 1.5rem;
}
.showcase-scroller.is-pinned .showcase-slide {
  position: absolute; inset: 0; margin: 0; max-width: none;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  gap: 1.1rem; text-align: center; padding: 0.5rem 1rem;
  opacity: 0; visibility: hidden;
  transform: translateY(26px) scale(0.99);
  transition: opacity .6s cubic-bezier(0.22,1,0.36,1),
              transform .6s cubic-bezier(0.22,1,0.36,1),
              visibility .6s;
  pointer-events: none;
}
.showcase-scroller.is-pinned .showcase-slide.is-active {
  opacity: 1; visibility: visible; transform: none; pointer-events: auto;
}
.showcase-scroller.is-pinned .showcase-text { max-width: 840px; }
.showcase-scroller.is-pinned .showcase-slide-title { margin-bottom: 0.5rem; }
.showcase-scroller.is-pinned .showcase-slide-desc { margin-bottom: 0; }
.showcase-scroller.is-pinned .showcase-pills { justify-content: center; }
/* Image en grand qui remplit son cadre (pas de bandes) : largeur pleine, hauteur naturelle */
.showcase-scroller.is-pinned .showcase-media {
  width: 100%; max-width: 980px;
}
.showcase-scroller.is-pinned .showcase-media img {
  display: block; width: 100%; height: auto;
}
.showcase-scroller.is-pinned .showcase-dots {
  display: flex; flex-direction: column; gap: 0.65rem;
  position: absolute; right: 1.6rem; top: 50%; transform: translateY(-50%); z-index: 3;
}
.showcase-dot {
  width: 9px; height: 9px; padding: 0; border: none; border-radius: 50%; cursor: pointer;
  background: rgba(37,99,235,0.22);
  transition: background .3s ease, transform .3s ease;
}
.showcase-dot.is-active { background: #2563eb; transform: scale(1.4); }

/* Mobile : jamais épinglé — empilement classique (le JS ne pose pas .is-pinned,
   mais on blinde au cas où la largeur change après activation). */
@media (max-width: 768px) {
  .showcase-scroller.is-pinned { height: auto; }
  .showcase-scroller.is-pinned .showcase-sticky { position: static; height: auto; overflow: visible; }
  .showcase-scroller.is-pinned .showcase-track { position: static; height: auto; }
  .showcase-scroller.is-pinned .showcase-slide {
    position: static; inset: auto; opacity: 1; visibility: visible; transform: none;
    grid-template-columns: 1fr; gap: 1.4rem; margin: 0 auto 3rem; padding: 0 1.5rem; pointer-events: auto;
  }
  .showcase-scroller.is-pinned .showcase-media { max-height: none; display: block; }
  .showcase-scroller.is-pinned .showcase-media img { max-height: none; object-fit: fill; }
  .showcase-scroller.is-pinned .showcase-dots { display: none; }
}

/* ── Hero : rangee de stats rangee proprement en grille 2 colonnes sur MOBILE uniquement ──
   Desktop inchange (rangee flex horizontale avec separateurs verticaux).
   Ordre : ligne 1 = 30 sec | 14 j ; ligne 2 = Web.iOS.Android | Suisse ; ligne 3 = PV conforme (pleine largeur). */
@media (max-width: 768px) {
  #hero-stats {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem 0.6rem;
    align-items: start;
    max-width: 380px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #hero-stats > div:nth-child(even) { display: none !important; } /* separateurs verticaux masques */
  #hero-stats > div:last-child { grid-column: 1 / -1; }           /* PV conforme : pleine largeur, centre */
}

/* ── Showcase "Apercu" : descriptions COURTES sur mobile, completes sur desktop ── */
.showcase-slide .sc-mob { display: none; }
@media (max-width: 768px) {
  .showcase-slide .sc-desk { display: none; }
  .showcase-slide .sc-mob { display: block; }
}
