/* ============================================================================
   SECTIONS — home + contact. Charte : voir BRAND.md.
   Light corporate tech : fond crème, cards claires, bordures bleutées fines,
   ombres douces, bleu marine dominant, or en accent discret.
   Composition uniquement : couleurs / polices / espacements via tokens.
   ========================================================================== */
@layer sections {

  /* Le contenu se place au-dessus des formes douces décoratives (.glow). */
  .section { isolation: isolate; }
  .section > .container,
  .hero > .container { position: relative; z-index: 1; }

  /* --- Section header (eyebrow + title) ---------------------------------- */
  /* NB : la largeur de coupe se met sur .s-title (où `ch` se mesure dans la
     police du titre), JAMAIS sur .s-head (police body → ch minuscule). */
  .s-head { margin-bottom: clamp(2.75rem, 5vw, 4.5rem); max-width: min(100%, 56rem); }
  .s-head--wide { max-width: min(100%, 64rem); }
  .s-head--center { max-width: min(100%, 60rem); margin-inline: auto; text-align: center; }
  .s-head--center .eyebrow { justify-content: center; }
  .s-head .eyebrow { margin-bottom: var(--space-5); }
  .s-title { font-size: var(--fs-h2); line-height: var(--lh-snug); max-width: 20ch; }
  .s-head--wide .s-title { max-width: 24ch; }
  .s-head--center .s-title { max-width: 22ch; margin-inline: auto; }

  /* Carte premium réutilisable (light) */
  .card-surface {
    background: var(--bg-card); background-image: var(--card-grad);
    border: 1px solid var(--line-blue); border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
  }

  /* ====================================================================== */
  /* HERO                                                                    */
  /* ====================================================================== */
  /* Hero centré, aéré, façon Framer premium SaaS/agency (light). */
  .hero { padding-top: clamp(0.75rem, 2vw, 1.5rem); padding-bottom: clamp(1rem, 2vw, 1.5rem); position: relative; overflow: hidden; isolation: isolate; text-align: center; }
  .hero .glow--soft { top: -36vh; left: 50%; transform: translateX(-50%); width: 92vw; height: 74vw; max-width: 1220px; max-height: 920px; opacity: 0.9; }
  .hero__head { max-width: 62rem; margin-inline: auto; }
  .hero__badge { display: inline-flex; align-items: center; gap: 0.55em; font-family: var(--font-mono); font-size: var(--fs-xs); font-weight: 500; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink-soft); background: var(--bg-elevated); border: 1px solid var(--line-strong); border-radius: var(--radius-pill); padding: 0.5rem 1.05rem; box-shadow: var(--shadow-xs); margin-bottom: clamp(1rem, 2vw, 1.5rem); }
  .hero__badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--highlight); box-shadow: 0 0 0 3px var(--highlight-soft); }
  .hero__title { font-size: clamp(2.2rem, 5vw, 4.25rem); line-height: 1.05; letter-spacing: var(--tracking-tight); max-width: min(100%, 18ch); margin: 0 auto var(--space-5); }
  /* Soulignage doré : trait fin et discret (détail seulement). */
  .hero__title .accent { color: var(--ink-deep); box-shadow: inset 0 -0.07em 0 var(--highlight-soft); }
  .hero__lead { font-size: var(--fs-lead); color: var(--ink-soft); line-height: var(--lh-relaxed); max-width: min(100%, 54ch); margin: 0 auto var(--space-5); }
  .hero__cta { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--space-4); margin-bottom: var(--space-5); }
  .hero__head { position: relative; z-index: 1; }
  .hero__avail { margin-bottom: 0; }

  /* Pills de preuve — rangée centrée par défaut (mobile / tablette). */
  .hero__floats { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--space-3); margin-top: clamp(1.75rem, 4vw, 2.5rem); }
  .float-pill { display: inline-flex; align-items: center; gap: 0.55em; background: var(--bg-elevated); border: 1px solid var(--line-blue); border-radius: var(--radius-pill); padding: 0.5rem 1rem; box-shadow: var(--shadow-sm); white-space: nowrap; font-size: var(--fs-sm); animation: fp-in 0.6s var(--ease-out) both; }
  .float-pill svg { width: 1.05em; height: 1.05em; color: var(--c-blue); flex: 0 0 auto; }
  .float-pill b { color: var(--c-blue-deep); font-weight: 700; letter-spacing: -0.01em; }
  .float-pill .l { color: var(--ink-muted); }
  .fp-1 { animation-delay: 0s; } .fp-2 { animation-delay: .08s; } .fp-3 { animation-delay: .16s; }
  .fp-4 { animation-delay: .24s; } .fp-5 { animation-delay: .32s; } .fp-6 { animation-delay: .4s; }
  @keyframes fp-in { from { opacity: 0; transform: translateY(12px) scale(.96); } to { opacity: 1; transform: none; } }

  /* Desktop large : badges flottants sur les flancs, en retrait (opacité réduite
     mais contenu net et lisible) pour garder le focus sur le titre. */
  @media (min-width: 1200px) {
    .hero__floats { position: absolute; inset: 0; margin: 0; display: block; pointer-events: none; z-index: 0; }
    .float-pill { position: absolute; pointer-events: none; opacity: 0.6; animation: float 6s var(--ease-io) infinite; }
    /* 3 pills seulement — triangle équilibré autour du titre. */
    .fp-1 { top: 18%; left: 2%;  animation-delay: 0s;   }
    .fp-2 { top: 42%; right: 0;  animation-delay: .6s;  }
    .fp-3 { top: 70%; left: 5%;  animation-delay: 1.2s; }
  }
  @media (prefers-reduced-motion: reduce) { .float-pill { animation: none !important; } }

  @media (max-width: 600px) {
    .hero__badge { max-width: 100%; white-space: normal; text-align: center; line-height: 1.5; }
    .hero__cta { width: 100%; flex-direction: column; }
    .hero__cta > * { width: 100%; max-width: 380px; margin-inline: auto; justify-content: center; min-width: 0; }
    .cta-founder__text { white-space: normal; }
  }

  /* Dashboard signature — centré sous le hero, compact (ne domine plus). */
  .hero__dash { position: relative; max-width: 840px; margin: 0 auto; }
  .rev-panel {
    position: relative; background: var(--bg-elevated);
    border: 1px solid var(--line-blue); border-radius: var(--radius-xl);
    padding: clamp(1.5rem, 3vw, 2.25rem); box-shadow: var(--shadow-lg);
  }
  .rev-panel__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: var(--space-6); }
  .rev-panel__label { font-family: var(--font-mono); font-size: var(--fs-mono); text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-muted); display: inline-flex; align-items: center; gap: 0.5em; }
  .rev-panel__label .pulse-dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: var(--success); }
  .rev-panel__label .pulse-dot::before { content: ''; position: absolute; inset: -3px; border-radius: 50%; background: var(--success); opacity: 0.4; animation: pulse-ring 1.8s ease-out infinite; }
  .rev-panel__value { font-family: var(--font-display); font-weight: 640; font-size: clamp(2rem, 3.4vw, 2.8rem); color: var(--ink-deep); line-height: 1; letter-spacing: -0.04em; }
  .rev-panel__value .unit { color: var(--highlight-ink); }
  .rev-chart { display: block; width: 100%; height: auto; }
  .rev-chart .grid-line { stroke: var(--line); stroke-width: 1; }
  .rev-chart .area { fill: url(#rev-grad); opacity: 0; animation: rev-fade 1.2s var(--ease-out) 0.6s forwards; }
  .rev-chart .line { fill: none; stroke: var(--c-blue-deep); stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 620; stroke-dashoffset: 620; animation: rev-draw 1.8s var(--ease-out) 0.3s forwards; }
  .rev-chart .node { fill: var(--bg-elevated); stroke: var(--highlight); stroke-width: 3; opacity: 0; animation: rev-fade 0.5s var(--ease-out) 1.9s forwards; }
  @keyframes rev-draw { to { stroke-dashoffset: 0; } }
  @keyframes rev-fade { to { opacity: 1; } }

  .chip { position: absolute; display: inline-flex; align-items: center; gap: 0.5em; background: var(--bg-elevated); border: 1px solid var(--line-blue); border-radius: var(--radius-pill); padding: 0.55rem 0.95rem; font-size: var(--fs-sm); font-weight: 500; color: var(--ink); box-shadow: var(--shadow-md); white-space: nowrap; }
  .chip::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--highlight); }
  .chip--a { top: -20px; left: -26px; animation: float 5s var(--ease-io) infinite; }
  .chip--b { bottom: 26px; left: -36px; animation: float 6s var(--ease-io) 0.4s infinite; }
  .chip--c { top: 42%; right: -30px; animation: float 5.5s var(--ease-io) 0.8s infinite; }
  @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
  @media (max-width: 540px) { .chip--a { left: 0; } .chip--b { left: 0; } .chip--c { right: 0; } }

  .pill { display: inline-flex; align-items: center; gap: 0.5em; font-size: var(--fs-sm); font-weight: 500; color: var(--ink); padding: 0.55rem 1rem; border: 1px solid var(--line-strong); border-radius: var(--radius-pill); background: var(--bg-elevated); }
  .pill::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--highlight); }

  @media (prefers-reduced-motion: reduce) {
    .rev-chart .area, .rev-chart .line, .rev-chart .node { opacity: 1; stroke-dashoffset: 0; animation: none; }
    .chip { animation: none !important; }
  }

  /* ====================================================================== */
  /* PROOF / logos marquee                                                   */
  /* ====================================================================== */
  /* Bande logos — compacte, au ras du hero (visible dans la première vue). */
  .proof { padding-block: clamp(1.25rem, 2.5vw, 2rem); }
  .proof__label { font-family: var(--font-mono); font-size: var(--fs-mono); text-transform: uppercase; letter-spacing: var(--tracking-label); color: var(--ink-muted); text-align: center; margin-bottom: var(--space-5); }
  .proof__item { flex: 0 0 auto; display: flex; align-items: center; }
  .proof__item--text { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.3rem, 2.2vw, 1.9rem); color: var(--ink-soft); letter-spacing: -0.02em; opacity: 0.7; }
  /* Logos en gris (charte) — défilent en continu, opacité maîtrisée mais lisible. */
  .proof__img { max-height: 54px; width: auto; object-fit: contain; filter: grayscale(1); opacity: 0.7; }
  .proof__grid { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(2.5rem, 6vw, 5rem); }

  /* ====================================================================== */
  /* ABOUT — contenu gauche + dashboard droite + chiffres clés en bas        */
  /* ====================================================================== */
  .about { position: relative; overflow: hidden; background: linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--bg-subtle) 55%, transparent) 100%); }
  .about .glow--soft { top: 8%; right: -14vw; width: 46vw; height: 46vw; max-width: 620px; max-height: 620px; opacity: 0.8; }
  .about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 5.5rem); align-items: center; }
  .about__content { max-width: 40rem; }
  .about__title { font-size: var(--fs-h3); line-height: 1.08; max-width: 20ch; margin: var(--space-5) 0 var(--space-5); }
  .about__text { font-size: var(--fs-lead); color: var(--ink-soft); line-height: var(--lh-relaxed); max-width: 52ch; margin-bottom: var(--space-6); }

  /* Dashboard, élément de preuve (présent mais ne domine pas). */
  .about__visual { position: relative; max-width: 500px; width: 100%; margin-inline: auto; }

  .about__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 1.6vw, 1.25rem); margin-top: clamp(3rem, 6vw, 5rem); }
  @media (max-width: 900px) { .about__grid { grid-template-columns: 1fr; } .about__visual { order: 2; max-width: 480px; } }
  @media (max-width: 880px) { .about__stats { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 480px) { .about__stats { grid-template-columns: 1fr; } }

  /* ====================================================================== */
  /* RESULTS — bandeau de stats (cards claires)                              */
  /* ====================================================================== */
  .results { position: relative; overflow: hidden; }
  .results .glow--cool { top: 50%; left: 50%; transform: translate(-50%, -50%); width: 70vw; height: 50vw; max-width: 1000px; max-height: 600px; opacity: 0.7; }
  .results__title { font-size: var(--fs-h3); max-width: 22ch; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
  .results__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 1.5vw, 1.25rem); }
  /* Cards premium : bordures fines, ombre douce, filet doré discret, hauteurs uniformes. */
  .result {
    background: var(--bg-card); border: 1px solid var(--line-blue);
    border-top: 2px solid var(--c-gold-soft);
    border-radius: var(--radius-lg);
    padding: clamp(1.5rem, 2.5vw, 2rem);
    box-shadow: var(--shadow-xs);
    display: flex; flex-direction: column;
    transition: transform var(--dur-med) var(--ease), box-shadow var(--dur-med), border-color var(--dur-med);
  }
  .result:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-top-color: var(--c-gold); }
  .result__value { font-size: clamp(2.4rem, 5vw, 4rem); color: var(--c-blue-deep); }
  .result__value .unit { font-size: 0.36em; color: var(--highlight-ink); font-weight: 600; }
  /* Label poussé en bas → hauteurs internes harmonisées, peu importe le nb de lignes. */
  .result__label { font-size: var(--fs-sm); color: var(--ink-soft); margin-top: auto; padding-top: var(--space-4); line-height: var(--lh-body); }
  @media (max-width: 880px) { .results__grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 480px) { .results__grid { grid-template-columns: 1fr; } }

  /* ====================================================================== */
  /* DUO — Deux disciplines : header éditorial 2-col + cards à pictogramme,
     petit badge label, hover doux et connecteur narratif sous les cards.    */
  /* ====================================================================== */
  .duo__head { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: end; margin-bottom: clamp(3rem, 5vw, 4.5rem); }
  .duo__head .eyebrow { margin-bottom: var(--space-4); }
  .duo__title { margin-top: 0; }
  .duo__intro { font-size: var(--fs-lead); color: var(--ink-soft); line-height: var(--lh-relaxed); max-width: 48ch; }
  @media (max-width: 900px) { .duo__head { grid-template-columns: 1fr; gap: var(--space-5); align-items: start; } }

  .duo__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.25rem, 2.5vw, 1.75rem); }
  /* Cards plus légères : fond légèrement crème (moins « boîte blanche »),
     padding interne resserré, ombre hover plus douce. */
  .duo-col {
    position: relative;
    background: color-mix(in srgb, var(--bg-elevated) 82%, var(--bg-subtle));
    border: 1px solid var(--line-blue); border-radius: var(--radius-lg);
    padding: clamp(1.5rem, 3vw, 2.5rem); box-shadow: var(--shadow-xs); overflow: hidden;
    transition: border-color var(--dur-med), transform var(--dur-med) var(--ease), box-shadow var(--dur-med), background-color var(--dur-med);
  }
  .duo-col::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--c-blue); transform: scaleX(0); transform-origin: 0 50%; transition: transform var(--dur-med) var(--ease); }
  .duo-col:hover { border-color: var(--line-strong); transform: translateY(-3px); box-shadow: var(--shadow-sm); background-color: color-mix(in srgb, var(--c-blue) 3%, var(--bg-elevated)); }
  .duo-col:hover::before { transform: scaleX(1); }

  /* Tête de card : pictogramme à gauche, badge label à droite. */
  .duo-col__head { display: flex; align-items: center; justify-content: space-between; gap: var(--space-4); margin-bottom: var(--space-6); }
  .duo-col__icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: var(--radius-md); background: color-mix(in srgb, var(--c-blue) 10%, transparent); color: var(--c-blue-deep); transition: background var(--dur-med); }
  /* Variation discrète : RevOps reçoit un accent doré subtil sur l'icône. */
  .duo-col--2 .duo-col__icon { background: color-mix(in srgb, var(--c-gold) 18%, transparent); color: var(--highlight-ink); }
  .duo-col__label { font-family: var(--font-mono); font-size: 0.7rem; color: var(--ink-muted); text-transform: uppercase; letter-spacing: var(--tracking-label); font-weight: 500; padding: 0.35rem 0.7rem; border: 1px solid var(--line-strong); border-radius: var(--radius-pill); background: var(--bg-elevated); }

  .duo-col__name { font-size: clamp(1.65rem, 2.8vw, 2.2rem); font-weight: 640; color: var(--ink-deep); letter-spacing: var(--tracking-tight); line-height: 1.04; margin-bottom: var(--space-3); }
  .duo-col__for { font-family: var(--font-mono); font-size: var(--fs-xs); color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: var(--space-5); }
  .duo-col__desc { color: var(--ink-soft); line-height: var(--lh-relaxed); margin-bottom: var(--space-6); }
  .duo-col__list li { font-size: var(--fs-sm); color: var(--ink-soft); padding: var(--space-3) 0; border-top: 1px solid var(--line); display: flex; align-items: flex-start; gap: 0.7em; }
  .duo-col__list li:last-child { border-bottom: 1px solid var(--line); }
  .duo-col__list li::before { content: ''; flex: 0 0 auto; width: 5px; height: 5px; margin-top: 0.6em; border-radius: 50%; background: var(--highlight); }

  /* Connecteur narratif sous les cards (filet fin + × en accent). */
  .duo__bridge { position: relative; text-align: center; font-size: var(--fs-lead); color: var(--ink-soft); line-height: var(--lh-relaxed); max-width: 60ch; margin: clamp(2.5rem, 5vw, 3.5rem) auto 0; padding-top: clamp(2rem, 4vw, 3rem); border-top: 1px solid var(--line); }
  /* « + » comme accent de convergence (Lifecycle + RevOps). */
  .duo__bridge::before { content: '+'; position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); background: var(--bg); padding: 0 0.6em; font-family: var(--font-display); font-size: 1.5rem; font-weight: 500; color: var(--highlight-ink); line-height: 1; }
  .duo__bridge strong { color: var(--ink-deep); font-weight: 700; }

  @media (max-width: 880px) {
    .duo__grid { grid-template-columns: 1fr; }
    .duo__bridge { font-size: var(--fs-body); }
  }

  /* ====================================================================== */
  /* COMPARE — Gitaldi vs agences classiques. Tableau éditorial : colonne us
     point focal (teinte bleue très douce, pas de bloc foncé) ; checks bleus
     discrets ; croix très muettes ; mobile = une card par ligne.            */
  /* ====================================================================== */
  .compare__intro { font-size: var(--fs-lead); color: var(--ink-soft); line-height: var(--lh-relaxed); max-width: 56ch; margin: var(--space-5) auto 0; }

  .compare__grid { display: grid; grid-template-columns: 1.05fr 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line-blue); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-xs); }
  /* Les wrappers de ligne sont transparents pour la grille (desktop) — ils
     deviennent des cards autonomes en mobile via la media query. */
  .compare__head, .compare__row { display: contents; }

  .compare__cell { background: var(--bg-elevated); padding: clamp(1.25rem, 2.4vw, 1.75rem) clamp(1.25rem, 2.5vw, 2rem); display: flex; align-items: center; min-height: 68px; }
  .compare__cell--row { font-size: var(--fs-sm); color: var(--ink); font-weight: 600; }

  .compare__col-head { background: var(--bg-subtle); flex-direction: column; align-items: flex-start; gap: 0.45rem; padding-block: clamp(1.5rem, 3vw, 2rem); }
  /* Top accent légèrement plus marqué + filets bleus marines fins sur les côtés
     pour mieux délimiter la colonne us (sans bloc foncé). */
  .compare__col-head.is-us {
    background: color-mix(in srgb, var(--c-blue-deep) 7%, var(--bg-elevated));
    box-shadow:
      inset 0 4px 0 var(--c-blue-deep),
      inset 1px 0 0 color-mix(in srgb, var(--c-blue-deep) 18%, transparent),
      inset -1px 0 0 color-mix(in srgb, var(--c-blue-deep) 18%, transparent);
  }
  .compare__col-name { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--ink-deep); letter-spacing: -0.02em; }
  .compare__col-head.is-us .compare__col-name { color: var(--c-blue-deep); }
  .compare__col-sub { font-family: var(--font-mono); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-muted); font-weight: 500; }

  .compare__val { font-size: var(--fs-sm); display: flex; align-items: center; gap: 0.6em; line-height: 1.4; }
  .compare__val .ico { width: 18px; height: 18px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; }
  .compare__val--yes { color: var(--ink-deep); font-weight: 500; }
  .compare__val--yes .ico { background: color-mix(in srgb, var(--c-blue) 12%, transparent); color: var(--c-blue-deep); }
  .compare__val--no { color: var(--ink-muted); }
  .compare__val--no .ico { background: transparent; color: var(--line-strong); }

  /* Colonne us = point focal : teinte un peu plus présente + mêmes filets
     verticaux bleus marines sur toute la hauteur (cohérence avec le head). */
  .compare__cell.is-us {
    background: color-mix(in srgb, var(--c-blue) 7%, var(--bg-elevated));
    box-shadow:
      inset 1px 0 0 color-mix(in srgb, var(--c-blue-deep) 16%, transparent),
      inset -1px 0 0 color-mix(in srgb, var(--c-blue-deep) 16%, transparent);
  }

  .compare__who { display: none; }

  /* MOBILE — chaque ligne devient une card comparative (pas de scroll H). */
  @media (max-width: 760px) {
    .compare__grid {
      display: block; gap: 0; background: transparent;
      border: none; border-radius: 0; box-shadow: none; overflow: visible;
    }
    .compare__head { display: none; }
    .compare__row {
      display: block;
      background: var(--bg-elevated);
      border: 1px solid var(--line-blue);
      border-radius: var(--radius-md);
      padding: var(--space-5);
      margin-bottom: var(--space-3);
      box-shadow: var(--shadow-xs);
    }
    .compare__cell { background: transparent; padding: 0; min-height: 0; align-items: flex-start; }
    .compare__cell--row {
      font-size: var(--fs-sm); font-weight: 700; color: var(--ink-deep);
      padding-bottom: var(--space-3); margin-bottom: var(--space-3);
      border-bottom: 1px solid var(--line); display: block;
    }
    .compare__cell.is-us { background: transparent; box-shadow: none; }
    .compare__row > .compare__cell:not(.compare__cell--row) { padding: 0.4rem 0; }
    .compare__who {
      display: inline-block;
      font-family: var(--font-mono); font-size: 0.66rem;
      text-transform: uppercase; letter-spacing: 0.1em;
      color: var(--ink-muted); font-weight: 500;
      margin-right: 0.6em; min-width: 5.8em;
    }
  }

  /* ====================================================================== */
  /* CATALOGUE — Offres en cards horizontales premium (no, body, CTA).
     Diagnostics = card mise en avant en bas, tintée bleue très douce.       */
  /* ====================================================================== */
  .catalogue__intro { font-size: var(--fs-lead); color: var(--ink-soft); line-height: var(--lh-relaxed); max-width: 60ch; margin-top: var(--space-5); }

  .offers { display: grid; gap: var(--space-4); margin-top: clamp(2rem, 4vw, 3rem); }

  .offer {
    position: relative;
    background: var(--bg-elevated);
    border: 1px solid var(--line-blue); border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xs);
    display: grid; grid-template-columns: auto 1fr auto;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: start;
    padding: clamp(1.5rem, 3vw, 2.25rem);
    transition: border-color var(--dur-med), transform var(--dur-med) var(--ease), box-shadow var(--dur-med);
  }
  .offer:hover { border-color: var(--line-strong); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
  /* Numéro un peu plus présent (47% au lieu de 28%) mais toujours en retrait. */
  .offer__num { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.5rem, 2.6vw, 2.1rem); color: color-mix(in srgb, var(--c-blue-deep) 50%, transparent); letter-spacing: -0.04em; line-height: 1; padding-top: 0.3rem; min-width: 2ch; }
  .offer__body { min-width: 0; }
  .offer__name { font-size: clamp(1.3rem, 2.4vw, 1.8rem); font-weight: 640; color: var(--ink-deep); letter-spacing: -0.02em; line-height: 1.1; margin-bottom: var(--space-3); }
  .offer__promise { font-size: clamp(1rem, 1.4vw, 1.15rem); font-weight: 600; color: var(--c-blue); margin-bottom: var(--space-4); line-height: 1.4; }
  /* Retrait des max-width internes → le body remplit la card et les cards
     ne paraissent plus à moitié vides à droite. */
  .offer__meta { font-size: var(--fs-sm); color: var(--ink-soft); margin-bottom: var(--space-3); line-height: var(--lh-body); }
  .offer__meta-label { font-family: var(--font-mono); font-size: 0.66rem; font-weight: 500; color: var(--highlight-ink); text-transform: uppercase; letter-spacing: 0.12em; margin-right: 0.55em; display: inline-block; }
  .offer__desc { font-size: var(--fs-sm); color: var(--ink-soft); margin-bottom: var(--space-5); line-height: var(--lh-body); }
  .offer__seq { display: flex; flex-direction: column; gap: var(--space-2); }
  .offer__seq .offer__meta-label { margin-right: 0; }
  .offer__tags { display: flex; flex-wrap: wrap; gap: var(--space-2); }
  .offer__tags .tag { border-style: dashed; }
  /* CTA un peu plus lisible : poids 600, légère teinte bleue dès le repos. */
  .offer__cta { white-space: nowrap; padding-top: 0.35rem; align-self: start; font-weight: 600; color: var(--c-blue-deep); border-bottom-color: color-mix(in srgb, var(--c-blue-deep) 35%, transparent); }
  .offer__cta:hover { color: var(--highlight-ink); border-bottom-color: var(--highlight); }

  /* Diagnostics : card mise en avant — layout 2-col (texte + aside tags/CTA)
     pour réduire la hauteur sans alourdir. Bord bleu marine fin en haut,
     fond bleu très doux. */
  .offer--featured {
    background: linear-gradient(160deg, color-mix(in srgb, var(--c-blue) 7%, var(--bg-elevated)) 0%, var(--bg-elevated) 100%);
    border: 1px solid color-mix(in srgb, var(--c-blue) 20%, var(--line-strong));
    border-top: 3px solid var(--c-blue-deep);
    grid-template-columns: 1.4fr 1fr;
    gap: clamp(1.75rem, 3.5vw, 2.5rem);
    align-items: start;
    padding: clamp(1.5rem, 3vw, 2.25rem);
    margin-top: var(--space-4);
    box-shadow: var(--shadow-sm);
  }
  .offer--featured:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
  .offer__feat-main { min-width: 0; }
  .offer__feat-head { display: flex; align-items: center; gap: var(--space-3); margin-bottom: var(--space-4); }
  .offer__feat-num { font-family: var(--font-mono); font-size: 0.72rem; color: var(--c-blue-deep); font-weight: 600; letter-spacing: 0.12em; }
  .offer__feat-tag {
    font-family: var(--font-mono); font-size: 0.64rem; font-weight: 600;
    color: var(--c-blue-deep); text-transform: uppercase; letter-spacing: 0.12em;
    background: color-mix(in srgb, var(--c-blue-deep) 10%, transparent);
    padding: 0.35rem 0.7rem; border-radius: var(--radius-pill);
  }
  .offer__name--featured { font-size: clamp(1.4rem, 2.4vw, 1.85rem); margin-bottom: var(--space-3); }
  .offer__promise--featured { color: var(--c-blue-deep); margin-bottom: var(--space-4); }
  .offer__desc--featured { margin-bottom: 0; }
  /* Colonne aside : tags + CTA, alignés en haut, espacement équilibré. */
  .offer__feat-aside {
    display: flex; flex-direction: column; gap: var(--space-5);
    padding-top: clamp(1.75rem, 2.5vw, 2.25rem); /* aligne visuellement avec le titre */
  }
  .offer__cta-featured { align-self: flex-start; margin-top: 0; }

  @media (max-width: 760px) {
    .offer--featured { grid-template-columns: 1fr; gap: var(--space-5); padding: clamp(1.25rem, 4vw, 1.75rem); }
    .offer__feat-aside { padding-top: 0; gap: var(--space-4); }
    .offer__cta-featured { width: 100%; justify-content: center; }
  }

  @media (max-width: 760px) {
    .offer { grid-template-columns: 1fr; gap: var(--space-4); padding: clamp(1.25rem, 4vw, 1.75rem); }
    .offer__num { padding-top: 0; font-size: 1.3rem; }
    .offer__cta { padding-top: 0; }
    .offer__feat-head { flex-wrap: wrap; }
  }

  /* ====================================================================== */
  /* METHOD — process 01→04 sticky                                           */
  /* ====================================================================== */
  .method__layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
  .method__aside { position: sticky; top: clamp(6rem, 12vh, 9rem); }
  .method__intro { color: var(--ink-soft); line-height: var(--lh-relaxed); margin-top: var(--space-5); max-width: 36ch; }
  .method__steps { position: relative; display: grid; gap: clamp(1rem, 2vw, 1.5rem); }
  .step {
    position: relative; background: var(--bg-card); background-image: var(--card-grad);
    border: 1px solid var(--line-blue); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm);
    padding: clamp(1.5rem, 3vw, 2.25rem); display: grid; grid-template-columns: auto 1fr; gap: clamp(1.25rem, 3vw, 2rem);
    transition: border-color var(--dur-med), transform var(--dur-med) var(--ease), box-shadow var(--dur-med);
  }
  .step:hover { border-color: var(--line-strong); transform: translateX(6px); box-shadow: var(--shadow-md); }
  .step__index { font-family: var(--font-display); font-weight: 700; font-size: clamp(2.25rem, 4vw, 3.4rem); line-height: 0.9; color: color-mix(in srgb, var(--c-blue) 22%, transparent); letter-spacing: -0.05em; }
  .step__num { font-family: var(--font-mono); font-size: 0.72rem; color: var(--highlight-ink); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: var(--space-3); }
  .step__title { font-size: clamp(1.4rem, 2.4vw, 2rem); font-weight: 640; color: var(--ink-deep); margin-bottom: var(--space-3); letter-spacing: var(--tracking-snug); }
  .step__desc { font-size: var(--fs-sm); color: var(--ink-soft); line-height: var(--lh-body); margin-bottom: var(--space-4); }
  /* Pied de step : durée à gauche, micro-tags (Data/CRM/Revenue) à droite. */
  .step__foot {
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: var(--space-3);
    padding-top: var(--space-3); border-top: 1px dashed var(--line);
  }
  .step__duration { display: inline-flex; align-items: center; gap: 0.5em; font-family: var(--font-mono); font-size: 0.72rem; color: var(--ink-muted); letter-spacing: 0.06em; }
  .step__duration::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--highlight); }
  .step__tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
  .step__tag {
    font-family: var(--font-mono); font-size: 0.62rem; font-weight: 500;
    text-transform: uppercase; letter-spacing: 0.1em;
    color: var(--c-blue-deep);
    padding: 0.3rem 0.6rem;
    border: 1px solid color-mix(in srgb, var(--c-blue) 22%, var(--line-blue));
    border-radius: var(--radius-pill);
    background: color-mix(in srgb, var(--c-blue) 5%, transparent);
  }

  /* Phrase de transition sous les étapes — filet doré + texte centré. */
  .method__closing {
    position: relative;
    text-align: center; max-width: 56ch; margin: clamp(2rem, 4vw, 2.75rem) auto 0;
    padding-top: clamp(1.75rem, 3vw, 2.25rem); border-top: 1px solid var(--line);
    font-size: var(--fs-lead); color: var(--ink); line-height: var(--lh-relaxed); font-weight: 500;
  }
  .method__closing::before {
    content: ''; position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%);
    width: 28px; height: 2px; background: var(--highlight); border-radius: 1px;
  }
  @media (max-width: 880px) { .method__layout { grid-template-columns: 1fr; gap: var(--space-7); } .method__aside { position: static; } }
  @media (max-width: 480px) { .step { grid-template-columns: 1fr; gap: var(--space-3); } }

  /* ====================================================================== */
  /* CASES — bento asymétrique : 1 card featured large + horizontale en haut,
     2 cards plus compactes en bas. Chaque card : stack + client + métrique
     + label + Problème + Action GitalDi.                                    */
  /* ====================================================================== */
  .cases__bento { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 2vw, 1.5rem); }

  .case-card {
    position: relative;
    background: var(--bg-card); background-image: var(--card-grad);
    border: 1px solid var(--line-blue); border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    padding: clamp(1.75rem, 3vw, 2.5rem);
    overflow: hidden;
    display: flex; flex-direction: column; gap: var(--space-5);
    transition: transform var(--dur-med) var(--ease), border-color var(--dur-med), box-shadow var(--dur-med);
  }
  .case-card:hover { transform: translateY(-4px); border-color: var(--line-strong); box-shadow: var(--shadow-md); }

  /* Tête : stack badge (gauche) + identité client (droite ou bas). */
  .case-card__head { display: flex; flex-direction: column; align-items: flex-start; gap: var(--space-3); }
  .case-card__stack {
    font-family: var(--font-mono); font-size: 0.66rem; color: var(--highlight-ink);
    text-transform: uppercase; letter-spacing: 0.12em; font-weight: 500;
    padding: 0.35rem 0.7rem;
    border: 1px solid color-mix(in srgb, var(--highlight) 30%, var(--line-blue));
    border-radius: var(--radius-pill);
    background: color-mix(in srgb, var(--highlight) 7%, transparent);
  }
  .case-card__client { display: flex; flex-direction: column; gap: 0.15em; }
  .case-card__client-name { font-size: 1.05rem; font-weight: 700; color: var(--ink-deep); letter-spacing: -0.01em; }
  .case-card__vertical { font-size: var(--fs-xs); color: var(--ink-muted); }

  /* Résultat = grosse métrique + label de contexte. */
  .case-card__result { display: flex; flex-direction: column; gap: var(--space-3); }
  .case-card__metric { font-size: clamp(3rem, 5.5vw, 4.4rem); color: var(--c-blue-deep); line-height: 0.9; }
  .case-card__metric .unit { font-size: 0.32em; color: var(--highlight-ink); font-weight: 600; vertical-align: super; letter-spacing: 0; }
  .case-card__label { font-size: var(--fs-sm); color: var(--ink-soft); line-height: var(--lh-body); max-width: 40ch; }

  /* Story = Problème + Action (dl/dt/dd), séparés du résultat par un trait. */
  .case-card__story { display: flex; flex-direction: column; gap: var(--space-4); padding-top: var(--space-5); border-top: 1px solid var(--line); }
  .case-card__row dt { font-family: var(--font-mono); font-size: 0.64rem; font-weight: 500; color: var(--highlight-ink); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 0.4em; }
  .case-card__row dd { font-size: var(--fs-sm); color: var(--ink); line-height: var(--lh-body); }

  /* Featured = pleine largeur + layout interne : head wide, puis 2 colonnes
     (résultat à gauche, story à droite). Plus dynamique, plus lisible. */
  .case-card--featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-areas: "head head" "result story";
    grid-template-columns: 0.95fr 1.05fr;
    gap: clamp(1.5rem, 3vw, 2.25rem) clamp(2rem, 4vw, 3rem);
    align-items: start;
  }
  .case-card--featured > .case-card__head {
    grid-area: head; flex-direction: row; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: var(--space-4);
    padding-bottom: var(--space-5); border-bottom: 1px solid var(--line);
  }
  .case-card--featured > .case-card__result { grid-area: result; }
  .case-card--featured > .case-card__story { grid-area: story; padding-top: 0; border-top: none; }
  .case-card--featured .case-card__metric { font-size: clamp(3.5rem, 7vw, 5.4rem); }
  .case-card--featured .case-card__client { align-items: flex-end; text-align: right; }

  .cases__cta { text-align: center; margin-top: clamp(2.25rem, 4vw, 3rem); }

  @media (max-width: 880px) {
    .cases__bento { grid-template-columns: 1fr; }
    .case-card--featured {
      grid-template-areas: "head" "result" "story";
      grid-template-columns: 1fr;
      gap: var(--space-5);
    }
    .case-card--featured > .case-card__head { flex-direction: column; align-items: flex-start; padding-bottom: var(--space-4); }
    .case-card--featured .case-card__client { align-items: flex-start; text-align: left; }
    .case-card--featured > .case-card__story { padding-top: var(--space-5); border-top: 1px solid var(--line); }
  }

  /* ====================================================================== */
  /* FIT — deux cards oui/non                                                */
  /* ====================================================================== */
  .fit__intro { font-size: var(--fs-lead); color: var(--ink-soft); line-height: var(--lh-relaxed); max-width: 52ch; margin-top: var(--space-5); }
  .fit__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.25rem, 2.5vw, 1.75rem); align-items: start; }
  .fit-col { background: var(--bg-card); background-image: var(--card-grad); border: 1px solid var(--line-blue); border-radius: var(--radius-lg); padding: clamp(1.5rem, 3vw, 2.25rem); box-shadow: var(--shadow-sm); }
  /* Carte « oui » valorisée par un filet navy discret (pas de grand bord vert SaaS). */
  .fit-col--yes { border-top: 2px solid color-mix(in srgb, var(--c-blue) 55%, var(--line-strong)); }
  .fit-col--no { border-top: 2px solid var(--line-strong); }
  .fit-col__label { font-family: var(--font-mono); font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: var(--tracking-label); margin-bottom: var(--space-4); display: inline-flex; align-items: center; gap: 0.5em; }
  .fit-col--yes .fit-col__label { color: var(--c-blue); }
  .fit-col--no .fit-col__label { color: var(--ink-muted); }
  .fit-col__title { font-size: clamp(1.4rem, 2.2vw, 1.95rem); font-weight: 640; color: var(--ink-deep); letter-spacing: var(--tracking-snug); line-height: 1.08; margin-bottom: var(--space-5); }
  .fit-list li { font-size: var(--fs-sm); color: var(--ink-soft); padding: var(--space-3) 0 var(--space-3) 1.75rem; position: relative; line-height: 1.5; border-top: 1px solid var(--line); }
  .fit-list li:first-child { border-top: 0; }
  /* Coche verte volontairement discrète : un glyphe fin, pas un badge plein. */
  .fit-col--yes .fit-list li::before { content: '✓'; position: absolute; left: 0; top: var(--space-3); color: color-mix(in srgb, var(--success) 78%, var(--ink-muted)); font-weight: 600; font-size: 0.92rem; }
  .fit-col--no .fit-list li::before { content: '×'; position: absolute; left: 1px; top: calc(var(--space-3) - 1px); color: var(--ink-muted); font-weight: 500; font-size: 1.15rem; }
  @media (max-width: 760px) { .fit__grid { grid-template-columns: 1fr; } }

  /* ====================================================================== */
  /* HUBS                                                                    */
  /* ====================================================================== */
  .hubs__intro { font-size: var(--fs-lead); color: var(--ink-soft); line-height: var(--lh-relaxed); max-width: 60ch; margin-top: var(--space-5); }
  .hubs__grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.5rem); }
  /* Connecteur fuseaux : fine ligne reliant les hubs, visible uniquement dans
     les gouttières (les cards sont opaques) → effet « réseau » discret. */
  .hubs__grid::before { content: ''; position: absolute; top: 50%; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--line-strong) 18%, var(--line-strong) 82%, transparent); z-index: 0; pointer-events: none; }
  .hub { position: relative; z-index: 1; min-width: 0; background: var(--bg-card); background-image: var(--card-grad); border: 1px solid var(--line-blue); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: clamp(1.75rem, 3vw, 2.5rem); transition: border-color var(--dur-med), transform var(--dur-med) var(--ease), box-shadow var(--dur-med); }
  .hub:hover { border-color: var(--line-strong); transform: translateY(-4px); box-shadow: var(--shadow-md); }
  .hub__top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--space-2) var(--space-3); margin-bottom: var(--space-5); }
  .hub__kind { font-family: var(--font-mono); font-size: 0.64rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.07em; color: var(--highlight-ink); padding: 0.32rem 0.7rem; border: 1px solid color-mix(in srgb, var(--c-gold) 38%, transparent); border-radius: var(--radius-pill); background: color-mix(in srgb, var(--c-gold) 7%, transparent); white-space: nowrap; }
  .hub__tz { display: inline-flex; align-items: center; gap: 0.45em; font-family: var(--font-mono); font-size: 0.7rem; color: var(--ink-muted); white-space: nowrap; }
  .hub__tz::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--highlight); box-shadow: 0 0 0 3px var(--highlight-soft); }
  .hub__city { font-size: clamp(1.9rem, 3.4vw, 2.7rem); font-weight: 640; color: var(--ink-deep); letter-spacing: var(--tracking-tight); margin-bottom: var(--space-2); }
  .hub__role { font-family: var(--font-mono); font-size: var(--fs-mono); color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: var(--space-5); }
  .hub__desc { font-size: var(--fs-sm); color: var(--ink-soft); line-height: var(--lh-relaxed); }
  @media (max-width: 760px) { .hubs__grid { grid-template-columns: 1fr; } .hubs__grid::before { display: none; } }

  /* ====================================================================== */
  /* STORY — Notre histoire : intro à gauche, 3 cards « constat » à droite,
     phrase de conclusion centrée en bas (filet doré).                       */
  /* ====================================================================== */
  .story { position: relative; overflow: hidden; }
  .story .glow--cool { top: 50%; right: -8vw; transform: translateY(-50%); width: 44vw; height: 44vw; max-width: 560px; max-height: 560px; }

  /* align-items: center → l'intro à gauche s'aligne verticalement avec
     le bloc des 3 cards à droite (équilibre visuel). */
  .story__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
  .story__intro { max-width: 36rem; }
  .story__title { font-size: clamp(1.8rem, 3.2vw, 2.6rem); line-height: 1.1; max-width: 18ch; margin: var(--space-5) 0 var(--space-5); color: var(--ink-deep); letter-spacing: var(--tracking-snug); }
  .story__lead { font-size: var(--fs-lead); color: var(--ink-soft); line-height: var(--lh-relaxed); max-width: 48ch; }

  .story__pains { display: grid; gap: var(--space-4); }
  /* Cards constat : léger gradient + accent gauche fin (doré) qui s'épaissit
     au survol → on perd l'effet « plat » sans alourdir. */
  .pain {
    position: relative;
    display: grid; grid-template-columns: auto 1fr; gap: var(--space-5); align-items: start;
    background: var(--bg-elevated); background-image: var(--card-grad);
    border: 1px solid var(--line-blue); border-radius: var(--radius-md);
    padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.5rem, 3vw, 2rem);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: border-color var(--dur-med), transform var(--dur-med) var(--ease), box-shadow var(--dur-med);
  }
  .pain::before {
    content: ''; position: absolute; top: 0; bottom: 0; left: 0;
    width: 3px; background: var(--highlight);
    transform: scaleY(0.4); transform-origin: 50% 50%;
    transition: transform var(--dur-med) var(--ease), background var(--dur-med);
  }
  .pain:hover { border-color: var(--line-strong); transform: translateY(-2px); box-shadow: var(--shadow-md); }
  .pain:hover::before { transform: scaleY(1); background: var(--c-blue); }
  .pain__num { font-family: var(--font-mono); font-size: 0.72rem; color: var(--highlight-ink); letter-spacing: 0.12em; font-weight: 500; padding-top: 0.4em; }
  .pain__title { font-size: 1.05rem; font-weight: 700; color: var(--ink-deep); margin-bottom: 0.4rem; letter-spacing: -0.01em; }
  .pain__text { font-size: var(--fs-sm); color: var(--ink-soft); line-height: var(--lh-body); }

  .story__conclusion {
    position: relative;
    text-align: center; max-width: 64ch; margin: clamp(2.5rem, 5vw, 3.5rem) auto 0;
    font-size: var(--fs-lead); color: var(--ink); line-height: var(--lh-relaxed); font-weight: 500;
    padding-top: clamp(2rem, 4vw, 3rem); border-top: 1px solid var(--line);
  }
  .story__conclusion::before {
    content: ''; position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%);
    width: 32px; height: 2px; background: var(--highlight); border-radius: 1px;
  }

  @media (max-width: 880px) { .story__grid { grid-template-columns: 1fr; gap: clamp(2rem, 4vw, 2.5rem); } }

  /* ====================================================================== */
  /* FINAL CTA                                                               */
  /* ====================================================================== */
  .cta { position: relative; text-align: center; overflow: hidden; }
  .cta-band {
    position: relative; color: var(--c-cream);
    /* Dégradé navy très subtil + bord interne clair → moins « gros rectangle plein ». */
    background: linear-gradient(158deg, var(--c-blue) 0%, var(--c-blue-deep) 62%);
    border-radius: var(--radius-xl); padding: clamp(2.75rem, 6vw, 5.5rem) clamp(1.5rem, 4vw, 4rem);
    overflow: hidden; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.07), var(--shadow-md);
  }
  /* Sheen doré discret (pas un halo) en haut du bloc. */
  .cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% -12%, rgba(201,169,97,0.10) 0%, transparent 45%); pointer-events: none; }
  /* Filet doré fin centré en haut du bloc → détail premium. */
  .cta-band::after { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 56px; height: 2px; border-radius: 0 0 2px 2px; background: var(--c-gold); opacity: 0.75; }
  .cta-band > * { position: relative; z-index: 1; }
  .cta__title { font-size: var(--fs-h2); line-height: var(--lh-snug); color: #FFFFFF; max-width: 18ch; margin: 0 auto clamp(1.25rem, 2.5vw, 2rem); }
  .cta__title em { color: var(--c-gold-soft); }
  .cta__sub { font-size: var(--fs-lead); color: color-mix(in srgb, var(--c-cream) 82%, transparent); max-width: 56ch; margin: 0 auto var(--space-7); }
  .cta__block { display: inline-flex; flex-direction: column; align-items: center; gap: var(--space-4); }
  .cta__reassurance { margin: 0; font-size: var(--fs-sm); color: color-mix(in srgb, var(--c-cream) 60%, transparent); max-width: 44ch; }

  /* ====================================================================== */
  /* CONTACT page                                                            */
  /* ====================================================================== */
  .contact { padding-top: clamp(8rem, 14vw, 11rem); }
  .contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
  .contact__title { font-size: var(--fs-h3); margin: var(--space-5) 0; }
  .contact__lead { font-size: var(--fs-lead); color: var(--ink-soft); margin-bottom: var(--space-7); }
  .contact__direct { display: grid; gap: var(--space-4); }
  .contact__direct a { display: inline-flex; align-items: center; gap: var(--space-3); color: var(--ink-soft); transition: color var(--dur-fast); }
  .contact__direct a:hover { color: var(--ink); }
  .form-card { background: var(--bg-card); border: 1px solid var(--line-blue); border-radius: var(--radius-lg); padding: clamp(1.75rem, 3vw, 2.5rem); box-shadow: var(--shadow-md); }
  .field { margin-bottom: var(--space-5); }
  .field label { display: block; font-size: var(--fs-sm); font-weight: 500; margin-bottom: var(--space-2); }
  .field input, .field select, .field textarea { width: 100%; font: inherit; color: var(--ink); background: var(--bg); border: 1px solid var(--line-strong); border-radius: var(--radius-sm); padding: 0.8rem 0.9rem; transition: border-color var(--dur-fast), box-shadow var(--dur-fast); }
  .field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--c-blue); box-shadow: 0 0 0 3px color-mix(in srgb, var(--c-blue) 22%, transparent); }
  .field textarea { min-height: 130px; resize: vertical; }
  .field--error input, .field--error select, .field--error textarea { border-color: var(--warn); }
  .field__error { display: block; margin-top: var(--space-2); font-size: var(--fs-xs); color: var(--warn); }
  .field--honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
  .form-success { background: var(--success-bg); color: var(--success); border-radius: var(--radius-sm); padding: var(--space-5); font-weight: 500; }
  @media (max-width: 760px) { .contact__grid { grid-template-columns: 1fr; } }

  /* --- STATUS / 404 ------------------------------------------------------ */
  .status-page { min-height: 72vh; display: grid; place-content: center; text-align: center; gap: var(--space-5); padding: var(--space-10) var(--container-pad); }
  .status-page__code { font-family: var(--font-mono); font-size: var(--fs-mono); color: var(--highlight-ink); text-transform: uppercase; letter-spacing: var(--tracking-label); }
  .status-page__title { font-size: var(--fs-h2); }
}
