/* === Page: devenir-prestataire — extracted from inline <style> blocks === */

/* --- block 1 --- */
/* ===================== RESET & BASE ===================== */
  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  :root {
    /* Royal Blue + Champagne Gold Palette (Conversion Optimized) */
    --royal-blue: #1E5BFF;
    --deep-blue: #081B3A;
    --soft-blue: #F2F6FF;
    --champagne-gold: #D6B25E;
    --gold-light: #E7D6A3;
    --gold-pale: #F5EDD4;
    
    /* Legacy aliases (backward compatibility) */
    --navy: #081B3A;
    --navy-mid: #0F2A52;
    --navy-light: #1A3A68;
    --gold: #D6B25E;
    
    /* Neutrals */
    --cream: #FAF7F0;
    --white: #FFFFFF;
    --gray-light: #F0EDE6;
    --gray-mid: #9A8F7E;
    --text-dark: #0B1220;
    --text-mid: #4A4A5A;
    --shadow-soft: 0 4px 24px rgba(13,27,46,0.10);
    --shadow-card: 0 8px 40px rgba(13,27,46,0.14);
    --shadow-gold: 0 4px 20px rgba(201,168,76,0.25);
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 40px;
  
    /* V3 COLOR OVERRIDE */
    --royal-blue: #091C3B;
    --royal-blue-dark: #101E30;
    --royal-blue-light: #677495;
    --deep-blue: #091C3B;
    --champagne-gold: #C9A84C;
    --gold-light: #E8D5A3;
    --gold-dark: #9A7A2E;
    --cream: #FDFAF4;
    --text-dark: #1C1917;
    --text-gray: #6B6459;
}
  html { scroll-behavior: smooth; }
  body { font-family: 'Inter', sans-serif; color: var(--text-dark); background: var(--white); overflow-x: hidden; }
  h1,h2,h3,h4 { font-family: 'Fraunces', Georgia, serif; }
  a { text-decoration: none; color: inherit; }
  img { display: block; }

  /* ===================== NAV ===================== */
  .nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: rgba(13,27,46,0.85);
    backdrop-filter: saturate(180%) blur(24px);
    -webkit-backdrop-filter: saturate(180%) blur(24px);
    border-bottom: 1px solid rgba(201,168,76,0.2);
    padding: 0 40px;
    height: 72px;
    display: flex; align-items: center; justify-content: space-between;
    transition: all 0.3s;
  }
  .nav-logo {
    display: flex; align-items: center; gap: 12px;
  }
  .nav-logo-img {
    height: 44px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.35));
  }
  .nav-logo-text {
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 600; font-size: 20px;
    color: var(--white);
    letter-spacing: 0.02em;
  }
  .nav-logo-text span { color: var(--gold); }
  .nav-links {
    display: flex; align-items: center; gap: 32px;
    list-style: none;
  }
  .nav-links a {
    color: rgba(255,255,255,0.8);
    font-size: 14px; font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: color 0.2s;
    position: relative;
  }
  .nav-links a::after {
    content: ''; position: absolute; bottom: -4px; left: 0; right: 0;
    height: 1px; background: var(--gold);
    transform: scaleX(0); transition: transform 0.2s;
  }
  .nav-links a:hover { color: var(--gold-light); }
  .nav-links a:hover::after { transform: scaleX(1); }
  .nav-actions { display: flex; align-items: center; gap: 20px; }
  .nav-btn-outline {
    padding: 9px 22px;
    border: 1.5px solid rgba(201,168,76,0.6);
    border-radius: var(--radius-xl);
    color: var(--gold-light);
    font-size: 13px; font-weight: 600;
    letter-spacing: 0.04em;
    transition: all 0.2s;
    cursor: pointer;
  }
  .nav-btn-outline:hover { border-color: var(--champagne-gold); color: var(--white); background: rgba(214,178,94,0.12); }
  .nav-btn-fill {
    padding: 10px 24px;
    background: linear-gradient(135deg, var(--champagne-gold), var(--gold-light));
    border-radius: var(--radius-xl);
    color: var(--deep-blue);
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.04em;
    transition: all 0.2s;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(214,178,94,0.30);
  }
  .nav-btn-fill:hover { transform: translateY(-1px); box-shadow: 0 8px 28px rgba(214,178,94,0.45); }

  /* ===================== HERO ===================== */
  .hero {
    min-height: 100vh;
    background: linear-gradient(160deg, var(--deep-blue) 0%, #0F2A52 40%, var(--deep-blue) 100%);
    position: relative;
    display: flex; flex-direction: column;
    overflow: hidden;
  }
  /* === Appliqué depuis hero index === */
  .hero-bg {
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1511578314322-379afb476865?w=1600&q=80') center/cover no-repeat;
    opacity: 1;
    filter: saturate(1.1) brightness(1.05);
  }
  /* Spot doré central pour mettre en valeur la scène */
  .hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 800px 600px at center 45%,
      rgba(214,178,94,0.18) 0%,
      rgba(214,178,94,0.08) 30%,
      transparent 60%);
    pointer-events: none;
  }
  .hero-overlay {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 1200px 800px at center 50%,
        rgba(8,27,58,0.35) 0%,
        rgba(8,27,58,0.65) 70%,
        rgba(8,27,58,0.85) 100%),
      linear-gradient(180deg,
        rgba(8,27,58,0.75) 0%,
        rgba(8,27,58,0.25) 40%,
        rgba(8,27,58,0.40) 60%,
        rgba(8,27,58,0.80) 100%);
  }
  .hero-deco-line {
    position: absolute;
    width: 180px;
    height: 240px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    opacity: 0.25;
    filter: blur(3px) saturate(0.6);
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    transition: all 0.4s ease;
  }
  .hero-deco-line:nth-child(3) {
    left: 5%;
    top: 25%;
    background-image: url('https://images.unsplash.com/photo-1606216794074-735e91aa2c92?w=400&q=60');
    animation: float 6s ease-in-out infinite;
  }
  .hero-deco-line:nth-child(4) {
    right: 5%;
    top: 30%;
    background-image: url('https://images.unsplash.com/photo-1519741497674-611481863552?w=400&q=60');
    animation: float 6s ease-in-out infinite 3s;
  }
  @keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
  }
  .hero-deco-line:nth-child(3) { left: 15%; }
  .hero-deco-line:nth-child(4) { right: 15%; }
  .hero-content {
    position: relative; z-index: 10;
    flex: 1;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    padding: 120px 24px 80px;
    text-align: center;
  }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(201,168,76,0.12);
    border: 1px solid rgba(201,168,76,0.35);
    border-radius: var(--radius-xl);
    padding: 8px 20px;
    margin-bottom: 32px;
    font-size: 12px; font-weight: 600;
    color: var(--gold-light);
    letter-spacing: 0.12em; text-transform: uppercase;
  }
  .hero-badge-dot {
    width: 6px; height: 6px;
    background: var(--gold);
    border-radius: 50%;
    animation: pulse-dot 2s infinite;
  }
  @keyframes pulse-dot {
    0%,100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.4); }
  }
  .hero-title {
    /* Adjusted for longer title text */
    font-size: clamp(32px, 5vw, 58px);
    font-weight: 900; line-height: 1.08;
    color: var(--white);
    margin-bottom: 24px;
    max-width: 900px;
    letter-spacing: -0.02em;
  }
  .hero-title .gold { color: var(--gold-light); }
  .hero-subtitle {
    font-size: 18px; font-weight: 400;
    color: rgba(255,255,255,0.72);
    max-width: 720px;
    line-height: 1.65;
    margin-bottom: 48px;
  }
  .hero-cta-group {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-cta {
    padding: 16px 40px;
    border-radius: var(--radius-xl);
    font-size: 15px; font-weight: 700;
    transition: all 0.2s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.04em;
  }
  .hero-cta-primary {
    background: linear-gradient(135deg, var(--champagne-gold), var(--gold-light));
    color: var(--deep-blue);
    box-shadow: 0 8px 32px rgba(214,178,94,0.35);
    border: none;
  }
  .hero-cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(214,178,94,0.5);
  }
  .hero-cta-secondary {
    background: rgba(255,255,255,0.08);
    border: 1.5px solid rgba(255,255,255,0.2);
    color: var(--white);
  }
  .hero-cta-secondary:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.3);
  }
  .hero-microcopy {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-microcopy i {
    color: var(--champagne-gold);
    font-size: 12px;
  }
  .hero-stats {
    display: flex; gap: 0;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(201,168,76,0.2);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-top: 56px;
  }
  .hero-stat {
    padding: 24px 40px;
    text-align: center;
    border-right: 1px solid rgba(201,168,76,0.15);
    transition: background 0.2s;
  }
  .hero-stat:last-child { border-right: none; }
  .hero-stat:hover { background: rgba(201,168,76,0.06); }
  .hero-stat-number {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 32px; font-weight: 700;
    color: var(--gold-light);
    line-height: 1;
    margin-bottom: 6px;
  }
  .hero-stat-label {
    font-size: 12px; color: rgba(255,255,255,0.55);
    letter-spacing: 0.06em; text-transform: uppercase;
  }

  /* ===================== SECTION STYLES ===================== */
  .section { padding: 96px 0; }
  .section-sm { padding: 64px 0; }
  .container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
  .section-label {
    font-size: 12px; font-weight: 700;
    letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--champagne-gold);
    margin-bottom: 12px;
    display: flex; align-items: center; gap: 10px;
  }
  .section-label::before {
    content: '';
    width: 32px; height: 2px;
    background: linear-gradient(90deg, var(--champagne-gold), transparent);
  }
  .section-title {
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 700; line-height: 1.18;
    color: var(--navy);
    margin-bottom: 16px;
  }
  .section-title .gold { color: var(--champagne-gold); }
  .section-desc {
    font-size: 17px; line-height: 1.7;
    color: var(--text-mid);
    max-width: 720px;
  }
  .text-center { text-align: center; }
  .text-center .section-label { justify-content: center; }
  .text-center .section-label::before { display: none; }
  .text-center .section-desc { margin: 0 auto; }

  /* ===================== PROOF BAR ===================== */
  .proof-bar {
    background: var(--soft-blue);
    padding: 32px 40px;
    border-top: 1px solid rgba(201,168,76,0.1);
  }
  .proof-items {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 56px;
    flex-wrap: wrap;
  }
  .proof-item {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    font-weight: 600;
    color: var(--navy);
    letter-spacing: 0.02em;
  }
  .proof-item i {
    font-size: 22px;
    color: var(--royal-blue);
  }

  /* ===================== DISCLAIMER BOX ===================== */
  .disclaimer-box {
    background: rgba(255,246,229,1);
    border: 1px solid rgba(214,178,94,0.3);
    border-radius: var(--radius-md);
    padding: 20px 24px;
    max-width: 900px;
    margin: 0 auto 48px;
    display: flex;
    gap: 16px;
    align-items: start;
  }
  .disclaimer-box i {
    color: var(--champagne-gold);
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .disclaimer-box p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-dark);
  }

  /* ===================== VIDEO CARDS ===================== */
  .video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 32px;
    margin-top: 56px;
  }
  .video-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: all 0.3s;
    cursor: pointer;
  }
  .video-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-card);
  }
  .video-thumbnail {
    position: relative;
    padding-top: 62.5%;
    overflow: hidden;
    background: var(--navy);
  }
  .video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: var(--royal-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 18px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(30,91,255,0.4);
  }
  .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 8px 32px rgba(30,91,255,0.6);
  }
  .video-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--champagne-gold);
    color: var(--deep-blue);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  }
  .video-info {
    padding: 20px;
  }
  .video-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 10px;
    font-size: 13px;
    color: var(--gray-mid);
  }
  .video-meta i {
    margin-right: 6px;
    color: var(--champagne-gold);
  }
  .video-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-dark);
  }

  /* ===================== LEVIERS GRID ===================== */
  .leviers-section {
    background: var(--soft-blue);
  }
  .leviers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 28px;
    margin-top: 56px;
  }
  .levier-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: all 0.3s;
    border: 1px solid transparent;
  }
  .levier-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--royal-blue), var(--champagne-gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
  }
  .levier-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-card);
    border-color: rgba(30,91,255,0.2);
  }
  .levier-card:hover::before {
    transform: scaleX(1);
  }
  .levier-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(30,91,255,0.1), rgba(214,178,94,0.1));
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--royal-blue);
    margin-bottom: 20px;
  }
  .levier-card h3 {
    font-size: 21px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 12px;
  }
  .levier-desc {
    font-size: 15px;
    line-height: 1.65;
    color: var(--text-mid);
    margin-bottom: 16px;
  }
  .levier-result {
    font-size: 14px;
    font-weight: 600;
    color: var(--champagne-gold);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .levier-result i {
    font-size: 14px;
  }

  /* ===================== COMPARISON TABLE ===================== */
  .comparison-table {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    max-width: 900px;
    margin: 56px auto 0;
  }
  .comparison-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--deep-blue);
    color: var(--white);
  }
  .comparison-header .col {
    padding: 20px 28px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
  }
  .comparison-header .col.highlight {
    background: var(--royal-blue);
  }
  .comparison-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid var(--gray-light);
  }
  .comparison-row:last-child {
    border-bottom: none;
  }
  .comparison-row .col {
    padding: 20px 28px;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .comparison-row .col.before {
    background: #FEF2F2;
  }
  .comparison-row .col.after {
    background: var(--soft-blue);
  }
  .comparison-row .col i {
    font-size: 18px;
    flex-shrink: 0;
  }
  .comparison-row .col.before i {
    color: #DC2626;
  }
  .comparison-row .col.after i {
    color: var(--champagne-gold);
  }
  .comparison-row p {
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-dark);
  }
  .gain-microcopy {
    text-align: center;
    margin-top: 24px;
    font-size: 13px;
    color: var(--text-mid);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .gain-microcopy i {
    color: var(--royal-blue);
  }

  /* ===================== STEPS ===================== */
  .steps-flow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    margin-top: 56px;
  }
  .step-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 36px 32px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    transition: all 0.3s;
    border: 1px solid transparent;
  }
  .step-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-card);
    border-color: rgba(30,91,255,0.2);
  }
  .step-number {
    width: 68px;
    height: 68px;
    background: linear-gradient(135deg, var(--royal-blue), #4B7CFF);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 30px;
    font-weight: 700;
    color: var(--white);
    margin: 0 auto 24px;
    box-shadow: 0 8px 24px rgba(30,91,255,0.3);
  }
  .step-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 12px;
  }
  .step-card p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-mid);
    margin-bottom: 16px;
  }
  .step-microcopy {
    font-size: 13px;
    font-weight: 600;
    color: var(--champagne-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  /* ===================== PRICING SECTION ===================== */
  /* ===== NEW PRICING SECTION ===== */
  .pricing-section {
    background: linear-gradient(160deg, #060D1F 0%, #0B1A36 50%, #060D1F 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0 80px;
  }
  .pricing-section::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(214,178,94,0.06) 0%, transparent 70%);
    pointer-events: none;
  }
  .pricing-section .section-title { color: var(--white); }
  .pricing-section .section-desc { color: rgba(255,255,255,0.65); max-width: 560px; margin: 0 auto 48px; }

  /* ── Full Access engagement selector ── */
  .engagement-selector {
    display: inline-flex;
    align-items: center;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50px;
    padding: 6px;
    gap: 4px;
    margin-bottom: 8px;
  }
  .engagement-selector-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.35);
    margin-bottom: 12px;
  }
  .engagement-selector-wrap {
    margin-bottom: 48px;
  }
  .engagement-btn {
    position: relative;
    padding: 10px 24px;
    border-radius: 40px;
    border: none;
    background: transparent;
    color: rgba(255,255,255,0.55);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s;
    white-space: nowrap;
  }
  .engagement-btn:hover { color: rgba(255,255,255,0.85); }
  .engagement-btn.active {
    background: #fff;
    color: #0B1A36;
    box-shadow: 0 2px 12px rgba(0,0,0,0.25);
  }
  .engagement-btn.active.best {
    background: linear-gradient(135deg, #D6B25E, #F0D080);
    color: #0B1220;
  }
  .engagement-btn .best-tag {
    display: none;
    position: absolute;
    top: -10px;
    right: -4px;
    background: #10B981;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 8px;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }
  .engagement-btn.best .best-tag { display: block; }

  /* ── Réseau mini-toggle ── */
  .reseau-toggle {
    display: inline-flex;
    align-items: center;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 30px;
    padding: 4px;
    gap: 2px;
    margin-bottom: 14px;
  }
  .reseau-btn {
    position: relative;
    padding: 7px 16px;
    border-radius: 24px;
    border: none;
    background: transparent;
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.22s;
    white-space: nowrap;
  }
  .reseau-btn.active {
    background: rgba(255,255,255,0.14);
    color: #fff;
  }
  .reseau-btn.active.best-reseau {
    background: linear-gradient(135deg, rgba(214,178,94,0.3), rgba(214,178,94,0.15));
    color: var(--champagne-gold);
    border: 1px solid rgba(214,178,94,0.35);
  }
  .reseau-btn .save-tag {
    display: none;
    position: absolute;
    top: -9px;
    right: -4px;
    background: #10B981;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 6px;
    white-space: nowrap;
  }
  .reseau-btn.best-reseau .save-tag { display: block; }

  /* ── Savings badge on one-shot ── */
  .pcn-savings-badge {
    display: inline-block;
    background: rgba(16,185,129,0.18);
    color: #10B981;
    border: 1px solid rgba(16,185,129,0.3);
    font-size: 11px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 12px;
    margin-left: 6px;
    vertical-align: middle;
  }
  
  /* ── Pricing cards grid ── */
  .pricing-grid-new {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1040px;
    margin: 0 auto;
    align-items: start;
  }

  /* ── Card base ── */
  .pricing-card-new {
    position: relative;
    background: rgba(255,255,255,0.055);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 36px 28px 32px;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s, box-shadow 0.25s;
  }
  .pricing-card-new:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.35);
  }

  /* ── Featured card (Full Access) ── */
  .pricing-card-new.featured {
    background: rgba(255,255,255,0.08);
    border: 2px solid rgba(214,178,94,0.6);
    box-shadow: 0 0 0 1px rgba(214,178,94,0.15), 0 24px 60px rgba(214,178,94,0.12);
    transform: translateY(-8px);
  }
  .pricing-card-new.featured:hover {
    transform: translateY(-12px);
    box-shadow: 0 0 0 1px rgba(214,178,94,0.3), 0 28px 70px rgba(214,178,94,0.18);
  }

  /* ── Card badge ── */
  .pcn-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #D6B25E, #F0D080);
    color: #0B1220;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    padding: 5px 16px;
    border-radius: 20px;
    white-space: nowrap;
    text-transform: uppercase;
  }

  /* ── Card header ── */
  .pcn-name {
    font-size: 18px;
    font-weight: 700;
    color: rgba(255,255,255,0.6);
    margin-bottom: 4px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
  }
  .featured .pcn-name { color: var(--champagne-gold); }

  .pcn-price-wrap { text-align: center; margin-bottom: 6px; }
  .pcn-price {
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
  }
  .pcn-price sup {
    font-size: 22px;
    font-weight: 700;
    vertical-align: top;
    margin-top: 12px;
    display: inline-block;
  }
  .pcn-price sub {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255,255,255,0.5);
    vertical-align: baseline;
  }
  .featured .pcn-price { color: var(--champagne-gold); }

  .pcn-engagement {
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    margin-bottom: 4px;
  }
  .pcn-one-shot {
    text-align: center;
    font-size: 12px;
    color: rgba(214,178,94,0.7);
    margin-bottom: 20px;
    font-style: italic;
  }
  .pcn-divider {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin: 20px 0;
  }

  /* ── Card subtitle ── */
  .pcn-sub {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  /* ── Feature list ── */
  .pcn-features {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    flex: 1;
  }
  .pcn-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .pcn-features li i {
    color: var(--champagne-gold);
    font-size: 11px;
    margin-top: 2px;
    flex-shrink: 0;
  }
  .pcn-features li.excluded {
    color: rgba(255,255,255,0.25);
  }
  .pcn-features li.excluded i {
    color: rgba(255,255,255,0.15);
  }

  /* ── CTA button ── */
  .pcn-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 20px;
    border-radius: 12px;
    border: none;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
  }
  .pcn-cta-outline {
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.25);
    color: rgba(255,255,255,0.8);
  }
  .pcn-cta-outline:hover {
    border-color: rgba(255,255,255,0.6);
    color: #fff;
    background: rgba(255,255,255,0.06);
  }
  .pcn-cta-solid {
    background: rgba(255,255,255,0.12);
    border: 1.5px solid rgba(255,255,255,0.2);
    color: #fff;
  }
  .pcn-cta-solid:hover {
    background: rgba(255,255,255,0.18);
    transform: translateY(-1px);
  }
  .pcn-cta-gold {
    background: linear-gradient(135deg, #D6B25E, #B8922A);
    color: #0B1220;
    border: none;
    box-shadow: 0 4px 20px rgba(214,178,94,0.35);
  }
  .pcn-cta-gold:hover {
    background: linear-gradient(135deg, #E5C46E, #C9A03A);
    box-shadow: 0 6px 28px rgba(214,178,94,0.5);
    transform: translateY(-2px);
  }

  /* ── Pricing comparison strip ── */
  .pricing-compare-strip {
    max-width: 1040px;
    margin: 48px auto 0;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 24px 32px;
  }
  .pricing-compare-strip h4 {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 16px;
  }
  .pricing-compare-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 32px;
  }
  .pci-item {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .pci-item strong { color: rgba(255,255,255,0.9); }
  .pci-item.active-item { color: var(--champagne-gold); }
  .pci-item.active-item strong { color: var(--champagne-gold); }
  .pci-sep { color: rgba(255,255,255,0.2); }
DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rejoindre We Event – Développez votre activité événementielle</title>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Playfair+Display:wght@400;600;700;900&family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<style>
  /* ===================== RESET & BASE ===================== */
  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  :root {
    /* Royal Blue + Champagne Gold Palette (Conversion Optimized) */
    --royal-blue: #1E5BFF;
    --deep-blue: #081B3A;
    --soft-blue: #F2F6FF;
    --champagne-gold: #D6B25E;
    --gold-light: #E7D6A3;
    --gold-pale: #F5EDD4;
    
    /* Legacy aliases (backward compatibility) */
    --navy: #081B3A;
    --navy-mid: #0F2A52;
    --navy-light: #1A3A68;
    --gold: #D6B25E;
    
    /* Neutrals */
    --cream: #FAF7F0;
    --white: #FFFFFF;
    --gray-light: #F0EDE6;
    --gray-mid: #9A8F7E;
    --text-dark: #0B1220;
    --text-mid: #4A4A5A;
    --shadow-soft: 0 4px 24px rgba(13,27,46,0.10);
    --shadow-card: 0 8px 40px rgba(13,27,46,0.14);
    --shadow-gold: 0 4px 20px rgba(201,168,76,0.25);
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 40px;
  }
  html { scroll-behavior: smooth; }
  body { font-family: 'Inter', sans-serif; color: var(--text-dark); background: var(--white); overflow-x: hidden; }
  h1,h2,h3,h4 { font-family: 'Fraunces', Georgia, serif; }
  a { text-decoration: none; color: inherit; }
  img { display: block; }

  /* ===================== NAV ===================== */
  .nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: rgba(13,27,46,0.85);
    backdrop-filter: saturate(180%) blur(24px);
    -webkit-backdrop-filter: saturate(180%) blur(24px);
    border-bottom: 1px solid rgba(201,168,76,0.2);
    padding: 0 40px;
    height: 72px;
    display: flex; align-items: center; justify-content: space-between;
    transition: all 0.3s;
  }
  .nav-logo {
    display: flex; align-items: center; gap: 12px;
  }
  .nav-logo-img {
    height: 44px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.35));
  }
  .nav-logo-text {
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 600; font-size: 20px;
    color: var(--white);
    letter-spacing: 0.02em;
  }
  .nav-logo-text span { color: var(--gold); }
  .nav-links {
    display: flex; align-items: center; gap: 32px;
    list-style: none;
  }
  .nav-links a {
    color: rgba(255,255,255,0.8);
    font-size: 14px; font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: color 0.2s;
    position: relative;
  }
  .nav-links a::after {
    content: ''; position: absolute; bottom: -4px; left: 0; right: 0;
    height: 1px; background: var(--gold);
    transform: scaleX(0); transition: transform 0.2s;
  }
  .nav-links a:hover { color: var(--gold-light); }
  .nav-links a:hover::after { transform: scaleX(1); }
  .nav-actions { display: flex; align-items: center; gap: 20px; }
  .nav-btn-outline {
    padding: 9px 22px;
    border: 1.5px solid rgba(201,168,76,0.6);
    border-radius: var(--radius-xl);
    color: var(--gold-light);
    font-size: 13px; font-weight: 600;
    letter-spacing: 0.04em;
    transition: all 0.2s;
    cursor: pointer;
  }
  .nav-btn-outline:hover { border-color: var(--champagne-gold); color: var(--white); background: rgba(214,178,94,0.12); }
  .nav-btn-fill {
    padding: 10px 24px;
    background: linear-gradient(135deg, var(--champagne-gold), var(--gold-light));
    border-radius: var(--radius-xl);
    color: var(--deep-blue);
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.04em;
    transition: all 0.2s;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(214,178,94,0.30);
  }
  .nav-btn-fill:hover { transform: translateY(-1px); box-shadow: 0 8px 28px rgba(214,178,94,0.45); }

  /* ===================== HERO ===================== */
  .hero {
    min-height: 100vh;
    background: linear-gradient(160deg, var(--deep-blue) 0%, #0F2A52 40%, var(--deep-blue) 100%);
    position: relative;
    display: flex; flex-direction: column;
    overflow: hidden;
  }
  /* === Appliqué depuis hero index === */
  .hero-bg {
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1511578314322-379afb476865?w=1600&q=80') center/cover no-repeat;
    opacity: 1;
    filter: saturate(1.1) brightness(1.05);
  }
  /* Spot doré central pour mettre en valeur la scène */
  .hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 800px 600px at center 45%,
      rgba(214,178,94,0.18) 0%,
      rgba(214,178,94,0.08) 30%,
      transparent 60%);
    pointer-events: none;
  }
  .hero-overlay {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 1200px 800px at center 50%,
        rgba(8,27,58,0.35) 0%,
        rgba(8,27,58,0.65) 70%,
        rgba(8,27,58,0.85) 100%),
      linear-gradient(180deg,
        rgba(8,27,58,0.75) 0%,
        rgba(8,27,58,0.25) 40%,
        rgba(8,27,58,0.40) 60%,
        rgba(8,27,58,0.80) 100%);
  }
  .hero-deco-line {
    position: absolute;
    width: 180px;
    height: 240px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    opacity: 0.25;
    filter: blur(3px) saturate(0.6);
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    transition: all 0.4s ease;
  }
  .hero-deco-line:nth-child(3) {
    left: 5%;
    top: 25%;
    background-image: url('https://images.unsplash.com/photo-1606216794074-735e91aa2c92?w=400&q=60');
    animation: float 6s ease-in-out infinite;
  }
  .hero-deco-line:nth-child(4) {
    right: 5%;
    top: 30%;
    background-image: url('https://images.unsplash.com/photo-1519741497674-611481863552?w=400&q=60');
    animation: float 6s ease-in-out infinite 3s;
  }
  @keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
  }
  .hero-deco-line:nth-child(3) { left: 15%; }
  .hero-deco-line:nth-child(4) { right: 15%; }
  .hero-content {
    position: relative; z-index: 10;
    flex: 1;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    padding: 120px 24px 80px;
    text-align: center;
  }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(201,168,76,0.12);
    border: 1px solid rgba(201,168,76,0.35);
    border-radius: var(--radius-xl);
    padding: 8px 20px;
    margin-bottom: 32px;
    font-size: 12px; font-weight: 600;
    color: var(--gold-light);
    letter-spacing: 0.12em; text-transform: uppercase;
  }
  .hero-badge-dot {
    width: 6px; height: 6px;
    background: var(--gold);
    border-radius: 50%;
    animation: pulse-dot 2s infinite;
  }
  @keyframes pulse-dot {
    0%,100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.4); }
  }
  .hero-title {
    /* Adjusted for longer title text */
    font-size: clamp(32px, 5vw, 58px);
    font-weight: 900; line-height: 1.08;
    color: var(--white);
    margin-bottom: 24px;
    max-width: 900px;
    letter-spacing: -0.02em;
  }
  .hero-title .gold { color: var(--gold-light); }
  .hero-subtitle {
    font-size: 18px; font-weight: 400;
    color: rgba(255,255,255,0.72);
    max-width: 720px;
    line-height: 1.65;
    margin-bottom: 48px;
  }
  .hero-cta-group {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-cta {
    padding: 16px 40px;
    border-radius: var(--radius-xl);
    font-size: 15px; font-weight: 700;
    transition: all 0.2s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.04em;
  }
  .hero-cta-primary {
    background: linear-gradient(135deg, var(--champagne-gold), var(--gold-light));
    color: var(--deep-blue);
    box-shadow: 0 8px 32px rgba(214,178,94,0.35);
    border: none;
  }
  .hero-cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(214,178,94,0.5);
  }
  .hero-cta-secondary {
    background: rgba(255,255,255,0.08);
    border: 1.5px solid rgba(255,255,255,0.2);
    color: var(--white);
  }
  .hero-cta-secondary:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.3);
  }
  .hero-microcopy {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-microcopy i {
    color: var(--champagne-gold);
    font-size: 12px;
  }
  .hero-stats {
    display: flex; gap: 0;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(201,168,76,0.2);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-top: 56px;
  }
  .hero-stat {
    padding: 24px 40px;
    text-align: center;
    border-right: 1px solid rgba(201,168,76,0.15);
    transition: background 0.2s;
  }
  .hero-stat:last-child { border-right: none; }
  .hero-stat:hover { background: rgba(201,168,76,0.06); }
  .hero-stat-number {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 32px; font-weight: 700;
    color: var(--gold-light);
    line-height: 1;
    margin-bottom: 6px;
  }
  .hero-stat-label {
    font-size: 12px; color: rgba(255,255,255,0.55);
    letter-spacing: 0.06em; text-transform: uppercase;
  }

  /* ===================== SECTION STYLES ===================== */
  .section { padding: 96px 0; }
  .section-sm { padding: 64px 0; }
  .container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
  .section-label {
    font-size: 12px; font-weight: 700;
    letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--champagne-gold);
    margin-bottom: 12px;
    display: flex; align-items: center; gap: 10px;
  }
  .section-label::before {
    content: '';
    width: 32px; height: 2px;
    background: linear-gradient(90deg, var(--champagne-gold), transparent);
  }
  .section-title {
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 700; line-height: 1.18;
    color: var(--navy);
    margin-bottom: 16px;
  }
  .section-title .gold { color: var(--champagne-gold); }
  .section-desc {
    font-size: 17px; line-height: 1.7;
    color: var(--text-mid);
    max-width: 720px;
  }
  .text-center { text-align: center; }
  .text-center .section-label { justify-content: center; }
  .text-center .section-label::before { display: none; }
  .text-center .section-desc { margin: 0 auto; }

  /* ===================== PROOF BAR ===================== */
  .proof-bar {
    background: var(--soft-blue);
    padding: 32px 40px;
    border-top: 1px solid rgba(201,168,76,0.1);
  }
  .proof-items {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 56px;
    flex-wrap: wrap;
  }
  .proof-item {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    font-weight: 600;
    color: var(--navy);
    letter-spacing: 0.02em;
  }
  .proof-item i {
    font-size: 22px;
    color: var(--royal-blue);
  }

  /* ===================== DISCLAIMER BOX ===================== */
  .disclaimer-box {
    background: rgba(255,246,229,1);
    border: 1px solid rgba(214,178,94,0.3);
    border-radius: var(--radius-md);
    padding: 20px 24px;
    max-width: 900px;
    margin: 0 auto 48px;
    display: flex;
    gap: 16px;
    align-items: start;
  }
  .disclaimer-box i {
    color: var(--champagne-gold);
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .disclaimer-box p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-dark);
  }

  /* ===================== VIDEO CARDS ===================== */
  .video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 32px;
    margin-top: 56px;
  }
  .video-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: all 0.3s;
    cursor: pointer;
  }
  .video-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-card);
  }
  .video-thumbnail {
    position: relative;
    padding-top: 62.5%;
    overflow: hidden;
    background: var(--navy);
  }
  .video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: var(--royal-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 18px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(30,91,255,0.4);
  }
  .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 8px 32px rgba(30,91,255,0.6);
  }
  .video-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--champagne-gold);
    color: var(--deep-blue);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  }
  .video-info {
    padding: 20px;
  }
  .video-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 10px;
    font-size: 13px;
    color: var(--gray-mid);
  }
  .video-meta i {
    margin-right: 6px;
    color: var(--champagne-gold);
  }
  .video-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-dark);
  }

  /* ===================== LEVIERS GRID ===================== */
  .leviers-section {
    background: var(--soft-blue);
  }
  .leviers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 28px;
    margin-top: 56px;
  }
  .levier-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: all 0.3s;
    border: 1px solid transparent;
  }
  .levier-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--royal-blue), var(--champagne-gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
  }
  .levier-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-card);
    border-color: rgba(30,91,255,0.2);
  }
  .levier-card:hover::before {
    transform: scaleX(1);
  }
  .levier-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(30,91,255,0.1), rgba(214,178,94,0.1));
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--royal-blue);
    margin-bottom: 20px;
  }
  .levier-card h3 {
    font-size: 21px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 12px;
  }
  .levier-desc {
    font-size: 15px;
    line-height: 1.65;
    color: var(--text-mid);
    margin-bottom: 16px;
  }
  .levier-result {
    font-size: 14px;
    font-weight: 600;
    color: var(--champagne-gold);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .levier-result i {
    font-size: 14px;
  }

  /* ===================== COMPARISON TABLE ===================== */
  .comparison-table {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    max-width: 900px;
    margin: 56px auto 0;
  }
  .comparison-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--deep-blue);
    color: var(--white);
  }
  .comparison-header .col {
    padding: 20px 28px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
  }
  .comparison-header .col.highlight {
    background: var(--royal-blue);
  }
  .comparison-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid var(--gray-light);
  }
  .comparison-row:last-child {
    border-bottom: none;
  }
  .comparison-row .col {
    padding: 20px 28px;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .comparison-row .col.before {
    background: #FEF2F2;
  }
  .comparison-row .col.after {
    background: var(--soft-blue);
  }
  .comparison-row .col i {
    font-size: 18px;
    flex-shrink: 0;
  }
  .comparison-row .col.before i {
    color: #DC2626;
  }
  .comparison-row .col.after i {
    color: var(--champagne-gold);
  }
  .comparison-row p {
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-dark);
  }
  .gain-microcopy {
    text-align: center;
    margin-top: 24px;
    font-size: 13px;
    color: var(--text-mid);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .gain-microcopy i {
    color: var(--royal-blue);
  }

  /* ===================== STEPS ===================== */
  .steps-flow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    margin-top: 56px;
  }
  .step-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 36px 32px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    transition: all 0.3s;
    border: 1px solid transparent;
  }
  .step-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-card);
    border-color: rgba(30,91,255,0.2);
  }
  .step-number {
    width: 68px;
    height: 68px;
    background: linear-gradient(135deg, var(--royal-blue), #4B7CFF);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 30px;
    font-weight: 700;
    color: var(--white);
    margin: 0 auto 24px;
    box-shadow: 0 8px 24px rgba(30,91,255,0.3);
  }
  .step-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 12px;
  }
  .step-card p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-mid);
    margin-bottom: 16px;
  }
  .step-microcopy {
    font-size: 13px;
    font-weight: 600;
    color: var(--champagne-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  /* ===================== PRICING SECTION ===================== */
  .pricing-section {
    background: linear-gradient(160deg, var(--deep-blue) 0%, #0F2A52 50%, var(--deep-blue) 100%);
    position: relative;
    overflow: hidden;
  }
  .pricing-section .section-title { color: var(--white); }
  .pricing-section .section-desc { color: rgba(255,255,255,0.7); }
  .pricing-banner {
    background: rgba(214,178,94,0.12);
    border: 1px solid rgba(214,178,94,0.3);
    border-radius: var(--radius-md);
    padding: 16px 24px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
  }
  .pricing-banner i {
    color: var(--champagne-gold);
    margin-right: 8px;
  }
  .pricing-banner p {
    font-size: 14px;
    color: rgba(255,255,255,0.9);
  }
  .pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 48px;
  }
  .toggle-label {
    font-size: 15px;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
  }
  .badge-discount {
    background: var(--champagne-gold);
    color: var(--deep-blue);
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    margin-left: 6px;
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px;
  }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.2);
    transition: 0.3s;
    border-radius: 28px;
  }
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
  }
  input:checked + .slider {
    background-color: var(--royal-blue);
  }
  input:checked + .slider:before {
    transform: translateX(26px);
  }
  .pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 28px;
    margin-top: 48px;
  }
  .pricing-card {
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-lg);
    padding: 32px 24px;
    transition: all 0.3s;
    position: relative;
  }
  .pricing-card.featured {
    border: 2px solid var(--champagne-gold);
    box-shadow: 0 12px 48px rgba(214,178,94,0.3);
    background: rgba(255,255,255,0.08);
  }
  .pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
  }
  .pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--champagne-gold);
    color: var(--deep-blue);
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
  }
  .pricing-header {
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 24px;
  }
  .pricing-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 16px;
  }
  .pricing-price {
    margin-bottom: 8px;
  }
  .price-amount {
    font-size: 44px;
    font-weight: 900;
    color: var(--champagne-gold);
  }
  .price-period {
    font-size: 16px;
    color: rgba(255,255,255,0.6);
  }
  .pricing-engagement {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
  }
  .pricing-body {
    margin-bottom: 24px;
  }
  .pricing-for {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .pricing-section-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--gold-light);
    margin-bottom: 12px;
    letter-spacing: 0.05em;
  }
  .pricing-body ul {
    list-style: none;
  }
  .pricing-body ul li {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 10px;
    display: flex;
    align-items: start;
    gap: 10px;
    line-height: 1.5;
  }
  .pricing-body ul li i {
    color: var(--champagne-gold);
    margin-top: 2px;
    flex-shrink: 0;
    font-size: 12px;
  }
  .pricing-body ul.list-excluded li i {
    color: rgba(255,255,255,0.2);
  }
  .pricing-footer {
    text-align: center;
  }
  .pricing-footer .hero-cta-primary {
    width: 100%;
    justify-content: center;
  }
  .pricing-microcopy {
    margin-top: 12px;
    font-size: 11px;
    color: rgba(255,255,255,0.4);
  }
  .mt-3 {
    margin-top: 20px;
  }

  /* ===================== FAQ ===================== */
  .faq-section {
    background: var(--soft-blue);
  }
  .faq-container {
    max-width: 900px;
    margin: 0 auto;
  }
  .faq-item {
    background: var(--white);
    border-radius: var(--radius-md);
    padding: 24px 28px;
    margin-bottom: 16px;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid transparent;
  }
  .faq-item:hover {
    box-shadow: var(--shadow-soft);
    border-color: rgba(30,91,255,0.2);
  }
  .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
  .faq-question-text {
    font-size: 16px;
    font-weight: 600;
    color: var(--navy);
  }
  .faq-icon {
    font-size: 16px;
    color: var(--royal-blue);
    transition: transform 0.3s;
    flex-shrink: 0;
  }
  .faq-item.active .faq-icon {
    transform: rotate(180deg);
  }
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
  }
  .faq-item.active .faq-answer {
    max-height: 500px;
  }
  .faq-answer-text {
    padding-top: 16px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-mid);
  }

  /* ===================== CTA FINAL ===================== */
  .cta-final-section {
    background: var(--white);
    text-align: center;
  }
  .cta-final-content {
    max-width: 800px;
    margin: 0 auto;
  }
  .cta-final-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  /* ===================== FOOTER ===================== */
  .footer {
    background: var(--deep-blue);
    color: rgba(255,255,255,0.7);
    padding: 64px 0 32px;
  }
  .footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
  }
  .footer-brand-logo {
    display: flex; align-items: center; gap: 12px; margin-bottom: 16px;
  }
  .footer-brand-logo img { height: 40px; width: auto; }
  .footer-brand-logo .nav-logo-text { font-size: 18px; }
  .footer-brand-desc {
    font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.5);
    margin-bottom: 24px;
  }
  .footer-socials { display: flex; gap: 12px; }
  .footer-social {
    width: 40px; height: 40px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.7);
    transition: all 0.2s;
  }
  .footer-social:hover { background: var(--gold); color: var(--navy); border-color: var(--gold); }
  .footer-col-title {
    font-size: 14px; font-weight: 700;
    color: var(--white);
    margin-bottom: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .footer-links a {
    font-size: 14px; color: rgba(255,255,255,0.5);
    transition: color 0.2s;
  }
  .footer-links a:hover { color: var(--gold-light); }
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 32px;
    display: flex; justify-content: space-between; align-items: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  .footer-copyright {
    font-size: 13px; color: rgba(255,255,255,0.4);
  }
  .footer-legal {
    display: flex; gap: 24px; flex-wrap: wrap;
  }
  .footer-legal a {
    font-size: 13px; color: rgba(255,255,255,0.4);
    transition: color 0.2s;
  }
  .footer-legal a:hover { color: var(--gold-light); }

  /* ===================== RESPONSIVE ===================== */
  @media (max-width: 1024px) {
    .section { padding: 72px 0; }
    .container { padding: 0 32px; }
    .nav { padding: 0 32px; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .leviers-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
    .pricing-grid-new { grid-template-columns: 1fr; } .pricing-card-new.featured { transform: none; }
  }
  @media (max-width: 768px) {
    .nav-links { display: none; }
    .hero { padding-top: 100px; min-height: auto; }
    .hero-title {
    font-size: 28px; }
    .hero-stats { flex-direction: column; }
    .hero-stat { border-right: none; border-bottom: 1px solid rgba(201,168,76,0.15); padding: 20px 32px; }
    .hero-stat:last-child { border-bottom: none; }
    .proof-items { flex-direction: column; gap: 24px; }
    .video-grid { grid-template-columns: 1fr; }
    .leviers-grid { grid-template-columns: 1fr; }
    .comparison-row { grid-template-columns: 1fr; }
    .comparison-header { grid-template-columns: 1fr; }
    .comparison-header .col:first-child { display: none; }
    .comparison-row .col.before { display: none; }
    .steps-flow { grid-template-columns: 1fr; }
    .pricing-grid { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .hero-cta-group { flex-direction: column; width: 100%; }
    .hero-cta { width: 100%; justify-content: center; }
  }

  body { padding-top: 72px; }

    /* V3 NAV + BODY */
    .nav { background:rgba(253,250,244,.96)!important; backdrop-filter:blur(20px)!important; border-bottom:1px solid rgba(9,28,59,.08)!important; }
    .hide-on-mobile { display:flex; }
    @media(max-width:1023px) { .hide-on-mobile { display:none!important; } }
    body { padding-top:64px; }

/* --- block 2 --- */
/* ===== HAMBURGER MENU ===== */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  border: none;
  background: none;
  z-index: 1010;
  flex-shrink: 0;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: rgba(255,255,255,0.9);
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s;
}
.nav-mobile-overlay.open { display: block; opacity: 1; }

.nav-mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: min(320px, 90vw);
  height: 100dvh;
  background: #0D1B2E;
  z-index: 1000;
  padding: 80px 28px 40px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: right 0.35s cubic-bezier(0.4,0,0.2,1);
  overflow-y: auto;
  border-left: 1px solid rgba(201,168,76,0.15);
}
.nav-mobile-menu.open { right: 0; }

.nav-mobile-menu .mob-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: rgba(255,255,255,0.8);
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  line-height: 1;
}
.nav-mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.nav-mobile-menu ul li a {
  display: block;
  padding: 14px 0;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: color 0.2s;
}
.nav-mobile-menu ul li a:hover,
.nav-mobile-menu ul li a.active { color: #D6B25E; }
.nav-mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}
.nav-mobile-actions a {
  display: block;
  padding: 12px 20px;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}
.nav-mobile-btn-outline {
  border: 1.5px solid rgba(255,255,255,0.4);
  color: rgba(255,255,255,0.9);
}
.nav-mobile-btn-outline:hover { border-color: #D6B25E; color: #D6B25E; }
.nav-mobile-btn-fill {
  background: linear-gradient(135deg, #D6B25E, #c9a24a);
  color: #0D1B2E !important;
}
.nav-mobile-btn-fill:hover { opacity: 0.9; }

@media (max-width: 900px) {
  .nav-hamburger { display: flex !important; }
  .nav-actions { display: none !important; }
  .nav-links { display: none !important; }
}

/* --- block 3 --- */
body{padding-bottom:0!important}
@media(max-width:1023px){body{padding-bottom:0!important}}
.footer{margin-bottom:0!important}

/* --- block 4 --- */
body.theme-no-image{background-color:#091C3B!important;background-image:linear-gradient(rgba(9,28,59,0.82),rgba(9,28,59,0.82)),url(/assets/images/hero-wedding.jpg)!important;background-size:auto,cover!important;background-position:center,center!important;background-attachment:fixed,fixed!important;background-repeat:no-repeat!important}
/* === DEV HERO V4 (canonical, harmonized with mp/pod/inspo/bil/ts) === */
.dev-hero{position:relative;overflow:hidden;padding:140px 0 72px;background:#091C3B;color:#FDFAF4;font-family:'Inter',sans-serif}
.dev-hero::before{content:"";position:absolute;top:-100px;right:-100px;width:480px;height:480px;background:radial-gradient(circle at 30% 30%,rgba(201,168,76,.18) 0%,transparent 60%);pointer-events:none;z-index:0}
.dev-hero .container{position:relative;z-index:1;max-width:1160px;margin:0 auto;padding:0 24px}
.dev-hero .crumb{display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(253,250,244,.45);margin-bottom:24px}
.dev-hero .crumb a{color:rgba(253,250,244,.55);text-decoration:none}
.dev-hero .crumb a:hover{color:#C9A84C}
.dev-hero .crumb .sep{opacity:.4}
.dev-hero .eyebrow{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#C9A84C;font-family:'JetBrains Mono',monospace;margin-bottom:18px}
.dev-hero .eyebrow::before{display:none}
.dev-hero .page-title{color:#FDFAF4;margin:0 0 18px;max-width:880px}
.dev-hero .page-title em{color:#C9A84C;font-style:italic;font-weight:300}
.dev-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.dev-hero-desc{font-size:18px;line-height:1.65;color:rgba(253,250,244,.72);max-width:620px;margin:0 0 28px;font-weight:300}
.dev-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:24px}
.dev-hero-cta{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:600;padding:16px 28px;border-radius:9999px;text-decoration:none;transition:all .25s;border:none;cursor:pointer;font-family:'Inter',sans-serif}
.dev-hero-cta--primary{background:#C9A84C;color:#101E30;font-weight:700}
.dev-hero-cta--primary:hover{background:#D6B25E;transform:translateY(-1px)}
.dev-hero-cta--ghost{background:rgba(255,255,255,.08);color:#FDFAF4;border:1px solid rgba(255,255,255,.2);font-weight:500}
.dev-hero-cta--ghost:hover{background:rgba(255,255,255,.14);border-color:#C9A84C;color:#C9A84C}
.dev-hero-microcopy{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.dev-hero-microcopy span{font-size:12.5px;color:rgba(253,250,244,.45);display:inline-flex;align-items:center;gap:5px}
.dev-hero-vprops{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.dev-vprop{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:24px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.dev-vprop strong{display:block;font-family:'Fraunces',Georgia,serif;font-weight:400;font-size:2.8rem;color:#C9A84C;line-height:1;margin-bottom:6px}
.dev-vprop span{font-size:13px;color:rgba(253,250,244,.6)}
@media(max-width:1023px){.dev-hero-grid{grid-template-columns:1fr;gap:40px}.dev-hero-vprops{display:none}}
@media(max-width:640px){.dev-hero{padding:120px 0 56px}.dev-hero .page-title{font-size:34px}.dev-hero-desc{font-size:16px}}
@media(max-width:767px){.leviers-grid{grid-template-columns:1fr 1fr!important}.steps-grid{grid-template-columns:1fr!important}.tarifs-grid{grid-template-columns:1fr!important}}
@media(max-width:639px){.leviers-grid{grid-template-columns:1fr!important}}
.fq.open .fq-body{max-height:300px!important;padding-bottom:20px}

/* --- block 5 --- */
@media(max-width:1023px){.testi-grid{grid-template-columns:1fr 1fr!important}}@media(max-width:639px){.testi-grid{grid-template-columns:1fr!important}}

/* CTA finale — fallback parallaxe mobile (iOS Safari ne gère pas background-attachment:fixed) */
@media (max-width:1023px) {
  .dev-cta-final { background-attachment: scroll !important; padding: 88px 0 !important; }
}

