:root {
      --ink: #0A0A0A;
      --bg: #FFFFFF;
      --muted: #64748B;
      --line: #E2E8F0;
      --accent: #DC2626;
      --gold: #D97706;

      /* Palette demo-templates-choice */
      --primary: #0A1628;
      --secondary: #C8102E;
      --accent-demo: #FFB81C;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    
    body {
      font-family: 'Barlow', -apple-system, sans-serif;
      background: var(--bg);
      color: var(--ink);
      line-height: 1.6;
      overflow-x: hidden;
      font-size: 16px;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
    }

    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }

    /* NAV NUDE */
    header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      padding: 1.5rem 0;
    }

    .nav-container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 3rem;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
    }
    
    .nav-container .logo {
      transition: none !important;
      display: flex;
      align-items: center;
      padding: 0;
      margin-right: auto;
      background: none;
      border-radius: 0;
    }

    .nav-container .logo:hover {
      transform: none !important;
      border-left: none !important;
      border-right: none !important;
      background: none !important;
    }

    .nav-container .logo::before {
      display: none !important;
    }

    .nav-container .logo::after {
      display: none !important;
    }

    .logo {
      display: block;
    }
    
    .logo img {
      height: 50px;
      width: auto;
      display: block;
    }

    /* HAMBURGER MENU */
    .hamburger {
      display: none;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 45px;
      height: 45px;
      background: none;
      border: none;
      cursor: pointer;
      padding: 0;
      margin-left: auto;
      z-index: 101;
    }

    .hamburger span {
      display: block;
      width: 25px;
      height: 3px;
      background: white;
      margin: 5px 0;
      transition: all 0.3s ease;
      border-radius: 2px;
      text-shadow: 0 1px 3px rgba(0,0,0,0.4);
    }

    .hamburger.active span:nth-child(1) {
      transform: rotate(45deg) translate(8px, 8px);
    }

    .hamburger.active span:nth-child(2) {
      opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
      transform: rotate(-45deg) translate(7px, -7px);
    }

    nav, .nav-menu {
      display: flex;
      gap: 2rem;
      align-items: center;
      justify-content: center;
      width: fit-content;
      border: none;
      padding: 1rem 0;
      position: relative;
      overflow: visible;
      background: transparent;
      backdrop-filter: none;
      border-radius: 0;
      box-shadow: none;
    }

    .nav-cta {
      display: flex;
      justify-content: center;
    }

    nav a, .nav-menu a {
      padding: 0.5rem 0;
      font-size: 1.0625rem;
      font-weight: 700;
      font-family: 'Bebas Neue', sans-serif;
      color: white;
      transition: all 0.25s ease;
      position: relative;
      display: flex;
      align-items: center;
      height: auto;
      border-radius: 0;
      text-shadow: 0 1px 3px rgba(0,0,0,0.4);
      background: none;
      backdrop-filter: none;
      letter-spacing: 0.02em;
      text-transform: uppercase;
    }

    nav a::before, .nav-menu a::before { display: none; }

    nav a::after, .nav-menu a::after {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 0;
      width: 0%;
      height: 2px;
      background: var(--accent);
      transition: width 0.3s ease;
      display: block;
    }

    nav a:hover, .nav-menu a:hover {
      background: none;
      transform: none;
      color: white;
    }

    nav a:hover::after, .nav-menu a:hover::after {
      width: 100%;
    }

    nav a:last-child {
      border-right: none;
      border-left: none;
    }

    nav a.cta {
      border: 2px solid var(--accent) !important;
      background: transparent !important;
      color: var(--accent) !important;
      padding: 0.75rem 1.75rem !important;
      border-radius: 0 !important;
      font-weight: 700 !important;
      font-size: 0.9375rem !important;
      font-family: 'Bebas Neue', sans-serif !important;
      position: relative !important;
      overflow: hidden !important;
      isolation: isolate !important;
      z-index: 0 !important;
      margin-left: 1rem !important;
      text-shadow: none !important;
      text-transform: uppercase !important;
      letter-spacing: 0.02em !important;
      cursor: pointer !important;
      display: inline-block !important;
      text-align: center !important;
      transition: color 0.5s !important;
    }

    nav a.cta::before {
      content: '' !important;
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 0 !important;
      height: 100% !important;
      background: var(--accent) !important;
      display: block !important;
      z-index: -1 !important;
      transition: width 0.5s ease !important;
    }

    nav a.cta::after { 
      display: none !important;
    }

    nav a.cta:hover {
      color: white !important;
    }

    nav a.cta:hover::before {
      width: 100% !important;
    }

    nav a.cta:last-child {
      border-right: none;
    }

    /* HERO SIMPLIFIÉ */
    .hero-wrapper {
      position: relative;
      margin-top: 0;
      background: var(--ink);
    }

    .hero {
      position: relative;
      min-height: 85vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background: linear-gradient(135deg, rgba(0,0,0,0.7), rgba(0,0,0,0.8)), url('../images/unsplash_foot-us.jpg') center/cover;
      padding: 6rem 3rem;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 1000px;
      width: 100%;
      margin: 0 auto;
      padding: 3rem;
      text-align: center;
      color: white;
      background: rgba(255,255,255,0.02);
      border: 1px solid rgba(255,255,255,0.08);
      backdrop-filter: blur(10px);
    }

    .hero-tag {
      display: inline-block;
      font-size: 0.9375rem;
      font-weight: 600;
      color: white;
      margin-bottom: 2rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      padding: 0.75rem 1.75rem;
      background: transparent;
      border: 1px solid rgba(255,255,255,0.2);
      transition: all 0.3s ease;
    }

    .hero-tag:hover {
      background: rgba(255,255,255,0.05);
      border-color: var(--accent);
    }

    .hero-tag strong {
      color: var(--accent);
      font-weight: 700;
    }

    .hero h1 {
      font-size: 4.5rem;
      font-weight: 400;
      font-family: 'Bebas Neue', sans-serif;
      color: white;
      letter-spacing: 0.02em;
      line-height: 1.1;
      margin: 0 auto 1.25rem auto;
      max-width: 920px;
      text-transform: uppercase;
    }

    .hero-content p {
      display: block;
      margin: 2rem auto 0 auto !important;
      font-size: 1.125rem;
      line-height: 1.8;
      color: rgba(255,255,255,0.85);
    }

    .hero-tags {
      display: flex;
      gap: 1rem;
      margin-top: 2rem;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
    }

    .tag-item {
      font-size: 0.875rem;
      font-weight: 600;
      color: white;
      padding: 0.5rem 1rem;
      border: 1.5px solid rgba(255,255,255,0.5);
      display: inline-flex;
      align-items: center;
      gap: 0.75rem;
      background: rgba(255,255,255,0.08);
    }

    .tag-item::before {
      content: '';
      width: 10px;
      height: 10px;
      background: var(--accent);
      border-radius: 50%;
      display: inline-block;
      flex-shrink: 0;
    }

    .hero h1 .highlight { color: var(--gold); }

    .hero-meta {
      display: flex;
      gap: 1.25rem;
      margin-top: 1rem;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
    }

    .hero-meta span {
      font-size: 0.812rem;
      font-weight: 600;
      color: rgba(255,255,255,0.9);
      text-transform: none;
      padding: 0.5rem 0.75rem;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.06);
    }

    /* SECTION INTRO */
    .intro {
      padding: 5rem 3rem;
      width: 100%;
      margin-top: 0;
      background: #fafafa;
      position: relative;
    }

    .intro::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 80%;
      height: 1px;
      background: linear-gradient(to right, transparent, var(--line), transparent);
    }

    .intro-grid {
      display: grid;
      grid-template-columns: 1fr 1.5fr;
      gap: 8rem;
      align-items: start;
      max-width: 1400px;
      margin: 0 auto;
    }

    .intro-left h2 {
      font-size: 3.25rem;
      font-weight: 400;
      font-family: 'Bebas Neue', sans-serif;
      color: var(--accent);
      letter-spacing: 0.02em;
      line-height: 1.1;
      margin-bottom: 2rem;
      text-transform: uppercase;
    }

    .intro-left p {
      font-size: 1rem;
      color: var(--muted);
      line-height: 1.6;
      font-weight: 400;
    }

    .intro-right p {
      font-size: 1.125rem;
      color: var(--ink);
      line-height: 1.75;
      margin-bottom: 2rem;
      font-weight: 400;
    }

    .intro-right p:first-child {
      font-size: 1.25rem;
      color: var(--muted);
      line-height: 1.7;
      font-weight: 500;
      margin-bottom: 2rem;
    }

    .intro-right p:last-child {
      margin-bottom: 0;
      padding-left: 1.5rem;
      border-left: 3px solid var(--accent);
      color: var(--ink);
      font-weight: 500;
    }

    .intro-right p:last-child strong {
      color: var(--accent);
      font-weight: 700;
    }

    /* TRUST BADGES */
    .trust-badges {
      padding: 3.25rem 3rem;
      background: #0A0A0A;
      position: relative;
      overflow: hidden;
      border-top: 1px solid rgba(255,255,255,0.08);
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .trust-badges::before {
      display: none;
    }

    .badges-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
      gap: 1.25rem;
      max-width: 1000px;
      width: 100%;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    .badge-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 0.9rem;
      padding: 1.25rem 1rem;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 0;
      background: rgba(255,255,255,0.03);
      position: relative;
      transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      cursor: default;
    }

    .badge-item::after {
      display: none;
    }

    .badge-item:hover::after {
      opacity: 1;
    }

    .badge-item:hover {
      border-color: rgba(220, 38, 38, 0.55);
      background: rgba(255,255,255,0.06);
      transform: translateY(-2px);
    }

    .badge-icon {
      font-size: 2rem;
      color: var(--accent);
      flex-shrink: 0;
      transition: all 0.35s ease;
      position: relative;
      z-index: 1;
    }

    .badge-item:hover .badge-icon {
      color: #FFFFFF;
      transform: translateY(-1px);
    }

    .badge-label {
      font-size: 0.9rem;
      font-weight: 700;
      color: rgba(255, 255, 255, 0.95);
      letter-spacing: 0.4px;
      text-transform: uppercase;
      position: relative;
      z-index: 1;
    }

    .badge-item:hover .badge-label {
      color: #FFFFFF;
    }

    /* VALUES SECTION (from a-propos) */
    .values-section {
      padding: 5rem 0;
      background: #0A0A0A;
      position: relative;
    }

    .values-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: linear-gradient(to right, transparent, var(--accent), transparent);
    }

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

    .values-header {
      text-align: center;
      margin-bottom: 4rem;
    }

    .values-header h2 {
      font-size: 2.5rem;
      font-weight: 400;
      font-family: 'Bebas Neue', sans-serif;
      color: white;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      margin-bottom: 1rem;
    }

    .values-header p {
      font-size: 1.1rem;
      color: rgba(255, 255, 255, 0.6);
      font-weight: 500;
    }

    .values-grid,
    .value-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
    }

    .value-item {
      padding: 3rem 2rem;
      border: 1px solid rgba(255, 255, 255, 0.1);
      position: relative;
      transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* 5 couleurs sobres dans le thème noir/rouge/orange */
    .value-item:nth-child(1) {
      background: #1a1a1a; /* Noir foncé */
      color: white;
    }

    .value-item:nth-child(2) {
      background: #b91c1c; /* Rouge foncé */
      color: white;
    }

    .value-item:nth-child(3) {
      background: #dc2626; /* Rouge vif */
      color: white;
    }

    .value-item:nth-child(4) {
      background: #ea580c; /* Orange profond */
      color: white;
    }

    .value-item:nth-child(5) {
      background: #d97706; /* Or ambre */
      color: white;
    }

    .value-item::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 3px;
      height: 0;
      background: rgba(255, 255, 255, 0.8);
      transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .value-item:hover::before {
      height: 100%;
    }

    .value-item:hover {
      border-color: rgba(255, 255, 255, 0.3);
    }

    .value-number {
      font-size: 3rem;
      font-weight: 700;
      font-family: 'Bebas Neue', sans-serif;
      color: rgba(255, 255, 255, 0.35);
      margin-bottom: 1rem;
      line-height: 1;
    }

    .value-item h3 {
      font-size: 1.35rem;
      font-weight: 600;
      color: white;
      margin-bottom: 1rem;
      letter-spacing: -0.01em;
    }

    .value-item p {
      font-size: 0.95rem;
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.6;
      font-weight: 500;
    }

    /* TEAM SECTION (from a-propos) */
    .team-section {
      padding: 5rem 3rem;
      background: #FAFAFA;
      position: relative;
    }

    .team-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 80%;
      height: 1px;
      background: linear-gradient(to right, transparent, var(--line), transparent);
    }

    .team-container {
      max-width: 1200px;
      margin: 0 auto;
    }

    .team-header {
      text-align: center;
      margin-bottom: 3rem;
    }

    .team-header h2 {
      font-size: 2.5rem;
      font-weight: 400;
      font-family: 'Bebas Neue', sans-serif;
      color: var(--ink);
      letter-spacing: 0.02em;
      text-transform: uppercase;
      margin-bottom: 1rem;
    }

    .team-header p {
      font-size: 1.1rem;
      color: var(--muted);
      font-weight: 500;
    }

    .team-content {
      max-width: 800px;
      margin: 0 auto;
      text-align: center;
    }

    .team-content p {
      font-size: 1.05rem;
      color: var(--muted);
      line-height: 1.7;
      font-weight: 500;
      margin-bottom: 1.5rem;
    }

    .team-cta {
      margin-top: 2rem;
    }

    .team-cta a {
      display: inline-block;
      padding: 1rem 2.5rem;
      background: var(--accent);
      color: white;
      font-weight: 600;
      font-size: 1rem;
      transition: all 0.3s ease;
      border: 2px solid var(--accent);
    }

    .team-cta a:hover {
      background: transparent;
      color: var(--accent);
    }

    /* SECTION VISUEL SPLIT */
    .visual-split {
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 600px;
      margin-bottom: 0;
    }
    /* PRICING CTA HIGHLIGHT */
    .pricing-cta h2 {
      font-size: 2.75rem;
      font-weight: 400;
      font-family: 'Bebas Neue', sans-serif;
      color: var(--ink);
      letter-spacing: 0.02em;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 0.75rem;
    }
    
    .pricing-cta p {
      font-size: 1.0625rem;
      color: var(--muted);
      text-align: center;
      max-width: 900px;
      margin: 0 auto 1.5rem auto;
    }
    
    .ui-highlight {
      background: linear-gradient(transparent 58%, rgba(10, 10, 10, 0.25) 58%);
      color: inherit;
      padding: 0 2px;
      font-weight: 700;
    }

    @media (min-width: 900px) {
      .pricing-cta h2 { white-space: nowrap; }
    }

    .visual-left {
      background: var(--gold);
      display: flex;
      align-items: stretch;
      justify-content: stretch;
      padding: 0;
      color: white;
      position: relative;
    }

    .wallet-stack {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .wallet-card {
      width: 100%;
      padding: 2.5rem 3rem;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      cursor: pointer;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex: 1;
    }

    .wallet-card:nth-child(1) {
      background: #FEF3C7;
      color: #0A0A0A;
      z-index: 3;
    }

    .wallet-card:nth-child(1) h4 {
      color: #0A0A0A;
    }

    .wallet-card:nth-child(1) p {
      color: rgba(10, 10, 10, 0.65);
    }

    .wallet-card:nth-child(2) {
      background: #D97706;
      color: white;
      z-index: 2;
    }

    .wallet-card:nth-child(2) h4 {
      color: white;
    }

    .wallet-card:nth-child(2) p {
      color: rgba(255, 255, 255, 0.85);
    }

    .wallet-card:nth-child(3) {
      background: #DC2626;
      color: white;
      z-index: 1;
    }

    .wallet-card:nth-child(3) h4 {
      color: white;
    }

    .wallet-card:nth-child(3) p {
      color: rgba(255, 255, 255, 0.85);
    }

    .wallet-card:hover {
      flex: 2;
      z-index: 10;
    }

    .wallet-stack:has(.wallet-card:hover) .wallet-card:not(:hover) {
      flex: 0.5;
    }

    .wallet-card h4 {
      font-size: 1.25rem;
      font-weight: 600;
      color: var(--ink);
      margin-bottom: 0.5rem;
      letter-spacing: -0.01em;
    }

    .wallet-card p {
      font-size: 1rem;
      color: var(--muted);
      line-height: 1.5;
      font-weight: 500;
    }

    .visual-right {
      background: #0A0A0A;
      padding: 4rem 3rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .visual-right h3 {
      font-size: 1.75rem;
      font-weight: 500;
      color: white;
      letter-spacing: -0.01em;
      margin-bottom: 2rem;
    }

    .feature-list {
      list-style: none;
      display: grid;
      gap: 1.5rem;
    }

    .feature-list li {
      display: flex;
      gap: 1rem;
      align-items: flex-start;
      font-size: 1.1rem;
      color: rgba(255,255,255,0.95);
      line-height: 1.6;
      padding-left: 1.75rem;
      position: relative;
      font-weight: 500;
    }

    .feature-list li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.4rem;
      width: 12px;
      height: 12px;
      background: white;
      border-radius: 3px;
      transform: rotate(45deg);
      box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    }



    /* PROCESSUS - 4 ÉTAPES */
    .processus {
      margin: 0 0 4rem 0;
      padding: 5rem 0 0 0;
      position: relative;
    }

    .processus::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: linear-gradient(to right, transparent, var(--accent), transparent);
    }

    .processus-container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 3rem;
    }

    .processus h2 {
      font-size: 2.25rem;
      font-weight: 400;
      font-family: 'Bebas Neue', sans-serif;
      color: var(--ink);
      letter-spacing: 0.02em;
      margin-bottom: 0.5rem;
      text-transform: uppercase;
    }

    .processus-subtitle {
      font-size: 1.2rem;
      color: var(--muted);
      margin-bottom: 5rem;
      max-width: 700px;
      font-weight: 500;
    }

    .processus-timeline {
      position: relative;
    }

    .timeline-line {
      position: absolute;
      top: 40px;
      left: calc(12.5% + 20px);
      right: calc(12.5% + 20px);
      height: 2px;
      background: var(--line);
      z-index: 0;
    }

    .processus-steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 3rem;
      position: relative;
      z-index: 1;
    }

    .step {
      text-align: center;
      position: relative;
      transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .step:hover {
      transform: translateY(-4px);
    }

    .step-number {
      position: absolute;
      top: 24px;
      left: 50%;
      transform: translateX(-50%);
      width: 32px;
      height: 32px;
      background: transparent;
      border: 2px solid var(--accent);
      color: var(--accent);
      font-size: 0.875rem;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
    }

    .step-visual {
      margin: 0 auto 2rem;
      width: 100%;
      height: 160px;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      background: var(--accent);
      position: relative;
      padding-top: 1.5rem;
    }

    .step-title {
      font-size: 1.3rem;
      font-weight: 600;
      letter-spacing: -0.01em;
    }

    .step:nth-child(1) .step-visual {
      background: #FEF3C7;
      color: var(--ink);
    }

    .step:nth-child(1) .step-number {
      background: transparent;
      border-color: var(--ink);
      color: var(--ink);
    }

    .step:nth-child(2) .step-visual {
      background: var(--gold);
      color: white;
    }

    .step:nth-child(2) .step-number {
      background: transparent;
      border-color: white;
      color: white;
    }

    .step:nth-child(3) .step-visual {
      background: var(--accent);
      color: white;
    }

    .step:nth-child(3) .step-number {
      background: transparent;
      border-color: white;
      color: white;
    }

    .step:nth-child(4) .step-visual {
      background: var(--ink);
      color: white;
    }

    .step:nth-child(4) .step-number {
      background: transparent;
      border-color: white;
      color: white;
    }

    .step:hover .step-visual {
      box-shadow: 0 16px 40px rgba(0,0,0,0.2);
    }

    .step:nth-child(1):hover .step-visual {
      box-shadow: 0 16px 40px rgba(254, 243, 199, 0.6);
      filter: none;
    }

    .step:nth-child(2):hover .step-visual {
      box-shadow: 0 16px 40px rgba(217, 119, 6, 0.3);
    }

    .step:nth-child(3):hover .step-visual {
      box-shadow: 0 16px 40px rgba(220, 38, 38, 0.3);
    }

    .step:nth-child(4):hover .step-visual {
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
    }

    .step p {
      font-size: 1rem;
      color: var(--muted);
      line-height: 1.7;
      font-weight: 500;
    }

    /* LIVRABLES (manquant) */
    .deliverables {
      padding: 5rem 0;
      background: #353535;
      position: relative;
    }

    .deliverables::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 80%;
      height: 1px;
      background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    }

    .deliverables-container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 3rem;
    }

    .deliverables h2 {
      font-size: 2.5rem;
      font-weight: 400;
      font-family: 'Bebas Neue', sans-serif;
      color: white;
      letter-spacing: 0.02em;
      margin-bottom: 0.5rem;
      text-transform: uppercase;
    }

    .deliverables-subtitle {
      font-size: 1.2rem;
      color: rgba(255, 255, 255, 0.6);
      margin-bottom: 4rem;
      max-width: 780px;
      font-weight: 500;
      line-height: 1.7;
    }

    .deliverables-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0;
    }

    .deliverable-item {
      padding: 3rem;
      position: relative;
      transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      border: 1px solid rgba(255, 255, 255, 0.1);
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .deliverable-item:nth-child(1) {
      background: #DC2626;
    }

    .deliverable-item:nth-child(2) {
      background: #D97706;
    }

    .deliverable-item:nth-child(3) {
      background: #FEF3C7;
      color: #0A0A0A;
    }

    .deliverable-item:nth-child(4) {
      background: #0A0A0A;
      border-right: none;
      border-bottom: none;
    }

    .deliverable-item::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 3px;
      height: 0;
      background: white;
      transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .deliverable-item:nth-child(3)::before {
      background: #0A0A0A;
    }

    .deliverable-item:hover::before {
      height: 100%;
    }

    .deliverable-item:hover {
      border-color: rgba(255, 255, 255, 0.2);
    }

    .deliverable-icon {
      margin-bottom: 1.5rem;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .deliverable-item:hover .deliverable-icon {
      transform: translateY(-4px);
    }

    .deliverable-icon i {
      font-size: 2.5rem;
      color: white;
    }

    .deliverable-item:nth-child(3) .deliverable-icon i {
      color: #0A0A0A;
    }

    .deliverable-item h3 {
      font-size: 1.4rem;
      font-weight: 700;
      color: white;
      margin-bottom: 1rem;
      letter-spacing: -0.01em;
      transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .deliverable-item:hover h3 {
      transform: translateX(4px);
    }

    .deliverable-item:nth-child(3) h3 {
      color: #0A0A0A;
    }

    .deliverable-item p {
      font-size: 1rem;
      color: rgba(255, 255, 255, 0.75);
      line-height: 1.6;
      font-weight: 500;
      transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .deliverable-item:hover p {
      transform: translateX(4px);
    }

    .deliverable-item:nth-child(3) p {
      color: rgba(10, 10, 10, 0.65);
    }

    /* TRANSITION SECTION */
    .transition-section {
      padding: 2.5rem 3rem;
      background: var(--bg);
      text-align: center;
    }

    .transition-container {
      max-width: 1400px;
      margin: 0 auto;
    }

    .transition-section p {
      font-size: 1.1rem;
      color: var(--muted);
      font-weight: 500;
    }

    /* TEMPLATES VS CUSTOM CHOICE */
    .templates-choice-section {
      padding: 5rem 3rem;
      background: var(--bg);
      position: relative;
    }

    .templates-choice-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 80%;
      height: 1px;
      background: linear-gradient(to right, transparent, var(--line), transparent);
    }

    .templates-choice-container {
      max-width: 1200px;
      margin: 0 auto;
    }

    .templates-section-header {
      text-align: center;
      margin-bottom: 5rem;
    }

    .templates-section-header h2 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 2.75rem;
      font-weight: 400;
      color: var(--ink);
      margin-bottom: 1rem;
      letter-spacing: 0.02em;
      text-transform: uppercase;
    }

    .templates-section-header p {
      font-size: 1.15rem;
      color: var(--muted);
      max-width: 680px;
      margin: 0 auto;
      font-weight: 500;
    }

    /* FORMATS ROWS - CLEAN & SIMPLE */
    .formats-rows {
      display: flex;
      flex-direction: column;
      gap: 5rem;
      max-width: 900px;
      margin: 0 auto;
    }

    .format-row {
      display: grid;
      grid-template-columns: 3fr 2fr;
      gap: 4rem;
      align-items: center;
      padding-bottom: 3rem;
      border-bottom: 1px solid var(--line);
    }

    .format-row:last-child {
      border-bottom: none;
      padding-bottom: 0;
    }

    .format-row-2 {
      grid-template-columns: 2fr 3fr;
    }

    .format-row-2 .format-visual {
      order: -1;
    }

    .format-col {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .format-text h3 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.75rem;
      font-weight: 400;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: var(--ink);
      margin-bottom: 1rem;
      transition: color 0.3s ease;
    }

    .format-text p {
      font-size: 1rem;
      line-height: 1.75;
      color: var(--ink);
      margin: 0;
      transition: color 0.3s ease;
    }

    .format-visual {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 3.5rem;
      color: #e5e7eb;
      transition: color 0.4s ease;
      position: relative;
    }

    .format-row:hover .format-text h3 {
      color: var(--accent);
    }

    .format-row:hover .format-visual {
      color: var(--accent);
    }

    .format-row:hover .format-visual {
      color: var(--accent);
      transform: scale(1.1) translateY(-2px);
    }

    .format-link {
      color: var(--accent);
      font-weight: 600;
      text-decoration: none;
      font-size: 0.95rem;
      margin-top: 1.5rem;
      display: inline-block;
      transition: transform 0.3s ease;
    }

    .format-link:hover {
      transform: translateX(3px);
    }

    /* APPROACH ROWS */
    .approach-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      align-items: stretch;
      margin-bottom: 3rem;
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
    }

    .approach-row-2 {
      grid-template-columns: 1fr 1fr;
      margin-bottom: 0;
    }

    .approach-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 3rem;
      border: none;
      min-height: 350px;
    }

    .approach-row-2 .approach-content {
      border: none;
    }

    .approach-content h3 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.75rem;
      font-weight: 400;
      margin-bottom: 1rem;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: var(--ink);
    }

    .approach-content p {
      font-size: 1.1rem;
      line-height: 1.8;
      margin-bottom: 1.5rem;
      font-weight: 500;
      color: var(--ink);
    }

    .approach-image {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 350px;
      border: 1px solid var(--line);
    }

    .approach-row:first-of-type .approach-image {
      border-bottom: none;
    }

    .approach-row:first-of-type .approach-content {
      border-bottom: none;
    }

    .image-placeholder {
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-size: 3rem;
      color: var(--muted);
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .image-placeholder::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(45deg, transparent 30%, rgba(220, 38, 38, 0.02) 50%, transparent 70%);
      opacity: 0;
      transition: opacity 0.3s ease;
      pointer-events: none;
    }

    .approach-row:hover .image-placeholder {
      background: linear-gradient(135deg, #fff5f5 0%, #ffe0e0 100%);
    }

    .approach-row:hover .image-placeholder::before {
      opacity: 1;
    }

    /* INTERACTIVE TEXT */
    .templates-choice-section .template-hover {
      cursor: pointer;
      font-weight: 600;
      color: var(--accent);
      position: relative;
      transition: opacity 0.2s ease;
    }

    .templates-choice-section .template-hover::after {
      content: '';
      position: absolute;
      bottom: -3px;
      left: 0;
      right: 0;
      height: 1px;
      background: var(--accent);
      opacity: 0.4;
      transition: opacity 0.2s ease;
    }

    .templates-choice-section .template-hover:hover::after {
      opacity: 1;
    }

    /* Buttons */
    .templates-choice-section .button-group {
      display: flex;
      gap: 1rem;
      justify-content: flex-start;
      margin-top: auto;
    }

    .templates-choice-section .btn {
      padding: 0.875rem 2.25rem;
      border: 1px solid var(--accent);
      border-radius: 0;
      font-size: 0.875rem;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.25s ease;
      text-decoration: none;
      display: inline-block;
      font-family: 'Barlow', sans-serif;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      background: transparent;
      color: var(--accent);
    }

    .templates-choice-section .btn:hover {
      background: var(--accent);
      color: white;
    }

    .templates-choice-section .choice-card:nth-child(2) .btn-secondary:hover {
      background: var(--accent-demo);
      color: var(--ink);
      border-color: var(--accent-demo);
    }

    .templates-choice-section .choice-card:nth-child(2) .btn-secondary {
      background: var(--secondary);
      color: white;
      border-color: var(--secondary);
    }

    .templates-choice-section .choice-card:nth-child(2) .btn-secondary:hover {
      background: transparent;
      color: var(--secondary);
      border-color: var(--secondary);
    }

    /* TOOLTIP PREVIEW */
    .tooltip-preview {
      position: fixed;
      background: var(--bg);
      border: 2px dashed var(--secondary);
      padding: 0;
      max-width: 300px;
      z-index: 1000;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.2s ease-out;
      box-shadow: 0 10px 40px rgba(0,0,0,0.15);
      display: none;
    }

    .tooltip-preview.show {
      opacity: 1;
      display: block;
      transition: opacity 0.15s ease-in;
    }

    .tooltip-preview img {
      width: 100%;
      height: auto;
      display: block;
    }

    @media (max-width: 768px) {
      .templates-choice-section {
        padding: 5rem 1.5rem;
      }

      .templates-choice {
        grid-template-columns: 1fr;
        gap: 60px;
      }

      .templates-section-header h2 {
        font-size: 2rem;
      }

      .tooltip-preview {
        max-width: 220px;
      }
    }

    /* RÉALISATIONS - styles conservés pour compatibilité */

    /* PRICING CTA */
    .pricing-cta {
      background: var(--ink);
      padding: 5rem 0;
      position: relative;
    }

    .pricing-cta::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: linear-gradient(to right, transparent, var(--accent), transparent);
    }

    .pricing-cta-container {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 3rem;
      text-align: center;
    }

    .pricing-cta h2 {
      font-size: 2.75rem;
      font-weight: 400;
      font-family: 'Bebas Neue', sans-serif;
      color: white;
      letter-spacing: 0.02em;
      margin-bottom: 1.25rem;
      text-transform: uppercase;
    }

    .pricing-cta p {
      font-size: 1.1rem;
      color: rgba(255,255,255,0.7);
      font-weight: 500;
      letter-spacing: 0.01em;
      line-height: 1.7;
      margin-bottom: 2.5rem;
    }

    .pricing-cta-btn {
      display: inline-block;
      border: 2px solid var(--accent);
      background: var(--accent);
      color: white;
      padding: 1rem 2.25rem;
      font-size: 0.9375rem;
      font-weight: 700;
      font-family: 'Bebas Neue', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      transition: all 0.35s ease;
      text-decoration: none;
    }

    .pricing-cta-btn::after {
      content: '›';
      display: inline-block;
      margin-left: 0.75rem;
      transform: translateY(-1px);
      transition: transform 0.35s ease;
      opacity: 0.9;
    }

    .pricing-cta-btn:hover {
      background: white;
      color: var(--accent);
      border-color: white;
      transform: translateY(-2px);
    }

    .pricing-cta-btn:hover::after {
      transform: translateY(-1px) translateX(4px);
    }

    /* PRICING - TABLEAU COMPARATIF */
    .pricing {
      background: var(--ink);
      padding: 5rem 0;
      position: relative;
    }

    .pricing::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: linear-gradient(to right, transparent, var(--accent), transparent);
    }

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

    .pricing-gate {
      text-align: center;
      margin-bottom: 2.5rem;
      transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .pricing-gate h2 {
      font-size: 2.75rem;
      font-weight: 400;
      font-family: 'Bebas Neue', sans-serif;
      color: white;
      letter-spacing: 0.02em;
      margin-bottom: 0.75rem;
      text-transform: uppercase;
    }

    .pricing-gate p {
      font-size: 1.1rem;
      color: rgba(255,255,255,0.65);
      font-weight: 500;
      letter-spacing: 0.01em;
      line-height: 1.7;
      max-width: 760px;
      margin: 0 auto 1.75rem;
    }

    .pricing.is-open .pricing-gate {
      margin-bottom: 1.5rem;
    }

    .pricing-gate-copy {
      max-height: 240px;
      overflow: hidden;
      transition: max-height 0.7s ease, opacity 0.55s ease, transform 0.55s ease;
      will-change: max-height, opacity, transform;
    }

    .pricing.is-open .pricing-gate-copy {
      opacity: 0;
      transform: translateY(-3px);
      pointer-events: none;
      max-height: 0;
    }

    .pricing-reveal-btn {
      border: 2px solid var(--accent);
      background: transparent;
      color: white;
      padding: 0.85rem 1.75rem;
      font-size: 0.9375rem;
      font-weight: 700;
      font-family: 'Bebas Neue', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      transition: color 0.35s ease;
      isolation: isolate;
    }

    .pricing-reveal-btn::before {
      content: '';
      position: absolute;
      inset: 0;
      width: 0;
      background: var(--accent);
      transition: width 0.45s ease;
      z-index: -1;
    }

    .pricing-reveal-btn::after {
      content: '›';
      display: inline-block;
      margin-left: 0.75rem;
      transform: translateY(-1px);
      transition: transform 0.35s ease;
      opacity: 0.9;
    }

    .pricing.is-open .pricing-reveal-btn::after {
      transform: translateY(-1px) rotate(90deg);
    }

    .pricing-reveal-btn:hover::before {
      width: 100%;
    }

    .pricing-reveal-btn:hover {
      color: white;
    }

    .pricing-reveal {
      display: grid;
      grid-template-rows: 0fr;
      opacity: 0;
      transform: translateY(6px);
      transition: grid-template-rows 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.55s ease, transform 0.55s ease;
      will-change: grid-template-rows, opacity, transform;
    }

    .pricing-reveal.is-open {
      grid-template-rows: 1fr;
      opacity: 1;
      transform: translateY(0);
    }

    .pricing-reveal-inner {
      overflow: hidden;
    }

    .pricing h2 {
      font-size: 2.75rem;
      font-weight: 400;
      font-family: 'Bebas Neue', sans-serif;
      color: white;
      letter-spacing: 0.02em;
      margin-bottom: 0.75rem;
      text-transform: uppercase;
      text-align: center;
    }

    .pricing-subtitle {
      font-size: 1rem;
      color: rgba(255,255,255,0.6);
      margin-bottom: 2rem;
      font-weight: 400;
      letter-spacing: 0.02em;
      text-align: center;
    }

    /* TOGGLE SWITCH */
    .pricing-toggle-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 1.5rem;
      margin-bottom: 3rem;
    }

    /* .pricing-toggle-label {
      font-size: 0.9375rem;
      color: rgba(255,255,255,0.8);
      font-weight: 500;
    } */

    .pricing-toggle {
      display: flex;
      background: rgba(255,255,255,0.1);
      padding: 0.25rem;
      width: min(420px, 100%);
      border: 1px solid rgba(255,255,255,0.15);
      position: relative;
      overflow: hidden;
    }

    .pricing-toggle::before {
      content: '';
      position: absolute;
      top: 0.25rem;
      bottom: 0.25rem;
      left: 0.25rem;
      width: calc(50% - 0.25rem);
      background: var(--accent);
      transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
      z-index: 0;
    }

    .pricing-toggle[data-active="etalé"]::before {
      transform: translateX(100%);
    }

    .toggle-option {
      padding: 0.625rem 1.25rem;
      cursor: pointer;
      font-size: 0.875rem;
      font-weight: 600;
      color: rgba(255,255,255,0.6);
      transition: color 0.25s ease, background 0.25s ease;
      border: none;
      background: transparent;
      position: relative;
      z-index: 1;
      flex: 1 1 0;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      white-space: nowrap;
    }

    .toggle-option:hover {
      color: rgba(255,255,255,0.92);
      background: rgba(255,255,255,0.08);
    }

    .toggle-option.active {
      background: transparent;
      color: white;
    }

    .pricing-tables {
      display: grid;
      grid-template-columns: 1fr;
    }

    .pricing-tables .pricing-table {
      grid-area: 1 / 1;
      transition: opacity 0.45s ease, transform 0.45s ease;
      will-change: opacity, transform;
    }

    .pricing-tables .pricing-table.is-hidden {
      opacity: 0;
      transform: translateY(10px);
      visibility: hidden;
      pointer-events: none;
    }

    .pricing-table {
      background: white;
      overflow: hidden;
      box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    }

    .pricing-header {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      border-bottom: 2px solid var(--ink);
    }

    .pricing-col {
      padding: 2.5rem 1.5rem;
      text-align: center;
    }

    .pricing-col:first-child {
      background: transparent;
    }

    .featured-col {
      background: var(--accent);
      position: relative;
    }

    .plan-badge {
      font-size: 0.75rem;
      font-weight: 700;
      color: var(--ink);
      text-transform: uppercase;
      letter-spacing: 0.15em;
      margin-bottom: 1rem;
    }

    .featured-col .plan-badge {
      color: white;
    }

    .plan-price {
      font-size: 2.5rem;
      font-weight: 700;
      color: var(--ink);
      letter-spacing: -0.02em;
    }

    .plan-price span {
      font-size: 0.875rem;
      font-weight: 400;
      color: var(--muted);
    }

    .featured-col .plan-price {
      color: white;
    }

    .featured-col .plan-price span {
      color: rgba(255,255,255,0.8);
    }

    .recommended {
      position: absolute;
      top: 1rem;
      right: 1rem;
      background: white;
      color: var(--accent);
      padding: 0.25rem 0.625rem;
      font-size: 0.625rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .pricing-body {
      background: white;
    }

    .pricing-row {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      border-bottom: 1px solid var(--line);
      transition: background 0.2s ease;
    }

    .pricing-row:hover {
      background: #FAFAFA;
    }

    .feature-name {
      padding: 1.5rem 2rem;
      text-align: left;
      font-size: 0.9375rem;
      font-weight: 500;
      color: var(--ink);
    }

    .feature-value {
      padding: 1.5rem 1.5rem;
      text-align: center;
      font-size: 0.9375rem;
      font-weight: 600;
      color: var(--ink);
    }

    .feature-value.featured-col {
      background: rgba(220, 38, 38, 0.05);
      color: var(--accent);
    }

    .pricing-footer {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      background: white;
      padding: 2rem 0;
    }

    .plan-cta {
      width: calc(100% - 3rem);
      margin: 0 1.5rem;
      padding: 0.875rem;
      background: transparent;
      color: var(--ink);
      border: 2px solid var(--ink);
      font-size: 0.813rem;
      font-weight: 700;
      cursor: pointer;
      transition: all 0.2s ease;
      text-transform: uppercase;
      letter-spacing: 0.1em;
    }

    .plan-cta:hover {
      background: var(--ink);
      color: white;
    }

    .featured-col .plan-cta {
      background: var(--accent);
      color: white;
      border-color: var(--accent);
    }

    .featured-col .plan-cta:hover {
      background: var(--ink);
      border-color: var(--ink);
    }

    /* Style blanc pour featured-col dans mode étalé */
    .pricing-table[data-mode="etalé"] .featured-col .plan-badge,
    .pricing-table[data-mode="etalé"] .featured-col .plan-price {
      color: white;
    }

    /* PLAYBOOK - FAQ */
    .playbook {
      background: var(--bg);
      padding: 5rem 0;
    }

    .playbook-container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 3rem;
      display: grid;
      grid-template-columns: 0.8fr 1.2fr;
      gap: 5rem;
      align-items: start;
    }


    .playbook-title {
      font-size: 3.5rem;
      font-weight: 400;
      font-family: 'Bebas Neue', sans-serif;
      color: var(--ink);
      letter-spacing: 0.02em;
      line-height: 1.1;
      text-transform: uppercase;
    }

    .playbook-subtitle {
      font-size: 0.875rem;
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-weight: 600;
      margin-top: 1rem;
    }

    .faq-items {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .faq-item {
      border-bottom: 1px solid var(--line);
      padding-bottom: 1.5rem;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .faq-item:last-child {
      border-bottom: none;
    }

    .faq-question {
      font-size: 0.95rem;
      font-weight: 600;
      color: var(--ink);
      margin-bottom: 0.5rem;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      letter-spacing: -0.01em;
    }

    .faq-toggle {
      width: 20px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--accent);
      font-weight: 700;
      transition: transform 0.3s ease;
      flex-shrink: 0;
      margin-left: 0.5rem;
    }

    .faq-item.open .faq-toggle {
      transform: rotate(45deg);
    }

    .faq-answer {
      font-size: 0.9rem;
      color: var(--muted);
      line-height: 1.6;
      font-weight: 400;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
    }

    .faq-item.open .faq-answer {
      max-height: 500px;
    }

    /* CTA BANNER */
    .cta-banner {
      background: var(--accent);
      padding: 4rem 0;
      text-align: center;
    }

    .cta-banner-content {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 3rem;
    }

    .cta-banner h2 {
      font-size: 3.375rem;
      font-weight: 400;
      font-family: 'Bebas Neue', sans-serif;
      color: white;
      letter-spacing: 0.02em;
      line-height: 1.1;
      margin-bottom: 1.5rem;
      text-transform: uppercase;
    }

    .cta-banner p {
      font-size: 1.25rem;
      color: white;
      margin: 0 auto 2.5rem;
      line-height: 1.6;
      max-width: 760px;
      font-weight: 500;
    }

    .cta-banner-button {
      background: var(--ink);
      color: var(--accent);
      border: none;
      padding: 1.125rem 2.75rem;
      font-size: 0.9375rem;
      font-weight: 700;
      letter-spacing: 0.125em;
      cursor: pointer;
      transition: all 0.22s ease;
      text-transform: uppercase;
    }

    .cta-banner-button:hover {
      background: white;
      color: var(--ink);
      transform: translateY(-2px);
    }

    /* FOOTER */
    footer {
      background: var(--ink);
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding: 2.5rem 0;
    }

    .footer-content {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 3rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .footer-copy {
      font-size: 0.875rem;
      color: rgba(255, 255, 255, 0.6);
    }

    .footer-links {
      display: flex;
      gap: 2rem;
    }

    .footer-links a {
      font-size: 0.875rem;
      color: rgba(255, 255, 255, 0.6);
      font-weight: 500;
      transition: color 0.2s ease;
    }

    .footer-links a:hover {
      color: white;
    }

    /* RESPONSIVE */
    @media (max-width: 1024px) {
      .intro-grid,
      .visual-split,
      .playbook-container {
        grid-template-columns: 1fr;
      }

      .processus-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
      }

      .deliverables-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .approach-row {
        grid-template-columns: 1fr;
        gap: 2rem;
      }

      .approach-row-2 {
        grid-template-columns: 1fr;
      }

      .approach-image {
        order: 2;
      }

      .pricing-table {
        overflow-x: auto;
      }

      .pricing-header,
      .pricing-row,
      .pricing-footer {
        min-width: 800px;
      }

      .hero h1 {
        font-size: 3rem;
      }

      .cta-banner h2 {
        font-size: 3rem;
      }

      .badges-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
      }

      .wallet-stack {
        flex-direction: row;
      }

      .visual-split {
        grid-template-columns: 1fr;
      }

      .visual-left,
      .visual-right {
        min-height: 400px;
      }
    }

    @media (max-width: 768px) {
      .nav-container,
      .hero-content,
      .intro,
      .processus,
      .pricing-container,
      .cta-banner-content,
      .footer-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }

      .deliverables-container,
      .templates-choice-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }

      .deliverables {
        padding: 5rem 0;
      }

      .deliverables-grid {
        grid-template-columns: 1fr;
      }

      .processus-steps {
        grid-template-columns: 1fr;
        gap: 3rem;
      }

      .timeline-line {
        display: none;
      }

      .step-number {
        top: 1rem;
        left: 1rem;
        transform: none;
      }

      .step-visual {
        padding-top: 3rem;
        height: 140px;
      }

      /* HAMBURGER MENU MOBILE */
      .hamburger {
        display: flex;
      }

      nav, .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        gap: 0;
        align-items: stretch;
        width: 100%;
        background: linear-gradient(135deg, rgba(10, 10, 10, 0.98), rgba(10, 10, 10, 0.95));
        backdrop-filter: blur(20px);
        padding: 1rem 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        z-index: 99;
        box-shadow: 0 10px 30px rgba(0,0,0,0.3);
      }

      nav.active, .nav-menu.active {
        display: flex;
      }

      nav a, .nav-menu a {
        padding: 1rem 1.5rem;
        font-size: 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        text-align: left;
      }

      nav a:last-child, .nav-menu a:last-child {
        border-bottom: none;
      }

      nav a::after, .nav-menu a::after {
        display: none;
      }

      nav a.cta, .nav-menu a.cta {
        background: var(--accent) !important;
        color: white !important;
        border: none !important;
        padding: 1rem 1.5rem !important;
        margin: 0.5rem 1rem !important;
        border-radius: 0 !important;
        width: auto !important;
      }

      .hero h1 {
        font-size: 2.5rem;
        line-height: 1.2;
      }

      .hero-content p {
        font-size: 1rem !important;
      }

      .intro {
        padding-top: 5rem;
        padding-bottom: 4rem;
      }

      .intro h2 {
        font-size: 2rem;
      }

      .badges-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        padding: 0 1rem;
      }

      .badge-item {
        padding: 1rem 0;
        gap: 0.75rem;
      }

      .badge-icon {
        font-size: 2.25rem;
      }

      .badge-label {
        font-size: 0.9375rem;
      }

      .visual-split {
        min-height: auto;
        margin-bottom: 0;
      }

      .wallet-stack {
        flex-direction: column;
      }

      .wallet-card {
        min-height: 200px;
      }

      .full-image {
        height: 50vh;
        margin-bottom: 5rem;
      }

      .processus h2,
      .deliverables h2 {
        font-size: 2rem;
      }

      .processus-subtitle,
      .deliverables-subtitle {
        font-size: 1rem;
      }

      .approach-row {
        gap: 2rem;
        margin-bottom: 2rem;
      }

      .image-placeholder {
        height: 200px;
      }

      .templates-section-header h2 {
        font-size: 2rem;
      }

      .pricing,
      .pricing-cta,
      .cta-banner {
        padding: 5rem 0;
      }

      .pricing-cta h2,
      .cta-banner h2 {
        font-size: 2.5rem;
      }

      .pricing-cta-container {
        padding: 0 1.5rem;
      }

      .pricing-cta p {
        font-size: 1rem;
      }

      .playbook-title {
        font-size: 2rem;
      }

      .faq-question {
        font-size: 1rem;
      }

      .values-header h2 {
        font-size: 2rem;
      }

      .values-header p {
        font-size: 1rem;
      }

      .hero-tag {
        font-size: 0.875rem;
        padding: 0.5rem 1.25rem;
      }

      .format-row,
      .format-row-2 {
        grid-template-columns: 1fr;
        gap: 2rem;
      }

      .format-text h3 {
        font-size: 1.5rem;
      }

      .format-visual {
        font-size: 2.5rem;
        height: 150px;
      }

      .pricing-toggle {
        width: 100%;
        max-width: 100%;
      }

      .toggle-option {
        padding: 0.5rem 1rem;
        font-size: 0.8125rem;
      }
    }

    @media (max-width: 480px) {
      header {
        padding: 1rem 0;
      }

      .nav-container {
        padding: 0 1rem;
      }

      .logo img {
        height: 40px;
      }

      .hamburger {
        width: 40px;
        height: 40px;
      }

      .hamburger span {
        width: 22px;
        height: 2.5px;
        margin: 4px 0;
      }

      nav, .nav-menu {
        top: 100%;
      }

      nav a, .nav-menu a {
        padding: 0.875rem 1.25rem;
        font-size: 0.9375rem;
      }

      .hero {
        min-height: 70vh;
        padding: 3rem 1.5rem;
      }

      .hero h1 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
      }

      .hero-content {
        padding: 2rem 1.5rem;
      }

      .hero-content p {
        font-size: 0.9375rem !important;
        margin-top: 1rem !important;
      }

      .hero-tag {
        font-size: 0.8125rem;
        padding: 0.5rem 1rem;
        margin-bottom: 1.5rem;
      }

      .intro-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
      }

      .intro-left h2 {
        font-size: 1.75rem;
      }

      .intro-right p {
        font-size: 1rem;
      }

      .intro-right p:first-child {
        font-size: 1rem;
      }

      .intro-right p:last-child {
        padding-left: 1rem;
      }

      .badges-container {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        padding: 0 0.5rem;
      }

      .badge-item {
        padding: 0.875rem 0;
        gap: 0.5rem;
      }

      .badge-icon {
        font-size: 1.75rem;
      }

      .badge-label {
        font-size: 0.875rem;
      }

      .trust-badges {
        padding: 2rem 1.5rem;
      }

      .transition-section {
        padding: 2rem 1.5rem;
      }

      .transition-section p {
        font-size: 1rem;
      }

      .templates-section-header h2 {
        font-size: 1.5rem;
      }

      .templates-section-header p {
        font-size: 1rem;
      }

      .formats-rows {
        gap: 3rem;
      }

      .format-row,
      .format-row-2 {
        gap: 1.5rem;
        padding-bottom: 2rem;
      }

      .format-text h3 {
        font-size: 1.25rem;
      }

      .format-text p {
        font-size: 0.9375rem;
      }

      .format-visual {
        font-size: 2rem;
        height: 120px;
      }

      .values-container {
        padding: 0 1.5rem;
      }

      .values-header h2 {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
      }

      .values-header p {
        font-size: 0.95rem;
      }

      .values-grid {
        grid-template-columns: 1fr;
        gap: 0;
      }

      .value-item {
        padding: 2rem 1.5rem;
      }

      .value-number {
        font-size: 2.5rem;
        margin-bottom: 0.75rem;
      }

      .value-item h3 {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
      }

      .value-item p {
        font-size: 0.9375rem;
      }

      .team-container {
        padding: 0 1.5rem;
      }

      .team-header h2 {
        font-size: 1.75rem;
      }

      .team-header p {
        font-size: 1rem;
      }

      .team-content p {
        font-size: 0.95rem;
      }

      .processus-container {
        padding: 0 1.5rem;
      }

      .processus h2 {
        font-size: 1.75rem;
      }

      .processus-subtitle {
        font-size: 0.95rem;
        margin-bottom: 3rem;
      }

      .processus-steps {
        gap: 2rem;
      }

      .step-visual {
        height: 120px;
        padding-top: 2rem;
      }

      .step-title {
        font-size: 1rem;
      }

      .step p {
        font-size: 0.9rem;
      }

      .deliverables-container {
        padding: 0 1.5rem;
      }

      .deliverables h2 {
        font-size: 1.75rem;
      }

      .deliverables-subtitle {
        font-size: 0.95rem;
      }

      .deliverable-item {
        padding: 1.75rem 1.5rem;
      }

      .deliverable-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 1rem;
      }

      .deliverable-icon i {
        font-size: 2rem;
      }

      .deliverable-item h3 {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
      }

      .deliverable-item p {
        font-size: 0.9rem;
      }

      .approach-row {
        gap: 1.5rem;
        margin-bottom: 1.5rem;
      }

      .approach-content {
        padding: 2rem 1.5rem;
        min-height: auto;
      }

      .approach-content h3 {
        font-size: 1.25rem;
      }

      .approach-content p {
        font-size: 1rem;
      }

      .image-placeholder {
        height: 150px;
        font-size: 2.5rem;
      }

      .pricing-cta-container {
        padding: 0 1.5rem;
      }

      .pricing-cta h2 {
        font-size: 1.75rem;
        margin-bottom: 0.75rem;
      }

      .pricing-cta p {
        font-size: 0.95rem;
      }

      .pricing-cta-btn {
        padding: 0.875rem 1.75rem;
        font-size: 0.8125rem;
      }

      .pricing-container {
        padding: 0 1.5rem;
      }

      .pricing-gate h2 {
        font-size: 1.75rem;
      }

      .pricing-gate p {
        font-size: 0.95rem;
      }

      .pricing-toggle {
        width: 100%;
      }

      .toggle-option {
        padding: 0.5rem 0.75rem;
        font-size: 0.75rem;
      }

      .pricing-col {
        padding: 1.5rem 1rem;
      }

      .plan-price {
        font-size: 1.75rem;
      }

      .feature-name {
        padding: 1rem 1.5rem;
        font-size: 0.875rem;
      }

      .feature-value {
        padding: 1rem 1rem;
        font-size: 0.875rem;
      }

      .plan-cta {
        padding: 0.75rem;
        font-size: 0.75rem;
        width: calc(100% - 2rem);
        margin: 0 1rem;
      }

      .playbook-container {
        grid-template-columns: 1fr;
        gap: 3rem;
        padding: 0 1.5rem;
      }

      .playbook-title {
        font-size: 1.75rem;
      }

      .playbook-subtitle {
        font-size: 0.8125rem;
      }

      .faq-items {
        gap: 1rem;
      }

      .faq-item {
        padding-bottom: 1rem;
      }

      .faq-question {
        font-size: 0.9375rem;
      }

      .faq-toggle {
        width: 18px;
        height: 18px;
        font-size: 1rem;
      }

      .faq-answer {
        font-size: 0.875rem;
      }

      .cta-banner-content {
        padding: 0 1.5rem;
      }

      .cta-banner h2 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
      }

      .cta-banner p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
      }

      .cta-banner-button {
        padding: 0.875rem 1.75rem;
        font-size: 0.8125rem;
      }

      .footer-content {
        flex-direction: column;
        gap: 1.5rem;
        padding: 0 1.5rem;
      }

      .footer-copy {
        font-size: 0.8125rem;
        text-align: center;
      }

      .footer-links {
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
      }

      .footer-links a {
        font-size: 0.8125rem;
      }

      .playbook {
        padding: 3rem 0;
      }

      .pricing,
      .pricing-cta,
      .cta-banner {
        padding: 3rem 0;
      }

      .intro {
        padding: 3rem 1.5rem;
      }

      .values-section {
        padding: 3rem 0;
      }

      .team-section {
        padding: 3rem 1.5rem;
      }

      .templates-choice-section {
        padding: 3rem 1.5rem;
      }

      .processus {
        padding: 3rem 0 0 0;
        margin: 0 0 3rem 0;
      }

      .deliverables {
        padding: 3rem 0;
      }

      .transition-section {
        padding: 1.5rem 1.5rem;
      }
    }
