/* PikScan Expenses · Landing 2026 */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500&display=swap');

body.landing-v4 {
  --font: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-display: "Plus Jakarta Sans", system-ui, sans-serif;
  --container: 76rem;
  --section-gap: clamp(4.5rem, 9vw, 7rem);
  --radius-xl: 1rem;
  --radius-2xl: 1.35rem;
  --radius-3xl: 1.75rem;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --glass-bg: rgba(255, 255, 255, 0.07);
  --glass-border: rgba(255, 255, 255, 0.14);
  --mesh-1: rgba(22, 138, 150, 0.14);
  --mesh-2: rgba(0, 172, 242, 0.1);
}

html.dark body.landing-v4 {
  --glass-bg: rgba(255, 255, 255, 0.05);
  --glass-border: rgba(255, 255, 255, 0.1);
  --mesh-1: rgba(22, 138, 150, 0.2);
  --mesh-2: rgba(0, 172, 242, 0.14);
}

/* Fond global */
body.landing-v4 {
  background: var(--bg);
}

body.landing-v4::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 90% 60% at 10% -10%, var(--mesh-1), transparent 55%),
    radial-gradient(ellipse 70% 50% at 95% 15%, var(--mesh-2), transparent 50%);
}

body.landing-v4 > * {
  position: relative;
  z-index: 1;
}

/* Header + menu : restent fixed (ne pas hériter de position: relative) */
body.landing-v4 > .site-header,
body.landing-v4 > .nav-mobile {
  position: fixed;
}

/* Header flottant — pilule arrondie fond blanc */
body.landing-v4 .site-header .container {
  padding: 0.45rem 0.45rem 0.45rem 1.1rem;
  border-radius: 999px;
  background: #ffffff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 1px solid rgba(12, 18, 34, 0.08);
  box-shadow: 0 8px 28px -16px rgba(12, 18, 34, 0.22);
}

body.landing-v4 .nav-desktop a {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  opacity: 0.85;
  transition: opacity 0.2s var(--ease-out), color 0.2s;
}

body.landing-v4 .nav-desktop a:hover {
  opacity: 1;
}

body.landing-v4 .btn-order {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* ——— Hero 2026 ——— */
body.landing-v4 .hero.hero--2026,
body.landing-v4 .hero.hero--bg-video.hero--2026 {
  background: #000;
  color: rgba(255, 255, 255, 0.92);
}

body.landing-v4 .hero.hero--2026:not(.hero--product) h1,
body.landing-v4 .hero.hero--2026:not(.hero--product) h1 .word,
body.landing-v4 .hero.hero--product h1,
body.landing-v4 .hero.hero--product h1 .word,
body.landing-v4 .hero.hero--product #product-title,
body.landing-v4 .hero.hero--product #features-title {
  color: #fff;
}

body.landing-v4 .hero.hero--bg-video.hero--2026 {
  min-height: 100svh;
  padding: 0;
}

body.landing-v4 .hero--bg-video:not(.hero--2026) {
  min-height: 100svh;
  padding: calc(var(--header-h) + 0.75rem) 0 2.5rem;
}

body.landing-v4 .hero--bg-video .hero__video-overlay {
  background:
    linear-gradient(105deg, rgba(2, 8, 23, 0.92) 0%, rgba(2, 8, 23, 0.72) 38%, rgba(2, 8, 23, 0.28) 58%, rgba(2, 8, 23, 0.45) 100%),
    linear-gradient(180deg, rgba(2, 8, 23, 0.45) 0%, transparent 35%, rgba(2, 8, 23, 0.6) 100%);
}

body.landing-v4 .hero--2026 .hero__inner {
  position: relative;
  min-height: clamp(32rem, 88svh, 52rem);
  isolation: isolate;
  padding-top: var(--header-h);
  padding-inline: clamp(1rem, 4vw, 2rem);
  padding-bottom: 0;
  --hero-content-z: 1;
  --hero-demo-z: 10;
}

body.landing-v4 .hero--2026 .hero__content,
body.landing-v4 .hero--2026 .hero__content.hero__glass {
  position: relative;
  z-index: var(--hero-content-z);
  margin-inline: 0;
  max-width: none;
  text-align: left;
}

/* Panneau texte : transparent, sans bordure — la vidéo transparaît */
body.landing-v4 .hero--2026 .hero__content.hero__glass {
  padding: calc(var(--header-h) + 1.25rem) clamp(1rem, 2.5vw, 1.75rem) clamp(1rem, 2.5vw, 1.75rem) 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

html.dark body.landing-v4 .hero--2026 .hero__content.hero__glass {
  background: transparent;
  border: none;
}

body.landing-v4 .hero--2026 .hero__content h1,
body.landing-v4 .hero--2026 .hero__content .hero__tagline--product,
body.landing-v4 .hero--2026 .hero__content .hero__metrics strong {
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.55);
}

body.landing-v4 .hero--2026 .hero__demo.hero__demo--media,
body.landing-v4 .hero--2026 .hero__demo.hero__demo--media.hero__demo--large {
  position: relative;
  z-index: var(--hero-demo-z);
  width: 100%;
  max-width: none;
  min-height: clamp(24rem, 58vh, 36rem);
  margin: 1.25rem 0 0 auto;
}

body.landing-v4 .hero--2026 .hero__demo.hero__demo--media .hero__media-frame {
  width: 100%;
  height: 100%;
  min-height: inherit;
  aspect-ratio: unset;
  border: none;
  box-shadow: 0 32px 80px -32px rgba(0, 0, 0, 0.55);
  background: transparent;
}

body.landing-v4 .hero--2026 .hero__demo.hero__demo--media.hero__demo--large,
body.landing-v4 .hero--2026 .hero__demo.hero__demo--media.hero__demo--large .hero__media-frame {
  border: none;
  outline: none;
}

body.landing-v4 .hero--2026 .hero__demo-caption {
  position: absolute;
  top: 0.75rem;
  bottom: auto;
  left: 0.75rem;
  right: auto;
  margin: 0;
  z-index: 3;
  text-align: left;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: none;
  pointer-events: none;
}

body.landing-v4 .hero__glass {
  padding: calc(var(--header-h) + 1rem) clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2rem);
  border-radius: var(--radius-3xl);
  background: var(--glass-bg);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  border: 1px solid var(--glass-border);
  box-shadow: 0 24px 64px -32px rgba(0, 0, 0, 0.5);
}

body.landing-v4 .hero h1 {
  font-size: clamp(2.1rem, 5.2vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

body.landing-v4 .hero__tagline--product {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 500;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 1.5rem;
}

body.landing-v4 .hero__subtitle {
  display: none;
}

body.landing-v4 .hero__badge {
  margin-bottom: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.landing-v4 .hero__actions {
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

body.landing-v4 .btn-glow {
  border-radius: 999px;
  box-shadow: 0 8px 32px -8px rgba(22, 138, 150, 0.55);
}

body.landing-v4 .hero .btn-glass {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

body.landing-v4 .trust-chips {
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

body.landing-v4 .trust-chips li {
  font-size: 0.8125rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
}

/* Métriques dans le hero */
.hero__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero__metrics li {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
}

.hero__metrics strong {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}

.hero__metrics span {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.65);
}

/* Démo hero — média large (sans mockup téléphone) */
body.landing-v4 .hero__demo--media {
  position: relative;
  width: 100%;
  max-width: min(20rem, 88vw);
  margin-inline: auto;
}

body.landing-v4 .hero__demo--large {
  max-width: min(22rem, 92vw);
}

body.landing-v4 .hero__demo-glow {
  position: absolute;
  inset: 2% 0 12%;
  background: radial-gradient(ellipse 75% 65% at 50% 42%, rgba(0, 172, 242, 0.5), transparent 72%);
  filter: blur(40px);
  pointer-events: none;
  animation: hero-glow-pulse 5s ease-in-out infinite;
}

@keyframes hero-glow-pulse {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}

body.landing-v4 .hero__media-frame {
  position: relative;
  z-index: 1;
  aspect-ratio: 9 / 19.5;
  border-radius: var(--radius-3xl);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.4);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 40px 96px -28px rgba(0, 0, 0, 0.65);
  isolation: isolate;
}

body.landing-v4 .hero__media-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  pointer-events: none;
}

body.landing-v4 .hero__demo-controls {
  position: absolute;
  left: auto;
  right: 0.75rem;
  top: 0.75rem;
  bottom: auto;
  width: 30%;
  min-width: 7.5rem;
  max-width: 12rem;
  z-index: 20;
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.3rem 0.45rem 0.3rem 0.3rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
}

body.landing-v4 .hero__demo-play,
body.landing-v4 .hero__demo-mute {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 1;
  transition: background 0.2s, transform 0.2s;
}

body.landing-v4 .hero__demo-play:hover,
body.landing-v4 .hero__demo-mute:hover {
  background: rgba(255, 255, 255, 0.12);
}

body.landing-v4 .hero__demo-play-icon--pause,
body.landing-v4 .hero__demo-mute-icon--off {
  display: none;
}

body.landing-v4 .hero__demo-play.is-playing .hero__demo-play-icon--play {
  display: none;
}

body.landing-v4 .hero__demo-play.is-playing .hero__demo-play-icon--pause {
  display: block;
}

body.landing-v4 .hero__demo-mute.is-muted .hero__demo-mute-icon--on {
  display: none;
}

body.landing-v4 .hero__demo-mute.is-muted .hero__demo-mute-icon--off {
  display: block;
}

body.landing-v4 .hero__demo-volume-wrap {
  flex: 1;
  min-width: 2.25rem;
  display: flex;
  align-items: center;
  padding-right: 0.15rem;
  pointer-events: auto;
}

body.landing-v4 .hero__demo-volume {
  width: 100%;
  height: 4px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  cursor: pointer;
  pointer-events: auto;
}

body.landing-v4 .hero__demo-volume::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

body.landing-v4 .hero__demo-volume::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

body.landing-v4 .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Ancien mockup téléphone (sous-pages) */
body.landing-v4 .hero__demo--phone {
  position: relative;
  width: 100%;
  max-width: 16rem;
  margin-inline: auto;
}

body.landing-v4 .hero__phone {
  position: relative;
  z-index: 1;
  width: 100%;
  filter: drop-shadow(0 32px 64px rgba(0, 0, 0, 0.45));
}

body.landing-v4 .hero__phone .phone__frame {
  border-radius: 2.75rem;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.2) inset,
    0 40px 80px -24px rgba(0, 0, 0, 0.55);
}

body.landing-v4 .hero__phone .phone__screen--shot video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

body.landing-v4 .hero__demo-caption {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}

/* Hero 2026 — mobile & tablette : vidéo démo visible sous le texte */
@media (max-width: 1099px) {
  body.landing-v4 .hero.hero--bg-video.hero--2026 {
    min-height: auto;
    overflow: visible;
    padding-bottom: clamp(1.5rem, 4vw, 2.5rem);
  }

  body.landing-v4 .hero--2026 .hero__inner {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding-bottom: 0;
  }

  body.landing-v4 .hero--2026 .hero__content {
    width: 100%;
    flex: none;
  }

  body.landing-v4 .hero--2026 .hero__content.hero__glass {
    padding: calc(var(--header-h) + 1rem) 0 0;
  }

  body.landing-v4 .hero--2026 .hero__demo.hero__demo--media {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: min(22rem, 92vw);
    min-height: 0;
    margin: clamp(1.25rem, 4vw, 2rem) auto 0;
    flex-shrink: 0;
    pointer-events: auto;
  }

  body.landing-v4 .hero--2026 .hero__demo.hero__demo--media .hero__media-frame {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 9 / 19.5;
    max-height: min(68vh, 34rem);
    border-radius: var(--radius-2xl);
    border: 1px solid rgba(255, 255, 255, 0.18);
    overflow: hidden;
    box-shadow: 0 24px 64px -28px rgba(0, 0, 0, 0.55);
  }

  /* Accueil mobile — vidéo plein écran, sans cadre */
  body.landing-v4 .hero.hero--bg-video.hero--2026:not(.hero--product) {
    padding-bottom: 0;
  }

  body.landing-v4 .hero.hero--bg-video.hero--2026:not(.hero--product) .hero__inner {
    padding-inline: clamp(1rem, 4vw, 2rem);
  }

  body.landing-v4 .hero.hero--bg-video.hero--2026:not(.hero--product) .hero__demo.hero__demo--media {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: clamp(1.5rem, 5vw, 2.25rem);
  }

  body.landing-v4 .hero.hero--bg-video.hero--2026:not(.hero--product) .hero__demo.hero__demo--media .hero__media-frame {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    max-height: min(58vh, 32rem);
    min-height: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: #000;
    pointer-events: auto;
  }

  body.landing-v4 .hero.hero--bg-video.hero--2026:not(.hero--product) .hero__demo-glow {
    display: none;
  }

  body.landing-v4 .hero.hero--bg-video.hero--2026:not(.hero--product) .hero__media-frame video {
    object-fit: cover;
    object-position: center top;
  }

  body.landing-v4 .hero.hero--bg-video.hero--2026:not(.hero--product) .hero__demo.hero__demo--media .hero__media-frame::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 25%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(90deg, #0d131e 0%, transparent 100%);
  }

  body.landing-v4 .hero--product .hero__demo.hero__demo--media .hero__media-frame::after {
    display: none;
  }

  body.landing-v4 .hero--2026 .hero__demo-caption {
    top: 0.65rem;
    bottom: auto;
    left: 0.65rem;
    right: auto;
  }

  body.landing-v4 .hero--product .hero__inner {
    min-height: auto;
  }

  body.landing-v4 .hero--product.hero--compact .hero__inner {
    min-height: auto;
  }
}

@media (min-width: 1100px) {
  body.landing-v4 .hero.hero--bg-video.hero--2026 {
    padding: 0;
    padding-bottom: 0;
  }

  body.landing-v4 .hero--2026 .hero__inner {
    display: flex;
    align-items: stretch;
    grid-template-columns: unset;
    gap: 0;
    min-height: clamp(38rem, 92svh, 56rem);
    padding-block: var(--header-h) 0;
  }

  body.landing-v4 .hero--2026 .hero__content,
  body.landing-v4 .hero--2026 .hero__content.hero__glass {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    align-self: center;
    z-index: var(--hero-content-z);
    pointer-events: none;
  }

  body.landing-v4 .hero--2026 .hero__content a,
  body.landing-v4 .hero--2026 .hero__content button,
  body.landing-v4 .hero--2026 .hero__content .btn,
  body.landing-v4 .hero--2026 .hero__content input,
  body.landing-v4 .hero--2026 .hero__content select,
  body.landing-v4 .hero--2026 .hero__content label {
    pointer-events: auto;
  }

  body.landing-v4 .hero--2026 .hero__demo.hero__demo--media,
  body.landing-v4 .hero--2026 .hero__demo.hero__demo--media.hero__demo--large {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    transform: none;
    width: 50%;
    height: 100%;
    max-height: none;
    min-height: 0;
    margin: 0;
    display: block;
    pointer-events: auto;
    z-index: var(--hero-demo-z);
  }

  body.landing-v4 .hero--2026 .hero__demo.hero__demo--media .hero__media-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-height: 0;
    aspect-ratio: unset;
    border-radius: var(--radius-3xl);
    border: none;
    box-shadow: 0 40px 96px -36px rgba(0, 0, 0, 0.5);
    background: transparent;
    overflow: hidden;
    pointer-events: auto;
    z-index: 1;
    isolation: isolate;
  }

  body.landing-v4 .hero--2026 .hero__demo.hero__demo--media .hero__media-frame video {
    position: relative;
    z-index: 1;
    pointer-events: none;
  }

  body.landing-v4 .hero--2026 .hero__demo-controls {
    z-index: 20;
    top: 0.85rem;
    bottom: auto;
    left: auto;
    right: 0.85rem;
    width: 30%;
    min-width: 8rem;
    max-width: 14rem;
  }

  body.landing-v4 .hero--2026 .hero__demo.hero__demo--media .hero__media-frame::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 25%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(90deg, #0d131e 0%, transparent 100%);
  }

  body.landing-v4 .hero--2026 .hero__demo-glow {
    inset: 4% 0 4% 12%;
  }

  body.landing-v4 .hero--2026 .hero__demo-caption {
    top: 1.35rem;
    bottom: auto;
    left: 1.35rem;
    right: auto;
    pointer-events: none;
  }

  body.landing-v4 .hero__inner {
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: center;
  }

  body.landing-v4 .hero__demo--media.hero__demo--large {
    max-width: min(30rem, 44vw);
    margin-inline: auto 0;
  }

  body.landing-v4 .hero--2026 .hero__demo--media.hero__demo--large {
    max-width: none;
    margin-inline: 0;
  }

  body.landing-v4 .hero__demo--phone {
    max-width: 18rem;
    margin-inline: auto 0;
  }
}

/* Masquer ancienne section problème (remplacée par pain-grid) */
body.landing-v4 .problem-section {
  display: none;
}

/* Section titres */
body.landing-v4 .section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand);
  background: color-mix(in srgb, var(--brand) 8%, var(--surface-solid));
  border: 1px solid color-mix(in srgb, var(--brand) 18%, var(--border));
}

body.landing-v4 .section__title {
  font-size: clamp(1.75rem, 4vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

body.landing-v4 .section {
  padding: var(--section-gap) 0;
}

/* What-is · bento moderne */
body.landing-v4 .what-is-hub {
  background: transparent;
}

body.landing-v4 .what-is-step {
  border-radius: var(--radius-2xl);
  background: color-mix(in srgb, var(--surface-solid) 92%, transparent);
  border: 1px solid var(--border);
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
}

body.landing-v4 .what-is-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px -24px rgba(22, 138, 150, 0.2);
}

body.landing-v4 .what-is-step__num {
  width: 2.25rem;
  height: 2.25rem;
  font-size: 0.8125rem;
}

/* Hub cards — navigation rapide modernisée */
body.landing-v4 .hub-cards {
  gap: 0.875rem;
}

@media (min-width: 768px) {
  body.landing-v4 .hub-cards {
    gap: 1.125rem;
  }
}

body.landing-v4 .hub-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 0.15rem 1rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius-2xl);
  background: color-mix(in srgb, var(--surface-solid) 90%, transparent);
  backdrop-filter: blur(14px) saturate(1.25);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
  border: 1px solid color-mix(in srgb, var(--border) 75%, transparent);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 10px 36px -18px rgba(22, 138, 150, 0.14);
  overflow: hidden;
  transition:
    transform 0.35s var(--ease-out),
    border-color 0.35s,
    box-shadow 0.35s;
}

body.landing-v4 .hub-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, color-mix(in srgb, var(--brand) 10%, transparent) 0%, transparent 52%);
  opacity: 0;
  transition: opacity 0.35s var(--ease-out);
  pointer-events: none;
}

body.landing-v4 .hub-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--brand) 32%, var(--border));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 22px 48px -22px rgba(22, 138, 150, 0.28);
}

body.landing-v4 .hub-card:hover::before {
  opacity: 1;
}

body.landing-v4 .hub-card__label {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.2rem 0.55rem;
  margin-bottom: 0.1rem;
  border-radius: 999px;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  background: color-mix(in srgb, var(--brand) 10%, var(--surface-solid));
  border: 1px solid color-mix(in srgb, var(--brand) 16%, transparent);
}

body.landing-v4 .hub-card strong {
  grid-column: 1;
  grid-row: 2;
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

body.landing-v4 .hub-card__arrow {
  grid-column: 2;
  grid-row: 1 / -1;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  font-size: 1.125rem;
  line-height: 1;
  background: color-mix(in srgb, var(--brand) 9%, var(--surface-solid));
  border: 1px solid color-mix(in srgb, var(--brand) 20%, var(--border));
  box-shadow: 0 4px 14px -6px rgba(22, 138, 150, 0.35);
  transition: transform 0.35s var(--ease-out), background 0.35s, border-color 0.35s;
}

body.landing-v4 .hub-card:hover .hub-card__arrow {
  transform: translateX(4px);
  background: color-mix(in srgb, var(--brand) 16%, var(--surface-solid));
  border-color: color-mix(in srgb, var(--brand) 35%, var(--border));
}

body.landing-v4 .hub-card--cta {
  background: linear-gradient(135deg, #168a96 0%, #0a3589 100%);
  border-color: color-mix(in srgb, #2dbdce 35%, var(--brand));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12) inset,
    0 16px 40px -16px rgba(22, 138, 150, 0.55);
}

body.landing-v4 .hub-card--cta::before {
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.14) 0%, transparent 55%);
  opacity: 1;
}

body.landing-v4 .hub-card--cta .hub-card__label {
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}

body.landing-v4 .hub-card--cta strong {
  color: #fff;
}

body.landing-v4 .hub-card--cta .hub-card__arrow {
  color: var(--brand);
  background: #fff;
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.2);
}

body.landing-v4 .hub-card--cta:hover {
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.15) inset,
    0 24px 52px -20px rgba(22, 138, 150, 0.65);
}

body.landing-v4 .hub-cards.is-visible > .hub-card:nth-child(1) { transition-delay: 0.06s; }
body.landing-v4 .hub-cards.is-visible > .hub-card:nth-child(2) { transition-delay: 0.14s; }
body.landing-v4 .hub-cards.is-visible > .hub-card:nth-child(3) { transition-delay: 0.22s; }

/* Comparatif */
body.landing-v4 .compare-section {
  background:
    radial-gradient(ellipse 70% 55% at 0% 40%, color-mix(in srgb, var(--brand) 11%, transparent), transparent 58%),
    radial-gradient(ellipse 50% 45% at 100% 90%, color-mix(in srgb, #2dbdce 9%, transparent), transparent 55%),
    color-mix(in srgb, var(--bg-2) 88%, var(--surface));
}

body.landing-v4 .compare-section .section__head {
  margin-bottom: 0;
}

@media (max-width: 959px) {
  body.landing-v4 .compare-section .section__head {
    margin-bottom: 2.25rem;
  }
}

body.landing-v4 .compare-section .section__subtitle {
  margin-top: 0.75rem;
  max-width: 22rem;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--text-muted);
}

body.landing-v4 .compare-board {
  max-width: none;
  margin: 0;
  border-radius: var(--radius-3xl);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--border) 70%, transparent);
  background: color-mix(in srgb, var(--surface-solid) 90%, transparent);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 28px 72px -36px rgba(22, 138, 150, 0.32);
}

body.landing-v4 .compare-board__head {
  grid-template-columns: 2fr 3fr;
}

body.landing-v4 .compare-board__label {
  padding: 1.125rem 1.5rem;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
}

body.landing-v4 .compare-board__label--pikscan {
  background: linear-gradient(135deg, color-mix(in srgb, var(--brand) 22%, var(--surface-solid)), color-mix(in srgb, #2dbdce 8%, var(--surface-solid)));
  border-left: 1px solid color-mix(in srgb, var(--brand) 25%, var(--border));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.landing-v4 .compare-board__mark {
  border-radius: 0.375rem;
  box-shadow: 0 2px 8px rgba(22, 138, 150, 0.35);
}

body.landing-v4 .compare-board__rows {
  position: relative;
}

body.landing-v4 .compare-row {
  grid-template-columns: 2fr 3fr;
  transition: background 0.25s var(--ease-out);
}

body.landing-v4 .compare-row__others,
body.landing-v4 .compare-row__pikscan {
  padding: 1.2rem 1.5rem;
  gap: 0.875rem;
}

body.landing-v4 .compare-row__others {
  font-size: 0.9rem;
}

body.landing-v4 .compare-row__pikscan {
  font-size: 0.975rem;
  font-weight: 700;
  background: linear-gradient(90deg, color-mix(in srgb, var(--brand) 14%, transparent) 0%, transparent 85%);
  border-left: 1px solid color-mix(in srgb, var(--brand) 18%, var(--border));
}

body.landing-v4 .compare-row:hover .compare-row__pikscan {
  background: linear-gradient(90deg, color-mix(in srgb, var(--brand) 20%, transparent) 0%, color-mix(in srgb, var(--brand) 4%, transparent) 100%);
  box-shadow: inset 4px 0 0 var(--brand);
}

body.landing-v4 .compare-row__icon {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 0.75rem;
}

@media (min-width: 640px) {
  body.landing-v4 .compare-board__rows::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40%;
    width: 1px;
    background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--border) 90%, transparent) 15%, color-mix(in srgb, var(--border) 90%, transparent) 85%, transparent);
    pointer-events: none;
    z-index: 1;
  }
}

@media (min-width: 960px) {
  body.landing-v4 .compare-section .container {
    display: grid;
    grid-template-columns: minmax(11rem, 20rem) minmax(0, 1fr);
    gap: clamp(2.5rem, 5vw, 4.5rem);
    align-items: start;
  }

  body.landing-v4 .compare-section .section__head {
    text-align: left;
    position: sticky;
    top: calc(var(--header-h) + 1.5rem);
  }

  body.landing-v4 .compare-section .section__eyebrow {
    margin-inline: 0;
  }

  body.landing-v4 .compare-section .section__title {
    letter-spacing: -0.04em;
  }
}

@media (max-width: 639px) {
  body.landing-v4 .compare-section .section__subtitle {
    margin-inline: auto;
    text-align: center;
  }

  body.landing-v4 .compare-board {
    border-radius: var(--radius-2xl);
  }

  body.landing-v4 .compare-board__rows {
    padding: 0.5rem;
    gap: 0.5rem;
  }

  body.landing-v4 .compare-row {
    border-radius: var(--radius-xl);
    background: var(--surface-solid);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  }

  body.landing-v4 .compare-row__pikscan {
    border-radius: 0 0 calc(var(--radius-xl) - 2px) calc(var(--radius-xl) - 2px);
    background: linear-gradient(180deg, color-mix(in srgb, var(--brand) 10%, var(--surface-solid)), var(--surface-solid));
  }
}

/* Showcase app */
body.landing-v4 .app-showcase__frame {
  border-radius: 1.75rem;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-product);
}

body.landing-v4 .app-showcase__shot figcaption {
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: -0.01em;
}

/* Features bento */
body.landing-v4 .feature-card {
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border);
  background: var(--surface-solid);
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s, border-color 0.35s;
}

body.landing-v4 .feature-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--brand) 30%, var(--border));
  box-shadow: 0 24px 56px -28px rgba(22, 138, 150, 0.22);
}

body.landing-v4 .feature-card__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, color-mix(in srgb, var(--brand) 12%, transparent), color-mix(in srgb, var(--brand-2) 8%, transparent));
}

/* Steps */
body.landing-v4 .step-visual__media {
  border-radius: 2rem;
  box-shadow: var(--shadow-product);
}

body.landing-v4 .step-visual__num {
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
}

/* Pricing */
body.landing-v4 .pricing-card {
  border-radius: var(--radius-3xl);
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s;
}

body.landing-v4 .pricing-card:hover {
  transform: translateY(-4px);
}

body.landing-v4 .pricing-card--featured {
  border-color: color-mix(in srgb, var(--brand) 40%, var(--border));
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--brand) 20%, transparent),
    0 32px 64px -24px rgba(22, 138, 150, 0.28);
}

/* FAQ */
body.landing-v4 .faq-item {
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  margin-bottom: 0.5rem;
  overflow: hidden;
  transition: border-color 0.25s;
}

body.landing-v4 .faq-item[open] {
  border-color: color-mix(in srgb, var(--brand) 28%, var(--border));
}

/* CTA final */
body.landing-v4 .cta-banner {
  border-radius: var(--radius-3xl);
  background:
    radial-gradient(ellipse 80% 80% at 20% 0%, rgba(0, 172, 242, 0.2), transparent 55%),
    radial-gradient(ellipse 60% 60% at 90% 100%, rgba(22, 138, 150, 0.25), transparent 50%),
    linear-gradient(135deg, #168a96, #0a3589);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.landing-v4 .cta-banner h2 {
  letter-spacing: -0.03em;
}

/* Footer */
body.landing-v4 .site-footer {
  border-top: 1px solid var(--border);
  background: color-mix(in srgb, var(--bg-2) 80%, transparent);
}

body.landing-v4 .scroll-hint {
  display: none;
}

/* Sous-pages */
body.landing-v4.page-sub .sub-hero {
  background: transparent;
  padding-top: calc(var(--header-h) + 2rem);
}

body.landing-v4.page-sub .sub-hero h1 {
  letter-spacing: -0.04em;
}

/* Page produit / ads — hero vidéo : texte toujours lisible */
body.landing-v4 .hero.hero--product.hero--bg-video .hero__content.hero__glass {
  color: rgba(255, 255, 255, 0.9);
}

body.landing-v4 .hero.hero--product.hero--bg-video h1,
body.landing-v4 .hero.hero--product.hero--bg-video h1 .word {
  color: #fff;
}

body.landing-v4 .hero.hero--product.hero--bg-video .hero__tagline--product {
  color: rgba(255, 255, 255, 0.9);
}

body.landing-v4 .hero.hero--product.hero--bg-video .hero__tagline--product strong {
  color: #fff;
}

body.landing-v4 .hero.hero--product.hero--bg-video .lp-hero__lead,
body.landing-v4 .hero.hero--product.hero--bg-video .lp-bullets li,
body.landing-v4 .hero.hero--product.hero--bg-video .lp-bullets li span {
  color: rgba(255, 255, 255, 0.88);
}

body.landing-v4 .hero.hero--product.hero--bg-video .lp-cta-note {
  color: rgba(255, 255, 255, 0.65);
}

/* Page produit — hero vidéo large (comme l'accueil) */
body.landing-v4 .hero.hero--product.hero--bg-video.hero--2026 {
  min-height: auto;
}

body.landing-v4 .hero--product .hero__inner {
  min-height: clamp(20rem, 52svh, 32rem);
}

/* Hero visuel carré (pas ratio téléphone) — hauteur maîtrisée */
body.landing-v4 .hero--product .hero__demo--static {
  width: 100%;
  max-width: min(100%, 22rem);
  margin: 1rem auto 0;
}

body.landing-v4 .hero--product .hero__media-frame--static {
  aspect-ratio: 1 / 1;
  width: 100%;
  max-height: min(40vh, 20rem);
  border-radius: var(--radius-xl);
}

body.landing-v4 .hero--product .back-link--hero {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.2s var(--ease-out);
}

body.landing-v4 .hero--product .back-link--hero:hover {
  color: #fff;
}

/* Titres hero Produit / Fonctionnalités : blanc sur fond noir */
body.landing-v4 .hero.hero--product h1,
body.landing-v4 .hero.hero--product h1 .word,
body.landing-v4 .hero.hero--product #product-title,
body.landing-v4 .hero.hero--product #features-title {
  color: #fff;
}

body.landing-v4 .hero--product .product-hero__bullets {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
  font-size: 0.975rem;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.4);
}

body.landing-v4 .hero--product .product-hero__bullets strong {
  color: #fff;
  font-weight: 700;
}

body.landing-v4 .hero--product .product-hero__note {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

body.landing-v4 .hero--product .hero__tagline--product {
  margin-bottom: 1.125rem;
}

body.landing-v4 .hero--product.hero--compact .hero__inner {
  min-height: clamp(16rem, 44svh, 26rem);
}

@media (min-width: 1100px) {
  body.landing-v4 .hero--product .hero__inner {
    min-height: clamp(22rem, 56svh, 34rem);
  }

  body.landing-v4 .hero--product.hero--compact .hero__inner {
    min-height: clamp(18rem, 48svh, 28rem);
  }

  body.landing-v4 .hero--product .hero__demo--static {
    max-width: min(100%, 24rem);
    margin: 0 0 0 auto;
  }

  body.landing-v4 .hero--product .hero__media-frame--static {
    max-height: min(44vh, 22rem);
  }

  body.landing-v4 .hero--product .hero__content.hero__glass {
    padding-left: clamp(1rem, 2.5vw, 1.75rem);
  }
}

/* ——— Guide 2026 ——— */
body.landing-v4.page-guide {
  background: var(--bg);
}

body.landing-v4.page-guide .page-guide {
  padding-bottom: clamp(3rem, 8vw, 5rem);
}

body.landing-v4.page-guide .container--guide {
  max-width: 72rem;
}

/* Barre de progression */
body.landing-v4.page-guide .guide-progress {
  top: 0;
  z-index: 62;
  height: 2px;
  background: color-mix(in srgb, var(--border) 60%, transparent);
}

body.landing-v4.page-guide .guide-progress__bar {
  background: linear-gradient(90deg, var(--brand), #2dbdce);
  box-shadow: 0 0 12px rgba(0, 172, 242, 0.45);
}

/* Nav sticky */
body.landing-v4.page-guide .gv2-nav {
  top: 0;
  z-index: 61;
  margin-top: 0;
  background: color-mix(in srgb, var(--surface-solid) 82%, transparent);
  backdrop-filter: blur(20px) saturate(1.5);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  border-bottom: 1px solid color-mix(in srgb, var(--border) 45%, transparent);
  box-shadow: 0 8px 32px -24px rgba(22, 138, 150, 0.2);
}

body.landing-v4.page-guide .gv2-nav__track {
  gap: 0.5rem;
  padding: 0.75rem 0;
}

body.landing-v4.page-guide .gv2-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text-muted);
  border: 1px solid color-mix(in srgb, var(--border) 70%, transparent);
  background: color-mix(in srgb, var(--surface-solid) 70%, transparent);
  transition: color 0.2s, background 0.2s, border-color 0.2s, transform 0.2s var(--ease-out);
}

body.landing-v4.page-guide .gv2-nav__link::before {
  font-size: 0.625rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: color-mix(in srgb, var(--brand) 70%, var(--text-muted));
  opacity: 0.85;
}

body.landing-v4.page-guide .gv2-nav__link:nth-child(1)::before { content: "01"; }
body.landing-v4.page-guide .gv2-nav__link:nth-child(2)::before { content: "02"; }
body.landing-v4.page-guide .gv2-nav__link:nth-child(3)::before { content: "03"; }
body.landing-v4.page-guide .gv2-nav__link:nth-child(4)::before { content: "04"; }
body.landing-v4.page-guide .gv2-nav__link:nth-child(5)::before { content: "05"; }
body.landing-v4.page-guide .gv2-nav__link:nth-child(6)::before { content: "06"; }
body.landing-v4.page-guide .gv2-nav__link:nth-child(7)::before { content: "07"; }
body.landing-v4.page-guide .gv2-nav__link:nth-child(8)::before { content: "08"; }
body.landing-v4.page-guide .gv2-nav__link:nth-child(9)::before { content: "09"; }
body.landing-v4.page-guide .gv2-nav__link:nth-child(10)::before { content: "10"; }

body.landing-v4.page-guide .gv2-nav__link.is-active,
body.landing-v4.page-guide .gv2-nav__link:hover {
  color: var(--brand);
  background: color-mix(in srgb, var(--brand) 12%, var(--surface-solid));
  border-color: color-mix(in srgb, var(--brand) 30%, var(--border));
  transform: translateY(-1px);
}

body.landing-v4.page-guide .gv2-nav__link.is-active::before {
  color: var(--brand);
  opacity: 1;
}

/* Hero */
body.landing-v4.page-guide .gv2-hero--2026 {
  position: relative;
  padding: clamp(1.5rem, 4vw, 2.5rem) 0 clamp(2rem, 5vw, 3rem);
  border-bottom: none;
  background:
    radial-gradient(ellipse 80% 60% at 0% 0%, color-mix(in srgb, var(--brand) 12%, transparent), transparent 55%),
    radial-gradient(ellipse 60% 50% at 100% 100%, color-mix(in srgb, #2dbdce 8%, transparent), transparent 50%),
    transparent;
  overflow: hidden;
}

body.landing-v4.page-guide .gv2-hero--2026 .back-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}

body.landing-v4.page-guide .gv2-hero--2026 .back-link:hover {
  color: var(--brand);
}

body.landing-v4.page-guide .gv2-hero__grid {
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

@media (min-width: 900px) {
  body.landing-v4.page-guide .gv2-hero__grid {
    grid-template-columns: 1.1fr min(36%, 15rem);
  }
}

body.landing-v4.page-guide .gv2-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand);
  background: color-mix(in srgb, var(--brand) 10%, var(--surface-solid));
  border: 1px solid color-mix(in srgb, var(--brand) 18%, var(--border));
}

body.landing-v4.page-guide .gv2-hero h1 {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.875rem, 4.5vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

body.landing-v4.page-guide .gv2-hero__lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  max-width: 36rem;
}

body.landing-v4.page-guide .gv2-phases {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-top: 1.5rem;
}

@media (min-width: 540px) {
  body.landing-v4.page-guide .gv2-phases {
    grid-template-columns: repeat(4, 1fr);
  }
}

body.landing-v4.page-guide .gv2-phase-arrow {
  display: none;
}

body.landing-v4.page-guide .gv2-phase {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  padding: 0.75rem 0.85rem;
  border-radius: var(--radius-xl);
  background: color-mix(in srgb, var(--surface-solid) 88%, transparent);
  border: 1px solid color-mix(in srgb, var(--border) 70%, transparent);
  font-size: 0.8125rem;
  box-shadow: 0 4px 20px -12px rgba(22, 138, 150, 0.15);
}

body.landing-v4.page-guide .gv2-phase strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  background: color-mix(in srgb, var(--brand) 14%, var(--surface-solid));
}

body.landing-v4.page-guide .gv2-hero__shot {
  position: relative;
}

body.landing-v4.page-guide .gv2-hero__shot::before {
  content: "";
  position: absolute;
  inset: 8% 0 5%;
  background: radial-gradient(ellipse 70% 60% at 50% 40%, rgba(0, 172, 242, 0.35), transparent 70%);
  filter: blur(28px);
  pointer-events: none;
}

body.landing-v4.page-guide .gv2-hero__shot img {
  position: relative;
  z-index: 1;
  width: min(100%, 15rem);
  border-radius: 1.75rem;
  border: 2px solid color-mix(in srgb, var(--border) 80%, transparent);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 32px 64px -24px rgba(22, 138, 150, 0.35);
}

/* Timeline & étapes */
body.landing-v4.page-guide .gv2-timeline {
  padding: clamp(2rem, 5vw, 3rem) 0 1rem;
}

body.landing-v4.page-guide .gv2-timeline::before {
  left: 1.25rem;
  width: 2px;
  background: linear-gradient(180deg, var(--brand), color-mix(in srgb, #2dbdce 40%, var(--brand)) 50%, color-mix(in srgb, var(--brand) 15%, var(--border)));
  opacity: 0.85;
}

@media (min-width: 768px) {
  body.landing-v4.page-guide .gv2-timeline::before {
    left: 1.5rem;
  }
}

body.landing-v4.page-guide .gv2-step {
  padding-left: 3.25rem;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
  scroll-margin-top: 4.5rem;
}

@media (min-width: 768px) {
  body.landing-v4.page-guide .gv2-step {
    padding-left: 4rem;
  }
}

body.landing-v4.page-guide .gv2-step::before {
  left: 0.8125rem;
  width: 0.875rem;
  height: 0.875rem;
  background: var(--brand);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--brand) 15%, var(--bg)),
    0 0 16px rgba(22, 138, 150, 0.45);
}

@media (min-width: 768px) {
  body.landing-v4.page-guide .gv2-step::before {
    left: 1.0625rem;
  }
}

body.landing-v4.page-guide .gv2-step__phase {
  display: inline-flex;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  background: color-mix(in srgb, var(--brand) 10%, var(--surface-solid));
  border: 1px solid color-mix(in srgb, var(--brand) 16%, transparent);
}

body.landing-v4.page-guide .gv2-step__num {
  margin-top: 0.5rem;
  font-size: clamp(2.25rem, 5vw, 3rem);
  background: linear-gradient(135deg, color-mix(in srgb, var(--text) 18%, transparent), color-mix(in srgb, var(--text) 6%, transparent));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.landing-v4.page-guide .gv2-step__head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  letter-spacing: -0.035em;
}

body.landing-v4.page-guide .gv2-step__panel {
  gap: clamp(1.25rem, 3vw, 2rem);
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border-radius: var(--radius-2xl);
  background: color-mix(in srgb, var(--surface-solid) 90%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid color-mix(in srgb, var(--border) 65%, transparent);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 16px 48px -28px rgba(22, 138, 150, 0.18);
  transition: border-color 0.3s, box-shadow 0.3s;
}

body.landing-v4.page-guide .gv2-step:hover .gv2-step__panel {
  border-color: color-mix(in srgb, var(--brand) 22%, var(--border));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 24px 56px -28px rgba(22, 138, 150, 0.24);
}

@media (min-width: 900px) {
  body.landing-v4.page-guide .gv2-step__panel {
    grid-template-columns: 1fr min(38%, 13.5rem);
    padding: 1.75rem;
  }

  body.landing-v4.page-guide .gv2-step__panel--reverse {
    grid-template-columns: min(38%, 13.5rem) 1fr;
  }
}

body.landing-v4.page-guide .gv2-actions li {
  padding: 0.65rem 0.85rem 0.65rem 2.75rem;
  border-radius: var(--radius-xl);
  background: color-mix(in srgb, var(--brand) 4%, var(--surface-solid));
  border: 1px solid color-mix(in srgb, var(--border) 55%, transparent);
  font-size: 0.9rem;
  line-height: 1.6;
}

body.landing-v4.page-guide .gv2-actions li::before {
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.5rem;
  font-size: 0.6875rem;
  box-shadow: 0 4px 12px -4px rgba(22, 138, 150, 0.4);
}

body.landing-v4.page-guide .gv2-shot img {
  width: min(100%, 12.5rem);
  border-radius: 1.35rem;
  border: 1px solid color-mix(in srgb, var(--border) 80%, transparent);
  box-shadow: 0 20px 48px -24px rgba(22, 138, 150, 0.28);
}

body.landing-v4.page-guide #export .gv2-shot img {
  width: min(100%, 18rem);
  border-radius: var(--radius-xl);
}

/* CTA */
body.landing-v4.page-guide .gv2-cta {
  margin: clamp(2rem, 5vw, 3rem) 0 1.5rem;
  border-radius: var(--radius-3xl);
  background:
    radial-gradient(ellipse 80% 80% at 20% 0%, rgba(0, 172, 242, 0.22), transparent 55%),
    linear-gradient(135deg, #168a96 0%, #0a3589 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 64px -32px rgba(22, 138, 150, 0.55);
  overflow: hidden;
}

body.landing-v4.page-guide .gv2-cta__inner {
  padding: clamp(2.25rem, 5vw, 3.25rem);
}

body.landing-v4.page-guide .gv2-cta h2 {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
}

body.landing-v4.page-guide .gv2-cta .btn-glow {
  margin-top: 0.5rem;
  border-radius: 999px;
}

body.landing-v4.page-guide .guide-footer-links {
  text-align: center;
  font-size: 0.875rem;
  color: var(--text-muted);
  padding-top: 1rem;
}

body.landing-v4.page-guide .guide-footer-links a {
  color: var(--brand);
  font-weight: 600;
  text-decoration: none;
}

body.landing-v4.page-guide .guide-footer-links a:hover {
  text-decoration: underline;
}

/* Démo notes vocales interactive */
body.landing-v4 .voice-playground {
  background:
    radial-gradient(ellipse 60% 50% at 100% 20%, color-mix(in srgb, var(--brand) 10%, transparent), transparent 55%),
    color-mix(in srgb, var(--bg-2) 90%, var(--surface));
}

body.landing-v4 .voice-playground__grid {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}

@media (min-width: 900px) {
  body.landing-v4 .voice-playground__grid {
    grid-template-columns: 1fr min(26rem, 42vw);
  }
}

body.landing-v4 .voice-playground__copy .section__subtitle {
  margin-top: 0.75rem;
  max-width: 28rem;
}

body.landing-v4 .voice-playground__points {
  margin: 1.25rem 0 0;
  padding-left: 1.1rem;
  color: var(--text-muted);
  line-height: 1.65;
}

body.landing-v4 .voice-demo__card {
  padding: 1.25rem;
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border);
  background: color-mix(in srgb, var(--surface-solid) 92%, transparent);
  box-shadow: 0 20px 48px -28px rgba(22, 138, 150, 0.22);
}

body.landing-v4 .voice-demo__meta {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

body.landing-v4 .voice-demo__badge {
  flex-shrink: 0;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #ef4444, #dc2626);
}

body.landing-v4 .voice-demo__contact {
  display: block;
  font-size: 0.9375rem;
  letter-spacing: -0.02em;
}

body.landing-v4 .voice-demo__note-title {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.8125rem;
  color: var(--text-muted);
}

body.landing-v4 .voice-demo__player {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.85rem;
  border-radius: var(--radius-xl);
  background: color-mix(in srgb, var(--brand) 6%, var(--surface-solid));
  border: 1px solid color-mix(in srgb, var(--brand) 14%, var(--border));
}

body.landing-v4 .voice-demo__play {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border: none;
  border-radius: 50%;
  color: #fff;
  background: var(--gradient-brand);
  box-shadow: 0 6px 20px -6px rgba(22, 138, 150, 0.55);
  cursor: pointer;
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s;
}

body.landing-v4 .voice-demo__play:hover {
  transform: scale(1.06);
}

body.landing-v4 .voice-demo__play:active {
  transform: scale(0.96);
}

body.landing-v4 .voice-demo__wave {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  min-width: 0;
  height: 2rem;
}

body.landing-v4 .voice-demo__wave span {
  flex: 1;
  max-width: 4px;
  height: 28%;
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand) 45%, var(--border));
  transform-origin: center bottom;
  transition: height 0.2s;
}

body.landing-v4 .voice-demo.is-playing .voice-demo__wave span {
  animation: voice-bar 0.85s ease-in-out infinite alternate;
}

body.landing-v4 .voice-demo.is-playing .voice-demo__wave span:nth-child(odd) { animation-duration: 0.7s; }
body.landing-v4 .voice-demo.is-playing .voice-demo__wave span:nth-child(3n) { animation-duration: 1s; }
body.landing-v4 .voice-demo.is-playing .voice-demo__wave span:nth-child(4n) { animation-duration: 0.55s; }

@keyframes voice-bar {
  0% { height: 18%; opacity: 0.55; }
  100% { height: 92%; opacity: 1; }
}

body.landing-v4 .voice-demo__time {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--text-muted);
}

body.landing-v4 .voice-demo__transcribe {
  width: 100%;
  margin-top: 0.85rem;
  color: var(--text);
  background: color-mix(in srgb, var(--surface-solid) 92%, transparent);
  border-color: color-mix(in srgb, var(--brand) 28%, var(--border));
  font-weight: 600;
}

body.landing-v4 .voice-demo__transcribe:hover {
  color: var(--brand);
  background: color-mix(in srgb, var(--brand) 10%, var(--surface-solid));
  border-color: color-mix(in srgb, var(--brand) 45%, var(--border));
}

body.landing-v4 .voice-demo__transcript {
  margin-top: 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-xl);
  background: color-mix(in srgb, var(--brand) 5%, var(--surface-solid));
  border: 1px dashed color-mix(in srgb, var(--brand) 22%, var(--border));
  animation: fade-up 0.45s var(--ease-out) both;
}

body.landing-v4 .voice-demo__transcript-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
}

body.landing-v4 .voice-demo__transcript p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

body.landing-v4 .voice-demo__hint {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  color: var(--text-muted);
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  body.landing-v4 .hero__demo-glow {
    animation: none;
  }

  body.landing-v4 .what-is-step:hover,
  body.landing-v4 .feature-card:hover,
  body.landing-v4 .hub-card:hover,
  body.landing-v4 .pricing-card:hover {
    transform: none;
  }

  body.landing-v4 .voice-demo.is-playing .voice-demo__wave span {
    animation: none;
    height: 40%;
  }
}
