/* 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-400i.woff2') format('woff2'); font-weight:400; font-style:italic; 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;
    --glass-bg: rgba(219,234,254,0.45);
    --glass-bg-strong: rgba(219,234,254,0.65);
    --glass-border: rgba(59,130,246,0.28);
    --glass-border-strong: rgba(37,99,235,0.38);
    --text-primary: #0f2a5e;
    --text-secondary: #1d4ed8;
    --text-muted: #3b62a0;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: #ffffff;
    color: var(--text-primary);
    overflow-x: hidden;
    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%);
  }
  .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; 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-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; }

  /* ─── GLASS CARD — Apple Liquid Glass ─── */
  .glass {
    background: linear-gradient(135deg, rgba(255,255,255,0.22) 0%, rgba(219,234,254,0.14) 50%, rgba(255,255,255,0.18) 100%);
    backdrop-filter: blur(40px) saturate(2.0) brightness(1.06);
    -webkit-backdrop-filter: blur(40px) saturate(2.0) brightness(1.06);
    border: 0.5px solid rgba(255,255,255,0.55);
    border-radius: 22px;
    box-shadow:
      0 1px 0 rgba(255,255,255,0.8) inset,
      0 -1px 0 rgba(255,255,255,0.15) inset,
      1px 0 0 rgba(255,255,255,0.2) inset,
      -1px 0 0 rgba(255,255,255,0.2) inset,
      0 8px 32px rgba(37,99,235,0.07),
      0 2px 4px rgba(0,0,0,0.02);
    position: relative; overflow: hidden;
  }
  .glass::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 45%;
    background: linear-gradient(180deg, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.06) 60%, transparent 100%);
    pointer-events: none; border-radius: 22px 22px 0 0;
  }

  /* ─── HERO ─── */
  .hero { padding: 3.5rem 0 2.5rem; text-align: center; overflow: hidden; }
  @keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.4} }

  .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;
  }

  .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;
  }
  .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;
  }
  .hero-audience span { color: #2563eb; font-weight: 600; }

  .btn-primary {
    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.9rem 2.2rem; border-radius: 16px;
    font-family: 'DM Sans', sans-serif; font-size: 1rem; 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 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), inset -1px 0 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.06);
    backdrop-filter: blur(20px) saturate(200%); -webkit-backdrop-filter: blur(20px) saturate(200%);
    text-shadow: 0 1px 2px rgba(0,0,0,0.15);
  }
  .btn-primary::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%);
  }
  .btn-primary:hover { box-shadow: 0 12px 40px rgba(37,99,235,0.35), 0 4px 12px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.5), inset -1px 0 0 rgba(255,255,255,0.25), inset 0 -1px 0 rgba(0,0,0,0.06); }
  /* btn-primary active animation disabled */

  /* ─── FLOW SECTION ─── */
  .flow-section { padding: 1.75rem 0 3.5rem; }
  .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; }

  .flow-arrow svg { filter: drop-shadow(0 0 6px rgba(37,99,235,0.25)); }


  .flow-card h3 { font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 1.15rem; color: #0f2a5e; margin-bottom: 0.6rem; letter-spacing: -0.01em; }
  .flow-card p { font-size: 0.95rem; color: #1e3a6e; line-height: 1.65; font-weight: 400; }

  .flow-card .card-glow { display: none; }

  /* ─── FONDU DES IMAGES DANS LES FLOW-CARDS ─── */
  .flow-card > img[style*="position:absolute"] {
    -webkit-mask-image: linear-gradient(to left, black 30%, transparent 100%), linear-gradient(to top, black 30%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image: linear-gradient(to left, black 30%, transparent 100%), linear-gradient(to top, black 30%, transparent 100%);
    mask-composite: intersect;
  }

  /* ─── APP MOCKUP ─── */

  .feature-item h4 { font-weight: 500; font-size: 0.95rem; color: #0f2a5e; margin-bottom: 0.3rem; }
  .feature-item p { font-size: 0.85rem; color: #2d5494; line-height: 1.5; }

  /* ─── MOCKUP UI ─── */





  .m-stat b { color: #1d4ed8; }


  /* ─── ROLES SECTION ─── */
  .role-card h3 { font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 1.35rem; color: #0a1f4a; margin-bottom: 0.8rem; letter-spacing: -0.01em; }
  .role-card p { font-size: 0.95rem; color: #1a3460; line-height: 1.7; margin-bottom: 1.5rem; }
  .role-list li { font-size: 0.92rem; color: #1a3460; padding-left: 1.2rem; position: relative; font-weight: 400; }
  .role-list li::before { content: "→"; position: absolute; left: 0; color: var(--blue-500); }

  /* ─── REPORT SECTION ─── */
  .report-section { padding: 2rem 0; }
  .report-content h2 { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 2.4rem; color: #0f2a5e; margin-bottom: 1rem; line-height: 1.15; letter-spacing: -0.01em; }
  .report-content p { font-size: 0.95rem; color: #2d5494; line-height: 1.7; margin-bottom: 1.5rem; }


  /* ─── 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-item:hover { 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); }
  .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; }
  .solution-item:hover .solution-gain { color: #059669; }

  .pain-solution p { font-size: 0.92rem; color: #3b62a0; line-height: 1.6; font-weight: 400; }
  .pain-solution strong { color: #3b62a0; font-weight: 600; }

  /* ─── BENEFITS PER ROLE ─── */
  .benefits-section { padding: 4rem 0 2rem; contain: content; }
  .benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin-top: 3rem; }
  .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, .bc-owner, .bc-tenant {
    background: #ffffff;
  }
  .bc-arch:hover, .bc-corp:hover, .bc-owner:hover, .bc-tenant:hover {
    box-shadow: 0 1px 0 rgba(255,255,255,0.9) inset, 0 16px 48px rgba(37,99,235,0.12);
  }

  .bc-icon {
    width: 48px; height: 48px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem; margin-bottom: 1.2rem;
    backdrop-filter: blur(16px) saturate(1.6);
    background: linear-gradient(135deg, rgba(37,99,235,0.13), rgba(124,58,237,0.13));
    border: 0.5px solid rgba(255,255,255,0.7);
    box-shadow: 0 1px 0 rgba(255,255,255,0.85) inset, 0 3px 12px rgba(37,99,235,0.1), 0 0 0 0.5px rgba(99,102,241,0.12);
  }
  .bc-icon svg { width: 24px; height: 24px; }
  .ic-arch, .ic-corp, .ic-owner, .ic-tenant { background: linear-gradient(135deg, rgba(37,99,235,0.13), rgba(124,58,237,0.13)); }

  .bc-role {
    font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
    margin-bottom: 0.5rem;
  }
  .role-arch { color: #1d4ed8; }
  .role-corp { color: #059669; }
  .role-owner { color: #d97706; }

  .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; }
  .bc-owner .bc-perk::before { color: #d97706; }
  .bc-tenant .bc-perk::before { color: #7c3aed; }

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

  .invite-banner p { font-size: 0.9rem; color: #0f2a5e; line-height: 1.6; }
  .invite-banner strong { color: #7c3aed; font-weight: 600; }

  @media (max-width: 900px) {
    .pain-grid { grid-template-columns: 1fr 1fr; }
    .benefits-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 600px) {
    .pain-grid { grid-template-columns: 1fr; }
    .benefits-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) */
  .bc-icon,
  .icon-tinted,
  .swiss-item span:not(.icon-ch),
  #def-sticky-bar .def-bar-label .icon-tinted {
    filter: sepia(1) saturate(4) hue-rotate(195deg) brightness(0.85);
  }

  /* ─── FAQ ─── */
  .faq-section { padding: 4rem 0; contain: content; }
  .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2.5rem; }
  .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; margin-bottom: 0.5rem; line-height: 1.3; }
  .faq-a { font-size: 0.85rem; color: #2d5494; line-height: 1.6; }

  /* ─── MOBILE STICKY CTA ─── */
  .mobile-sticky-cta {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
    padding: 0.9rem 1.5rem;
    background: rgba(255,255,255,0.92); backdrop-filter: blur(16px);
    border-top: 0.5px solid rgba(37,99,235,0.15);
    box-shadow: 0 -4px 20px rgba(37,99,235,0.1);
  }
  .mobile-sticky-cta button {
    width: 100%; 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.9rem; border-radius: 16px;
    font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 600; cursor: pointer;
    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), inset -1px 0 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.06);
    text-shadow: 0 1px 2px rgba(0,0,0,0.15); position: relative; overflow: hidden;
    transition: transform .2s ease, opacity .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
  }
  .mobile-sticky-cta button::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%);
  }
  .mobile-sticky-cta button:active { transform: scale(0.97); }
  @media (max-width: 768px) { .mobile-sticky-cta { display: block; } }

  /* ─── TOOLTIP DÉFINITION INLINE ─── */
  /* ─── BANDEAU STICKY DÉFINITION ─── */
  #def-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    padding: 0.6rem 1.5rem;
    background: rgba(219,234,254,0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-top: 0.5px solid rgba(37,99,235,0.22);
    font-family: 'DM Sans', sans-serif;
    font-size: 0.78rem;
    color: #1d3a7a;
    line-height: 1.4;
    transform: translateY(100%);
    transition: transform 0.38s cubic-bezier(0.16,1,0.3,1);
    pointer-events: none;
  }
  #def-sticky-bar.visible {
    transform: translateY(0);
    pointer-events: auto;
  }
  #def-sticky-bar .def-bar-label {
    font-weight: 600;
    color: #1d4ed8;
    white-space: nowrap;
    flex-shrink: 0;
  }
  #def-sticky-bar .def-bar-text {
    flex: 1;
    max-width: 580px;
  }
  #def-sticky-bar .def-bar-close {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 0.5px solid rgba(37,99,235,0.3);
    background: rgba(37,99,235,0.08);
    color: #1d4ed8;
    font-size: 0.7rem;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    line-height: 1;
    transition: background 0.15s;
  }
  #def-sticky-bar .def-bar-close:hover { background: rgba(37,99,235,0.18); }
  @media (max-width: 640px) {
    #def-sticky-bar { flex-wrap: wrap; gap: 0.4rem; padding: 0.5rem 1rem 0.6rem; }
    #def-sticky-bar .def-bar-text { font-size: 0.73rem; }
  }

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


  /* ─── PAIN POST-IT — all filters and red aura disabled ─── */
  #pain-sticky-img-el,
  #pain-sticky-img-el:hover,
  #pain-sticky-img:hover #pain-sticky-img-el {
    filter: none !important;
    transform: none !important;
    transition: none !important;
    opacity: 1 !important;
    box-shadow: none !important;
    drop-shadow: none !important;
  }
  #pain-sticky-img,
  #pain-sticky-img:hover {
    filter: none !important;
    box-shadow: none !important;
  }
  /* 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;
  }
  /* Plus d'encadrement global sur la grid au hover de l'image */
  #pain-grid-main {
    border-radius: 18px;
  }
  /* ─── LITIGE HIGHLIGHT ─── */

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

  /* ─── 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: 2rem 0 4rem; }
  .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; margin-top: 3rem; align-items: start; }

  .pricing-card {
    border-radius: 28px; padding: 2.2rem 2rem 2rem;
    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.8rem; font-weight: 600; letter-spacing: 0.18em;
    text-transform: uppercase; padding: 0.4rem 1.4rem; border-radius: 100px; margin-bottom: 1.2rem;
    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.5rem;
    margin-bottom: 0.4rem; 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: 1rem; position: relative; z-index: 1; color: #3b62a0; }
  .tagline-light { color: #3b62a0; }
  .tagline-dark  { color: #3b62a0; }

  .price-amount { font-family: 'DM Sans', sans-serif; font-weight: 300; font-size: 2.6rem; line-height: 1; color: #0f2a5e; letter-spacing: -0.02em; }
  .period-light { color: #3b62a0; }
  .price-free { font-family: 'DM Sans', sans-serif; font-weight: 300; font-size: 2.4rem; color: #0f2a5e; margin-bottom: 0.3rem; position: relative; z-index: 1; letter-spacing: -0.02em; }

  .pricing-divider { height: 0.5px; margin: 1.3rem 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.7rem; margin-bottom: 1.8rem; position: relative; z-index: 1; }
  .pf-item { display: flex; align-items: flex-start; gap: 0.65rem; font-size: 0.875rem; }
  .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; }

  .pricing-btn {
    width: 100%; padding: 0.9rem; border-radius: 16px;
    font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 600;
    cursor: pointer; transition: transform .2s ease, opacity .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; border: 1px solid rgba(255,255,255,0.3); position: relative; z-index: 1; overflow: hidden;
    backdrop-filter: blur(20px) saturate(200%); -webkit-backdrop-filter: blur(20px) saturate(200%);
    text-shadow: 0 1px 2px rgba(0,0,0,0.12);
  }
  .pricing-btn::before {
    content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; z-index: 2;
    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%);
  }
  .btn-lite     { background: linear-gradient(155deg, #1e3a8a 0%, #1d4ed8 30%, #2563eb 60%, #60a5fa 82%, #93c5fd 100%); color: white; 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), inset -1px 0 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.06); }
  .btn-lite:hover { box-shadow: 0 12px 40px rgba(37,99,235,0.35), 0 4px 12px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.5); transform: translateY(-2px) scale(1.03); }
  .btn-lite:active { transform: scale(0.97); }
  .btn-pro-plan { background: linear-gradient(155deg, #312e81 0%, #4f46e5 25%, #7c3aed 50%, #8b5cf6 75%, #c4b5fd 100%); color: white; box-shadow: 0 8px 32px rgba(79,70,229,0.22), 0 2px 8px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.45), inset -1px 0 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.06); }
  .btn-pro-plan:hover { box-shadow: 0 12px 40px rgba(79,70,229,0.38), 0 4px 12px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.5); transform: translateY(-2px) scale(1.03); }
  .btn-pro-plan:active { transform: scale(0.97); }
  .btn-max      { background: linear-gradient(155deg, #312e81 0%, #6d28d9 30%, #7c3aed 55%, #a78bfa 80%, #c4b5fd 100%); color: white; box-shadow: 0 8px 32px rgba(109,40,217,0.22), 0 2px 8px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.45), inset -1px 0 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.06); }
  .btn-max:hover { box-shadow: 0 12px 40px rgba(109,40,217,0.38), 0 4px 12px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.5); transform: translateY(-2px) scale(1.03); }
  .btn-max:active { transform: scale(0.97); }


  @media (max-width: 900px) {
    .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-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
  .footer-copy { font-size: 0.82rem; color: #3b62a0; }
  .footer-links { display: flex; gap: 1.5rem; }
  .footer-links a { font-size: 0.82rem; color: #3b62a0; text-decoration: none; transition: color .2s; }
  .footer-links a:hover { color: #1d4ed8; }
  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: rgba(255,255,255,0.96);
    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;
    background: linear-gradient(135deg, #2563eb, #4f46e5);
    color: white !important; border-radius: 12px !important;
    padding: 1rem 2.5rem !important; font-family: 'DM Sans', sans-serif !important;
    font-size: 1rem !important; font-weight: 500 !important;
    border-bottom: none !important;
  }

  /* ── TABLET 860px ── */
  @media (max-width: 860px) {
    /* Nav */
    .nav-links { display: none; }
    .nav-connexion { display: none; }
    .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%; }
    .btn-primary, .btn-secondary { padding: 0.85rem 1.6rem; font-size: 0.95rem; }

    /* Flow */

    /* Mockup */

    /* Roles */

    /* Report */

    /* Benefits */
    .benefits-grid { grid-template-columns: 1fr 1fr !important; }

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

    /* 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 */
    .flow-section, .benefits-section, .roles-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; }
    .nav-cta { display: none; }

    /* Hero */
    .hero { padding: 2rem 0 1.5rem; }
    .hero-slogan .slogan-line { font-size: clamp(1.9rem, 10vw, 3rem); }
    .btn-primary, .btn-secondary { width: 100%; max-width: 320px; text-align: center; justify-content: center; }

    /* 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; }

    /* Lead scenarios */
    .lead-scenario { padding: 1.2rem 1rem !important; margin-top: 2rem !important; }
    .lead-scenario h3 { font-size: 1rem !important; }
    .lead-scenario p { font-size: 0.88rem !important; line-height: 1.6 !important; }

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

    /* Testimonials : 1 colonne */
    .testimonials-grid { grid-template-columns: 1fr !important; gap: 0.8rem !important; }
    .testimonial-card .testimonial-quote { font-size: 0.9rem !important; }

    /* Nouveautés : 1 colonne */
    .nouveautes-grid { grid-template-columns: 1fr !important; gap: 0.8rem !important; }
    .nouveautes-grid > div { padding: 1.2rem 1rem !important; }
    .nouveautes-grid p { font-size: 0.88rem !important; }

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

    /* Benefits */
    .benefits-grid { grid-template-columns: 1fr !important; }

    /* Pricing cards */
    .pricing-card { padding: 1.75rem 1.5rem 1.5rem; }
    .price-amount { font-size: 2.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; }

    /* Buttons */
    .btn-primary, .btn-secondary { width: 100%; max-width: min(100%, 320px); text-align: center; justify-content: center; }

    /* ── 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; }

    /* ── DESCRIPTIONS COURTES (mobile) ── */
    .desc-full { display: none !important; }
    .desc-short { display: inline !important; }

    /* ── IMAGES plein cadre ── */
    .benefits-section img,
    .report-section img,
    .flow-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é ── */
    #reception [data-reveal="up"]:not(.reception-pills),
    #personnalisation [data-reveal="up"] {
      padding: 0 !important;
    }
  }

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

    /* Phone section — stack vertically, phone on top */
    .phone-section-layout {
      flex-direction: column-reverse !important;
      gap: 1.5rem !important;
    }
    .phone-tabs-side {
      max-width: 100% !important;
      min-width: 0 !important;
    }
    .phone-device-side {
      transform: scale(0.85);
      transform-origin: center top;
    }

    /* iPhone frame smaller on small screens */
    .iphone-glow { width: 260px; height: 420px; }

    /* Tabs horizontal scroll on very small screens */
    #app-tabs {
      display: flex !important;
      flex-direction: row !important;
      gap: 0.5rem;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 0.5rem;
    }
    .app-tab {
      flex-shrink: 0 !important;
      min-width: 120px;
      padding: 0.6rem 0.8rem !important;
    }
    .app-tab-desc {
      font-size: 0.72rem !important;
    }
    .app-tab-num {
      width: 28px !important; height: 28px !important;
      font-size: 0.75rem !important;
    }

    /* 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; }

    /* Device mockup section — scale down devices */
    .mockup-section .container > div:last-child {
      transform: scale(0.75);
      transform-origin: center top;
    }

    /* 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 */

    /* Footer */
    .footer-inner {
      flex-direction: column;
      text-align: center;
      gap: 0.8rem;
    }
    .footer-links { justify-content: center; }

    /* 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 */

    /* Benefits grid */
    .benefits-grid { grid-template-columns: 1fr !important; gap: 1rem !important; }

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

  /* Hide step arrows on mobile */
  @media (max-width: 640px) {
    .step-arrow-desktop { display: none !important; }
  }

  /* Extra small — 360px and below */
  @media (max-width: 380px) {
    .container { padding: 0 0.75rem !important; }
    .phone-device-side { transform: scale(0.72); }
    .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; }
    .price-amount { font-size: 2rem !important; }
    #app-tabs { gap: 0.3rem; }
    .app-tab { min-width: 100px; padding: 0.5rem 0.6rem !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; }

    /* Lead scenarios ultra-compact */
    .lead-scenario { padding: 1rem 0.75rem !important; }
    .lead-scenario p { font-size: 0.84rem !important; }
  }

  /* ═══════════ 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);
  }
  .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;
  }
}
