@font-face {
  font-family: "Klapp Display";
  src: url("/assets/fonts/dmsans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "Klapp Display";
  src: url("/assets/fonts/dmsans-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "Klapp UI";
  src: url("/assets/fonts/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "Klapp UI";
  src: url("/assets/fonts/inter-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --ink: #1d1d1f;
  --bone: #ffffff;
  --mist: #f3f4f5;
  --cloud: #dce6ef;
  --surface-light: #ebeef1;
  --surface-dark: #111417;
  --hero-blue: #168fd0;
  --line: rgba(29, 29, 31, 0.17);
  --line-light: rgba(255, 255, 255, 0.2);
  --graphite: #5f5f63;
  --muted: #737378;
  --display: "Klapp Display", "Helvetica Neue", Arial, sans-serif;
  --ui: "Klapp UI", "Helvetica Neue", Arial, sans-serif;
  --shell: 1320px;
  --pad: clamp(24px, 4.2vw, 72px);
  --nav-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background: var(--ink); }
body { margin: 0; overflow-x: hidden; background: var(--bone); color: var(--ink); font-family: var(--ui); font-size: 16px; line-height: 1.45; -webkit-font-smoothing: antialiased; }
body, button, input, textarea { font-family: var(--ui); }
img, picture, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { color: inherit; }
button, summary { cursor: pointer; }
::selection { background: var(--cloud); color: var(--ink); }
:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.shell { width: min(100%, var(--shell)); margin: 0 auto; padding-inline: var(--pad); }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; border-radius: 99px; background: var(--bone); color: var(--ink); transform: translateY(-180%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }
.section-label { display: block; font-size: 11px; font-weight: 680; letter-spacing: 0.11em; line-height: 1.2; text-transform: uppercase; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 13px 24px; font-size: 14px; font-weight: 600; line-height: 1; letter-spacing: -0.01em; transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease; }
.button:hover { transform: translateY(-1px); }
.button-dark { background: var(--ink); color: var(--bone); }
.button-dark:hover { background: #000; }
.button-glass { border-color: var(--bone); background: var(--bone); color: var(--ink); backdrop-filter: blur(16px); }
.button-glass:hover { background: #f7f7f7; }
.button-block { width: 100%; }

/* Navigation */
.site-nav { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: var(--nav-h); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding-inline: var(--pad); color: var(--bone); transition: height 220ms ease, background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease; }
.site-nav.is-scrolled { height: 64px; border-bottom: 1px solid rgba(29, 29, 31, 0.1); background: rgba(255, 255, 255, 0.84); color: var(--ink); backdrop-filter: blur(18px) saturate(140%); }
.brand { width: max-content; display: inline-flex; align-items: center; font-family: var(--display); font-size: 25px; font-weight: 500; letter-spacing: -0.024em; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 500; }
.nav-links a { opacity: 0.7; transition: opacity 160ms ease; }
.nav-links a:hover { opacity: 1; }
/* Doublon assume de l'entree Connexion : visible seulement dans le menu
   deroulant du telephone, ou le bouton de la barre est masque. */
.nav-links-login { display: none; }
.nav-cta { min-height: 42px; justify-self: end; padding-inline: 19px; border-color: var(--bone); background: var(--bone); color: var(--ink); }
.nav-cta:hover { border-color: var(--bone); background: #f7f7f7; }
.nav-cta-short { display: none; }
/* Les deux actions occupent la troisieme colonne de la grille : un seul enfant
   de plus casserait la mise en page. currentColor suit la nav, qui passe du
   clair sur le hero a l'encre une fois deroulee. */
.site-nav-actions { display: inline-flex; align-items: center; gap: 10px; justify-self: end; }
.nav-login { min-height: 42px; display: inline-flex; align-items: center; padding-inline: 18px; border: 1px solid currentColor; border-radius: 999px; font-size: 14px; font-weight: 600; line-height: 1; color: inherit; transition: background 180ms ease, color 180ms ease; }
/* Le survol inverse le bouton, et les deux etats de la barre sont ecrits en
   toutes lettres. Un "background: currentColor" serait plus court mais donnerait
   du blanc sur blanc sur le hero : le texte n'a pas de couleur opposee
   automatique en CSS. */
.nav-login:hover { border-color: var(--bone); background: var(--bone); color: var(--ink); }
.site-nav.is-scrolled .nav-login:hover { border-color: var(--ink); background: var(--ink); color: var(--bone); }
.nav-toggle { display: none; }

.language-switch { display: inline-flex; flex-shrink: 0; align-items: center; gap: 2px; padding: 2px; border: 1px solid currentColor; border-radius: 999px; }
.language-switch a { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; min-height: 34px; border-radius: 999px; font-size: 11px; font-weight: 600; opacity: 0.65; }
.language-switch a:hover, .language-switch a[aria-current="page"] { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }
.policy-nav-actions { display: flex; align-items: center; gap: 20px; }

/* Hero */
.hero { position: relative; min-height: max(760px, 100svh); display: flex; align-items: center; isolation: isolate; overflow: hidden; background: var(--cloud); }
.hero-media, .hero-media::after { position: absolute; inset: 0; }
.hero-media { z-index: -3; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; scale: 1; transform: translate3d(0, var(--hero-image-y, 0), 0); will-change: transform; }
.hero-media::after { content: ""; background: linear-gradient(90deg, rgba(8, 45, 76, 0.42) 0%, rgba(8, 45, 76, 0.16) 40%, transparent 68%); }
.hero-tint { position: absolute; z-index: -2; inset: 0; background: linear-gradient(180deg, rgba(4, 45, 78, 0.06), transparent 62%, rgba(10, 16, 22, 0.08)); }
.hero-copy { width: min(890px, 64vw); margin-left: var(--pad); padding-top: 62px; transform: translate3d(0, var(--hero-copy-y, 0), 0); will-change: transform; }
.hero h1 { max-width: 11ch; margin: 0; color: var(--bone); font-family: var(--display); font-size: clamp(52px, 6.2vw, 92px); font-weight: 500; letter-spacing: -0.024em; line-height: 1; }
.hero h1 span { font: inherit; color: inherit; }
.hero-copy > p { max-width: 590px; margin: 30px 0 0; color: var(--bone); font-family: var(--display); font-size: clamp(18px, 1.45vw, 22px); font-weight: 400; letter-spacing: 0; line-height: 1.33; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }

/* Product */
.product { scroll-margin-top: 64px; padding: clamp(68px, 6vw, 92px) 0 clamp(42px, 4vw, 60px); overflow: hidden; background: var(--bone); }
.product-heading .section-label { color: var(--muted); }
.product-heading h2 { max-width: 22ch; margin: 28px 0 0; font-family: var(--display); font-size: clamp(38px, 4.2vw, 62px); font-weight: 490; letter-spacing: -0.054em; line-height: 0.98; }
.product-heading h2 span { color: var(--graphite); font: inherit; }
.contactless-stage { min-height: 440px; display: grid; grid-template-columns: minmax(300px, 0.72fr) minmax(560px, 1.28fr); margin-top: clamp(30px, 3.6vw, 50px); background: var(--bone); }
.contactless-copy { position: relative; z-index: 4; display: flex; flex-direction: column; justify-content: center; padding: 30px clamp(38px, 4vw, 62px) 50px 0; }
.contactless-copy p { max-width: 42ch; margin: 0; color: var(--graphite); font-size: 16px; line-height: 1.65; }
.contactless-copy strong { color: var(--ink); font-weight: 650; }
.contactless-scene { position: relative; min-width: 0; min-height: 440px; margin: 0; overflow: visible; background: var(--bone); }
.contactless-hand-phone { position: absolute; z-index: 2; top: 39%; right: calc(-1 * (var(--pad) + max(0px, (100vw - var(--shell)) / 2))); width: 112%; max-width: none; height: auto; -webkit-mask-image: url("iphone-air-hand-mask.png"); mask-image: url("iphone-air-hand-mask.png"); -webkit-mask-size: 100% 100%; mask-size: 100% 100%; -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; transform: translateY(-50%) scaleX(-1); transform-origin: center; }
.contactless-plaque { position: absolute; z-index: 3; bottom: 68px; left: 1%; width: clamp(230px, 21vw, 280px); height: auto; filter: brightness(1.08) contrast(1.06); transform: perspective(1000px) rotateX(34deg) rotateZ(7deg); transform-origin: center bottom; }

/* Weekly email */
.weekly-recap { scroll-margin-top: 64px; padding: clamp(76px, 7vw, 108px) 0; overflow: hidden; background: var(--surface-dark); color: var(--bone); }
.recap-layout { display: grid; grid-template-columns: minmax(330px, 0.78fr) minmax(540px, 1.22fr); gap: clamp(48px, 6vw, 92px); align-items: start; }
.recap-copy .section-label { color: rgba(255, 255, 255, 0.48); }
.recap-copy h2 { max-width: 590px; margin: 24px 0 26px; font-family: var(--display); font-size: clamp(42px, 4.5vw, 64px); font-weight: 480; letter-spacing: -0.058em; line-height: 0.96; }
.recap-copy > p { max-width: 530px; margin: 0; color: rgba(255, 255, 255, 0.62); font-size: 16px; line-height: 1.68; }
.recap-points { margin: 32px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, 0.18); }
.recap-points li { position: relative; padding: 15px 0 15px 22px; border-bottom: 1px solid rgba(255, 255, 255, 0.13); color: rgba(255, 255, 255, 0.72); font-size: 13px; }
.recap-points li::before { content: ""; position: absolute; top: 21px; left: 1px; width: 6px; height: 6px; border-radius: 50%; background: var(--hero-blue); }
.email-preview { position: relative; width: min(100%, 660px); margin: 0; padding: 9px; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 25px; background: #202429; box-shadow: 0 38px 90px rgba(0, 0, 0, 0.32); transform: rotate(0.6deg); }
.email-preview::before { content: ""; position: absolute; z-index: -1; top: 9%; right: -12%; width: 54%; aspect-ratio: 1; border-radius: 50%; background: rgba(22, 143, 208, 0.2); filter: blur(70px); }
.email-chrome { height: 40px; display: flex; align-items: center; gap: 7px; padding: 0 14px; color: rgba(255, 255, 255, 0.4); font-size: 9px; }
.email-chrome i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255, 255, 255, 0.25); }
.email-chrome span { margin-left: auto; }
.email-sheet { padding: clamp(27px, 3.2vw, 42px); border-radius: 18px; background: var(--bone); color: var(--ink); }
.email-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.email-topline strong { font-family: var(--display); font-size: 27px; letter-spacing: -0.05em; }
.email-topline span { color: var(--muted); font-size: 9px; font-weight: 680; letter-spacing: 0.08em; text-transform: uppercase; }
.email-eyebrow { margin: 28px 0 10px; color: var(--hero-blue); font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.email-sheet h3 { max-width: 19ch; margin: 0; font-family: var(--display); font-size: clamp(29px, 3.2vw, 45px); font-weight: 510; letter-spacing: -0.055em; line-height: 1.01; }
.email-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 30px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.email-metrics > div { min-width: 0; padding: 18px 12px 20px 0; }
.email-metrics > div + div { border-left: 1px solid var(--line); padding-left: 12px; }
.email-metrics span { display: block; min-height: 30px; color: var(--muted); font-size: 9px; line-height: 1.25; }
.email-metrics strong { display: block; margin-top: 10px; font-family: var(--display); font-size: clamp(28px, 3vw, 42px); font-weight: 520; letter-spacing: -0.05em; line-height: 1; }
.email-return { display: grid; grid-template-columns: 1fr; gap: 18px; align-items: end; margin-top: 17px; padding: 17px; border-radius: 13px; background: #dcecf4; }
.email-return span, .email-return small { display: block; color: #52606a; font-size: 9px; }
.email-return strong { display: block; margin-top: 8px; font-size: 14px; }
.email-return small { max-width: 150px; line-height: 1.4; text-align: right; }
.email-action-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 16px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 12px; font-size: 10px; }
.email-action-row b { padding: 9px 12px; border-radius: 99px; background: var(--ink); color: var(--bone); font-size: 9px; white-space: nowrap; }
.example-note { margin: 17px 0 0; color: #8b8b90; font-size: 8px; text-align: center; }

/* Campaign */
.campaign { scroll-margin-top: 64px; padding: clamp(76px, 7vw, 108px) 0; background: var(--bone); }
.campaign-layout { display: grid; grid-template-columns: minmax(540px, 1.14fr) minmax(330px, 0.86fr); gap: clamp(48px, 6vw, 92px); align-items: center; }
.campaign-preview { width: min(100%, 660px); margin: 0; padding: 9px; border: 1px solid rgba(29, 29, 31, 0.12); border-radius: 25px; background: #202429; box-shadow: 0 30px 72px rgba(25, 34, 40, 0.16); }
.campaign-browser-bar { height: 42px; display: grid; grid-template-columns: auto minmax(170px, 1fr) auto; align-items: center; gap: 13px; padding: 0 13px; }
.campaign-browser-dots { display: flex; gap: 6px; }
.campaign-browser-dots i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255, 255, 255, 0.28); }
.campaign-browser-address { grid-column: 2; min-width: 0; padding: 7px 14px; overflow: hidden; border-radius: 99px; background: rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.55); font-size: 9px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.campaign-page { padding: 27px 31px 31px; border-radius: 17px; background: #f4f5f7; color: #0a0a0a; }
.campaign-page-header { margin-bottom: 20px; }
.campaign-page-header > span { display: block; margin-bottom: 4px; color: var(--hero-blue); font-size: 9px; font-weight: 720; letter-spacing: 0.08em; text-transform: uppercase; }
.campaign-page-header h3 { margin: 0; font-family: var(--ui); font-size: 25px; font-weight: 720; letter-spacing: -0.035em; line-height: 1.12; }
.campaign-page-header p { margin: 7px 0 0; color: #6b7280; font-size: 11px; }
.campaign-page-form { display: grid; gap: 18px; }
.campaign-form-section h4 { margin: 0 0 9px; font-size: 12px; font-weight: 700; }
.campaign-templates { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 9px; }
.campaign-templates span { padding: 7px 11px; border: 1px solid #dfe2e6; border-radius: 99px; background: var(--bone); color: #4c5056; font-size: 9px; font-weight: 650; }
.campaign-templates span.is-active { border-color: var(--hero-blue); color: var(--hero-blue); box-shadow: 0 0 0 1px var(--hero-blue); }
.campaign-textarea { min-height: 62px; padding: 11px 12px; border: 1px solid #dfe2e6; border-radius: 10px; background: var(--bone); color: #3e4247; font-size: 10px; line-height: 1.5; }
.campaign-targets { display: grid; gap: 7px; }
.campaign-targets > div { display: grid; grid-template-columns: 14px 1fr; gap: 9px; align-items: center; padding: 9px 11px; border: 1px solid #dfe2e6; border-radius: 10px; background: var(--bone); }
.campaign-targets > div.is-active { border-color: var(--hero-blue); box-shadow: 0 0 0 1px var(--hero-blue); }
.campaign-targets i { width: 13px; height: 13px; border: 1px solid #aeb4bc; border-radius: 50%; }
.campaign-targets .is-active i { border: 4px solid var(--hero-blue); }
.campaign-targets span { display: grid; gap: 2px; }
.campaign-targets strong { font-size: 10px; }
.campaign-targets small { color: #737982; font-size: 8px; }
.campaign-submit { display: block; padding: 12px 16px; border-radius: 10px; background: var(--hero-blue); color: var(--bone); font-size: 11px; text-align: center; }
.campaign-copy .section-label { color: var(--muted); }
.campaign-copy h2 { max-width: 590px; margin: 24px 0 26px; font-family: var(--display); font-size: clamp(42px, 4.5vw, 64px); font-weight: 480; letter-spacing: -0.058em; line-height: 0.96; }
.campaign-copy > p { max-width: 510px; margin: 0; color: var(--graphite); font-size: 16px; line-height: 1.68; }
.campaign-note { display: grid; gap: 7px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--ink); }
.campaign-note strong { font-family: var(--display); font-size: 20px; font-weight: 550; letter-spacing: -0.03em; }
.campaign-note span { max-width: 490px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.notification-peek { position: relative; width: 100%; max-width: 360px; height: 150px; margin-top: 28px; overflow: hidden; }
.notification-device { position: absolute; top: 0; left: 0; width: 100%; height: 310px; padding: 7px; border: 2px solid #aeb5ba; border-radius: 44px; background: #050607; box-shadow: inset 0 0 0 2px #34383b, 0 18px 38px rgba(23, 32, 38, 0.18); }
.notification-lockscreen { position: relative; height: 100%; overflow: hidden; border-radius: 36px; background: radial-gradient(circle at 76% 3%, rgba(255, 255, 255, 0.74), transparent 24%), linear-gradient(145deg, #e8edf0 0%, #b7cbd8 54%, #7799ae 100%); }
.notification-island { position: absolute; top: 9px; left: 50%; width: 82px; height: 20px; border-radius: 99px; background: #050607; transform: translateX(-50%); }
.notification-status { position: absolute; z-index: 2; top: 12px; right: 15px; left: 15px; display: flex; align-items: center; justify-content: space-between; color: #050607; }
.notification-status strong { font-family: var(--display); font-size: 9px; font-weight: 720; letter-spacing: -0.03em; line-height: 1; }
.notification-status-icons { display: flex; align-items: center; gap: 5px; }
.notification-status-icons svg { display: block; flex: 0 0 auto; color: #050607; }
.notification-banner { position: absolute; top: 48px; right: 12px; left: 12px; padding: 11px 13px 12px; border: 1px solid rgba(255, 255, 255, 0.62); border-radius: 17px; background: rgba(247, 249, 250, 0.82); box-shadow: 0 11px 28px rgba(36, 50, 59, 0.12); backdrop-filter: blur(16px); }
.notification-banner > div { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.notification-banner strong { font-family: var(--display); font-size: 12px; font-weight: 620; letter-spacing: -0.03em; }
.notification-banner small { color: #71757a; font-size: 8px; }
.notification-banner p { margin: 5px 0 0; color: #24272a; font-size: 10px; font-weight: 550; line-height: 1.3; }

/* Benefits */
.benefits { scroll-margin-top: 64px; padding: clamp(64px, 6vw, 88px) 0 clamp(52px, 5vw, 72px); background: #f5f6f8; }
.benefits-heading { display: block; margin-bottom: clamp(34px, 4vw, 54px); }
.benefits-heading .section-label { color: var(--muted); }
.benefits-heading h2 { max-width: 1000px; margin: 28px 0 0; font-family: var(--display); font-size: clamp(42px, 4.5vw, 64px); font-weight: 480; letter-spacing: -0.058em; line-height: 0.96; }
.benefits-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.benefit-card { min-width: 0; display: flex; flex-direction: column; padding: clamp(34px, 4vw, 60px); background: #f5f6f8; }
.benefit-card + .benefit-card { border-left: 1px solid var(--line); }
.benefit-card > span { color: var(--hero-blue); font-size: 10px; font-weight: 680; letter-spacing: 0.1em; text-transform: uppercase; }
.benefit-card h3 { min-height: 3em; max-width: 13ch; margin: clamp(42px, 4.5vw, 64px) 0 32px; font-family: var(--display); font-size: clamp(36px, 3.8vw, 56px); font-weight: 490; letter-spacing: -0.056em; line-height: 0.97; }
.benefit-card ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.benefit-card li { position: relative; padding: 16px 0 16px 23px; border-bottom: 1px solid var(--line); color: var(--graphite); font-size: 14px; }
.benefit-card li::before { content: ""; position: absolute; top: 22px; left: 1px; width: 6px; height: 6px; border-radius: 50%; background: var(--hero-blue); }
.benefit-card-merchant { background: #f5f6f8; color: var(--ink); }
.benefits-wallet-bridge { min-height: 610px; display: grid; place-items: center; overflow: hidden; background: #f5f6f8; }
.wallet-phone { position: relative; width: clamp(238px, 24vw, 286px); aspect-ratio: 336 / 687; padding: 7px; border: 2px solid #aeb5ba; border-radius: 50px; background: #050607; box-shadow: inset 0 0 0 2px #34383b, 0 31px 64px rgba(18, 25, 30, 0.28); }
.wallet-phone-screen { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 41px; background: #f3f4f8; }
.wallet-island { position: absolute; z-index: 3; top: 10px; left: 50%; width: 88px; height: 23px; border-radius: 99px; background: #050607; transform: translateX(-50%); }
.wallet-status { position: absolute; z-index: 2; top: 12px; right: 17px; left: 17px; display: flex; align-items: center; justify-content: space-between; color: #050607; font-size: 8px; }
.wallet-status strong { font-size: 9px; font-weight: 720; }
.wallet-status-icons { display: flex; align-items: center; gap: 5px; }
.wallet-status-icons svg { display: block; flex: 0 0 auto; color: #050607; }
.wallet-signal { width: 13px; height: 9px; }
.wallet-wifi { width: 14px; height: 10px; }
.wallet-battery { width: 20px; height: 9px; }
.wallet-controls { position: absolute; z-index: 2; top: 49px; right: 17px; left: 17px; display: flex; align-items: center; justify-content: space-between; }
.wallet-controls span { min-width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid rgba(29, 29, 31, 0.11); border-radius: 50%; background: rgba(255, 255, 255, 0.88); color: #27282a; font-size: 20px; font-weight: 350; line-height: 1; box-shadow: 0 5px 15px rgba(29, 29, 31, 0.06); }
.wallet-controls span:last-child { font-size: 12px; letter-spacing: 0.05em; }
.wallet-card-image { position: absolute; z-index: 2; top: 94px; left: 5%; width: 90%; height: auto; aspect-ratio: 440 / 323; border-radius: 14px; object-fit: cover; box-shadow: 0 18px 34px rgba(37, 31, 28, 0.2); }
/* Le texte reste traduisible sans modifier la photographie de la carte fournie. */
.wallet-card-example { overflow: hidden; color: #fff; background: #6e4e38; }
.wallet-card-example > img { width: 100%; height: 100%; }
.wallet-example-heading, .wallet-example-details { position: absolute; right: 0; left: 0; display: flex; align-items: center; justify-content: space-between; padding: 5px 7px; background: #6e4e38; }
.wallet-example-heading { top: 0; height: 22.3%; }
.wallet-example-heading > strong { font-size: 20px; line-height: 1; }
.wallet-example-heading > span { font-size: 6px; line-height: 1.2; text-align: right; }
.wallet-example-heading b { display: block; font-size: 12px; font-weight: 400; }
.wallet-example-details { bottom: 0; height: 25.4%; align-items: flex-start; }
.wallet-example-details span { font-size: 6px; }
.wallet-example-details b { display: block; margin-top: 2px; font-size: 14px; font-weight: 400; line-height: 1.2; }
.wallet-card-stack { position: absolute; right: 5%; bottom: 18px; left: 5%; height: 112px; }
.wallet-card-stack i { position: absolute; right: 0; left: 0; height: 56px; border: 1px solid rgba(29, 29, 31, 0.1); border-radius: 15px 15px 8px 8px; box-shadow: 0 -4px 12px rgba(29, 29, 31, 0.05); }
.wallet-card-stack i:nth-child(1) { bottom: 48px; background: #f8f8f6; }
.wallet-card-stack i:nth-child(2) { bottom: 24px; background: #75a0b3; }
.wallet-card-stack i:nth-child(3) { bottom: 0; background: #d6a36f; }

/* Audiences */
.audiences { scroll-margin-top: 64px; padding: clamp(84px, 8vw, 124px) 0 clamp(92px, 9vw, 140px); overflow: hidden; background: var(--bone); }
.audience-heading { display: block; margin-bottom: clamp(46px, 6vw, 76px); }
.audience-heading .section-label { color: var(--muted); }
.audience-heading h2 { max-width: 900px; margin: 28px 0 0; font-family: var(--display); font-size: clamp(42px, 4.5vw, 64px); font-weight: 480; letter-spacing: -0.058em; line-height: 0.96; }
.audience-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.audience-card { position: relative; min-width: 0; min-height: clamp(380px, 39vw, 520px); margin: 0; overflow: hidden; border-radius: 22px; background: var(--surface-dark); isolation: isolate; }
.audience-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(9, 13, 16, 0.78) 100%); }
.audience-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; transition: transform 450ms ease; }
.audience-card:nth-child(1) img { object-position: 56% center; }
.audience-card:nth-child(2) img { object-position: center 58%; }
.audience-card:nth-child(3) img { object-position: 58% center; }
.audience-card:nth-child(4) img { object-position: center 56%; }
.audience-card:nth-child(5) img { object-position: 62% center; }
.audience-card h3 { position: absolute; right: 24px; bottom: 24px; left: 24px; margin: 0; color: var(--bone); font-family: var(--display); font-size: clamp(25px, 2.25vw, 34px); font-weight: 520; letter-spacing: -0.045em; line-height: 0.98; }
.audience-card:hover img { transform: scale(1.025); }

/* Price */
.price { scroll-margin-top: 64px; padding: clamp(84px, 8vw, 124px) 0 clamp(100px, 10vw, 150px); background: var(--surface-dark); color: var(--bone); }
.price-heading { margin-bottom: clamp(48px, 6vw, 76px); }
.price-heading .section-label { color: rgba(255, 255, 255, 0.48); }
.price-heading h2 { max-width: 900px; margin: 28px 0 24px; font-family: var(--display); font-size: clamp(48px, 5.2vw, 74px); font-weight: 480; letter-spacing: -0.06em; line-height: 0.94; }
.price-heading > p { max-width: 650px; margin: 0; color: rgba(255, 255, 255, 0.62); font-size: 16px; line-height: 1.66; }
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.price-card { min-width: 0; display: flex; flex-direction: column; padding: clamp(30px, 4vw, 52px); border-radius: 28px; background: var(--bone); color: var(--ink); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.16); }
.price-card-option { border: 1px solid rgba(255, 255, 255, 0.2); background: #202429; color: var(--bone); box-shadow: none; }
.price-card-top { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-bottom: 20px; border-bottom: 1px solid rgba(29, 29, 31, 0.18); color: var(--graphite); font-size: 10px; font-weight: 680; letter-spacing: 0.09em; text-transform: uppercase; }
.price-card-option .price-card-top { border-color: rgba(255, 255, 255, 0.16); color: rgba(255, 255, 255, 0.56); }
.price-card-top strong { padding: 7px 10px; border-radius: 99px; background: var(--mist); color: var(--ink); font-size: 9px; }
.price-card h3 { max-width: 15ch; margin: 34px 0 0; font-family: var(--display); font-size: clamp(31px, 3.3vw, 48px); font-weight: 500; letter-spacing: -0.055em; line-height: 0.98; }
.price-amount { min-height: 116px; display: flex; align-items: flex-end; gap: 14px; padding: 34px 0 28px; }
.price-amount > span { font-family: var(--display); font-size: clamp(68px, 7vw, 102px); font-weight: 500; letter-spacing: -0.075em; line-height: 0.78; }
.price-amount-quote > span { font-size: clamp(47px, 5vw, 70px); letter-spacing: -0.055em; }
.price-amount small { padding-bottom: 4px; color: var(--graphite); font-size: 12px; }
.price-card-option .price-amount small { color: rgba(255, 255, 255, 0.52); }
.price-description { min-height: 7.5em; margin: 0 0 28px; color: var(--graphite); font-size: 13px; line-height: 1.55; }
.price-card-option .price-description { color: rgba(255, 255, 255, 0.62); }
.price-card ul { margin: 0 0 30px; padding: 0; list-style: none; border-top: 1px solid rgba(29, 29, 31, 0.17); }
.price-card-option ul { border-color: rgba(255, 255, 255, 0.16); }
.price-card li { position: relative; padding: 14px 0 14px 26px; border-bottom: 1px solid rgba(29, 29, 31, 0.12); font-size: 13px; }
.price-card-option li { border-color: rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.7); }
.price-card li::before { content: "✓"; position: absolute; top: 13px; left: 1px; color: var(--hero-blue); font-weight: 750; }
.price-card .button { margin-top: auto; }
.price-option-button { border-color: rgba(255, 255, 255, 0.4); color: var(--bone); }
.price-option-button:hover { border-color: var(--bone); background: var(--bone); color: var(--ink); }

/* Contact */
.book { padding: clamp(100px, 11vw, 170px) 0; background: var(--surface-light); }
.book-grid { display: grid; grid-template-columns: minmax(330px, 0.9fr) minmax(520px, 1.1fr); gap: clamp(72px, 11vw, 170px); align-items: start; }
.book-copy { position: sticky; top: 110px; }
.book-copy .section-label { color: var(--muted); }
.book-copy h2 { max-width: 700px; margin: 27px 0 30px; font-family: var(--display); font-size: clamp(51px, 5.7vw, 81px); font-weight: 470; letter-spacing: -0.062em; line-height: 0.96; }
.book-copy p { max-width: 480px; margin: 0; color: var(--graphite); font-size: 15px; line-height: 1.65; }
.form { display: grid; gap: 24px; padding-top: 39px; border-top: 1px solid var(--ink); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form label { display: grid; gap: 10px; }
.form label > span { font-size: 12px; font-weight: 600; }
.form input, .form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 13px 0 14px; background: transparent; font-size: 16px; outline: none; resize: vertical; transition: border-color 160ms ease; }
.form textarea { min-height: 110px; }
.form input:focus, .form textarea:focus { border-color: var(--ink); }
.form-submit { width: max-content; min-width: 180px; margin-top: 10px; border: 0; }
.form-submit:disabled { cursor: wait; opacity: 0.6; }
.form-success { padding: 50px 0; border-bottom: 1px solid var(--line); }
.form-success strong { font-family: var(--display); font-size: 52px; font-weight: 470; letter-spacing: -0.05em; }
.form-success p { max-width: 450px; color: var(--graphite); }

/* FAQ */
.faq { padding: clamp(100px, 11vw, 170px) 0; border-top: 1px solid var(--line); background: var(--surface-light); }
.faq-grid { display: grid; grid-template-columns: minmax(260px, 0.65fr) minmax(520px, 1.35fr); gap: clamp(70px, 11vw, 170px); align-items: start; }
.faq-head { position: sticky; top: 110px; }
.faq-head .section-label { color: var(--muted); }
.faq-head h2 { margin: 27px 0 0; font-family: var(--display); font-size: clamp(45px, 5vw, 71px); font-weight: 470; letter-spacing: -0.06em; line-height: 0.98; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { min-height: 92px; display: grid; grid-template-columns: 1fr 22px; gap: 22px; align-items: center; padding: 24px 0; font-family: var(--display); font-size: clamp(19px, 2vw, 27px); font-weight: 500; letter-spacing: -0.035em; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span, .faq-item summary span::after { display: block; width: 16px; height: 1px; background: var(--ink); transition: transform 180ms ease; }
.faq-item summary span { position: relative; }
.faq-item summary span::after { content: ""; position: absolute; transform: rotate(90deg); }
.faq-item[open] summary span::after { transform: rotate(0); }
.faq-item p { max-width: 670px; margin: -5px 0 31px; color: var(--graphite); font-size: 15px; line-height: 1.65; }

/* Footer */
.footer { padding: clamp(68px, 7vw, 96px) 0 48px; background: var(--surface-dark); color: var(--bone); }
.footer-main { display: grid; grid-template-columns: minmax(190px, 0.65fr) minmax(580px, 1.35fr); gap: clamp(70px, 10vw, 160px); align-items: start; padding-bottom: clamp(68px, 7vw, 94px); }
.footer-brand { width: fit-content; font-family: var(--display); font-size: clamp(52px, 6vw, 78px); font-weight: 560; letter-spacing: -0.07em; line-height: 0.82; }
.footer-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(30px, 4vw, 66px); }
.footer-column { display: flex; flex-direction: column; gap: 19px; color: rgba(255, 255, 255, 0.7); font-size: 14px; }
.footer-column > span { min-height: 30px; color: var(--bone); font-size: 11px; font-weight: 650; letter-spacing: 0.09em; line-height: 1.35; text-transform: uppercase; }
.footer-column a { width: fit-content; line-height: 1.5; transition: color 160ms ease; }
.footer-column a:hover { color: var(--bone); }
.footer-rule { border-top: 1px solid rgba(255, 255, 255, 0.14); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-top: 28px; color: rgba(255, 255, 255, 0.58); font-size: 12px; }
.footer-instagram { display: inline-flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, 0.75); font-size: 13px; font-weight: 600; transition: color 160ms ease; }
.footer-instagram:hover { color: var(--bone); }
.footer-instagram svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.footer-instagram .footer-instagram-dot { fill: currentColor; stroke: none; }
.footer-legal { display: grid; grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr); gap: 56px; padding-top: 40px; color: rgba(255, 255, 255, 0.42); font-size: 11px; line-height: 1.7; }
.footer-legal p { max-width: 740px; margin: 0; }

/* La FAQ a sa propre page ; les styles restent limités à son en-tête. */
.faq-page { background: var(--surface-light); }
.faq-page .faq { border-top: 0; }
.faq-page-title { margin: 0; font-family: var(--display); font-size: clamp(45px, 5vw, 71px); font-weight: 470; letter-spacing: -0.06em; line-height: 0.98; }
.faq-page-intro { margin: 24px 0 0; color: var(--graphite); font-size: 18px; line-height: 1.45; }
.faq-page-contact { margin: 32px 0 0; color: var(--graphite); font-size: 15px; line-height: 1.65; }
.faq-page-contact a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

/* Privacy pages */
.policy-page { background: var(--surface-light); }
.policy-nav { height: 72px; display: flex; align-items: center; justify-content: space-between; padding-inline: var(--pad); border-bottom: 1px solid var(--line); background: rgba(235, 238, 241, 0.88); backdrop-filter: blur(18px); }
.policy-brand { font-family: var(--display); font-size: 25px; font-weight: 520; letter-spacing: -0.04em; }
.policy-back { font-size: 13px; font-weight: 600; }
.policy-document { padding: 90px 0 130px; }
.policy-shell { display: grid; grid-template-columns: minmax(250px, 0.6fr) minmax(520px, 1.4fr); gap: clamp(70px, 10vw, 150px); align-items: start; }
.policy-hero { position: sticky; top: 80px; }
.policy-hero h1 { max-width: 7ch; margin: 26px 0; font-family: var(--display); font-size: clamp(56px, 6vw, 86px); font-weight: 470; letter-spacing: -0.065em; line-height: 0.93; }
.policy-updated { color: var(--muted); font-size: 12px; }
.policy-content { color: #4f5256; font-size: 15px; line-height: 1.72; }
.policy-content > p:first-child { margin-top: 0; color: var(--ink); font-size: 18px; }
.policy-content section { padding-top: 46px; margin-top: 46px; border-top: 1px solid var(--line); }
.policy-content h2 { margin: 0 0 20px; color: var(--ink); font-family: var(--display); font-size: 29px; font-weight: 520; letter-spacing: -0.04em; }
.policy-content ul { padding-left: 22px; }
.policy-content li + li { margin-top: 9px; }
.policy-content a { color: var(--ink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.policy-content code { padding: 2px 6px; border-radius: 5px; background: rgba(29, 29, 31, 0.07); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.9em; }
.policy-footer { padding: 38px 0; background: #1d1d1f; color: rgba(255, 255, 255, 0.58); font-size: 12px; }
.policy-footer .shell { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.policy-footer a { color: var(--bone); }
.nav { border-bottom: 1px solid var(--line); background: var(--surface-light); }
.wrap { width: min(100%, 1040px); margin: 0 auto; padding-inline: var(--pad); }
.nav .wrap { height: 72px; display: flex; align-items: center; justify-content: space-between; }
.nav-brand { display: flex; align-items: center; gap: 9px; font-weight: 650; }
.nav-brand .mark { width: 22px; }
.nav-actions, .quiet { font-size: 13px; }
.doc { padding: 80px 0 110px; background: var(--surface-light); }
.doc h1 { font-family: var(--display); font-size: clamp(48px, 7vw, 78px); letter-spacing: -0.06em; line-height: 0.95; }
.doc h2 { margin-top: 48px; font-family: var(--display); font-size: 29px; letter-spacing: -0.04em; }
.doc p, .doc li { color: var(--graphite); line-height: 1.7; }
.doc a { text-decoration: underline; }
.updated { color: var(--muted); font-size: 12px; }
.foot { padding: 30px 0; background: var(--surface-dark); color: rgba(255, 255, 255, 0.7); font-size: 12px; }

/* Motion */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity 750ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 750ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .site-nav { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .recap-layout { grid-template-columns: minmax(300px, 0.8fr) minmax(500px, 1.2fr); gap: 52px; }
  .campaign-layout { grid-template-columns: minmax(500px, 1.1fr) minmax(300px, 0.9fr); gap: 52px; }
  .price-layout { grid-template-columns: minmax(320px, 0.85fr) minmax(460px, 1.15fr); gap: 62px; }
  .book-grid, .faq-grid { grid-template-columns: minmax(260px, 0.75fr) minmax(440px, 1.25fr); gap: 70px; }
  .contactless-stage { grid-template-columns: minmax(260px, 0.78fr) minmax(460px, 1.22fr); }
  .contactless-copy { padding: 30px 36px 40px 0; }
  .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .audience-card:last-child { grid-column: 1 / -1; min-height: 380px; }
  .audience-card:last-child img { object-position: center 58%; }
}

@media (max-width: 900px) {
  :root { --nav-h: 68px; }
  .hero { min-height: 1000px; align-items: flex-start; background: #168fd0; }
  .hero-media { inset: 0; height: auto; }
  .hero-media img { position: absolute; top: 300px; left: -57vw; width: 180vw; max-width: none; height: auto; object-fit: contain; object-position: center; scale: 1; transform: none; will-change: auto; -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent 100%); mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent 100%); }
  .hero-media::after { background: linear-gradient(180deg, rgba(8, 54, 88, 0.16) 0%, rgba(8, 54, 88, 0.04) 70%, #168fd0 92%); }
  .hero-tint { display: none; }
  .hero-copy { position: static; width: min(720px, calc(100vw - (2 * var(--pad)))); padding-top: 126px; transform: none; }
  .hero-copy > p { position: absolute; top: 790px; left: var(--pad); margin: 0; }
  .hero-actions { position: absolute; top: 865px; left: var(--pad); margin: 0; }
  .recap-layout { grid-template-columns: minmax(240px, 0.78fr) minmax(390px, 1.22fr); gap: 34px; }
  .campaign-layout { grid-template-columns: minmax(390px, 1.1fr) minmax(245px, 0.9fr); gap: 34px; }
  .price-layout, .book-grid, .faq-grid { grid-template-columns: 1fr; }
  .contactless-stage { grid-template-columns: minmax(245px, 0.76fr) minmax(400px, 1.24fr); min-height: 440px; }
  .contactless-copy { padding: 28px 30px 38px 0; }
  .contactless-scene { min-height: 440px; }
  .contactless-hand-phone { width: 115%; }
  .contactless-plaque { bottom: 60px; left: 0; width: 250px; }
  .recap-copy, .campaign-copy { max-width: 700px; }
  .email-preview, .campaign-preview { width: 100%; }
  .audience-card { min-height: 420px; }
  .price-heading { max-width: 780px; }
  .price-card { width: min(100%, 700px); }
  .book-copy, .faq-head { position: static; }
  .footer-main { grid-template-columns: 1fr; gap: 52px; }
  .policy-shell { grid-template-columns: 1fr; gap: 62px; }
  .policy-hero { position: static; }
}

@media (max-width: 760px) {
  :root { --pad: 20px; }
  .site-nav, .site-nav.is-scrolled { height: 60px; }
  .site-nav { grid-template-columns: 1fr auto auto; gap: 10px; background: #168fd0; backdrop-filter: none; }
  .site-nav.is-open, .site-nav.is-open.is-scrolled { border-bottom-color: transparent; background: #168fd0; color: var(--bone); backdrop-filter: none; }
  .brand { font-size: 22px; }
  /* Des que le menu deroulant existe, la Connexion y vit : dans la barre, elle
     serrerait la CTA au point de la rendre illisible. */
  .nav-login { display: none; }
  .nav-cta { min-width: 76px; min-height: 38px; padding-inline: 15px; font-size: 12px; }
  .nav-cta-long { display: none; }
  .nav-cta-short { display: inline; }
  .nav-toggle { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; flex-direction: column; gap: 6px; padding: 0; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: currentColor; cursor: pointer; }
  .nav-toggle span { width: 15px; height: 1.5px; display: block; background: currentColor; transition: transform 180ms ease; }
  .site-nav.is-open .nav-toggle span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .site-nav.is-open .nav-toggle span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .nav-links { position: absolute; top: 100%; right: 0; left: 0; display: flex; align-items: stretch; flex-direction: column; gap: 0; padding: 12px 20px 24px; background: #168fd0; color: var(--bone); opacity: 0; visibility: hidden; transform: translateY(-8px); pointer-events: none; transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease; }
  .nav-links a { padding: 14px 0; border-top: 1px solid rgba(255, 255, 255, 0.28); font-size: 18px; opacity: 1; }
  .nav-links-login { display: block; font-weight: 600; }
  .site-nav.is-open .nav-links { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
  /* La photo se découvre en défilant, après le texte, et dépasse toujours le premier écran. */
  .hero { --hero-photo-height: calc(max(300vw, 1438px) * 14 / 33); min-height: calc(100lvh + 160px); flex-direction: column; align-items: stretch; background: #258fd0; }
  .hero-media { position: relative; order: 1; flex: 1 0 var(--hero-photo-height); inset: auto; width: 100%; min-height: var(--hero-photo-height); height: auto; }
  .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 66% top; scale: 1; transform: none; will-change: auto; -webkit-mask-image: none; mask-image: none; }
  .hero-media::after { background: linear-gradient(180deg, #258fd0, transparent 32px); }
  .site-nav:has(~ main .hero):not(.is-scrolled), .site-nav:has(~ main .hero).is-open, .site-nav:has(~ main .hero) .nav-links { background: #cee3ef; color: var(--ink); }
  .site-nav:has(~ main .hero) .nav-links a { border-top-color: var(--line); }
  .hero-copy { flex: none; width: calc(100% - 40px); margin-left: 20px; padding: 126px 0 24px; will-change: auto; }
  .hero h1 { width: 100%; max-width: 100%; font-size: clamp(41px, 11.1vw, 51px); line-height: 0.96; }
  .hero-copy > p { position: static; max-width: 350px; margin: 24px 0 0; font-size: 18px; font-weight: 600; }
  .hero-actions { position: static; margin: 24px 0 0; }
  .hero-actions .button { min-height: 44px; padding-inline: 18px; font-size: 13px; }
  .product { padding-top: 68px; padding-bottom: 56px; }
  .weekly-recap, .campaign { padding-top: 72px; padding-bottom: 72px; }
  .benefits, .price, .book, .faq { padding-top: 88px; padding-bottom: 92px; }
  .audiences { padding-top: 88px; padding-bottom: 72px; }
  .benefits { padding-top: 64px; padding-bottom: 60px; }
  .price { padding-top: 88px; }
  .product-heading h2 { max-width: 18ch; margin-top: 22px; font-size: clamp(38px, 10.5vw, 52px); }
  .recap-copy h2, .campaign-copy h2 { font-size: clamp(42px, 11vw, 54px); }
  .price-heading h2 { font-size: clamp(45px, 12vw, 61px); }
  .recap-copy > p, .campaign-copy > p, .price-heading > p { font-size: 15px; }
  .contactless-stage { min-height: 0; grid-template-columns: 1fr; margin-top: 30px; }
  .contactless-copy { padding: 18px 0 8px; }
  .contactless-copy p { font-size: 15px; }
  .contactless-scene { min-height: 360px; }
  .contactless-hand-phone { top: 38%; right: -80px; width: 120%; }
  .contactless-plaque { bottom: 32px; left: 0; width: 185px; transform: perspective(800px) rotateX(32deg) rotateZ(7deg); }
  .recap-layout, .campaign-layout { grid-template-columns: 1fr; gap: 40px; }
  .campaign-layout { display: flex; flex-direction: column; gap: 0; }
  .campaign-copy { display: contents; }
  .js .campaign-copy.reveal { opacity: 1; transform: none; transition: none; }
  .campaign-copy .section-label { order: 1; }
  .campaign-copy h2 { order: 2; }
  .campaign-copy > p { order: 3; }
  .campaign-preview { order: 4; margin-top: 40px; }
  .notification-peek { order: 5; }
  .campaign-note { order: 6; }
  .recap-points { margin-top: 34px; }
  .email-preview, .campaign-preview { padding: 7px; border-radius: 21px; transform: none; }
  .email-chrome { height: 36px; }
  .email-sheet { padding: 24px 18px; border-radius: 15px; }
  .email-topline { align-items: flex-start; }
  .email-topline strong { font-size: 23px; }
  .email-topline span { max-width: 120px; text-align: right; }
  .email-eyebrow { margin-top: 29px; }
  .email-sheet h3 { font-size: 31px; }
  .email-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .email-metrics > div { padding: 16px 10px 17px 0; }
  .email-metrics > div:nth-child(odd) { border-left: 0; padding-left: 0; }
  .email-metrics > div:nth-child(even) { border-left: 1px solid var(--line); padding-left: 12px; }
  .email-metrics > div:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .email-return { grid-template-columns: 1fr; gap: 15px; padding: 18px; }
  .email-return small { max-width: none; text-align: left; }
  .email-action-row { align-items: flex-start; flex-direction: column; }
  .campaign-page { padding: 24px 17px 22px; border-radius: 15px; }
  .campaign-page-header h3 { font-size: 22px; }
  .campaign-page-form { gap: 16px; }
  .benefits-heading h2 { font-size: clamp(42px, 11vw, 54px); }
  .audience-heading h2 { font-size: clamp(42px, 11vw, 54px); }
  .audience-card { min-height: 320px; }
  .audience-card:last-child { min-height: 320px; }
  .audience-card h3 { right: 18px; bottom: 18px; left: 18px; font-size: clamp(24px, 6vw, 31px); }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit-card { padding: 39px 22px 45px; }
  .benefit-card + .benefit-card { border-top: 1px solid var(--line); border-left: 0; }
  .benefit-card h3 { min-height: 0; margin: 42px 0 30px; font-size: clamp(38px, 10.5vw, 50px); }
  .benefits-wallet-bridge { min-height: 570px; background: #f5f6f8; }
  .wallet-phone { width: 252px; }
  .notification-peek { max-width: 340px; margin-top: 40px; }
  .price-card { padding: 28px 21px; border-radius: 22px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-amount { display: grid; gap: 12px; }
  .price-amount > span { font-size: 82px; }
  .price-amount-quote > span { font-size: clamp(44px, 12vw, 58px); }
  .price-description { min-height: 0; }
  .form-row { grid-template-columns: 1fr; gap: 24px; }
  .book-grid, .faq-grid { gap: 62px; }
  .book-copy h2, .faq-head h2 { font-size: clamp(45px, 12vw, 61px); }
  .faq-item summary { min-height: 82px; font-size: 20px; }
  .footer-main { gap: 58px; }
  .footer-columns { gap: 34px; }
  .footer-legal { grid-template-columns: 1fr; gap: 36px; }
  .policy-nav { height: 64px; }
  .policy-document { padding: 70px 0 90px; }
  .policy-hero h1 { font-size: clamp(48px, 14vw, 70px); }
  .policy-content section { padding-top: 38px; margin-top: 38px; }
  .policy-footer .shell { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (max-width: 520px) {
  .site-nav { grid-template-columns: 1fr auto auto; }
  /* Le choix de langue reste accessible sans ouvrir le menu ; les autres actions y sont regroupees. */
  .site-nav-actions .nav-cta { display: none; }
  .hero-copy { width: calc(100vw - 40px); }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; max-width: 100%; padding-inline: 10px; }
  .footer { padding-top: 62px; }
  .audience-grid { gap: 8px; }
  .audience-card { min-height: 280px; border-radius: 16px; }
  .audience-card h3 { right: 14px; bottom: 14px; left: 14px; font-size: 23px; }
  .footer-main { gap: 52px; padding-bottom: 54px; }
  .footer-columns { grid-template-columns: 1fr; gap: 38px; }
  .footer-column { gap: 11px; }
  .footer-column > span { min-height: 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .hero-media img, .hero-copy, .email-preview { transform: none !important; }
}

.contactless-more { margin-top: 24px; }

/* Les actions principales restent lisibles et confortables à toucher. */
.hero-actions { gap: 14px; }
.hero-actions .button { min-height: 58px; min-width: 200px; padding: 16px 30px; font-size: 17px; }
@media(max-width:760px) {
 .hero-actions { gap: 12px; }
 .hero-actions .button { min-height: 56px; min-width: 0; padding: 16px 24px; font-size: 16px; }
}

/* Les fichiers de marque restent intacts ; la variante suit le fond de la navigation. */
.brand-logo { display: block; width: auto; height: 48px; }
.site-nav .brand-logo-dark { display: none; }
.site-nav.is-scrolled .brand-logo-light { display: none; }
.site-nav.is-scrolled .brand-logo-dark { display: block; }
.footer-brand .brand-logo { height: 112px; }
@media (max-width: 760px) {
  .site-nav .brand-logo { height: 44px; }
  .site-nav.is-open .brand-logo-light { display: block; }
  .site-nav.is-open .brand-logo-dark { display: none; }
  .site-nav:has(~ main .hero):is(:not(.is-scrolled), .is-open) .brand-logo-light { display: block; }
  .site-nav:has(~ main .hero):is(:not(.is-scrolled), .is-open) .brand-logo-dark { display: none; }
}
