/* PikScan Expenses · Site Pro — design system symétrique moderne
   Direction : B2B salon / iPhone, confiance, rythme centré.
   Ne charge PAS sur les landings ads. */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Sora:wght@500;600;700;800&display=swap');

:root {
  --ink: #0c1222;
  --ink-soft: #1a2336;
  --muted: #5b657a;
  --surface: #ffffff;
  --surface-2: #f5f7fb;
  --surface-3: #eef2f8;
  --line: rgba(12, 18, 34, 0.08);
  --brand: #168a96;
  --brand-deep: #0e5f6b;
  --brand-cyan: #00a8e0;
  --brand-glow: rgba(22, 138, 150, 0.14);
  --radius: 0.625rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --container: 70rem;
  --header-h: 4rem;
  --font: "DM Sans", system-ui, sans-serif;
  --font-display: "Sora", "DM Sans", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-soft: 0 1px 0 rgba(12, 18, 34, 0.04), 0 12px 32px -20px rgba(12, 18, 34, 0.18);
  --gradient-atmosphere:
    radial-gradient(ellipse 90% 70% at 50% -10%, rgba(22, 138, 150, 0.1), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 20%, rgba(0, 168, 224, 0.06), transparent 50%),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 40%, #f5f7fb 100%);
}

html.dark {
  --ink: #f2f5fb;
  --ink-soft: #d7deeb;
  --muted: #9aa6bd;
  --surface: #0e1420;
  --surface-2: #141c2c;
  --surface-3: #1a2438;
  --line: rgba(242, 245, 251, 0.1);
  --brand-glow: rgba(22, 138, 150, 0.28);
  --shadow-soft: 0 1px 0 rgba(255, 255, 255, 0.04), 0 16px 40px -24px rgba(0, 0, 0, 0.55);
  --gradient-atmosphere:
    radial-gradient(ellipse 90% 70% at 50% -10%, rgba(22, 138, 150, 0.22), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 20%, rgba(0, 168, 224, 0.08), transparent 50%),
    linear-gradient(180deg, #0b101a 0%, #0e1420 45%, #121a2a 100%);
}

/* Map legacy tokens used across pages */
body.site-pro,
body.landing-v4 {
  --bg: var(--surface);
  --bg-2: var(--surface-2);
  --surface-solid: var(--surface);
  --text: var(--ink);
  --text-muted: var(--muted);
  --border: var(--line);
  --font: "DM Sans", system-ui, sans-serif;
  --font-display: "Sora", "DM Sans", system-ui, sans-serif;
  --container: 70rem;
  --header-h: 4rem;
  --radius: 0.625rem;
  --radius-xl: 1rem;
  --radius-2xl: 1.25rem;
  --radius-3xl: 1.5rem;
  font-family: var(--font);
  color: var(--ink);
  background: var(--gradient-atmosphere);
  background-attachment: fixed;
}

body.site-pro,
body.landing-v4 {
  letter-spacing: -0.01em;
}

/* ——— Typographie ——— */
body.site-pro h1,
body.site-pro h2,
body.site-pro h3,
body.landing-v4 h1,
body.landing-v4 h2,
body.landing-v4 h3,
body.site-pro .section__title,
body.landing-v4 .section__title,
body.site-pro .logo__text,
body.landing-v4 .logo__text {
  font-family: var(--font-display);
}

body.site-pro .section__head,
body.landing-v4 .section__head {
  text-align: center;
  max-width: 40rem;
  margin-inline: auto;
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

body.site-pro .section__eyebrow,
body.landing-v4 .section__eyebrow {
  display: inline-block;
  font-family: var(--font);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 0.75rem;
}

body.site-pro .section__title,
body.landing-v4 .section__title {
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 0.75rem;
}

body.site-pro .section__subtitle,
body.landing-v4 .section__subtitle {
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--muted);
  margin: 0 auto;
  max-width: 36rem;
}

/* ——— Header symétrique ——— */
body.site-pro .site-header,
body.landing-v4 .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  transition: background 0.25s var(--ease), border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

body.site-pro .site-header.is-scrolled,
body.landing-v4 .site-header.is-scrolled,
body.site-pro .site-header.is-menu-open,
body.landing-v4 .site-header.is-menu-open {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.site-pro .site-header .container,
body.landing-v4 .site-header .container {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  justify-content: unset;
  gap: 1rem;
  min-height: calc(var(--header-h) - 0.5rem);
  width: calc(100% - 1.5rem);
  max-width: var(--container);
  margin-inline: auto;
  padding: 0.4rem 0.5rem 0.4rem 1rem;
  border-radius: 999px !important;
  background: #ffffff !important;
  border: 1px solid rgba(12, 18, 34, 0.08) !important;
  box-shadow: 0 8px 28px -16px rgba(12, 18, 34, 0.22) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html.dark body.site-pro .site-header .container,
html.dark body.landing-v4 .site-header .container {
  background: #111827 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

body.site-pro .site-header .logo,
body.landing-v4 .site-header .logo {
  justify-self: start;
}

body.site-pro .nav-desktop,
body.landing-v4 .nav-desktop {
  justify-self: center;
  display: none;
  gap: 0.15rem;
}

body.site-pro .header-actions,
body.landing-v4 .header-actions {
  justify-self: end;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

/* Mobile : logo à gauche, actions à droite (pas de colonne nav vide) */
@media (max-width: 959px) {
  body.site-pro .site-header .container,
  body.landing-v4 .site-header .container {
    grid-template-columns: 1fr auto !important;
  }

  body.site-pro .header-actions,
  body.landing-v4 .header-actions {
    grid-column: 2;
    justify-self: end;
    margin-left: auto;
  }
}

@media (min-width: 960px) {
  body.site-pro .nav-desktop,
  body.landing-v4 .nav-desktop {
    display: flex;
  }
}

body.site-pro .nav-desktop a,
body.landing-v4 .nav-desktop a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--muted);
  padding: 0.45rem 0.7rem;
  border-radius: 0.5rem;
  transition: color 0.2s var(--ease), background 0.2s var(--ease);
}

body.site-pro .nav-desktop a:hover,
body.landing-v4 .nav-desktop a:hover,
body.site-pro .nav-desktop a[aria-current="page"],
body.landing-v4 .nav-desktop a[aria-current="page"] {
  color: var(--ink);
  background: color-mix(in srgb, var(--brand) 8%, transparent);
}

body.site-pro .logo__text,
body.landing-v4 .logo__text {
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: 1.15rem;
}

body.site-pro .btn-order,
body.landing-v4 .btn-order {
  background: var(--brand);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  font-weight: 600;
  box-shadow: none;
}

body.site-pro .header-actions .btn-order.btn-sm,
body.landing-v4 .header-actions .btn-order.btn-sm {
  padding: 0.7rem 1.35rem;
  font-size: 0.9rem;
  min-height: 2.65rem;
  font-weight: 700;
}

body.site-pro .btn-order:hover,
body.landing-v4 .btn-order:hover {
  background: var(--brand-deep);
}

/* ——— Hero Pro : brand-first, composition unique, symétrie ——— */
.hero--pro {
  position: relative;
  min-height: min(100svh, 52rem);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  padding: 0;
  isolation: isolate;
  background: #000;
}

.hero--pro .hero__video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero--pro .hero__video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero--pro .hero__video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 14, 28, 0.55) 0%, rgba(6, 14, 28, 0.35) 40%, rgba(6, 14, 28, 0.72) 100%),
    linear-gradient(90deg, rgba(6, 14, 28, 0.55) 0%, transparent 40%, transparent 60%, rgba(6, 14, 28, 0.35) 100%);
}

.hero--pro .hero__mesh { display: none; }

.hero--pro .hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  justify-items: center;
  text-align: center;
}

@media (min-width: 960px) {
  .hero--pro {
    padding: calc(var(--header-h) + 2.5rem) 0 3.5rem;
  }

  .hero--pro .hero__inner {
    grid-template-columns: 1fr 1fr;
    text-align: left;
    justify-items: stretch;
    gap: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-inline: clamp(1.5rem, 4vw, 2.5rem);
  }
}

.hero--pro .hero__content {
  position: relative;
  z-index: 1;
  background: none;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  padding: calc(var(--header-h) + 1.25rem) 0 0;
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.92);
}

@media (min-width: 960px) {
  .hero--pro .hero__content {
    max-width: none;
    justify-self: start;
    /* Ne pas recouvrir la colonne vidéo / contrôles */
    overflow: hidden;
    padding-top: 0;
  }
}

.hero--pro .hero__brand {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 7vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.95;
  color: #fff;
  margin: 0 0 1rem;
}

.hero--pro .hero__brand span {
  display: inline-block;
  background: linear-gradient(120deg, #fff 0%, #b8d4ff 55%, #7dd3fc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero--pro h1,
.hero--pro #hero-title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: #fff;
  margin: 0 auto 0.85rem;
  max-width: 22ch;
  text-align: center;
}

@media (max-width: 959px) {
  .hero--pro .hero__content {
    width: 100%;
    max-width: 32rem;
    margin-inline: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero--pro h1,
  .hero--pro #hero-title,
  .hero--pro .hero__brand,
  .hero--pro .hero__tagline,
  .hero--pro .hero__proof {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .hero--pro .hero__tagline {
    max-width: 28rem;
  }
}

@media (min-width: 960px) {
  .hero--pro h1,
  .hero--pro #hero-title {
    max-width: 18ch;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}

.hero--pro .hero__tagline {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 1.75rem;
  max-width: 34rem;
}

.hero--pro .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 1.25rem;
}

@media (min-width: 960px) {
  .hero--pro .hero__actions { justify-content: flex-start; }
}

.hero--pro .hero__actions .btn {
  border-radius: var(--radius);
  min-height: 3rem;
}

/* CTA App Store : une seule ligne (icône + texte) */
.hero--pro .hero__actions .btn-store--stacked,
body.site-pro .btn-store--stacked,
body.landing-v4 .btn-store--stacked {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.65rem;
  white-space: nowrap;
  text-align: left;
}

.hero--pro .hero__actions .btn-store__copy,
body.site-pro .btn-store__copy,
body.landing-v4 .btn-store__copy {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 0.4rem;
  line-height: 1.2;
}

.hero--pro .hero__actions .btn-store__lead,
body.site-pro .btn-store__lead,
body.landing-v4 .btn-store__lead {
  font-size: 0.95rem;
  font-weight: 700;
}

.hero--pro .hero__actions .btn-store__note,
body.site-pro .btn-store__note,
body.landing-v4 .btn-store__note {
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0.7;
}

.hero--pro .hero__actions .btn-store__note::before,
body.site-pro .btn-store__note::before,
body.landing-v4 .btn-store__note::before {
  content: "·";
  margin-right: 0.4rem;
  opacity: 0.6;
}

@media (max-width: 479px) {
  .hero--pro .hero__actions .btn-store__note,
  body.site-pro .hero .btn-store__note,
  body.landing-v4 .hero .btn-store__note {
    display: none;
  }
}

.hero--pro .hero__actions .btn-glow,
.hero--pro .hero__actions .btn-store {
  background: #fff;
  color: var(--brand-deep);
  box-shadow: 0 10px 28px -12px rgba(0, 0, 0, 0.45);
}

.hero--pro .hero__actions .btn-glow:hover,
.hero--pro .hero__actions .btn-store:hover {
  background: #f0f5ff;
  color: var(--brand-deep);
}

.hero--pro .hero__actions .btn-glass {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  color: #fff;
}

.hero--pro .hero__actions .btn-glass:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.hero--pro .hero__proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

@media (min-width: 960px) {
  .hero--pro .hero__proof { justify-content: flex-start; }
}

.hero--pro .hero__proof strong { color: #fff; font-weight: 600; }
.hero--pro .hero__stars { color: #fbbf24; letter-spacing: 0.05em; }

/* Masquer le clutter hero (règle: 1 composition) */
.hero--pro .hero__badge,
.hero--pro .trust-chips,
.hero--pro .hero__metrics,
.hero--pro .hero__accent { display: none !important; }

.hero--pro .hero__demo {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: none;
  margin: 0;
  border: none;
  background: none;
  box-shadow: none;
  justify-self: stretch;
  pointer-events: auto;
}

@media (min-width: 960px) {
  .hero--pro .hero__demo {
    width: 100%;
    max-width: 26rem;
    justify-self: end;
  }
}

.hero--pro .hero__demo-glow { display: none; }

.hero--pro .hero__media-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  max-height: min(52vh, 28rem);
  box-shadow: 0 24px 64px -20px rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: auto;
}

@media (max-width: 959px) {
  .hero--pro .hero__demo,
  .hero--pro .hero__media-frame,
  body.landing-v4 .hero__demo--media,
  body.landing-v4 .hero__demo--media.hero__demo--large,
  body.landing-v4 .hero__media-frame {
    width: 100% !important;
    max-width: none !important;
  }
}

.hero--pro .hero__media-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero--pro .hero__media-frame img,
.hero__media-frame--static img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero__demo--static {
  position: relative;
  z-index: 5;
}

.hero--pro .hero__demo-controls {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.5rem;
  border-radius: 999px;
  background: rgba(6, 14, 28, 0.55);
  backdrop-filter: blur(8px);
  pointer-events: auto;
}

.hero--pro .hero__demo-play,
.hero--pro .hero__demo-mute,
.hero--pro .hero__demo-volume {
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  z-index: 31;
}

.hero--pro .hero__demo-caption {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 3;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  background: rgba(6, 14, 28, 0.55);
  backdrop-filter: blur(8px);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
}

.hero--pro .hero__demo-badge {
  display: none;
}

/* ——— Sections symétriques ——— */
body.site-pro,
body.landing-v4 {
  --section-gap: clamp(4.5rem, 9vw, 7rem);
}

body.site-pro .section,
body.landing-v4 .section,
body.landing-v4 .pain-grid,
body.landing-v4 .how-it-works,
body.landing-v4 .showcase-block,
body.landing-v4 .showcase-tabs,
body.landing-v4 .statement,
body.landing-v4 .reviews-band,
body.landing-v4 .app-screens,
body.landing-v4 .pricing,
body.landing-v4 .privacy-section,
body.landing-v4 .value-chain,
body.landing-v4 .highlights {
  padding: var(--section-gap) 0;
}

body.site-pro .trust-strip__inner,
body.landing-v4 .trust-strip__inner {
  text-align: center;
}

body.site-pro .trust-strip__logos,
body.landing-v4 .trust-strip__logos {
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

body.site-pro .pain-grid__grid,
body.landing-v4 .pain-grid__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  body.site-pro .pain-grid__grid,
  body.landing-v4 .pain-grid__grid {
    grid-template-columns: 1fr 1fr;
  }
}

body.site-pro .pain-grid__head,
body.landing-v4 .pain-grid__head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2rem;
}

/* Pricing / cards — rythme égal */
body.site-pro .pricing-grid,
body.landing-v4 .pricing-grid,
body.site-pro [class*="pricing"] .pricing-cards,
body.landing-v4 .price-cards {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  body.site-pro .price-cards,
  body.landing-v4 .price-cards {
    grid-template-columns: 1fr 1fr;
    max-width: 48rem;
    margin-inline: auto;
    align-items: stretch;
  }
}

/* Privacy / FAQ centrés */
body.site-pro .privacy-section__grid,
body.landing-v4 .privacy-section__grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  body.site-pro .privacy-section__grid,
  body.landing-v4 .privacy-section__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

body.site-pro .faq-list,
body.landing-v4 .faq-list {
  max-width: 40rem;
  margin-inline: auto;
}

body.site-pro .cta-banner,
body.landing-v4 .cta-banner {
  text-align: center;
}

body.site-pro .cta-banner__inner,
body.landing-v4 .cta-banner__inner {
  max-width: 36rem;
  margin-inline: auto;
}

body.site-pro .cta-banner__actions,
body.landing-v4 .cta-banner__actions {
  justify-content: center;
}

/* ——— Footer symétrique ——— */
body.site-pro .site-footer,
body.landing-v4 .site-footer {
  background: var(--surface-2);
  border-top: 1px solid var(--line);
  padding: 3rem 0 2rem;
}

body.site-pro .footer-grid,
body.landing-v4 .footer-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 768px) {
  body.site-pro .footer-grid,
  body.landing-v4 .footer-grid {
    grid-template-columns: 1.2fr 2fr auto;
  }
}

body.site-pro .footer-nav,
body.landing-v4 .footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  justify-content: center;
}

@media (min-width: 768px) {
  body.site-pro .footer-nav,
  body.landing-v4 .footer-nav {
    justify-content: flex-start;
  }
}

body.site-pro .footer-nav a,
body.landing-v4 .footer-nav a {
  font-size: 0.9rem;
  color: var(--muted);
  font-weight: 500;
}

body.site-pro .footer-nav a:hover,
body.landing-v4 .footer-nav a:hover {
  color: var(--brand);
}

body.site-pro .footer-legal,
body.landing-v4 .footer-legal {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  text-align: center;
}

body.site-pro .footer-tagline,
body.landing-v4 .footer-tagline {
  color: var(--muted);
  font-size: 0.95rem;
}

/* ——— Boutons unifiés ——— */
body.site-pro .btn,
body.landing-v4 .btn {
  font-family: var(--font);
  border-radius: var(--radius);
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: transform 0.2s var(--ease), background 0.2s var(--ease), border-color 0.2s var(--ease);
}

body.site-pro .btn:hover,
body.landing-v4 .btn:hover {
  transform: translateY(-1px);
}

body.site-pro .btn-glow,
body.landing-v4 .btn-glow {
  background: var(--brand);
  color: #fff;
  border: none;
  box-shadow: 0 10px 28px -14px var(--brand-glow);
}

/* ——— Motion léger ——— */
body.site-pro .reveal,
body.landing-v4 .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
}

body.site-pro .reveal.is-visible,
body.landing-v4 .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  body.site-pro .reveal,
  body.landing-v4 .reveal,
  body.site-pro .btn,
  body.landing-v4 .btn {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

/* Pages internes : hero secondaire centré */
body.page-sub .hero:not(.hero--pro) .hero__inner,
body.page-guide .hero:not(.hero--pro) .hero__inner,
body.page-legal .hero:not(.hero--pro) .hero__inner {
  text-align: center;
  justify-items: center;
}

/* Produit / Fonctionnalités — titre blanc sur fond noir */
body.site-pro .hero.hero--product h1,
body.landing-v4 .hero.hero--product h1,
body.site-pro .hero.hero--product #product-title,
body.landing-v4 .hero.hero--product #product-title,
body.site-pro .hero.hero--product #features-title,
body.landing-v4 .hero.hero--product #features-title {
  color: #fff;
}

body.page-sub .section__head,
body.page-guide .section__head,
body.page-legal .section__head {
  text-align: center;
}

/* ——— Mobile : espacements entre blocs ——— */
@media (max-width: 767px) {
  body.site-pro,
  body.landing-v4 {
    --section-gap: 5.5rem;
  }

  body.site-pro .section,
  body.landing-v4 .section,
  body.landing-v4 .pain-grid,
  body.landing-v4 .how-it-works,
  body.landing-v4 .showcase-block,
  body.landing-v4 .showcase-tabs,
  body.landing-v4 .statement,
  body.landing-v4 .reviews-band,
  body.landing-v4 .app-screens,
  body.landing-v4 .pricing,
  body.landing-v4 .privacy-section,
  body.landing-v4 .faq,
  body.landing-v4 .value-chain,
  body.landing-v4 .highlights {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  body.site-pro .section__head,
  body.landing-v4 .section__head,
  body.landing-v4 .pain-grid__head {
    margin-bottom: 2rem;
  }

  body.site-pro .trust-strip,
  body.landing-v4 .trust-strip {
    padding: 1.35rem 0;
  }

  .hero--pro .hero__inner,
  body.landing-v4 .hero .hero__inner,
  body.site-pro .hero .hero__inner {
    gap: 1.5rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .hero--pro .hero__tagline {
    margin-bottom: 1.15rem;
  }

  body.site-pro .pain-grid__grid,
  body.landing-v4 .pain-grid__grid,
  body.site-pro .privacy-section__grid,
  body.landing-v4 .privacy-section__grid {
    gap: 0.85rem;
  }

  body.site-pro .site-footer,
  body.landing-v4 .site-footer {
    padding: 2.75rem 0 2rem;
  }

  body.site-pro .footer-grid,
  body.landing-v4 .footer-grid {
    gap: 1.75rem;
  }

  body.site-pro .footer-legal,
  body.landing-v4 .footer-legal {
    margin-top: 1.75rem;
    padding-top: 1.25rem;
  }

  body.site-pro .cta-banner,
  body.landing-v4 .cta-banner {
    margin-block: 3rem;
  }

  body.landing-v4 .cta-banner__inner,
  body.landing-v4 .cta-banner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

