/*
 * Release fixes loaded after the final motion pass.
 * Keep this file tiny: only cross-cutting QA fixes that must win the cascade.
 */

body.magic-concept-open .magic-header,
body.magic-concept-open .magic-header *,
body.magic-project-open .magic-header,
body.magic-project-open .magic-header * {
  pointer-events: none !important;
}

/* Local city pages now clone the CoachVisible/Home rhythm: same layout, local text and images. */
body.page-local-city-clone,
body.page-local-city-clone.magic-scroll-active .coachvisible-next {
  --cv-ink: #183f48;
  --cv-heading: #143b44;
  --cv-muted: rgba(38, 77, 85, 0.76);
  --cv-panel: rgba(255, 255, 255, 0.94);
  --cv-card: rgba(255, 255, 255, 0.94);
  --cv-line: rgba(26, 84, 96, 0.14);
  --cv-accent: #118d9a;
  --cv-accent-strong: #0c7783;
  --cv-mint: #2dbfa9;
  --cv-shadow: rgba(31, 83, 96, 0.12);
  background: #f3fbfc !important;
  color: var(--cv-ink) !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next {
  background:
    radial-gradient(circle at 12% 5%, rgba(45, 191, 169, 0.18), transparent 27rem),
    radial-gradient(circle at 88% 14%, rgba(189, 123, 90, 0.12), transparent 24rem),
    linear-gradient(180deg, #f3fbfc 0%, #ffffff 45%, #eef8f7 100%) !important;
  isolation: isolate;
  overflow-x: clip;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(h1, h2, h3, h4, strong, label),
body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(.faq-question) {
  color: var(--cv-heading) !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(p, li, small),
body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(.faq-answer p) {
  color: var(--cv-muted) !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(.cv-next-eyebrow, .cv-next-card--numbered > span, .cv-next-step > span, .cv-next-local-link > span),
body.page-local-city-clone.magic-scroll-active .cv-next-score span {
  color: var(--cv-accent-strong) !important;
}

body.page-local-city-clone.magic-scroll-active .cv-next-hero {
  min-height: auto !important;
  padding-bottom: clamp(4rem, 7vw, 6.25rem) !important;
  padding-top: calc(var(--magic-header-h, 84px) + clamp(2.6rem, 5vw, 4.25rem)) !important;
}

body.page-local-city-clone.magic-scroll-active .cv-next-hero__grid {
  align-items: center !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr) !important;
}

body.page-local-city-clone.magic-scroll-active .cv-next-hero h1 {
  font-size: clamp(2.75rem, 4.45vw, 4.3rem) !important;
  line-height: 1.02 !important;
  max-width: 15.5ch !important;
}

body.page-local-city-clone.magic-scroll-active .cv-next-lead {
  font-size: clamp(1rem, 1.05vw, 1.12rem) !important;
  line-height: 1.62 !important;
  max-width: 42rem !important;
}

body.page-local-city-clone.magic-scroll-active .cv-next-hero__visual > img,
body.page-local-city-clone.magic-scroll-active .cv-next-hero__visual > img.cv-next-hero-generated {
  aspect-ratio: 4 / 3 !important;
  max-height: 520px !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(
  .cv-next-benefit,
  .cv-next-card,
  .cv-next-step,
  .cv-next-panel,
  .cv-next-form,
  .cv-next-local-link,
  .cv-next-local-stats,
  .cv-next-local-stats__item,
  .faq-item
) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 251, 250, 0.92)),
    radial-gradient(circle at 0% 0%, rgba(45, 191, 169, 0.1), transparent 16rem) !important;
  border-color: var(--cv-line) !important;
  color: var(--cv-ink) !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(.cv-next-problem, .cv-next-signals, .cv-next-trust, .cv-next-form-section) {
  background: rgba(255, 255, 255, 0.56) !important;
  border-block: 1px solid var(--cv-line) !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(.cv-next-system, .cv-next-seo, .cv-next-local-links) {
  background: #ffffff !important;
}

body.page-local-city-clone.magic-scroll-active .cv-next-price-card {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid var(--cv-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 54px var(--cv-shadow) !important;
  color: var(--cv-ink) !important;
}

body.page-local-city-clone.magic-scroll-active .cv-next-price-card span,
body.page-local-city-clone.magic-scroll-active .cv-next-local-stats__header span,
body.page-local-city-clone.magic-scroll-active .cv-next-local-stats__item span {
  color: var(--cv-accent-strong) !important;
}

body.page-local-city-clone.magic-scroll-active .local-city-clone__hints {
  margin-top: clamp(1.2rem, 2vw, 1.8rem) !important;
}

body.page-local-city-clone.magic-scroll-active .cv-next-form-section .cv-next-form-grid {
  grid-template-columns: 1fr !important;
}

body.page-local-city-clone.magic-scroll-active .cv-next-form-section .cv-next-form {
  justify-self: stretch !important;
  max-width: none !important;
  width: 100% !important;
}

@media (max-width: 1180px) {
  body.page-local-city-clone.magic-scroll-active .cv-next-hero__grid,
  body.page-local-city-clone.magic-scroll-active .cv-next-split,
  body.page-local-city-clone.magic-scroll-active .cv-next-rdv__grid {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
  }

  body.page-local-city-clone.magic-scroll-active .cv-next-hero__copy,
  body.page-local-city-clone.magic-scroll-active .cv-next-split__copy,
  body.page-local-city-clone.magic-scroll-active .cv-next-rdv__copy,
  body.page-local-city-clone.magic-scroll-active .cv-next-heading {
    align-items: center !important;
    justify-items: center !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.page-local-city-clone.magic-scroll-active .cv-next-actions,
  body.page-local-city-clone.magic-scroll-active .cv-next-tags {
    justify-content: center !important;
  }

  body.page-local-city-clone.magic-scroll-active .cv-next-hero__visual {
    width: min(100%, 680px) !important;
  }
}

@media (max-width: 720px) {
  body.page-local-city-clone.magic-scroll-active .cv-next-hero {
    padding-bottom: clamp(3.4rem, 12vw, 4.8rem) !important;
    padding-top: calc(var(--magic-header-h, 84px) + 1.9rem) !important;
  }

  body.page-local-city-clone.magic-scroll-active .cv-next-hero h1 {
    font-size: clamp(2.25rem, 10.8vw, 3.25rem) !important;
    line-height: 1.02 !important;
    max-width: 12.5ch !important;
  }

  body.page-local-city-clone.magic-scroll-active .cv-next-heading h2,
  body.page-local-city-clone.magic-scroll-active .cv-next-split__copy h2,
  body.page-local-city-clone.magic-scroll-active .cv-next-rdv__copy h2,
  body.page-local-city-clone.magic-scroll-active .cv-next-form-copy h2,
  body.page-local-city-clone.magic-scroll-active .cv-next-faq__copy h2 {
    font-size: clamp(2rem, 9vw, 2.85rem) !important;
    line-height: 1.04 !important;
    max-width: 13ch !important;
  }

  body.page-local-city-clone.magic-scroll-active .cv-next-lead,
  body.page-local-city-clone.magic-scroll-active .cv-next-heading > p:not(.cv-next-eyebrow),
  body.page-local-city-clone.magic-scroll-active .cv-next-split__copy p,
  body.page-local-city-clone.magic-scroll-active .cv-next-rdv__copy p,
  body.page-local-city-clone.magic-scroll-active .cv-next-form-copy p {
    font-size: 1rem !important;
    line-height: 1.58 !important;
    max-width: 34rem !important;
  }

  body.page-local-city-clone.magic-scroll-active .cv-next-actions .btn {
    width: min(100%, 19rem) !important;
  }

  body.page-local-city-clone.magic-scroll-active .cv-next-hero__visual > img,
  body.page-local-city-clone.magic-scroll-active .cv-next-split__media img,
  body.page-local-city-clone.magic-scroll-active .cv-next-inline-media {
    max-height: 340px !important;
  }

body.page-local-city-clone.magic-scroll-active .cv-next-form__grid,
body.page-local-city-clone.magic-scroll-active .cv-next-card-grid,
body.page-local-city-clone.magic-scroll-active .cv-next-strip__grid,
body.page-local-city-clone.magic-scroll-active .cv-next-rdv__steps,
body.page-local-city-clone.magic-scroll-active .cv-next-local-links__grid,
body.page-local-city-clone.magic-scroll-active .cv-next-faq {
    grid-template-columns: 1fr !important;
  }
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-price-card {
  max-width: 30rem !important;
  padding: 0.95rem !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-price-card strong {
  font-size: clamp(1.45rem, 2.2vw, 2rem) !important;
  line-height: 1.05 !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-price-card p {
  font-size: 0.95rem !important;
  line-height: 1.45 !important;
}

@media (max-width: 720px) {
  body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-hero h1 {
    font-size: clamp(2.15rem, 10vw, 2.9rem) !important;
    max-width: 10.5ch !important;
  }
}

body.magic-project-open .magic-header {
  opacity: 0 !important;
  visibility: hidden !important;
}

.magic-concept-panel {
  z-index: 5000 !important;
}

.magic-concept-panel__card,
.magic-concept-panel__close,
.magic-concept-panel__backdrop {
  pointer-events: auto;
}

.magic-concept-panel__card {
  position: absolute;
  z-index: 5001;
}

.magic-concept-panel__close {
  top: calc(var(--magic-header-h, 84px) + 16px) !important;
  z-index: 5002;
}

body.magic-menu-open .magic-header__left,
body.magic-menu-open .magic-menu-btn {
  pointer-events: auto !important;
}

body.magic-menu-open .magic-menu-btn {
  opacity: 1 !important;
  transform: none !important;
}

@media (min-width: 861px) {
  body.site-page .magic-talk-form {
    padding-top: 84px !important;
  }
}

body.site-page :where(
  .magic-menu-btn,
  .magic-talk,
  .magic-menu-overlay a,
  .magic-menu-overlay button,
  .magic-talk-panel button,
  .magic-talk-panel input,
  .magic-talk-panel textarea,
  .magic-concept-panel button,
  .magic-project-panel a,
  .magic-project-panel button,
  .cv-next-form-section.is-popup-open button,
  .cv-next-form-section.is-popup-open input,
  .cv-next-form-section.is-popup-open textarea,
  .cookie-banner button,
  .cookie-banner a,
  .cookie-preference-row input
):focus-visible {
  outline: 3px solid #65d8ff !important;
  outline-offset: 4px;
  box-shadow: 0 0 0 7px rgba(101, 216, 255, 0.2) !important;
}

.cookie-banner__actions .btn {
  min-height: 44px;
}

body.site-page .site-footer :where(.footer-links a:not(.btn), .footer-links span),
body.site-page :where(.contact-details a, .magic-card-link, .magic-final__contact-note a, .magic-final__links > a) {
  align-items: center;
  display: inline-flex;
  min-height: 44px !important;
}

body.site-page .footer-bottom a {
  align-items: center;
  display: inline-flex;
  min-height: 44px !important;
}

body.site-page .contact-details a,
body.site-page .magic-card-link,
body.site-page .magic-final__contact-note a,
body.site-page .magic-final__links a {
  align-items: center;
  display: inline-flex !important;
  min-height: 44px !important;
}

body.page-home .magic-home-v3 .magic-service-card .magic-card-link,
body.page-home .magic-home-v3 .magic-final__contact-note a,
body.page-home .magic-home-v3 .magic-final__links a {
  align-items: center;
  display: inline-flex !important;
  min-height: 44px !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes {
  background:
    radial-gradient(circle at 12% 8%, rgba(101, 216, 255, 0.32), transparent 28rem),
    radial-gradient(circle at 92% 28%, rgba(25, 245, 186, 0.18), transparent 24rem),
    linear-gradient(180deg, #edf7ff 0%, #f7fcff 58%, #eef8ff 100%) !important;
  color: #06111e !important;
  min-height: max(1180px, var(--magic-work-scroll-height, 320vh)) !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__sticky {
  align-content: center !important;
  display: grid !important;
  gap: clamp(26px, 4vw, 54px) !important;
  height: 100svh !important;
  min-height: 760px !important;
  padding: clamp(84px, 8vw, 128px) var(--magic-gutter) clamp(34px, 4vw, 54px) !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading {
  align-items: end !important;
  display: grid !important;
  gap: clamp(18px, 3vw, 44px) !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.46fr) !important;
  margin: 0 auto !important;
  max-width: min(1480px, calc(100vw - 32px)) !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading h2 {
  color: #06111e !important;
  font-size: clamp(4.6rem, 13vw, 13.5rem) !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 0.82 !important;
  margin: 0 !important;
  max-width: none !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading p {
  color: rgba(6, 17, 30, 0.72) !important;
  font-size: clamp(1rem, 1.18vw, 1.24rem) !important;
  font-weight: 660 !important;
  line-height: 1.42 !important;
  margin: 0 0 0.48rem !important;
  max-width: 35rem !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__stage {
  height: clamp(540px, 66vh, 700px) !important;
  margin: 0 auto !important;
  max-width: min(1480px, calc(100vw - 32px)) !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card {
  background:
    radial-gradient(circle at 78% 18%, color-mix(in srgb, var(--work-accent), transparent 70%), transparent 22rem),
    var(--work-bg) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 34px 110px rgba(0, 25, 50, 0.2) !important;
  color: var(--work-ink) !important;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.86fr) !important;
  min-height: 100% !important;
  overflow: hidden !important;
  padding: clamp(28px, 4vw, 58px) !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card__body {
  align-content: end !important;
  display: grid !important;
  gap: clamp(14px, 1.7vw, 24px) !important;
  justify-items: start !important;
  padding: 0 !important;
  text-align: left !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card__type {
  color: color-mix(in srgb, var(--work-ink), transparent 28%) !important;
  font-size: 0.78rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card h3 {
  color: var(--work-ink) !important;
  font-size: clamp(3.2rem, 7.2vw, 8.8rem) !important;
  line-height: 0.82 !important;
  margin: 0 !important;
  max-width: 8.8ch !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card p {
  color: color-mix(in srgb, var(--work-ink), transparent 22%) !important;
  font-size: clamp(1rem, 1.16vw, 1.24rem) !important;
  font-weight: 680 !important;
  line-height: 1.32 !important;
  max-width: 34rem !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-view-btn {
  background: var(--work-ink) !important;
  border: 1px solid color-mix(in srgb, var(--work-ink), transparent 76%) !important;
  border-radius: 0 !important;
  color: var(--work-bg) !important;
  min-height: 48px !important;
  padding: 0 18px !important;
  transition: transform 220ms var(--magic-ease), background 220ms var(--magic-ease), color 220ms var(--magic-ease) !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-view-btn:hover {
  background: var(--work-accent) !important;
  color: #06111e !important;
  transform: translateY(-2px) !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card > img {
  align-self: center !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-radius: 0 !important;
  box-shadow: 0 28px 88px rgba(0, 0, 0, 0.22) !important;
  height: min(52vh, 560px) !important;
  justify-self: end !important;
  object-fit: cover !important;
  object-position: top center !important;
  width: min(100%, 520px) !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__indicator {
  align-items: center !important;
  display: flex !important;
  gap: 16px !important;
  justify-content: space-between !important;
  margin-top: 14px !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__counter {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__counter button {
  background: #ffffff !important;
  border: 1px solid rgba(6, 17, 30, 0.12) !important;
  border-radius: 0 !important;
  color: #06111e !important;
  min-height: 40px !important;
  min-width: 44px !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__counter button.is-active {
  background: #06111e !important;
  color: #ffffff !important;
}

.magic-project-panel {
  align-items: stretch !important;
  background:
    radial-gradient(circle at 0% 78%, rgba(101, 216, 255, 0.34), transparent 30rem),
    rgba(3, 8, 16, 0.78) !important;
  display: grid !important;
  inset: 0 !important;
  justify-items: start !important;
  opacity: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
  position: fixed !important;
  transition: opacity 260ms var(--magic-ease), visibility 260ms var(--magic-ease) !important;
  visibility: hidden !important;
  z-index: 5100 !important;
}

.magic-project-panel.is-open {
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

.magic-project-panel__backdrop {
  background: transparent !important;
  border: 0 !important;
  cursor: pointer !important;
  inset: 0 !important;
  position: fixed !important;
}

.magic-project-panel__card {
  background:
    radial-gradient(circle at 6% 92%, rgba(25, 245, 186, 0.18), transparent 30rem),
    linear-gradient(135deg, rgba(6, 17, 30, 0.98), rgba(3, 8, 16, 0.98)) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 48px 0 120px rgba(0, 0, 0, 0.44) !important;
  color: #f7fbff !important;
  height: 100svh !important;
  left: 0 !important;
  max-height: none !important;
  max-width: none !important;
  overflow: auto !important;
  padding: clamp(18px, 3vw, 44px) !important;
  position: relative !important;
  top: 0 !important;
  transform: translate3d(-104%, 0, 0) !important;
  transition: transform 360ms var(--magic-ease) !important;
  width: min(1120px, 92vw) !important;
  z-index: 5101 !important;
}

.magic-project-panel.is-open .magic-project-panel__card {
  transform: none !important;
}

.magic-project-panel__close {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 0 !important;
  color: #f7fbff !important;
  min-height: 46px !important;
  left: clamp(14px, 3vw, 28px) !important;
  position: sticky !important;
  top: clamp(14px, 3vw, 28px) !important;
  z-index: 5200 !important;
}

.magic-project-panel__layout {
  display: grid !important;
  gap: clamp(22px, 4vw, 52px) !important;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 0.72fr) !important;
  margin-top: clamp(22px, 3vw, 40px) !important;
}

.magic-project-panel__mockup {
  align-items: flex-start !important;
  background: #f7fbff !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  display: flex !important;
  justify-content: center !important;
  margin: 0 !important;
  max-height: calc(100svh - 128px) !important;
  overflow: auto !important;
}

.magic-project-panel__mockup img {
  display: block !important;
  height: calc(100vh - var(--magic-header-h, 84px) - 30px) !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: top center !important;
  width: 100% !important;
}

.magic-project-panel__copy {
  align-content: center !important;
  display: grid !important;
  gap: 16px !important;
  min-width: 0 !important;
}

.magic-project-panel__eyebrow,
.magic-project-panel__name {
  color: var(--magic-sky) !important;
  font-size: 0.82rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.1em !important;
  margin: 0 !important;
  text-transform: uppercase !important;
}

.magic-project-panel__name {
  color: rgba(247, 251, 255, 0.6) !important;
}

.magic-project-panel h2 {
  color: #ffffff !important;
  font-size: clamp(2.45rem, 5.4vw, 5.8rem) !important;
  line-height: 0.9 !important;
  margin: 0 !important;
  max-width: 10ch !important;
}

.magic-project-panel p {
  color: rgba(247, 251, 255, 0.76) !important;
  font-size: clamp(1rem, 1.28vw, 1.2rem) !important;
  line-height: 1.58 !important;
}

.magic-project-panel__bullets {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.magic-project-panel__bullets li {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: rgba(247, 251, 255, 0.88) !important;
  font-size: 0.92rem !important;
  font-weight: 760 !important;
  padding: 10px 12px !important;
}

.magic-project-panel__nav,
.magic-project-panel__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.magic-project-panel__nav button,
.magic-project-panel__actions a,
.magic-project-panel__actions button {
  align-items: center !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font: inherit !important;
  font-size: 0.95rem !important;
  font-weight: 820 !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 16px !important;
  text-decoration: none !important;
}

.magic-project-panel__nav button,
.magic-project-panel__actions button {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: #f7fbff !important;
}

.magic-project-panel__primary {
  background: linear-gradient(135deg, var(--magic-sky), var(--magic-green)) !important;
  border: 0 !important;
  color: #06111e !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next {
  --cv-ink: #06111e;
  --cv-sky: #65d8ff;
  --cv-green: #19f5ba;
  --cv-blue: #145cff;
  background:
    radial-gradient(circle at 14% 4%, rgba(101, 216, 255, 0.28), transparent 28rem),
    radial-gradient(circle at 86% 12%, rgba(25, 245, 186, 0.18), transparent 24rem),
    linear-gradient(180deg, #f3f8ff 0%, #ffffff 48%, #eef8ff 100%) !important;
  color: var(--cv-ink) !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-eyebrow,
body.page-coachvisible.magic-scroll-active .cv-next-card h3,
body.page-coachvisible.magic-scroll-active .cv-next-benefit h2,
body.page-coachvisible.magic-scroll-active .cv-next-step span {
  color: var(--cv-blue) !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .btn,
body.page-coachvisible.magic-scroll-active .cv-next-form__actions button {
  background: #06111e !important;
  border-color: rgba(6, 17, 30, 0.16) !important;
  color: #ffffff !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .btn-primary,
body.page-coachvisible.magic-scroll-active .cv-next-form__actions button {
  background: linear-gradient(135deg, var(--cv-sky), var(--cv-green)) !important;
  color: #06111e !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-benefit,
body.page-coachvisible.magic-scroll-active .cv-next-card,
body.page-coachvisible.magic-scroll-active .cv-next-step,
body.page-coachvisible.magic-scroll-active .cv-next-form {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 249, 255, 0.9)),
    radial-gradient(circle at 0% 0%, rgba(101, 216, 255, 0.2), transparent 16rem) !important;
  border-color: rgba(6, 17, 30, 0.1) !important;
}

/* CoachVisible palette and alignment pass. */
body.page-coachvisible,
body.page-coachvisible.magic-scroll-active .coachvisible-next {
  --cv-ink: #183f48;
  --cv-heading: #143b44;
  --cv-muted: rgba(38, 77, 85, 0.74);
  --cv-soft: #f1fbfc;
  --cv-soft-warm: #fff8f2;
  --cv-card: rgba(255, 255, 255, 0.92);
  --cv-line: rgba(26, 84, 96, 0.14);
  --cv-accent: #118d9a;
  --cv-accent-strong: #0c7783;
  --cv-mint: #2dbfa9;
  --cv-copper: #bd7b5a;
  --cv-sage: #6f8878;
  --cv-shadow: rgba(31, 83, 96, 0.12);
}

body.page-coachvisible.magic-scroll-active .coachvisible-next {
  background:
    radial-gradient(circle at 12% 5%, rgba(45, 191, 169, 0.22), transparent 27rem),
    radial-gradient(circle at 88% 14%, rgba(189, 123, 90, 0.16), transparent 24rem),
    linear-gradient(180deg, #f3fbfc 0%, #ffffff 45%, #eef8f7 100%) !important;
  color: var(--cv-ink) !important;
}

body.page-coachvisible :where(.magic-mark, .magic-menu-btn, .magic-talk) {
  background: rgba(255, 255, 255, 0.86) !important;
  border-color: var(--cv-line) !important;
  color: var(--cv-heading) !important;
  box-shadow: 0 18px 44px rgba(31, 83, 96, 0.1) !important;
}

body.page-coachvisible .magic-talk {
  background: linear-gradient(135deg, var(--cv-accent), var(--cv-mint)) !important;
  border-color: transparent !important;
  color: #f7fffb !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next :where(h1, h2, h3, h4, strong, label),
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.magic-concepts__heading h2, .magic-asset-showcase__heading h2, .magic-concept-card__body h3, .magic-asset-tile__body h3) {
  color: var(--cv-heading) !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next :where(p, li, .magic-concepts__heading p:last-child, .magic-asset-showcase__heading p:last-child, .magic-concept-card__body p, .magic-asset-tile__body p) {
  color: var(--cv-muted) !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-eyebrow, .magic-section__kicker, .magic-concept-card__body span, .magic-asset-tile__body span),
body.page-coachvisible.magic-scroll-active .cv-next-step span {
  color: var(--cv-accent-strong) !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next :where(
  .cv-next-benefit,
  .cv-next-card,
  .cv-next-panel,
  .cv-next-seo-panel,
  .cv-next-form,
  .magic-concept-card,
  .magic-asset-tile
) {
  background:
    linear-gradient(180deg, var(--cv-card), rgba(244, 251, 250, 0.9)),
    radial-gradient(circle at 0% 0%, rgba(45, 191, 169, 0.12), transparent 16rem) !important;
  border-color: var(--cv-line) !important;
  box-shadow: 0 24px 70px var(--cv-shadow) !important;
  color: var(--cv-ink) !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-step {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 251, 250, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(189, 123, 90, 0.1), transparent 14rem) !important;
  border-color: var(--cv-line) !important;
  box-shadow: 0 22px 58px rgba(31, 83, 96, 0.11) !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-method {
  background:
    radial-gradient(circle at 76% 15%, rgba(45, 191, 169, 0.2), transparent 24rem),
    linear-gradient(135deg, #173f48 0%, #1b4c52 58%, #235b55 100%) !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-method :where(h2, h3, strong),
body.page-coachvisible.magic-scroll-active .cv-next-method .cv-next-heading h2 {
  color: #f3fff9 !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-method :where(p, li) {
  color: rgba(235, 255, 250, 0.78) !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-method .cv-next-eyebrow,
body.page-coachvisible.magic-scroll-active .cv-next-method .cv-next-step span {
  color: #8ee5cf !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-method .cv-next-step {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06)) !important;
  border-color: rgba(185, 244, 231, 0.18) !important;
  box-shadow: 0 24px 62px rgba(15, 51, 58, 0.24) !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.btn, .magic-concept-card__body button, .magic-concept-panel__actions button, .cv-next-form-close) {
  border-radius: 999px !important;
  box-shadow: 0 18px 44px rgba(17, 141, 154, 0.18) !important;
  font-weight: 830 !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.btn-primary, .magic-concept-card__body button, .magic-concept-panel__actions button:first-child),
body.page-coachvisible.magic-scroll-active .cv-next-form-close {
  background: linear-gradient(135deg, var(--cv-accent), var(--cv-mint)) !important;
  border-color: transparent !important;
  color: #f7fffb !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.btn-secondary, .magic-concept-panel__actions button:last-child) {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(17, 141, 154, 0.22) !important;
  color: var(--cv-heading) !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.btn:hover, .magic-concept-card__body button:hover, .magic-concept-panel__actions button:hover, .cv-next-form-close:hover) {
  transform: translateY(-2px);
}

body.page-coachvisible.magic-scroll-active .cv-next-heading,
body.page-coachvisible.magic-scroll-active .magic-concepts__heading,
body.page-coachvisible.magic-scroll-active .magic-asset-showcase__heading {
  align-items: end !important;
  gap: clamp(18px, 3vw, 40px) !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-heading h2,
body.page-coachvisible.magic-scroll-active .cv-next-human__copy h2,
body.page-coachvisible.magic-scroll-active .cv-next-rdv__copy h2,
body.page-coachvisible.magic-scroll-active .cv-next-form-copy h2,
body.page-coachvisible.magic-scroll-active .magic-concepts__heading h2,
body.page-coachvisible.magic-scroll-active .magic-asset-showcase__heading h2 {
  color: var(--cv-heading) !important;
  font-size: clamp(2.25rem, 4.35vw, 4.85rem) !important;
  line-height: 0.99 !important;
  max-width: 16.5ch !important;
  text-wrap: balance;
}

body.page-coachvisible.magic-scroll-active .magic-concepts__heading h2,
body.page-coachvisible.magic-scroll-active .magic-asset-showcase__heading h2 {
  max-width: 17.5ch !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-human__copy,
body.page-coachvisible.magic-scroll-active .cv-next-rdv__copy,
body.page-coachvisible.magic-scroll-active .cv-next-form-copy {
  max-width: min(100%, 46rem) !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-rdv__grid {
  align-items: start !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-rdv__steps {
  margin-top: clamp(38px, 5vw, 78px) !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-card__media,
body.page-coachvisible.magic-scroll-active .magic-concept-card__media img,
body.page-coachvisible.magic-scroll-active .magic-asset-tile img {
  object-position: top center !important;
}

body.page-coachvisible.magic-scroll-active .magic-concepts__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.page-coachvisible.magic-scroll-active .magic-concept-card__media {
  aspect-ratio: 16 / 11 !important;
}

body.page-coachvisible.magic-scroll-active .magic-asset-tile img {
  aspect-ratio: 16 / 10 !important;
}

body.page-coachvisible.magic-scroll-active .magic-concept-panel {
  background:
    radial-gradient(circle at 0% 70%, rgba(45, 191, 169, 0.24), transparent 28rem),
    rgba(18, 57, 64, 0.8) !important;
}

body.page-coachvisible.magic-scroll-active .magic-concept-panel__card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(241, 251, 249, 0.96)) !important;
  border-color: var(--cv-line) !important;
}

body.page-coachvisible.magic-scroll-active .magic-concept-panel h2,
body.page-coachvisible.magic-scroll-active .magic-concept-panel__copy :where(p, li) {
  color: var(--cv-heading) !important;
}

@media (max-width: 1180px) {
  body.page-coachvisible.magic-scroll-active .magic-concepts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 860px) {
  body.page-coachvisible.magic-scroll-active .cv-next-heading,
  body.page-coachvisible.magic-scroll-active .magic-concepts__heading,
  body.page-coachvisible.magic-scroll-active .magic-asset-showcase__heading {
    align-items: center !important;
    justify-items: center !important;
    text-align: center !important;
  }

  body.page-coachvisible.magic-scroll-active .cv-next-heading h2,
  body.page-coachvisible.magic-scroll-active .cv-next-human__copy h2,
  body.page-coachvisible.magic-scroll-active .cv-next-rdv__copy h2,
  body.page-coachvisible.magic-scroll-active .cv-next-form-copy h2,
  body.page-coachvisible.magic-scroll-active .magic-concepts__heading h2,
  body.page-coachvisible.magic-scroll-active .magic-asset-showcase__heading h2 {
    font-size: clamp(2.05rem, 8.4vw, 3.35rem) !important;
    max-width: 13.5ch !important;
    text-align: center !important;
  }

  body.page-coachvisible.magic-scroll-active .cv-next-rdv__steps {
    margin-top: 0 !important;
  }

  body.page-coachvisible.magic-scroll-active .magic-concepts__grid,
  body.page-coachvisible.magic-scroll-active .magic-asset-showcase__grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 560px) {
  body.page-coachvisible.magic-scroll-active .cv-next-hero h1,
  body.page-coachvisible.magic-scroll-active .cv-next-heading h2,
  body.page-coachvisible.magic-scroll-active .cv-next-human__copy h2,
  body.page-coachvisible.magic-scroll-active .cv-next-rdv__copy h2,
  body.page-coachvisible.magic-scroll-active .cv-next-form-copy h2,
  body.page-coachvisible.magic-scroll-active .magic-concepts__heading h2,
  body.page-coachvisible.magic-scroll-active .magic-asset-showcase__heading h2 {
    font-size: clamp(2rem, 9.8vw, 2.85rem) !important;
    max-width: 14ch !important;
  }
}

@media (min-width: 1025px) {
  body.page-home .magic-home-v3 .magic-intro {
    background:
      radial-gradient(circle at 18% 18%, rgba(101, 216, 255, 0.22), transparent 30rem),
      radial-gradient(circle at 84% 22%, rgba(25, 245, 186, 0.13), transparent 28rem),
      #050711 !important;
    overflow: hidden !important;
  }

  body.page-home .magic-home-v3 .magic-intro__sticky {
    align-items: center !important;
    display: grid !important;
    height: 100svh !important;
    min-height: 760px !important;
    padding: clamp(88px, 8vw, 132px) var(--magic-gutter) clamp(54px, 6vw, 90px) !important;
    position: sticky !important;
    top: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media {
    border-radius: 0 !important;
    inset: 0 !important;
    margin: 0 !important;
    max-height: none !important;
    max-width: none !important;
    min-height: 100% !important;
    opacity: 0.72 !important;
    position: absolute !important;
    transform: scale(calc(1 + var(--magic-progress, 0) * 0.05)) !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media::after {
    background:
      linear-gradient(90deg, rgba(5, 7, 17, 0.82), rgba(5, 7, 17, 0.28) 42%, rgba(5, 7, 17, 0.82)),
      linear-gradient(180deg, rgba(5, 7, 17, 0.58), rgba(5, 7, 17, 0.22) 42%, rgba(5, 7, 17, 0.76)) !important;
    content: "" !important;
    inset: 0 !important;
    position: absolute !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media img,
  body.page-home .magic-home-v3 .magic-intro__video {
    border-radius: 0 !important;
    height: 100% !important;
    inset: 0 !important;
    object-fit: cover !important;
    position: absolute !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-intro__content {
    color: #ffffff !important;
    justify-items: center !important;
    margin: 0 auto !important;
    max-width: min(1180px, 100%) !important;
    position: relative !important;
    text-align: center !important;
    z-index: 1 !important;
  }

  body.page-home .magic-home-v3 .magic-intro__headline {
    color: #ffffff !important;
    max-width: 10.5ch !important;
    text-shadow: 0 18px 70px rgba(0, 0, 0, 0.4) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__line {
    color: #ffffff !important;
    font-size: clamp(5.4rem, 10.6vw, 12.8rem) !important;
    line-height: 0.82 !important;
    margin-inline: auto !important;
    max-width: 10.5ch !important;
  }

  body.page-home .magic-home-v3 .magic-intro__caption,
  body.page-home .magic-home-v3 .magic-intro__support {
    color: rgba(255, 255, 255, 0.82) !important;
    margin-inline: auto !important;
    max-width: 46rem !important;
  }

  body.page-home .magic-home-v3 .magic-intro__caption span {
    color: inherit !important;
  }

  body.page-home .magic-home-v3 .magic-intro__actions {
    justify-content: center !important;
  }

  body.page-home .magic-home-v3 .magic-intro__cta,
  body.page-home .magic-home-v3 .magic-intro__secondary {
    border-radius: 0 !important;
    min-height: 52px !important;
    padding-inline: 24px !important;
  }

  body.page-home .magic-home-v3 .magic-intro__cta {
    background: linear-gradient(135deg, var(--magic-sky), var(--magic-green)) !important;
    color: #06111e !important;
  }

  body.page-home .magic-home-v3 .magic-intro__secondary {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
  }
}

/*
 * Responsive QA pass.
 * Loaded last so tablet/mobile corrections win without touching the motion system.
 */
@media (max-width: 1024px), (prefers-reduced-motion: reduce) {
  body.page-home .magic-home-v3 .magic-intro,
  body.page-home .magic-home-v3 .magic-who,
  body.page-home .magic-home-v3 .magic-services {
    min-height: auto !important;
    overflow: clip !important;
    padding-block: clamp(64px, 10vw, 112px) !important;
  }

  body.page-home .magic-home-v3 :is(.magic-intro__sticky, .magic-who__sticky, .magic-services__sticky) {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    padding-inline: clamp(16px, 5vw, 40px) !important;
    position: relative !important;
    top: auto !important;
    transform: none !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media {
    aspect-ratio: 16 / 11;
    border-radius: 24px !important;
    inset: auto !important;
    margin: 0 auto 32px !important;
    max-width: 720px;
    min-height: 0 !important;
    order: -1;
    overflow: hidden !important;
    position: relative !important;
    transform: none !important;
    width: min(100%, 720px) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media::after {
    content: "";
    display: block;
    padding-top: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media img,
  body.page-home .magic-home-v3 .magic-intro__video {
    height: 100% !important;
    inset: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    position: absolute !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media img {
    opacity: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media img.is-active {
    opacity: 0.86 !important;
  }

  body.page-home .magic-home-v3 .magic-services__track {
    display: grid !important;
    gap: 24px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    min-width: 0 !important;
    padding: 0 !important;
    transform: none !important;
    width: 100% !important;
    will-change: auto !important;
  }

  body.page-home .magic-home-v3 .magic-service-card {
    opacity: 1 !important;
    transform: none !important;
    width: 100% !important;
    will-change: auto !important;
  }

  body.page-home .magic-home-v3 .magic-orbit-card {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 1024px) {
  body.site-page .cloud-background,
  body.site-page .hero-cloud__background {
    contain: paint;
    overflow: clip;
  }

  body.site-page .cloud-background__mist {
    animation: none !important;
    left: 0;
    right: 0;
    transform: none !important;
    width: 100%;
  }

  body.site-page .hero-cloud__orb {
    animation: none !important;
    opacity: 0.56;
    transform: none !important;
    will-change: auto;
    width: min(26rem, 62vw);
  }

  body.site-page .hero-cloud__orb--one {
    left: 0;
  }

  body.site-page .hero-cloud__orb--two {
    right: 0;
  }

  body.site-page .site-footer :where(.footer-links a:not(.btn), .footer-links span) {
    align-items: center;
    display: flex !important;
    min-height: 44px !important;
    overflow-wrap: anywhere;
  }

  body.site-page .footer-bottom a {
    align-items: center;
    display: inline-flex;
    min-height: 44px !important;
  }

  body.site-page :where(.contact-details a, .magic-card-link) {
    align-items: center;
    display: inline-flex;
    min-height: 44px !important;
  }

  body.site-page .magic-menu-overlay__contact a,
  body.site-page .magic-menu-overlay__cta {
    align-items: center;
    display: inline-flex;
    min-height: 44px !important;
    overflow-wrap: anywhere;
    width: 100%;
  }

  body.site-page :where(.magic-concept-card, .magic-asset-tile, .feature-card, .bento-card, .offer-card, .process-card) {
    min-width: 0;
  }

  body.site-page :where(.hero-cloud__asset, .magic-concept-card img, .magic-asset-tile img) {
    height: auto;
    max-width: 100%;
  }
}

@media (max-width: 860px) {
  body.site-page .magic-talk-panel__drawer {
    align-content: start;
    gap: 20px !important;
    grid-template-columns: 1fr !important;
    max-height: calc(100svh - 16px) !important;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
  }

  body.site-page .magic-talk-panel__intro {
    padding-top: 56px;
  }
}

@media (max-width: 560px) {
  body.page-home .magic-home-v3 .magic-services__track {
    grid-template-columns: 1fr !important;
  }

  body.site-page .magic-talk-panel__intro h2 {
    font-size: clamp(1.65rem, 8vw, 2.25rem) !important;
    line-height: 0.98 !important;
    max-width: 14ch !important;
  }

  body.site-page .magic-talk-panel__intro p {
    font-size: 0.95rem !important;
  }

  body.site-page .magic-talk-form {
    gap: 14px !important;
  }

  body.site-page .magic-talk-field input,
  body.site-page .magic-talk-field select,
  body.site-page .magic-talk-field textarea {
    min-height: 52px !important;
    padding: 14px !important;
  }

  body.site-page .magic-talk-field textarea {
    min-height: 116px !important;
  }

  body.site-page .magic-talk-form__actions {
    display: grid !important;
    gap: 12px !important;
  }

  body.site-page .magic-talk-form__actions button {
    font-size: 1rem !important;
    min-height: 56px !important;
    min-width: 0 !important;
    width: 100%;
  }
}

@media (min-width: 861px) {
  body.site-page .magic-talk-panel__close {
    grid-template-columns: auto 48px !important;
    min-height: 48px !important;
    right: 18px !important;
    top: 18px !important;
  }

  body.site-page .magic-talk-panel__close > span:first-child {
    font-size: 1rem !important;
    min-width: 76px !important;
    padding: 0 14px !important;
  }

  body.site-page .magic-talk-panel__close-icon::before,
  body.site-page .magic-talk-panel__close-icon::after {
    height: 2px !important;
    width: 28px !important;
  }

  body.site-page .magic-talk-form {
    padding-top: 64px !important;
  }

  body.site-page .magic-menu-overlay__nav a {
    font-size: clamp(0.98rem, 1.15vw, 1.12rem) !important;
    gap: 14px !important;
    line-height: 1.12 !important;
    overflow-wrap: normal !important;
    padding-inline: 16px !important;
    word-break: normal !important;
  }

  body.site-page .magic-menu-overlay__nav a::after {
    flex: 0 0 auto;
  }
}

/*
 * Goal responsive stability pass.
 * This file is loaded last, so keep the fixes explicit and scoped.
 */
body.page-home .magic-home-v3 {
  --ww-stable-gutter: clamp(16px, 4vw, 56px);
  --ww-stable-container: min(1180px, calc(100vw - (var(--ww-stable-gutter) * 2)));
  --ww-stable-wide: min(1320px, calc(100vw - (var(--ww-stable-gutter) * 2)));
  --ww-stable-section: clamp(72px, 9vw, 128px);
  overflow-x: clip !important;
}

body.page-home .magic-entry {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

body.page-home .magic-home-v3 [data-magic-reveal],
body.page-home .magic-home-v3 [data-magic-reveal].is-visible {
  opacity: 1 !important;
  transform: none !important;
}

body.page-home .magic-home-v3 :is(
  .magic-intro,
  .magic-who,
  .magic-proof-layer,
  .magic-services,
  .magic-work,
  .magic-page-routes,
  .magic-universe-teaser,
  .magic-method,
  .magic-final
) {
  min-height: auto !important;
  overflow-x: clip !important;
  scroll-margin-top: calc(var(--magic-header-h, 84px) + 24px);
}

body.page-home .magic-home-v3 :is(.magic-intro__sticky, .magic-who__sticky, .magic-services__sticky) {
  height: auto !important;
  inset: auto !important;
  min-height: auto !important;
  overflow: visible !important;
  position: relative !important;
  top: auto !important;
  transform: none !important;
}

body.page-home .magic-home-v3 .magic-intro {
  display: grid !important;
  min-height: 100svh !important;
  padding: calc(var(--magic-header-h, 84px) + 48px) var(--ww-stable-gutter) clamp(56px, 8vw, 88px) !important;
  place-items: center !important;
}

body.page-home .magic-home-v3 .magic-intro__sticky {
  display: grid !important;
  justify-items: center !important;
  margin-inline: auto !important;
  max-width: var(--ww-stable-container) !important;
  padding: 0 !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-intro__media {
  border-radius: 28px !important;
  inset: 0 !important;
  min-height: 0 !important;
  opacity: 0.78 !important;
  overflow: hidden !important;
  position: absolute !important;
  transform: none !important;
}

body.page-home .magic-home-v3 .magic-intro__media::after {
  background:
    linear-gradient(180deg, rgba(5, 8, 22, 0.46), rgba(5, 8, 22, 0.72)),
    radial-gradient(circle at 50% 44%, rgba(101, 216, 255, 0.16), transparent 34%) !important;
  content: "" !important;
  inset: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  z-index: 2 !important;
}

body.page-home .magic-home-v3 .magic-intro__media img,
body.page-home .magic-home-v3 .magic-intro__video {
  height: 100% !important;
  inset: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  position: absolute !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-intro__content {
  align-content: center !important;
  display: grid !important;
  gap: 18px !important;
  justify-items: center !important;
  margin: 0 auto !important;
  max-width: min(760px, 100%) !important;
  text-align: center !important;
  transform: none !important;
  width: 100% !important;
  z-index: 4 !important;
}

body.page-home .magic-home-v3 .magic-intro__headline {
  min-height: clamp(168px, 23vw, 280px) !important;
  text-align: center !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-intro__line {
  font-size: clamp(3.2rem, 7.2vw, 6.8rem) !important;
  line-height: 0.94 !important;
  margin-inline: auto !important;
  max-width: 12ch !important;
  text-align: center !important;
  text-wrap: balance !important;
  transform: none !important;
  white-space: normal !important;
}

body.page-home .magic-home-v3 .magic-intro__caption,
body.page-home .magic-home-v3 .magic-intro__support {
  color: rgba(246, 251, 255, 0.84) !important;
  margin-inline: auto !important;
  max-width: 46rem !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 :is(.magic-intro__actions, .magic-who__actions, .magic-final__actions) {
  justify-content: center !important;
}

body.page-home .magic-home-v3 .magic-who,
body.page-home .magic-home-v3 .magic-proof-layer,
body.page-home .magic-home-v3 .magic-services,
body.page-home .magic-home-v3 .magic-work,
body.page-home .magic-home-v3 .magic-page-routes,
body.page-home .magic-home-v3 .magic-universe-teaser,
body.page-home .magic-home-v3 .magic-method,
body.page-home .magic-home-v3 .magic-final {
  padding: var(--ww-stable-section) var(--ww-stable-gutter) !important;
}

body.page-home .magic-home-v3 .magic-who__sticky,
body.page-home .magic-home-v3 .magic-proof-layer__inner,
body.page-home .magic-home-v3 .magic-services__sticky,
body.page-home .magic-home-v3 .magic-work__sticky,
body.page-home .magic-home-v3 .magic-page-routes__inner,
body.page-home .magic-home-v3 .magic-universe-teaser__inner,
body.page-home .magic-home-v3 .magic-method,
body.page-home .magic-home-v3 .magic-final__grid {
  margin-inline: auto !important;
  max-width: var(--ww-stable-wide) !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 :is(
  .magic-who__copy-wrap,
  .magic-proof-layer__heading,
  .magic-services__heading,
  .magic-work__heading,
  .magic-page-routes__heading,
  .magic-universe-teaser__copy,
  .magic-method__heading,
  .magic-final__copy
) {
  justify-items: center !important;
  margin-inline: auto !important;
  max-width: 820px !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 :is(
  .magic-who__title,
  .magic-proof-layer__heading h2,
  .magic-services__heading h2,
  .magic-work__heading h2,
  .magic-page-routes__heading h2,
  .magic-universe-teaser h2,
  .magic-method__heading h2,
  .magic-final h2
) {
  font-size: clamp(2.35rem, 5.2vw, 5.2rem) !important;
  line-height: 0.98 !important;
  margin-inline: auto !important;
  max-width: 13ch !important;
  text-align: center !important;
  text-wrap: balance !important;
}

body.page-home .magic-home-v3 :is(
  .magic-who__copy,
  .magic-proof-layer__heading p:not(.magic-section__kicker),
  .magic-services__heading p,
  .magic-work__heading p,
  .magic-page-routes__heading p,
  .magic-universe-teaser p,
  .magic-method__heading p,
  .magic-final__lead
) {
  line-height: 1.62 !important;
  margin-inline: auto !important;
  max-width: 44rem !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-proof-layer {
  background: linear-gradient(180deg, #f8fcff 0%, #eef8ff 100%) !important;
  color: #071220 !important;
}

body.page-home .magic-home-v3 .magic-proof-layer__heading {
  display: grid !important;
  grid-template-columns: 1fr !important;
}

body.page-home .magic-home-v3 .magic-proof-layer__heading h2,
body.page-home .magic-home-v3 .magic-proof-card strong {
  color: #071220 !important;
}

body.page-home .magic-home-v3 .magic-proof-layer__heading p:not(.magic-section__kicker),
body.page-home .magic-home-v3 .magic-proof-card p {
  color: rgba(7, 18, 32, 0.72) !important;
}

body.page-home .magic-home-v3 .magic-proof-layer__grid,
body.page-home .magic-home-v3 .magic-services__track,
body.page-home .magic-home-v3 .magic-page-routes__grid,
body.page-home .magic-home-v3 .magic-universe-teaser__grid,
body.page-home .magic-home-v3 .magic-method__grid,
body.page-home .magic-home-v3 .magic-who__trust,
body.page-home .magic-home-v3 .magic-who__stage {
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  min-width: 0 !important;
  padding: 0 !important;
  transform: none !important;
  width: 100% !important;
  will-change: auto !important;
}

body.page-home .magic-home-v3 .magic-page-routes__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.page-home .magic-home-v3 .magic-track-wrap {
  margin-inline: auto !important;
  max-width: var(--ww-stable-wide) !important;
  overflow: visible !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-services__sticky {
  display: grid !important;
  gap: 40px !important;
  padding: 0 !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes {
  min-height: auto !important;
  overflow: clip !important;
  padding: var(--ww-stable-section) var(--ww-stable-gutter) !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__sticky {
  align-content: start !important;
  display: grid !important;
  gap: 40px !important;
  height: auto !important;
  inset: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  position: relative !important;
  top: auto !important;
  transform: none !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading {
  align-items: center !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  margin-inline: auto !important;
  max-width: 820px !important;
  text-align: center !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__stage,
body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__viewport {
  height: auto !important;
  margin-inline: auto !important;
  max-width: var(--ww-stable-wide) !important;
  overflow: visible !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail {
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  min-width: 0 !important;
  transform: none !important;
  width: 100% !important;
  will-change: auto !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card {
  align-content: start !important;
  border-radius: 24px !important;
  box-shadow: 0 22px 60px rgba(0, 25, 50, 0.16) !important;
  display: grid !important;
  gap: 18px !important;
  grid-area: auto !important;
  grid-template-columns: 1fr !important;
  min-height: 0 !important;
  opacity: 1 !important;
  padding: clamp(18px, 2.4vw, 28px) !important;
  pointer-events: auto !important;
  text-align: center !important;
  transform: none !important;
  visibility: visible !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card__body {
  align-content: start !important;
  display: grid !important;
  gap: 13px !important;
  justify-items: center !important;
  order: 2 !important;
  padding: 0 !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card > img {
  aspect-ratio: 16 / 10 !important;
  border-radius: 18px !important;
  height: auto !important;
  justify-self: stretch !important;
  max-height: 260px !important;
  object-fit: cover !important;
  object-position: top center !important;
  order: 1 !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card h3 {
  font-size: clamp(1.35rem, 2vw, 1.9rem) !important;
  line-height: 1.04 !important;
  margin-inline: auto !important;
  max-width: 12ch !important;
  text-align: center !important;
  text-wrap: balance !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card p {
  font-size: 1rem !important;
  line-height: 1.55 !important;
  margin-inline: auto !important;
  max-width: 30rem !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-view-btn {
  border-radius: 999px !important;
  justify-content: center !important;
  justify-self: center !important;
  max-width: 100% !important;
  min-height: 46px !important;
  white-space: normal !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__indicator {
  display: none !important;
}

body.page-home .magic-home-v3 .magic-services__heading,
body.page-home .magic-home-v3 .magic-page-routes__heading,
body.page-home .magic-home-v3 .magic-universe-teaser__inner {
  display: grid !important;
  gap: 20px !important;
  grid-template-columns: 1fr !important;
}

body.page-home .magic-home-v3 .magic-service-card,
body.page-home .magic-home-v3 .magic-proof-card,
body.page-home .magic-home-v3 .magic-page-route-card,
body.page-home .magic-home-v3 .magic-universe-teaser__card,
body.page-home .magic-home-v3 .magic-method-card,
body.page-home .magic-home-v3 .magic-who__trust-card,
body.page-home .magic-home-v3 .magic-orbit-card {
  height: auto !important;
  min-height: 0 !important;
  min-width: 0 !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  width: 100% !important;
  will-change: auto !important;
}

body.page-home .magic-home-v3 .magic-service-card {
  flex: initial !important;
  grid-template-rows: auto 1fr !important;
}

body.page-home .magic-home-v3 :is(.magic-service-card img, .magic-page-route-card img, .magic-universe-teaser__card img, .magic-method-card img) {
  aspect-ratio: 16 / 10 !important;
  height: auto !important;
  max-height: 260px !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 :is(.magic-service-card__body, .magic-page-route-card, .magic-universe-teaser__card, .magic-method-card, .magic-proof-card) {
  align-content: start !important;
  display: grid !important;
  gap: 14px !important;
}

body.page-home .magic-home-v3 :is(.magic-service-card h3, .magic-page-route-card span, .magic-universe-teaser__card span, .magic-method-card h3) {
  font-size: clamp(1.28rem, 1.7vw, 1.72rem) !important;
  line-height: 1.08 !important;
  max-width: 100% !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 :is(.magic-service-card p, .magic-page-route-card p, .magic-universe-teaser__card p, .magic-method-card p) {
  line-height: 1.55 !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 :is(.magic-card-link, .magic-page-route-card strong, .magic-universe-teaser__cta, .magic-proof-layer__ledger > a) {
  justify-self: center !important;
}

body.page-home .magic-home-v3 .magic-proof-layer__ledger {
  align-items: center !important;
  border-radius: 24px !important;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr) auto !important;
}

body.page-home .magic-home-v3 .magic-proof-layer__ledger,
body.page-home .magic-home-v3 .magic-proof-layer__ledger h3,
body.page-home .magic-home-v3 .magic-proof-layer__ledger li {
  color: #f7fbff !important;
}

body.page-home .magic-home-v3 .magic-final__grid {
  align-items: start !important;
  grid-template-columns: 1fr minmax(320px, 0.78fr) !important;
}

@media (max-width: 1180px) {
  body.page-home .magic-home-v3 .magic-page-routes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-home .magic-home-v3 :is(.magic-services__track, .magic-proof-layer__grid, .magic-universe-teaser__grid, .magic-method__grid, .magic-who__trust, .magic-who__stage) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-home .magic-home-v3 .magic-proof-layer__ledger,
  body.page-home .magic-home-v3 .magic-final__grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  body.page-home .magic-home-v3 {
    --ww-stable-gutter: 16px;
    --ww-stable-section: 64px;
  }

  body.page-home .magic-home-v3 .magic-intro {
    min-height: auto !important;
    padding-top: calc(var(--magic-header-h, 72px) + 28px) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media {
    aspect-ratio: 16 / 10 !important;
    border-radius: 22px !important;
    inset: auto !important;
    margin-bottom: 22px !important;
    max-height: 220px !important;
    order: -1 !important;
    position: relative !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media::before {
    content: "" !important;
    display: block !important;
    padding-top: 62.5% !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media::after {
    background: linear-gradient(180deg, rgba(5, 8, 22, 0.12), rgba(5, 8, 22, 0.42)) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__headline {
    min-height: auto !important;
  }

  body.page-home .magic-home-v3 .magic-intro__line {
    font-size: clamp(2.45rem, 12vw, 3.7rem) !important;
    max-width: 9.5ch !important;
  }

  body.page-home .magic-home-v3 .magic-intro__caption span,
  body.page-home .magic-home-v3 .magic-intro__support {
    font-size: 1rem !important;
    line-height: 1.52 !important;
  }

  body.page-home .magic-home-v3 :is(
    .magic-proof-layer__grid,
    .magic-services__track,
    .magic-work__rail,
    .magic-page-routes__grid,
    .magic-universe-teaser__grid,
    .magic-method__grid,
    .magic-who__trust,
    .magic-who__stage
  ) {
    grid-template-columns: 1fr !important;
  }

  body.page-home .magic-home-v3 :is(
    .magic-who__title,
    .magic-proof-layer__heading h2,
    .magic-services__heading h2,
    .magic-work__heading h2,
    .magic-page-routes__heading h2,
    .magic-universe-teaser h2,
    .magic-method__heading h2,
    .magic-final h2
  ) {
    font-size: clamp(2.15rem, 10vw, 3.2rem) !important;
    max-width: 11ch !important;
  }

  body.page-home .magic-home-v3 :is(.magic-intro__actions, .magic-who__actions, .magic-final__actions) {
    align-items: stretch !important;
    display: grid !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 :is(.magic-intro__actions a, .magic-who__actions a, .magic-final__actions a) {
    justify-content: center !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-proof-layer__ledger {
    padding: 24px !important;
  }

  body.page-home .magic-home-v3 :is(.magic-service-card__body, .magic-page-route-card, .magic-universe-teaser__card, .magic-method-card, .magic-proof-card) {
    padding: 18px !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail {
    grid-template-columns: 1fr !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card > img {
    max-height: 240px !important;
  }
}

@media (max-width: 1024px) {
  body.page-home .magic-home-v3 .magic-work--maquettes {
    min-height: auto !important;
    padding-block: clamp(72px, 10vw, 112px) !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__sticky {
    height: auto !important;
    min-height: auto !important;
    padding: 0 clamp(16px, 5vw, 40px) !important;
    position: relative !important;
    top: auto !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading {
    grid-template-columns: 1fr !important;
    text-align: left !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading h2 {
    font-size: clamp(3.4rem, 16vw, 7rem) !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__stage {
    height: auto !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail {
    display: grid !important;
    gap: 18px !important;
    transform: none !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card {
    grid-area: auto !important;
    grid-template-columns: 1fr !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    visibility: visible !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card > img {
    height: auto !important;
    justify-self: stretch !important;
    max-height: 460px !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__indicator {
    display: none !important;
  }

  .magic-project-panel__card {
    width: min(100vw, 100%) !important;
  }

  .magic-project-panel__layout {
    grid-template-columns: 1fr !important;
  }

  .magic-project-panel__mockup {
    max-height: 54svh !important;
  }
}

@media (max-width: 560px) {
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card {
    padding: 22px !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card h3 {
    font-size: clamp(2.6rem, 14vw, 4.2rem) !important;
    max-width: 9ch !important;
  }

  .magic-project-panel__card {
    padding: 14px !important;
  }

  .magic-project-panel h2 {
    font-size: clamp(2rem, 10vw, 3.4rem) !important;
  }

  .magic-project-panel__nav,
  .magic-project-panel__actions {
    display: grid !important;
  }

  .magic-project-panel__nav button,
  .magic-project-panel__actions a,
  .magic-project-panel__actions button {
    width: 100% !important;
  }
}

@media (min-width: 1025px) {
  body.page-home .magic-home-v3 .magic-intro {
    min-height: 100svh !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-intro__sticky {
    height: 100svh !important;
    margin: 0 !important;
    max-width: none !important;
    min-height: 760px !important;
    overflow: hidden !important;
    padding: clamp(88px, 8vw, 132px) var(--magic-gutter) clamp(54px, 6vw, 90px) !important;
    position: sticky !important;
    top: 0 !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media {
    border-radius: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    left: 0 !important;
    max-height: none !important;
    max-width: none !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-intro__content {
    max-width: min(1180px, 100%) !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes {
    min-height: max(1180px, var(--magic-work-scroll-height, 320vh)) !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail {
    display: grid !important;
    grid-template-columns: 1fr !important;
    height: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card {
    grid-area: 1 / 1 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translate3d(0, 28px, 0) scale(0.985) !important;
    visibility: hidden !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card.is-active {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    visibility: visible !important;
  }
}

/* Final lock for the maquettes rail: keep it readable on every viewport. */
body.page-home .magic-home-v3 .magic-work--maquettes,
body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__sticky,
body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__stage,
body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__viewport {
  height: auto !important;
  min-height: auto !important;
  overflow: visible !important;
  position: relative !important;
  top: auto !important;
  transform: none !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading {
  justify-items: center !important;
  margin-inline: auto !important;
  max-width: 820px !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading h2 {
  font-size: clamp(2.35rem, 5.2vw, 5.2rem) !important;
  line-height: 0.98 !important;
  max-width: 13ch !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail {
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  transform: none !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card {
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: 1fr !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card__body {
  justify-items: center !important;
  order: 2 !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card > img {
  aspect-ratio: 16 / 10 !important;
  height: auto !important;
  max-height: 260px !important;
  object-fit: cover !important;
  object-position: top center !important;
  order: 1 !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card h3 {
  font-size: clamp(1.35rem, 2vw, 1.9rem) !important;
  line-height: 1.04 !important;
  max-width: 12ch !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-view-btn {
  border-radius: 999px !important;
  justify-content: center !important;
  justify-self: center !important;
  white-space: normal !important;
}

@media (max-width: 1180px) {
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail {
    grid-template-columns: 1fr !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card > img {
    max-height: 240px !important;
  }
}

/* Huge-inspired pinned Work rail, active on desktop, tablet and mobile. */
body.page-home .magic-home-v3 .magic-work--maquettes {
  --work-panel-max: min(1480px, calc(100vw - 32px));
  min-height: max(520svh, var(--magic-work-scroll-height, 720svh)) !important;
  overflow: visible !important;
  padding: 0 !important;
  scroll-margin-top: 0 !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__sticky {
  align-content: stretch !important;
  display: grid !important;
  gap: clamp(16px, 2.8svh, 34px) !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
  height: 100svh !important;
  max-height: 100svh !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: clamp(82px, 9svh, 126px) var(--magic-gutter) clamp(22px, 4svh, 52px) !important;
  position: sticky !important;
  top: 0 !important;
  transform: none !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading {
  align-items: end !important;
  display: grid !important;
  gap: clamp(16px, 3vw, 44px) !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.42fr) !important;
  justify-items: stretch !important;
  margin: 0 auto !important;
  max-width: var(--work-panel-max) !important;
  text-align: left !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading h2 {
  font-size: clamp(4.2rem, 11.8vw, 12rem) !important;
  line-height: 0.82 !important;
  margin: 0 !important;
  max-width: none !important;
  text-align: left !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading p {
  align-self: end !important;
  font-size: clamp(0.96rem, 1.08vw, 1.18rem) !important;
  line-height: 1.36 !important;
  margin: 0 0 0.45rem !important;
  max-width: 34rem !important;
  text-align: left !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__stage {
  display: grid !important;
  gap: clamp(12px, 2svh, 20px) !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  height: 100% !important;
  margin: 0 auto !important;
  max-width: var(--work-panel-max) !important;
  min-height: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__viewport {
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail {
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: 1fr !important;
  height: 100% !important;
  min-height: 0 !important;
  min-width: 0 !important;
  transform: none !important;
  width: 100% !important;
  will-change: auto !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card {
  align-items: stretch !important;
  border-radius: 0 !important;
  display: grid !important;
  gap: clamp(18px, 3vw, 42px) !important;
  grid-area: 1 / 1 !important;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.72fr) !important;
  height: 100% !important;
  min-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: clamp(26px, 3.8vw, 56px) !important;
  pointer-events: none !important;
  text-align: left !important;
  transform: translate3d(0, 28px, 0) scale(0.985) !important;
  transition: opacity 360ms var(--magic-ease), transform 620ms var(--magic-ease), visibility 360ms var(--magic-ease) !important;
  visibility: hidden !important;
  width: 100% !important;
  will-change: opacity, transform !important;
  z-index: 0 !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card.is-active {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
  visibility: visible !important;
  z-index: 2 !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card__body {
  align-content: end !important;
  align-self: stretch !important;
  display: grid !important;
  gap: clamp(12px, 1.5vw, 20px) !important;
  height: 100% !important;
  justify-items: start !important;
  max-height: 100% !important;
  min-height: 0 !important;
  min-width: 0 !important;
  order: 1 !important;
  overflow: hidden !important;
  padding: 0 !important;
  text-align: left !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card > img {
  align-self: center !important;
  aspect-ratio: 0.78 !important;
  border-radius: 0 !important;
  height: min(100%, 58svh) !important;
  justify-self: end !important;
  max-height: 100% !important;
  object-fit: cover !important;
  object-position: top center !important;
  order: 2 !important;
  transform: none !important;
  width: min(100%, 460px) !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card h3 {
  font-size: clamp(3.2rem, 7.4vw, 8.6rem) !important;
  line-height: 0.82 !important;
  margin: 0 !important;
  max-width: 9ch !important;
  text-align: left !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card p {
  font-size: clamp(0.98rem, 1.08vw, 1.18rem) !important;
  line-height: 1.34 !important;
  margin: 0 !important;
  max-width: 34rem !important;
  text-align: left !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-view-btn {
  border-radius: 0 !important;
  justify-content: center !important;
  justify-self: start !important;
  min-height: 46px !important;
  white-space: normal !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__indicator {
  align-items: center !important;
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  margin: 0 !important;
  min-height: 44px !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__counter {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__counter::-webkit-scrollbar {
  display: none !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__counter button {
  border-radius: 0 !important;
  flex: 0 0 auto !important;
  min-height: 42px !important;
  min-width: 44px !important;
}

@media (max-width: 1024px) {
  body.page-home .magic-home-v3 .magic-work--maquettes {
    --work-panel-max: min(100%, calc(100vw - 32px));
    min-height: max(560svh, var(--magic-work-scroll-height, 720svh)) !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__sticky {
    gap: clamp(12px, 2svh, 20px) !important;
    padding: clamp(68px, 8svh, 92px) clamp(16px, 4vw, 34px) clamp(14px, 2.4svh, 24px) !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading {
    gap: 10px !important;
    grid-template-columns: 1fr !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading h2 {
    font-size: clamp(2.65rem, 11vw, 6.2rem) !important;
    line-height: 0.88 !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading p {
    font-size: clamp(0.9rem, 2.4vw, 1rem) !important;
    line-height: 1.28 !important;
    margin: 0 !important;
    max-width: 42rem !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__stage {
    gap: 10px !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card {
    gap: clamp(12px, 3vw, 18px) !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: minmax(116px, 38%) minmax(0, 1fr) !important;
    padding: clamp(14px, 3.7vw, 24px) !important;
    text-align: left !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card__body {
    align-content: start !important;
    gap: 10px !important;
    justify-items: start !important;
    order: 2 !important;
    overflow: hidden !important;
    text-align: left !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card > img {
    align-self: stretch !important;
    aspect-ratio: auto !important;
    height: 100% !important;
    justify-self: stretch !important;
    order: 1 !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card h3 {
    font-size: clamp(2.15rem, 8.8vw, 4.4rem) !important;
    line-height: 0.88 !important;
    max-width: 10ch !important;
    text-align: left !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card p {
    display: -webkit-box !important;
    font-size: clamp(0.9rem, 2.5vw, 1rem) !important;
    line-height: 1.28 !important;
    max-width: 34rem !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    text-align: left !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-view-btn {
    justify-self: start !important;
    margin-top: 0 !important;
    min-height: 44px !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__indicator {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 520px) {
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__sticky {
    padding-inline: 14px !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading p {
    max-width: 31rem !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card {
    grid-template-rows: minmax(112px, 34%) minmax(0, 1fr) !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card h3 {
    font-size: clamp(1.9rem, 9vw, 3.45rem) !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card__type {
    font-size: 0.68rem !important;
    line-height: 1.08 !important;
    padding: 7px 9px !important;
  }
}

@media (max-width: 860px) and (max-height: 720px) {
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__sticky {
    padding-bottom: 10px !important;
    padding-top: 58px !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading p {
    display: none !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card {
    grid-template-rows: minmax(88px, 30%) minmax(0, 1fr) !important;
    padding: 12px !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card p {
    -webkit-line-clamp: 2 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-home .magic-home-v3 .magic-work--maquettes {
    min-height: auto !important;
    padding: var(--ww-stable-section, 88px) var(--ww-stable-gutter, 24px) !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__sticky,
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__stage,
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__viewport {
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
    overflow: visible !important;
    position: relative !important;
    top: auto !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail {
    display: grid !important;
    gap: 24px !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)) !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card {
    grid-area: auto !important;
    height: auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    visibility: visible !important;
  }
}

/* Conversion pass final cascade guards. */
body.page-home .magic-home-v3 .magic-trust-strip,
body.page-home .magic-home-v3 .magic-faq {
  overflow-x: clip !important;
}

body.page-home .magic-home-v3 .magic-trust-strip__inner {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin-inline: auto !important;
  max-width: min(1440px, calc(100vw - 32px)) !important;
}

body.page-home .magic-home-v3 .magic-faq__inner {
  display: grid !important;
  gap: clamp(28px, 5vw, 64px) !important;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr) !important;
  margin-inline: auto !important;
  max-width: min(1380px, calc(100vw - 32px)) !important;
}

body.page-home .magic-home-v3 .magic-faq__grid {
  display: grid !important;
  gap: 10px !important;
}

.magic-project-panel__mockup iframe {
  background: #ffffff !important;
  border: 0 !important;
  display: block !important;
  height: min(78svh, 860px) !important;
  min-height: 520px !important;
  width: min(720px, 100%) !important;
}

.magic-project-panel__mockup img[hidden],
.magic-project-panel__mockup iframe[hidden] {
  display: none !important;
}

.magic-project-form,
.magic-final-form {
  display: grid !important;
  gap: 12px !important;
  min-width: 0 !important;
}

.magic-project-form__grid,
.magic-final-form__grid {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.magic-project-form .magic-talk-field--full,
.magic-final-form .magic-talk-field--full {
  grid-column: 1 / -1 !important;
}

.magic-project-form__actions button,
.magic-final-form__actions button {
  min-height: 48px !important;
  white-space: normal !important;
}

@media (max-width: 980px) {
  body.page-home .magic-home-v3 .magic-trust-strip__inner,
  body.page-home .magic-home-v3 .magic-faq__inner {
    grid-template-columns: 1fr !important;
  }

  .magic-project-panel__mockup iframe {
    height: 46svh !important;
    min-height: 260px !important;
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  .magic-project-form__grid,
  .magic-final-form__grid {
    grid-template-columns: 1fr !important;
  }

  .magic-project-panel__card {
    width: 100vw !important;
  }
}

/* Launch polish: restore the reference light grid, readable FAQ and obvious mockup access. */
body.page-home .magic-home-v3 {
  --ww-launch-gutter: clamp(16px, 4vw, 56px);
  --ww-launch-max: min(1480px, calc(100vw - (var(--ww-launch-gutter) * 2)));
}

body.page-home .magic-home-v3 :is(
  .magic-proof-layer__heading h2,
  .magic-services__heading h2,
  .magic-work__heading h2,
  .magic-method__heading h2,
  .magic-faq__heading h2,
  .magic-final h2
) {
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

body.page-home .magic-home-v3 :is(
  .magic-proof-layer__heading,
  .magic-services__heading,
  .magic-method__heading,
  .magic-faq__heading,
  .magic-final__copy
) {
  justify-items: center !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes {
  background:
    radial-gradient(circle at 11% 8%, rgba(101, 216, 255, 0.34), transparent 29rem),
    radial-gradient(circle at 87% 14%, rgba(25, 245, 186, 0.2), transparent 26rem),
    linear-gradient(to right, rgba(20, 92, 255, 0.055) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(20, 92, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #f4fbff 0%, #ffffff 52%, #edf8ff 100%) !important;
  background-size: auto, auto, 72px 72px, 72px 72px, auto !important;
  color: #07111f !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading {
  align-items: center !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  max-width: var(--ww-launch-max) !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading h2 {
  color: #07111f !important;
  font-size: clamp(2.8rem, 5.9vw, 7.1rem) !important;
  line-height: 0.9 !important;
  max-width: 100% !important;
  text-align: center !important;
}

@media (min-width: 1180px) {
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading h2 {
    white-space: nowrap !important;
  }
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading p {
  color: rgba(7, 17, 31, 0.72) !important;
  font-size: clamp(1rem, 1.3vw, 1.34rem) !important;
  font-weight: 720 !important;
  line-height: 1.42 !important;
  margin: 0 auto !important;
  max-width: min(920px, 100%) !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__stage {
  max-width: var(--ww-launch-max) !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card {
  box-shadow: 0 36px 120px rgba(7, 17, 31, 0.18) !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card__body {
  align-content: center !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card h3 {
  font-size: clamp(2.6rem, 5.2vw, 6.2rem) !important;
  line-height: 0.9 !important;
  max-width: 9.5ch !important;
  order: 3 !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card p {
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  display: -webkit-box !important;
  order: 4 !important;
  overflow: hidden !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card__type {
  order: 1 !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-view-btn,
.magic-project-panel__preview-link {
  align-items: center !important;
  background: linear-gradient(135deg, #65d8ff, #19f5ba) !important;
  border: 0 !important;
  color: #07111f !important;
  display: inline-flex !important;
  font-size: 0.92rem !important;
  font-weight: 900 !important;
  justify-content: center !important;
  min-height: 50px !important;
  padding: 0 18px !important;
  text-decoration: none !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-view-btn {
  justify-self: start !important;
  order: 2 !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-view-btn::after,
.magic-project-panel__preview-link::after {
  content: "↗";
  font-size: 1.05em;
  line-height: 1;
  margin-left: 0.55em;
}

.magic-project-panel {
  justify-items: start !important;
  padding: 0 !important;
  z-index: 6000 !important;
}

.magic-project-panel__card {
  width: min(1360px, 94vw) !important;
}

.magic-project-panel__layout {
  align-items: start !important;
  grid-template-columns: minmax(420px, 1.08fr) minmax(320px, 0.72fr) !important;
}

.magic-project-panel__mockup {
  border-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow: inset 0 0 0 1px rgba(7, 17, 31, 0.08), 0 24px 80px rgba(0, 0, 0, 0.34) !important;
  min-height: min(74svh, 760px) !important;
}

.magic-project-panel__mockup iframe {
  height: min(74svh, 760px) !important;
  min-height: 560px !important;
  width: 100% !important;
}

.magic-project-panel__mockup img[hidden],
.magic-project-panel__mockup iframe[hidden] {
  display: none !important;
}

.magic-project-panel__actions {
  align-items: stretch !important;
}

.magic-project-panel__actions :is(a, button) {
  white-space: normal !important;
}

body.page-home .magic-home-v3 .magic-faq {
  background:
    radial-gradient(circle at 12% 6%, rgba(101, 216, 255, 0.32), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(25, 245, 186, 0.16), transparent 24rem),
    linear-gradient(to right, rgba(20, 92, 255, 0.055) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(20, 92, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #f6fbff 0%, #ffffff 58%, #eff8ff 100%) !important;
  background-size: auto, auto, 72px 72px, 72px 72px, auto !important;
  color: #07111f !important;
  overflow: hidden !important;
  padding: clamp(88px, 10vw, 150px) var(--ww-launch-gutter) !important;
}

body.page-home .magic-home-v3 .magic-faq__inner {
  align-items: start !important;
  display: grid !important;
  gap: clamp(28px, 5vw, 72px) !important;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr) !important;
  margin: 0 auto !important;
  max-width: var(--ww-launch-max) !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-faq__heading {
  display: grid !important;
  justify-items: start !important;
  max-width: 600px !important;
  text-align: left !important;
}

body.page-home .magic-home-v3 .magic-faq__heading .magic-section__kicker {
  color: #145cff !important;
  justify-self: start !important;
}

body.page-home .magic-home-v3 .magic-faq__heading h2 {
  color: #07111f !important;
  font-size: clamp(2.5rem, 5.8vw, 6.8rem) !important;
  line-height: 0.92 !important;
  margin: 0 !important;
  max-width: 10ch !important;
  text-align: left !important;
}

body.page-home .magic-home-v3 .magic-faq__heading p {
  color: rgba(7, 17, 31, 0.66) !important;
  font-size: clamp(1rem, 1.22vw, 1.24rem) !important;
  font-weight: 650 !important;
  line-height: 1.58 !important;
  margin: 0 !important;
  max-width: 39rem !important;
  text-align: left !important;
}

body.page-home .magic-home-v3 .magic-faq__grid {
  display: grid !important;
  gap: 12px !important;
  min-width: 0 !important;
}

body.page-home .magic-home-v3 .magic-faq__item {
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(7, 17, 31, 0.1) !important;
  box-shadow: 0 22px 70px rgba(20, 92, 255, 0.08) !important;
  color: #07111f !important;
  margin: 0 !important;
  overflow: hidden !important;
}

body.page-home .magic-home-v3 .magic-faq__item summary {
  align-items: center !important;
  color: #07111f !important;
  cursor: pointer !important;
  display: grid !important;
  font-size: clamp(1.05rem, 1.28vw, 1.28rem) !important;
  font-weight: 500 !important;
  gap: 16px !important;
  grid-template-columns: minmax(0, 1fr) 38px !important;
  list-style: none !important;
  min-height: 68px !important;
  padding: 18px clamp(18px, 2.6vw, 30px) !important;
}

body.page-home .magic-home-v3 .magic-faq__item summary::-webkit-details-marker {
  display: none !important;
}

body.page-home .magic-home-v3 .magic-faq__item summary::after {
  align-items: center;
  background: #07111f;
  color: #ffffff;
  content: "+";
  display: inline-flex;
  font-size: 1.28rem;
  font-weight: 760;
  height: 38px;
  justify-content: center;
  line-height: 1;
  transition: transform 220ms var(--magic-ease), background 220ms var(--magic-ease);
  width: 38px;
}

body.page-home .magic-home-v3 .magic-faq__item[open] summary::after {
  background: linear-gradient(135deg, #65d8ff, #19f5ba);
  color: #07111f;
  content: "−";
}

body.page-home .magic-home-v3 .magic-faq__item p {
  color: rgba(7, 17, 31, 0.7) !important;
  font-size: clamp(0.98rem, 1.08vw, 1.12rem) !important;
  font-weight: 560 !important;
  line-height: 1.62 !important;
  margin: 0 !important;
  padding: 0 clamp(18px, 2.6vw, 30px) 22px !important;
}

@media (max-width: 1024px) {
  body.page-home .magic-home-v3 {
    --ww-launch-gutter: clamp(16px, 5vw, 34px);
  }

  .magic-project-panel {
    justify-items: stretch !important;
  }

  .magic-project-panel__card {
    width: 100vw !important;
  }

  .magic-project-panel__layout,
  body.page-home .magic-home-v3 .magic-faq__inner {
    grid-template-columns: 1fr !important;
  }

  body.page-home .magic-home-v3 .magic-faq__heading {
    justify-items: center !important;
    max-width: 760px !important;
    position: relative !important;
    text-align: center !important;
    top: auto !important;
  }

  body.page-home .magic-home-v3 .magic-faq__heading .magic-section__kicker {
    justify-self: center !important;
  }

  body.page-home .magic-home-v3 .magic-faq__heading h2,
  body.page-home .magic-home-v3 .magic-faq__heading p {
    margin-inline: auto !important;
    text-align: center !important;
  }
}

@media (max-width: 640px) {
  body.page-home .magic-home-v3 {
    --ww-launch-gutter: 16px;
  }

  body.page-home .magic-home-v3 .magic-trust-strip__inner,
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading,
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__stage,
  body.page-home .magic-home-v3 .magic-faq__inner {
    max-width: calc(100vw - 32px) !important;
  }

  body.page-home .magic-home-v3 .magic-trust-strip__inner,
  body.page-home .magic-home-v3 .magic-trust-strip__item {
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media {
    display: none !important;
  }

  body.page-home .magic-home-v3 .magic-intro__sticky {
    align-content: center !important;
    background:
      radial-gradient(circle at 50% 10%, rgba(101, 216, 255, 0.24), transparent 18rem),
      radial-gradient(circle at 50% 88%, rgba(25, 245, 186, 0.14), transparent 16rem),
      #030711 !important;
    justify-items: center !important;
    min-height: 100svh !important;
    padding: calc(var(--magic-header-h, 84px) + 18px) 16px 44px !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-intro__content {
    margin-inline: auto !important;
    max-width: 358px !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-who__visual {
    display: none !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__sticky {
    padding-inline: 16px !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading h2 {
    font-size: clamp(2.45rem, 11vw, 4.2rem) !important;
    white-space: normal !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card {
    padding: 16px !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card > img {
    display: none !important;
  }

  .magic-project-panel__card {
    padding: 16px !important;
  }

  .magic-project-panel__mockup {
    min-height: 360px !important;
  }

  .magic-project-panel__mockup iframe {
    height: 54svh !important;
    min-height: 340px !important;
  }

  body.page-home .magic-home-v3 .magic-faq {
    padding-block: 78px !important;
  }

  body.page-home .magic-home-v3 .magic-faq__heading h2 {
    font-size: clamp(2.4rem, 10.4vw, 3.8rem) !important;
    max-width: 12ch !important;
  }

  body.page-home .magic-home-v3 .magic-faq__item summary {
    min-height: 62px !important;
    padding: 16px !important;
  }

  body.page-home .magic-home-v3 .magic-faq__item p {
    padding: 0 16px 18px !important;
  }
}

/* Objective final layer: keep this block last. */
@keyframes ww-section-bg-drift {
  0% {
    background-position: center center;
  }
  100% {
    background-position: center 56%;
  }
}

@keyframes ww-section-grid-drift {
  0% {
    background-position: 0 0, 0 0, center;
  }
  100% {
    background-position: 72px 36px, 36px 72px, center;
  }
}

body.page-home .magic-home-v3 {
  --ww-final-gutter: clamp(16px, 4vw, 56px);
  --ww-final-max: min(1320px, calc(100vw - (var(--ww-final-gutter) * 2)));
  background: #030711 !important;
  overflow-x: clip !important;
}

body.page-home .magic-home-v3 .ww-seo-only,
body.page-home .magic-home-v3 .ww-seo-only.is-visible,
body.page-home .magic-home-v3 .ww-seo-only * {
  clip: rect(0 0 0 0) !important;
  clip-path: circle(0 at 50% 50%) !important;
  color: transparent !important;
  contain: strict !important;
  height: 100vh !important;
  inset: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  position: fixed !important;
  text-shadow: none !important;
  transition: none !important;
  visibility: hidden !important;
  white-space: nowrap !important;
  width: 100vw !important;
  z-index: -1 !important;
}

body.page-home .magic-home-v3 .magic-trust-strip,
body.page-home .magic-home-v3 .magic-who__stage,
body.page-home .magic-home-v3 .magic-orbit-card,
body.page-home .magic-home-v3 .magic-who__visual {
  display: none !important;
}

body.page-home .magic-home-v3 :is(.magic-who, .magic-proof-layer, .magic-services, .magic-work--maquettes, .magic-method, .magic-faq, .magic-final) {
  isolation: isolate !important;
  min-height: auto !important;
  overflow: clip !important;
  padding: clamp(88px, 10vw, 154px) var(--ww-final-gutter) !important;
  position: relative !important;
}

body.page-home .magic-home-v3 :is(.magic-who, .magic-services, .magic-final) {
  animation: ww-section-bg-drift 18s ease-in-out infinite alternate;
  background-color: #030711 !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #f7fbff !important;
}

body.page-home .magic-home-v3 .magic-who {
  background-image:
    linear-gradient(180deg, rgba(3, 7, 17, 0.66), rgba(3, 7, 17, 0.92)),
    url("/assets/images/generated/marketing-dashboard-laptop.jpg") !important;
}

body.page-home .magic-home-v3 .magic-services {
  background-image:
    linear-gradient(180deg, rgba(3, 7, 17, 0.7), rgba(3, 7, 17, 0.93)),
    url("/assets/images/generated/team-workshop-dashboard.jpg") !important;
}

body.page-home .magic-home-v3 .magic-final {
  background-image:
    linear-gradient(180deg, rgba(3, 7, 17, 0.68), rgba(3, 7, 17, 0.95)),
    url("/assets/images/generated/quiet-strategy-notes.jpg") !important;
}

body.page-home .magic-home-v3 :is(.magic-proof-layer, .magic-work--maquettes, .magic-method, .magic-faq) {
  animation: ww-section-grid-drift 24s linear infinite;
  background:
    linear-gradient(to right, rgba(20, 92, 255, 0.055) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(20, 92, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 54%, #eef8ff 100%) !important;
  background-size: 72px 72px, 72px 72px, auto !important;
  color: #07111f !important;
}

body.page-home .magic-home-v3 :is(.magic-who__sticky, .magic-services__sticky, .magic-final__grid, .magic-proof-layer__inner, .magic-work__sticky, .magic-method, .magic-faq__inner) {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-inline: auto !important;
  max-width: var(--ww-final-max) !important;
  overflow: visible !important;
  padding: 0 !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-who__sticky,
body.page-home .magic-home-v3 .magic-services__sticky,
body.page-home .magic-home-v3 .magic-final__grid {
  align-items: center !important;
  display: grid !important;
  gap: clamp(30px, 5vw, 74px) !important;
}

body.page-home .magic-home-v3 .magic-who__sticky {
  grid-template-columns: 1fr !important;
  justify-items: center !important;
}

body.page-home .magic-home-v3 .magic-final__grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 0.74fr) !important;
}

body.page-home .magic-home-v3 :is(.magic-who__copy-wrap, .magic-services__heading, .magic-work__heading, .magic-faq__heading, .magic-final__copy, .magic-proof-layer__heading) {
  display: grid !important;
  gap: clamp(14px, 2vw, 22px) !important;
  justify-items: center !important;
  margin-inline: auto !important;
  max-width: 920px !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 :is(.magic-who__title, .magic-proof-layer__heading h2, .magic-services__heading h2, .magic-work__heading h2, .magic-faq__heading h2, .magic-final h2) {
  color: inherit !important;
  font-size: clamp(2.35rem, 4.7vw, 5.2rem) !important;
  letter-spacing: 0 !important;
  line-height: 0.96 !important;
  margin: 0 auto !important;
  max-width: 15ch !important;
  text-align: center !important;
  text-wrap: balance !important;
}

body.page-home .magic-home-v3 :is(.magic-who__copy, .magic-who__response, .magic-proof-layer__heading p:not(.magic-section__kicker), .magic-services__heading p, .magic-work__heading p, .magic-faq__heading p, .magic-final__lead) {
  color: color-mix(in srgb, currentColor, transparent 24%) !important;
  font-size: clamp(1rem, 1.24vw, 1.24rem) !important;
  font-weight: 640 !important;
  line-height: 1.58 !important;
  margin: 0 auto !important;
  max-width: 50rem !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 :is(.magic-section__kicker, .magic-proof-layer__eyebrow, .magic-service-card__eyebrow, .magic-work-card__type) {
  color: #65d8ff !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em !important;
  margin: 0 !important;
  text-transform: uppercase !important;
}

body.page-home .magic-home-v3 .magic-who__trust {
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin: clamp(10px, 3vw, 28px) auto 0 !important;
  max-width: 1120px !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-proof-layer__grid {
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin: clamp(32px, 5vw, 64px) auto !important;
  max-width: 1120px !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 :is(.magic-who__trust-card, .magic-service-card, .magic-final-form, .magic-final__owner) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07)) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 22px !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.16) !important;
  color: #f7fbff !important;
}

body.page-home .magic-home-v3 :is(.magic-proof-card, .magic-method-card, .magic-faq__item) {
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(7, 17, 31, 0.1) !important;
  border-radius: 14px !important;
  box-shadow: 0 24px 70px rgba(20, 92, 255, 0.08) !important;
  color: #07111f !important;
}

body.page-home .magic-home-v3 :is(.magic-who__trust-card, .magic-proof-card) {
  display: grid !important;
  gap: 12px !important;
  min-height: 170px !important;
  padding: clamp(20px, 2.6vw, 34px) !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 :is(.magic-proof-card span, .magic-who__trust-card span) {
  color: #145cff !important;
  font-weight: 900 !important;
}

body.page-home .magic-home-v3 .magic-proof-card em {
  align-self: end !important;
  color: #07111f !important;
  font-style: normal !important;
  font-weight: 900 !important;
  margin-top: 8px !important;
}

body.page-home .magic-home-v3 .magic-proof-layer__ledger {
  background: #061d2d !important;
  border: 0 !important;
  border-radius: 20px !important;
  box-shadow: 0 26px 80px rgba(6, 29, 45, 0.2) !important;
  color: #f7fbff !important;
  margin-inline: auto !important;
  max-width: 1120px !important;
}

body.page-home .magic-home-v3 .magic-services__track {
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  transform: none !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-service-card {
  display: grid !important;
  grid-template-rows: auto 1fr !important;
  overflow: hidden !important;
  padding: 0 !important;
}

body.page-home .magic-home-v3 .magic-service-card > img,
body.page-home .magic-home-v3 .magic-method-card > img {
  aspect-ratio: 16 / 10 !important;
  border-radius: 18px !important;
  height: auto !important;
  margin: 14px 14px 0 !important;
  max-height: 220px !important;
  object-fit: cover !important;
  width: calc(100% - 28px) !important;
}

body.page-home .magic-home-v3 :is(.magic-service-card__body, .magic-method-card) {
  display: grid !important;
  gap: 12px !important;
  padding: clamp(18px, 2.2vw, 28px) !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 :is(.magic-intro__cta, .magic-intro__secondary, .magic-who__primary, .magic-who__secondary, .magic-card-link, .magic-final__primary, .magic-final__actions a, .magic-final-form__actions button, .magic-project-form__actions button) {
  align-items: center !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  font-weight: 900 !important;
  justify-content: center !important;
  min-height: 54px !important;
  padding: 0 24px !important;
  text-decoration: none !important;
}

body.page-home .magic-home-v3 :is(.magic-intro__cta, .magic-who__primary, .magic-card-link, .magic-final__primary, .magic-final-form__actions button, .magic-project-form__actions button) {
  background: linear-gradient(135deg, #65d8ff, #19f5ba) !important;
  border: 0 !important;
  box-shadow: 0 18px 40px rgba(25, 245, 186, 0.18) !important;
  color: #030711 !important;
  cursor: pointer !important;
}

body.page-home .magic-home-v3 :is(.magic-intro__secondary, .magic-who__secondary, .magic-final__actions a:not(.magic-final__primary)) {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: #f7fbff !important;
}

body.page-home .magic-home-v3 .magic-final-form {
  padding: clamp(18px, 3vw, 34px) !important;
}

body.page-home .magic-home-v3 .magic-final-form__actions {
  display: grid !important;
  gap: 0 !important;
}

body.page-home .magic-home-v3 .magic-final-form__actions button {
  font-size: 1rem !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 :is(.magic-final-form .magic-talk-field input, .magic-final-form .magic-talk-field select, .magic-final-form .magic-talk-field textarea) {
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 16px !important;
  color: #07111f !important;
}

body.page-home .magic-home-v3 .magic-final__contact-note {
  align-items: center !important;
  color: rgba(247, 251, 255, 0.74) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: center !important;
  margin: 0 !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-final__contact-note a {
  color: #ffffff !important;
}

@media (prefers-reduced-motion: reduce) {
  body.page-home .magic-home-v3 :is(.magic-who, .magic-proof-layer, .magic-services, .magic-work--maquettes, .magic-method, .magic-faq, .magic-final) {
    animation: none !important;
  }
}

@media (max-width: 1120px) {
  body.page-home .magic-home-v3 .magic-final__grid {
    grid-template-columns: 1fr !important;
  }

  body.page-home .magic-home-v3 .magic-services__track,
  body.page-home .magic-home-v3 .magic-who__trust,
  body.page-home .magic-home-v3 .magic-proof-layer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.page-home .magic-home-v3 {
    --ww-final-gutter: 16px;
  }

  body.page-home .magic-home-v3 :is(.magic-who, .magic-proof-layer, .magic-services, .magic-work--maquettes, .magic-method, .magic-faq, .magic-final) {
    padding-block: 72px !important;
  }

  body.page-home .magic-home-v3 :is(.magic-who__title, .magic-proof-layer__heading h2, .magic-services__heading h2, .magic-work__heading h2, .magic-faq__heading h2, .magic-final h2) {
    font-size: clamp(2rem, 9vw, 3rem) !important;
    max-width: 12ch !important;
  }

  body.page-home .magic-home-v3 :is(.magic-services__track, .magic-who__trust, .magic-method__grid, .magic-proof-layer__grid) {
    grid-template-columns: 1fr !important;
  }

  body.page-home .magic-home-v3 :is(.magic-intro__actions, .magic-who__actions, .magic-final__actions) {
    display: grid !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 :is(.magic-intro__actions a, .magic-who__actions a, .magic-final__actions a) {
    width: 100% !important;
  }
}

/* Objective sizing repair: no artificial pinned height for the direct mockup grid. */
body.page-home .magic-home-v3 .magic-work--maquettes {
  height: auto !important;
  min-height: 0 !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__sticky,
body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__stage,
body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__viewport {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: auto !important;
  transform: none !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__sticky {
  display: grid !important;
  gap: clamp(30px, 5vw, 64px) !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail {
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  height: auto !important;
  transform: none !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card {
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: 1fr !important;
  height: auto !important;
  min-height: 0 !important;
  opacity: 1 !important;
  padding: clamp(16px, 2vw, 24px) !important;
  pointer-events: auto !important;
  transform: none !important;
  visibility: visible !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card__body {
  align-content: start !important;
  justify-items: center !important;
  order: 2 !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card > img {
  aspect-ratio: 16 / 10 !important;
  border-radius: 18px !important;
  display: block !important;
  height: auto !important;
  max-height: 260px !important;
  object-fit: cover !important;
  object-position: top center !important;
  order: 1 !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card h3 {
  font-size: clamp(1.35rem, 1.7vw, 1.95rem) !important;
  line-height: 1.04 !important;
  max-width: 14ch !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card p {
  -webkit-line-clamp: 3 !important;
  font-size: 0.98rem !important;
  line-height: 1.48 !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-view-btn {
  justify-self: center !important;
}

body.page-home .magic-home-v3 .magic-method {
  animation: ww-section-grid-drift 24s linear infinite !important;
  background:
    linear-gradient(to right, rgba(20, 92, 255, 0.055) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(20, 92, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 54%, #eef8ff 100%) !important;
  background-size: 72px 72px, 72px 72px, auto !important;
  color: #07111f !important;
}

@media (max-width: 1120px) {
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail {
    grid-template-columns: 1fr !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card > img {
    display: none !important;
  }
}

/* Objective hit-area repair: cards now live in the grid instead of stacked on one cell. */
body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail {
  grid-auto-flow: row !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card {
  grid-area: auto !important;
  inset: auto !important;
  position: relative !important;
}

/* Final CoachVisible button specificity lock. */
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-actions .btn.btn-secondary,
body.page-coachvisible.magic-scroll-active .coachvisible-next .btn.btn-secondary {
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(17, 141, 154, 0.24) !important;
  color: var(--cv-heading, #143b44) !important;
  box-shadow: 0 18px 44px rgba(31, 83, 96, 0.1) !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card .magic-concept-card__body button {
  background: linear-gradient(135deg, var(--cv-accent, #118d9a), var(--cv-mint, #2dbfa9)) !important;
  border-color: transparent !important;
  color: #f7fffb !important;
  box-shadow: 0 18px 44px rgba(17, 141, 154, 0.18) !important;
}

/* CoachVisible card readability and RDV alignment lock. */
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-benefit h2,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-card h3,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-panel h3,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-seo-panel h3,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-step h3,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card__body h3,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-tile__body h3 {
  color: var(--cv-heading, #143b44) !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-card p,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-benefit p,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-panel p,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-panel span,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-seo-panel p,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-seo-panel span,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-rdv .cv-next-step p,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card__body p,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-tile__body p {
  color: var(--cv-muted, rgba(38, 77, 85, 0.74)) !important;
  opacity: 1 !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-rdv .cv-next-step span,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card__body span,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-tile__body span {
  color: var(--cv-accent-strong, #0c7783) !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-rdv__steps {
  padding-top: clamp(56px, 6vw, 92px) !important;
}

@media (max-width: 860px) {
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-rdv__steps {
    padding-top: 0 !important;
  }
}

/* Final Work layout lock: the grid must define the section height. */
body.page-home .magic-home-v3 .magic-work--maquettes {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__sticky,
body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__stage,
body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__viewport {
  aspect-ratio: auto !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__sticky,
body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__stage {
  align-content: start !important;
  grid-template-rows: auto auto !important;
}

/* Launch polish: SEO link sections, subtle motion layers and stable project drawer. */
body.site-page .ww-seo-only-section,
body.site-page .ww-seo-only-section.is-visible,
body.site-page .ww-seo-only-section * {
  clip: rect(0 0 0 0) !important;
  clip-path: circle(0 at 50% 50%) !important;
  color: transparent !important;
  contain: strict !important;
  height: 100vh !important;
  inset: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  position: fixed !important;
  text-shadow: none !important;
  transition: none !important;
  visibility: hidden !important;
  white-space: nowrap !important;
  width: 100vw !important;
  z-index: -1 !important;
}

body.site-page :where(
  .magic-who,
  .magic-proof-layer,
  .ww-expertise-links,
  .magic-work--maquettes,
  .magic-services,
  .magic-faq,
  .magic-final,
  .cv-next-hero,
  .cv-next-strip,
  .cv-next-human,
  .cv-next-problem,
  .cv-next-signals,
  .cv-next-system,
  .cv-next-package,
  .cv-next-seo,
  .cv-next-fit,
  .cv-next-rdv,
  .cv-next-culture,
  .cv-next-visual,
  .cv-next-trust,
  .cv-next-form-section
) {
  isolation: isolate !important;
  overflow: clip !important;
  position: relative !important;
}

body.site-page :where(
  .magic-who,
  .magic-proof-layer,
  .ww-expertise-links,
  .magic-work--maquettes,
  .magic-services,
  .magic-faq,
  .magic-final,
  .cv-next-hero,
  .cv-next-strip,
  .cv-next-human,
  .cv-next-problem,
  .cv-next-signals,
  .cv-next-system,
  .cv-next-package,
  .cv-next-seo,
  .cv-next-fit,
  .cv-next-rdv,
  .cv-next-culture,
  .cv-next-visual,
  .cv-next-trust,
  .cv-next-form-section
) > :not(.ww-section-motion) {
  position: relative;
  z-index: 1;
}

.ww-section-motion {
  filter: saturate(1.18) contrast(1.04);
  height: 100% !important;
  inset: 0 !important;
  mix-blend-mode: screen;
  object-fit: cover !important;
  opacity: 0.07;
  pointer-events: none !important;
  position: absolute !important;
  transform: scale(1.03);
  width: 100% !important;
  z-index: 0 !important;
}

body.page-home .magic-home-v3 .ww-section-motion {
  opacity: 0.075;
}

body.page-home .magic-home-v3 :where(.magic-proof-layer, .magic-work--maquettes, .magic-faq) .ww-section-motion {
  mix-blend-mode: multiply;
  opacity: 0.045;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .ww-section-motion {
  mix-blend-mode: multiply;
  opacity: 0.05;
}

@media (prefers-reduced-motion: reduce) {
  .ww-section-motion {
    display: none !important;
  }
}

body.page-home .magic-home-v3 .ww-expertise-links--home {
  background:
    linear-gradient(90deg, rgba(101, 216, 255, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(25, 245, 186, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 18% 22%, rgba(101, 216, 255, 0.18), transparent 32rem),
    radial-gradient(circle at 86% 28%, rgba(25, 245, 186, 0.14), transparent 28rem),
    #050711 !important;
  background-size: 84px 84px, 84px 84px, auto, auto, auto !important;
  color: #f7fbff !important;
  padding: clamp(96px, 11vw, 170px) var(--ww-final-gutter) !important;
}

.ww-expertise-links__inner {
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  margin: 0 auto;
  max-width: min(1320px, calc(100vw - 32px));
  width: 100%;
}

.ww-expertise-links__heading {
  align-items: center;
  display: grid;
  gap: clamp(16px, 2vw, 26px);
  justify-items: center;
  text-align: center;
}

.ww-expertise-links__heading h2 {
  color: inherit;
  font-size: clamp(3rem, 6.2vw, 6.2rem);
  font-weight: 860;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0;
  max-width: min(100%, 13ch);
  text-align: center;
}

.ww-expertise-links__heading p:last-child {
  color: rgba(247, 251, 255, 0.74);
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  font-weight: 680;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 54rem;
  text-align: center;
}

.ww-expertise-links__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ww-expertise-link {
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: inherit;
  display: grid;
  gap: clamp(14px, 2vw, 24px);
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 104px;
  padding: clamp(16px, 2vw, 24px);
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.ww-expertise-link:hover {
  background: linear-gradient(135deg, rgba(101, 216, 255, 0.18), rgba(25, 245, 186, 0.1));
  border-color: rgba(101, 216, 255, 0.42);
  transform: translateY(-2px);
}

.ww-expertise-link__index,
.ww-expertise-link em {
  color: #65d8ff;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 880;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ww-expertise-link__body {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.ww-expertise-link strong {
  color: #ffffff;
  font-size: clamp(1.08rem, 1.55vw, 1.5rem);
  line-height: 1.05;
}

.ww-expertise-link small {
  color: rgba(247, 251, 255, 0.7);
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.45;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .ww-expertise-links--coach {
  background:
    radial-gradient(circle at 12% 18%, rgba(45, 191, 169, 0.16), transparent 28rem),
    radial-gradient(circle at 86% 22%, rgba(189, 123, 90, 0.12), transparent 26rem),
    linear-gradient(180deg, #f2fbfb 0%, #fffaf5 100%) !important;
  color: var(--cv-heading, #143b44) !important;
  padding: clamp(86px, 10vw, 150px) 0 !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .ww-expertise-links--coach .ww-expertise-links__heading p:last-child {
  color: var(--cv-muted, rgba(38, 77, 85, 0.74)) !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .ww-expertise-links--coach .ww-expertise-link {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 251, 250, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(45, 191, 169, 0.12), transparent 16rem) !important;
  border-color: var(--cv-line, rgba(26, 84, 96, 0.14)) !important;
  box-shadow: 0 24px 70px var(--cv-shadow, rgba(31, 83, 96, 0.12)) !important;
  color: var(--cv-heading, #143b44) !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .ww-expertise-links--coach .ww-expertise-link:hover {
  border-color: rgba(17, 141, 154, 0.34) !important;
  transform: translateY(-2px);
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .ww-expertise-links--coach .ww-expertise-link strong {
  color: var(--cv-heading, #143b44) !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .ww-expertise-links--coach .ww-expertise-link small {
  color: var(--cv-muted, rgba(38, 77, 85, 0.74)) !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .ww-expertise-links--coach .ww-expertise-link__index,
body.page-coachvisible.magic-scroll-active .coachvisible-next .ww-expertise-links--coach .ww-expertise-link em {
  color: var(--cv-accent-strong, #0c7783) !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes {
  min-height: 0 !important;
  overflow: clip !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading {
  align-items: center !important;
  grid-template-columns: minmax(0, 0.68fr) minmax(280px, 0.52fr) !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading h2 {
  font-size: clamp(3.2rem, 9vw, 8.4rem) !important;
  line-height: 0.92 !important;
  max-width: 8ch !important;
  overflow-wrap: normal !important;
  text-align: left !important;
  text-wrap: balance !important;
}

.magic-project-panel {
  align-items: center !important;
  justify-items: center !important;
  padding: clamp(16px, 3vw, 28px) !important;
}

.magic-project-panel__card {
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 24px !important;
  box-shadow: 0 40px 140px rgba(0, 0, 0, 0.48) !important;
  height: min(900px, calc(100svh - clamp(32px, 6vw, 56px))) !important;
  left: auto !important;
  max-width: none !important;
  overflow: hidden !important;
  padding: clamp(16px, 2vw, 28px) !important;
  position: relative !important;
  top: auto !important;
  transform: translate3d(0, 18px, 0) scale(0.985) !important;
  width: min(1500px, calc(100vw - clamp(32px, 6vw, 56px))) !important;
}

.magic-project-panel.is-open .magic-project-panel__card {
  transform: none !important;
}

.magic-project-panel__close {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 999px !important;
  color: #f7fbff !important;
  display: inline-flex !important;
  gap: 10px !important;
  left: auto !important;
  min-height: 42px !important;
  padding: 0 14px !important;
  position: absolute !important;
  right: clamp(14px, 2vw, 24px) !important;
  top: clamp(14px, 2vw, 24px) !important;
  width: auto !important;
  z-index: 5200 !important;
}

.magic-project-panel__close span:first-child {
  display: inline !important;
  font-size: 0.88rem !important;
  font-weight: 840 !important;
}

.magic-project-panel__close span:last-child {
  display: inline-block !important;
  flex: 0 0 16px !important;
  height: 16px !important;
  position: relative !important;
  width: 16px !important;
}

.magic-project-panel__layout {
  align-items: stretch !important;
  display: grid !important;
  gap: clamp(20px, 3vw, 44px) !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr) !important;
  height: 100% !important;
  margin-top: 0 !important;
  min-height: 0 !important;
  padding-top: 58px !important;
}

.magic-project-panel__mockup {
  align-items: stretch !important;
  border-radius: 18px !important;
  height: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

.magic-project-panel__mockup img,
.magic-project-panel__mockup iframe {
  border: 0 !important;
  display: block !important;
  height: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: top center !important;
  width: 100% !important;
}

.magic-project-panel__copy {
  align-content: start !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: auto !important;
  padding-right: 6px !important;
}

.magic-project-panel h2 {
  font-size: clamp(2.25rem, 4.2vw, 4.8rem) !important;
  line-height: 0.94 !important;
  max-width: 11ch !important;
}

@media (max-width: 980px) {
  .ww-expertise-links__heading,
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading {
    align-items: center !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .ww-expertise-links__heading h2,
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading h2 {
    max-width: 11ch !important;
    text-align: center !important;
  }

  .ww-expertise-links__grid {
    grid-template-columns: 1fr !important;
  }

  .magic-project-panel {
    align-items: stretch !important;
    padding: 12px !important;
  }

  .magic-project-panel__card {
    border-radius: 20px !important;
    height: calc(100svh - 24px) !important;
    overflow: auto !important;
    width: calc(100vw - 24px) !important;
  }

  .magic-project-panel__layout {
    grid-template-columns: 1fr !important;
    height: auto !important;
  }

  .magic-project-panel__mockup {
    height: min(46svh, 420px) !important;
  }

  .magic-project-panel__copy {
    height: auto !important;
    overflow: visible !important;
  }
}

@media (max-width: 640px) {
  .ww-expertise-links__inner {
    max-width: calc(100vw - 28px);
  }

  .ww-expertise-link {
    align-items: start;
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 0;
  }

  .ww-expertise-link em {
    grid-column: 2;
    justify-self: start;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading h2 {
    font-size: clamp(2.8rem, 14vw, 4.7rem) !important;
  }

  .magic-project-panel__close {
    min-height: 40px !important;
  }
}

/* Local expertise SEO blocks. */
body.page-home .magic-home-v3 .magic-local-expertise {
  background: #071220;
  color: #ffffff;
  min-height: 0 !important;
  overflow: hidden;
  padding-block: clamp(72px, 9vw, 136px);
  position: relative;
}

body.page-home .magic-home-v3 .magic-local-expertise__inner {
  margin-inline: auto;
  max-width: min(1440px, calc(100vw - (var(--ww-gutter, 24px) * 2)));
}

body.page-home .magic-home-v3 .magic-local-expertise__heading {
  align-items: end;
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.62fr);
  margin-bottom: clamp(32px, 5vw, 64px);
}

body.page-home .magic-home-v3 .magic-local-expertise__heading h2 {
  color: #ffffff;
  font-size: clamp(2.35rem, 5vw, 5.2rem);
  line-height: 0.95;
  margin: 0;
  max-width: 13ch;
}

body.page-home .magic-home-v3 .magic-local-expertise__heading p:not(.magic-section__kicker) {
  color: rgba(232, 244, 255, 0.74);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.64;
  margin: 0;
}

body.page-home .magic-home-v3 .magic-local-expertise__grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.page-home .magic-home-v3 .magic-local-expertise-card {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: inherit;
  display: grid;
  gap: 14px;
  min-height: 244px;
  padding: clamp(20px, 2vw, 28px);
  position: relative;
  text-decoration: none;
  transition: background var(--transition-normal), border-color var(--transition-normal), transform var(--transition-normal);
}

body.page-home .magic-home-v3 .magic-local-expertise-card::before {
  background: var(--expertise-accent, #65d8ff);
  content: "";
  height: 3px;
  inset: 0 0 auto;
  position: absolute;
}

body.page-home .magic-home-v3 .magic-local-expertise-card:nth-child(3n + 1) {
  --expertise-accent: #65d8ff;
}

body.page-home .magic-home-v3 .magic-local-expertise-card:nth-child(3n + 2) {
  --expertise-accent: #20d6b3;
}

body.page-home .magic-home-v3 .magic-local-expertise-card:nth-child(3n) {
  --expertise-accent: #ff684d;
}

body.page-home .magic-home-v3 .magic-local-expertise-card:hover,
body.page-home .magic-home-v3 .magic-local-expertise-card:focus-visible {
  background: rgba(255, 255, 255, 0.095);
  border-color: rgba(255, 255, 255, 0.28);
  outline: 0;
  transform: translateY(-4px);
}

body.page-home .magic-home-v3 .magic-local-expertise-card__number,
body.page-home .magic-home-v3 .magic-local-expertise-card__type {
  color: rgba(232, 244, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

body.page-home .magic-home-v3 .magic-local-expertise-card__type {
  color: var(--expertise-accent, #65d8ff);
}

body.page-home .magic-home-v3 .magic-local-expertise-card strong {
  color: #ffffff;
  font-size: clamp(1.18rem, 1.7vw, 1.6rem);
  line-height: 1.05;
}

body.page-home .magic-home-v3 .magic-local-expertise-card p {
  color: rgba(232, 244, 255, 0.72);
  font-size: 0.96rem;
  line-height: 1.55;
  margin: 0;
}

body.page-home .magic-home-v3 .magic-local-expertise-card em {
  align-self: end;
  color: #ffffff;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 800;
}

body.page-home .magic-home-v3 .magic-local-expertise-card em::after {
  content: " ->";
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-expertise {
  background: linear-gradient(180deg, rgba(244, 253, 255, 0.88), #ffffff);
  border-block: 1px solid var(--cv-line, rgba(9, 41, 65, 0.12));
  padding-block: clamp(4.5rem, 8vw, 8rem);
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-expertise__grid {
  display: grid;
  gap: clamp(0.9rem, 1.8vw, 1.25rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-expertise-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--cv-line, rgba(9, 41, 65, 0.12));
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(17, 61, 90, 0.1);
  color: var(--cv-heading, #143b44);
  display: grid;
  gap: 0.75rem;
  min-height: 218px;
  padding: clamp(1.2rem, 2vw, 1.6rem);
  text-decoration: none;
  transition: border-color var(--transition-normal), transform var(--transition-normal), box-shadow var(--transition-normal);
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-expertise-card:hover,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-expertise-card:focus-visible {
  border-color: rgba(17, 141, 154, 0.32);
  box-shadow: 0 28px 68px rgba(17, 61, 90, 0.16);
  outline: 0;
  transform: translateY(-4px);
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-expertise-card span,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-expertise-card em {
  color: var(--cv-accent-strong, #0c7783);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-expertise-card strong {
  color: var(--cv-heading, #143b44);
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  line-height: 1.08;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-expertise-card p {
  color: var(--cv-muted, rgba(38, 77, 85, 0.74));
  line-height: 1.55;
  margin: 0;
}

.local-service-page .local-service-proof {
  padding-top: 0;
}

.local-service-grid,
.local-service-steps,
.local-service-link-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.local-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.local-service-panel,
.local-service-step,
.local-service-check,
.local-service-link {
  border-radius: 8px;
}

.local-service-panel {
  background: #ffffff;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
  display: grid;
  gap: 1rem;
  padding: clamp(1.3rem, 2.4vw, 1.9rem);
}

.local-service-panel--dark {
  background: #071220;
  border-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.local-service-panel > span {
  color: var(--color-accent);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.local-service-panel--dark > span {
  color: #65d8ff;
}

.local-service-panel ul,
.local-service-checks {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.local-service-panel li {
  color: inherit;
  line-height: 1.5;
  opacity: 0.86;
}

.local-service-split {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
}

.local-service-split__copy {
  max-width: 42rem;
}

.local-service-split__copy h2 {
  font-size: clamp(2.2rem, 4.5vw, 4.6rem);
  line-height: 0.98;
  margin: 0 0 1rem;
}

.local-service-split__copy p {
  color: var(--color-muted);
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.65;
}

.local-service-check {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--color-border);
  display: grid;
  gap: 1rem;
  grid-template-columns: auto minmax(0, 1fr);
  padding: clamp(1rem, 2vw, 1.4rem);
}

.local-service-check span,
.local-service-step span {
  color: var(--color-accent);
  font-size: 0.82rem;
  font-weight: 850;
}

.local-service-check p {
  line-height: 1.5;
  margin: 0;
}

.local-service-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.local-service-step {
  background: #ffffff;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
  min-height: 190px;
  padding: clamp(1.2rem, 2vw, 1.6rem);
}

.local-service-step h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.08;
  margin: 1rem 0 0.7rem;
}

.local-service-step p {
  color: var(--color-muted);
  line-height: 1.55;
  margin: 0;
}

.local-service-link-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.local-service-link {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  display: grid;
  gap: 0.75rem;
  min-height: 160px;
  padding: clamp(1.2rem, 2vw, 1.55rem);
  text-decoration: none;
  transition: background var(--transition-normal), border-color var(--transition-normal), transform var(--transition-normal);
}

.local-service-link:hover,
.local-service-link:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  outline: 0;
  transform: translateY(-3px);
}

.local-service-link strong {
  color: #ffffff;
  font-size: 1.08rem;
}

.local-service-link span {
  color: rgba(232, 244, 255, 0.72);
  line-height: 1.55;
}

.local-service-faq .home-section-action {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

@media (max-width: 1180px) {
  body.page-home .magic-home-v3 .magic-local-expertise__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-expertise__grid,
  .local-service-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  body.page-home .magic-home-v3 .magic-local-expertise__heading,
  .local-service-split {
    grid-template-columns: 1fr;
  }

  body.page-home .magic-home-v3 .magic-local-expertise__heading h2 {
    max-width: 100%;
  }

  .local-service-grid,
  .local-service-link-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.page-home .magic-home-v3 .magic-local-expertise {
    padding-block: clamp(56px, 16vw, 92px);
  }

  body.page-home .magic-home-v3 .magic-local-expertise__grid,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-expertise__grid,
  .local-service-steps {
    grid-template-columns: 1fr;
  }

  body.page-home .magic-home-v3 .magic-local-expertise-card,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-expertise-card {
    min-height: 0;
  }
}

/* CoachVisible packaged-offer rebuild: scoped final layer. */
body.page-coachvisible {
  --cv-ink: #0d2227;
  --cv-heading: #0b2b31;
  --cv-muted: rgba(24, 52, 58, 0.72);
  --cv-line: rgba(13, 61, 69, 0.14);
  --cv-panel: rgba(255, 255, 255, 0.92);
  --cv-soft: #f3fbfb;
  --cv-sage: #6f8878;
  --cv-accent: #0f7e8a;
  --cv-accent-strong: #0a636d;
  --cv-mint: #36bfa5;
  --cv-copper: #b9795a;
  --cv-shadow: rgba(24, 72, 82, 0.12);
  background: #f6fbfb !important;
  color: var(--cv-ink) !important;
}

body.page-coachvisible .site-main,
body.page-coachvisible .coachvisible-next {
  overflow-x: clip !important;
}

body.page-coachvisible .coachvisible-next,
body.page-coachvisible.magic-scroll-active .coachvisible-next {
  background:
    radial-gradient(circle at 12% 8%, rgba(54, 191, 165, 0.16), transparent 24rem),
    radial-gradient(circle at 88% 14%, rgba(185, 121, 90, 0.12), transparent 23rem),
    linear-gradient(180deg, #f7fcfc 0%, #ffffff 44%, #f1f9f8 100%) !important;
  color: var(--cv-ink) !important;
  isolation: isolate;
}

body.page-coachvisible .magic-header__left {
  gap: clamp(16px, 2vw, 24px) !important;
}

body.page-coachvisible .magic-header {
  z-index: 720 !important;
}

body.page-coachvisible .magic-talk {
  min-width: 0 !important;
  white-space: nowrap;
}

body.page-coachvisible :where(.ww-seo-only-section, .magic-concepts--coach, .magic-asset-showcase--coach, [data-magic-guide]) {
  display: none !important;
}

body.page-coachvisible .coachvisible-next :where(h1, h2, h3, h4, strong, label),
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(h1, h2, h3, h4, strong, label) {
  color: var(--cv-heading) !important;
  letter-spacing: 0 !important;
  overflow-wrap: normal !important;
  text-wrap: balance;
  word-break: normal !important;
}

body.page-coachvisible .coachvisible-next :where(p, li, span),
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(p, li, span) {
  color: var(--cv-muted) !important;
}

body.page-coachvisible .cv-next-hero,
body.page-coachvisible .cv-next-strip,
body.page-coachvisible .cv-next-problem,
body.page-coachvisible .cv-next-signals,
body.page-coachvisible .cv-next-system,
body.page-coachvisible .cv-next-package,
body.page-coachvisible .cv-next-seo,
body.page-coachvisible .cv-next-fit,
body.page-coachvisible .cv-next-culture,
body.page-coachvisible .cv-next-visual,
body.page-coachvisible .cv-next-method,
body.page-coachvisible .cv-next-trust,
body.page-coachvisible .cv-next-form-section {
  padding-block: 6rem !important;
  scroll-margin-top: calc(var(--magic-header-h, 84px) + 28px);
}

body.page-coachvisible .cv-next-hero {
  min-height: auto !important;
  padding-top: calc(var(--magic-header-h, 84px) + 3.5rem) !important;
}

body.page-coachvisible .cv-next-hero__grid,
body.page-coachvisible .cv-next-split,
body.page-coachvisible .cv-next-fit__grid,
body.page-coachvisible .cv-next-rdv__grid,
body.page-coachvisible .cv-next-method__grid,
body.page-coachvisible .cv-next-form-grid {
  align-items: center !important;
  display: grid !important;
  gap: 3.5rem !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr) !important;
}

body.page-coachvisible .cv-next-split--reverse {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.92fr) !important;
}

body.page-coachvisible .cv-next-hero__copy,
body.page-coachvisible .cv-next-split__copy,
body.page-coachvisible .cv-next-rdv__copy,
body.page-coachvisible .cv-next-form-copy,
body.page-coachvisible.magic-scroll-active .cv-next-human__copy,
body.page-coachvisible.magic-scroll-active .cv-next-rdv__copy,
body.page-coachvisible.magic-scroll-active .cv-next-form-copy {
  max-width: 44rem !important;
  text-align: left !important;
}

body.page-coachvisible .cv-next-brand-lockup,
body.page-coachvisible.magic-scroll-active .cv-next-brand-lockup {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin-bottom: 1rem !important;
  padding: 0 !important;
  width: 8.5rem !important;
}

body.page-coachvisible .cv-next-brand-lockup img,
body.page-coachvisible.magic-scroll-active .cv-next-brand-lockup img {
  display: block !important;
  height: auto !important;
  max-width: 100% !important;
  width: 8.5rem !important;
}

body.page-coachvisible .cv-next-eyebrow,
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-eyebrow),
body.page-coachvisible.magic-scroll-active .cv-next-step span {
  color: var(--cv-accent-strong) !important;
  font-size: 0.82rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.08em !important;
  margin: 0 0 0.9rem !important;
  text-transform: uppercase !important;
}

body.page-coachvisible .cv-next-hero h1,
body.page-coachvisible.magic-scroll-active .cv-next-hero h1 {
  color: var(--cv-heading) !important;
  font-size: clamp(3.15rem, 4.6vw, 4.15rem) !important;
  line-height: 1.02 !important;
  margin: 0 !important;
  max-width: 15.5ch !important;
}

body.page-coachvisible .cv-next-heading h2,
body.page-coachvisible .cv-next-split__copy h2,
body.page-coachvisible .cv-next-rdv__copy h2,
body.page-coachvisible .cv-next-form-copy h2,
body.page-coachvisible .cv-next-faq__copy h2,
body.page-coachvisible.magic-scroll-active .cv-next-heading h2,
body.page-coachvisible.magic-scroll-active .cv-next-human__copy h2,
body.page-coachvisible.magic-scroll-active .cv-next-rdv__copy h2,
body.page-coachvisible.magic-scroll-active .cv-next-form-copy h2 {
  color: var(--cv-heading) !important;
  font-size: 3.15rem !important;
  line-height: 1.04 !important;
  margin: 0 !important;
  max-width: 18ch !important;
  text-align: inherit !important;
}

body.page-coachvisible .cv-next-heading,
body.page-coachvisible.magic-scroll-active .cv-next-heading {
  align-items: start !important;
  display: grid !important;
  gap: 0.9rem !important;
  justify-items: start !important;
  margin-bottom: 2rem !important;
  max-width: 58rem !important;
  text-align: left !important;
}

body.page-coachvisible .cv-next-heading--compact {
  max-width: 42rem !important;
}

body.page-coachvisible .cv-next-lead,
body.page-coachvisible .cv-next-short,
body.page-coachvisible .cv-next-heading > p:not(.cv-next-eyebrow),
body.page-coachvisible .cv-next-split__copy p,
body.page-coachvisible .cv-next-rdv__copy p,
body.page-coachvisible .cv-next-form-copy p {
  color: var(--cv-muted) !important;
  font-size: 1.08rem !important;
  line-height: 1.68 !important;
  margin: 1.1rem 0 0 !important;
}

body.page-coachvisible .cv-next-short {
  color: var(--cv-heading) !important;
  font-weight: 780 !important;
}

body.page-coachvisible .cv-next-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.55rem !important;
  margin-top: 1.4rem !important;
}

body.page-coachvisible .cv-next-tags span,
body.page-coachvisible .cv-next-form-hints span {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.86) !important;
  border: 1px solid var(--cv-line) !important;
  border-radius: 999px !important;
  color: var(--cv-heading) !important;
  display: inline-flex !important;
  font-size: 0.9rem !important;
  font-weight: 760 !important;
  min-height: 2.15rem !important;
  padding: 0 0.85rem !important;
}

body.page-coachvisible .cv-next-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.85rem !important;
  margin-top: 1.8rem !important;
}

body.page-coachvisible .coachvisible-next .btn,
body.page-coachvisible.magic-scroll-active .coachvisible-next .btn {
  border-radius: 999px !important;
  font-size: 0.96rem !important;
  font-weight: 850 !important;
  min-height: 3.25rem !important;
  padding-inline: 1.25rem !important;
}

body.page-coachvisible .coachvisible-next .btn-primary,
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.btn-primary) {
  background: linear-gradient(135deg, var(--cv-accent), var(--cv-mint)) !important;
  border-color: transparent !important;
  color: #f7fffb !important;
}

body.page-coachvisible .coachvisible-next .btn-secondary,
body.page-coachvisible.magic-scroll-active .coachvisible-next .btn.btn-secondary {
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: var(--cv-line) !important;
  color: var(--cv-heading) !important;
}

body.page-coachvisible .cv-next-hero__visual,
body.page-coachvisible.magic-scroll-active .cv-next-hero__visual {
  max-width: 100% !important;
  overflow: visible !important;
  position: relative !important;
}

body.page-coachvisible .cv-next-hero__visual::before,
body.page-coachvisible.magic-scroll-active .cv-next-hero__visual::before {
  display: none !important;
}

body.page-coachvisible .cv-next-hero__visual > img,
body.page-coachvisible .cv-next-split__media img,
body.page-coachvisible .cv-next-inline-media,
body.page-coachvisible .cv-next-card__media,
body.page-coachvisible.magic-scroll-active .cv-next-hero__visual > img:not(.cv-next-hero__mood),
body.page-coachvisible.magic-scroll-active .cv-next-card__media {
  aspect-ratio: 4 / 3 !important;
  border: 1px solid var(--cv-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 24px 70px var(--cv-shadow) !important;
  display: block !important;
  height: auto !important;
  max-height: 560px !important;
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
}

body.page-coachvisible .cv-next-hero__visual > img {
  aspect-ratio: 4 / 5 !important;
  max-height: 560px !important;
}

body.page-coachvisible .cv-next-hero__visual > img.cv-next-hero-generated,
body.page-coachvisible.magic-scroll-active .cv-next-hero__visual > img.cv-next-hero-generated {
  object-position: center top !important;
}

body.page-coachvisible .cv-next-inline-media {
  margin-top: 1.5rem !important;
  max-height: 360px !important;
}

body.page-coachvisible .cv-next-score,
body.page-coachvisible.magic-scroll-active .cv-next-score {
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid var(--cv-line) !important;
  border-radius: 8px !important;
  bottom: 1.1rem !important;
  box-shadow: 0 18px 50px var(--cv-shadow) !important;
  left: 1.1rem !important;
  max-width: min(76%, 19rem) !important;
  padding: 1rem !important;
  position: absolute !important;
  z-index: 4 !important;
}

body.page-coachvisible .cv-next-score span,
body.page-coachvisible.magic-scroll-active .cv-next-score span {
  color: var(--cv-accent-strong) !important;
  font-size: 1.65rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.page-coachvisible .cv-next-score strong {
  color: var(--cv-heading) !important;
  font-size: 0.88rem !important;
}

body.page-coachvisible .cv-next-card-grid,
body.page-coachvisible .cv-next-strip__grid,
body.page-coachvisible .cv-next-rdv__steps,
body.page-coachvisible .cv-next-steps,
body.page-coachvisible.magic-scroll-active .cv-next-strip__grid,
body.page-coachvisible.magic-scroll-active .cv-next-signal-grid,
body.page-coachvisible.magic-scroll-active .cv-next-steps {
  display: grid !important;
  gap: 1rem !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.page-coachvisible .cv-next-card-grid--included {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.page-coachvisible .cv-next-card-grid--visual {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.page-coachvisible .cv-next-rdv__steps,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-rdv__steps {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.page-coachvisible .cv-next-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.page-coachvisible .cv-next-benefit,
body.page-coachvisible .cv-next-card,
body.page-coachvisible .cv-next-step,
body.page-coachvisible .cv-next-panel,
body.page-coachvisible .cv-next-form,
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-benefit, .cv-next-card, .cv-next-panel, .cv-next-seo-panel, .cv-next-form),
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-step {
  background: var(--cv-panel) !important;
  border: 1px solid var(--cv-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 54px var(--cv-shadow) !important;
  color: var(--cv-ink) !important;
  min-height: 0 !important;
  padding: 1.35rem !important;
}

body.page-coachvisible .cv-next-card--visual {
  padding: 0.75rem !important;
}

body.page-coachvisible .cv-next-card--visual h3,
body.page-coachvisible .cv-next-card--visual p {
  padding-inline: 0.35rem !important;
}

body.page-coachvisible .cv-next-card--numbered > span,
body.page-coachvisible .cv-next-step > span {
  color: var(--cv-accent-strong) !important;
  font-size: 0.8rem !important;
  font-weight: 900 !important;
}

body.page-coachvisible .cv-next-benefit h3,
body.page-coachvisible .cv-next-card h3,
body.page-coachvisible .cv-next-step h3,
body.page-coachvisible .cv-next-panel h3,
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-benefit h3, .cv-next-benefit h2, .cv-next-card h3, .cv-next-panel h3, .cv-next-step h3) {
  color: var(--cv-heading) !important;
  font-size: 1.28rem !important;
  line-height: 1.12 !important;
  margin: 0 0 0.72rem !important;
}

body.page-coachvisible .cv-next-benefit p,
body.page-coachvisible .cv-next-card p,
body.page-coachvisible .cv-next-step p,
body.page-coachvisible .cv-next-panel p,
body.page-coachvisible .cv-next-panel span,
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-card p, .cv-next-benefit p, .cv-next-panel p, .cv-next-panel span, .cv-next-rdv .cv-next-step p) {
  color: var(--cv-muted) !important;
  font-size: 0.98rem !important;
  line-height: 1.58 !important;
  margin: 0 !important;
  opacity: 1 !important;
}

body.page-coachvisible .cv-next-panel ul {
  display: grid !important;
  gap: 0.9rem !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-coachvisible .cv-next-panel li {
  display: grid !important;
  gap: 0.22rem !important;
}

body.page-coachvisible .cv-next-note {
  border-top: 1px solid var(--cv-line) !important;
  margin-top: 1.2rem !important;
  padding-top: 1rem !important;
}

body.page-coachvisible .cv-next-problem,
body.page-coachvisible .cv-next-package,
body.page-coachvisible .cv-next-culture,
body.page-coachvisible .cv-next-form-section {
  background: rgba(255, 255, 255, 0.54) !important;
  border-block: 1px solid var(--cv-line) !important;
}

body.page-coachvisible .cv-next-system,
body.page-coachvisible .cv-next-seo,
body.page-coachvisible .cv-next-visual {
  background: #ffffff !important;
}

body.page-coachvisible .cv-next-method,
body.page-coachvisible.magic-scroll-active .cv-next-method {
  background:
    radial-gradient(circle at 78% 12%, rgba(54, 191, 165, 0.18), transparent 24rem),
    linear-gradient(135deg, #102e34 0%, #173f48 60%, #214f4a 100%) !important;
}

body.page-coachvisible .cv-next-method :where(h2, h3, p, span),
body.page-coachvisible.magic-scroll-active .cv-next-method :where(h2, h3, p, span) {
  color: rgba(244, 255, 251, 0.82) !important;
}

body.page-coachvisible .cv-next-method :where(h2, h3),
body.page-coachvisible.magic-scroll-active .cv-next-method :where(h2, h3) {
  color: #f7fffb !important;
}

body.page-coachvisible .cv-next-method .cv-next-eyebrow,
body.page-coachvisible .cv-next-method .cv-next-step span,
body.page-coachvisible.magic-scroll-active .cv-next-method .cv-next-eyebrow,
body.page-coachvisible.magic-scroll-active .cv-next-method .cv-next-step span {
  color: #8de5cf !important;
}

body.page-coachvisible .cv-next-method .cv-next-step,
body.page-coachvisible.magic-scroll-active .cv-next-method .cv-next-step {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055)) !important;
  border-color: rgba(185, 244, 231, 0.18) !important;
  box-shadow: 0 22px 58px rgba(10, 34, 39, 0.24) !important;
}

body.page-coachvisible .cv-next-faq {
  display: grid !important;
  gap: 2rem !important;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr) !important;
  margin-top: 3rem !important;
}

body.page-coachvisible .cv-next-faq__copy h2 {
  font-size: 2.35rem !important;
}

body.page-coachvisible .cv-next-faq .faq {
  min-width: 0 !important;
}

body.page-coachvisible .cv-next-faq .faq-item {
  border-color: var(--cv-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 42px var(--cv-shadow) !important;
}

body.page-coachvisible .cv-next-form {
  display: grid !important;
  gap: 1.15rem !important;
  padding: 1.35rem !important;
}

body.page-coachvisible .cv-next-form__grid {
  display: grid !important;
  gap: 1rem !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.page-coachvisible .cv-next-form .field--full,
body.page-coachvisible .cv-next-form .cv-next-consent,
body.page-coachvisible .cv-next-form button {
  grid-column: 1 / -1 !important;
}

body.page-coachvisible .cv-next-form .input,
body.page-coachvisible .cv-next-form .textarea {
  background: #f8fdfd !important;
  border-color: rgba(13, 61, 69, 0.2) !important;
  color: var(--cv-ink) !important;
}

body.page-coachvisible .cv-next-form-hints {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.55rem !important;
  grid-column: 1 / -1 !important;
}

body.page-coachvisible .cv-next-consent {
  align-items: flex-start !important;
  display: flex !important;
  gap: 0.7rem !important;
}

body.page-coachvisible .cv-next-consent a {
  color: var(--cv-accent-strong) !important;
  font-weight: 800 !important;
}

body.page-coachvisible.cv-form-open {
  overflow: hidden !important;
}

body.page-coachvisible .cv-next-form-backdrop,
body.page-coachvisible .cv-next-form-close {
  display: none;
}

body.page-coachvisible .cv-next-form-section.is-popup-open {
  align-items: center !important;
  background: transparent !important;
  display: grid !important;
  inset: 0 !important;
  overflow-y: auto !important;
  padding: 1.25rem !important;
  position: fixed !important;
  z-index: 920 !important;
}

body.page-coachvisible .cv-next-form-section.is-popup-open .cv-next-form-backdrop {
  background: rgba(6, 18, 24, 0.72) !important;
  backdrop-filter: blur(14px);
  border: 0 !important;
  display: block !important;
  inset: 0 !important;
  position: fixed !important;
  z-index: -1 !important;
}

body.page-coachvisible .cv-next-form-section.is-popup-open .cv-next-form-grid {
  background: #f8fdfd !important;
  border: 1px solid var(--cv-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 34px 120px rgba(5, 22, 36, 0.34) !important;
  max-height: min(90svh, 900px) !important;
  overflow-y: auto !important;
  padding: 1.5rem !important;
  position: relative !important;
  width: min(100%, 1120px) !important;
}

body.page-coachvisible .cv-next-form-section.is-popup-open .cv-next-form-close {
  align-items: center !important;
  appearance: none !important;
  background: var(--cv-heading) !important;
  border: 1px solid var(--cv-line) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font: inherit !important;
  font-size: 0.9rem !important;
  font-weight: 850 !important;
  gap: 0.7rem !important;
  grid-column: 1 / -1 !important;
  justify-self: end !important;
  min-height: 2.85rem !important;
  padding: 0 0.95rem 0 1.1rem !important;
}

@media (max-width: 1180px) {
  body.page-coachvisible .cv-next-hero h1,
  body.page-coachvisible.magic-scroll-active .cv-next-hero h1 {
    font-size: 3.1rem !important;
  }

  body.page-coachvisible .cv-next-heading h2,
  body.page-coachvisible .cv-next-split__copy h2,
  body.page-coachvisible .cv-next-rdv__copy h2,
  body.page-coachvisible .cv-next-form-copy h2,
  body.page-coachvisible.magic-scroll-active .cv-next-heading h2,
  body.page-coachvisible.magic-scroll-active .cv-next-rdv__copy h2,
  body.page-coachvisible.magic-scroll-active .cv-next-form-copy h2 {
    font-size: 2.65rem !important;
  }

  body.page-coachvisible .cv-next-card-grid,
  body.page-coachvisible .cv-next-strip__grid,
  body.page-coachvisible .cv-next-card-grid--included,
  body.page-coachvisible .cv-next-card-grid--visual,
  body.page-coachvisible.magic-scroll-active .cv-next-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 920px) {
  body.page-coachvisible .cv-next-hero__grid,
  body.page-coachvisible .cv-next-split,
  body.page-coachvisible .cv-next-split--reverse,
  body.page-coachvisible .cv-next-fit__grid,
  body.page-coachvisible .cv-next-rdv__grid,
  body.page-coachvisible .cv-next-method__grid,
  body.page-coachvisible .cv-next-form-grid,
  body.page-coachvisible .cv-next-faq {
    grid-template-columns: 1fr !important;
  }

  body.page-coachvisible .cv-next-hero__copy,
  body.page-coachvisible .cv-next-split__copy,
  body.page-coachvisible .cv-next-rdv__copy,
  body.page-coachvisible .cv-next-form-copy,
  body.page-coachvisible .cv-next-heading,
  body.page-coachvisible.magic-scroll-active .cv-next-heading {
    justify-items: start !important;
    margin-inline: 0 !important;
    max-width: 100% !important;
    text-align: left !important;
  }

  body.page-coachvisible .cv-next-fit__lists,
  body.page-coachvisible .cv-next-rdv__steps,
  body.page-coachvisible .cv-next-steps,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-rdv__steps {
    grid-template-columns: 1fr !important;
  }

  body.page-coachvisible .cv-next-hero__visual {
    max-width: min(100%, 32rem) !important;
  }
}

@media (max-width: 640px) {
  body.page-coachvisible .cv-next-hero,
  body.page-coachvisible .cv-next-strip,
  body.page-coachvisible .cv-next-problem,
  body.page-coachvisible .cv-next-signals,
  body.page-coachvisible .cv-next-system,
  body.page-coachvisible .cv-next-package,
  body.page-coachvisible .cv-next-seo,
  body.page-coachvisible .cv-next-fit,
  body.page-coachvisible .cv-next-culture,
  body.page-coachvisible .cv-next-visual,
  body.page-coachvisible .cv-next-method,
  body.page-coachvisible .cv-next-trust,
  body.page-coachvisible .cv-next-form-section {
    padding-block: 4rem !important;
  }

  body.page-coachvisible .cv-next-hero {
    padding-top: calc(var(--magic-header-h, 72px) + 2.25rem) !important;
  }

  body.page-coachvisible .cv-next-hero h1,
  body.page-coachvisible.magic-scroll-active .cv-next-hero h1 {
    font-size: 2.55rem !important;
    max-width: 100% !important;
  }

  body.page-coachvisible .cv-next-heading h2,
  body.page-coachvisible .cv-next-split__copy h2,
  body.page-coachvisible .cv-next-rdv__copy h2,
  body.page-coachvisible .cv-next-form-copy h2,
  body.page-coachvisible .cv-next-faq__copy h2,
  body.page-coachvisible.magic-scroll-active .cv-next-heading h2,
  body.page-coachvisible.magic-scroll-active .cv-next-rdv__copy h2,
  body.page-coachvisible.magic-scroll-active .cv-next-form-copy h2 {
    font-size: 2.05rem !important;
    max-width: 100% !important;
    text-align: left !important;
  }

  body.page-coachvisible .cv-next-lead,
  body.page-coachvisible .cv-next-short,
  body.page-coachvisible .cv-next-heading > p:not(.cv-next-eyebrow),
  body.page-coachvisible .cv-next-split__copy p,
  body.page-coachvisible .cv-next-rdv__copy p,
  body.page-coachvisible .cv-next-form-copy p {
    font-size: 1rem !important;
  }

  body.page-coachvisible .cv-next-card-grid,
  body.page-coachvisible .cv-next-strip__grid,
  body.page-coachvisible .cv-next-card-grid--included,
  body.page-coachvisible .cv-next-card-grid--visual,
  body.page-coachvisible .cv-next-form__grid,
  body.page-coachvisible.magic-scroll-active .cv-next-strip__grid {
    grid-template-columns: 1fr !important;
  }

  body.page-coachvisible .cv-next-actions {
    display: grid !important;
  }

  body.page-coachvisible .coachvisible-next .btn,
  body.page-coachvisible .cv-next-form button {
    justify-content: center !important;
    width: 100% !important;
  }

  body.page-coachvisible .cv-next-score {
    inset: auto 0.75rem 0.75rem 0.75rem !important;
    max-width: none !important;
  }

  body.page-coachvisible .cv-next-form-section.is-popup-open {
    align-items: end !important;
    padding: 0.75rem !important;
  }

  body.page-coachvisible .cv-next-form-section.is-popup-open .cv-next-form-grid {
    max-height: 92svh !important;
    padding: 1rem !important;
  }
}

/* Continuous motion background: one page-wide layer instead of repeated section slices. */
body.page-coachvisible {
  background:
    radial-gradient(circle at 16% 12%, rgba(45, 191, 169, 0.18), transparent 34rem),
    radial-gradient(circle at 86% 22%, rgba(101, 216, 255, 0.16), transparent 36rem),
    linear-gradient(180deg, #eef8fb 0%, #f7fcfb 46%, #eef8f6 100%) !important;
}

body.page-coachvisible::before {
  background:
    url("/assets/images/coachvisible-soft-panels.svg") left -9rem top 6rem / min(34rem, 36vw) auto no-repeat,
    url("/assets/images/coachvisible-soft-panels.svg") right -8rem top 34rem / min(30rem, 32vw) auto no-repeat,
    url("/assets/images/coachvisible-soft-panels.svg") left 8vw bottom -5rem / min(36rem, 38vw) auto no-repeat,
    radial-gradient(circle at 18% 42%, rgba(45, 191, 169, 0.18), transparent 32rem),
    radial-gradient(circle at 78% 58%, rgba(189, 123, 90, 0.11), transparent 34rem),
    linear-gradient(115deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
  content: "";
  filter: saturate(1.05);
  inset: -8vh -8vw;
  opacity: 0.68;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

body.page-coachvisible .site-shell {
  background: transparent !important;
  isolation: isolate;
  position: relative;
  z-index: 1;
}

body.site-page .ww-page-motion {
  filter: saturate(1.18) contrast(1.03);
  height: 100svh !important;
  inset: 0 !important;
  mix-blend-mode: multiply;
  object-fit: cover !important;
  opacity: 0.035;
  pointer-events: none !important;
  position: fixed !important;
  transform: scale(1.04);
  width: 100vw !important;
  z-index: 0 !important;
}

body.page-home .magic-home-v3 > :not(.ww-page-motion),
body.page-coachvisible .coachvisible-next > :not(.ww-page-motion) {
  position: relative;
  z-index: 1;
}

body.site-page .ww-section-motion {
  display: none !important;
}

body.page-coachvisible .ww-page-motion {
  opacity: 0.045;
}

body.page-coachvisible .coachvisible-next,
body.page-coachvisible.magic-scroll-active .coachvisible-next {
  background: transparent !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .ww-expertise-links--coach {
  background: transparent !important;
  border-block: 0 !important;
}

body.page-coachvisible :where(
  .cv-next-hero,
  .cv-next-strip,
  .cv-next-problem,
  .cv-next-signals,
  .ww-expertise-links--coach,
  .cv-next-system,
  .cv-next-package,
  .cv-next-seo,
  .cv-next-fit,
  .cv-next-culture,
  .cv-next-visual,
  .cv-next-trust,
  .cv-next-form-section
),
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(
  .cv-next-hero,
  .cv-next-strip,
  .cv-next-problem,
  .cv-next-signals,
  .ww-expertise-links--coach,
  .cv-next-system,
  .cv-next-package,
  .cv-next-seo,
  .cv-next-fit,
  .cv-next-culture,
  .cv-next-visual,
  .cv-next-trust,
  .cv-next-form-section
) {
  background: transparent !important;
  border-block: 0 !important;
}

body.page-coachvisible :where(.cv-next-strip, .cv-next-signals, .cv-next-system, .cv-next-seo, .cv-next-visual, .cv-next-trust)::before,
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-strip, .cv-next-signals, .cv-next-system, .cv-next-seo, .cv-next-visual, .cv-next-trust)::before {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  body.site-page .ww-page-motion {
    display: none !important;
  }
}

@media (max-width: 760px) {
  body.page-coachvisible::before {
    background:
      url("/assets/images/coachvisible-soft-panels.svg") right -9rem top 7rem / 24rem auto no-repeat,
      url("/assets/images/coachvisible-soft-panels.svg") left -10rem bottom 4rem / 26rem auto no-repeat,
      radial-gradient(circle at 18% 28%, rgba(45, 191, 169, 0.16), transparent 18rem),
      radial-gradient(circle at 84% 58%, rgba(101, 216, 255, 0.14), transparent 20rem),
      linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
    inset: -6vh -18vw;
    opacity: 0.58;
  }

  body.page-coachvisible .ww-page-motion {
    opacity: 0.035;
  }
}

/* Local service agency pages: Beyond-inspired, scoped final layer. */
.local-beyonds-page {
  --lb-ink: #091923;
  --lb-heading: #062331;
  --lb-muted: rgba(21, 47, 61, 0.72);
  --lb-soft: #f3faf9;
  --lb-paper: #ffffff;
  --lb-line: rgba(9, 45, 57, 0.13);
  --lb-line-strong: rgba(9, 45, 57, 0.23);
  --lb-accent: #009cab;
  --lb-accent-strong: #007481;
  --lb-coral: #e45b4f;
  --lb-gold: #b58a32;
  --lb-deep: #07151d;
  background:
    linear-gradient(180deg, #eef8f7 0%, #ffffff 36%, #f8fbfa 100%);
  color: var(--lb-ink);
  isolation: isolate;
  margin-inline: calc(50% - 50vw);
  min-width: 0;
  overflow-x: clip;
  width: 100vw;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-page :where(h1, h2, h3, strong, label) {
  color: var(--lb-heading);
}

body.site-page:not(.magic-scroll-active) .local-beyonds-page :where(p, li, small, .faq-answer) {
  color: var(--lb-muted);
}

body.site-page:not(.magic-scroll-active) .local-beyonds-page :where(a, button) {
  overflow-wrap: normal;
}

.local-beyonds-page :where(a) {
  text-decoration: none;
}

.local-beyonds-hero,
.local-beyonds-strip,
.local-beyonds-section,
.local-beyonds-cta {
  padding-inline: max(1rem, calc((100vw - 1440px) / 2));
}

.local-beyonds-hero {
  align-items: center;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(239, 250, 249, 0.9) 45%, rgba(255, 255, 255, 0.98)),
    linear-gradient(180deg, #edf7f6, #ffffff);
  display: grid;
  min-height: 92svh;
  padding-bottom: 4.5rem;
  padding-top: calc(var(--header-height, 76px) + 4rem);
  position: relative;
}

.local-beyonds-hero::after {
  background:
    linear-gradient(90deg, transparent 0 49px, rgba(9, 45, 57, 0.045) 49px 50px),
    linear-gradient(180deg, transparent 0 49px, rgba(9, 45, 57, 0.045) 49px 50px);
  background-size: 50px 50px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), transparent 70%);
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.local-beyonds-return {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  left: max(1rem, calc((100vw - 1440px) / 2));
  position: absolute;
  right: max(1rem, calc((100vw - 1440px) / 2));
  top: calc(var(--header-height, 76px) + 0.8rem);
  z-index: 3;
}

.local-beyonds-return a {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--lb-line);
  border-radius: 8px;
  color: var(--lb-heading);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 850;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0 0.95rem;
  transition: background var(--transition-normal), border-color var(--transition-normal), color var(--transition-normal), transform var(--transition-normal);
}

.local-beyonds-return a::before {
  color: var(--lb-accent-strong);
  content: "<";
  font-weight: 900;
  margin-right: 0.5rem;
}

.local-beyonds-return a:hover,
.local-beyonds-return a:focus-visible {
  background: #ffffff;
  border-color: var(--lb-line-strong);
  color: var(--lb-accent-strong);
  outline: 0;
  transform: translateY(-1px);
}

.local-beyonds-hero__grid {
  align-items: center;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  width: 100%;
}

.local-beyonds-hero__copy,
.local-beyonds-copy-block,
.local-beyonds-section__heading {
  min-width: 0;
}

.local-beyonds-kicker {
  color: var(--lb-accent-strong) !important;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.local-beyonds-hero h1 {
  color: var(--lb-heading) !important;
  font-size: 5.75rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0;
  max-width: 10.5ch;
}

.local-beyonds-lead {
  color: var(--lb-muted) !important;
  font-size: 1.22rem;
  line-height: 1.65;
  margin: 1.45rem 0 0;
  max-width: 45rem;
}

.local-beyonds-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.local-beyonds-btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 0.98rem;
  font-weight: 900;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0 1.2rem;
  transition: background var(--transition-normal), border-color var(--transition-normal), color var(--transition-normal), transform var(--transition-normal), box-shadow var(--transition-normal);
}

.local-beyonds-btn--primary {
  background: var(--lb-heading);
  border: 1px solid var(--lb-heading);
  box-shadow: 0 16px 42px rgba(6, 35, 49, 0.22);
  color: #ffffff !important;
}

.local-beyonds-btn--ghost {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--lb-line);
  color: var(--lb-heading) !important;
}

.local-beyonds-btn:hover,
.local-beyonds-btn:focus-visible {
  outline: 0;
  transform: translateY(-2px);
}

.local-beyonds-btn--primary:hover,
.local-beyonds-btn--primary:focus-visible {
  background: var(--lb-accent-strong);
  border-color: var(--lb-accent-strong);
  box-shadow: 0 18px 46px rgba(0, 116, 129, 0.28);
}

.local-beyonds-btn--ghost:hover,
.local-beyonds-btn--ghost:focus-visible {
  background: #ffffff;
  border-color: var(--lb-line-strong);
  color: var(--lb-accent-strong) !important;
}

.local-beyonds-hero__visual {
  align-self: stretch;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 32px 90px rgba(5, 30, 45, 0.2);
  min-height: 36rem;
  overflow: hidden;
  position: relative;
}

.local-beyonds-hero__visual img,
.local-beyonds-image-block img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.local-beyonds-hero__caption {
  align-items: end;
  background: linear-gradient(180deg, transparent, rgba(5, 19, 28, 0.78));
  bottom: 0;
  color: #ffffff;
  display: grid;
  gap: 0.4rem;
  left: 0;
  padding: 5rem 1.5rem 1.5rem;
  position: absolute;
  right: 0;
}

.local-beyonds-hero__caption span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-hero__caption strong {
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.1;
}

.local-beyonds-strip {
  background: var(--lb-heading);
  border-block: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.local-beyonds-strip__item {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 0.55rem;
  min-height: 11rem;
  padding: 1.45rem;
}

.local-beyonds-strip__item:first-child {
  border-left: 0;
}

.local-beyonds-strip__item span,
.local-beyonds-deliverables article span,
.local-beyonds-roadmap article span,
.local-beyonds-link-grid a > span {
  color: #7adce5;
  font-size: 0.78rem;
  font-weight: 900;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-strip__item strong {
  color: #ffffff;
  font-size: 1.02rem;
}

.local-beyonds-strip__item p {
  color: rgba(236, 249, 250, 0.74) !important;
  line-height: 1.5;
  margin: 0;
}

.local-beyonds-section {
  display: grid;
  gap: 2.4rem;
  padding-block: 6rem;
}

.local-beyonds-section--intro {
  background: #ffffff;
}

.local-beyonds-section__heading {
  max-width: 58rem;
}

.local-beyonds-section__heading h2,
.local-beyonds-copy-block h2 {
  color: var(--lb-heading) !important;
  font-size: 3.75rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.local-beyonds-section__heading > p:not(.local-beyonds-kicker) {
  color: var(--lb-muted) !important;
  font-size: 1.1rem;
  line-height: 1.65;
  margin: 1rem 0 0;
  max-width: 46rem;
}

.local-beyonds-text-grid {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.58fr);
}

.local-beyonds-text-grid > div:first-child {
  display: grid;
  gap: 1rem;
}

.local-beyonds-text-grid p,
.local-beyonds-copy-block p {
  color: var(--lb-muted) !important;
  font-size: 1.08rem;
  line-height: 1.72;
  margin: 0;
}

.local-beyonds-list-card {
  background: var(--lb-soft);
  border: 1px solid var(--lb-line);
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  padding: 1.3rem;
}

.local-beyonds-list-card h3 {
  font-size: 1.35rem;
  margin: 0;
}

.local-beyonds-list-card ul,
.local-beyonds-copy-block ul {
  display: grid;
  gap: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.local-beyonds-list-card li,
.local-beyonds-copy-block li {
  color: var(--lb-muted) !important;
  line-height: 1.55;
  padding-left: 1.25rem;
  position: relative;
}

.local-beyonds-list-card li::before,
.local-beyonds-copy-block li::before {
  background: var(--lb-coral);
  border-radius: 999px;
  content: "";
  height: 0.42rem;
  left: 0;
  position: absolute;
  top: 0.62rem;
  width: 0.42rem;
}

.local-beyonds-section--image,
.local-beyonds-section--strategy {
  align-items: center;
  background: var(--lb-soft);
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr);
}

.local-beyonds-image-block {
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  box-shadow: 0 28px 76px rgba(6, 35, 49, 0.15);
  min-height: 26rem;
  overflow: hidden;
}

.local-beyonds-copy-block {
  display: grid;
  gap: 1.25rem;
}

.local-beyonds-copy-block ul {
  margin-top: 0.5rem;
}

.local-beyonds-section--dark {
  background:
    linear-gradient(135deg, rgba(0, 156, 171, 0.14), transparent 44%),
    linear-gradient(180deg, #07151d, #0a222b);
}

.local-beyonds-section--dark .local-beyonds-kicker {
  color: #7adce5 !important;
}

.local-beyonds-section--dark .local-beyonds-section__heading h2,
body.site-page:not(.magic-scroll-active) .local-beyonds-section--dark :where(h2, strong) {
  color: #ffffff !important;
}

.local-beyonds-deliverables {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.local-beyonds-deliverables article {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  min-height: 9.5rem;
  padding: 1.25rem;
}

.local-beyonds-deliverables article strong {
  color: #ffffff !important;
  font-size: 1.08rem;
  line-height: 1.28;
}

.local-beyonds-section--strategy {
  background: #ffffff;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
}

.local-beyonds-roadmap {
  display: grid;
  gap: 0.75rem;
}

.local-beyonds-roadmap article {
  align-items: center;
  background: var(--lb-soft);
  border: 1px solid var(--lb-line);
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: 3rem minmax(0, 1fr);
  min-height: 5.6rem;
  padding: 1rem 1.15rem;
}

.local-beyonds-roadmap article span,
.local-beyonds-link-grid a > span {
  color: var(--lb-accent-strong);
}

.local-beyonds-roadmap article p {
  color: var(--lb-muted) !important;
  line-height: 1.55;
  margin: 0;
}

.local-beyonds-section--links {
  background: #eff8f7;
}

.local-beyonds-link-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.local-beyonds-link-grid a {
  background: #ffffff;
  border: 1px solid var(--lb-line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(6, 35, 49, 0.07);
  display: grid;
  gap: 0.7rem;
  min-height: 12rem;
  padding: 1.15rem;
  transition: border-color var(--transition-normal), box-shadow var(--transition-normal), transform var(--transition-normal);
}

.local-beyonds-link-grid a:hover,
.local-beyonds-link-grid a:focus-visible {
  border-color: var(--lb-line-strong);
  box-shadow: 0 24px 58px rgba(6, 35, 49, 0.13);
  outline: 0;
  transform: translateY(-3px);
}

.local-beyonds-link-grid strong {
  color: var(--lb-heading) !important;
  font-size: 1.14rem;
  line-height: 1.18;
}

.local-beyonds-link-grid small {
  color: var(--lb-muted) !important;
  font-size: 0.94rem;
  line-height: 1.5;
}

.local-beyonds-section--faq {
  background: #ffffff;
}

.local-beyonds-section--faq .faq {
  display: grid;
  gap: 0.85rem;
  max-width: 58rem;
}

.local-beyonds-section--faq .faq-item {
  background: var(--lb-soft) !important;
  border: 1px solid var(--lb-line) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: var(--lb-ink) !important;
}

.local-beyonds-section--faq .faq-question {
  color: var(--lb-heading) !important;
  font-weight: 900;
}

.local-beyonds-section--faq .faq-question::after {
  color: var(--lb-accent-strong);
}

.local-beyonds-section--faq .faq-answer p {
  color: var(--lb-muted) !important;
}

.local-beyonds-cta {
  align-items: center;
  background:
    linear-gradient(135deg, #092331, #0c4b55);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding-block: 4rem;
}

.local-beyonds-cta .local-beyonds-kicker {
  color: #7adce5 !important;
}

.local-beyonds-cta h2 {
  color: #ffffff !important;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.03;
  margin: 0;
  max-width: 15ch;
}

.local-beyonds-cta .local-beyonds-actions {
  justify-content: end;
  margin-top: 0;
}

.local-beyonds-cta .local-beyonds-btn--primary {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
  color: var(--lb-heading) !important;
}

.local-beyonds-cta .local-beyonds-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  color: #ffffff !important;
}

.local-city-support {
  color: var(--lb-muted) !important;
  font-size: 1.04rem;
  line-height: 1.68;
  margin: 1rem 0 0;
  max-width: 43rem;
}

.local-city-page .local-beyonds-hero h1 {
  font-size: clamp(4rem, 6.6vw, 5.35rem);
  max-width: 11.8ch;
}

.local-city-system {
  background: #ffffff;
}

.local-city-system__grid,
.magic-local-links__grid,
.cv-next-local-links__grid {
  display: grid;
  gap: 0.95rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.local-city-system__card,
.magic-local-link,
.cv-next-local-link {
  background: #ffffff;
  border: 1px solid var(--lb-line, rgba(9, 45, 57, 0.13));
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(6, 35, 49, 0.07);
  display: grid;
  gap: 0.75rem;
  min-height: 13rem;
  padding: 1.2rem;
}

.local-city-system__card span,
.magic-local-link span,
.cv-next-local-link span {
  color: var(--lb-accent-strong, #007481);
  font-size: 0.78rem;
  font-weight: 900;
}

.local-city-system__card h3,
.magic-local-link strong,
.cv-next-local-link strong {
  color: var(--lb-heading, #062331) !important;
  font-size: 1.18rem;
  line-height: 1.15;
  margin: 0;
}

.local-city-system__card p,
.magic-local-link small,
.cv-next-local-link small {
  color: var(--lb-muted, rgba(21, 47, 61, 0.72)) !important;
  font-size: 0.96rem;
  line-height: 1.55;
}

.magic-local-links {
  background: #f3faf9;
  color: #092331;
  padding: 7rem max(1rem, calc((100vw - 1440px) / 2));
}

.magic-local-links__inner {
  display: grid;
  gap: 2rem;
}

.magic-local-links__heading {
  max-width: 64rem;
}

.magic-local-links__heading h2 {
  color: #062331 !important;
  font-size: clamp(2.4rem, 5vw, 5.3rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

.magic-local-links__heading p:not(.magic-section__kicker) {
  color: rgba(21, 47, 61, 0.72) !important;
  font-size: 1.08rem;
  line-height: 1.65;
  margin: 1rem 0 0;
  max-width: 48rem;
}

.magic-local-link,
.cv-next-local-link {
  min-height: 12rem;
  text-decoration: none;
  transition: border-color var(--transition-normal), box-shadow var(--transition-normal), transform var(--transition-normal);
}

.magic-local-link:hover,
.magic-local-link:focus-visible,
.cv-next-local-link:hover,
.cv-next-local-link:focus-visible {
  border-color: rgba(9, 45, 57, 0.24);
  box-shadow: 0 24px 58px rgba(6, 35, 49, 0.13);
  outline: 0;
  transform: translateY(-3px);
}

.cv-next-local-links {
  background: #f4faf8;
  padding-block: 6rem;
}

.local-city-form-section {
  background: #eff8f7;
}

.local-city-form {
  background: #ffffff;
  border: 1px solid var(--lb-line);
  border-radius: 8px;
  box-shadow: 0 28px 76px rgba(6, 35, 49, 0.12);
  display: grid;
  gap: 1.1rem;
  max-width: 58rem;
  padding: clamp(1.15rem, 3vw, 2rem);
}

.local-city-form__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.local-city-field {
  display: grid;
  gap: 0.45rem;
}

.local-city-field--full {
  grid-column: 1 / -1;
}

.local-city-field label,
.local-city-consent {
  color: var(--lb-heading) !important;
  font-weight: 850;
}

.local-city-field input,
.local-city-field textarea {
  background: #f8fcfb;
  border: 1px solid var(--lb-line);
  border-radius: 8px;
  color: var(--lb-heading);
  font: inherit;
  min-height: 3.05rem;
  padding: 0.85rem 0.95rem;
  width: 100%;
}

.local-city-field textarea {
  line-height: 1.55;
  min-height: 10rem;
  resize: vertical;
}

.local-city-field input:focus,
.local-city-field textarea:focus {
  border-color: var(--lb-accent-strong);
  box-shadow: 0 0 0 3px rgba(0, 156, 171, 0.14);
  outline: 0;
}

.local-city-consent {
  align-items: start;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: auto minmax(0, 1fr);
  line-height: 1.5;
}

.local-city-consent input {
  margin-top: 0.2rem;
}

.local-city-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

@media (max-width: 1180px) {
  .local-beyonds-hero h1 {
    font-size: 4.35rem;
  }

  .local-beyonds-section__heading h2,
  .local-beyonds-copy-block h2 {
    font-size: 3rem;
  }

  .local-beyonds-hero__grid,
  .local-beyonds-section--image,
  .local-beyonds-section--strategy,
  .local-beyonds-cta {
    grid-template-columns: 1fr;
  }

  .local-city-system__grid,
  .magic-local-links__grid,
  .cv-next-local-links__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .local-beyonds-cta .local-beyonds-actions {
    justify-content: start;
  }
}

@media (max-width: 900px) {
  .local-beyonds-hero {
    min-height: auto;
    padding-bottom: 3.5rem;
    padding-top: calc(var(--header-height, 76px) + 5.2rem);
  }

  .local-beyonds-hero__grid {
    gap: 2.4rem;
  }

  .local-beyonds-hero__visual {
    min-height: 28rem;
  }

  .local-beyonds-strip,
  .local-beyonds-deliverables,
  .local-beyonds-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .local-beyonds-text-grid {
    grid-template-columns: 1fr;
  }

  .local-beyonds-strip__item:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .local-beyonds-hero,
  .local-beyonds-section,
  .local-beyonds-cta {
    padding-inline: 1rem;
  }

  .local-beyonds-return {
    left: 1rem;
    right: 1rem;
  }

  .local-city-page .local-beyonds-return {
    margin-bottom: 1.35rem;
    position: static;
  }

  .local-beyonds-return a,
  .local-beyonds-btn {
    width: 100%;
  }

  .local-beyonds-hero h1 {
    font-size: 3rem;
    max-width: 100%;
  }

  .local-beyonds-lead {
    font-size: 1.05rem;
  }

  .local-beyonds-section {
    padding-block: 4rem;
  }

  .local-beyonds-section__heading h2,
  .local-beyonds-copy-block h2,
  .local-beyonds-cta h2 {
    font-size: 2.25rem;
  }

  .local-beyonds-hero__visual,
  .local-beyonds-image-block {
    min-height: 21rem;
  }

  .local-beyonds-strip,
  .local-beyonds-deliverables,
  .local-beyonds-link-grid,
  .local-city-system__grid,
  .magic-local-links__grid,
  .cv-next-local-links__grid,
  .local-city-form__grid {
    grid-template-columns: 1fr;
  }

  .local-beyonds-strip__item,
  .local-beyonds-strip__item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .local-beyonds-strip__item:first-child {
    border-top: 0;
  }

  .local-beyonds-roadmap article {
    grid-template-columns: 2rem minmax(0, 1fr);
  }
}

@media (max-width: 420px) {
  .local-beyonds-hero h1 {
    font-size: 2.45rem;
  }

  .local-beyonds-section__heading h2,
  .local-beyonds-copy-block h2,
  .local-beyonds-cta h2 {
    font-size: 1.9rem;
  }

  .local-beyonds-hero__visual,
  .local-beyonds-image-block {
    min-height: 18rem;
  }
}

/* CoachVisible contrast lock: no pale blue text on white cards. */
body.page-coachvisible {
  --cv-ink: #102d34;
  --cv-heading: #092f39;
  --cv-muted: #31535b;
  --cv-accent-strong: #006f7a;
  --cv-line: rgba(9, 47, 57, 0.18);
  --cv-panel: #fbfefe;
}

body.page-coachvisible .coachvisible-next :where(.cv-next-benefit, .cv-next-card, .cv-next-step, .cv-next-panel, .cv-next-seo-panel, .cv-next-form),
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-benefit, .cv-next-card, .cv-next-step, .cv-next-panel, .cv-next-seo-panel, .cv-next-form) {
  background:
    linear-gradient(180deg, #ffffff, #f7fcfc) !important;
  border-color: var(--cv-line) !important;
  color: var(--cv-ink) !important;
}

body.page-coachvisible .coachvisible-next :where(.cv-next-benefit h2, .cv-next-benefit h3, .cv-next-card h3, .cv-next-step h3, .cv-next-panel h3, .cv-next-seo-panel h3, .cv-next-expertise-card strong),
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-benefit h2, .cv-next-benefit h3, .cv-next-card h3, .cv-next-step h3, .cv-next-panel h3, .cv-next-seo-panel h3, .cv-next-expertise-card strong) {
  color: var(--cv-heading) !important;
}

body.page-coachvisible .coachvisible-next :where(.cv-next-benefit p, .cv-next-card p, .cv-next-step p, .cv-next-panel p, .cv-next-panel li, .cv-next-panel span, .cv-next-seo-panel p, .cv-next-seo-panel li, .cv-next-expertise-card p),
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-benefit p, .cv-next-card p, .cv-next-step p, .cv-next-panel p, .cv-next-panel li, .cv-next-panel span, .cv-next-seo-panel p, .cv-next-seo-panel li, .cv-next-expertise-card p) {
  color: var(--cv-muted) !important;
  opacity: 1 !important;
}

body.page-coachvisible .coachvisible-next :where(.cv-next-card--numbered > span, .cv-next-step > span, .cv-next-expertise-card span, .cv-next-expertise-card em, .cv-next-eyebrow),
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-card--numbered > span, .cv-next-step > span, .cv-next-expertise-card span, .cv-next-expertise-card em, .cv-next-eyebrow) {
  color: var(--cv-accent-strong) !important;
  opacity: 1 !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-benefit p,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-card p,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-step p,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-panel p,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-panel li,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-panel span,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-seo-panel p,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-seo-panel li,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-expertise-card p {
  color: #31535b !important;
  opacity: 1 !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-benefit h2,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-benefit h3,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-card h3,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-step h3,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-panel h3,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-seo-panel h3,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-expertise-card strong {
  color: #092f39 !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-card--numbered > span,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-step > span,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-expertise-card span,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-expertise-card em {
  color: #006f7a !important;
}

body.page-coachvisible .cv-next-faq .faq-answer {
  transition:
    max-height var(--duration-slow) var(--ease-premium),
    opacity var(--duration-normal) var(--ease-soft),
    transform var(--duration-normal) var(--ease-soft) !important;
}

body.page-coachvisible .cv-next-hero {
  padding-bottom: 4rem !important;
  padding-top: calc(var(--magic-header-h, 84px) + 2.6rem) !important;
}

@media (min-width: 1181px) {
  body.page-coachvisible .cv-next-hero__visual > img {
    max-height: 500px !important;
  }
}

@media (max-width: 1180px) and (min-width: 921px) {
  body.page-coachvisible .cv-next-step h3,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-step h3 {
    font-size: 1.16rem !important;
  }
}

@media (max-width: 340px) {
  body.page-coachvisible .magic-header {
    gap: 8px !important;
    padding-inline: 8px !important;
  }

  body.page-coachvisible .magic-header__left {
    gap: 8px !important;
    min-width: 0 !important;
  }

  body.page-coachvisible .magic-menu-btn,
  body.page-coachvisible .magic-talk {
    font-size: 0.76rem !important;
    min-height: 44px !important;
    padding-inline: 10px !important;
  }

  body.page-coachvisible .magic-talk {
    line-height: 1.06 !important;
    max-width: 8.6rem !important;
    text-align: center !important;
    white-space: normal !important;
  }
}

@media (max-width: 640px) {
  body.page-coachvisible::before {
    background:
      radial-gradient(circle at 18% 26%, rgba(45, 191, 169, 0.16), transparent 18rem),
      radial-gradient(circle at 84% 58%, rgba(101, 216, 255, 0.12), transparent 20rem),
      linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)) !important;
    opacity: 0.5 !important;
  }

  body.page-coachvisible .cv-next-hero {
    padding-bottom: 3rem !important;
    padding-top: calc(var(--magic-header-h, 72px) + 1.15rem) !important;
  }

  body.page-coachvisible .cv-next-brand-lockup,
  body.page-coachvisible.magic-scroll-active .cv-next-brand-lockup {
    margin-bottom: 0.55rem !important;
    width: 6.9rem !important;
  }

  body.page-coachvisible .cv-next-hero h1,
  body.page-coachvisible.magic-scroll-active .cv-next-hero h1 {
    font-size: 2.28rem !important;
  }

  body.page-coachvisible .cv-next-lead,
  body.page-coachvisible .cv-next-short {
    line-height: 1.55 !important;
    margin-top: 0.85rem !important;
  }

  body.page-coachvisible .cv-next-tags {
    gap: 0.45rem !important;
    margin-top: 0.85rem !important;
  }

  body.page-coachvisible .cv-next-actions {
    margin-top: 1rem !important;
  }
}

/* Final maquettes gallery rebuild. */
body.page-home .magic-home-v3 .magic-work--maquettes {
  background:
    radial-gradient(circle at 12% 18%, rgba(101, 216, 255, 0.22), transparent 32rem),
    radial-gradient(circle at 88% 46%, rgba(122, 145, 255, 0.13), transparent 36rem),
    linear-gradient(180deg, #f5fbff 0%, #eef8ff 48%, #f8fcff 100%) !important;
  color: #06111e !important;
  padding-block: clamp(92px, 10vw, 152px) !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes::before {
  background:
    linear-gradient(to right, rgba(22, 58, 88, 0.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(22, 58, 88, 0.035) 1px, transparent 1px) !important;
  background-size: 76px 76px !important;
  inset: 0 !important;
  opacity: 1 !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__sticky {
  gap: clamp(30px, 4.2vw, 56px) !important;
  margin-inline: auto !important;
  max-width: min(1220px, calc(100vw - 40px)) !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading {
  align-items: end !important;
  gap: clamp(18px, 4vw, 64px) !important;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.56fr) !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading h2 {
  color: #06111e !important;
  font-size: clamp(4.6rem, 10.5vw, 8.8rem) !important;
  letter-spacing: 0 !important;
  line-height: 0.86 !important;
  margin: 0 !important;
  max-width: 7ch !important;
  text-align: left !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading p {
  color: rgba(6, 17, 30, 0.62) !important;
  font-size: clamp(1rem, 1.14vw, 1.16rem) !important;
  font-weight: 760 !important;
  justify-self: end !important;
  line-height: 1.55 !important;
  max-width: 30rem !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__stage,
body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__viewport {
  overflow: visible !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail {
  display: grid !important;
  gap: clamp(16px, 1.8vw, 22px) !important;
  grid-auto-flow: row !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  transform: none !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(235, 248, 255, 0.78)) !important;
  border: 1px solid rgba(19, 49, 76, 0.12) !important;
  border-radius: 8px !important;
  box-shadow: 0 22px 58px rgba(18, 58, 92, 0.12) !important;
  color: #06111e !important;
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto 1fr !important;
  height: auto !important;
  min-height: 100% !important;
  overflow: hidden !important;
  padding: 12px !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card::after {
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--work-accent, #46e4ff) 38%, transparent), transparent) !important;
  bottom: auto !important;
  content: "" !important;
  height: 1px !important;
  inset: 0 12px auto !important;
  opacity: 0.72 !important;
  position: absolute !important;
  transform: none !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card:hover,
body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card:focus-within {
  border-color: color-mix(in srgb, var(--work-accent, #46e4ff) 44%, rgba(19, 49, 76, 0.12)) !important;
  box-shadow: 0 28px 72px rgba(18, 58, 92, 0.18) !important;
  transform: translateY(-3px) !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card > img {
  aspect-ratio: 16 / 10 !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(6, 17, 30, 0.08) !important;
  border-radius: 8px !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6) !important;
  display: block !important;
  height: auto !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: top center !important;
  order: 1 !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card__body {
  align-content: start !important;
  color: #06111e !important;
  display: grid !important;
  gap: 11px !important;
  justify-items: start !important;
  order: 2 !important;
  padding: 2px 4px 6px !important;
  text-align: left !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card__type {
  background: rgba(255, 255, 255, 0.76) !important;
  border: 1px solid rgba(6, 17, 30, 0.1) !important;
  color: rgba(6, 17, 30, 0.56) !important;
  font-size: 0.68rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  padding: 8px 10px !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card h3 {
  color: #06111e !important;
  font-size: clamp(1.24rem, 1.35vw, 1.58rem) !important;
  line-height: 1.02 !important;
  margin: 0 !important;
  max-width: 12ch !important;
  overflow-wrap: normal !important;
  text-align: left !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card p {
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  color: rgba(6, 17, 30, 0.62) !important;
  display: -webkit-box !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  max-width: none !important;
  min-height: calc(0.92rem * 1.45 * 3) !important;
  overflow: hidden !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-view-btn {
  align-items: center !important;
  background: linear-gradient(135deg, #55dcff 0%, #28f0be 100%) !important;
  border: 0 !important;
  border-radius: 2px !important;
  box-shadow: 0 12px 28px rgba(35, 210, 201, 0.22) !important;
  color: #06111e !important;
  display: inline-flex !important;
  font-size: 0.8rem !important;
  font-weight: 950 !important;
  gap: 10px !important;
  justify-self: stretch !important;
  line-height: 1.08 !important;
  margin-top: 4px !important;
  min-height: 44px !important;
  padding: 0 14px !important;
  text-align: left !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-view-btn::after {
  content: "\2197" !important;
  font-size: 1rem !important;
  margin-left: auto !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__indicator {
  align-items: center !important;
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  margin-top: clamp(14px, 2.4vw, 28px) !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__progress {
  background: rgba(6, 17, 30, 0.12) !important;
  height: 1px !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__counter {
  display: flex !important;
  gap: 8px !important;
  overflow-x: auto !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__counter button {
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(6, 17, 30, 0.12) !important;
  border-radius: 2px !important;
  color: rgba(6, 17, 30, 0.56) !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  height: 36px !important;
  min-width: 36px !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__counter button.is-active {
  background: #06111e !important;
  border-color: #06111e !important;
  color: #ffffff !important;
}

.magic-project-panel__card {
  background:
    radial-gradient(circle at 0% 100%, rgba(40, 240, 190, 0.12), transparent 28rem),
    linear-gradient(140deg, rgba(7, 15, 28, 0.98), rgba(4, 10, 19, 0.96)) !important;
}

.magic-project-panel__mockup {
  background:
    linear-gradient(to right, rgba(85, 220, 255, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(85, 220, 255, 0.06) 1px, transparent 1px),
    #08111d !important;
  background-size: 44px 44px !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08) !important;
  position: relative !important;
}

.magic-project-panel__mockup iframe {
  height: var(--mockup-desktop-height, 1180px) !important;
  left: var(--mockup-left, 0) !important;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  object-fit: unset !important;
  position: absolute !important;
  right: auto !important;
  top: var(--mockup-top, 0) !important;
  transform: scale(var(--mockup-scale, 0.5)) !important;
  transform-origin: top left !important;
  width: var(--mockup-desktop-width, 1440px) !important;
}

.magic-project-panel__mockup iframe[hidden],
.magic-project-panel__mockup img[hidden] {
  display: none !important;
}

.magic-project-panel__mockup img:not([hidden]) {
  height: 100% !important;
  object-fit: contain !important;
  width: 100% !important;
}

@media (max-width: 1180px) {
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading {
    grid-template-columns: 1fr !important;
    justify-items: start !important;
    text-align: left !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading p {
    justify-self: start !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__indicator {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.page-home .magic-home-v3 .magic-work--maquettes {
    padding-block: 72px !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__sticky {
    max-width: calc(100vw - 28px) !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading h2 {
    font-size: clamp(3.2rem, 18vw, 5rem) !important;
    text-align: left !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail {
    grid-template-columns: 1fr !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card > img {
    display: block !important;
  }

  .magic-project-panel__mockup {
    min-height: 300px !important;
  }
}

/* CoachVisible layout rhythm pass from screenshot QA. */
body.page-home.magic-scroll-active .magic-header,
body.page-coachvisible.magic-scroll-active .magic-header {
  top: clamp(10px, 1.15vw, 18px) !important;
}

body.page-home.magic-scroll-active .magic-header.is-compact,
body.page-coachvisible.magic-scroll-active .magic-header.is-compact {
  transform: none !important;
}

@media (min-width: 1181px) {
  body.page-coachvisible .cv-next-hero__grid,
  body.page-coachvisible.magic-scroll-active .cv-next-hero__grid {
    align-items: start !important;
  }

  body.page-coachvisible .cv-next-hero__copy,
  body.page-coachvisible.magic-scroll-active .cv-next-hero__copy,
  body.page-coachvisible .cv-next-hero__visual,
  body.page-coachvisible.magic-scroll-active .cv-next-hero__visual {
    min-height: clamp(620px, 38vw, 720px) !important;
  }

  body.page-coachvisible .cv-next-hero__copy,
  body.page-coachvisible.magic-scroll-active .cv-next-hero__copy {
    display: flex !important;
    flex-direction: column !important;
  }

  body.page-coachvisible .cv-next-hero .cv-next-actions,
  body.page-coachvisible.magic-scroll-active .cv-next-hero .cv-next-actions {
    margin-top: auto !important;
    padding-top: 1.65rem !important;
  }

  body.page-coachvisible .cv-next-hero__visual > img,
  body.page-coachvisible.magic-scroll-active .cv-next-hero__visual > img:not(.cv-next-hero__mood) {
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
  }
}

body.page-coachvisible .cv-next-problem .cv-next-split + .cv-next-card-grid,
body.page-coachvisible .cv-next-seo .cv-next-split + .cv-next-card-grid,
body.page-coachvisible.magic-scroll-active .cv-next-problem .cv-next-split + .cv-next-card-grid,
body.page-coachvisible.magic-scroll-active .cv-next-seo .cv-next-split + .cv-next-card-grid {
  margin-top: clamp(3.75rem, 5.6vw, 6rem) !important;
}

body.page-coachvisible .cv-next-seo .cv-next-split,
body.page-coachvisible.magic-scroll-active .cv-next-seo .cv-next-split {
  align-items: start !important;
}

body.page-coachvisible .cv-next-seo .cv-next-split__copy,
body.page-coachvisible .cv-next-seo .cv-next-split__media,
body.page-coachvisible.magic-scroll-active .cv-next-seo .cv-next-split__copy,
body.page-coachvisible.magic-scroll-active .cv-next-seo .cv-next-split__media {
  align-self: start !important;
}

body.page-coachvisible .cv-next-system .cv-next-rdv__grid,
body.page-coachvisible.magic-scroll-active .cv-next-system .cv-next-rdv__grid {
  align-items: stretch !important;
  gap: clamp(4rem, 6vw, 6.5rem) !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.9fr) !important;
}

body.page-coachvisible .cv-next-system .cv-next-rdv__copy,
body.page-coachvisible.magic-scroll-active .cv-next-system .cv-next-rdv__copy {
  align-content: start !important;
  display: grid !important;
}

body.page-coachvisible .cv-next-system .cv-next-inline-media,
body.page-coachvisible.magic-scroll-active .cv-next-system .cv-next-inline-media {
  align-self: end !important;
  margin-top: clamp(2.75rem, 4.2vw, 4.5rem) !important;
  max-height: none !important;
  min-height: clamp(420px, 30vw, 540px) !important;
}

body.page-coachvisible .cv-next-system .cv-next-rdv__steps,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-system .cv-next-rdv__steps {
  align-self: stretch !important;
  grid-auto-rows: minmax(0, 1fr) !important;
  padding-top: clamp(3.35rem, 4.2vw, 4.9rem) !important;
}

body.page-coachvisible .cv-next-package .cv-next-fit__grid,
body.page-coachvisible .cv-next-fit .cv-next-fit__grid,
body.page-coachvisible.magic-scroll-active .cv-next-package .cv-next-fit__grid,
body.page-coachvisible.magic-scroll-active .cv-next-fit .cv-next-fit__grid {
  align-items: start !important;
  gap: clamp(2.8rem, 4.8vw, 5rem) !important;
  grid-template-columns: 1fr !important;
}

body.page-coachvisible .cv-next-package .cv-next-heading,
body.page-coachvisible .cv-next-fit .cv-next-heading,
body.page-coachvisible.magic-scroll-active .cv-next-package .cv-next-heading,
body.page-coachvisible.magic-scroll-active .cv-next-fit .cv-next-heading {
  margin-bottom: 0 !important;
  max-width: 72rem !important;
}

body.page-coachvisible .cv-next-package .cv-next-heading h2,
body.page-coachvisible .cv-next-fit .cv-next-heading h2,
body.page-coachvisible.magic-scroll-active .cv-next-package .cv-next-heading h2,
body.page-coachvisible.magic-scroll-active .cv-next-fit .cv-next-heading h2 {
  max-width: 17ch !important;
}

body.page-coachvisible .cv-next-package .cv-next-heading > p:not(.cv-next-eyebrow),
body.page-coachvisible .cv-next-fit .cv-next-heading > p:not(.cv-next-eyebrow),
body.page-coachvisible.magic-scroll-active .cv-next-package .cv-next-heading > p:not(.cv-next-eyebrow),
body.page-coachvisible.magic-scroll-active .cv-next-fit .cv-next-heading > p:not(.cv-next-eyebrow) {
  max-width: 58rem !important;
}

body.page-coachvisible .cv-next-package .cv-next-fit__lists,
body.page-coachvisible .cv-next-fit .cv-next-fit__lists,
body.page-coachvisible.magic-scroll-active .cv-next-package .cv-next-fit__lists,
body.page-coachvisible.magic-scroll-active .cv-next-fit .cv-next-fit__lists {
  display: grid !important;
  gap: clamp(1.1rem, 2vw, 1.5rem) !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: 100% !important;
}

body.page-coachvisible .cv-next-package .cv-next-panel:first-child ul,
body.page-coachvisible.magic-scroll-active .cv-next-package .cv-next-panel:first-child ul {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.page-coachvisible .cv-next-package .cv-next-panel,
body.page-coachvisible .cv-next-fit .cv-next-panel,
body.page-coachvisible.magic-scroll-active .cv-next-package .cv-next-panel,
body.page-coachvisible.magic-scroll-active .cv-next-fit .cv-next-panel {
  align-content: start !important;
}

body.page-coachvisible .cv-next-trust .cv-next-faq,
body.page-coachvisible.magic-scroll-active .cv-next-trust .cv-next-faq {
  border-top: 1px solid var(--cv-line) !important;
  margin-top: clamp(6rem, 9vw, 9rem) !important;
  padding-top: clamp(4.75rem, 7vw, 7.5rem) !important;
}

@media (max-width: 1180px) {
  body.page-coachvisible .cv-next-system .cv-next-rdv__grid,
  body.page-coachvisible.magic-scroll-active .cv-next-system .cv-next-rdv__grid {
    grid-template-columns: 1fr !important;
  }

  body.page-coachvisible .cv-next-system .cv-next-rdv__steps,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-system .cv-next-rdv__steps {
    padding-top: 0 !important;
  }
}

@media (max-width: 860px) {
  body.page-coachvisible .cv-next-package .cv-next-fit__lists,
  body.page-coachvisible .cv-next-fit .cv-next-fit__lists,
  body.page-coachvisible .cv-next-package .cv-next-panel:first-child ul,
  body.page-coachvisible.magic-scroll-active .cv-next-package .cv-next-fit__lists,
  body.page-coachvisible.magic-scroll-active .cv-next-fit .cv-next-fit__lists,
  body.page-coachvisible.magic-scroll-active .cv-next-package .cv-next-panel:first-child ul {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.page-home.magic-scroll-active .magic-header,
  body.page-coachvisible.magic-scroll-active .magic-header {
    top: 8px !important;
  }
}

@media (min-width: 1181px) {
  body.page-coachvisible .cv-next-hero__copy,
  body.page-coachvisible.magic-scroll-active .cv-next-hero__copy,
  body.page-coachvisible .cv-next-hero__visual,
  body.page-coachvisible.magic-scroll-active .cv-next-hero__visual {
    height: clamp(700px, 40vw, 735px) !important;
    min-height: clamp(700px, 40vw, 735px) !important;
  }

  body.page-coachvisible .cv-next-hero__visual > img,
  body.page-coachvisible.magic-scroll-active .cv-next-hero__visual > img:not(.cv-next-hero__mood) {
    height: 100% !important;
    max-height: none !important;
  }

  body.page-coachvisible .cv-next-hero__visual,
  body.page-coachvisible.magic-scroll-active .cv-next-hero__visual {
    height: calc(clamp(700px, 40vw, 735px) + 1.2rem) !important;
    min-height: calc(clamp(700px, 40vw, 735px) + 1.2rem) !important;
  }
}

/* CoachVisible section headings: use the full section width, not narrow title columns. */
body.page-coachvisible .coachvisible-next :where(.cv-next-heading, .cv-next-split__copy, .cv-next-rdv__copy, .cv-next-form-copy, .cv-next-faq__copy),
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-heading, .cv-next-split__copy, .cv-next-rdv__copy, .cv-next-form-copy, .cv-next-faq__copy) {
  max-width: none !important;
  width: 100% !important;
}

body.page-coachvisible .coachvisible-next :where(.cv-next-heading h2, .cv-next-split__copy h2, .cv-next-rdv__copy h2, .cv-next-form-copy h2, .cv-next-faq__copy h2),
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-heading h2, .cv-next-split__copy h2, .cv-next-rdv__copy h2, .cv-next-form-copy h2, .cv-next-faq__copy h2) {
  max-width: none !important;
  text-wrap: normal !important;
  width: 100% !important;
}

body.page-coachvisible .coachvisible-next :where(.cv-next-heading > p:not(.cv-next-eyebrow), .cv-next-split__copy p, .cv-next-rdv__copy p, .cv-next-form-copy p, .cv-next-faq__copy p),
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-heading > p:not(.cv-next-eyebrow), .cv-next-split__copy p, .cv-next-rdv__copy p, .cv-next-form-copy p, .cv-next-faq__copy p) {
  max-width: none !important;
  text-wrap: normal !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-heading,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-split__copy,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-rdv__copy,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form-copy,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-faq__copy,
body.page-coachvisible .coachvisible-next .cv-next-heading,
body.page-coachvisible .coachvisible-next .cv-next-split__copy,
body.page-coachvisible .coachvisible-next .cv-next-rdv__copy,
body.page-coachvisible .coachvisible-next .cv-next-form-copy,
body.page-coachvisible .coachvisible-next .cv-next-faq__copy {
  max-width: 100% !important;
  width: 100% !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-heading h2,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-package .cv-next-heading h2,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-fit .cv-next-heading h2,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-split__copy h2,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-rdv__copy h2,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form-copy h2,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-faq__copy h2,
body.page-coachvisible .coachvisible-next .cv-next-heading h2,
body.page-coachvisible .coachvisible-next .cv-next-package .cv-next-heading h2,
body.page-coachvisible .coachvisible-next .cv-next-fit .cv-next-heading h2,
body.page-coachvisible .coachvisible-next .cv-next-split__copy h2,
body.page-coachvisible .coachvisible-next .cv-next-rdv__copy h2,
body.page-coachvisible .coachvisible-next .cv-next-form-copy h2,
body.page-coachvisible .coachvisible-next .cv-next-faq__copy h2 {
  max-width: none !important;
  text-wrap: wrap !important;
  width: 100% !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-heading > p:not(.cv-next-eyebrow),
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-package .cv-next-heading > p:not(.cv-next-eyebrow),
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-fit .cv-next-heading > p:not(.cv-next-eyebrow),
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-split__copy p:not(.cv-next-eyebrow),
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-rdv__copy p:not(.cv-next-eyebrow),
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form-copy p:not(.cv-next-eyebrow),
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-faq__copy p:not(.cv-next-eyebrow),
body.page-coachvisible .coachvisible-next .cv-next-heading > p:not(.cv-next-eyebrow),
body.page-coachvisible .coachvisible-next .cv-next-package .cv-next-heading > p:not(.cv-next-eyebrow),
body.page-coachvisible .coachvisible-next .cv-next-fit .cv-next-heading > p:not(.cv-next-eyebrow),
body.page-coachvisible .coachvisible-next .cv-next-split__copy p:not(.cv-next-eyebrow),
body.page-coachvisible .coachvisible-next .cv-next-rdv__copy p:not(.cv-next-eyebrow),
body.page-coachvisible .coachvisible-next .cv-next-form-copy p:not(.cv-next-eyebrow),
body.page-coachvisible .coachvisible-next .cv-next-faq__copy p:not(.cv-next-eyebrow) {
  max-width: none !important;
  text-wrap: wrap !important;
  width: 100% !important;
}

/* CoachVisible: calmer FAQ and bottom diagnostic form layout. */
body.page-coachvisible .coachvisible-next .cv-next-trust .cv-next-faq,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-trust .cv-next-faq {
  display: grid !important;
  gap: clamp(1.35rem, 2.2vw, 2.15rem) !important;
  grid-template-columns: 1fr !important;
  margin-top: clamp(5.5rem, 8vw, 8rem) !important;
  max-width: none !important;
}

body.page-coachvisible .coachvisible-next .cv-next-faq__copy,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-faq__copy {
  display: grid !important;
  gap: 0.65rem !important;
  max-width: none !important;
}

body.page-coachvisible .coachvisible-next .cv-next-faq__copy h2,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-faq__copy h2 {
  font-size: clamp(2.15rem, 3vw, 3.05rem) !important;
  max-width: none !important;
}

body.page-coachvisible .coachvisible-next .cv-next-faq .faq,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-faq .faq {
  gap: 0.65rem !important;
  justify-self: start !important;
  max-width: min(100%, 1120px) !important;
  width: 100% !important;
}

body.page-coachvisible .coachvisible-next .cv-next-faq .faq-item,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-faq .faq-item {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(13, 61, 69, 0.14) !important;
  box-shadow: 0 10px 28px rgba(13, 61, 69, 0.075) !important;
}

body.page-coachvisible .coachvisible-next .cv-next-faq .faq-question,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-faq .faq-question {
  color: var(--cv-heading) !important;
  font-size: clamp(1rem, 1.15vw, 1.12rem) !important;
  font-weight: 850 !important;
  gap: 0.85rem !important;
  line-height: 1.18 !important;
  min-height: 0 !important;
  padding: 0.78rem 0.95rem !important;
}

body.page-coachvisible .coachvisible-next .cv-next-faq .faq-question::after,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-faq .faq-question::after {
  background: rgba(79, 234, 199, 0.2) !important;
  color: var(--cv-accent-strong) !important;
  font-size: 0.95rem !important;
  height: 1.35rem !important;
  width: 1.35rem !important;
}

body.page-coachvisible .coachvisible-next .cv-next-faq .faq-answer,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-faq .faq-answer {
  padding-inline: 0.95rem !important;
}

body.page-coachvisible .coachvisible-next .cv-next-faq .faq-answer p,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-faq .faq-answer p {
  color: var(--cv-muted) !important;
  font-size: 0.96rem !important;
  line-height: 1.55 !important;
  margin: 0 !important;
  max-width: none !important;
}

.js body.page-coachvisible .coachvisible-next .cv-next-faq [data-faq-enhanced] .faq-answer,
.js body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-faq [data-faq-enhanced] .faq-answer {
  padding-bottom: 0 !important;
}

.js body.page-coachvisible .coachvisible-next .cv-next-faq [data-faq-enhanced] .faq-item.is-open .faq-answer,
.js body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-faq [data-faq-enhanced] .faq-item.is-open .faq-answer {
  padding-bottom: 0.85rem !important;
}

body.page-coachvisible .coachvisible-next .cv-next-form-section .cv-next-form-grid,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form-section .cv-next-form-grid {
  align-items: start !important;
  display: grid !important;
  gap: clamp(1.5rem, 2.6vw, 2.45rem) !important;
  grid-template-columns: 1fr !important;
}

body.page-coachvisible .coachvisible-next .cv-next-form-copy,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form-copy {
  display: grid !important;
  gap: 0.7rem !important;
  max-width: none !important;
}

body.page-coachvisible .coachvisible-next .cv-next-form-copy h2,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form-copy h2 {
  font-size: clamp(2.2rem, 3.8vw, 4.1rem) !important;
  line-height: 1.02 !important;
  max-width: none !important;
}

body.page-coachvisible .coachvisible-next .cv-next-form-copy p,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form-copy p {
  max-width: 72rem !important;
}

body.page-coachvisible .coachvisible-next .cv-next-form-section .cv-next-form,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form-section .cv-next-form {
  justify-self: start !important;
  max-width: 1040px !important;
  padding: clamp(1.1rem, 2vw, 1.65rem) !important;
  width: 100% !important;
}

body.page-coachvisible .coachvisible-next .cv-next-form-section.is-popup-open .cv-next-form-grid,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form-section.is-popup-open .cv-next-form-grid {
  grid-template-columns: 1fr !important;
  max-width: min(100%, 1040px) !important;
}

@media (max-width: 720px) {
  body.page-coachvisible .coachvisible-next .cv-next-form__grid,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form__grid {
    grid-template-columns: 1fr !important;
  }
}

/* Audit correction pass: offer clarity, static projects, compact chrome. */
body.page-home .magic-header,
body.page-coachvisible .magic-header {
  left: clamp(12px, 2.2vw, 28px) !important;
  right: clamp(12px, 2.2vw, 28px) !important;
  top: clamp(10px, 1.6vw, 18px) !important;
}

body.page-home .magic-mark,
body.page-coachvisible .magic-mark {
  min-height: 46px !important;
  min-width: 46px !important;
}

body.page-home .magic-menu-btn,
body.page-home .magic-talk,
body.page-coachvisible .magic-menu-btn,
body.page-coachvisible .magic-talk {
  border-radius: 999px !important;
  min-height: 46px !important;
  padding-inline: 16px !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes {
  min-height: auto !important;
  overflow: clip !important;
  padding: var(--ww-final-section, clamp(72px, 8vw, 118px)) var(--ww-final-gutter, clamp(16px, 4vw, 56px)) !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__sticky,
body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__stage,
body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__viewport {
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: auto !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__sticky {
  gap: clamp(28px, 4vw, 48px) !important;
  padding: 0 !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading {
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  max-width: 820px !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading h2,
body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading p {
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading h2 {
  font-size: clamp(2.45rem, 5vw, 5.15rem) !important;
  line-height: 0.98 !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading p {
  margin: 0 !important;
  max-width: 42rem !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail {
  display: grid !important;
  gap: 22px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  height: auto !important;
  max-width: min(1320px, 100%) !important;
  min-height: 0 !important;
  overflow: visible !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card,
body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card.is-active {
  border-radius: 8px !important;
  box-shadow: 0 18px 48px rgba(5, 18, 34, 0.14) !important;
  display: grid !important;
  gap: 16px !important;
  grid-area: auto !important;
  grid-template-columns: 1fr !important;
  height: auto !important;
  min-height: 100% !important;
  opacity: 1 !important;
  overflow: hidden !important;
  padding: 18px !important;
  pointer-events: auto !important;
  text-align: left !important;
  transform: none !important;
  visibility: visible !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card__body {
  align-content: start !important;
  display: grid !important;
  gap: 12px !important;
  height: auto !important;
  justify-items: start !important;
  order: 2 !important;
  overflow: visible !important;
  text-align: left !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card > img {
  aspect-ratio: 16 / 10 !important;
  border-radius: 6px !important;
  height: auto !important;
  max-height: 220px !important;
  object-fit: cover !important;
  object-position: top center !important;
  order: 1 !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card h3 {
  font-size: clamp(1.35rem, 1.7vw, 1.86rem) !important;
  line-height: 1.08 !important;
  max-width: 100% !important;
  text-align: left !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card p {
  display: block !important;
  font-size: 0.98rem !important;
  line-height: 1.52 !important;
  overflow: visible !important;
  text-align: left !important;
  -webkit-line-clamp: initial !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-view-btn {
  border-radius: 999px !important;
  justify-self: start !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__indicator {
  display: none !important;
}

body.page-coachvisible .cv-next-price-card,
body.page-coachvisible .cv-next-tariff {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(241, 251, 249, 0.94)) !important;
  border: 1px solid var(--cv-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 54px var(--cv-shadow) !important;
  display: grid !important;
  gap: 0.42rem !important;
  margin-top: 1.25rem !important;
  max-width: 34rem !important;
  padding: 1rem !important;
}

body.page-coachvisible .cv-next-price-card span,
body.page-coachvisible .cv-next-tariff span {
  color: var(--cv-accent-strong) !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body.page-coachvisible .cv-next-price-card strong,
body.page-coachvisible .cv-next-tariff strong {
  color: var(--cv-heading) !important;
  font-size: clamp(2rem, 4vw, 3.35rem) !important;
  line-height: 1 !important;
}

body.page-coachvisible .cv-next-price-card p,
body.page-coachvisible .cv-next-tariff p {
  color: var(--cv-muted) !important;
  font-size: 0.96rem !important;
  line-height: 1.48 !important;
  margin: 0 !important;
}

body.page-coachvisible .cv-next-price-inline,
body.page-coachvisible.magic-scroll-active .cv-next-price-inline {
  color: var(--cv-heading) !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

body.page-coachvisible .cv-next-card-grid > *,
body.page-coachvisible .cv-next-strip__grid > *,
body.page-coachvisible .cv-next-rdv__steps > *,
body.page-coachvisible .cv-next-fit__lists > * {
  height: 100% !important;
}

body.page-coachvisible .cv-next-card,
body.page-coachvisible .cv-next-benefit,
body.page-coachvisible .cv-next-step,
body.page-coachvisible .cv-next-panel {
  display: grid !important;
  align-content: start !important;
}

body.page-coachvisible .cv-next-form .input,
body.page-coachvisible .cv-next-form .textarea,
body.page-coachvisible .cv-next-form select.input {
  border-radius: 8px !important;
  min-height: 52px !important;
  width: 100% !important;
}

body.page-coachvisible .cv-next-form select.input {
  appearance: auto !important;
}

body.page-coachvisible .cv-next-form-hints span {
  background: rgba(17, 141, 154, 0.09) !important;
  border-color: rgba(17, 141, 154, 0.2) !important;
}

body.site-page .site-footer .footer-grid,
body.site-page .site-footer .footer-bottom {
  padding-left: max(16px, env(safe-area-inset-left, 0px)) !important;
  padding-right: max(16px, env(safe-area-inset-right, 0px)) !important;
}

body.site-page .site-footer .footer-grid {
  gap: clamp(24px, 4vw, 56px) !important;
}

body.site-page .site-footer .footer-bottom {
  gap: 0.75rem !important;
  padding-bottom: clamp(18px, 3vw, 32px) !important;
}

@media (max-width: 1180px) {
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.page-home .magic-header,
  body.page-coachvisible .magic-header {
    gap: 8px !important;
  }

  body.page-home .magic-menu-btn,
  body.page-home .magic-talk,
  body.page-coachvisible .magic-menu-btn,
  body.page-coachvisible .magic-talk {
    font-size: 0.78rem !important;
    min-height: 42px !important;
    padding-inline: 11px !important;
  }

  body.page-home .magic-mark,
  body.page-coachvisible .magic-mark {
    min-height: 42px !important;
    min-width: 42px !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail,
  body.page-coachvisible .cv-next-card-grid,
  body.page-coachvisible .cv-next-strip__grid,
  body.page-coachvisible .cv-next-card-grid--included,
  body.page-coachvisible .cv-next-card-grid--visual {
    grid-template-columns: 1fr !important;
  }

  body.page-coachvisible .cv-next-hero h1,
  body.page-coachvisible.magic-scroll-active .cv-next-hero h1 {
    font-size: clamp(2.05rem, 8.2vw, 2.75rem) !important;
    max-width: 14.5ch !important;
  }

  body.page-coachvisible .cv-next-hero__visual > img {
    max-height: 360px !important;
  }

  body.page-coachvisible .cv-next-score {
    position: static !important;
    margin-top: 0.75rem !important;
    max-width: 100% !important;
  }
}

/* CoachVisible FAQ/form alignment: keep the compact rhythm but frame them on the full content rail. */
body.page-coachvisible .coachvisible-next .cv-next-faq .faq,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-faq .faq {
  justify-self: stretch !important;
  max-width: none !important;
  width: 100% !important;
}

body.page-coachvisible .coachvisible-next .cv-next-faq .faq-question,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-faq .faq-question {
  padding: 0.86rem 1.1rem !important;
}

body.page-coachvisible .coachvisible-next .cv-next-faq .faq-answer,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-faq .faq-answer {
  border-top: 1px solid rgba(13, 61, 69, 0.12) !important;
  padding: 0.8rem 1.1rem 1rem !important;
}

.js body.page-coachvisible .coachvisible-next .cv-next-faq [data-faq-enhanced] .faq-answer,
.js body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-faq [data-faq-enhanced] .faq-answer {
  border-top: 0 !important;
  padding-block: 0 !important;
}

.js body.page-coachvisible .coachvisible-next .cv-next-faq [data-faq-enhanced] .faq-item.is-open .faq-answer,
.js body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-faq [data-faq-enhanced] .faq-item.is-open .faq-answer {
  border-top: 1px solid rgba(13, 61, 69, 0.12) !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 0.8rem 1.1rem 1rem !important;
}

body.page-coachvisible .coachvisible-next .cv-next-form-section .cv-next-form,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form-section .cv-next-form {
  justify-self: stretch !important;
  max-width: none !important;
  width: 100% !important;
}

body.page-coachvisible .coachvisible-next .cv-next-form__grid,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form__grid {
  column-gap: clamp(1rem, 2vw, 1.45rem) !important;
  row-gap: 1.05rem !important;
}

/* Home screenshot fixes: keep SEO context in the DOM without leaving empty visual panels. */
body.site-page .ww-bot-only-section,
body.site-page .ww-bot-only-section.is-visible,
body.site-page .ww-seo-only-section,
body.site-page .ww-seo-only-section.is-visible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  max-height: 1px !important;
  margin: -1px !important;
  min-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

body.page-home .magic-home-v3 .magic-final__owner {
  align-items: center !important;
  display: grid !important;
  gap: 0.65rem !important;
  justify-items: center !important;
  padding: clamp(24px, 3.6vw, 44px) !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-final__owner strong {
  font-size: clamp(1.08rem, 1.7vw, 1.42rem) !important;
  line-height: 1.1 !important;
}

body.page-home .magic-home-v3 .magic-final__owner span {
  color: rgba(247, 251, 255, 0.78) !important;
  font-size: clamp(0.98rem, 1.2vw, 1.08rem) !important;
  line-height: 1.65 !important;
}

/* Home offers rebuild: dark section, readable cards, no half-active carousel state. */
body.page-home .magic-home-v3 .magic-offers-entry {
  background:
    radial-gradient(circle at 18% 12%, rgba(101, 216, 255, 0.15), transparent 30rem),
    radial-gradient(circle at 82% 58%, rgba(40, 240, 190, 0.1), transparent 32rem),
    linear-gradient(180deg, #07111f 0%, #0a1624 56%, #06101d 100%) !important;
  color: #f7fbff !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: clip !important;
  padding-block: clamp(78px, 9vw, 132px) !important;
}

body.page-home .magic-home-v3 .magic-offers-entry::before {
  background:
    linear-gradient(to right, rgba(125, 226, 255, 0.055) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(125, 226, 255, 0.04) 1px, transparent 1px) !important;
  background-size: 72px 72px !important;
  opacity: 0.42 !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-services__sticky,
body.page-home .magic-home-v3 .magic-offers-entry .magic-track-wrap {
  height: auto !important;
  margin-inline: auto !important;
  max-width: min(1220px, calc(100vw - 40px)) !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: relative !important;
  top: auto !important;
  transform: none !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-services__sticky {
  display: grid !important;
  gap: clamp(30px, 4vw, 52px) !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading {
  align-items: center !important;
  display: grid !important;
  gap: clamp(12px, 1.8vw, 22px) !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  margin-inline: auto !important;
  max-width: min(1220px, 100%) !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading h2 {
  color: #ffffff !important;
  font-size: clamp(2.15rem, 2.7vw, 3rem) !important;
  letter-spacing: 0 !important;
  line-height: 1.02 !important;
  margin: 0 !important;
  max-width: 100% !important;
  overflow-wrap: normal !important;
  text-align: center !important;
  white-space: nowrap !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading p {
  color: rgba(235, 247, 255, 0.68) !important;
  font-size: clamp(1rem, 1.1vw, 1.14rem) !important;
  font-weight: 720 !important;
  justify-self: center !important;
  line-height: 1.55 !important;
  margin: 0 auto !important;
  max-width: 46rem !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-services__track {
  align-items: stretch !important;
  display: grid !important;
  gap: clamp(16px, 1.8vw, 22px) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  min-width: 0 !important;
  padding: 0 !important;
  transform: none !important;
  transition: none !important;
  width: 100% !important;
  will-change: auto !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-services__track > * {
  flex: initial !important;
  min-width: 0 !important;
  width: auto !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card {
  --service-card-accent: #7ee8ff;
  align-content: stretch !important;
  background:
    linear-gradient(180deg, rgba(18, 31, 46, 0.94), rgba(8, 17, 31, 0.98)) !important;
  border: 1px solid rgba(174, 229, 255, 0.16) !important;
  border-radius: 10px !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28) !important;
  color: #f7fbff !important;
  display: grid !important;
  gap: 0 !important;
  grid-template-rows: auto 1fr !important;
  height: auto !important;
  min-height: 0 !important;
  opacity: 1 !important;
  overflow: hidden !important;
  padding: 10px !important;
  position: relative !important;
  transform: none !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
  will-change: auto !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card:nth-child(2) {
  --service-card-accent: #67f1bd;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card:nth-child(3) {
  --service-card-accent: #8ad7ff;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card:nth-child(4) {
  --service-card-accent: #6cf0cf;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card:hover,
body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card:focus-within {
  border-color: rgba(126, 232, 255, 0.34) !important;
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.36) !important;
  transform: translateY(-3px) !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card::after {
  background: linear-gradient(90deg, transparent, rgba(126, 232, 255, 0.34), transparent) !important;
  bottom: auto !important;
  content: "" !important;
  height: 1px !important;
  inset: 0 12px auto !important;
  opacity: 0.75 !important;
  position: absolute !important;
  transform: none !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__number {
  align-items: center !important;
  background: rgba(4, 13, 23, 0.86) !important;
  border: 1px solid rgba(126, 232, 255, 0.28) !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26) !important;
  color: var(--service-card-accent) !important;
  display: inline-flex !important;
  font-size: 0.9rem !important;
  font-weight: 950 !important;
  height: 34px !important;
  justify-content: center !important;
  left: auto !important;
  line-height: 1 !important;
  min-width: 34px !important;
  position: absolute !important;
  right: 18px !important;
  top: 18px !important;
  z-index: 2 !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card > img {
  aspect-ratio: 16 / 9 !important;
  border-radius: 8px !important;
  display: block !important;
  filter: none !important;
  height: auto !important;
  margin: 0 !important;
  max-height: 190px !important;
  object-fit: cover !important;
  opacity: 1 !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__body {
  align-content: start !important;
  color: #f7fbff !important;
  display: grid !important;
  gap: 12px !important;
  grid-template-rows: auto auto auto auto 1fr !important;
  min-height: 0 !important;
  padding: 18px 12px 10px !important;
  text-align: left !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__eyebrow {
  color: var(--service-card-accent) !important;
  font-size: 0.72rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.1em !important;
  line-height: 1 !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card h3 {
  color: #ffffff !important;
  font-size: clamp(1.28rem, 1.55vw, 1.8rem) !important;
  line-height: 1.02 !important;
  margin: 0 !important;
  max-width: 12ch !important;
  text-align: left !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card p {
  color: rgba(235, 247, 255, 0.7) !important;
  font-size: 0.95rem !important;
  font-weight: 720 !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  max-width: none !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 2px !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__meta span {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(126, 232, 255, 0.18) !important;
  border-radius: 999px !important;
  color: rgba(235, 247, 255, 0.78) !important;
  font-size: 0.76rem !important;
  font-weight: 850 !important;
  min-height: 32px !important;
  padding: 0 11px !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card .magic-card-link {
  align-self: end !important;
  background: linear-gradient(135deg, #55dcff 0%, #5ff0c4 100%) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 30px rgba(49, 222, 201, 0.22) !important;
  color: #06111e !important;
  font-size: 0.9rem !important;
  font-weight: 950 !important;
  justify-self: start !important;
  line-height: 1 !important;
  margin-top: 8px !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  width: auto !important;
}

@media (max-width: 1120px) {
  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__track {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading {
    justify-items: center !important;
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading h2 {
    font-size: clamp(2rem, 9vw, 3rem) !important;
    max-width: 12ch !important;
    white-space: normal !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading p {
    justify-self: center !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__track {
    grid-template-columns: 1fr !important;
  }
}

@media (max-height: 640px) {
  body.page-home .magic-home-v3 .magic-offers-entry {
    padding-top: clamp(34px, 9vh, 58px) !important;
    padding-bottom: clamp(32px, 7vh, 54px) !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__sticky {
    gap: clamp(10px, 2.4vh, 18px) !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading {
    gap: clamp(6px, 1.4vh, 10px) !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading h2 {
    font-size: clamp(1.48rem, 3.6vw, 2.35rem) !important;
    line-height: 1.03 !important;
    max-width: min(100%, 34ch) !important;
    white-space: normal !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading p {
    font-size: clamp(0.78rem, 1.5vw, 0.95rem) !important;
    line-height: 1.34 !important;
    max-width: 44rem !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__track {
    gap: clamp(10px, 1.8vh, 14px) !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card {
    grid-template-rows: 1fr !important;
    isolation: isolate !important;
    min-height: clamp(190px, 48vh, 280px) !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card > img {
    height: 100% !important;
    inset: 0 !important;
    margin: 0 !important;
    max-height: none !important;
    opacity: 0.22 !important;
    position: absolute !important;
    width: 100% !important;
    z-index: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__body {
    background: linear-gradient(180deg, rgba(6, 17, 30, 0.74), rgba(6, 17, 30, 0.9)) !important;
    border-radius: 8px !important;
    padding: clamp(14px, 3vh, 20px) !important;
    position: relative !important;
    z-index: 1 !important;
  }
}

/* CoachVisible buttons: match the sharper logo-blue diagnostic chip style. */
body.page-coachvisible {
  --cv-logo-blue: #26c2ff;
  --cv-logo-cyan: #09b7bd;
  --cv-logo-deep: #058fb4;
}

body.page-coachvisible .magic-talk,
body.page-coachvisible .magic-menu-overlay__cta,
body.page-coachvisible .coachvisible-next .btn,
body.page-coachvisible .coachvisible-next .cv-next-form button,
body.page-coachvisible.magic-scroll-active .magic-talk,
body.page-coachvisible.magic-scroll-active .magic-menu-overlay__cta,
body.page-coachvisible.magic-scroll-active .coachvisible-next .btn,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form button {
  align-items: center !important;
  background: linear-gradient(135deg, var(--cv-logo-blue) 0%, var(--cv-logo-cyan) 54%, var(--cv-logo-deep) 100%) !important;
  border: 1px solid rgba(5, 143, 180, 0.38) !important;
  border-radius: 7px !important;
  box-shadow: 0 12px 28px rgba(9, 183, 189, 0.2) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 0.92rem !important;
  font-weight: 900 !important;
  justify-content: center !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
  min-height: 2.75rem !important;
  padding: 0.82rem 1.05rem !important;
  text-decoration: none !important;
  text-shadow: none !important;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease !important;
  width: auto !important;
}

body.page-coachvisible .coachvisible-next .btn-large,
body.page-coachvisible.magic-scroll-active .coachvisible-next .btn-large {
  min-height: 2.95rem !important;
  padding-inline: 1.15rem !important;
}

body.page-coachvisible .coachvisible-next .btn-secondary,
body.page-coachvisible.magic-scroll-active .coachvisible-next .btn.btn-secondary {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(5, 143, 180, 0.24) !important;
  box-shadow: 0 10px 24px rgba(9, 47, 57, 0.08) !important;
  color: var(--cv-logo-deep) !important;
}

body.page-coachvisible .magic-talk:hover,
body.page-coachvisible .magic-talk:focus-visible,
body.page-coachvisible .magic-menu-overlay__cta:hover,
body.page-coachvisible .magic-menu-overlay__cta:focus-visible,
body.page-coachvisible .coachvisible-next .btn:hover,
body.page-coachvisible .coachvisible-next .btn:focus-visible,
body.page-coachvisible .coachvisible-next .cv-next-form button:hover,
body.page-coachvisible .coachvisible-next .cv-next-form button:focus-visible,
body.page-coachvisible.magic-scroll-active .magic-talk:hover,
body.page-coachvisible.magic-scroll-active .magic-talk:focus-visible,
body.page-coachvisible.magic-scroll-active .magic-menu-overlay__cta:hover,
body.page-coachvisible.magic-scroll-active .magic-menu-overlay__cta:focus-visible,
body.page-coachvisible.magic-scroll-active .coachvisible-next .btn:hover,
body.page-coachvisible.magic-scroll-active .coachvisible-next .btn:focus-visible,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form button:hover,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form button:focus-visible {
  border-color: rgba(5, 143, 180, 0.52) !important;
  box-shadow: 0 16px 34px rgba(9, 183, 189, 0.26) !important;
  transform: translateY(-1px) !important;
}

body.page-coachvisible .coachvisible-next .btn-secondary:hover,
body.page-coachvisible .coachvisible-next .btn-secondary:focus-visible,
body.page-coachvisible.magic-scroll-active .coachvisible-next .btn.btn-secondary:hover,
body.page-coachvisible.magic-scroll-active .coachvisible-next .btn.btn-secondary:focus-visible {
  background: #ffffff !important;
  color: var(--cv-logo-deep) !important;
}

body.page-coachvisible .magic-talk,
body.page-coachvisible.magic-scroll-active .magic-talk {
  font-size: 0.78rem !important;
  height: 2.35rem !important;
  min-height: 2.35rem !important;
  padding: 0.55rem 0.78rem !important;
  width: auto !important;
}

body.page-coachvisible .magic-menu-overlay__nav a[data-cv-form-open],
body.page-coachvisible .magic-menu-overlay__cta,
body.page-coachvisible .coachvisible-next .cv-next-form-close,
body.page-coachvisible.magic-scroll-active .magic-menu-overlay__nav a[data-cv-form-open],
body.page-coachvisible.magic-scroll-active .magic-menu-overlay__cta,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form-close {
  background: linear-gradient(135deg, var(--cv-logo-blue) 0%, var(--cv-logo-cyan) 54%, var(--cv-logo-deep) 100%) !important;
  border: 1px solid rgba(5, 143, 180, 0.38) !important;
  border-radius: 7px !important;
  color: #ffffff !important;
}

body.page-coachvisible .coachvisible-next .cv-next-form button[type="submit"],
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form button[type="submit"] {
  justify-self: start !important;
  min-width: min(100%, 22rem) !important;
  width: auto !important;
}

body.page-coachvisible .coachvisible-next .btn-secondary,
body.page-coachvisible.magic-scroll-active .coachvisible-next .btn.btn-secondary,
body.page-coachvisible .coachvisible-next .btn-secondary:hover,
body.page-coachvisible .coachvisible-next .btn-secondary:focus-visible,
body.page-coachvisible.magic-scroll-active .coachvisible-next .btn.btn-secondary:hover,
body.page-coachvisible.magic-scroll-active .coachvisible-next .btn.btn-secondary:focus-visible {
  background: linear-gradient(135deg, var(--cv-logo-blue) 0%, var(--cv-logo-cyan) 54%, var(--cv-logo-deep) 100%) !important;
  border-color: rgba(5, 143, 180, 0.38) !important;
  color: #ffffff !important;
}

body.page-coachvisible .magic-menu-overlay__nav a[data-cv-form-open],
body.page-coachvisible.magic-scroll-active .magic-menu-overlay__nav a[data-cv-form-open] {
  justify-self: start !important;
  min-height: 2.8rem !important;
  padding: 0.78rem 1rem !important;
  width: auto !important;
}

body.page-coachvisible .coachvisible-next .btn.btn-secondary,
body.page-coachvisible .coachvisible-next .cv-next-actions .btn.btn-secondary,
body.page-coachvisible.magic-scroll-active .coachvisible-next .btn.btn-secondary,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-actions .btn.btn-secondary {
  background: linear-gradient(135deg, var(--cv-logo-blue) 0%, var(--cv-logo-cyan) 54%, var(--cv-logo-deep) 100%) !important;
  border-color: rgba(5, 143, 180, 0.38) !important;
  color: #ffffff !important;
}

/* Header buttons: restore a slightly larger Apple-like touch target. */
@media (min-width: 341px) {
  body.page-home .magic-menu-btn,
  body.page-home .magic-talk,
  body.page-coachvisible .magic-menu-btn,
  body.page-coachvisible .magic-talk,
  body.page-home.magic-scroll-active .magic-menu-btn,
  body.page-home.magic-scroll-active .magic-talk,
  body.page-coachvisible.magic-scroll-active .magic-menu-btn,
  body.page-coachvisible.magic-scroll-active .magic-talk {
    min-height: 50px !important;
    padding-inline: 19px !important;
  }

  body.page-coachvisible .magic-talk,
  body.page-coachvisible.magic-scroll-active .magic-talk {
    font-size: 0.84rem !important;
    height: 3rem !important;
    min-height: 3rem !important;
    padding: 0.72rem 1.05rem !important;
  }
}

/* Blog WeWorkWeb: editorial surface, scoped away from magic-scroll pages. */
body.page-blog,
body.page-blog-article {
  background:
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 42%, #ffffff 100%) !important;
  color: #07131f !important;
}

.ww-blog,
.ww-article {
  color: #07131f;
  overflow: clip;
}

.ww-blog-hero,
.ww-article-hero {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(236, 247, 255, 0.78) 100%),
    repeating-linear-gradient(90deg, rgba(33, 129, 255, 0.06) 0 1px, transparent 1px 72px);
  padding: clamp(8.2rem, 11vw, 11.5rem) 0 clamp(4.5rem, 7vw, 7rem);
}

.ww-blog-hero__inner,
.ww-article-hero__inner {
  align-items: stretch;
  display: grid;
  gap: clamp(1.5rem, 4vw, 4.5rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.68fr);
}

.ww-blog-hero h1,
.ww-article-hero h1 {
  color: #06111e;
  font-size: clamp(3.2rem, 8vw, 7.3rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0;
  max-width: 9.5ch;
}

.ww-article-hero h1 {
  font-size: clamp(2.65rem, 5.7vw, 5.6rem);
  max-width: 12ch;
}

.ww-blog-hero__copy,
.ww-article-hero__copy {
  display: grid;
  gap: 1.45rem;
  justify-items: start;
}

.ww-blog-hero__copy p,
.ww-article-hero__copy > p {
  color: #315066;
  font-size: clamp(1.08rem, 1.65vw, 1.35rem);
  font-weight: 650;
  line-height: 1.5;
  margin: 0;
  max-width: 47rem;
}

.ww-blog-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0.25rem;
}

.ww-blog-btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  min-height: 3rem;
  padding: 0 1.15rem;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ww-blog-btn--primary {
  background: linear-gradient(135deg, #1b77ff 0%, #26d5ee 100%);
  border: 1px solid rgba(27, 119, 255, 0.28);
  box-shadow: 0 18px 38px rgba(27, 119, 255, 0.18);
  color: #ffffff !important;
}

.ww-blog-btn--ghost {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(18, 60, 92, 0.12);
  color: #08233b !important;
}

.ww-blog-btn--light {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #07131f !important;
}

.ww-blog-btn:hover,
.ww-blog-btn:focus-visible {
  box-shadow: 0 22px 44px rgba(27, 119, 255, 0.22);
  transform: translateY(-1px);
}

.ww-blog-radar,
.ww-article-summary {
  align-self: end;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(10, 45, 78, 0.12);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(12, 52, 92, 0.1);
  padding: clamp(1rem, 2vw, 1.45rem);
}

.ww-blog-radar__top,
.ww-article-meta,
.ww-blog-card__meta {
  align-items: center;
  color: #446278;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.78rem;
  font-weight: 850;
  gap: 0.55rem;
  line-height: 1.2;
}

.ww-blog-radar__top span,
.ww-article-meta span,
.ww-blog-card__meta span {
  background: rgba(235, 247, 255, 0.82);
  border: 1px solid rgba(31, 119, 255, 0.13);
  border-radius: 999px;
  color: #24465c;
  min-height: 1.8rem;
  padding: 0.48rem 0.7rem;
}

.ww-blog-radar ul,
.ww-article-summary ul {
  display: grid;
  gap: 0.95rem;
  list-style: none;
  margin: 1.1rem 0 0;
  padding: 0;
}

.ww-blog-radar li,
.ww-article-summary li {
  border-top: 1px solid rgba(10, 45, 78, 0.1);
  display: grid;
  gap: 0.22rem;
  padding-top: 0.95rem;
}

.ww-blog-radar strong,
.ww-article-summary h2 {
  color: #07131f;
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: 0;
}

.ww-blog-radar span,
.ww-article-summary li {
  color: #496476;
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.45;
}

.ww-blog-featured {
  background: #06111e;
  color: #ffffff;
  padding: clamp(3rem, 6vw, 5.8rem) 0;
}

.ww-blog-featured__inner {
  align-items: center;
  display: grid;
  gap: clamp(1.8rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
}

.ww-blog-featured__copy {
  display: grid;
  gap: 1rem;
  justify-items: start;
}

.ww-blog-featured__copy > p:first-child {
  color: #6fe8ff;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0;
  margin: 0;
}

.ww-blog-featured h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4.7vw, 4.8rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  max-width: 12ch;
}

.ww-blog-featured__copy > p:not(:first-child) {
  color: rgba(235, 247, 255, 0.78);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  font-weight: 650;
  line-height: 1.55;
  margin: 0;
  max-width: 46rem;
}

.ww-blog-featured .ww-blog-card__meta span {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(111, 232, 255, 0.16);
  color: rgba(235, 247, 255, 0.86);
}

.ww-blog-featured__visual {
  aspect-ratio: 1.05;
  background:
    linear-gradient(135deg, rgba(38, 213, 238, 0.28), rgba(27, 119, 255, 0.08)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(111, 232, 255, 0.18);
  border-radius: 8px;
  display: grid;
  min-height: 20rem;
  overflow: hidden;
  padding: clamp(1rem, 2vw, 1.4rem);
  place-items: center;
  position: relative;
}

.ww-blog-featured__visual span {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: block;
  height: 12%;
  position: absolute;
  width: 68%;
}

.ww-blog-featured__visual span:nth-child(1) {
  top: 22%;
}

.ww-blog-featured__visual span:nth-child(2) {
  top: 44%;
  width: 52%;
}

.ww-blog-featured__visual span:nth-child(3) {
  top: 66%;
  width: 78%;
}

.ww-blog-featured__visual strong {
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  font-weight: 950;
  letter-spacing: 0;
  position: relative;
}

.ww-blog-featured__visual--photo {
  align-content: end;
  background:
    linear-gradient(180deg, rgba(6, 17, 30, 0) 42%, rgba(6, 17, 30, 0.82) 100%),
    #d9dde2;
  margin: 0;
  padding: 0;
  place-items: stretch;
}

.ww-blog-featured__visual--photo img {
  grid-area: 1 / 1;
  height: 100%;
  object-fit: cover;
  object-position: 50% 36%;
  width: 100%;
}

.ww-blog-featured__visual--photo figcaption {
  align-self: end;
  display: grid;
  gap: 0.24rem;
  grid-area: 1 / 1;
  padding: clamp(1rem, 2vw, 1.45rem);
  position: relative;
  z-index: 1;
}

.ww-blog-featured__visual--photo figcaption strong {
  color: #ffffff;
  font-size: clamp(1.25rem, 2.2vw, 2.1rem);
  line-height: 1.02;
}

.ww-blog-featured__visual--photo figcaption span {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: rgba(235, 247, 255, 0.82);
  display: block;
  font-size: 0.88rem;
  font-weight: 850;
  height: auto;
  line-height: 1.35;
  position: static;
  width: auto;
}

.ww-blog-categories {
  padding: clamp(1.4rem, 3vw, 2.2rem) 0 0;
}

.ww-blog-category-nav {
  display: flex;
  gap: 0.65rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scrollbar-width: thin;
}

.ww-blog-category-nav a {
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(10, 45, 78, 0.1);
  border-radius: 8px;
  color: #08233b;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.87rem;
  font-weight: 900;
  gap: 0.5rem;
  min-height: 2.8rem;
  padding: 0 0.85rem;
  text-decoration: none;
}

.ww-blog-category-nav small {
  color: #1b77ff;
  font-size: 0.78rem;
  font-weight: 950;
}

.ww-blog-groups,
.ww-article-related {
  padding: clamp(2.8rem, 6vw, 5.6rem) 0;
}

.ww-blog-group + .ww-blog-group {
  margin-top: clamp(3rem, 7vw, 6.5rem);
}

.ww-blog-group__head {
  align-items: end;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.45fr);
  margin-bottom: 1.2rem;
}

.ww-blog-group__head h2 {
  color: #06111e;
  font-size: clamp(2rem, 4vw, 4.1rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

.ww-blog-group__head p {
  color: #496476;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.ww-blog-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ww-blog-grid--related {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ww-blog-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(10, 45, 78, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(12, 52, 92, 0.07);
  color: #07131f;
  display: grid;
  min-height: 100%;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ww-blog-card:hover,
.ww-blog-card:focus-visible {
  border-color: rgba(27, 119, 255, 0.28);
  box-shadow: 0 22px 56px rgba(12, 52, 92, 0.12);
  transform: translateY(-2px);
}

.ww-blog-card__visual {
  background:
    linear-gradient(135deg, rgba(27, 119, 255, 0.15), rgba(38, 213, 238, 0.2)),
    linear-gradient(180deg, #ffffff, #eaf6ff);
  display: grid;
  gap: 0.48rem;
  min-height: 8.3rem;
  padding: 1rem;
}

.ww-blog-card__visual span {
  background: rgba(6, 17, 30, 0.08);
  border-radius: 8px;
  display: block;
  height: 0.9rem;
}

.ww-blog-card__visual span:nth-child(1) {
  width: 80%;
}

.ww-blog-card__visual span:nth-child(2) {
  width: 52%;
}

.ww-blog-card__visual span:nth-child(3) {
  align-self: end;
  background: #1b77ff;
  width: 34%;
}

.ww-blog-card__body {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
}

.ww-blog-card__body strong {
  color: #06111e;
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.08;
}

.ww-blog-card__body > span:not(.ww-blog-card__meta) {
  color: #496476;
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.45;
}

.ww-blog-card__body small {
  color: #63778a;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.4;
}

.ww-article-back {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(10, 45, 78, 0.1);
  border-radius: 8px;
  color: #08233b !important;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 900;
  min-height: 2.7rem;
  padding: 0 0.85rem;
  text-decoration: none;
}

.ww-article-summary h2 {
  margin: 0 0 0.8rem;
}

.ww-article-layout {
  align-items: start;
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 22rem);
  padding-block: clamp(3rem, 6vw, 5.5rem);
}

.ww-article-content {
  background: #ffffff;
  border: 1px solid rgba(10, 45, 78, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(12, 52, 92, 0.08);
  display: grid;
  gap: clamp(1.6rem, 3vw, 2.7rem);
  padding: clamp(1.3rem, 4vw, 3.8rem);
}

.ww-article-content h2 {
  color: #06111e;
  font-size: clamp(1.75rem, 3vw, 2.85rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 0.85rem;
}

.ww-article-content p,
.ww-article-content li {
  color: #314f63;
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  font-weight: 620;
  line-height: 1.76;
  margin: 0;
}

.ww-article-lead {
  color: #0a2d4e !important;
  font-size: clamp(1.12rem, 1.65vw, 1.35rem) !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
}

.ww-article-note {
  background: #06111e;
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  gap: 0.8rem;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.ww-article-note h2,
.ww-article-note p {
  color: #ffffff !important;
}

.ww-article-faq {
  display: grid;
  gap: 0.75rem;
}

.ww-article-faq details {
  background: #f3f8ff;
  border: 1px solid rgba(10, 45, 78, 0.08);
  border-radius: 8px;
  padding: 1rem;
}

.ww-article-faq summary {
  color: #06111e;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 950;
}

.ww-article-faq details p {
  margin-top: 0.7rem;
}

.ww-article-side {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 6.5rem;
}

.ww-article-side__block {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(10, 45, 78, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(12, 52, 92, 0.07);
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
}

.ww-article-side__block h2 {
  color: #06111e;
  font-size: 1.08rem;
  font-weight: 950;
  margin: 0;
}

.ww-article-side__block p,
.ww-article-side__block a:not(.ww-blog-btn) {
  color: #496476;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.ww-article-author {
  overflow: hidden;
  padding: 0;
}

.ww-article-author img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
}

.ww-article-author div {
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
}

@media (max-width: 1040px) {
  .ww-blog-hero__inner,
  .ww-article-hero__inner,
  .ww-blog-featured__inner,
  .ww-article-layout {
    grid-template-columns: 1fr;
  }

  .ww-article-side {
    position: static;
  }

  .ww-blog-grid,
  .ww-blog-grid--related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .ww-blog-hero,
  .ww-article-hero {
    padding: 7.2rem 0 3rem;
  }

  .ww-blog-hero h1,
  .ww-article-hero h1 {
    font-size: clamp(2.65rem, 16vw, 4.2rem);
    max-width: none;
  }

  .ww-blog-radar,
  .ww-article-summary,
  .ww-article-content,
  .ww-article-side__block,
  .ww-blog-card {
    border-radius: 8px;
  }

  .ww-blog-group__head {
    grid-template-columns: 1fr;
  }

  .ww-blog-grid,
  .ww-blog-grid--related {
    grid-template-columns: 1fr;
  }

  .ww-blog-card__visual {
    min-height: 6.8rem;
  }

  .ww-blog-featured__visual {
    min-height: 14rem;
  }
}

/* Home scroll rhythm: keep the cinematic text changes on desktop only. */
body.page-home .magic-home-v3 .magic-intro__motion-cue {
  display: none;
}

@media (min-width: 1025px) and (prefers-reduced-motion: no-preference) {
  body.page-home .magic-home-v3 .magic-intro {
    display: block !important;
    min-height: calc(var(--hero-scroll-length, 1.72) * 100svh) !important;
    overflow: clip !important;
    padding: 0 !important;
    place-items: initial !important;
  }

  body.page-home .magic-home-v3 .magic-intro__sticky {
    display: grid !important;
    height: 100svh !important;
    inset: auto !important;
    min-height: 760px !important;
    max-width: none !important;
    overflow: hidden !important;
    padding: clamp(88px, 8vw, 132px) var(--magic-gutter) clamp(54px, 6vw, 90px) !important;
    position: sticky !important;
    top: 0 !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media {
    border-radius: 0 !important;
    inset: 0 !important;
    max-height: none !important;
    max-width: none !important;
    min-height: 100% !important;
    position: absolute !important;
    transform: scale(1.035) !important;
    transition: opacity 700ms var(--magic-ease), transform 1200ms var(--magic-ease) !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media img {
    transition: opacity 760ms var(--magic-ease), transform 1200ms var(--magic-ease) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__content {
    transform: none !important;
  }

  body.page-home .magic-home-v3 .magic-intro__line {
    transition: opacity 620ms var(--magic-ease), transform 820ms var(--magic-ease) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__caption span {
    transition: opacity 520ms var(--magic-ease), transform 680ms var(--magic-ease) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__motion-cue {
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    display: inline-grid;
    font-size: 0.76rem;
    font-weight: 800;
    gap: 0.72rem;
    grid-template-columns: auto minmax(7.5rem, 10vw) auto;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 0.1rem;
  }

  body.page-home .magic-home-v3 .magic-intro__motion-cue i {
    background: rgba(255, 255, 255, 0.22);
    display: block;
    height: 2px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  body.page-home .magic-home-v3 .magic-intro__motion-cue b {
    background: linear-gradient(90deg, var(--magic-sky), var(--magic-green));
    display: block;
    height: 100%;
    transform: scaleX(var(--hero-cue-progress, 0));
    transform-origin: left center;
    transition: transform 240ms linear;
    width: 100%;
  }

  body.page-home .magic-home-v3 .magic-services {
    min-height: var(--magic-services-scroll-height, calc(var(--services-pin-min-vh, 4.8) * 100svh)) !important;
    overflow: clip !important;
    padding: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-services__sticky {
    height: 100svh !important;
    min-height: 760px !important;
    overflow: hidden !important;
    position: sticky !important;
    top: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-services__track {
    display: flex !important;
    min-width: max-content !important;
    transform: translate3d(calc(var(--magic-x, 0) * 1px), 0, 0) !important;
    transition: transform 220ms linear !important;
    width: max-content !important;
  }
}

@media (max-width: 1024px), (prefers-reduced-motion: reduce) {
  body.page-home .magic-home-v3 .magic-intro__motion-cue {
    display: none !important;
  }

  body.page-home .magic-home-v3 .magic-intro__line:not(:first-child),
  body.page-home .magic-home-v3 .magic-intro__caption span:not(:first-child) {
    display: none !important;
  }

  body.page-home .magic-home-v3 .magic-intro__line:first-child,
  body.page-home .magic-home-v3 .magic-intro__caption span:first-child {
    opacity: 1 !important;
    transform: none !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media img[data-magic-hero-image]:not(:first-of-type) {
    opacity: 0 !important;
  }
}

/* Home mobile hero: keep the first screen full, but remove the empty band above the title. */
@media (max-width: 640px) {
  body.page-home .magic-home-v3 .magic-intro {
    min-height: 100svh !important;
    padding: 0 !important;
    place-items: stretch !important;
  }

  body.page-home .magic-home-v3 .magic-intro__sticky {
    align-content: start !important;
    align-items: start !important;
    min-height: 100svh !important;
    padding: calc(var(--magic-header-h, 64px) + 32px) 16px 42px !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-intro__content {
    margin-top: 0 !important;
    transform: none !important;
  }

  body.page-home .magic-home-v3 .magic-intro__headline {
    margin-top: 0 !important;
  }
}

/* Keep French words intact; only technical strings may break when space runs out. */
body.site-page :where(h1, h2, h3, h4, strong, label),
body.site-page :where(.hero-title, .hero h1, .hero-simple h1, .page-intro__title, .section-heading h2, .legal-section-card h2, .legal-status-panel h2) {
  hyphens: none !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

body.site-page :where(p, li, dd, a, span, input, textarea, select, button, .btn, .button) {
  overflow-wrap: break-word;
  word-break: normal;
}

body.site-page:not(.magic-scroll-active) .hero-cloud__content {
  max-width: min(100%, 52rem) !important;
}

body.site-page:not(.magic-scroll-active) .hero-cloud__title.hero-title {
  max-width: min(100%, 17ch) !important;
  font-size: clamp(2.35rem, 4.7vw, 4.45rem) !important;
  line-height: 1.02 !important;
  text-wrap: balance !important;
}

body.page-legal .legal-hero .narrow,
body.page-privacy .legal-hero .narrow,
body.page-cookies .legal-hero .narrow {
  max-width: min(100%, 64rem) !important;
}

body.page-legal .legal-hero h1,
body.page-privacy .legal-hero h1,
body.page-cookies .legal-hero h1 {
  max-width: none !important;
  font-size: clamp(2rem, 4.2vw, 3.35rem) !important;
  line-height: 1.06 !important;
  text-wrap: balance !important;
}

body.page-legal .legal-hero,
body.page-privacy .legal-hero,
body.page-cookies .legal-hero {
  padding-bottom: clamp(1.5rem, 4vw, 3rem) !important;
}

@media (max-width: 640px) {
  body.site-page:not(.magic-scroll-active) .hero-cloud__title.hero-title {
    font-size: clamp(1.95rem, 9.5vw, 2.62rem) !important;
    line-height: 1.05 !important;
  }
}

/* Blog contrast lock: override the global inner-page dark theme only inside the new blog. */
body.site-page.page-blog .ww-blog :where(h1, h2, h3, h4, strong, label),
body.site-page.page-blog-article .ww-article :where(h1, h2, h3, h4, strong, label) {
  color: #06111e !important;
}

body.site-page.page-blog .ww-blog :where(p, li),
body.site-page.page-blog-article .ww-article :where(p, li) {
  color: #314f63 !important;
}

body.site-page.page-blog .ww-blog-hero__copy p,
body.site-page.page-blog-article .ww-article-hero__copy > p,
body.site-page.page-blog .ww-blog-group__head p,
body.site-page.page-blog .ww-blog-card__body > span:not(.ww-blog-card__meta),
body.site-page.page-blog-article .ww-blog-card__body > span:not(.ww-blog-card__meta),
body.site-page.page-blog-article .ww-article-side__block p,
body.site-page.page-blog-article .ww-article-side__block a:not(.ww-blog-btn) {
  color: #496476 !important;
}

body.site-page.page-blog .ww-blog-radar :where(span, li),
body.site-page.page-blog-article .ww-article-summary :where(li) {
  color: #496476 !important;
}

body.site-page.page-blog .ww-blog-radar strong,
body.site-page.page-blog-article .ww-article-summary h2,
body.site-page.page-blog .ww-blog-category-nav a,
body.site-page.page-blog .ww-blog-card__body strong,
body.site-page.page-blog-article .ww-blog-card__body strong,
body.site-page.page-blog-article .ww-article-content h2,
body.site-page.page-blog-article .ww-article-faq summary,
body.site-page.page-blog-article .ww-article-side__block h2 {
  color: #06111e !important;
}

body.site-page.page-blog .ww-blog-radar__top span,
body.site-page.page-blog .ww-blog-card__meta span,
body.site-page.page-blog-article .ww-article-meta span,
body.site-page.page-blog-article .ww-blog-card__meta span {
  color: #24465c !important;
}

body.site-page.page-blog .ww-blog-category-nav small,
body.site-page.page-blog .ww-blog-card__body small,
body.site-page.page-blog-article .ww-blog-card__body small {
  color: #63778a !important;
}

body.site-page.page-blog .ww-blog-featured,
body.site-page.page-blog .ww-blog-featured :where(h2, strong) {
  color: #ffffff !important;
}

body.site-page.page-blog .ww-blog-featured__copy > p:first-child,
body.site-page.page-blog .ww-blog-featured__visual strong {
  color: #6fe8ff !important;
}

body.site-page.page-blog .ww-blog-featured__copy > p:not(:first-child),
body.site-page.page-blog .ww-blog-featured .ww-blog-card__meta span {
  color: rgba(235, 247, 255, 0.86) !important;
}

body.site-page.page-blog-article .ww-article-lead {
  color: #0a2d4e !important;
}

body.site-page.page-blog-article .ww-article-note,
body.site-page.page-blog-article .ww-article-note :where(h2, p, strong) {
  color: #ffffff !important;
}

body.site-page.page-blog-article .ww-article-content .ww-article-note h2 {
  color: #ffffff !important;
}

body.site-page.page-blog-article .ww-article-related {
  background:
    linear-gradient(180deg, #f7fbff 0%, #eef6ff 58%, #ffffff 100%) !important;
  background-color: #f7fbff !important;
  color: #06111e !important;
  isolation: isolate;
  margin-top: 0 !important;
  position: relative;
}

body.site-page.page-blog-article .ww-article-related::before {
  background: linear-gradient(90deg, rgba(27, 119, 255, 0), rgba(38, 213, 238, 0.52), rgba(27, 119, 255, 0));
  content: "";
  display: block;
  height: 1px;
  inset: 0 0 auto;
  position: absolute;
}

body.site-page.page-blog-article .ww-article-related .ww-blog-group__head h2 {
  color: #06111e !important;
}

body.site-page.page-blog-article .ww-article-related .ww-blog-group__head p {
  color: #496476 !important;
}

body.site-page.page-blog-article .ww-article-related .ww-blog-card {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(10, 45, 78, 0.1) !important;
  color: #07131f !important;
}

body.site-page.page-blog-article .ww-article-related .ww-blog-card__body strong {
  color: #06111e !important;
}

body.site-page.page-blog-article .ww-article-related .ww-blog-card__body > span:not(.ww-blog-card__meta),
body.site-page.page-blog-article .ww-article-related .ww-blog-card__body small {
  color: #496476 !important;
}

body.site-page.page-blog .ww-blog-featured__visual--photo figcaption strong {
  color: #ffffff !important;
}

body.site-page.page-blog .ww-blog-featured__visual--photo figcaption span {
  background: transparent !important;
  border: 0 !important;
  color: rgba(235, 247, 255, 0.82) !important;
  display: block !important;
  height: auto !important;
  position: static !important;
  width: auto !important;
}

/* Blog typography lock: align titles with the calmer WeWorkWeb page scale. */
body.site-page.page-blog .ww-blog-hero h1,
body.site-page.page-blog-article .ww-article-hero h1 {
  font-size: clamp(2rem, 3.6vw, 3.15rem) !important;
  line-height: 1.04 !important;
  max-width: min(100%, 21ch) !important;
  text-wrap: balance;
}

body.site-page.page-blog .ww-blog-featured h2 {
  font-size: clamp(1.8rem, 3vw, 3rem) !important;
  line-height: 1.04 !important;
  max-width: min(100%, 17ch) !important;
  text-wrap: balance;
}

body.site-page.page-blog .ww-blog-group__head h2,
body.site-page.page-blog-article .ww-article-related .ww-blog-group__head h2 {
  font-size: clamp(1.55rem, 2.3vw, 2.2rem) !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

body.site-page.page-blog-article .ww-article-content h2 {
  font-size: clamp(1.35rem, 2vw, 2rem) !important;
  line-height: 1.16 !important;
  text-wrap: balance;
}

body.site-page.page-blog-article .ww-article-note h2,
body.site-page.page-blog-article .ww-article-side__block h2 {
  font-size: clamp(1.05rem, 1.35vw, 1.28rem) !important;
  line-height: 1.18 !important;
}

@media (max-width: 720px) {
  body.site-page.page-blog .ww-blog-hero h1,
  body.site-page.page-blog-article .ww-article-hero h1 {
    font-size: clamp(1.85rem, 7.8vw, 2.35rem) !important;
    line-height: 1.05 !important;
  }

  body.site-page.page-blog .ww-blog-featured h2,
  body.site-page.page-blog .ww-blog-group__head h2,
  body.site-page.page-blog-article .ww-article-related .ww-blog-group__head h2 {
    font-size: clamp(1.35rem, 5.6vw, 1.65rem) !important;
    line-height: 1.08 !important;
  }

  body.site-page.page-blog-article .ww-article-content h2 {
    font-size: clamp(1.28rem, 6vw, 1.62rem) !important;
  }

  body.site-page.page-blog-article .ww-article-note h2,
  body.site-page.page-blog-article .ww-article-side__block h2 {
    font-size: clamp(1.05rem, 4.6vw, 1.28rem) !important;
    line-height: 1.18 !important;
  }
}

/* Home mobile rhythm lock: content sections use one compact vertical cadence. */
@media (max-width: 760px) {
  body.page-home .magic-home-v3 {
    --ww-mobile-gutter: clamp(16px, 4.5vw, 22px);
    --ww-mobile-section-y: clamp(52px, 12vw, 76px);
    --ww-mobile-section-gap: clamp(22px, 6vw, 34px);
    --ww-mobile-copy-gap: 14px;
    --ww-mobile-card-gap: 14px;
  }

  body.page-home .magic-home-v3 :is(
    .magic-intro,
    .magic-who,
    .magic-proof-layer,
    .magic-services,
    .magic-work--maquettes,
    .magic-method,
    .magic-faq,
    .magic-final
  ) {
    height: auto !important;
    min-height: 0 !important;
    overflow: clip !important;
    padding: var(--ww-mobile-section-y) var(--ww-mobile-gutter) !important;
  }

  body.page-home .magic-home-v3 :is(
    .magic-intro__sticky,
    .magic-who__sticky,
    .magic-proof-layer__inner,
    .magic-services__sticky,
    .magic-work__sticky,
    .magic-method,
    .magic-faq__inner,
    .magic-final__grid
  ) {
    align-content: start !important;
    align-items: start !important;
    gap: var(--ww-mobile-section-gap) !important;
    height: auto !important;
    margin-inline: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    position: relative !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 :is(
    .magic-intro__content,
    .magic-who__copy-wrap,
    .magic-proof-layer__heading,
    .magic-services__heading,
    .magic-work__heading,
    .magic-faq__heading,
    .magic-final__copy
  ) {
    gap: var(--ww-mobile-copy-gap) !important;
    margin: 0 auto !important;
  }

  body.page-home .magic-home-v3 :is(
    .magic-intro__actions,
    .magic-who__actions,
    .magic-final__actions,
    .magic-final-form__actions
  ) {
    gap: 12px !important;
    margin: 0 !important;
  }

  body.page-home .magic-home-v3 :is(
    .magic-who__response,
    .magic-proof-layer__heading p:not(.magic-section__kicker),
    .magic-services__heading p,
    .magic-work__heading p,
    .magic-faq__heading p,
    .magic-final__lead
  ) {
    margin: 0 auto !important;
  }

  body.page-home .magic-home-v3 :is(
    .magic-who__trust,
    .magic-proof-layer__grid,
    .magic-services__track,
    .magic-work__stage,
    .magic-method__grid,
    .magic-faq__grid
  ) {
    gap: var(--ww-mobile-card-gap) !important;
    margin: 0 auto !important;
  }

  body.page-home .magic-home-v3 .magic-who__trust {
    margin-top: calc(var(--ww-mobile-section-gap) - 6px) !important;
  }

  body.page-home .magic-home-v3 :is(.magic-intro__cta, .magic-intro__secondary, .magic-who__primary, .magic-who__secondary, .magic-final__actions a) {
    min-height: 52px !important;
    padding-inline: 18px !important;
  }

  body.page-home .magic-home-v3 .magic-intro {
    padding: 0 !important;
    place-items: stretch !important;
  }

  body.page-home .magic-home-v3 .magic-intro__sticky {
    padding: calc(var(--magic-header-h, 64px) + 26px) var(--ww-mobile-gutter) var(--ww-mobile-section-y) !important;
  }

body.page-home .magic-home-v3 .magic-intro__headline {
    min-height: clamp(128px, 34vw, 168px) !important;
  }
}

/* Mobile panel close control: replace the split block button with one polished pill. */
body.site-page .magic-talk-panel__close,
body.page-home .magic-talk-panel__close,
body.page-coachvisible .magic-talk-panel__close,
body.page-realisations .magic-talk-panel__close {
  align-items: center !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)),
    rgba(7, 17, 31, 0.76) !important;
  border: 1px solid rgba(126, 234, 255, 0.24) !important;
  border-radius: 999px !important;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
  color: rgba(255, 255, 255, 0.94) !important;
  display: inline-flex !important;
  gap: 10px !important;
  grid-template-columns: none !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 6px 8px 6px 18px !important;
  right: clamp(14px, 4vw, 24px) !important;
  top: clamp(14px, 4vw, 24px) !important;
  width: auto !important;
}

body.site-page .magic-talk-panel__close > span:first-child,
body.page-home .magic-talk-panel__close > span:first-child,
body.page-coachvisible .magic-talk-panel__close > span:first-child,
body.page-realisations .magic-talk-panel__close > span:first-child {
  background: transparent !important;
  color: inherit !important;
  display: inline-flex !important;
  font-size: clamp(0.88rem, 3.6vw, 1rem) !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  min-width: 0 !important;
  padding: 0 !important;
}

body.site-page .magic-talk-panel__close-icon,
body.page-home .magic-talk-panel__close-icon,
body.page-coachvisible .magic-talk-panel__close-icon,
body.page-realisations .magic-talk-panel__close-icon {
  align-items: center !important;
  aspect-ratio: 1 !important;
  background: rgba(255, 255, 255, 0.11) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  flex: 0 0 36px !important;
  height: 36px !important;
  justify-content: center !important;
  position: relative !important;
}

body.site-page .magic-talk-panel__close-icon::before,
body.site-page .magic-talk-panel__close-icon::after,
body.page-home .magic-talk-panel__close-icon::before,
body.page-home .magic-talk-panel__close-icon::after,
body.page-coachvisible .magic-talk-panel__close-icon::before,
body.page-coachvisible .magic-talk-panel__close-icon::after,
body.page-realisations .magic-talk-panel__close-icon::before,
body.page-realisations .magic-talk-panel__close-icon::after {
  background: currentColor !important;
  border-radius: 999px !important;
  height: 2px !important;
  width: 17px !important;
}

body.site-page .magic-talk-panel__close:hover,
body.site-page .magic-talk-panel__close:focus-visible,
body.page-home .magic-talk-panel__close:hover,
body.page-home .magic-talk-panel__close:focus-visible,
body.page-coachvisible .magic-talk-panel__close:hover,
body.page-coachvisible .magic-talk-panel__close:focus-visible,
body.page-realisations .magic-talk-panel__close:hover,
body.page-realisations .magic-talk-panel__close:focus-visible {
  border-color: rgba(46, 245, 211, 0.46) !important;
  box-shadow: 0 20px 60px rgba(46, 245, 211, 0.14), 0 18px 52px rgba(0, 0, 0, 0.28) !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 560px) {
  body.site-page .magic-talk-panel__close,
  body.page-home .magic-talk-panel__close,
  body.page-coachvisible .magic-talk-panel__close,
  body.page-realisations .magic-talk-panel__close {
    min-height: 44px !important;
    padding: 5px 6px 5px 14px !important;
  }

  body.site-page .magic-talk-panel__close-icon,
  body.page-home .magic-talk-panel__close-icon,
  body.page-coachvisible .magic-talk-panel__close-icon,
  body.page-realisations .magic-talk-panel__close-icon {
    flex-basis: 32px !important;
    height: 32px !important;
  }
}

/* Home offers mobile polish: compact section rhythm and quieter centered card CTAs. */
@media (max-width: 760px) {
  body.page-home .magic-header,
  body.page-coachvisible .magic-header,
  body.page-realisations .magic-header {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 28px !important;
    box-shadow: none !important;
    inset: 8px 12px auto !important;
    isolation: isolate !important;
    padding: 8px !important;
  }

  body.page-home .magic-header::before,
  body.page-coachvisible .magic-header::before,
  body.page-realisations .magic-header::before {
    content: none !important;
    display: none !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry {
    height: auto !important;
    min-height: 0 !important;
    overflow: clip !important;
    padding: calc(var(--magic-header-h, 64px) + clamp(18px, 5vw, 28px)) var(--ww-mobile-gutter, 18px) clamp(52px, 12vw, 70px) !important;
    scroll-margin-top: calc(var(--magic-header-h, 64px) + 18px) !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__sticky {
    gap: clamp(18px, 5vw, 24px) !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading {
    gap: 12px !important;
    max-width: min(100%, 23rem) !important;
    padding: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading h2 {
    font-size: clamp(2.05rem, 9.2vw, 2.62rem) !important;
    line-height: 1.04 !important;
    max-width: 12ch !important;
    text-wrap: balance !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading p {
    font-size: clamp(0.95rem, 4vw, 1.04rem) !important;
    font-weight: 700 !important;
    line-height: 1.42 !important;
    max-width: min(100%, 22rem) !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-track-wrap,
  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__track {
    margin: 0 auto !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__track {
    gap: 16px !important;
    grid-template-columns: 1fr !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card {
    border-radius: 10px !important;
    min-height: 0 !important;
    padding: 8px !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card > img {
    max-height: clamp(156px, 42vw, 172px) !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__number {
    font-size: 0.82rem !important;
    height: 32px !important;
    min-width: 32px !important;
    right: 15px !important;
    top: 15px !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__body {
    gap: 10px !important;
    justify-items: center !important;
    padding: 16px 12px 14px !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card h3 {
    font-size: clamp(1.38rem, 7vw, 1.82rem) !important;
    line-height: 1.03 !important;
    max-width: 12ch !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card p {
    font-size: 0.94rem !important;
    line-height: 1.42 !important;
    max-width: 19rem !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__meta {
    gap: 7px !important;
    justify-content: center !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__meta span {
    font-size: 0.73rem !important;
    min-height: 28px !important;
    padding: 0 10px !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card .magic-card-link {
    align-self: center !important;
    box-shadow: 0 10px 22px rgba(49, 222, 201, 0.18) !important;
    font-size: 0.84rem !important;
    justify-self: center !important;
    margin: 4px auto 0 !important;
    min-height: 38px !important;
    padding: 0 15px !important;
    width: fit-content !important;
  }
}

/* Mobile harmony: center presentation copy while keeping forms, lists, and dense cards readable. */
@media (max-width: 760px) {
  body.site-page .site-footer {
    text-align: center !important;
  }

  body.site-page .site-footer .footer-grid {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
  }

  body.site-page .site-footer .footer-grid > *,
  body.site-page .site-footer .footer-links {
    justify-items: center !important;
    margin-inline: auto !important;
    max-width: min(100%, 32rem) !important;
    text-align: center !important;
  }

  body.site-page .site-footer .footer-brand {
    margin-inline: auto !important;
  }

  body.site-page .site-footer .footer-grid p,
  body.site-page .site-footer .footer-bottom p {
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.site-page .site-footer .cluster,
  body.site-page .site-footer :where(.footer-links a:not(.btn), .footer-links span, .footer-bottom a) {
    justify-content: center !important;
  }

  body.site-page .site-footer .footer-bottom {
    justify-items: center !important;
    text-align: center !important;
  }

  body.site-page:not(.magic-scroll-active) :where(
    .hero-cloud__content,
    .page-intro,
    .page-intro__content,
    .section-heading,
    .cta-panel,
    .dark-strip,
    .proof-strip
  ) {
    justify-items: center !important;
    text-align: center !important;
  }

  body.site-page:not(.magic-scroll-active) :where(
    .hero-cloud__title,
    .page-intro__title,
    .section-heading h2,
    .cta-panel__title,
    .cta-panel h2,
    .dark-strip h2
  ) {
    margin-inline: auto !important;
    text-align: center !important;
    text-wrap: balance !important;
  }

  body.site-page:not(.magic-scroll-active) :where(
    .hero-cloud__subtitle,
    .page-intro__text,
    .section-heading p,
    .cta-panel__text,
    .cta-panel p,
    .dark-strip p
  ) {
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.site-page:not(.magic-scroll-active) :where(
    .hero-cloud__actions,
    .page-intro__actions,
    .cta-panel__actions
  ) {
    justify-content: center !important;
    justify-items: center !important;
  }

  body.page-home .magic-home-v3 :is(
    .magic-intro__content,
    .magic-who__copy-wrap,
    .magic-proof-layer__heading,
    .magic-services__heading,
    .magic-work__heading,
    .magic-method__heading,
    .magic-faq__heading,
    .magic-final__copy,
    .magic-final__links,
    .magic-final__owner,
    .magic-final__contact-note
  ) {
    justify-items: center !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 :is(
    .magic-intro__headline,
    .magic-intro__line,
    .magic-who__title,
    .magic-proof-layer__heading h2,
    .magic-services__heading h2,
    .magic-work__heading h2,
    .magic-method__heading h2,
    .magic-faq__heading h2,
    .magic-final h2
  ) {
    margin-inline: auto !important;
    text-align: center !important;
    text-wrap: balance !important;
  }

  body.page-home .magic-home-v3 :is(
    .magic-intro__caption,
    .magic-intro__support,
    .magic-who__copy,
    .magic-who__response,
    .magic-proof-layer__heading p:not(.magic-section__kicker),
    .magic-services__heading p,
    .magic-work__heading p,
    .magic-method__heading p,
    .magic-faq__heading p,
    .magic-final__lead
  ) {
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 :is(
    .magic-intro__actions,
    .magic-who__actions,
    .magic-final__actions,
    .magic-final__links nav
  ) {
    justify-content: center !important;
    justify-items: center !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading,
  body.page-home .magic-home-v3 .magic-final .magic-final__links {
    justify-items: center !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading :where(h2, p),
  body.page-home .magic-home-v3 .magic-final .magic-final__links :where(p, a, strong, span) {
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next :is(
    .cv-next-hero__copy,
    .cv-next-heading,
    .cv-next-rdv__copy,
    .cv-next-split__copy,
    .cv-next-form-copy,
    .ww-expertise-links__heading
  ) {
    justify-items: center !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next :is(
    .cv-next-hero h1,
    .cv-next-heading h2,
    .cv-next-rdv__copy h2,
    .cv-next-split__copy h2,
    .cv-next-form-copy h2,
    .ww-expertise-links__heading h2
  ) {
    margin-inline: auto !important;
    text-align: center !important;
    text-wrap: balance !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next :is(
    .cv-next-lead,
    .cv-next-short,
    .cv-next-heading p:not(.cv-next-eyebrow),
    .cv-next-rdv__copy p,
    .cv-next-split__copy p,
    .cv-next-form-copy p,
    .ww-expertise-links__heading p
  ) {
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next :is(
    .cv-next-actions,
    .cv-next-tags,
    .cv-next-price-card,
    .cv-next-tariff
  ) {
    justify-content: center !important;
    justify-items: center !important;
    margin-inline: auto !important;
    text-align: center !important;
  }
}

/* Mobile center pass for the remaining home blocks shown in QA screenshots. */
@media (max-width: 760px) {
  body.page-home .magic-home-v3 .magic-proof-layer__ledger {
    align-items: center !important;
    justify-items: center !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-proof-layer__ledger > div {
    display: grid !important;
    justify-items: center !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-proof-layer__ledger h3,
  body.page-home .magic-home-v3 .magic-proof-layer__ledger p,
  body.page-home .magic-home-v3 .magic-proof-layer__ledger ul {
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-proof-layer__ledger ul {
    justify-items: center !important;
    max-width: min(100%, 26rem) !important;
  }

  body.page-home .magic-home-v3 .magic-proof-layer__ledger li {
    display: grid !important;
    justify-items: center !important;
    max-width: min(100%, 24rem) !important;
    padding-left: 0 !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-proof-layer__ledger li::before {
    display: block !important;
    left: auto !important;
    margin: 0 auto 10px !important;
    position: static !important;
    top: auto !important;
  }

  body.page-home .magic-home-v3 .magic-proof-layer__ledger > a {
    justify-self: center !important;
    margin-inline: auto !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card,
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card__body {
    justify-items: center !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card__body {
    align-content: center !important;
    align-items: center !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card__type,
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card h3,
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card p,
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-view-btn {
    justify-self: center !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card > img {
    justify-self: center !important;
  }

  body.page-home .magic-home-v3 :is(.magic-intro__actions, .magic-who__actions, .magic-final__actions) {
    display: none !important;
  }
}

/* CoachVisible form: multi-select profession choices and conditional fields. */
body.page-coachvisible .coachvisible-next .cv-choice-field,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-choice-field {
  border: 0 !important;
  display: grid !important;
  gap: 0.72rem !important;
  margin: 0 !important;
  min-inline-size: 0 !important;
  padding: 0 !important;
}

body.page-coachvisible .coachvisible-next :is(.cv-choice-field[hidden], .cv-next-conditional-field[hidden]),
body.page-coachvisible.magic-scroll-active .coachvisible-next :is(.cv-choice-field[hidden], .cv-next-conditional-field[hidden]) {
  display: none !important;
}

body.page-coachvisible .coachvisible-next .cv-choice-grid,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-choice-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.62rem !important;
}

body.page-coachvisible .coachvisible-next .cv-choice-pill,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-choice-pill {
  align-items: center !important;
  background: rgba(248, 253, 255, 0.86) !important;
  border: 1px solid rgba(15, 99, 140, 0.18) !important;
  border-radius: 999px !important;
  color: var(--cv-ink) !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font-size: clamp(0.92rem, 1.2vw, 1rem) !important;
  font-weight: 780 !important;
  gap: 0.52rem !important;
  line-height: 1.15 !important;
  min-height: 42px !important;
  padding: 0.54rem 0.82rem !important;
  user-select: none !important;
}

body.page-coachvisible .coachvisible-next .cv-choice-pill input,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-choice-pill input {
  appearance: none !important;
  background: #ffffff !important;
  border: 2px solid rgba(15, 99, 140, 0.28) !important;
  border-radius: 7px !important;
  flex: 0 0 auto !important;
  height: 1.05rem !important;
  margin: 0 !important;
  width: 1.05rem !important;
}

body.page-coachvisible .coachvisible-next .cv-choice-pill input:checked,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-choice-pill input:checked {
  background:
    linear-gradient(135deg, #22d6b6, #58d8ff) !important;
  border-color: rgba(5, 79, 90, 0.58) !important;
  box-shadow: inset 0 0 0 3px #ffffff !important;
}

body.page-coachvisible .coachvisible-next .cv-choice-pill:has(input:checked),
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-choice-pill:has(input:checked) {
  background: rgba(219, 253, 248, 0.94) !important;
  border-color: rgba(8, 156, 146, 0.36) !important;
  box-shadow: 0 12px 28px rgba(13, 150, 166, 0.12) !important;
}

body.page-coachvisible .coachvisible-next .cv-choice-field--nested,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-choice-field--nested {
  background: rgba(238, 251, 255, 0.55) !important;
  border: 1px solid rgba(15, 99, 140, 0.14) !important;
  border-radius: 16px !important;
  padding: clamp(0.9rem, 2.2vw, 1.2rem) !important;
}

body.page-coachvisible .coachvisible-next .form-help,
body.page-coachvisible.magic-scroll-active .coachvisible-next .form-help {
  color: var(--cv-muted) !important;
  font-size: 0.92rem !important;
  line-height: 1.42 !important;
  margin: 0 !important;
}

@media (max-width: 760px) {
  body.page-coachvisible .coachvisible-next .cv-choice-grid,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-choice-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.page-coachvisible .coachvisible-next .cv-choice-pill,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-choice-pill {
    border-radius: 14px !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}

/* CoachVisible mobile simplification: one price mention, fewer promo blocks, calmer CTA rhythm. */
@media (max-width: 760px) {
  body.page-coachvisible .coachvisible-next :where(.cv-next-tags, .cv-next-hero__visual, .cv-next-form-hints),
  body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-tags, .cv-next-hero__visual, .cv-next-form-hints) {
    display: none !important;
  }

  body.page-coachvisible .magic-header__right,
  body.page-coachvisible.magic-scroll-active .magic-header__right {
    display: none !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-hero__grid,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero__grid {
    grid-template-columns: 1fr !important;
    gap: clamp(18px, 5vw, 28px) !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-hero__copy,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero__copy {
    gap: clamp(14px, 4vw, 20px) !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-price-card,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-price-card {
    gap: 0.5rem !important;
    margin: clamp(8px, 2.8vw, 14px) auto 0 !important;
    max-width: min(100%, 25rem) !important;
    padding: clamp(16px, 5vw, 22px) !important;
    width: 100% !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-price-card strong,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-price-card strong {
    font-size: clamp(1.85rem, 9vw, 2.45rem) !important;
    line-height: 1.04 !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-price-card p,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-price-card p {
    font-size: clamp(0.94rem, 3.8vw, 1rem) !important;
    line-height: 1.45 !important;
    margin-inline: auto !important;
    max-width: 23rem !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-package .cv-next-tariff,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-package .cv-next-tariff {
    display: none !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-package .cv-next-heading,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-package .cv-next-heading {
    gap: clamp(14px, 4vw, 20px) !important;
    max-width: min(100%, 25rem) !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-package .cv-next-heading h2,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-package .cv-next-heading h2 {
    font-size: clamp(2rem, 9.5vw, 2.8rem) !important;
    line-height: 1.04 !important;
    max-width: 12ch !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-package .cv-next-heading > .btn,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-package .cv-next-heading > .btn {
    margin: clamp(4px, 2vw, 10px) auto 0 !important;
    max-width: min(100%, 23rem) !important;
    min-height: 52px !important;
    padding-inline: 18px !important;
    width: 100% !important;
  }
}

/* Mobile and tablet section rhythm: every major block owns at least one screen. */
@media (max-width: 1024px) {
  body.page-home .magic-home-v3 > .magic-section:not(.ww-bot-only-section):not(.ww-seo-only-section),
  body.page-home .magic-home-v3 > .magic-final,
  body.page-coachvisible .coachvisible-next > section:not(.ww-bot-only-section):not(.ww-seo-only-section) {
    box-sizing: border-box !important;
    height: auto !important;
    margin-inline: 0 !important;
    max-width: none !important;
    min-height: 100vh !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 > :is(.ww-bot-only-section, .ww-seo-only-section),
  body.page-coachvisible .coachvisible-next > :is(.ww-bot-only-section, .ww-seo-only-section) {
    height: 1px !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding-block: 0 !important;
  }

  body.page-home .magic-home-v3 > .magic-intro {
    padding-inline: 0 !important;
  }

  body.page-home .magic-home-v3 :is(
    .magic-intro__sticky,
    .magic-proof-layer__inner,
    .magic-services__sticky,
    .magic-work__sticky,
    .magic-faq__inner,
    .magic-final__grid
  ),
  body.page-coachvisible .coachvisible-next :is(
    .cv-next-hero__grid,
    .cv-next-strip > .container,
    .cv-next-split,
    .cv-next-card-grid,
    .cv-next-rdv__grid,
    .cv-next-fit__grid,
    .cv-next-faq,
    .cv-next-form-grid
  ) {
    box-sizing: border-box !important;
    min-height: calc(100vh - var(--magic-header-h, 84px)) !important;
    min-height: calc(100svh - var(--magic-header-h, 84px)) !important;
    min-height: calc(100dvh - var(--magic-header-h, 84px)) !important;
  }

  body.page-home .magic-home-v3 > .magic-section:not(.ww-bot-only-section):not(.ww-seo-only-section) > :is(
    .magic-intro__sticky,
    .magic-proof-layer__inner,
    .magic-services__sticky,
    .magic-work__sticky,
    .magic-faq__inner
  ),
  body.page-home .magic-home-v3 > .magic-final > .magic-final__grid {
    margin-inline: 0 !important;
    max-width: none !important;
    width: 100% !important;
  }
}

/* Home hero focus pass: smaller centered text, visible controls, smoother scrub. */
body.page-home .magic-home-v3 {
  --hero-scroll-length: 1.72;
}

body.page-home .magic-header {
  align-items: flex-start !important;
  min-height: 0 !important;
  padding: max(10px, env(safe-area-inset-top)) clamp(10px, 1.6vw, 18px) 0 !important;
}

body.page-home .magic-menu-btn,
body.page-home .magic-talk,
body.page-home.magic-scroll-active .magic-menu-btn,
body.page-home.magic-scroll-active .magic-talk {
  border-radius: 999px !important;
  font-size: clamp(0.72rem, 0.76vw, 0.84rem) !important;
  height: auto !important;
  line-height: 1 !important;
  max-width: min(42vw, 230px) !important;
  min-height: 42px !important;
  overflow: hidden !important;
  padding: 0 15px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (min-width: 1025px) and (prefers-reduced-motion: no-preference) {
  body.page-home .magic-home-v3 .magic-intro {
    min-height: calc(var(--hero-scroll-length, 1.72) * 100svh) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__sticky {
    align-content: center !important;
    justify-items: center !important;
    min-height: 680px !important;
    padding: clamp(72px, 6vw, 104px) var(--magic-gutter) clamp(34px, 4vw, 58px) !important;
    place-items: center !important;
  }

  body.page-home .magic-home-v3 .magic-intro__content {
    gap: clamp(12px, 1.45vw, 20px) !important;
    max-width: min(920px, calc(100vw - (var(--magic-gutter) * 2))) !important;
    transform: none !important;
  }

  body.page-home .magic-home-v3 .magic-intro__headline {
    max-width: min(920px, 100%) !important;
    min-height: clamp(190px, 21vw, 340px) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__line {
    font-size: clamp(3.2rem, 5.15vw, 5.85rem) !important;
    line-height: 0.96 !important;
    max-width: 16ch !important;
  }

  body.page-home .magic-home-v3 .magic-intro__caption span {
    font-size: clamp(0.98rem, 1.08vw, 1.16rem) !important;
    line-height: 1.42 !important;
    max-width: 42rem !important;
  }

  body.page-home .magic-home-v3 .magic-intro__support {
    font-size: clamp(0.9rem, 0.96vw, 1rem) !important;
    line-height: 1.45 !important;
    max-width: 40rem !important;
  }

  body.page-home .magic-home-v3 .magic-intro__actions {
    gap: 10px !important;
    margin-top: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-intro__cta,
  body.page-home .magic-home-v3 .magic-intro__secondary {
    border-radius: 999px !important;
    font-size: 0.8rem !important;
    min-height: 46px !important;
    padding-inline: 20px !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media,
  body.page-home .magic-home-v3 .magic-intro__media img {
    transition-duration: 520ms !important;
  }

  body.page-home .magic-home-v3 .magic-intro__line {
    transition-duration: 460ms !important;
  }

  body.page-home .magic-home-v3 .magic-intro__caption span {
    transition-duration: 360ms !important;
  }
}

@media (max-width: 1024px) {
  body.page-home .magic-home-v3 .magic-intro {
    padding-inline: 0 !important;
    padding-block: 0 !important;
    place-items: stretch !important;
  }

  body.page-home .magic-home-v3 .magic-intro__sticky {
    align-content: center !important;
    justify-items: center !important;
    padding: calc(var(--magic-header-h, 64px) + 18px) var(--ww-mobile-gutter, 18px) clamp(34px, 8vw, 58px) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__content {
    gap: 12px !important;
    max-width: min(100%, 520px) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__headline {
    min-height: auto !important;
  }

  body.page-home .magic-home-v3 .magic-intro__line {
    font-size: clamp(2.05rem, 8.8vw, 3.2rem) !important;
    line-height: 1.03 !important;
    max-width: 13ch !important;
  }

  body.page-home .magic-home-v3 .magic-intro__caption span,
  body.page-home .magic-home-v3 .magic-intro__support {
    font-size: clamp(0.9rem, 3.5vw, 1rem) !important;
    line-height: 1.46 !important;
    max-width: 30rem !important;
  }

  body.page-home .magic-home-v3 .magic-intro__actions {
    align-items: center !important;
    display: grid !important;
    justify-items: center !important;
    width: min(100%, 340px) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__cta,
  body.page-home .magic-home-v3 .magic-intro__secondary {
    min-height: 48px !important;
    width: 100% !important;
  }
}

/* Home hero mobile balance: keep the first screen away from the header and avoid dead space below. */
@media (max-width: 760px) {
  body.page-home .magic-home-v3 .magic-intro {
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
  }

  body.page-home .magic-home-v3 .magic-intro__sticky {
    align-content: center !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    padding:
      calc(var(--magic-header-h, 64px) + clamp(42px, 7svh, 64px))
      var(--ww-mobile-gutter, 18px)
      clamp(28px, 7vw, 46px) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__content {
    gap: clamp(12px, 3.6vw, 16px) !important;
    transform: none !important;
  }

  body.page-home .magic-home-v3 .magic-intro__actions {
    display: grid !important;
    margin-top: clamp(2px, 1vw, 8px) !important;
  }
}

/* Mobile touch sizing pass: wider CTAs, readable text, and comfortable tap targets. */
@media (max-width: 1024px) {
  body.page-home .magic-home-v3 .magic-intro__content {
    gap: clamp(16px, 3.8vw, 22px) !important;
    width: min(100%, 36rem) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__caption,
  body.page-home .magic-home-v3 .magic-intro__support,
  body.page-home .magic-home-v3 .magic-intro__actions {
    box-sizing: border-box !important;
    margin-inline: auto !important;
    max-width: calc(100vw - (var(--ww-mobile-gutter, 18px) * 2)) !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-intro__caption span,
  body.page-home .magic-home-v3 .magic-intro__support {
    font-size: clamp(1rem, 3.7vw, 1.1rem) !important;
    line-height: 1.5 !important;
  }

  body.page-home .magic-home-v3 .magic-intro__actions {
    gap: clamp(14px, 3.7vw, 18px) !important;
    margin-top: clamp(8px, 2.5vw, 14px) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__cta,
  body.page-home .magic-home-v3 .magic-intro__secondary {
    box-sizing: border-box !important;
    font-size: clamp(1rem, 4.2vw, 1.125rem) !important;
    justify-self: stretch !important;
    line-height: 1.16 !important;
    max-width: none !important;
    min-height: clamp(58px, 14vw, 64px) !important;
    min-width: 0 !important;
    padding-inline: clamp(18px, 5vw, 26px) !important;
    white-space: normal !important;
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  body.page-coachvisible .coachvisible-next .cv-next-form__grid,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form__grid {
    row-gap: clamp(22px, 4vw, 32px) !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-form .input,
  body.page-coachvisible .coachvisible-next .cv-next-form .textarea,
  body.page-coachvisible .coachvisible-next .cv-next-form select.input,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form .input,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form .textarea,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form select.input {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    min-height: 58px !important;
    padding-inline: clamp(16px, 4vw, 20px) !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-form .textarea,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form .textarea {
    min-height: clamp(190px, 34vw, 240px) !important;
    padding-block: clamp(16px, 4vw, 20px) !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-consent,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-consent {
    column-gap: clamp(16px, 4vw, 22px) !important;
    font-size: clamp(1rem, 3.6vw, 1.08rem) !important;
    line-height: 1.5 !important;
    margin-top: clamp(6px, 2vw, 12px) !important;
    width: 100% !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-form button[type="submit"],
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form button[type="submit"] {
    align-self: stretch !important;
    box-sizing: border-box !important;
    font-size: clamp(1rem, 3.6vw, 1.125rem) !important;
    justify-self: stretch !important;
    line-height: 1.18 !important;
    margin-top: clamp(6px, 2.5vw, 14px) !important;
    max-width: none !important;
    min-height: clamp(62px, 8vw, 70px) !important;
    min-width: 0 !important;
    padding: 1rem clamp(18px, 5vw, 28px) !important;
    white-space: normal !important;
    width: 100% !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-form-hints,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form-hints {
    display: none !important;
  }
}

/* Final home hero mobile composition: one message, larger title, one shared centered frame. */
@media (max-width: 760px) {
  body.page-home .magic-home-v3 {
    --ww-home-hero-frame: min(calc(100vw - (var(--ww-mobile-gutter, 18px) * 2.5)), 22rem);
  }

  body.page-home .magic-home-v3 .magic-intro__sticky,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-intro__sticky {
    padding:
      calc(var(--magic-header-h, 64px) + clamp(36px, 6svh, 56px))
      var(--ww-mobile-gutter, 18px)
      clamp(42px, 10vw, 58px) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__content,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-intro__content {
    box-sizing: border-box !important;
    gap: clamp(20px, 5vw, 26px) !important;
    justify-items: center !important;
    margin-inline: auto !important;
    max-width: var(--ww-home-hero-frame) !important;
    transform: none !important;
    width: var(--ww-home-hero-frame) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__headline,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-intro__headline,
  body.page-home .magic-home-v3 .magic-intro__caption,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-intro__caption,
  body.page-home .magic-home-v3 .magic-intro__actions,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-intro__actions {
    margin-inline: auto !important;
    max-width: var(--ww-home-hero-frame) !important;
    width: var(--ww-home-hero-frame) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__headline,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-intro__headline {
    min-height: auto !important;
  }

  body.page-home .magic-home-v3 .magic-intro__line,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-intro__line {
    font-size: clamp(2.55rem, 11vw, 3.45rem) !important;
    line-height: 0.98 !important;
    max-width: 9.2ch !important;
  }

  body.page-home .magic-home-v3 .magic-intro__caption span,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-intro__caption span {
    font-size: clamp(1rem, 3.8vw, 1.08rem) !important;
    line-height: 1.48 !important;
    max-width: var(--ww-home-hero-frame) !important;
    text-wrap: pretty !important;
  }

  body.page-home .magic-home-v3 .magic-intro__support,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-intro__support {
    display: none !important;
  }

  body.page-home .magic-home-v3 .magic-intro__actions,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-intro__actions {
    gap: clamp(14px, 3.8vw, 18px) !important;
    margin-top: clamp(4px, 1.8vw, 8px) !important;
  }
}

/* Premium brand lockup: visible WeWorkWeb / CoachVisible context in the floating header. */
body.site-page .magic-mark,
body.page-home .magic-mark,
body.page-coachvisible .magic-mark,
body.page-realisations .magic-mark,
body.magic-scroll-active .magic-mark {
  aspect-ratio: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  min-width: clamp(178px, 15vw, 242px) !important;
  max-width: min(44vw, 270px) !important;
  height: clamp(52px, 4.4vw, 66px) !important;
  min-height: clamp(52px, 4.4vw, 66px) !important;
  padding: 0 14px 0 0 !important;
  gap: 10px !important;
  overflow: hidden !important;
  border: 1px solid rgba(125, 221, 255, 0.34) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(236, 249, 255, 0.94)) !important;
  box-shadow:
    0 18px 46px rgba(2, 30, 52, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
  color: #06111e !important;
}

body.page-coachvisible .magic-mark--coachvisible,
body.page-coachvisible.magic-scroll-active .magic-mark--coachvisible {
  min-width: clamp(190px, 16vw, 268px) !important;
  border-color: rgba(54, 191, 165, 0.38) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(235, 250, 247, 0.95)) !important;
}

body.site-page .magic-mark__symbol,
body.page-home .magic-mark__symbol,
body.page-coachvisible .magic-mark__symbol,
body.page-realisations .magic-mark__symbol,
body.magic-scroll-active .magic-mark__symbol {
  flex: 0 0 clamp(50px, 4.4vw, 64px) !important;
  width: clamp(50px, 4.4vw, 64px) !important;
  min-width: clamp(50px, 4.4vw, 64px) !important;
  height: 100% !important;
  padding: 7px !important;
  background: #ffffff !important;
  border-right: 1px solid rgba(16, 65, 96, 0.1) !important;
}

body.page-coachvisible .magic-mark--coachvisible .magic-mark__symbol,
body.page-coachvisible.magic-scroll-active .magic-mark--coachvisible .magic-mark__symbol {
  flex-basis: clamp(62px, 5.6vw, 86px) !important;
  width: clamp(62px, 5.6vw, 86px) !important;
  min-width: clamp(62px, 5.6vw, 86px) !important;
}

body.site-page .magic-mark__symbol img,
body.page-home .magic-mark__symbol img,
body.page-coachvisible .magic-mark__symbol img,
body.page-realisations .magic-mark__symbol img,
body.magic-scroll-active .magic-mark__symbol img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  filter: drop-shadow(0 8px 14px rgba(40, 175, 245, 0.18)) !important;
  transform: none !important;
}

.magic-mark__copy {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
}

.magic-mark__word {
  display: block !important;
  color: #06111e !important;
  font-size: clamp(0.86rem, 0.92vw, 1.02rem) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.magic-mark__context {
  display: block !important;
  color: rgba(38, 54, 76, 0.72) !important;
  font-size: clamp(0.64rem, 0.62vw, 0.75rem) !important;
  font-weight: 750 !important;
  line-height: 1.12 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.page-coachvisible .magic-mark--coachvisible .magic-mark__word,
body.page-coachvisible.magic-scroll-active .magic-mark--coachvisible .magic-mark__word {
  color: #0b3b42 !important;
}

body.page-coachvisible .magic-mark--coachvisible .magic-mark__context,
body.page-coachvisible.magic-scroll-active .magic-mark--coachvisible .magic-mark__context {
  color: rgba(25, 76, 82, 0.72) !important;
}

.footer-brand--coachvisible img {
  object-fit: contain;
}

@media (max-width: 760px) {
  body.site-page .magic-mark,
  body.page-home .magic-mark,
  body.page-coachvisible .magic-mark,
  body.page-realisations .magic-mark,
  body.magic-scroll-active .magic-mark {
    min-width: clamp(138px, 38vw, 182px) !important;
    max-width: 42vw !important;
    height: 46px !important;
    min-height: 46px !important;
    gap: 7px !important;
    padding-right: 9px !important;
  }

  body.site-page .magic-mark__symbol,
  body.page-home .magic-mark__symbol,
  body.page-coachvisible .magic-mark__symbol,
  body.page-realisations .magic-mark__symbol,
  body.magic-scroll-active .magic-mark__symbol {
    flex-basis: 46px !important;
    min-width: 46px !important;
    width: 46px !important;
    padding: 6px !important;
  }

  body.page-coachvisible .magic-mark--coachvisible .magic-mark__symbol,
  body.page-coachvisible.magic-scroll-active .magic-mark--coachvisible .magic-mark__symbol {
    flex-basis: 54px !important;
    min-width: 54px !important;
    width: 54px !important;
  }

  .magic-mark__word {
    font-size: 0.78rem !important;
  }

  .magic-mark__context {
    display: none !important;
  }
}

@media (max-width: 390px) {
  body.site-page .magic-mark,
  body.page-home .magic-mark,
  body.page-coachvisible .magic-mark,
  body.page-realisations .magic-mark,
  body.magic-scroll-active .magic-mark {
    min-width: 112px !important;
    max-width: 34vw !important;
  }

  .magic-mark__word {
    font-size: 0.72rem !important;
  }
}

body.page-coachvisible .cv-next-price-inline,
body.page-coachvisible.magic-scroll-active .cv-next-price-inline {
  color: var(--cv-heading) !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

/* 2026 left-side liquid menu: opens from the same side as the logo/menu button. */
body.site-page .magic-menu-overlay {
  --ww-menu-cyan: #65d8ff;
  --ww-menu-mint: #19f5ba;
  --ww-menu-ink: #06111f;
  --cv-menu-warm: #ffb66e;
  --cv-menu-rose: #ff7f9b;
  align-content: start !important;
  align-items: start !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(101, 216, 255, 0.3), transparent 18rem),
    radial-gradient(circle at 92% 18%, rgba(255, 182, 110, 0.18), transparent 17rem),
    linear-gradient(145deg, rgba(5, 12, 23, 0.88), rgba(8, 27, 43, 0.8)) !important;
  backdrop-filter: blur(28px) saturate(1.25) !important;
  -webkit-backdrop-filter: blur(28px) saturate(1.25) !important;
  border: 1px solid rgba(169, 235, 255, 0.28) !important;
  border-radius: 28px !important;
  bottom: clamp(10px, 1.2vw, 20px) !important;
  box-shadow:
    0 34px 120px rgba(0, 8, 19, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
  display: grid !important;
  gap: clamp(16px, 2vw, 24px) !important;
  grid-template-areas:
    "close close"
    "nav side" !important;
  grid-template-columns: minmax(270px, 0.82fr) minmax(280px, 0.78fr) !important;
  height: auto !important;
  inset: calc(var(--magic-header-h, 84px) + 14px) auto clamp(10px, 1.2vw, 20px) clamp(10px, 1.2vw, 20px) !important;
  isolation: isolate;
  max-height: none !important;
  max-width: calc(100vw - clamp(20px, 2.4vw, 40px)) !important;
  overflow: auto !important;
  overscroll-behavior: contain;
  padding: clamp(18px, 2vw, 28px) !important;
  pointer-events: none;
  transform: translate3d(-30px, 0, 0) scale(0.985) !important;
  transform-origin: top left;
  transition:
    opacity 260ms cubic-bezier(.2,.8,.2,1),
    transform 340ms cubic-bezier(.2,.8,.2,1),
    visibility 260ms cubic-bezier(.2,.8,.2,1) !important;
  visibility: hidden;
  width: min(920px, calc(100vw - clamp(20px, 2.4vw, 40px))) !important;
}

body.site-page .magic-menu-overlay::before,
body.site-page .magic-menu-overlay::after {
  content: "" !important;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

body.site-page .magic-menu-overlay::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  inset: 1px;
  mask-image: linear-gradient(115deg, rgba(0, 0, 0, 0.8), transparent 78%);
  opacity: 0.42;
}

body.site-page .magic-menu-overlay::after {
  background: linear-gradient(180deg, rgba(101, 216, 255, 0), rgba(101, 216, 255, 0.46), rgba(255, 182, 110, 0.42), rgba(255, 182, 110, 0));
  bottom: 28px;
  right: min(45%, 390px);
  top: 86px;
  width: 1px;
}

body.site-page .magic-menu-overlay.is-open,
body.site-page .magic-menu-overlay[aria-hidden="false"],
body.site-page .magic-menu-overlay.is-menu-visible {
  opacity: 1 !important;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1) !important;
  visibility: visible;
}

body.site-page .magic-menu-overlay__close {
  align-items: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.09)) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 999px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 0.92rem !important;
  gap: 12px !important;
  grid-area: close;
  justify-self: start !important;
  min-height: 46px !important;
  padding: 0 14px 0 18px !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
}

body.site-page .magic-menu-overlay__close span:first-child {
  display: inline !important;
}

body.site-page .magic-menu-overlay__close-icon {
  height: 22px !important;
  width: 22px !important;
}

body.site-page .magic-menu-overlay__close-icon::before,
body.site-page .magic-menu-overlay__close-icon::after {
  width: 22px !important;
}

body.site-page .magic-menu-overlay__nav {
  align-content: start !important;
  display: grid !important;
  gap: 10px !important;
  grid-area: nav;
  min-height: 0 !important;
  padding: 0 !important;
}

body.site-page .magic-menu-overlay__nav a {
  align-items: center !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.065)) !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 18px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  color: rgba(250, 253, 255, 0.96) !important;
  display: flex !important;
  font-size: clamp(1.04rem, 1.4vw, 1.34rem) !important;
  font-weight: 850 !important;
  justify-content: space-between !important;
  line-height: 1.08 !important;
  max-width: none !important;
  min-height: 58px !important;
  opacity: 0 !important;
  overflow-wrap: anywhere;
  padding: 0 18px 0 20px !important;
  text-decoration: none !important;
  transform: translate3d(-14px, 0, 0) !important;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    opacity 260ms ease,
    transform 320ms cubic-bezier(.2,.8,.2,1) !important;
  transition-delay: calc(var(--menu-index, 0) * 34ms) !important;
}

body.site-page .magic-menu-overlay.is-open .magic-menu-overlay__nav a,
body.site-page .magic-menu-overlay[aria-hidden="false"] .magic-menu-overlay__nav a,
body.site-page .magic-menu-overlay.is-menu-visible .magic-menu-overlay__nav a,
body.site-page .magic-menu-overlay__nav a.is-menu-link-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
  visibility: visible !important;
}

body.site-page .magic-menu-overlay__nav a::after {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: currentColor;
  content: ">" !important;
  display: inline-flex;
  flex: 0 0 32px;
  font-size: 0.95rem;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  margin-left: 14px;
  opacity: 0.72 !important;
  width: 32px;
}

body.site-page .magic-menu-overlay__nav a:hover,
body.site-page .magic-menu-overlay__nav a:focus-visible {
  background:
    linear-gradient(135deg, rgba(101, 216, 255, 0.24), rgba(25, 245, 186, 0.15)) !important;
  border-color: rgba(101, 216, 255, 0.42) !important;
  color: #ffffff !important;
  transform: translate3d(4px, 0, 0) !important;
}

body.site-page .magic-menu-overlay__side {
  align-content: start !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: rgba(245, 250, 255, 0.74) !important;
  display: grid !important;
  gap: 14px !important;
  grid-area: side;
  max-width: none !important;
  opacity: 0 !important;
  padding: 0 !important;
  transform: translate3d(-8px, 0, 0) !important;
  transition:
    opacity 280ms ease 120ms,
    transform 340ms cubic-bezier(.2,.8,.2,1) 120ms !important;
}

body.site-page .magic-menu-overlay.is-open .magic-menu-overlay__side,
body.site-page .magic-menu-overlay[aria-hidden="false"] .magic-menu-overlay__side,
body.site-page .magic-menu-overlay.is-menu-visible .magic-menu-overlay__side {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

body.site-page .magic-menu-overlay__brand-split {
  display: grid;
  gap: 12px;
}

body.site-page .magic-menu-brand {
  border-radius: 22px;
  color: #ffffff;
  display: grid;
  gap: 12px;
  min-height: 154px;
  overflow: hidden;
  padding: clamp(18px, 2vw, 24px);
  position: relative;
  text-decoration: none;
}

body.site-page .magic-menu-brand::before {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.36), transparent 10rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 55%);
  content: "";
  inset: 0;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
}

body.site-page .magic-menu-brand > * {
  position: relative;
  z-index: 1;
}

body.site-page .magic-menu-brand--weworkweb {
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.28), transparent 9rem),
    linear-gradient(135deg, #0a4f78 0%, #0b9bd1 50%, #18d6b2 100%);
  box-shadow: 0 24px 72px rgba(21, 207, 207, 0.22);
}

body.site-page .magic-menu-brand--coachvisible {
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.28), transparent 9rem),
    linear-gradient(135deg, #47224b 0%, #c75d80 48%, #ffb66e 100%);
  box-shadow: 0 24px 72px rgba(255, 151, 113, 0.18);
}

body.site-page .magic-menu-brand__kicker,
body.site-page .magic-menu-overlay__eyebrow {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.1;
  text-transform: uppercase;
}

body.site-page .magic-menu-brand strong {
  color: #ffffff;
  font-size: clamp(1.16rem, 1.55vw, 1.5rem);
  font-weight: 900;
  line-height: 1.02;
  max-width: 17ch;
  text-wrap: balance;
}

body.site-page .magic-menu-brand span:last-child {
  align-self: end;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.38;
}

body.site-page .magic-menu-brand:hover,
body.site-page .magic-menu-brand:focus-visible {
  transform: translate3d(0, -2px, 0);
}

body.site-page .magic-menu-overlay__contact {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  display: grid;
  gap: 8px;
  padding: 16px;
}

body.site-page .magic-menu-overlay__contact p {
  margin: 0;
}

body.site-page .magic-menu-overlay__contact a {
  color: rgba(255, 255, 255, 0.94) !important;
  display: inline-flex;
  font-size: 0.96rem;
  min-height: 28px;
  overflow-wrap: anywhere;
  text-decoration-color: rgba(101, 216, 255, 0.46) !important;
  text-underline-offset: 5px;
}

body.site-page .magic-menu-overlay__cta {
  align-items: center;
  background: linear-gradient(135deg, var(--ww-menu-cyan), var(--ww-menu-mint)) !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: var(--ww-menu-ink) !important;
  display: inline-flex;
  font-size: 0.95rem !important;
  font-weight: 900 !important;
  justify-content: center;
  min-height: 52px !important;
  padding: 0 20px !important;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

body.page-coachvisible .magic-menu-overlay__cta {
  background: linear-gradient(135deg, var(--cv-menu-warm), var(--cv-menu-rose)) !important;
  color: #1a0d17 !important;
}

@media (max-width: 760px) {
  body.site-page .magic-menu-overlay {
    border-radius: 24px !important;
    bottom: 8px !important;
    gap: 14px !important;
    grid-template-areas:
      "close"
      "nav"
      "side" !important;
    grid-template-columns: 1fr !important;
    inset: calc(var(--magic-header-h, 72px) + 8px) 8px 8px 8px !important;
    height: calc(100vh - var(--magic-header-h, 72px) - 16px) !important;
    max-height: none !important;
    max-width: none !important;
    padding: 16px !important;
    width: auto !important;
  }

  body.site-page .magic-menu-overlay::after {
    display: none;
  }

  body.site-page .magic-menu-overlay__close {
    min-height: 44px !important;
  }

  body.site-page .magic-menu-overlay__nav {
    gap: 8px !important;
  }

  body.site-page .magic-menu-overlay__nav a {
    border-radius: 16px !important;
    font-size: clamp(1rem, 4.5vw, 1.18rem) !important;
    min-height: 54px !important;
    padding-inline: 16px !important;
  }

  body.site-page .magic-menu-brand {
    min-height: 142px;
    padding: 18px;
  }

  body.site-page .magic-menu-brand strong {
    font-size: clamp(1.18rem, 5.2vw, 1.55rem);
    max-width: 16ch;
  }
}

@media (min-width: 761px) and (max-height: 760px) {
  body.site-page .magic-menu-overlay__cta {
    display: none !important;
  }
}

@media (max-width: 420px) {
  body.site-page .magic-menu-overlay {
    padding: 12px !important;
  }

  body.site-page .magic-menu-overlay__nav a::after {
    flex-basis: 28px;
    height: 28px;
    margin-left: 10px;
    width: 28px;
  }

  body.site-page .magic-menu-brand span:last-child {
    font-size: 0.86rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.site-page .magic-menu-overlay,
  body.site-page .magic-menu-overlay__nav a,
  body.site-page .magic-menu-overlay__side,
  body.site-page .magic-menu-brand {
    transition-duration: 0.001ms !important;
    transition-delay: 0ms !important;
  }
}

/* CoachVisible mobile conversion mode: keep only what helps the first tap. */
@media (max-width: 760px) {
  body.page-coachvisible .coachvisible-next .cv-next-hero,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero {
    align-items: center !important;
    display: grid !important;
    min-height: 100vh !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    padding:
      calc(var(--magic-header-h, 64px) + clamp(34px, 7svh, 54px))
      var(--ww-mobile-gutter, 18px)
      clamp(48px, 12vw, 70px) !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-hero__grid,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero__grid {
    align-items: center !important;
    display: grid !important;
    gap: 0 !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    margin-inline: auto !important;
    max-width: min(100%, 22rem) !important;
    min-height: 0 !important;
    width: 100% !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-hero__copy,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero__copy {
    align-items: center !important;
    display: grid !important;
    gap: clamp(16px, 4.6vw, 22px) !important;
    justify-items: center !important;
    margin-inline: auto !important;
    max-width: min(100%, 22rem) !important;
    text-align: center !important;
    width: 100% !important;
  }

  body.page-coachvisible .coachvisible-next :where(
    .cv-next-brand-lockup,
    .cv-next-lead,
    .cv-next-price-card,
    .cv-next-short,
    .cv-next-tags,
    .cv-next-hero__visual
  ),
  body.page-coachvisible.magic-scroll-active .coachvisible-next :where(
    .cv-next-brand-lockup,
    .cv-next-lead,
    .cv-next-price-card,
    .cv-next-short,
    .cv-next-tags,
    .cv-next-hero__visual
  ) {
    display: none !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-eyebrow,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-eyebrow {
    font-size: clamp(0.82rem, 3.2vw, 0.95rem) !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    max-width: 100% !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-hero h1,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero h1 {
    font-size: clamp(2.55rem, 11vw, 3.35rem) !important;
    line-height: 1.02 !important;
    margin: 0 !important;
    max-width: min(100%, 9.5ch) !important;
    text-wrap: balance !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-actions,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-actions {
    display: grid !important;
    gap: 0 !important;
    margin-top: clamp(4px, 2vw, 10px) !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-actions .btn-secondary,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-actions .btn-secondary {
    display: none !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-actions .btn-primary,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-actions .btn-primary {
    box-sizing: border-box !important;
    font-size: clamp(1rem, 4vw, 1.12rem) !important;
    justify-self: stretch !important;
    line-height: 1.18 !important;
    max-width: none !important;
    min-height: clamp(62px, 15vw, 68px) !important;
    padding: 1rem clamp(18px, 5vw, 26px) !important;
    white-space: normal !important;
    width: 100% !important;
  }
}

/* Final mobile header lock: the audit CTA gets real breathing room. */
@media (max-width: 760px) {
  body.page-home .magic-header,
  body.page-home.magic-scroll-active .magic-header {
    align-items: center !important;
    display: grid !important;
    gap: clamp(10px, 3vw, 14px) !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    padding:
      max(8px, env(safe-area-inset-top))
      clamp(12px, 3.4vw, 16px)
      8px !important;
  }

  body.page-home .magic-header__left,
  body.page-home.magic-scroll-active .magic-header__left {
    align-items: center !important;
    gap: clamp(8px, 2.6vw, 12px) !important;
    min-width: max-content !important;
  }

  body.page-home .magic-header__right,
  body.page-home.magic-scroll-active .magic-header__right {
    align-items: center !important;
    display: flex !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.page-home .magic-mark,
  body.page-home.magic-scroll-active .magic-mark {
    height: 46px !important;
    min-height: 46px !important;
    min-width: 46px !important;
    width: 46px !important;
  }

  body.page-home .magic-menu-btn,
  body.page-home.magic-scroll-active .magic-menu-btn {
    font-size: clamp(0.78rem, 3.15vw, 0.86rem) !important;
    min-height: 46px !important;
    min-width: clamp(68px, 19vw, 76px) !important;
    padding-inline: clamp(13px, 3.6vw, 17px) !important;
  }

  body.page-home .magic-talk,
  body.page-home.magic-scroll-active .magic-talk {
    box-sizing: border-box !important;
    font-size: clamp(0.78rem, 3.2vw, 0.9rem) !important;
    line-height: 1.12 !important;
    max-width: none !important;
    min-height: 48px !important;
    min-width: 0 !important;
    overflow: visible !important;
    padding-inline: clamp(16px, 4.2vw, 22px) !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    width: 100% !important;
  }
}

/* Site spacing rhythm pass: shared section padding, heading stacks, and the offers rail inset. */
body.site-page {
  --ww-section-y: clamp(68px, 8vw, 128px);
  --ww-section-y-tight: clamp(52px, 6vw, 92px);
  --ww-heading-stack-gap: clamp(14px, 1.8vw, 24px);
  --ww-content-stack-gap: clamp(30px, 4vw, 56px);
  --ww-wide-rail: min(1220px, calc(100vw - 40px));
}

body.site-page:not(.magic-scroll-active) .site-main > .section {
  padding-block: var(--ww-section-y) !important;
}

body.site-page:not(.magic-scroll-active) .site-main > :is(.section-tight, .section-compact) {
  padding-block: var(--ww-section-y-tight) !important;
}

body.site-page:not(.magic-scroll-active) .section-heading {
  margin-bottom: var(--ww-content-stack-gap) !important;
}

body.site-page:not(.magic-scroll-active) .section-heading > * + * {
  margin-top: var(--ww-heading-stack-gap) !important;
}

body.page-home .magic-home-v3 {
  --ww-home-heading-gap: clamp(12px, 1.8vw, 22px);
  --ww-home-block-gap: clamp(34px, 4vw, 54px);
  --ww-home-section-inset: clamp(58px, 6vw, 96px);
}

body.page-home .magic-home-v3 :is(
  .magic-proof-layer__heading,
  .magic-services__heading,
  .magic-work__heading,
  .magic-faq__heading
) {
  gap: var(--ww-home-heading-gap) !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-services__sticky {
  box-sizing: border-box !important;
  gap: var(--ww-home-block-gap) !important;
  max-width: var(--ww-wide-rail) !important;
  padding-block: var(--ww-home-section-inset) clamp(54px, 6vw, 88px) !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading {
  max-width: min(100%, 58rem) !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading h2 {
  max-width: min(100%, 40ch) !important;
  text-wrap: balance !important;
  white-space: normal !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading p {
  max-width: min(100%, 48rem) !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-services__track {
  gap: clamp(18px, 2vw, 26px) !important;
}

@media (min-width: 1121px) and (max-height: 920px) {
  body.page-home .magic-home-v3 {
    --ww-home-block-gap: clamp(28px, 4vh, 42px);
    --ww-home-section-inset: clamp(46px, 6vh, 64px);
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card > img {
    max-height: clamp(156px, 19vh, 176px) !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__body {
    gap: 10px !important;
    padding: 16px 12px 10px !important;
  }
}

@media (max-width: 760px) {
  body.site-page {
    --ww-section-y: clamp(54px, 14vw, 76px);
    --ww-section-y-tight: clamp(44px, 12vw, 64px);
    --ww-content-stack-gap: clamp(24px, 8vw, 36px);
  }

  body.page-home .magic-home-v3 {
    --ww-home-block-gap: clamp(22px, 6vw, 30px);
    --ww-home-section-inset: clamp(34px, 9vw, 52px);
  }

  body.page-home .magic-home-v3 .magic-offers-entry {
    padding:
      calc(var(--magic-header-h, 64px) + var(--ww-home-section-inset))
      var(--ww-mobile-gutter, 18px)
      clamp(58px, 13vw, 78px) !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__sticky {
    gap: var(--ww-home-block-gap) !important;
    padding-block: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading {
    gap: clamp(10px, 3.5vw, 14px) !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading h2 {
    max-width: 12ch !important;
  }
}

/* Maquettes scrollables: keep the current cards, but let every recovered prototype live in the rail. */
body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__sticky,
body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__stage,
body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__viewport {
  max-width: min(1220px, calc(100vw - 34px)) !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__stage {
  overflow: visible !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__viewport {
  overflow-x: auto !important;
  overflow-y: visible !important;
  padding: 4px 4px 18px !important;
  scroll-padding-inline: 4px !important;
  scroll-snap-type: x mandatory !important;
  -webkit-overflow-scrolling: touch !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__viewport::-webkit-scrollbar {
  height: 10px !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__viewport::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08) !important;
  border-radius: 999px !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__viewport::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(101, 216, 255, 0.88), rgba(32, 214, 179, 0.88)) !important;
  border-radius: 999px !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail {
  display: flex !important;
  grid-template-columns: none !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
  gap: clamp(16px, 2vw, 24px) !important;
  transform: none !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card,
body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card.is-active {
  flex: 0 0 clamp(272px, 28vw, 362px) !important;
  width: clamp(272px, 28vw, 362px) !important;
  min-width: clamp(272px, 28vw, 362px) !important;
  max-width: clamp(272px, 28vw, 362px) !important;
  min-height: clamp(470px, 56vw, 620px) !important;
  opacity: 1 !important;
  scroll-snap-align: start !important;
  transform: none !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card > img {
  height: clamp(210px, 29vw, 342px) !important;
  max-height: none !important;
  object-fit: cover !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__indicator {
  max-width: min(1220px, calc(100vw - 34px)) !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__counter {
  overflow-x: auto !important;
  padding-bottom: 2px !important;
  -webkit-overflow-scrolling: touch !important;
}

.coachvisible-next .cv-next-maquettes {
  padding: clamp(72px, 8vw, 124px) 0;
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.035), rgba(7, 17, 31, 0)),
    #ffffff;
}

.coachvisible-next .cv-next-maquettes__viewport {
  margin-top: clamp(26px, 4vw, 46px);
  overflow-x: auto;
  overflow-y: visible;
  padding: 4px 0 18px;
  scroll-padding-inline: max(20px, calc((100vw - min(1160px, calc(100vw - 40px))) / 2));
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.coachvisible-next .cv-next-maquettes__viewport:focus-visible {
  outline: 3px solid rgba(42, 147, 255, 0.32);
  outline-offset: 6px;
}

.coachvisible-next .cv-next-maquettes__viewport::-webkit-scrollbar {
  height: 10px;
}

.coachvisible-next .cv-next-maquettes__viewport::-webkit-scrollbar-track {
  background: rgba(12, 25, 44, 0.08);
  border-radius: 999px;
}

.coachvisible-next .cv-next-maquettes__viewport::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #1d8df7, #20d6b3);
  border-radius: 999px;
}

.coachvisible-next .cv-next-maquettes__rail {
  display: flex;
  gap: clamp(16px, 2vw, 24px);
  min-width: max-content;
}

.coachvisible-next .cv-next-maquette-card {
  display: flex;
  flex: 0 0 clamp(272px, 28vw, 354px);
  min-height: 520px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(12, 25, 44, 0.12);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 22px 70px rgba(12, 25, 44, 0.12);
  scroll-snap-align: start;
}

.coachvisible-next .cv-next-maquette-card__media {
  display: block;
  height: clamp(220px, 24vw, 316px);
  overflow: hidden;
  background: #07111f;
}

.coachvisible-next .cv-next-maquette-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.coachvisible-next .cv-next-maquette-card:hover .cv-next-maquette-card__media img,
.coachvisible-next .cv-next-maquette-card:focus-within .cv-next-maquette-card__media img {
  transform: scale(1.035);
}

.coachvisible-next .cv-next-maquette-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: clamp(17px, 2vw, 22px);
}

.coachvisible-next .cv-next-maquette-card__body span {
  color: #1d8df7;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coachvisible-next .cv-next-maquette-card__body h3 {
  margin: 0;
  color: #07111f;
  font-size: clamp(1.15rem, 2vw, 1.36rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.coachvisible-next .cv-next-maquette-card__body p {
  margin: 0;
  color: rgba(7, 17, 31, 0.66);
  font-size: 0.94rem;
  line-height: 1.55;
}

.coachvisible-next .cv-next-maquette-card__actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.coachvisible-next .cv-next-maquette-card__actions a {
  display: inline-flex;
  min-height: 42px;
  flex: 1;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(7, 17, 31, 0.12);
  border-radius: 999px;
  padding: 0 13px;
  color: #07111f;
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.coachvisible-next .cv-next-maquette-card__actions a:last-child {
  border-color: transparent;
  background: #07111f;
  color: #ffffff;
}

@media (max-width: 760px) {
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card,
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card.is-active {
    flex-basis: min(82vw, 320px) !important;
    width: min(82vw, 320px) !important;
    min-width: min(82vw, 320px) !important;
    max-width: min(82vw, 320px) !important;
    min-height: 480px !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card > img {
    height: 220px !important;
  }

  .coachvisible-next .cv-next-maquettes {
    padding: clamp(54px, 13vw, 82px) 0;
  }

  .coachvisible-next .cv-next-maquette-card {
    flex-basis: min(82vw, 316px);
    min-height: 500px;
  }
}

/* Home offers height lock: keep the dark background, but remove the old multi-screen scrub height. */
body.page-home .magic-home-v3 .magic-offers-entry {
  height: auto !important;
  min-height: 0 !important;
  padding-block: 0 !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-services__sticky {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: auto !important;
}

/* Final mobile CTA lock: keep the main actions as wide and readable as the text column. */
@media (max-width: 1024px) {
  body.page-home .magic-home-v3 .magic-intro__actions,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-intro__actions {
    align-items: stretch !important;
    gap: clamp(14px, 3.7vw, 18px) !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: stretch !important;
    margin-top: clamp(8px, 2.5vw, 14px) !important;
    max-width: calc(100vw - (var(--ww-mobile-gutter, 18px) * 2)) !important;
    place-items: stretch !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-intro__actions > :is(a, button),
  body.page-home .magic-home-v3 :is(.magic-intro__cta, .magic-intro__secondary),
  body.page-home.magic-scroll-active .magic-home-v3 .magic-intro__actions > :is(a, button),
  body.page-home.magic-scroll-active .magic-home-v3 :is(.magic-intro__cta, .magic-intro__secondary) {
    align-self: stretch !important;
    box-sizing: border-box !important;
    display: flex !important;
    font-size: clamp(1rem, 4.2vw, 1.125rem) !important;
    justify-self: stretch !important;
    line-height: 1.16 !important;
    max-width: none !important;
    min-height: clamp(58px, 14vw, 64px) !important;
    min-width: 0 !important;
    padding-inline: clamp(18px, 5vw, 26px) !important;
    place-self: stretch !important;
    white-space: normal !important;
    width: 100% !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-form button[type="submit"],
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form button[type="submit"] {
    align-self: stretch !important;
    box-sizing: border-box !important;
    font-size: clamp(1rem, 3.6vw, 1.125rem) !important;
    justify-self: stretch !important;
    line-height: 1.18 !important;
    margin-top: clamp(6px, 2.5vw, 14px) !important;
    max-width: none !important;
    min-height: clamp(62px, 8vw, 70px) !important;
    min-width: 0 !important;
    padding: 1rem clamp(18px, 5vw, 28px) !important;
    white-space: normal !important;
    width: 100% !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-form-hints,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form-hints {
    display: none !important;
  }
}

/* CoachVisible package: clearer offer scope and less table-like density. */
body.page-coachvisible .cv-next-package,
body.page-coachvisible.magic-scroll-active .cv-next-package {
  background:
    linear-gradient(180deg, #ffffff 0%, #f6fbfd 100%) !important;
  border-block: 1px solid rgba(7, 17, 31, 0.09) !important;
  padding-block: clamp(4.5rem, 7vw, 7rem) !important;
}

body.page-coachvisible .cv-next-package__intro,
body.page-coachvisible.magic-scroll-active .cv-next-package__intro {
  align-items: end !important;
  display: grid !important;
  gap: clamp(1.4rem, 3vw, 2.5rem) !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px) !important;
  margin-bottom: clamp(1.2rem, 2.8vw, 2rem) !important;
}

body.page-coachvisible .cv-next-package .cv-next-heading,
body.page-coachvisible.magic-scroll-active .cv-next-package .cv-next-heading {
  margin-bottom: 0 !important;
  max-width: 64rem !important;
}

body.page-coachvisible .cv-next-package .cv-next-heading h2,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-package .cv-next-heading h2 {
  max-width: 15ch !important;
}

body.page-coachvisible .cv-next-package .cv-next-heading > p:not(.cv-next-eyebrow),
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-package .cv-next-heading > p:not(.cv-next-eyebrow) {
  max-width: 54rem !important;
}

body.page-coachvisible .cv-next-package__decision,
body.page-coachvisible.magic-scroll-active .cv-next-package__decision {
  background: linear-gradient(145deg, #07111f 0%, #10323d 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 8px !important;
  box-shadow: 0 24px 64px rgba(7, 17, 31, 0.18) !important;
  display: grid !important;
  gap: 0.55rem !important;
  padding: clamp(1.15rem, 2.3vw, 1.55rem) !important;
}

body.page-coachvisible .cv-next-package__decision span,
body.page-coachvisible.magic-scroll-active .cv-next-package__decision span {
  color: #8deee0 !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body.page-coachvisible .cv-next-package__decision strong,
body.page-coachvisible.magic-scroll-active .cv-next-package__decision strong {
  color: #ffffff !important;
  font-size: clamp(1.9rem, 3.8vw, 3rem) !important;
  line-height: 1 !important;
}

body.page-coachvisible .cv-next-package__decision p,
body.page-coachvisible.magic-scroll-active .cv-next-package__decision p {
  color: rgba(247, 255, 251, 0.78) !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

body.page-coachvisible .cv-next-package__cards,
body.page-coachvisible.magic-scroll-active .cv-next-package__cards {
  align-items: stretch !important;
  display: grid !important;
  gap: clamp(1rem, 2vw, 1.35rem) !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.page-coachvisible .cv-next-scope-card,
body.page-coachvisible.magic-scroll-active .cv-next-scope-card {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(7, 17, 31, 0.11) !important;
  border-radius: 8px !important;
  box-shadow: 0 22px 58px rgba(9, 41, 65, 0.09) !important;
  display: grid !important;
  gap: clamp(1.15rem, 2vw, 1.55rem) !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: clamp(1.25rem, 2.4vw, 1.8rem) !important;
  position: relative !important;
}

body.page-coachvisible .cv-next-scope-card::before,
body.page-coachvisible.magic-scroll-active .cv-next-scope-card::before {
  content: "" !important;
  height: 5px !important;
  inset: 0 0 auto !important;
  position: absolute !important;
}

body.page-coachvisible .cv-next-scope-card--base::before,
body.page-coachvisible.magic-scroll-active .cv-next-scope-card--base::before {
  background: linear-gradient(90deg, #28c7a4, #8deee0) !important;
}

body.page-coachvisible .cv-next-scope-card--plus::before,
body.page-coachvisible.magic-scroll-active .cv-next-scope-card--plus::before {
  background: linear-gradient(90deg, #2a93ff, #7fc8ff) !important;
}

body.page-coachvisible .cv-next-scope-card__head,
body.page-coachvisible.magic-scroll-active .cv-next-scope-card__head {
  display: grid !important;
  gap: 0.55rem !important;
  padding-top: 0.35rem !important;
}

body.page-coachvisible .cv-next-scope-card__head span,
body.page-coachvisible.magic-scroll-active .cv-next-scope-card__head span {
  color: var(--cv-accent-strong) !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body.page-coachvisible .cv-next-scope-card--plus .cv-next-scope-card__head span,
body.page-coachvisible.magic-scroll-active .cv-next-scope-card--plus .cv-next-scope-card__head span {
  color: #1d74d8 !important;
}

body.page-coachvisible .cv-next-scope-card__head h3,
body.page-coachvisible.magic-scroll-active .cv-next-scope-card__head h3 {
  color: var(--cv-heading) !important;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem) !important;
  line-height: 1.06 !important;
  margin: 0 !important;
}

body.page-coachvisible .cv-next-scope-card__head p,
body.page-coachvisible.magic-scroll-active .cv-next-scope-card__head p {
  color: var(--cv-muted) !important;
  font-size: 1rem !important;
  line-height: 1.58 !important;
  margin: 0 !important;
  max-width: 36rem !important;
}

body.page-coachvisible .cv-next-scope-list,
body.page-coachvisible.magic-scroll-active .cv-next-scope-list {
  display: grid !important;
  gap: 0 !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-coachvisible .cv-next-scope-list li,
body.page-coachvisible.magic-scroll-active .cv-next-scope-list li {
  align-items: start !important;
  border-top: 1px solid rgba(7, 17, 31, 0.09) !important;
  display: grid !important;
  gap: 0.8rem !important;
  grid-template-columns: 1.35rem minmax(0, 1fr) !important;
  padding: 0.95rem 0 !important;
}

body.page-coachvisible .cv-next-scope-list li:last-child,
body.page-coachvisible.magic-scroll-active .cv-next-scope-list li:last-child {
  padding-bottom: 0 !important;
}

body.page-coachvisible .cv-next-scope-list__mark,
body.page-coachvisible.magic-scroll-active .cv-next-scope-list__mark {
  background: #ecfbf7 !important;
  border: 1px solid rgba(40, 199, 164, 0.45) !important;
  border-radius: 999px !important;
  display: block !important;
  height: 1.25rem !important;
  margin-top: 0.1rem !important;
  position: relative !important;
  width: 1.25rem !important;
}

body.page-coachvisible .cv-next-scope-card--base .cv-next-scope-list__mark::after,
body.page-coachvisible.magic-scroll-active .cv-next-scope-card--base .cv-next-scope-list__mark::after {
  border-bottom: 2px solid #159978 !important;
  border-right: 2px solid #159978 !important;
  content: "" !important;
  height: 0.46rem !important;
  left: 0.42rem !important;
  position: absolute !important;
  top: 0.28rem !important;
  transform: rotate(42deg) !important;
  width: 0.25rem !important;
}

body.page-coachvisible .cv-next-scope-card--plus .cv-next-scope-list__mark,
body.page-coachvisible.magic-scroll-active .cv-next-scope-card--plus .cv-next-scope-list__mark {
  background: #edf6ff !important;
  border-color: rgba(42, 147, 255, 0.42) !important;
}

body.page-coachvisible .cv-next-scope-card--plus .cv-next-scope-list__mark::before,
body.page-coachvisible .cv-next-scope-card--plus .cv-next-scope-list__mark::after,
body.page-coachvisible.magic-scroll-active .cv-next-scope-card--plus .cv-next-scope-list__mark::before,
body.page-coachvisible.magic-scroll-active .cv-next-scope-card--plus .cv-next-scope-list__mark::after {
  background: #1d74d8 !important;
  content: "" !important;
  height: 2px !important;
  left: 0.38rem !important;
  position: absolute !important;
  top: 0.56rem !important;
  width: 0.48rem !important;
}

body.page-coachvisible .cv-next-scope-card--plus .cv-next-scope-list__mark::after,
body.page-coachvisible.magic-scroll-active .cv-next-scope-card--plus .cv-next-scope-list__mark::after {
  transform: rotate(90deg) !important;
}

body.page-coachvisible .cv-next-scope-list strong,
body.page-coachvisible.magic-scroll-active .cv-next-scope-list strong {
  color: var(--cv-heading) !important;
  display: block !important;
  font-size: 1.02rem !important;
  line-height: 1.22 !important;
  margin: 0 !important;
}

body.page-coachvisible .cv-next-scope-list p,
body.page-coachvisible.magic-scroll-active .cv-next-scope-list p {
  color: var(--cv-muted) !important;
  font-size: 0.94rem !important;
  line-height: 1.52 !important;
  margin: 0.22rem 0 0 !important;
}

body.page-coachvisible .cv-next-package__footer,
body.page-coachvisible.magic-scroll-active .cv-next-package__footer {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(7, 17, 31, 0.1) !important;
  border-left: 5px solid #ffbd59 !important;
  border-radius: 8px !important;
  display: flex !important;
  gap: clamp(1rem, 2vw, 1.4rem) !important;
  justify-content: space-between !important;
  margin-top: clamp(1rem, 2vw, 1.35rem) !important;
  padding: clamp(1rem, 2vw, 1.3rem) !important;
}

body.page-coachvisible .cv-next-package__footer p,
body.page-coachvisible.magic-scroll-active .cv-next-package__footer p {
  color: var(--cv-muted) !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  max-width: 54rem !important;
}

body.page-coachvisible .cv-next-package__footer strong,
body.page-coachvisible.magic-scroll-active .cv-next-package__footer strong {
  color: var(--cv-heading) !important;
}

body.page-coachvisible .cv-next-package__footer .btn,
body.page-coachvisible.magic-scroll-active .cv-next-package__footer .btn {
  flex: 0 0 auto !important;
  white-space: normal !important;
}

@media (max-width: 960px) {
  body.page-coachvisible .cv-next-package__intro,
  body.page-coachvisible.magic-scroll-active .cv-next-package__intro,
  body.page-coachvisible .cv-next-package__cards,
  body.page-coachvisible.magic-scroll-active .cv-next-package__cards {
    grid-template-columns: 1fr !important;
  }

  body.page-coachvisible .cv-next-package__footer,
  body.page-coachvisible.magic-scroll-active .cv-next-package__footer {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  body.page-coachvisible .cv-next-package__footer .btn,
  body.page-coachvisible.magic-scroll-active .cv-next-package__footer .btn {
    justify-content: center !important;
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  body.page-coachvisible .cv-next-package,
  body.page-coachvisible.magic-scroll-active .cv-next-package {
    padding-block: clamp(3.5rem, 12vw, 5rem) !important;
  }

  body.page-coachvisible .cv-next-package .cv-next-heading h2,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-package .cv-next-heading h2 {
    font-size: clamp(2.05rem, 9vw, 2.75rem) !important;
    max-width: 13ch !important;
  }

  body.page-coachvisible .cv-next-scope-card,
  body.page-coachvisible.magic-scroll-active .cv-next-scope-card {
    padding: clamp(1rem, 5vw, 1.25rem) !important;
  }

  body.page-coachvisible .cv-next-scope-list li,
  body.page-coachvisible.magic-scroll-active .cv-next-scope-list li {
    gap: 0.65rem !important;
    grid-template-columns: 1.25rem minmax(0, 1fr) !important;
    padding-block: 0.85rem !important;
  }
}

/* Final home hero mobile composition: one message, larger title, one shared centered frame. */
@media (max-width: 760px) {
  body.page-home .magic-home-v3 {
    --ww-home-hero-frame: min(calc(100vw - (var(--ww-mobile-gutter, 18px) * 2.5)), 22rem);
  }

  body.page-home .magic-home-v3 .magic-intro__sticky,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-intro__sticky {
    padding:
      calc(var(--magic-header-h, 64px) + clamp(36px, 6svh, 56px))
      var(--ww-mobile-gutter, 18px)
      clamp(42px, 10vw, 58px) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__content,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-intro__content {
    box-sizing: border-box !important;
    gap: clamp(20px, 5vw, 26px) !important;
    justify-items: center !important;
    margin-inline: auto !important;
    max-width: var(--ww-home-hero-frame) !important;
    transform: none !important;
    width: var(--ww-home-hero-frame) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__headline,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-intro__headline,
  body.page-home .magic-home-v3 .magic-intro__caption,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-intro__caption,
  body.page-home .magic-home-v3 .magic-intro__actions,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-intro__actions {
    margin-inline: auto !important;
    max-width: var(--ww-home-hero-frame) !important;
    width: var(--ww-home-hero-frame) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__headline,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-intro__headline {
    min-height: auto !important;
  }

  body.page-home .magic-home-v3 .magic-intro__line,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-intro__line {
    font-size: clamp(2.55rem, 11vw, 3.45rem) !important;
    line-height: 0.98 !important;
    max-width: 9.2ch !important;
  }

  body.page-home .magic-home-v3 .magic-intro__caption span,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-intro__caption span {
    font-size: clamp(1rem, 3.8vw, 1.08rem) !important;
    line-height: 1.48 !important;
    max-width: var(--ww-home-hero-frame) !important;
    text-wrap: pretty !important;
  }

  body.page-home .magic-home-v3 .magic-intro__support,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-intro__support {
    display: none !important;
  }

  body.page-home .magic-home-v3 .magic-intro__actions,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-intro__actions {
    gap: clamp(14px, 3.8vw, 18px) !important;
    margin-top: clamp(4px, 1.8vw, 8px) !important;
  }
}

/* Absolute final mobile brand override: keep WeWorkWeb readable beside the icon. */
@media (max-width: 760px) {
  body.page-home .magic-mark,
  body.page-home.magic-scroll-active .magic-mark {
    width: clamp(132px, 37vw, 152px) !important;
    min-width: clamp(132px, 37vw, 152px) !important;
    max-width: 42vw !important;
  }

  body.page-home .magic-mark__copy,
  body.page-home.magic-scroll-active .magic-mark__copy {
    display: grid !important;
    min-width: 0 !important;
  }

  body.page-home .magic-mark__word,
  body.page-home.magic-scroll-active .magic-mark__word {
    display: block !important;
    font-size: 0.78rem !important;
    line-height: 1 !important;
  }
}

@media (max-width: 390px) {
  body.page-home .magic-mark,
  body.page-home.magic-scroll-active .magic-mark {
    width: clamp(124px, 34vw, 138px) !important;
    min-width: clamp(124px, 34vw, 138px) !important;
    max-width: 36vw !important;
  }
}

/* Home mobile conversion cleanup: less scrolling, clearer spacing, direct project actions. */
body.page-home .magic-home-v3 .magic-work-card__actions {
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin-top: auto !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-work-card__action {
  align-items: center !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  font-size: 0.9rem !important;
  font-weight: 900 !important;
  justify-content: center !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
  min-height: 48px !important;
  padding: 0 14px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body.page-home .magic-home-v3 .magic-work-card__action--ghost {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  color: rgba(255, 255, 255, 0.94) !important;
}

body.page-home .magic-home-v3 .magic-work-card__action--primary {
  background: linear-gradient(135deg, #61d8f5 0%, #25f0bc 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 18px 44px rgba(33, 226, 197, 0.2) !important;
  color: #061221 !important;
}

@media (max-width: 760px) {
  body.page-home.magic-scroll-active .magic-home-v3 .magic-section.magic-proof-layer,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-section.magic-offers-entry,
  body.page-home.magic-scroll-active .magic-home-v3 .magic-section.magic-work--maquettes,
  body.page-home .magic-home-v3 .magic-section.magic-proof-layer,
  body.page-home .magic-home-v3 .magic-section.magic-offers-entry,
  body.page-home .magic-home-v3 .magic-section.magic-work--maquettes {
    height: auto !important;
    min-height: 0 !important;
  }

  body.page-home.magic-scroll-active .magic-home-v3 .magic-proof-layer .magic-proof-layer__inner,
  body.page-home .magic-home-v3 .magic-proof-layer .magic-proof-layer__inner {
    height: auto !important;
    min-height: 0 !important;
  }

  body.page-home .magic-home-v3 {
    --ww-home-mobile-frame: min(100%, 354px);
    --ww-home-mobile-gap: clamp(16px, 4.6vw, 22px);
  }

  body.page-home .magic-home-v3 :is(.magic-proof-layer, .magic-offers-entry, .magic-work--maquettes) {
    height: auto !important;
    min-height: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-proof-layer {
    padding: clamp(36px, 10vw, 52px) var(--ww-mobile-gutter, 18px) !important;
  }

  body.page-home .magic-home-v3 .magic-proof-layer__inner {
    display: grid !important;
    gap: 0 !important;
    justify-items: center !important;
    max-width: var(--ww-home-mobile-frame) !important;
  }

  body.page-home .magic-home-v3 .magic-proof-layer__heading,
  body.page-home .magic-home-v3 .magic-proof-layer__grid {
    display: none !important;
  }

  body.page-home .magic-home-v3 .magic-proof-layer__ledger {
    background:
      radial-gradient(circle at 50% 0%, rgba(100, 216, 255, 0.16), rgba(100, 216, 255, 0) 42%),
      linear-gradient(180deg, #071a29 0%, #061421 100%) !important;
    border: 1px solid rgba(103, 219, 255, 0.15) !important;
    border-radius: 28px !important;
    box-shadow: 0 24px 70px rgba(6, 18, 33, 0.2) !important;
    gap: clamp(18px, 5vw, 24px) !important;
    margin: 0 auto !important;
    max-width: var(--ww-home-mobile-frame) !important;
    padding: clamp(30px, 8vw, 38px) clamp(22px, 6vw, 28px) !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-proof-layer__ledger h3 {
    font-size: clamp(1.8rem, 8.2vw, 2.25rem) !important;
    line-height: 1.02 !important;
    max-width: 10ch !important;
  }

  body.page-home .magic-home-v3 .magic-proof-layer__ledger ul {
    gap: 14px !important;
    max-width: 18rem !important;
  }

  body.page-home .magic-home-v3 .magic-proof-layer__ledger li {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: clamp(1rem, 4.4vw, 1.12rem) !important;
    line-height: 1.34 !important;
  }

  body.page-home .magic-home-v3 .magic-proof-layer__ledger li::before {
    height: 8px !important;
    margin-bottom: 8px !important;
    width: 8px !important;
  }

  body.page-home .magic-home-v3 .magic-proof-layer__ledger > a {
    font-size: clamp(0.98rem, 4.2vw, 1.05rem) !important;
    min-height: 60px !important;
    padding-inline: 18px !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry {
    padding:
      calc(var(--magic-header-h, 64px) + clamp(18px, 5vw, 28px))
      var(--ww-mobile-gutter, 18px)
      clamp(32px, 8vw, 46px) !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__sticky {
    gap: var(--ww-home-mobile-gap) !important;
    max-width: var(--ww-home-mobile-frame) !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading {
    gap: 10px !important;
    max-width: var(--ww-home-mobile-frame) !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading h2 {
    font-size: clamp(1.92rem, 8.6vw, 2.32rem) !important;
    line-height: 1.02 !important;
    max-width: 12ch !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading p {
    display: none !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-track-wrap,
  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__track {
    max-width: var(--ww-home-mobile-frame) !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__track {
    gap: 10px !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card {
    background: rgba(255, 255, 255, 0.86) !important;
    border: 1px solid rgba(8, 37, 52, 0.1) !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 48px rgba(8, 37, 52, 0.1) !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card > img,
  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__number,
  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__meta,
  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card p {
    display: none !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__body {
    align-items: stretch !important;
    gap: 7px !important;
    justify-items: stretch !important;
    padding: 14px 16px !important;
    text-align: left !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__eyebrow {
    color: #0b7d8d !important;
    font-size: 0.68rem !important;
    letter-spacing: 0.06em !important;
    text-align: left !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card h3 {
    color: #071625 !important;
    font-size: clamp(1.08rem, 5vw, 1.28rem) !important;
    line-height: 1.08 !important;
    margin: 0 !important;
    max-width: none !important;
    text-align: left !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card .magic-card-link {
    border-radius: 999px !important;
    font-size: 0.86rem !important;
    justify-self: stretch !important;
    margin-top: 2px !important;
    min-height: 44px !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes {
    padding: clamp(36px, 9vw, 50px) var(--ww-mobile-gutter, 18px) !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__sticky {
    gap: var(--ww-home-mobile-gap) !important;
    max-width: var(--ww-home-mobile-frame) !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading {
    max-width: var(--ww-home-mobile-frame) !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading h2 {
    font-size: clamp(2.25rem, 10vw, 2.8rem) !important;
    line-height: 1 !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading p,
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__indicator {
    display: none !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__stage,
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__viewport {
    max-width: var(--ww-home-mobile-frame) !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__viewport {
    padding: 2px 0 14px !important;
    scroll-padding-inline: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail {
    gap: 14px !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card,
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card.is-active {
    border-radius: 24px !important;
    flex-basis: min(84vw, 320px) !important;
    min-height: 420px !important;
    min-width: min(84vw, 320px) !important;
    width: min(84vw, 320px) !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card > img {
    height: 190px !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card__body {
    gap: 12px !important;
    padding: 18px !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card__type {
    font-size: 0.72rem !important;
    max-width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card h3 {
    font-size: clamp(1.35rem, 6.6vw, 1.72rem) !important;
    line-height: 1.05 !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card p {
    display: none !important;
  }

  body.page-home .magic-home-v3 .magic-work-card__action {
    min-height: 52px !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card__action--ghost {
    background: rgba(7, 22, 37, 0.08) !important;
    border-color: rgba(7, 22, 37, 0.14) !important;
    color: #071625 !important;
  }
}

/* CoachVisible hero: keep the first tags visible and extend the portrait to that line. */
@media (min-width: 921px) {
  body.page-coachvisible .coachvisible-next .cv-next-hero,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero {
    overflow: visible !important;
    padding-bottom: clamp(5rem, 6vw, 7rem) !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-hero__grid,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero__grid {
    align-items: stretch !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-hero__copy,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero__copy {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-hero .cv-next-actions,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero .cv-next-actions {
    margin-top: clamp(1.35rem, 2vw, 1.8rem) !important;
    padding-top: 0 !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-tags,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-tags {
    align-content: flex-start !important;
    overflow: visible !important;
    padding-bottom: 0.2rem !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-tags span,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-tags span {
    line-height: 1.15 !important;
    min-height: 2.55rem !important;
    padding-block: 0.48rem !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-hero__visual,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero__visual {
    align-self: stretch !important;
    display: flex !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-hero__visual > img.cv-next-hero-generated,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero__visual > img.cv-next-hero-generated {
    aspect-ratio: auto !important;
    height: 100% !important;
    max-height: none !important;
    min-height: clamp(826px, 41.8vw, 880px) !important;
    object-fit: cover !important;
    width: 100% !important;
  }
}

/* CoachVisible SEO local: fill the left-side empty area with useful stats. */
body.page-coachvisible .coachvisible-next .cv-next-seo-mobile-media,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-seo-mobile-media {
  display: none !important;
}

body.page-coachvisible .coachvisible-next .cv-next-seo .cv-next-split,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-seo .cv-next-split {
  align-items: stretch !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.92fr) !important;
}

body.page-coachvisible .coachvisible-next .cv-next-seo .cv-next-split__copy,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-seo .cv-next-split__copy {
  align-self: stretch !important;
}

body.page-coachvisible .coachvisible-next .cv-next-seo .cv-next-split__media,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-seo .cv-next-split__media {
  align-self: stretch !important;
  display: flex !important;
  min-height: 100% !important;
}

body.page-coachvisible .coachvisible-next .cv-next-seo .cv-next-split__media img,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-seo .cv-next-split__media img {
  aspect-ratio: auto !important;
  height: 100% !important;
  max-height: none !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  width: 100% !important;
}

body.page-coachvisible .coachvisible-next .cv-next-local-stats,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-local-stats {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 252, 255, 0.88)) !important;
  border: 1px solid rgba(5, 143, 180, 0.18) !important;
  border-radius: 8px !important;
  box-shadow: 0 22px 60px rgba(9, 47, 57, 0.1) !important;
  display: grid !important;
  gap: clamp(0.95rem, 1.8vw, 1.3rem) !important;
  margin-top: clamp(1.4rem, 2.5vw, 2rem) !important;
  max-width: min(100%, 760px) !important;
  padding: clamp(1rem, 2vw, 1.35rem) !important;
}

body.page-coachvisible .coachvisible-next .cv-next-local-stats__header,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-local-stats__header {
  display: grid !important;
  gap: 0.45rem !important;
}

body.page-coachvisible .coachvisible-next .cv-next-local-stats__header > span,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-local-stats__header > span {
  color: var(--cv-logo-deep, #058fb4) !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body.page-coachvisible .coachvisible-next .cv-next-local-stats__header p,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-local-stats__header p {
  color: var(--cv-muted) !important;
  font-size: clamp(0.95rem, 1vw, 1.05rem) !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  max-width: 46rem !important;
}

body.page-coachvisible .coachvisible-next .cv-next-local-stats__grid,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-local-stats__grid {
  display: grid !important;
  gap: 0.7rem !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.page-coachvisible .coachvisible-next .cv-next-local-stats__item,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-local-stats__item {
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(5, 143, 180, 0.13) !important;
  border-radius: 8px !important;
  display: grid !important;
  gap: 0.35rem !important;
  min-height: 8.5rem !important;
  padding: 0.82rem !important;
}

body.page-coachvisible .coachvisible-next .cv-next-local-stats__item span,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-local-stats__item span {
  color: var(--cv-logo-deep, #058fb4) !important;
  font-size: 0.74rem !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
}

body.page-coachvisible .coachvisible-next .cv-next-local-stats__item strong,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-local-stats__item strong {
  color: var(--cv-heading) !important;
  font-size: clamp(1rem, 1.15vw, 1.12rem) !important;
  line-height: 1.08 !important;
}

body.page-coachvisible .coachvisible-next .cv-next-local-stats__item p,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-local-stats__item p {
  color: var(--cv-muted) !important;
  font-size: 0.88rem !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

body.page-coachvisible .coachvisible-next .cv-next-local-stats__cta,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-local-stats__cta {
  justify-self: start !important;
}

@media (max-width: 760px) {
  body.page-coachvisible .coachvisible-next .cv-next-local-stats,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-local-stats {
    text-align: left !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-local-stats__grid,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-local-stats__grid {
    grid-template-columns: 1fr !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-local-stats__item,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-local-stats__item {
    min-height: 0 !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-local-stats__cta,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-local-stats__cta {
    justify-self: stretch !important;
    width: 100% !important;
  }
}

@media (max-width: 920px) {
  body.page-coachvisible .coachvisible-next .cv-next-seo .cv-next-split,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-seo .cv-next-split {
    gap: clamp(1rem, 4vw, 1.5rem) !important;
    grid-template-columns: 1fr !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-seo .cv-next-split__media,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-seo .cv-next-split__media {
    display: none !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-seo-mobile-media,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-seo-mobile-media {
    display: block !important;
    margin: clamp(1rem, 4vw, 1.35rem) 0 0 !important;
    width: 100% !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-seo-mobile-media img,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-seo-mobile-media img {
    aspect-ratio: 16 / 9 !important;
    border: 1px solid var(--cv-line) !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 46px rgba(9, 47, 57, 0.1) !important;
    display: block !important;
    height: auto !important;
    max-height: 240px !important;
    object-fit: cover !important;
    object-position: center center !important;
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  body.page-coachvisible .coachvisible-next .cv-next-seo-mobile-media img,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-seo-mobile-media img {
    aspect-ratio: 16 / 10 !important;
    max-height: 230px !important;
  }
}

/* Mobile rhythm: keep section labels from sticking to their titles site-wide. */
@media (max-width: 760px) {
  body.site-page :where(
    .eyebrow,
    .page-intro__kicker,
    .hero-kicker,
    .hero-cloud__kicker,
    .cv-next-eyebrow,
    .magic-section__kicker,
    .magic-proof-layer__eyebrow,
    .local-beyonds-kicker
  ) {
    margin-bottom: clamp(0.55rem, 2.6vw, 0.85rem) !important;
  }

  body.site-page :where(
    .eyebrow,
    .page-intro__kicker,
    .hero-kicker,
    .hero-cloud__kicker,
    .cv-next-eyebrow,
    .magic-section__kicker,
    .magic-proof-layer__eyebrow,
    .local-beyonds-kicker
  ) + :where(h1, h2, .hero-title, .hero-cloud__title) {
    margin-top: 0 !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-eyebrow,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-eyebrow {
    margin-bottom: clamp(0.62rem, 2.8vw, 0.9rem) !important;
  }

  body.page-home .magic-home-v3 :where(.magic-section__kicker, .magic-proof-layer__eyebrow),
  body.page-home.magic-scroll-active .magic-home-v3 :where(.magic-section__kicker, .magic-proof-layer__eyebrow) {
    margin-bottom: clamp(0.62rem, 2.8vw, 0.9rem) !important;
  }
}

/* Reinstated mockup gallery: readable open buttons plus drawer-first preview flow. */
body.page-realisations .realisations-mockups {
  margin: 0 auto clamp(72px, 8vw, 124px) !important;
  max-width: min(1500px, calc(100vw - 48px)) !important;
  padding-block: clamp(32px, 5vw, 76px) !important;
}

body.page-realisations .realisations-mockups__heading {
  align-items: end !important;
  display: grid !important;
  gap: clamp(18px, 4vw, 48px) !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.62fr) !important;
  margin-bottom: clamp(26px, 4vw, 54px) !important;
}

body.page-realisations .realisations-mockups__heading h2 {
  color: #06111f !important;
  font-size: clamp(2.35rem, 5.6vw, 6.2rem) !important;
  letter-spacing: 0 !important;
  line-height: 0.94 !important;
  margin: 0 !important;
  max-width: 11ch !important;
}

body.page-realisations .realisations-mockups__heading p:not(.magic-section__kicker) {
  color: rgba(7, 18, 32, 0.7) !important;
  font-size: clamp(1rem, 1.18vw, 1.15rem) !important;
  font-weight: 680 !important;
  line-height: 1.62 !important;
  margin: 0 !important;
  max-width: 44rem !important;
}

body.page-realisations .realisations-mockups__grid {
  display: grid !important;
  gap: clamp(16px, 2.2vw, 28px) !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.page-realisations .realisations-mockup-card {
  align-items: stretch !important;
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--work-accent, #65d8ff) 22%, transparent), transparent 18rem),
    var(--work-bg, #071625) !important;
  border: 1px solid rgba(7, 18, 32, 0.1) !important;
  border-radius: 8px !important;
  box-shadow: 0 24px 70px rgba(7, 18, 32, 0.16) !important;
  color: #ffffff !important;
  display: grid !important;
  gap: 0 !important;
  grid-template-areas: "media" "body" !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: minmax(230px, 44%) minmax(0, 1fr) !important;
  inset: auto !important;
  min-height: clamp(520px, 42vw, 660px) !important;
  overflow: hidden !important;
  opacity: 1 !important;
  padding: 0 !important;
  pointer-events: auto !important;
  position: relative !important;
  transform: none !important;
  visibility: visible !important;
}

body.page-realisations .realisations-mockup-card :where(a, button) {
  pointer-events: auto !important;
}

body.page-realisations .realisations-mockup-card__media {
  background: rgba(255, 255, 255, 0.94) !important;
  display: block !important;
  grid-area: media !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

body.page-realisations .realisations-mockup-card__media img {
  aspect-ratio: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block !important;
  filter: none !important;
  height: 100% !important;
  max-height: none !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: top center !important;
  transform: none !important;
  transition: transform 520ms var(--magic-ease, cubic-bezier(0.16, 1, 0.3, 1)) !important;
  width: 100% !important;
}

body.page-realisations .realisations-mockup-card:hover .realisations-mockup-card__media img,
body.page-realisations .realisations-mockup-card:focus-within .realisations-mockup-card__media img {
  transform: scale(1.025) !important;
}

body.page-realisations .realisations-mockup-card .magic-work-card__body {
  align-content: start !important;
  display: grid !important;
  gap: 14px !important;
  grid-area: body !important;
  padding: clamp(20px, 2.4vw, 30px) !important;
}

body.page-realisations .realisations-mockup-card .magic-work-card__type {
  align-self: start !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  color: rgba(7, 18, 32, 0.66) !important;
  display: inline-flex !important;
  font-size: 0.72rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.1 !important;
  padding: 9px 12px !important;
  text-transform: uppercase !important;
  width: fit-content !important;
}

body.page-realisations .realisations-mockup-card h3 {
  color: #ffffff !important;
  font-size: clamp(1.8rem, 2.8vw, 3.3rem) !important;
  letter-spacing: 0 !important;
  line-height: 0.98 !important;
  margin: 0 !important;
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
}

body.page-realisations .realisations-mockup-card p {
  color: rgba(247, 251, 255, 0.76) !important;
  font-size: clamp(0.96rem, 1.04vw, 1.08rem) !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}

body.page-home .magic-home-v3 .magic-work-card__actions,
body.page-realisations .realisations-mockups .magic-work-card__actions {
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin-top: auto !important;
  min-width: 0 !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-work-card__action,
body.page-realisations .realisations-mockups .magic-work-card__action {
  align-items: center !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  font-size: 0.92rem !important;
  font-weight: 950 !important;
  justify-content: center !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
  min-width: 0 !important;
  min-height: 52px !important;
  padding: 0 16px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body.page-home .magic-home-v3 .magic-work-card__action--ghost,
body.page-realisations .realisations-mockups .magic-work-card__action--ghost {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(7, 18, 32, 0.1) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12) !important;
  color: #071625 !important;
}

body.page-home .magic-home-v3 .magic-work-card__action--ghost:hover,
body.page-home .magic-home-v3 .magic-work-card__action--ghost:focus-visible,
body.page-realisations .realisations-mockups .magic-work-card__action--ghost:hover,
body.page-realisations .realisations-mockups .magic-work-card__action--ghost:focus-visible {
  background: #ffffff !important;
  color: #06111e !important;
  outline: 3px solid color-mix(in srgb, var(--work-accent, #65d8ff) 58%, transparent) !important;
  outline-offset: 3px !important;
  transform: translateY(-1px) !important;
}

body.page-home .magic-home-v3 .magic-work-card__action--primary,
body.page-realisations .realisations-mockups .magic-work-card__action--primary {
  background: linear-gradient(135deg, #61d8f5 0%, #25f0bc 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 18px 44px rgba(33, 226, 197, 0.24) !important;
  color: #061221 !important;
}

body.page-home .magic-home-v3 .magic-work-card__action--primary:hover,
body.page-home .magic-home-v3 .magic-work-card__action--primary:focus-visible,
body.page-realisations .realisations-mockups .magic-work-card__action--primary:hover,
body.page-realisations .realisations-mockups .magic-work-card__action--primary:focus-visible {
  filter: saturate(1.08) brightness(1.02) !important;
  outline: 3px solid rgba(37, 240, 188, 0.34) !important;
  outline-offset: 3px !important;
  transform: translateY(-1px) !important;
}

.magic-project-panel__card {
  width: min(1360px, 96vw) !important;
}

.magic-project-panel__layout {
  grid-template-columns: minmax(360px, 1.12fr) minmax(300px, 0.58fr) !important;
}

@media (max-width: 1100px) {
  body.page-realisations .realisations-mockups__heading {
    grid-template-columns: 1fr !important;
  }

  body.page-realisations .realisations-mockups__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  body.page-realisations .realisations-mockups {
    max-width: calc(100vw - 28px) !important;
  }

  body.page-realisations .realisations-mockups__grid {
    grid-template-columns: 1fr !important;
  }

  body.page-realisations .realisations-mockup-card {
    min-height: 0 !important;
  }

  body.page-realisations .realisations-mockup-card__media {
    aspect-ratio: 16 / 10 !important;
  }

  body.page-home .magic-home-v3 .magic-work-card__action,
  body.page-realisations .realisations-mockups .magic-work-card__action {
    min-height: 50px !important;
    white-space: normal !important;
  }
}

@media (max-width: 460px) {
  body.page-home .magic-home-v3 .magic-work-card__actions,
  body.page-realisations .realisations-mockups .magic-work-card__actions {
    grid-template-columns: 1fr !important;
  }
}

/* Internal pages: CoachVisible-inspired layout and motion pass. */
body.site-page:is(
  .page-realisations,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos,
  .page-blog,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) {
  --internal-ink: #102632;
  --internal-heading: #0b1c27;
  --internal-muted: rgba(16, 38, 50, 0.7);
  --internal-line: rgba(16, 38, 50, 0.12);
  --internal-card: rgba(255, 255, 255, 0.92);
  --internal-accent: #118d9a;
  --internal-accent-2: #2dbfa9;
  --internal-soft: #f3fbfc;
  --internal-soft-2: #eef8f7;
  --internal-deep: #143b44;
  --internal-shadow: rgba(20, 59, 68, 0.13);
  --internal-orb-hue: 0deg;
  --internal-orb-opacity: 0.22;
  background: var(--internal-soft);
  color: var(--internal-ink);
}

body.page-realisations {
  --internal-accent: #0c91a8;
  --internal-accent-2: #31c8aa;
  --internal-soft: #f1fbff;
  --internal-soft-2: #eef8f5;
  --internal-deep: #0d3845;
  --internal-orb-hue: 8deg;
}

body.page-creation-site-wordpress,
body.page-agence-wordpress-paris,
body.page-creation-site-vitrine-paris {
  --internal-accent: #0f8f76;
  --internal-accent-2: #3d75f4;
  --internal-soft: #f2fbf7;
  --internal-soft-2: #edf6ff;
  --internal-deep: #143f3b;
  --internal-orb-hue: 44deg;
}

body.page-seo-geo,
body.page-agence-seo-local-paris {
  --internal-accent: #1464d8;
  --internal-accent-2: #16b7b6;
  --internal-soft: #f2f8ff;
  --internal-soft-2: #eefbfb;
  --internal-deep: #12385a;
  --internal-orb-hue: 186deg;
}

body.page-ia-automatisations,
body.page-automatisation-ia-crm-paris,
body.page-creation-application-web-mobile-paris {
  --internal-accent: #1b8a76;
  --internal-accent-2: #c87653;
  --internal-soft: #f3fbf8;
  --internal-soft-2: #fff6f0;
  --internal-deep: #173f48;
  --internal-orb-hue: 76deg;
}

body.page-offres,
body.page-audit-gratuit {
  --internal-accent: #177985;
  --internal-accent-2: #bd7b5a;
  --internal-soft: #f4faf9;
  --internal-soft-2: #fff7f1;
  --internal-deep: #183f48;
  --internal-orb-hue: 28deg;
}

body.page-contact,
body.page-a-propos,
body.page-blog,
body.page-agence-shopify-paris,
body.page-agence-prestashop-paris,
body.page-agence-webflow-paris,
body.page-developpement-html-css-paris,
body.page-creation-landing-page-paris {
  --internal-accent: #285e8f;
  --internal-accent-2: #2dbfa9;
  --internal-soft: #f4f9ff;
  --internal-soft-2: #eff8f4;
  --internal-deep: #1a3c55;
  --internal-orb-hue: 150deg;
}

body.site-page:is(
  .page-realisations,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos,
  .page-blog,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) .site-main {
  background:
    radial-gradient(circle at 12% 4%, color-mix(in srgb, var(--internal-accent-2) 18%, transparent), transparent 30rem),
    radial-gradient(circle at 90% 12%, color-mix(in srgb, var(--internal-accent) 13%, transparent), transparent 28rem),
    linear-gradient(180deg, var(--internal-soft) 0%, #ffffff 42%, var(--internal-soft-2) 100%) !important;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

body.site-page:is(
  .page-realisations,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos,
  .page-blog,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) .site-main > :not(.ww-page-motion) {
  position: relative;
  z-index: 1;
}

body.internal-motion-active .ww-page-motion--internal {
  border: 0;
  filter: hue-rotate(var(--internal-orb-hue, 0deg)) saturate(1.14) contrast(1.04);
  height: auto !important;
  inset: clamp(84px, 12vh, 140px) clamp(-180px, -10vw, -72px) auto auto !important;
  mix-blend-mode: multiply;
  object-fit: contain !important;
  opacity: var(--internal-orb-opacity, 0.22);
  pointer-events: none;
  position: fixed;
  transform: rotate(-8deg) scale(1.04);
  width: min(920px, 72vw) !important;
  z-index: 0;
}

body.page-realisations .realisations-clean-hero,
body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) .hero-cloud,
body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) .local-beyonds-hero,
body.page-blog .ww-blog-hero {
  background:
    radial-gradient(circle at 8% 2%, color-mix(in srgb, var(--internal-accent-2) 18%, transparent), transparent 26rem),
    radial-gradient(circle at 94% 18%, color-mix(in srgb, var(--internal-accent) 14%, transparent), transparent 24rem),
    linear-gradient(180deg, color-mix(in srgb, var(--internal-soft) 86%, #ffffff), #ffffff 62%, var(--internal-soft-2)) !important;
  color: var(--internal-ink) !important;
  margin: 0 !important;
  min-height: min(900px, 96svh) !important;
  overflow: hidden !important;
  padding: clamp(118px, 10vw, 158px) 0 clamp(58px, 7vw, 100px) !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) .hero-cloud__background {
  opacity: 0.36 !important;
}

body.page-realisations .realisations-clean-hero,
body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos
) .hero-cloud__inner,
body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) .local-beyonds-hero__grid,
body.page-blog .ww-blog-hero__inner {
  align-items: center !important;
  display: grid !important;
  gap: clamp(34px, 6vw, 92px) !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.72fr) !important;
  margin-inline: auto !important;
  max-width: min(1480px, calc(100vw - 36px)) !important;
  width: 100% !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos
) .hero-cloud__content,
body.page-realisations .realisations-clean-hero__copy,
body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) .local-beyonds-hero__copy,
body.page-blog .ww-blog-hero__copy {
  align-items: flex-start !important;
  display: grid !important;
  gap: clamp(18px, 2.2vw, 28px) !important;
  justify-items: start !important;
  max-width: 720px !important;
  text-align: left !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos
) .hero-cloud__title.hero-title,
body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) .local-beyonds-hero h1,
body.page-blog .ww-blog-hero h1 {
  font-size: clamp(3.25rem, 6.35vw, 6.85rem) !important;
  line-height: 0.88 !important;
  max-width: 12.6ch !important;
}

body.page-offres .hero-cloud__title.hero-title,
body.page-ia-automatisations .hero-cloud__title.hero-title {
  max-width: 13.6ch !important;
}

body.page-realisations .realisations-clean-hero h1,
body.page-realisations .realisations-mockups__heading h2 {
  max-width: 11.4ch !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos
) .hero-cloud__title.hero-title,
body.page-realisations .realisations-clean-hero h1,
body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) .local-beyonds-hero h1,
body.page-blog .ww-blog-hero h1 {
  color: var(--internal-heading) !important;
  font-size: clamp(3.25rem, 6.35vw, 6.85rem) !important;
  font-weight: 880 !important;
  letter-spacing: 0 !important;
  line-height: 0.88 !important;
  margin: 0 !important;
  max-width: 12.6ch !important;
  text-wrap: balance;
}

body.page-offres .hero-cloud__title.hero-title,
body.page-ia-automatisations .hero-cloud__title.hero-title {
  max-width: 13.6ch !important;
}

body.page-realisations .realisations-clean-hero h1,
body.page-realisations .realisations-mockups__heading h2 {
  max-width: 11.4ch !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos
) .hero-cloud__title.hero-title span {
  display: block !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos
) .hero-cloud__title .text-gradient {
  background: none !important;
  color: var(--internal-accent) !important;
  -webkit-text-fill-color: currentColor !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos
) .hero-cloud__subtitle,
body.page-realisations .realisations-clean-hero__copy > p:not(.magic-section__kicker),
body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) .local-beyonds-lead,
body.page-blog .ww-blog-hero__copy > p {
  color: var(--internal-muted) !important;
  font-size: clamp(1.08rem, 1.35vw, 1.36rem) !important;
  font-weight: 650 !important;
  line-height: 1.46 !important;
  margin: 0 !important;
  max-width: 45rem !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos,
  .page-realisations,
  .page-blog,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) :where(.eyebrow, .hero-cloud__kicker, .magic-section__kicker, .local-beyonds-kicker, .offer-card__eyebrow, .ww-blog-featured__copy > p:first-child) {
  color: var(--internal-accent) !important;
  font-size: 0.82rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em !important;
  line-height: 1.15 !important;
  margin: 0 !important;
  text-transform: uppercase !important;
}

body.page-realisations .realisations-clean-hero__actions,
body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos
) .hero-cloud__actions,
body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) .local-beyonds-actions,
body.page-blog .ww-blog-hero__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin: 0 !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos,
  .page-realisations,
  .page-blog,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) :where(.btn, .hero-cloud__actions a, .realisations-clean-hero__actions a, .local-beyonds-btn, .ww-blog-btn, .offer-card__cta, .cta-panel .btn, .form-actions button) {
  align-items: center !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  font-size: 0.98rem !important;
  font-weight: 850 !important;
  justify-content: center !important;
  letter-spacing: 0 !important;
  min-height: 50px !important;
  padding: 0 20px !important;
  text-decoration: none !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos,
  .page-realisations,
  .page-blog,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) :where(.btn-primary, .realisations-clean-hero__actions a:first-child, .local-beyonds-btn--primary, .ww-blog-btn--primary, .form-actions button) {
  background: linear-gradient(135deg, var(--internal-accent), var(--internal-accent-2)) !important;
  border: 0 !important;
  box-shadow: 0 20px 48px color-mix(in srgb, var(--internal-accent) 22%, transparent) !important;
  color: #ffffff !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos,
  .page-realisations,
  .page-blog,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) :where(.btn-secondary, .realisations-clean-hero__actions a:last-child, .local-beyonds-btn--ghost, .ww-blog-btn--ghost) {
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid color-mix(in srgb, var(--internal-accent) 25%, transparent) !important;
  box-shadow: 0 18px 42px rgba(16, 38, 50, 0.08) !important;
  color: var(--internal-heading) !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos
) .hero-cloud__visual,
body.page-realisations .realisations-clean-hero__media,
body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) .local-beyonds-hero__visual,
body.page-blog .ww-blog-radar {
  align-self: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 251, 250, 0.9)),
    radial-gradient(circle at 0 0, color-mix(in srgb, var(--internal-accent-2) 15%, transparent), transparent 18rem) !important;
  border: 1px solid var(--internal-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 30px 90px var(--internal-shadow) !important;
  overflow: hidden !important;
  padding: clamp(10px, 1.8vw, 22px) !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos
) .hero-cloud__asset,
body.page-realisations .realisations-clean-hero__media img,
body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) .local-beyonds-hero__visual img {
  aspect-ratio: 4 / 5 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  display: block !important;
  height: auto !important;
  max-height: min(66vh, 680px) !important;
  min-height: 420px !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
  width: 100% !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos
) .hero-cloud__visual .floating-visual,
body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) .local-beyonds-hero__caption {
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid var(--internal-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 48px rgba(16, 38, 50, 0.11) !important;
  color: var(--internal-heading) !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos,
  .page-realisations,
  .page-blog,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) :where(.section, .section-cloud, .section-shell, .section-tight, .local-beyonds-section, .ww-blog-featured, .ww-blog-groups, .ww-blog-categories) {
  background: transparent !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos,
  .page-realisations,
  .page-blog,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) :where(.container, .container-wide, .local-beyonds-page > section, .ww-blog-featured__inner, .ww-blog-groups > .container-wide, .ww-blog-categories > .container-wide) {
  max-width: min(1480px, calc(100vw - 36px)) !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos,
  .page-realisations,
  .page-blog,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) .section-heading,
body.page-realisations :where(.realisations-mockups__heading, .realisations-page-routes__heading),
body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) .local-beyonds-section__heading {
  display: grid !important;
  gap: 14px !important;
  margin: 0 0 clamp(28px, 4.8vw, 68px) !important;
  max-width: 820px !important;
  text-align: left !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos,
  .page-realisations,
  .page-blog,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) .section-heading.centered {
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos,
  .page-realisations,
  .page-blog,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) :where(.section-heading h2, .realisations-mockups__heading h2, .realisations-page-routes__heading h2, .local-beyonds-section__heading h2, .ww-blog-featured__copy h2, .ww-blog-group__head h2, .cta-panel h2, .cta-panel__title) {
  color: var(--internal-heading) !important;
  font-size: clamp(2.4rem, 5.5vw, 5.8rem) !important;
  font-weight: 860 !important;
  letter-spacing: 0 !important;
  line-height: 0.94 !important;
  margin: 0 !important;
  max-width: 11ch !important;
  text-wrap: balance;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos,
  .page-realisations,
  .page-blog,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) :where(.section-heading p, .realisations-mockups__heading p:not(.magic-section__kicker), .realisations-page-routes__heading p, .local-beyonds-section__heading p, .ww-blog-group__head p, .cta-panel p) {
  color: var(--internal-muted) !important;
  font-size: clamp(1rem, 1.16vw, 1.18rem) !important;
  font-weight: 620 !important;
  line-height: 1.58 !important;
  margin: 0 !important;
  max-width: 46rem !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos,
  .page-blog,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) :where(
  .feature-card,
  .bento-card,
  .process-step,
  .offer-card,
  .offres-mini-card,
  .offres-included,
  .wordpress-choice-card,
  .wordpress-icon-card,
  .wordpress-mini-card,
  .seo-geo-compare-card,
  .seo-geo-mini-card,
  .seo-geo-icon-card,
  .ai-icon-card,
  .ai-mini-card,
  .audit-mini-card,
  .audit-check-card,
  .form-shell,
  .cta-panel,
  .contact-alt,
  .about-value-card,
  .local-beyonds-strip__item,
  .local-beyonds-list-card,
  .local-beyonds-roadmap article,
  .local-beyonds-deliverables article,
  .local-beyonds-link-grid a,
  .ww-blog-card,
  .ww-blog-featured__copy,
  .ww-blog-featured__visual
) {
  background:
    linear-gradient(180deg, var(--internal-card), rgba(246, 251, 250, 0.9)),
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--internal-accent-2) 12%, transparent), transparent 16rem) !important;
  border: 1px solid var(--internal-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 24px 70px var(--internal-shadow) !important;
  color: var(--internal-ink) !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos,
  .page-blog,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) :where(
  .feature-card h3,
  .bento-card h3,
  .offer-card__title,
  .wordpress-choice-card h3,
  .wordpress-icon-card h3,
  .wordpress-mini-card h3,
  .seo-geo-compare-card h3,
  .seo-geo-mini-card h3,
  .seo-geo-icon-card h3,
  .ai-icon-card h3,
  .ai-mini-card h3,
  .audit-mini-card h3,
  .audit-check-card h3,
  .offres-mini-card h3,
  .about-value-card h3,
  .local-beyonds-list-card h3,
  .ww-blog-card h3,
  .ww-blog-card strong
) {
  color: var(--internal-heading) !important;
  letter-spacing: 0 !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos,
  .page-blog,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) :where(
  .feature-card p,
  .bento-text,
  .offer-card__description,
  .offer-card__list,
  .wordpress-choice-card p,
  .wordpress-icon-card p,
  .wordpress-mini-card p,
  .seo-geo-compare-card p,
  .seo-geo-mini-card p,
  .seo-geo-icon-card p,
  .ai-icon-card p,
  .ai-mini-card p,
  .audit-mini-card p,
  .audit-check-card p,
  .offres-mini-card p,
  .contact-alt p,
  .about-value-card p,
  .local-beyonds-list-card li,
  .local-beyonds-roadmap p,
  .local-beyonds-link-grid small,
  .ww-blog-card p,
  .faq-answer
) {
  color: var(--internal-muted) !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit,
  .page-contact,
  .page-a-propos,
  .page-realisations,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) :where(.feature-grid, .wordpress-icon-grid, .seo-geo-icon-grid, .ai-icon-grid, .audit-card-grid, .offer-grid, .about-value-grid, .local-beyonds-link-grid, .ww-blog-grid) {
  gap: clamp(16px, 2vw, 28px) !important;
}

body.page-realisations .realisations-principles,
body.page-realisations .realisations-mockups,
body.page-realisations .realisations-page-routes,
body.page-realisations .realisations-clean-cta,
body.page-realisations .realisations-visual-hub {
  margin-inline: auto !important;
  max-width: min(1480px, calc(100vw - 36px)) !important;
}

body.page-realisations .realisations-principles {
  display: grid !important;
  gap: clamp(14px, 2vw, 24px) !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  padding: clamp(22px, 3vw, 34px) 0 clamp(54px, 7vw, 86px) !important;
}

body.page-realisations .realisations-principles article {
  background:
    linear-gradient(180deg, var(--internal-card), rgba(246, 251, 250, 0.9)),
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--internal-accent-2) 14%, transparent), transparent 14rem) !important;
  border: 1px solid var(--internal-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 22px 58px var(--internal-shadow) !important;
  padding: clamp(18px, 2.5vw, 30px) !important;
}

body.page-realisations .realisations-principles span {
  color: var(--internal-accent) !important;
  font-size: 0.8rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

body.page-realisations .realisations-principles p {
  color: var(--internal-muted) !important;
  margin: 10px 0 0 !important;
}

body.page-realisations .realisations-mockups {
  background:
    radial-gradient(circle at 8% 0%, color-mix(in srgb, var(--internal-accent-2) 14%, transparent), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(241, 249, 250, 0.74)) !important;
  border: 1px solid var(--internal-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 28px 82px var(--internal-shadow) !important;
  padding: clamp(26px, 4vw, 54px) !important;
}

body.page-realisations .realisations-mockups__heading {
  align-items: end !important;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.7fr) !important;
  max-width: none !important;
}

body.page-realisations .realisations-mockups__grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 390px), 1fr)) !important;
}

body.page-realisations .realisations-mockup-card {
  border-radius: 8px !important;
  box-shadow: 0 24px 74px rgba(13, 56, 69, 0.18) !important;
  min-height: clamp(560px, 42vw, 680px) !important;
}

body.page-realisations .realisations-mockup-card .magic-work-card__action--ghost {
  background: #ffffff !important;
  border: 1px solid rgba(7, 18, 32, 0.12) !important;
  color: #06111e !important;
}

body.page-realisations .realisations-mockup-card .magic-work-card__action--primary {
  background: linear-gradient(135deg, var(--internal-accent), var(--internal-accent-2)) !important;
  color: #ffffff !important;
}

body.page-realisations .realisations-page-routes {
  padding-block: clamp(72px, 9vw, 128px) !important;
}

body.page-realisations .realisations-page-routes__grid {
  display: grid !important;
  gap: clamp(16px, 2vw, 28px) !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)) !important;
}

body.page-realisations .realisations-page-card {
  background:
    linear-gradient(180deg, var(--internal-card), rgba(246, 251, 250, 0.9)),
    radial-gradient(circle at 0 0, color-mix(in srgb, var(--internal-accent) 12%, transparent), transparent 15rem) !important;
  border: 1px solid var(--internal-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 24px 70px var(--internal-shadow) !important;
  color: var(--internal-heading) !important;
}

body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) .local-beyonds-page {
  background: transparent !important;
  color: var(--internal-ink) !important;
}

body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) .local-beyonds-return {
  left: clamp(18px, 3vw, 36px) !important;
  top: calc(var(--magic-header-h, 82px) + 14px) !important;
}

body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) .local-beyonds-section--dark {
  background:
    radial-gradient(circle at 80% 12%, color-mix(in srgb, var(--internal-accent-2) 20%, transparent), transparent 24rem),
    linear-gradient(135deg, var(--internal-deep), color-mix(in srgb, var(--internal-deep) 82%, #06111e)) !important;
  border-radius: 8px !important;
  color: #f7fffb !important;
}

body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) .local-beyonds-section--dark :where(h2, strong, span) {
  color: #ffffff !important;
}

body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  [class*="page-creation-"],
  .page-automatisation-ia-crm-paris
) .local-beyonds-section--dark :where(p, li) {
  color: rgba(247, 255, 251, 0.76) !important;
}

body.page-blog .ww-blog-radar {
  padding: clamp(22px, 3vw, 36px) !important;
}

body.page-blog .ww-blog-radar li,
body.page-blog .ww-blog-category-nav a {
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid var(--internal-line) !important;
  border-radius: 8px !important;
}

@media (max-width: 1020px) {
  body.page-realisations .realisations-clean-hero,
  body.site-page:is(
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-audit-gratuit,
    .page-contact,
    .page-a-propos
  ) .hero-cloud__inner,
  body.site-page:is(
    [class*="page-agence-"],
    [class*="page-developpement-"],
    [class*="page-creation-"],
    .page-automatisation-ia-crm-paris
  ) .local-beyonds-hero__grid,
  body.page-blog .ww-blog-hero__inner {
    grid-template-columns: 1fr !important;
  }

  body.site-page:is(
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-audit-gratuit,
    .page-contact,
    .page-a-propos
  ) .hero-cloud__visual,
  body.page-realisations .realisations-clean-hero__media,
  body.site-page:is(
    [class*="page-agence-"],
    [class*="page-developpement-"],
    [class*="page-creation-"],
    .page-automatisation-ia-crm-paris
  ) .local-beyonds-hero__visual {
    max-width: 720px !important;
    width: 100% !important;
  }

  body.page-realisations .realisations-principles,
  body.page-realisations .realisations-mockups__heading {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 680px) {
  body.site-page:is(
    .page-realisations,
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-audit-gratuit,
    .page-contact,
    .page-a-propos,
    .page-blog,
    [class*="page-agence-"],
    [class*="page-developpement-"],
    [class*="page-creation-"],
    .page-automatisation-ia-crm-paris
  ) :where(.container, .container-wide, .local-beyonds-page > section, .ww-blog-featured__inner, .ww-blog-groups > .container-wide, .ww-blog-categories > .container-wide),
  body.page-realisations .realisations-clean-hero,
  body.page-realisations .realisations-principles,
  body.page-realisations .realisations-mockups,
  body.page-realisations .realisations-page-routes {
    max-width: calc(100vw - 26px) !important;
  }

  body.site-page:is(
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-audit-gratuit,
    .page-contact,
    .page-a-propos
  ) .hero-cloud__title.hero-title,
  body.page-realisations .realisations-clean-hero h1,
  body.site-page:is(
    [class*="page-agence-"],
    [class*="page-developpement-"],
    [class*="page-creation-"],
    .page-automatisation-ia-crm-paris
  ) .local-beyonds-hero h1,
  body.page-blog .ww-blog-hero h1 {
    font-size: clamp(3rem, 17vw, 4.8rem) !important;
    line-height: 0.9 !important;
    max-width: 10.2ch !important;
  }

  body.site-page:is(
    .page-realisations,
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-audit-gratuit,
    .page-contact,
    .page-a-propos,
    .page-blog,
    [class*="page-agence-"],
    [class*="page-developpement-"],
    [class*="page-creation-"],
    .page-automatisation-ia-crm-paris
  ) :where(.section-heading h2, .realisations-mockups__heading h2, .realisations-page-routes__heading h2, .local-beyonds-section__heading h2, .cta-panel h2, .cta-panel__title) {
    font-size: clamp(2.2rem, 12vw, 3.8rem) !important;
    line-height: 0.98 !important;
  }

  body.page-realisations .realisations-principles {
    grid-template-columns: 1fr !important;
  }

  body.internal-motion-active :where(.hero-cloud__actions, .realisations-clean-hero__actions, .local-beyonds-actions, .ww-blog-hero__actions) {
    max-width: calc(100% - 4.6rem) !important;
  }

  body.internal-motion-active .www-chatbot__launcher {
    border-radius: 999px !important;
    justify-content: center !important;
    min-width: 3.35rem !important;
    padding: 0.55rem !important;
    width: 3.35rem !important;
  }

  body.internal-motion-active .www-chatbot__launcher > span:last-child {
    display: none !important;
  }

  body.internal-motion-active .ww-page-motion--internal {
    inset: 92px -240px auto auto;
    opacity: 0.16;
    width: 620px;
  }
}

/* Same polish for local service pages currently used by SEO/CRM/landing routes. */
body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(
  .local-beyonds-hero h1,
  .local-beyonds-section__heading h2,
  .local-beyonds-copy-block h2,
  .local-beyonds-cta h2
) {
  max-width: min(100%, 22ch) !important;
  overflow-wrap: normal !important;
  text-wrap: balance !important;
  word-break: normal !important;
}

body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) .local-beyonds-hero h1 {
  font-size: clamp(3.15rem, 5.15vw, 5.8rem) !important;
  line-height: 0.96 !important;
  max-width: min(100%, 18ch) !important;
}

body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(.local-beyonds-section__heading h2, .local-beyonds-copy-block h2, .local-beyonds-cta h2) {
  font-size: clamp(2.35rem, 4.55vw, 4.9rem) !important;
  line-height: 1 !important;
}

body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) .local-beyonds-section--dark {
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.12), transparent 24rem),
    linear-gradient(135deg, #0b2530, color-mix(in srgb, var(--internal-deep) 84%, #06111e)) !important;
}

body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) .local-beyonds-section--dark .local-beyonds-kicker {
  color: #9ff5e4 !important;
}

body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) .local-beyonds-cta {
  align-items: center !important;
  background:
    radial-gradient(circle at 12% 18%, color-mix(in srgb, var(--internal-accent-2) 18%, transparent), transparent 24rem),
    radial-gradient(circle at 92% 18%, color-mix(in srgb, var(--internal-accent) 14%, transparent), transparent 22rem),
    linear-gradient(135deg, #ffffff, color-mix(in srgb, var(--internal-soft-2) 84%, #ffffff)) !important;
  border: 1px solid var(--internal-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 28px 82px var(--internal-shadow) !important;
  color: var(--internal-ink) !important;
  display: grid !important;
  gap: clamp(22px, 4vw, 52px) !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  padding: clamp(26px, 4vw, 52px) !important;
}

body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) .local-beyonds-cta h2 {
  color: var(--internal-heading) !important;
  margin: 0 !important;
}

body.site-page:is(
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) .local-beyonds-cta .local-beyonds-actions {
  justify-self: end !important;
}

@media (max-width: 900px) {
  body.site-page:is(
    [class*="page-agence-"],
    [class*="page-developpement-"],
    .page-creation-site-vitrine-paris,
    .page-creation-landing-page-paris,
    .page-creation-application-web-mobile-paris,
    .page-automatisation-ia-crm-paris
  ) .local-beyonds-cta {
    grid-template-columns: 1fr !important;
  }

  body.site-page:is(
    [class*="page-agence-"],
    [class*="page-developpement-"],
    .page-creation-site-vitrine-paris,
    .page-creation-landing-page-paris,
    .page-creation-application-web-mobile-paris,
    .page-automatisation-ia-crm-paris
  ) .local-beyonds-cta .local-beyonds-actions {
    justify-self: start !important;
  }
}

@media (max-width: 680px) {
  body.site-page:is(
    [class*="page-agence-"],
    [class*="page-developpement-"],
    .page-creation-site-vitrine-paris,
    .page-creation-landing-page-paris,
    .page-creation-application-web-mobile-paris,
    .page-automatisation-ia-crm-paris
  ) .local-beyonds-hero h1 {
    font-size: clamp(2.65rem, 14vw, 4.15rem) !important;
    line-height: 0.96 !important;
    max-width: 11.6ch !important;
  }

  body.site-page:is(
    [class*="page-agence-"],
    [class*="page-developpement-"],
    .page-creation-site-vitrine-paris,
    .page-creation-landing-page-paris,
    .page-creation-application-web-mobile-paris,
    .page-automatisation-ia-crm-paris
  ) :where(.local-beyonds-section__heading h2, .local-beyonds-copy-block h2, .local-beyonds-cta h2) {
    font-size: clamp(2rem, 10.5vw, 3.25rem) !important;
    line-height: 1.02 !important;
    max-width: 13ch !important;
  }
}

/* User-requested polish for service pages only: readable titles, routes and final CTAs. */
body.site-page:is(
  .page-realisations,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit
) :where(
  .hero-cloud__title.hero-title,
  .realisations-clean-hero h1,
  .section-heading h2,
  .realisations-mockups__heading h2,
  .realisations-page-routes__heading h2,
  .cta-panel__title,
  .realisations-clean-cta h2,
  .audit-split__copy h2,
  .audit-form-copy h2,
  .audit-trust__panel h2,
  .wordpress-split__copy h2,
  .wordpress-conversion__panel h2,
  .ai-split__copy h2,
  .ai-tool-panel h2,
  .ai-scoring__panel h2,
  .seo-geo-not__copy h2,
  .seo-geo-audit__panel h2,
  .seo-geo-schema__layout h2,
  .offres-detail__copy h2,
  .offres-audit__panel h2
) {
  max-width: min(100%, 22ch) !important;
  overflow-wrap: normal !important;
  text-wrap: balance !important;
  word-break: normal !important;
}

body.site-page:is(
  .page-realisations,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit
) :where(.hero-cloud__title.hero-title, .realisations-clean-hero h1) {
  font-size: clamp(3.15rem, 5.15vw, 5.8rem) !important;
  line-height: 0.96 !important;
  max-width: min(100%, 18ch) !important;
}

body.site-page:is(
  .page-realisations,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit
) :where(
  .section-heading h2,
  .realisations-mockups__heading h2,
  .realisations-page-routes__heading h2,
  .cta-panel__title,
  .realisations-clean-cta h2
) {
  font-size: clamp(2.35rem, 4.55vw, 4.9rem) !important;
  line-height: 1 !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit
) .hero-cloud__title.hero-title span {
  display: inline !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit
) .hero-cloud__title.hero-title span + span::before {
  content: " ";
}

body.site-page:is(
  .page-realisations,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit
) :where(.eyebrow, .hero-cloud__kicker, .magic-section__kicker, .cta-panel__badge) {
  color: color-mix(in srgb, var(--internal-accent) 82%, #06111e) !important;
}

body.page-realisations .realisations-page-routes {
  padding-block: clamp(58px, 7vw, 102px) !important;
}

body.page-realisations .realisations-page-routes__heading {
  max-width: 1040px !important;
}

body.page-realisations .realisations-page-routes__heading h2 {
  max-width: min(100%, 21ch) !important;
}

body.page-realisations .realisations-page-routes__grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)) !important;
}

body.page-realisations .realisations-page-card {
  align-content: start !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 251, 250, 0.92)),
    radial-gradient(circle at 0 0, color-mix(in srgb, var(--internal-accent) 12%, transparent), transparent 14rem) !important;
  border: 1px solid color-mix(in srgb, var(--internal-accent) 18%, transparent) !important;
  color: var(--internal-ink) !important;
  display: grid !important;
  gap: clamp(12px, 1.6vw, 18px) !important;
  min-height: 100% !important;
  padding: clamp(18px, 2.2vw, 28px) !important;
}

body.page-realisations .realisations-page-card img {
  aspect-ratio: 16 / 9 !important;
  border-radius: 6px !important;
  display: block !important;
  height: auto !important;
  margin: calc(clamp(18px, 2.2vw, 28px) * -1) calc(clamp(18px, 2.2vw, 28px) * -1) 0 !important;
  max-height: 230px !important;
  object-fit: cover !important;
  object-position: center !important;
  width: calc(100% + clamp(18px, 2.2vw, 28px) * 2) !important;
}

body.page-realisations .realisations-page-card span {
  color: color-mix(in srgb, var(--internal-accent) 88%, #06111e) !important;
  font-size: 0.8rem !important;
  font-weight: 920 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body.page-realisations .realisations-page-card p {
  color: rgba(16, 38, 50, 0.72) !important;
  font-size: clamp(0.98rem, 1vw, 1.08rem) !important;
  font-weight: 620 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

body.page-realisations .realisations-page-card strong {
  align-items: center !important;
  background: #06111e !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 0.9rem !important;
  font-weight: 850 !important;
  justify-content: center !important;
  line-height: 1.1 !important;
  margin-top: auto !important;
  min-height: 46px !important;
  padding: 0 16px !important;
  width: fit-content !important;
}

body.page-realisations .realisations-visual-hub {
  display: none !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit
) :where(.section-shell--cta, .wordpress-final-cta, .seo-geo-final-cta, .ai-final-cta, .offres-final-cta, .audit-final-cta),
body.page-realisations .realisations-clean-cta {
  background: transparent !important;
  border: 0 !important;
  margin-inline: auto !important;
  max-width: min(1480px, calc(100vw - 36px)) !important;
  padding-block: clamp(54px, 7vw, 96px) !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit
) .section-shell--cta .cta-panel,
body.page-realisations .realisations-clean-cta {
  align-items: center !important;
  background:
    radial-gradient(circle at 12% 18%, color-mix(in srgb, var(--internal-accent-2) 18%, transparent), transparent 24rem),
    radial-gradient(circle at 92% 18%, color-mix(in srgb, var(--internal-accent) 14%, transparent), transparent 22rem),
    linear-gradient(135deg, #ffffff, color-mix(in srgb, var(--internal-soft-2) 84%, #ffffff)) !important;
  border: 1px solid var(--internal-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 28px 82px var(--internal-shadow) !important;
  color: var(--internal-ink) !important;
  display: grid !important;
  gap: clamp(22px, 4vw, 52px) !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  padding: clamp(26px, 4vw, 52px) !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit
) .section-shell--cta .cta-panel__content {
  display: grid !important;
  gap: 14px !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit
) .section-shell--cta .cta-panel__title,
body.page-realisations .realisations-clean-cta h2 {
  color: var(--internal-heading) !important;
  margin: 0 !important;
  max-width: min(100%, 18ch) !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit
) .section-shell--cta .cta-panel__text,
body.page-realisations .realisations-clean-cta p:not(.magic-section__kicker) {
  color: var(--internal-muted) !important;
  font-size: clamp(1rem, 1.16vw, 1.18rem) !important;
  font-weight: 620 !important;
  line-height: 1.58 !important;
  margin: 0 !important;
  max-width: 52rem !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit
) .section-shell--cta .cta-panel__actions,
body.page-realisations .realisations-clean-cta > a {
  justify-self: end !important;
}

body.page-realisations .realisations-clean-cta > a {
  align-items: center !important;
  background: linear-gradient(135deg, var(--internal-accent), var(--internal-accent-2)) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 0.98rem !important;
  font-weight: 850 !important;
  justify-content: center !important;
  min-height: 52px !important;
  padding: 0 22px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit
) :where(.audit-note, .audit-section-note, .wordpress-section-note, .wordpress-seo__note, .ai-section-note, .ai-centered-note, .seo-geo-audit__note, .seo-geo-ai__note, .seo-geo-schema__note, .offres-main__note, .offres-audit__note) {
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid var(--internal-line) !important;
  border-radius: 8px !important;
  color: rgba(16, 38, 50, 0.76) !important;
  padding: clamp(14px, 2vw, 20px) !important;
}

body.site-page:is(
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-audit-gratuit
) :where(
  .wordpress-choice-card > span,
  .wordpress-icon-card > span,
  .wordpress-mini-card > span,
  .wordpress-path-card > span,
  .ai-icon-card span,
  .ai-mini-card span,
  .ai-path-card span,
  .ai-score-card span,
  .audit-mini-card > span,
  .seo-geo-compare-card__tag,
  .seo-geo-mini-card span,
  .seo-geo-icon-card span,
  .seo-geo-path-card span,
  .offres-compare-card span,
  .offres-path-card span
) {
  background: color-mix(in srgb, var(--internal-accent) 11%, #ffffff) !important;
  border: 1px solid color-mix(in srgb, var(--internal-accent) 18%, transparent) !important;
  color: color-mix(in srgb, var(--internal-accent) 72%, #06111e) !important;
}

@media (max-width: 900px) {
  body.site-page:is(
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-audit-gratuit
  ) .section-shell--cta .cta-panel,
  body.page-realisations .realisations-clean-cta {
    grid-template-columns: 1fr !important;
  }

  body.site-page:is(
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-audit-gratuit
  ) .section-shell--cta .cta-panel__actions,
  body.page-realisations .realisations-clean-cta > a {
    justify-self: start !important;
  }
}

@media (max-width: 680px) {
  body.site-page:is(
    .page-realisations,
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-audit-gratuit
  ) :where(.hero-cloud__title.hero-title, .realisations-clean-hero h1) {
    font-size: clamp(2.65rem, 14vw, 4.15rem) !important;
    line-height: 0.96 !important;
    max-width: 11.6ch !important;
  }

  body.site-page:is(
    .page-realisations,
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-audit-gratuit
  ) :where(
    .section-heading h2,
    .realisations-mockups__heading h2,
    .realisations-page-routes__heading h2,
    .cta-panel__title,
    .realisations-clean-cta h2
  ) {
    font-size: clamp(2rem, 10.5vw, 3.25rem) !important;
    line-height: 1.02 !important;
    max-width: 13ch !important;
  }

  body.page-realisations .realisations-page-card img {
    max-height: 190px !important;
  }

  body.page-realisations .realisations-clean-cta > a {
    justify-self: stretch !important;
    white-space: normal !important;
    width: 100% !important;
  }
}

/* Final visual lock: semantic-only sections must never create painted desktop gaps. */
body.site-page :where(.ww-bot-only-section, .ww-seo-only-section),
body.site-page :where(.ww-bot-only-section, .ww-seo-only-section).is-visible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  contain: strict !important;
  height: 1px !important;
  inset: auto !important;
  margin: 0 !important;
  max-height: 1px !important;
  max-width: 1px !important;
  min-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  transform: none !important;
  visibility: hidden !important;
  width: 1px !important;
}

body.site-page :where(.ww-bot-only-section, .ww-seo-only-section) *,
body.site-page :where(.ww-bot-only-section, .ww-seo-only-section)::before,
body.site-page :where(.ww-bot-only-section, .ww-seo-only-section)::after {
  max-height: 1px !important;
  min-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  transform: none !important;
  visibility: hidden !important;
}

body.site-page.page-home .magic-home-v3 > .magic-section.ww-bot-only-section,
body.site-page.page-home .magic-home-v3 > .magic-section.ww-seo-only-section,
body.site-page.page-home.magic-scroll-active .magic-home-v3 > .magic-section.ww-bot-only-section,
body.site-page.page-home.magic-scroll-active .magic-home-v3 > .magic-section.ww-seo-only-section {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  contain: strict !important;
  display: block !important;
  height: 1px !important;
  inset: auto !important;
  margin: 0 !important;
  max-height: 1px !important;
  max-width: 1px !important;
  min-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  padding: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  transform: none !important;
  visibility: hidden !important;
  width: 1px !important;
}

body.site-page.page-home .magic-home-v3 > .magic-section.ww-bot-only-section *,
body.site-page.page-home .magic-home-v3 > .magic-section.ww-seo-only-section *,
body.site-page.page-home.magic-scroll-active .magic-home-v3 > .magic-section.ww-bot-only-section *,
body.site-page.page-home.magic-scroll-active .magic-home-v3 > .magic-section.ww-seo-only-section * {
  height: 1px !important;
  max-height: 1px !important;
  min-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  transform: none !important;
  visibility: hidden !important;
}

/* Compact final footer legal links. */
body.page-home .magic-home-v3 > .magic-final,
body.page-home .magic-home-v3 .magic-final {
  min-height: 0 !important;
  padding-block-end: clamp(28px, 4vw, 44px) !important;
}

body.page-home .magic-home-v3 > .magic-final > .magic-final__grid,
body.page-home .magic-home-v3 .magic-final__grid {
  min-height: 0 !important;
}

body.page-home .magic-home-v3 .magic-final__links nav {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 18px !important;
  justify-content: flex-start !important;
  justify-items: start !important;
}

body.page-home .magic-home-v3 .magic-final__links nav a {
  display: inline-flex !important;
  font-size: clamp(0.92rem, 0.22vw + 0.88rem, 1rem) !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  min-height: 34px !important;
  width: auto !important;
}

@media (max-width: 760px) {
  body.page-home .magic-home-v3 .magic-final__links nav {
    justify-content: center !important;
    justify-items: center !important;
  }
}

/* Dedicated city pages: keep internal-page polish without clipping the local hero. */
body.site-page[class*="page-creation-site-internet-"] .local-city-page > section {
  max-width: none !important;
}

body.site-page[class*="page-creation-site-internet-"] .local-city-page .local-beyonds-hero {
  margin-inline: calc(50% - 50vw) !important;
  max-width: none !important;
  padding: calc(var(--header-height, 76px) + 4rem) max(1.5rem, calc((100vw - 1440px) / 2 + 1.5rem)) 4.5rem !important;
  width: 100vw !important;
}

body.site-page[class*="page-creation-site-internet-"] .local-city-page .local-beyonds-hero__grid {
  margin-inline: auto !important;
  max-width: min(1440px, calc(100vw - 48px)) !important;
}

body.site-page[class*="page-creation-site-internet-"] .local-city-page .local-beyonds-hero__copy {
  max-width: 720px !important;
}

body.site-page[class*="page-creation-site-internet-"] .local-city-page .local-beyonds-hero h1 {
  font-size: clamp(3.75rem, 6.15vw, 5.35rem) !important;
  line-height: 0.92 !important;
}

@media (max-width: 640px) {
  body.site-page[class*="page-creation-site-internet-"] .local-city-page .local-beyonds-hero {
    padding: calc(var(--header-height, 76px) + 1.25rem) 1rem 3.5rem !important;
  }

  body.site-page[class*="page-creation-site-internet-"] .local-city-page .local-beyonds-hero__grid {
    max-width: 100% !important;
  }

  body.site-page[class*="page-creation-site-internet-"] .local-city-page .local-beyonds-hero h1 {
    font-size: 3rem !important;
  }

  body.site-page[class*="page-creation-site-internet-"] .local-city-page .local-beyonds-hero .local-beyonds-actions {
    align-items: flex-start !important;
  }

  body.site-page[class*="page-creation-site-internet-"] .local-city-page .local-beyonds-hero .local-beyonds-btn {
    width: auto !important;
  }
}

/* Services overview: ensure the hero stays readable on the lighter service image. */
body.page-services .services-hero {
  background:
    radial-gradient(circle at 8% 8%, rgba(101, 216, 255, 0.18), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(32, 214, 179, 0.12), transparent 24rem),
    linear-gradient(180deg, #eef8f9 0%, #ffffff 64%, #f4f8fb 100%) !important;
  color: #071625 !important;
  overflow: hidden;
}

body.page-services .services-hero .local-beyonds-hero__grid {
  margin-inline: auto;
  max-width: min(1480px, calc(100vw - 36px));
}

body.page-services .services-hero h1 {
  color: #071625 !important;
  font-size: clamp(3.25rem, 5vw, 5.6rem) !important;
  line-height: 0.94 !important;
  max-width: 13.5ch;
  text-shadow: none;
}

body.page-services .services-hero :where(.local-beyonds-lead, .local-city-support) {
  color: #334155 !important;
  text-shadow: none;
}

/* The Services buttons are narrower than their grid track on desktop. */
html body.site-page.page-services .local-beyonds-actions .local-beyonds-btn {
  justify-self: center !important;
}

/* Mobile header CTA: keep the audit label visible instead of the legacy CSS "Contact" shortcut. */
@media (max-width: 560px) {
  body.site-page .magic-talk,
  body.page-home .magic-talk,
  body.page-coachvisible .magic-talk,
  body.page-realisations .magic-talk {
    font-size: clamp(0.68rem, 2.85vw, 0.78rem) !important;
    line-height: 1.04 !important;
    max-width: clamp(8.4rem, 38vw, 10.4rem) !important;
    min-width: clamp(7.8rem, 34vw, 9.8rem) !important;
    text-align: center !important;
    white-space: normal !important;
  }

  body.site-page .magic-talk::after,
  body.page-home .magic-talk::after,
  body.page-coachvisible .magic-talk::after,
  body.page-realisations .magic-talk::after {
    content: none !important;
  }
}

@media (max-width: 760px) {
  body.page-coachvisible .magic-header__right,
  body.page-coachvisible.magic-scroll-active .magic-header__right {
    display: flex !important;
    flex: 0 1 auto !important;
    max-width: clamp(8.3rem, 38vw, 10rem) !important;
    min-width: 0 !important;
    pointer-events: auto !important;
  }
}

@media (max-width: 640px) {
  body.page-services .local-beyonds-return {
    align-items: center !important;
    gap: 0.45rem !important;
    justify-content: flex-start !important;
  }

  body.page-services .local-beyonds-return a {
    flex: 0 0 auto !important;
    font-size: 0.78rem !important;
    min-height: 2.1rem !important;
    padding-inline: 0.72rem !important;
    width: auto !important;
  }

  body.page-services .local-beyonds-return a::before {
    margin-right: 0.35rem !important;
  }
}

/* Responsive repair: keep the published-site rhythm while preserving the new SEO structure. */
body.page-home .magic-home-v3 .magic-proof-layer__ledger h3 {
  max-width: 10.5ch !important;
}

body.page-home .magic-home-v3 .magic-proof-layer__ledger p {
  max-width: 28rem !important;
}

body.page-home .magic-home-v3 .magic-method-card,
body.page-home .magic-home-v3 .magic-method-card :where(h3, p, span) {
  color: #082033 !important;
  text-shadow: none !important;
}

body.site-page:not(.magic-scroll-active) :where(.local-beyonds-section__heading, .local-beyonds-hero__copy) {
  margin-inline: auto !important;
  text-align: center !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section__heading {
  max-width: 820px !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section__heading :where(h2, p),
body.site-page:not(.magic-scroll-active) .local-beyonds-hero__copy :where(h1, p) {
  margin-left: auto !important;
  margin-right: auto !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-actions {
  justify-content: center !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section--dark .local-beyonds-deliverables article {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(10, 42, 58, 0.12) !important;
  color: #082033 !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section--dark .local-beyonds-deliverables article :where(strong, p, li, small, span) {
  color: #082033 !important;
  text-shadow: none !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section--dark .local-beyonds-deliverables article > span {
  color: #058fb4 !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-btn--primary {
  background: linear-gradient(135deg, #65d8ff 0%, #19f5ba 100%) !important;
  border-color: transparent !important;
  color: #06111e !important;
  text-shadow: none !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-btn--ghost {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(10, 42, 58, 0.12) !important;
  color: #06111e !important;
  text-shadow: none !important;
}

body.site-page:not(.magic-scroll-active) .hero-cloud__badges .trust-badge {
  background: rgba(255, 255, 255, 0.94) !important;
  border-color: rgba(10, 42, 58, 0.12) !important;
  color: #082033 !important;
  text-shadow: none !important;
}

@media (min-width: 981px) {
  body.page-home .magic-local-links__grid .magic-local-link:last-child:nth-child(4n + 1),
  body.site-page:not(.magic-scroll-active) .local-beyonds-link-grid a:last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 760px) {
  body.page-home .magic-home-v3 .magic-proof-layer__ledger {
    display: none !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-return {
    display: none !important;
  }

  body.page-home .magic-home-v3 .magic-intro__title {
    max-width: 9.6ch !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-hero {
    min-height: auto !important;
    padding-bottom: 3.2rem !important;
    padding-top: calc(var(--header-height, 76px) + 2.4rem) !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-hero__grid {
    gap: 2rem !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-hero h1,
  body.site-page:not(.magic-scroll-active) .services-hero h1,
  body.site-page[class*="page-creation-site-internet-"] .local-city-page .local-beyonds-hero h1 {
    font-size: clamp(2.55rem, 11vw, 3.25rem) !important;
    line-height: 0.96 !important;
    max-width: 11ch !important;
    text-align: center !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-section__heading h2,
  body.site-page:not(.magic-scroll-active) .local-beyonds-copy-block h2,
  body.site-page:not(.magic-scroll-active) .local-beyonds-cta h2 {
    font-size: clamp(2.05rem, 9.2vw, 2.8rem) !important;
    line-height: 0.98 !important;
    max-width: 11.5ch !important;
    text-align: center !important;
  }

  body.site-page:not(.magic-scroll-active) :where(.local-beyonds-lead, .local-city-support, .local-beyonds-section__heading > p:not(.local-beyonds-kicker), .local-beyonds-copy-block p) {
    font-size: clamp(1rem, 4.2vw, 1.12rem) !important;
    line-height: 1.55 !important;
    max-width: 31rem !important;
    text-align: center !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-actions {
    align-items: center !important;
    flex-direction: column !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-btn {
    max-width: 22rem !important;
    width: 100% !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-section {
    padding-bottom: clamp(3.4rem, 14vw, 5.2rem) !important;
    padding-top: clamp(3.6rem, 15vw, 5.6rem) !important;
  }

  body.site-page:not(.magic-scroll-active) .hero-cloud {
    min-height: auto !important;
    padding-bottom: 3.4rem !important;
    padding-top: calc(var(--header-height, 76px) + 2.4rem) !important;
  }

  body.site-page:not(.magic-scroll-active) .hero-cloud__content {
    align-items: center !important;
    margin-inline: auto !important;
    max-width: 35rem !important;
    text-align: center !important;
  }

  body.site-page:not(.magic-scroll-active) .hero-cloud__title.hero-title {
    font-size: clamp(2.45rem, 10.8vw, 3.15rem) !important;
    line-height: 0.97 !important;
    margin-inline: auto !important;
    max-width: 11ch !important;
    text-align: center !important;
  }

  body.site-page:not(.magic-scroll-active) .hero-cloud__subtitle {
    font-size: clamp(1rem, 4.2vw, 1.12rem) !important;
    line-height: 1.55 !important;
    margin-inline: auto !important;
    max-width: 31rem !important;
    text-align: center !important;
  }

  body.site-page:not(.magic-scroll-active) .hero-cloud__actions {
    align-items: center !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  body.site-page:not(.magic-scroll-active) .hero-cloud__actions .btn {
    max-width: 22rem !important;
    width: 100% !important;
  }
}

/* Final cascade guard for local city pages cloned from CoachVisible. */
body.page-local-city-clone.magic-scroll-active .coachvisible-next {
  --cv-ink: #183f48;
  --cv-heading: #143b44;
  --cv-muted: rgba(38, 77, 85, 0.76);
  --cv-panel: rgba(255, 255, 255, 0.94);
  --cv-card: rgba(255, 255, 255, 0.94);
  --cv-line: rgba(26, 84, 96, 0.14);
  --cv-accent: #118d9a;
  --cv-accent-strong: #0c7783;
  --cv-mint: #2dbfa9;
  --cv-shadow: rgba(31, 83, 96, 0.12);
  background:
    radial-gradient(circle at 12% 5%, rgba(45, 191, 169, 0.18), transparent 27rem),
    radial-gradient(circle at 88% 14%, rgba(189, 123, 90, 0.12), transparent 24rem),
    linear-gradient(180deg, #f3fbfc 0%, #ffffff 45%, #eef8f7 100%) !important;
  color: var(--cv-ink) !important;
  overflow-x: clip !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(h1, h2, h3, h4, strong, label, .faq-question) {
  color: var(--cv-heading) !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(p, li, small, .faq-answer p) {
  color: var(--cv-muted) !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(.cv-next-eyebrow, .cv-next-card--numbered > span, .cv-next-step > span, .cv-next-local-link > span),
body.page-local-city-clone.magic-scroll-active .cv-next-score span {
  color: var(--cv-accent-strong) !important;
}

body.page-local-city-clone.magic-scroll-active .cv-next-hero {
  min-height: auto !important;
  padding-bottom: clamp(4rem, 7vw, 6.25rem) !important;
  padding-top: calc(var(--magic-header-h, 84px) + clamp(2.6rem, 5vw, 4.25rem)) !important;
}

body.page-local-city-clone.magic-scroll-active .cv-next-hero__grid {
  align-items: center !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr) !important;
}

body.page-local-city-clone.magic-scroll-active .cv-next-hero h1 {
  font-size: clamp(2.75rem, 4.45vw, 4.3rem) !important;
  line-height: 1.02 !important;
  max-width: 15.5ch !important;
}

body.page-local-city-clone.magic-scroll-active .cv-next-lead {
  font-size: clamp(1rem, 1.05vw, 1.12rem) !important;
  line-height: 1.62 !important;
  max-width: 42rem !important;
}

body.page-local-city-clone.magic-scroll-active .cv-next-hero__visual > img,
body.page-local-city-clone.magic-scroll-active .cv-next-hero__visual > img.cv-next-hero-generated {
  aspect-ratio: 4 / 3 !important;
  max-height: 520px !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(.cv-next-benefit, .cv-next-card, .cv-next-step, .cv-next-panel, .cv-next-form, .cv-next-local-link, .cv-next-local-stats, .cv-next-local-stats__item, .faq-item, .cv-next-price-card) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 251, 250, 0.92)),
    radial-gradient(circle at 0% 0%, rgba(45, 191, 169, 0.1), transparent 16rem) !important;
  border-color: var(--cv-line) !important;
  color: var(--cv-ink) !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(.cv-next-problem, .cv-next-signals, .cv-next-trust, .cv-next-form-section) {
  background: rgba(255, 255, 255, 0.56) !important;
  border-block: 1px solid var(--cv-line) !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(.cv-next-system, .cv-next-seo, .cv-next-local-links) {
  background: #ffffff !important;
}

body.page-local-city-clone.magic-scroll-active .local-city-clone__hints {
  margin-top: clamp(1.2rem, 2vw, 1.8rem) !important;
}

body.page-local-city-clone.magic-scroll-active .cv-next-form-section .cv-next-form-grid {
  grid-template-columns: 1fr !important;
}

body.page-local-city-clone.magic-scroll-active .cv-next-form-section .cv-next-form {
  justify-self: stretch !important;
  max-width: none !important;
  width: 100% !important;
}

@media (max-width: 1180px) {
  body.page-local-city-clone.magic-scroll-active .cv-next-hero__grid,
  body.page-local-city-clone.magic-scroll-active .cv-next-split,
  body.page-local-city-clone.magic-scroll-active .cv-next-rdv__grid {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
  }

  body.page-local-city-clone.magic-scroll-active .cv-next-hero__copy,
  body.page-local-city-clone.magic-scroll-active .cv-next-split__copy,
  body.page-local-city-clone.magic-scroll-active .cv-next-rdv__copy,
  body.page-local-city-clone.magic-scroll-active .cv-next-heading {
    align-items: center !important;
    justify-items: center !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.page-local-city-clone.magic-scroll-active .cv-next-actions,
  body.page-local-city-clone.magic-scroll-active .cv-next-tags {
    justify-content: center !important;
  }

  body.page-local-city-clone.magic-scroll-active .cv-next-hero__visual {
    width: min(100%, 680px) !important;
  }
}

@media (max-width: 720px) {
  body.page-local-city-clone.magic-scroll-active .cv-next-hero {
    padding-bottom: clamp(3.4rem, 12vw, 4.8rem) !important;
    padding-top: calc(var(--magic-header-h, 84px) + 1.9rem) !important;
  }

  body.page-local-city-clone.magic-scroll-active .cv-next-hero h1 {
    font-size: clamp(2.25rem, 10.8vw, 3.25rem) !important;
    line-height: 1.02 !important;
    max-width: 12.5ch !important;
  }

  body.page-local-city-clone.magic-scroll-active .cv-next-heading h2,
  body.page-local-city-clone.magic-scroll-active .cv-next-split__copy h2,
  body.page-local-city-clone.magic-scroll-active .cv-next-rdv__copy h2,
  body.page-local-city-clone.magic-scroll-active .cv-next-form-copy h2,
  body.page-local-city-clone.magic-scroll-active .cv-next-faq__copy h2 {
    font-size: clamp(2rem, 9vw, 2.85rem) !important;
    line-height: 1.04 !important;
    max-width: 13ch !important;
  }

  body.page-local-city-clone.magic-scroll-active .cv-next-lead,
  body.page-local-city-clone.magic-scroll-active .cv-next-heading > p:not(.cv-next-eyebrow),
  body.page-local-city-clone.magic-scroll-active .cv-next-split__copy p,
  body.page-local-city-clone.magic-scroll-active .cv-next-rdv__copy p,
  body.page-local-city-clone.magic-scroll-active .cv-next-form-copy p {
    font-size: 1rem !important;
    line-height: 1.58 !important;
    max-width: 34rem !important;
  }

  body.page-local-city-clone.magic-scroll-active .cv-next-actions .btn {
    width: min(100%, 19rem) !important;
  }

  body.page-local-city-clone.magic-scroll-active .cv-next-hero__visual > img,
  body.page-local-city-clone.magic-scroll-active .cv-next-split__media img,
  body.page-local-city-clone.magic-scroll-active .cv-next-inline-media {
    max-height: 340px !important;
  }

  body.page-local-city-clone.magic-scroll-active .cv-next-form__grid,
  body.page-local-city-clone.magic-scroll-active .cv-next-card-grid,
  body.page-local-city-clone.magic-scroll-active .cv-next-strip__grid,
  body.page-local-city-clone.magic-scroll-active .cv-next-rdv__steps,
  body.page-local-city-clone.magic-scroll-active .cv-next-local-links__grid,
  body.page-local-city-clone.magic-scroll-active .cv-next-faq {
    grid-template-columns: 1fr !important;
  }
}

/* Home: keep the hero animation alive behind the full page without tiling. */
body.page-home.magic-scroll-active .site-main {
  background: #030711 !important;
  isolation: isolate !important;
  position: relative !important;
}

body.page-home .magic-home-backdrop {
  background: #030711;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

body.page-home .magic-home-backdrop::before,
body.page-home .magic-home-backdrop::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

body.page-home .magic-home-backdrop::before {
  background:
    radial-gradient(circle at 18% 22%, rgba(101, 216, 255, 0.18), transparent 28rem),
    radial-gradient(circle at 84% 16%, rgba(122, 176, 255, 0.12), transparent 24rem);
  mix-blend-mode: screen;
  opacity: 0.82;
  z-index: 2;
}

body.page-home .magic-home-backdrop::after {
  background:
    linear-gradient(90deg, rgba(3, 7, 17, 0.92), rgba(3, 7, 17, 0.54) 48%, rgba(3, 7, 17, 0.9)),
    linear-gradient(180deg, rgba(3, 7, 17, 0.28), rgba(3, 7, 17, 0.78));
  z-index: 3;
}

body.page-home .magic-home-backdrop__video {
  filter: saturate(1.08) contrast(1.08) brightness(0.86);
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.56;
  position: absolute;
  transform: scale(1.04);
  width: 100%;
  z-index: 1;
}

body.page-home .magic-home-v3 {
  background: transparent !important;
  display: flex !important;
  flex-direction: column !important;
  isolation: isolate !important;
  position: relative !important;
  z-index: 1 !important;
}

body.page-home .magic-home-v3 .magic-entry {
  order: 0;
}

body.page-home .magic-home-v3 .magic-intro {
  order: 1;
}

body.page-home .magic-home-v3 .magic-who {
  order: 2;
}

body.page-home .magic-home-v3 .magic-work--maquettes {
  order: 3;
}

body.page-home .magic-home-v3 .magic-project-panel {
  order: 4;
}

body.page-home .magic-home-v3 .magic-proof-layer {
  order: 5;
}

body.page-home .magic-home-v3 .ww-expertise-links--home {
  order: 6;
}

body.page-home .magic-home-v3 .magic-offers-entry {
  order: 7;
}

body.page-home .magic-home-v3 .magic-local-links {
  order: 8;
}

body.page-home .magic-home-v3 .magic-method {
  order: 9;
}

body.page-home .magic-home-v3 .magic-faq {
  order: 10;
}

body.page-home .magic-home-v3 .magic-final {
  order: 11;
}

body.page-home .magic-home-v3 .magic-intro {
  background: linear-gradient(180deg, rgba(3, 7, 17, 0.2), rgba(3, 7, 17, 0.5)) !important;
}

body.page-home .magic-home-v3 .magic-intro__media {
  display: none !important;
}

body.page-home .magic-home-v3 .magic-intro__video {
  display: none !important;
  opacity: 0 !important;
}

body.page-home .magic-home-v3 .magic-intro__media img.is-active {
  filter: saturate(0.55) contrast(1.04) brightness(0.82) !important;
  mix-blend-mode: screen !important;
  opacity: 0.16 !important;
}

body.page-home .magic-home-v3 :is(.magic-who, .magic-services, .magic-final) {
  animation: none !important;
  background-color: transparent !important;
  background-image: linear-gradient(180deg, rgba(3, 7, 17, 0.66), rgba(3, 7, 17, 0.88)) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.page-home .magic-home-v3 :is(.magic-proof-layer, .magic-work--maquettes, .magic-method, .magic-faq) {
  background:
    linear-gradient(to right, rgba(20, 92, 255, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(20, 92, 255, 0.034) 1px, transparent 1px),
    linear-gradient(180deg, rgba(247, 251, 255, 0.9) 0%, rgba(255, 255, 255, 0.86) 54%, rgba(238, 248, 255, 0.9) 100%) !important;
  background-size: 72px 72px, 72px 72px, auto !important;
}

@media (max-width: 760px) {
  body.page-home .magic-home-backdrop__video {
    filter: saturate(1.1) contrast(1.08) brightness(0.9);
    opacity: 0.56;
    transform: scale(1.12);
  }

  body.page-home .magic-home-backdrop::after {
    background:
      linear-gradient(90deg, rgba(3, 7, 17, 0.93), rgba(3, 7, 17, 0.58) 48%, rgba(3, 7, 17, 0.93)),
      linear-gradient(180deg, rgba(3, 7, 17, 0.34), rgba(3, 7, 17, 0.8));
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-home .magic-home-backdrop__video {
    display: none;
  }

  body.page-home .magic-home-backdrop {
    background:
      linear-gradient(90deg, rgba(3, 7, 17, 0.9), rgba(3, 7, 17, 0.68), rgba(3, 7, 17, 0.9)),
      url("/assets/images/hero-poster.jpg") center / cover no-repeat,
      #030711;
  }
}

/* Final CTA rhythm: same button sizing and type across WeWorkWeb and CoachVisible. */
body.page-home .magic-home-v3 :where(.magic-intro__cta, .magic-intro__secondary, .magic-who__primary, .magic-who__secondary, .magic-final__actions a),
body.page-home :where(.magic-talk-form__actions button, .magic-project-panel__actions button, .magic-project-panel__primary),
body.page-coachvisible .coachvisible-next :where(.btn, .cv-next-form button, .cv-next-local-stats__cta, .cv-next-maquette-card__actions a),
body.page-realisations :where(.realisations-clean-hero__actions a, .realisations-clean-cta > a, .magic-work-card__action, .magic-project-panel__actions button, .magic-project-panel__primary),
body.site-page:not(.magic-scroll-active) :where(.btn, .button, .hero-cloud__actions a, .page-intro__actions a, .cta-panel__actions a, .local-beyonds-btn, .ww-blog-btn, .offer-card__cta, .form-actions button) {
  align-items: center !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  font-family: inherit !important;
  font-size: 0.95rem !important;
  font-weight: 850 !important;
  justify-content: center !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
  min-height: 52px !important;
  padding: 0 24px !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: normal !important;
}

body.page-home .magic-home-v3 :where(.magic-intro__actions, .magic-who__actions, .magic-final__actions),
body.page-coachvisible .coachvisible-next :where(.cv-next-actions, .cv-next-maquette-card__actions),
body.page-realisations :where(.realisations-clean-hero__actions, .magic-work-card__actions),
body.site-page:not(.magic-scroll-active) :where(.hero-cloud__actions, .page-intro__actions, .cta-panel__actions, .local-beyonds-actions, .form-actions) {
  align-items: center !important;
  gap: 12px !important;
}

body.page-home .magic-home-v3 :where(.magic-intro__cta, .magic-intro__secondary, .magic-who__primary, .magic-who__secondary),
body.page-coachvisible .coachvisible-next .cv-next-actions .btn,
body.page-realisations :where(.realisations-clean-hero__actions a, .magic-work-card__action),
body.site-page:not(.magic-scroll-active) :where(.hero-cloud__actions .btn, .page-intro__actions .btn, .local-beyonds-btn) {
  min-width: min(100%, 14.5rem) !important;
}

body.page-home .magic-home-v3 :where(.magic-intro__cta, .magic-who__primary, .magic-final__primary),
body.page-home :where(.magic-talk-form__actions button, .magic-project-panel__primary),
body.page-coachvisible .coachvisible-next :where(.btn-primary, .cv-next-form button, .cv-next-maquette-card__actions a:last-child),
body.page-realisations :where(.realisations-clean-hero__actions a:first-child, .realisations-clean-cta > a, .magic-work-card__action--primary, .magic-project-panel__primary),
body.site-page:not(.magic-scroll-active) :where(.btn-primary, .button-primary, .local-beyonds-btn--primary, .ww-blog-btn--primary, .form-actions button) {
  background: linear-gradient(135deg, #65d8ff 0%, #19f5ba 100%) !important;
  border-color: transparent !important;
  color: #06111e !important;
  text-shadow: none !important;
}

body.page-home .magic-home-v3 :where(.magic-intro__secondary, .magic-who__secondary, .magic-final__actions a:not(.magic-final__primary)),
body.page-coachvisible .coachvisible-next :where(.btn-secondary, .cv-next-maquette-card__actions a:first-child),
body.page-realisations :where(.realisations-clean-hero__actions a:last-child, .magic-work-card__action--ghost),
body.site-page:not(.magic-scroll-active) :where(.btn-secondary, .button-secondary, .btn-ghost, .button-ghost, .local-beyonds-btn--ghost, .ww-blog-btn--ghost) {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(10, 42, 58, 0.14) !important;
  color: #06111e !important;
  text-shadow: none !important;
}

@media (max-width: 1024px) {
  body.page-home .magic-home-v3 .magic-who.magic-problem {
    display: none !important;
  }
}

@media (max-width: 760px) {
  body.page-home .magic-home-v3 :where(.magic-intro__actions, .magic-final__actions),
  body.page-coachvisible .coachvisible-next :where(.cv-next-actions),
  body.page-realisations :where(.realisations-clean-hero__actions, .magic-work-card__actions),
  body.site-page:not(.magic-scroll-active) :where(.hero-cloud__actions, .page-intro__actions, .cta-panel__actions, .local-beyonds-actions, .form-actions) {
    display: grid !important;
    justify-items: stretch !important;
    margin-inline: auto !important;
    max-width: 22rem !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 :where(.magic-intro__cta, .magic-intro__secondary, .magic-final__actions a),
  body.page-coachvisible .coachvisible-next :where(.cv-next-actions .btn, .cv-next-form button),
  body.page-realisations :where(.realisations-clean-hero__actions a, .magic-work-card__action),
  body.site-page:not(.magic-scroll-active) :where(.hero-cloud__actions .btn, .page-intro__actions .btn, .cta-panel__actions a, .local-beyonds-btn, .form-actions button) {
    min-width: 0 !important;
    width: 100% !important;
  }
}

/* Specificity guard for legacy button rules loaded earlier in this file. */
body.page-home .magic-home-v3 .magic-intro__cta,
body.page-home .magic-home-v3 .magic-intro__secondary,
body.page-home .magic-home-v3 .magic-who__primary,
body.page-home .magic-home-v3 .magic-who__secondary,
body.page-home .magic-home-v3 .magic-final__actions a,
body.page-home .magic-talk-form__actions button,
body.page-home .magic-project-panel__actions button,
body.page-home .magic-project-panel__primary,
body.page-coachvisible .coachvisible-next .btn,
body.page-coachvisible .coachvisible-next .cv-next-form button,
body.page-coachvisible .coachvisible-next .cv-next-local-stats__cta,
body.page-coachvisible .coachvisible-next .cv-next-maquette-card__actions a,
body.page-realisations .realisations-clean-hero__actions a,
body.page-realisations .realisations-clean-cta > a,
body.page-realisations .magic-work-card__action,
body.page-realisations .magic-project-panel__actions button,
body.page-realisations .magic-project-panel__primary,
body.site-page:not(.magic-scroll-active) .btn,
body.site-page:not(.magic-scroll-active) .button,
body.site-page:not(.magic-scroll-active) .hero-cloud__actions a,
body.site-page:not(.magic-scroll-active) .page-intro__actions a,
body.site-page:not(.magic-scroll-active) .cta-panel__actions a,
body.site-page:not(.magic-scroll-active) .local-beyonds-btn,
body.site-page:not(.magic-scroll-active) .ww-blog-btn,
body.site-page:not(.magic-scroll-active) .offer-card__cta,
body.site-page:not(.magic-scroll-active) .form-actions button {
  align-items: center !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  font-family: inherit !important;
  font-size: 0.95rem !important;
  font-weight: 850 !important;
  height: auto !important;
  justify-content: center !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
  min-height: 52px !important;
  padding: 0 24px !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: normal !important;
}

body.page-home .magic-home-v3 .magic-intro__cta,
body.page-home .magic-home-v3 .magic-who__primary,
body.page-home .magic-home-v3 .magic-final__primary,
body.page-home .magic-talk-form__actions button,
body.page-home .magic-project-panel__primary,
body.page-coachvisible .coachvisible-next .btn-primary,
body.page-coachvisible .coachvisible-next .cv-next-form button,
body.page-coachvisible .coachvisible-next .cv-next-maquette-card__actions a:last-child,
body.page-realisations .realisations-clean-hero__actions a:first-child,
body.page-realisations .realisations-clean-cta > a,
body.page-realisations .magic-work-card__action--primary,
body.page-realisations .magic-project-panel__primary,
body.site-page:not(.magic-scroll-active) .btn-primary,
body.site-page:not(.magic-scroll-active) .button-primary,
body.site-page:not(.magic-scroll-active) .local-beyonds-btn--primary,
body.site-page:not(.magic-scroll-active) .ww-blog-btn--primary,
body.site-page:not(.magic-scroll-active) .form-actions button {
  background: linear-gradient(135deg, #65d8ff 0%, #19f5ba 100%) !important;
  border-color: transparent !important;
  color: #06111e !important;
  text-shadow: none !important;
}

body.page-home .magic-home-v3 .magic-intro__secondary,
body.page-home .magic-home-v3 .magic-who__secondary,
body.page-home .magic-home-v3 .magic-final__actions a:not(.magic-final__primary),
body.page-coachvisible .coachvisible-next .btn-secondary,
body.page-coachvisible .coachvisible-next .cv-next-maquette-card__actions a:first-child,
body.page-realisations .realisations-clean-hero__actions a:last-child,
body.page-realisations .magic-work-card__action--ghost,
body.site-page:not(.magic-scroll-active) .btn-secondary,
body.site-page:not(.magic-scroll-active) .button-secondary,
body.site-page:not(.magic-scroll-active) .btn-ghost,
body.site-page:not(.magic-scroll-active) .button-ghost,
body.site-page:not(.magic-scroll-active) .local-beyonds-btn--ghost,
body.site-page:not(.magic-scroll-active) .ww-blog-btn--ghost {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(10, 42, 58, 0.14) !important;
  color: #06111e !important;
  text-shadow: none !important;
}

body.page-home .magic-home-v3 .magic-intro__cta,
body.page-home .magic-home-v3 .magic-intro__secondary,
body.page-home .magic-home-v3 .magic-who__primary,
body.page-home .magic-home-v3 .magic-who__secondary,
body.page-coachvisible .coachvisible-next .cv-next-actions .btn,
body.page-realisations .realisations-clean-hero__actions a,
body.page-realisations .magic-work-card__action,
body.site-page:not(.magic-scroll-active) .hero-cloud__actions .btn,
body.site-page:not(.magic-scroll-active) .page-intro__actions .btn,
body.site-page:not(.magic-scroll-active) .local-beyonds-btn {
  min-width: min(100%, 14.5rem) !important;
}

@media (max-width: 760px) {
  body.page-home .magic-home-v3 .magic-intro__cta,
  body.page-home .magic-home-v3 .magic-intro__secondary,
  body.page-home .magic-home-v3 .magic-final__actions a,
  body.page-coachvisible .coachvisible-next .cv-next-actions .btn,
  body.page-coachvisible .coachvisible-next .cv-next-form button,
  body.page-realisations .realisations-clean-hero__actions a,
  body.page-realisations .magic-work-card__action,
  body.site-page:not(.magic-scroll-active) .hero-cloud__actions .btn,
  body.site-page:not(.magic-scroll-active) .page-intro__actions .btn,
  body.site-page:not(.magic-scroll-active) .cta-panel__actions a,
  body.site-page:not(.magic-scroll-active) .local-beyonds-btn,
  body.site-page:not(.magic-scroll-active) .form-actions button {
    min-width: 0 !important;
    width: 100% !important;
  }
}

/* Ultimate CTA override: beat the old page-state selectors. */
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__cta,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__secondary,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who__primary,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who__secondary,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-final__actions a,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .btn,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form button,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-local-stats__cta,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-maquette-card__actions a {
  align-items: center !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  font-family: inherit !important;
  font-size: 0.95rem !important;
  font-weight: 850 !important;
  height: auto !important;
  justify-content: center !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
  min-height: 52px !important;
  padding: 0 24px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none !important;
  white-space: normal !important;
}

body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__cta,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who__primary,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-final__primary,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .btn-primary,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form button,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-maquette-card__actions a:last-child {
  background: linear-gradient(135deg, #65d8ff 0%, #19f5ba 100%) !important;
  border-color: transparent !important;
  color: #06111e !important;
}

body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__secondary,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who__secondary,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-final__actions a:not(.magic-final__primary),
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .btn-secondary,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .btn.btn-secondary,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-actions .btn.btn-secondary,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-maquette-card__actions a:first-child {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(10, 42, 58, 0.14) !important;
  color: #06111e !important;
}

body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__cta,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__secondary,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who__primary,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who__secondary,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-actions .btn {
  min-width: min(100%, 14.5rem) !important;
}

@media (max-width: 1024px) {
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem {
    display: none !important;
  }
}

@media (max-width: 760px) {
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__actions,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-final__actions,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-actions {
    display: grid !important;
    justify-items: stretch !important;
    margin-inline: auto !important;
    max-width: 22rem !important;
    width: 100% !important;
  }

  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__cta,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__secondary,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-final__actions a,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-actions .btn,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form button {
    min-width: 0 !important;
    width: 100% !important;
  }
}

/* Absolute final home cleanup: no framed hero media or manga pseudo-image on tablet/desktop/mobile. */
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__media,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__media::before,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__media::after,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro::before,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-services::after,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-work::before {
  animation: none !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__sticky,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__content,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__headline,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__caption,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__support {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__sticky::before,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__sticky::after,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__content::before,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__content::after,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__headline::before,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__headline::after {
  background: none !important;
  box-shadow: none !important;
  content: none !important;
  display: none !important;
}

/* Final internal-page cleanup: centered copy, no decorative visual, dark text on light blocks.
   Keep home, CoachVisible and mockup/realisations pages out of this pass. */
body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) {
  --internal-heading: #06111e;
  --internal-ink: #102632;
  --internal-muted: #405766;
  --internal-line: rgba(6, 17, 30, 0.13);
  --internal-card: rgba(255, 255, 255, 0.94);
  background: linear-gradient(180deg, #f4fbfb 0%, #ffffff 46%, #f6fbf8 100%) !important;
  color: var(--internal-ink) !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(.ww-page-motion--internal, .cloud-background, .hero-cloud__background, .hero-cloud__visual, .local-beyonds-hero__visual, .ww-blog-radar),
body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(.cloud-background::before, .cloud-background::after, .cloud-background__mist, .hero-cloud::before, .hero-cloud::after, .section::before, .section::after, .section-shell::before, .section-shell::after, .section-cloud::before, .section-cloud::after) {
  animation: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) .site-main {
  background:
    radial-gradient(circle at 14% 4%, color-mix(in srgb, var(--internal-accent-2, #2dbfa9) 16%, transparent), transparent 28rem),
    radial-gradient(circle at 88% 8%, color-mix(in srgb, var(--internal-accent, #177985) 12%, transparent), transparent 28rem),
    linear-gradient(180deg, var(--internal-soft, #f4faf9) 0%, #ffffff 48%, var(--internal-soft-2, #f5fbf8) 100%) !important;
  overflow-x: clip !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(.hero-cloud, .section, .section-shell, .section-cloud, .section-tight, .local-beyonds-section, .ww-blog-hero, .ww-blog-featured, .ww-blog-groups, .ww-blog-categories) {
  background: transparent !important;
  border: 0 !important;
  color: var(--internal-ink) !important;
  overflow: visible !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(.hero-cloud__inner, .local-beyonds-hero__grid, .ww-blog-hero__inner) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: center !important;
  margin-inline: auto !important;
  max-width: min(1480px, calc(100vw - 36px)) !important;
  text-align: center !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(.hero-cloud__content, .local-beyonds-hero__copy, .ww-blog-hero__copy, .section-heading, .cta-panel__content, .audit-split__copy, .audit-form-copy, .audit-trust__panel > div:first-child, .wordpress-split__copy, .wordpress-conversion__panel > div:first-child, .seo-geo-not__copy, .offres-detail__copy, .contact-form-copy) {
  align-items: center !important;
  display: grid !important;
  justify-items: center !important;
  margin-inline: auto !important;
  max-width: min(100%, 1480px) !important;
  text-align: center !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(.hero-cloud__title.hero-title, .local-beyonds-hero h1, .ww-blog-hero h1) {
  color: var(--internal-heading) !important;
  display: block !important;
  font-size: 3rem !important;
  font-weight: 880 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
  margin-inline: auto !important;
  max-width: calc(100vw - 36px) !important;
  overflow-wrap: normal !important;
  text-align: center !important;
  text-shadow: none !important;
  text-wrap: nowrap !important;
  white-space: nowrap !important;
  word-break: normal !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(.hero-cloud__title.hero-title span, .hero-cloud__title .text-gradient) {
  background: none !important;
  color: var(--internal-heading) !important;
  display: inline !important;
  -webkit-text-fill-color: currentColor !important;
  white-space: nowrap !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) .hero-cloud__title.hero-title span + span::before {
  content: " " !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(.section-heading h2, .local-beyonds-section__heading h2, .local-beyonds-copy-block h2, .local-beyonds-cta h2, .cta-panel__title, .cta-panel h2, .audit-split__copy h2, .audit-form-copy h2, .audit-trust__panel h2, .wordpress-split__copy h2, .wordpress-conversion__panel h2, .seo-geo-not__copy h2, .offres-detail__copy h2, .contact-form-copy h2) {
  color: var(--internal-heading) !important;
  font-size: 2.55rem !important;
  font-weight: 860 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
  margin-inline: auto !important;
  max-width: calc(100vw - 36px) !important;
  overflow-wrap: normal !important;
  text-align: center !important;
  text-shadow: none !important;
  text-wrap: nowrap !important;
  white-space: nowrap !important;
  word-break: normal !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(h1, h2, h3, h4, h5, h6, strong, label, legend, summary, .faq-question, .field-label) {
  color: var(--internal-heading) !important;
  -webkit-text-fill-color: currentColor !important;
  text-shadow: none !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(p, li, dd, .hero-cloud__subtitle, .section-heading p, .cta-panel__text, .cta-panel p, .faq-answer, .form-help, .checkbox span, .audit-form-highlights li) {
  color: var(--internal-muted) !important;
  text-shadow: none !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(.eyebrow, .hero-cloud__kicker, .local-beyonds-kicker, .cta-panel__badge) {
  color: color-mix(in srgb, var(--internal-accent, #177985) 82%, #06111e) !important;
  text-align: center !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(.feature-card, .bento-card, .process-step, .faq-item, .form-shell, .audit-mini-card, .audit-check-card, .audit-trust__cards article, .audit-trust__panel, .wordpress-choice-card, .wordpress-icon-card, .wordpress-mini-card, .seo-geo-compare-card, .seo-geo-mini-card, .seo-geo-icon-card, .ai-icon-card, .ai-mini-card, .offres-mini-card, .offres-included, .contact-alt, .cta-panel, .local-beyonds-list-card, .local-beyonds-roadmap article, .local-beyonds-deliverables article, .local-beyonds-link-grid a, .ww-blog-card, .ww-blog-featured__copy) {
  background:
    linear-gradient(180deg, var(--internal-card), rgba(247, 252, 250, 0.92)),
    radial-gradient(circle at 0 0, color-mix(in srgb, var(--internal-accent-2, #2dbfa9) 10%, transparent), transparent 15rem) !important;
  border: 1px solid var(--internal-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 22px 62px rgba(16, 38, 50, 0.1) !important;
  color: var(--internal-ink) !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(.hero-cloud__actions, .page-intro__actions, .cta-panel__actions, .form-actions, .local-beyonds-actions, .ww-blog-hero__actions) {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  justify-items: center !important;
  margin-inline: auto !important;
  text-align: center !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(.section-shell--cta .cta-panel, .local-beyonds-cta) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: center !important;
  text-align: center !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(.section-shell--cta .cta-panel__actions, .local-beyonds-cta .local-beyonds-actions) {
  justify-self: center !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(.btn-primary, .button-primary, .form-actions button, .local-beyonds-btn--primary, .ww-blog-btn--primary) {
  color: #06111e !important;
  text-shadow: none !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(.input, .textarea, .select, input, textarea, select) {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(6, 17, 30, 0.14) !important;
  color: var(--internal-heading) !important;
  text-shadow: none !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(.input::placeholder, .textarea::placeholder) {
  color: rgba(16, 38, 50, 0.44) !important;
}

@media (max-width: 1280px) {
  body.site-page:not(.magic-scroll-active):is(
    .page-audit-gratuit,
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-contact,
    .page-a-propos,
    .page-services,
    .page-blog,
    .page-blog-article,
    [class*="page-agence-"],
    [class*="page-developpement-"],
    .page-creation-site-vitrine-paris,
    .page-creation-landing-page-paris,
    .page-creation-application-web-mobile-paris,
    .page-automatisation-ia-crm-paris
  ) :where(.hero-cloud__title.hero-title, .local-beyonds-hero h1, .ww-blog-hero h1) {
    font-size: 2.25rem !important;
  }

  body.site-page:not(.magic-scroll-active):is(
    .page-audit-gratuit,
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-contact,
    .page-a-propos,
    .page-services,
    .page-blog,
    .page-blog-article,
    [class*="page-agence-"],
    [class*="page-developpement-"],
    .page-creation-site-vitrine-paris,
    .page-creation-landing-page-paris,
    .page-creation-application-web-mobile-paris,
    .page-automatisation-ia-crm-paris
  ) :where(.section-heading h2, .local-beyonds-section__heading h2, .local-beyonds-copy-block h2, .local-beyonds-cta h2, .cta-panel__title, .cta-panel h2, .audit-split__copy h2, .audit-form-copy h2, .audit-trust__panel h2, .wordpress-split__copy h2, .wordpress-conversion__panel h2, .seo-geo-not__copy h2, .offres-detail__copy h2, .contact-form-copy h2) {
    font-size: 2rem !important;
  }
}

@media (max-width: 920px) {
  body.site-page:not(.magic-scroll-active):is(
    .page-audit-gratuit,
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-contact,
    .page-a-propos,
    .page-services,
    .page-blog,
    .page-blog-article,
    [class*="page-agence-"],
    [class*="page-developpement-"],
    .page-creation-site-vitrine-paris,
    .page-creation-landing-page-paris,
    .page-creation-application-web-mobile-paris,
    .page-automatisation-ia-crm-paris
  ) :where(.hero-cloud__title.hero-title, .local-beyonds-hero h1, .ww-blog-hero h1) {
    font-size: 1.58rem !important;
  }

  body.site-page:not(.magic-scroll-active):is(
    .page-audit-gratuit,
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-contact,
    .page-a-propos,
    .page-services,
    .page-blog,
    .page-blog-article,
    [class*="page-agence-"],
    [class*="page-developpement-"],
    .page-creation-site-vitrine-paris,
    .page-creation-landing-page-paris,
    .page-creation-application-web-mobile-paris,
    .page-automatisation-ia-crm-paris
  ) :where(.section-heading h2, .local-beyonds-section__heading h2, .local-beyonds-copy-block h2, .local-beyonds-cta h2, .cta-panel__title, .cta-panel h2, .audit-split__copy h2, .audit-form-copy h2, .audit-trust__panel h2, .wordpress-split__copy h2, .wordpress-conversion__panel h2, .seo-geo-not__copy h2, .offres-detail__copy h2, .contact-form-copy h2) {
    font-size: 1.42rem !important;
  }
}

@media (max-width: 640px) {
  body.site-page:not(.magic-scroll-active):is(
    .page-audit-gratuit,
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-contact,
    .page-a-propos,
    .page-services,
    .page-blog,
    .page-blog-article,
    [class*="page-agence-"],
    [class*="page-developpement-"],
    .page-creation-site-vitrine-paris,
    .page-creation-landing-page-paris,
    .page-creation-application-web-mobile-paris,
    .page-automatisation-ia-crm-paris
  ) :where(.hero-cloud__title.hero-title, .local-beyonds-hero h1, .ww-blog-hero h1) {
    font-size: 0.98rem !important;
    max-width: calc(100vw - 22px) !important;
  }

  body.site-page:not(.magic-scroll-active):is(
    .page-audit-gratuit,
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-contact,
    .page-a-propos,
    .page-services,
    .page-blog,
    .page-blog-article,
    [class*="page-agence-"],
    [class*="page-developpement-"],
    .page-creation-site-vitrine-paris,
    .page-creation-landing-page-paris,
    .page-creation-application-web-mobile-paris,
    .page-automatisation-ia-crm-paris
  ) :where(.section-heading h2, .local-beyonds-section__heading h2, .local-beyonds-copy-block h2, .local-beyonds-cta h2, .cta-panel__title, .cta-panel h2, .audit-split__copy h2, .audit-form-copy h2, .audit-trust__panel h2, .wordpress-split__copy h2, .wordpress-conversion__panel h2, .seo-geo-not__copy h2, .offres-detail__copy h2, .contact-form-copy h2) {
    font-size: 0.98rem !important;
    max-width: calc(100vw - 22px) !important;
  }

  body.site-page:not(.magic-scroll-active):is(
    .page-audit-gratuit,
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-contact,
    .page-a-propos,
    .page-services,
    .page-blog,
    .page-blog-article,
    [class*="page-agence-"],
    [class*="page-developpement-"],
    .page-creation-site-vitrine-paris,
    .page-creation-landing-page-paris,
    .page-creation-application-web-mobile-paris,
    .page-automatisation-ia-crm-paris
  ) :where(.hero-cloud__actions, .page-intro__actions, .cta-panel__actions, .form-actions, .local-beyonds-actions, .ww-blog-hero__actions) {
    display: grid !important;
    justify-items: stretch !important;
    width: 100% !important;
  }
}

/* Specificity lock for the internal-page single-line title request. */
body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) .hero-cloud__title.hero-title,
body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) .local-beyonds-hero h1,
body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) .ww-blog-hero h1 {
  color: var(--internal-heading) !important;
  font-size: 3rem !important;
  line-height: 1.05 !important;
  max-width: calc(100vw - 36px) !important;
  overflow: visible !important;
  overflow-wrap: normal !important;
  text-align: center !important;
  text-wrap: nowrap !important;
  white-space: nowrap !important;
  word-break: normal !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) .hero-cloud__title.hero-title span {
  display: inline !important;
  white-space: nowrap !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) .section-heading h2,
body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) .cta-panel__title,
body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) .local-beyonds-section__heading h2,
body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) .local-beyonds-copy-block h2,
body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) .local-beyonds-cta h2 {
  color: var(--internal-heading) !important;
  font-size: 2.55rem !important;
  line-height: 1.05 !important;
  max-width: calc(100vw - 36px) !important;
  overflow: visible !important;
  overflow-wrap: normal !important;
  text-align: center !important;
  text-wrap: nowrap !important;
  white-space: nowrap !important;
  word-break: normal !important;
}

@media (max-width: 1280px) {
  body.site-page:not(.magic-scroll-active):is(.page-audit-gratuit, .page-creation-site-wordpress, .page-seo-geo, .page-ia-automatisations, .page-offres, .page-contact, .page-a-propos, .page-services, .page-blog, .page-blog-article, [class*="page-agence-"], [class*="page-developpement-"], .page-creation-site-vitrine-paris, .page-creation-landing-page-paris, .page-creation-application-web-mobile-paris, .page-automatisation-ia-crm-paris) :is(.hero-cloud__title.hero-title, .local-beyonds-hero h1, .ww-blog-hero h1) {
    font-size: 2.25rem !important;
  }

  body.site-page:not(.magic-scroll-active):is(.page-audit-gratuit, .page-creation-site-wordpress, .page-seo-geo, .page-ia-automatisations, .page-offres, .page-contact, .page-a-propos, .page-services, .page-blog, .page-blog-article, [class*="page-agence-"], [class*="page-developpement-"], .page-creation-site-vitrine-paris, .page-creation-landing-page-paris, .page-creation-application-web-mobile-paris, .page-automatisation-ia-crm-paris) :is(.section-heading h2, .cta-panel__title, .local-beyonds-section__heading h2, .local-beyonds-copy-block h2, .local-beyonds-cta h2) {
    font-size: 2rem !important;
  }
}

@media (max-width: 920px) {
  body.site-page:not(.magic-scroll-active):is(.page-audit-gratuit, .page-creation-site-wordpress, .page-seo-geo, .page-ia-automatisations, .page-offres, .page-contact, .page-a-propos, .page-services, .page-blog, .page-blog-article, [class*="page-agence-"], [class*="page-developpement-"], .page-creation-site-vitrine-paris, .page-creation-landing-page-paris, .page-creation-application-web-mobile-paris, .page-automatisation-ia-crm-paris) :is(.hero-cloud__title.hero-title, .local-beyonds-hero h1, .ww-blog-hero h1) {
    font-size: 1.58rem !important;
  }

  body.site-page:not(.magic-scroll-active):is(.page-audit-gratuit, .page-creation-site-wordpress, .page-seo-geo, .page-ia-automatisations, .page-offres, .page-contact, .page-a-propos, .page-services, .page-blog, .page-blog-article, [class*="page-agence-"], [class*="page-developpement-"], .page-creation-site-vitrine-paris, .page-creation-landing-page-paris, .page-creation-application-web-mobile-paris, .page-automatisation-ia-crm-paris) :is(.section-heading h2, .cta-panel__title, .local-beyonds-section__heading h2, .local-beyonds-copy-block h2, .local-beyonds-cta h2) {
    font-size: 1.42rem !important;
  }
}

@media (max-width: 640px) {
  body.site-page:not(.magic-scroll-active):is(.page-audit-gratuit, .page-creation-site-wordpress, .page-seo-geo, .page-ia-automatisations, .page-offres, .page-contact, .page-a-propos, .page-services, .page-blog, .page-blog-article, [class*="page-agence-"], [class*="page-developpement-"], .page-creation-site-vitrine-paris, .page-creation-landing-page-paris, .page-creation-application-web-mobile-paris, .page-automatisation-ia-crm-paris) :is(.hero-cloud__title.hero-title, .local-beyonds-hero h1, .ww-blog-hero h1, .section-heading h2, .cta-panel__title, .local-beyonds-section__heading h2, .local-beyonds-copy-block h2, .local-beyonds-cta h2) {
    font-size: 0.98rem !important;
    max-width: calc(100vw - 22px) !important;
  }
}

/* Keep single-line titles fully visible, not clipped, on desktop/tablet internal pages. */
body.site-page:not(.magic-scroll-active):is(.page-audit-gratuit, .page-creation-site-wordpress, .page-seo-geo, .page-ia-automatisations, .page-offres, .page-contact, .page-a-propos, .page-services, .page-blog, .page-blog-article, [class*="page-agence-"], [class*="page-developpement-"], .page-creation-site-vitrine-paris, .page-creation-landing-page-paris, .page-creation-application-web-mobile-paris, .page-automatisation-ia-crm-paris) :is(.hero-cloud__title.hero-title, .local-beyonds-hero h1, .ww-blog-hero h1) {
  font-size: 2.2rem !important;
}

body.site-page:not(.magic-scroll-active):is(.page-audit-gratuit, .page-creation-site-wordpress, .page-seo-geo, .page-ia-automatisations, .page-offres, .page-contact, .page-a-propos, .page-services, .page-blog, .page-blog-article, [class*="page-agence-"], [class*="page-developpement-"], .page-creation-site-vitrine-paris, .page-creation-landing-page-paris, .page-creation-application-web-mobile-paris, .page-automatisation-ia-crm-paris) :is(.section-heading h2, .cta-panel__title, .local-beyonds-section__heading h2, .local-beyonds-copy-block h2, .local-beyonds-cta h2) {
  font-size: 1.7rem !important;
}

@media (max-width: 1500px) {
  body.site-page:not(.magic-scroll-active):is(.page-audit-gratuit, .page-creation-site-wordpress, .page-seo-geo, .page-ia-automatisations, .page-offres, .page-contact, .page-a-propos, .page-services, .page-blog, .page-blog-article, [class*="page-agence-"], [class*="page-developpement-"], .page-creation-site-vitrine-paris, .page-creation-landing-page-paris, .page-creation-application-web-mobile-paris, .page-automatisation-ia-crm-paris) :is(.hero-cloud__title.hero-title, .local-beyonds-hero h1, .ww-blog-hero h1) {
    font-size: 2rem !important;
  }

  body.site-page:not(.magic-scroll-active):is(.page-audit-gratuit, .page-creation-site-wordpress, .page-seo-geo, .page-ia-automatisations, .page-offres, .page-contact, .page-a-propos, .page-services, .page-blog, .page-blog-article, [class*="page-agence-"], [class*="page-developpement-"], .page-creation-site-vitrine-paris, .page-creation-landing-page-paris, .page-creation-application-web-mobile-paris, .page-automatisation-ia-crm-paris) :is(.section-heading h2, .cta-panel__title, .local-beyonds-section__heading h2, .local-beyonds-copy-block h2, .local-beyonds-cta h2) {
    font-size: 1.45rem !important;
  }
}

@media (max-width: 1280px) {
  body.site-page:not(.magic-scroll-active):is(.page-audit-gratuit, .page-creation-site-wordpress, .page-seo-geo, .page-ia-automatisations, .page-offres, .page-contact, .page-a-propos, .page-services, .page-blog, .page-blog-article, [class*="page-agence-"], [class*="page-developpement-"], .page-creation-site-vitrine-paris, .page-creation-landing-page-paris, .page-creation-application-web-mobile-paris, .page-automatisation-ia-crm-paris) :is(.hero-cloud__title.hero-title, .local-beyonds-hero h1, .ww-blog-hero h1) {
    font-size: 1.72rem !important;
  }

  body.site-page:not(.magic-scroll-active):is(.page-audit-gratuit, .page-creation-site-wordpress, .page-seo-geo, .page-ia-automatisations, .page-offres, .page-contact, .page-a-propos, .page-services, .page-blog, .page-blog-article, [class*="page-agence-"], [class*="page-developpement-"], .page-creation-site-vitrine-paris, .page-creation-landing-page-paris, .page-creation-application-web-mobile-paris, .page-automatisation-ia-crm-paris) :is(.section-heading h2, .cta-panel__title, .local-beyonds-section__heading h2, .local-beyonds-copy-block h2, .local-beyonds-cta h2) {
    font-size: 1.24rem !important;
  }
}

@media (max-width: 920px) {
  body.site-page:not(.magic-scroll-active):is(.page-audit-gratuit, .page-creation-site-wordpress, .page-seo-geo, .page-ia-automatisations, .page-offres, .page-contact, .page-a-propos, .page-services, .page-blog, .page-blog-article, [class*="page-agence-"], [class*="page-developpement-"], .page-creation-site-vitrine-paris, .page-creation-landing-page-paris, .page-creation-application-web-mobile-paris, .page-automatisation-ia-crm-paris) :is(.hero-cloud__title.hero-title, .local-beyonds-hero h1, .ww-blog-hero h1) {
    font-size: 1.25rem !important;
  }

  body.site-page:not(.magic-scroll-active):is(.page-audit-gratuit, .page-creation-site-wordpress, .page-seo-geo, .page-ia-automatisations, .page-offres, .page-contact, .page-a-propos, .page-services, .page-blog, .page-blog-article, [class*="page-agence-"], [class*="page-developpement-"], .page-creation-site-vitrine-paris, .page-creation-landing-page-paris, .page-creation-application-web-mobile-paris, .page-automatisation-ia-crm-paris) :is(.section-heading h2, .cta-panel__title, .local-beyonds-section__heading h2, .local-beyonds-copy-block h2, .local-beyonds-cta h2) {
    font-size: 1rem !important;
  }
}

@media (max-width: 640px) {
  body.site-page:not(.magic-scroll-active):is(.page-audit-gratuit, .page-creation-site-wordpress, .page-seo-geo, .page-ia-automatisations, .page-offres, .page-contact, .page-a-propos, .page-services, .page-blog, .page-blog-article, [class*="page-agence-"], [class*="page-developpement-"], .page-creation-site-vitrine-paris, .page-creation-landing-page-paris, .page-creation-application-web-mobile-paris, .page-automatisation-ia-crm-paris) :is(.hero-cloud__title.hero-title, .local-beyonds-hero h1, .ww-blog-hero h1) {
    font-size: 0.78rem !important;
  }

  body.site-page:not(.magic-scroll-active):is(.page-audit-gratuit, .page-creation-site-wordpress, .page-seo-geo, .page-ia-automatisations, .page-offres, .page-contact, .page-a-propos, .page-services, .page-blog, .page-blog-article, [class*="page-agence-"], [class*="page-developpement-"], .page-creation-site-vitrine-paris, .page-creation-landing-page-paris, .page-creation-application-web-mobile-paris, .page-automatisation-ia-crm-paris) :is(.section-heading h2, .cta-panel__title, .local-beyonds-section__heading h2, .local-beyonds-copy-block h2, .local-beyonds-cta h2) {
    font-size: 0.72rem !important;
  }
}

/* CoachVisible method: final readable redesign. */
body.page-coachvisible .coachvisible-next .cv-next-method,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method {
  --cv-method-bg: #f6fbfa;
  --cv-method-ink: #082f39;
  --cv-method-muted: #355960;
  --cv-method-line: rgba(8, 47, 57, 0.13);
  --cv-method-card: #ffffff;
  --cv-method-teal: #007a86;
  --cv-method-copper: #b9704f;
  background:
    linear-gradient(rgba(8, 47, 57, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 47, 57, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, var(--cv-method-bg) 52%, #eef8f5 100%) !important;
  background-size: 44px 44px, 44px 44px, auto !important;
  border-block: 1px solid var(--cv-method-line) !important;
  color: var(--cv-method-ink) !important;
  isolation: isolate !important;
  overflow: clip !important;
  padding-block: clamp(72px, 8vw, 118px) !important;
  position: relative !important;
}

body.page-coachvisible .coachvisible-next .cv-next-method::before,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method::before {
  background:
    linear-gradient(135deg, rgba(0, 122, 134, 0.1), rgba(185, 112, 79, 0.08));
  content: "" !important;
  inset: auto -8% -24% 56% !important;
  pointer-events: none !important;
  position: absolute !important;
  top: 18% !important;
  transform: rotate(-8deg) !important;
  z-index: -1 !important;
}

body.page-coachvisible .coachvisible-next .cv-next-method__grid,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method__grid {
  align-items: start !important;
  display: grid !important;
  gap: clamp(32px, 5vw, 72px) !important;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr) !important;
}

body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-heading,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-heading {
  align-content: start !important;
  background: transparent !important;
  box-shadow: none !important;
  margin: 0 !important;
  max-width: 33rem !important;
  padding: 0 !important;
  position: sticky !important;
  text-align: left !important;
  top: calc(var(--magic-header-h, 84px) + 36px) !important;
}

body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-eyebrow,
body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-step > span,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-eyebrow,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-step > span {
  color: var(--cv-method-teal) !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-eyebrow,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-eyebrow {
  background: rgba(255, 255, 255, 0.76) !important;
  border: 1px solid var(--cv-method-line) !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  justify-self: start !important;
  letter-spacing: 0.09em !important;
  margin: 0 0 18px !important;
  padding: 8px 12px !important;
}

body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-heading h2,
body.page-coachvisible .coachvisible-next .cv-next-method :where(h2, h3, strong),
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-heading h2,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method :where(h2, h3, strong) {
  color: var(--cv-method-ink) !important;
  text-shadow: none !important;
}

body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-heading h2,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-heading h2 {
  font-size: clamp(2.4rem, 4.4vw, 4.6rem) !important;
  line-height: 1.01 !important;
  max-width: 11.5ch !important;
  text-wrap: balance !important;
}

body.page-coachvisible .coachvisible-next .cv-next-method :where(p, li),
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method :where(p, li) {
  color: var(--cv-method-muted) !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-steps,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-steps {
  align-items: stretch !important;
  display: grid !important;
  gap: clamp(16px, 2vw, 24px) !important;
  grid-template-columns: repeat(2, minmax(260px, 1fr)) !important;
  margin: 0 !important;
  min-width: 0 !important;
}

body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-step,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-step {
  align-content: start !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 253, 252, 0.96)) !important;
  border: 1px solid var(--cv-method-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 48px rgba(8, 47, 57, 0.08) !important;
  color: var(--cv-method-ink) !important;
  display: grid !important;
  gap: 14px !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding: clamp(20px, 2vw, 28px) !important;
}

body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-step:nth-child(even),
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-step:nth-child(even) {
  border-color: rgba(185, 112, 79, 0.2) !important;
}

body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-step > span,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-step > span {
  align-items: center !important;
  background: rgba(0, 122, 134, 0.09) !important;
  border: 1px solid rgba(0, 122, 134, 0.15) !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  height: 32px !important;
  justify-content: center !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 12px !important;
  width: max-content !important;
}

body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-step:nth-child(even) > span,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-step:nth-child(even) > span {
  background: rgba(185, 112, 79, 0.1) !important;
  border-color: rgba(185, 112, 79, 0.16) !important;
  color: var(--cv-method-copper) !important;
}

body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-step h3,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-step h3 {
  color: var(--cv-method-ink) !important;
  font-size: clamp(1.18rem, 1.35vw, 1.42rem) !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 1.12 !important;
  margin: 0 !important;
  max-width: 16rem !important;
  overflow-wrap: normal !important;
  text-wrap: balance !important;
  word-break: normal !important;
}

body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-step p,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-step p {
  color: var(--cv-method-muted) !important;
  font-size: clamp(0.95rem, 1vw, 1.02rem) !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  max-width: 34rem !important;
  opacity: 1 !important;
}

@media (min-width: 1180px) {
  body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-step:nth-child(3),
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-step:nth-child(3) {
    margin-top: 18px !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-step:nth-child(4),
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-step:nth-child(4) {
    margin-top: 18px !important;
  }
}

@media (max-width: 1120px) {
  body.page-coachvisible .coachvisible-next .cv-next-method__grid,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method__grid {
    grid-template-columns: 1fr !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-heading,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-heading {
    max-width: 48rem !important;
    position: static !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-heading h2,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-heading h2 {
    max-width: 15ch !important;
  }
}

@media (max-width: 720px) {
  body.page-coachvisible .coachvisible-next .cv-next-method,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method {
    background-size: 34px 34px, 34px 34px, auto !important;
    padding-block: 56px !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-heading h2,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-heading h2 {
    font-size: clamp(2rem, 9vw, 2.65rem) !important;
    max-width: 100% !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-steps,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-steps {
    grid-template-columns: 1fr !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-step,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-step {
    padding: 20px !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-step h3,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-step h3 {
    font-size: 1.18rem !important;
    max-width: none !important;
  }
}

/* Home problem section: align with the white "six pieces" proof system. */
body.page-home .magic-home-v3 .magic-who.magic-problem,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem {
  animation: none !important;
  background:
    linear-gradient(to right, rgba(20, 92, 255, 0.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(20, 92, 255, 0.036) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 54%, #eef8ff 100%) !important;
  background-size: 72px 72px, 72px 72px, auto !important;
  color: #07111f !important;
  display: block !important;
  min-height: auto !important;
  overflow: clip !important;
  padding: clamp(84px, 9vw, 132px) var(--ww-final-gutter, var(--magic-gutter)) !important;
}

body.page-home .magic-home-v3 .magic-who.magic-problem .magic-who__sticky,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem .magic-who__sticky {
  align-content: start !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: relative !important;
  top: auto !important;
}

body.page-home .magic-home-v3 .magic-who.magic-problem .magic-who__copy-wrap,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem .magic-who__copy-wrap {
  display: grid !important;
  gap: clamp(16px, 2.4vw, 28px) !important;
  justify-items: center !important;
  margin-inline: auto !important;
  max-width: min(1120px, 100%) !important;
  text-align: center !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-who.magic-problem :is(.magic-section__kicker, .magic-who__title, .magic-who__copy, .magic-who__response),
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem :is(.magic-section__kicker, .magic-who__title, .magic-who__copy, .magic-who__response) {
  text-shadow: none !important;
}

body.page-home .magic-home-v3 .magic-who.magic-problem .magic-section__kicker,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem .magic-section__kicker {
  color: #145cff !important;
}

body.page-home .magic-home-v3 .magic-who.magic-problem .magic-who__title,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem .magic-who__title {
  color: #07111f !important;
  font-size: clamp(2.65rem, 5vw, 5.35rem) !important;
  line-height: 0.94 !important;
  max-width: 13ch !important;
}

body.page-home .magic-home-v3 .magic-who.magic-problem :is(.magic-who__copy, .magic-who__response),
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem :is(.magic-who__copy, .magic-who__response) {
  color: rgba(7, 17, 31, 0.68) !important;
  font-size: clamp(1rem, 1.2vw, 1.16rem) !important;
  line-height: 1.6 !important;
  max-width: 50rem !important;
}

body.page-home .magic-home-v3 .magic-who.magic-problem .magic-who__actions,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem .magic-who__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}

body.page-home .magic-home-v3 .magic-who.magic-problem .magic-who__trust,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem .magic-who__trust {
  align-items: stretch !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: clamp(18px, 3.5vw, 38px) auto 0 !important;
  max-width: 1120px !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-who.magic-problem .magic-who__trust-card,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem .magic-who__trust-card {
  align-content: start !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(7, 17, 31, 0.1) !important;
  border-radius: 8px !important;
  box-shadow: 0 24px 70px rgba(20, 92, 255, 0.08) !important;
  color: #07111f !important;
  display: grid !important;
  gap: 12px !important;
  grid-template-rows: auto auto auto !important;
  min-height: 0 !important;
  min-width: 0 !important;
  padding: clamp(18px, 1.8vw, 22px) !important;
  text-align: left !important;
}

body.page-home .magic-home-v3 .magic-who.magic-problem .magic-who__trust-card span,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem .magic-who__trust-card span {
  color: #145cff !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
}

body.page-home .magic-home-v3 .magic-who.magic-problem .magic-who__trust-card strong,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem .magic-who__trust-card strong {
  color: #07111f !important;
  font-size: clamp(1.04rem, 1.25vw, 1.22rem) !important;
  line-height: 1.08 !important;
  text-wrap: nowrap !important;
  white-space: nowrap !important;
}

body.page-home .magic-home-v3 .magic-who.magic-problem .magic-who__trust-card p,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem .magic-who__trust-card p {
  color: rgba(7, 17, 31, 0.64) !important;
  font-size: 0.98rem !important;
  line-height: 1.58 !important;
  margin: 0 !important;
}

body.page-home .magic-home-v3 .magic-who.magic-problem .magic-who__trust-card em,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem .magic-who__trust-card em {
  align-self: end !important;
  color: #07111f !important;
  font-style: normal !important;
  font-weight: 900 !important;
  margin-top: 8px !important;
}

@media (max-width: 1024px) {
  body.page-home .magic-home-v3 .magic-who.magic-problem,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem {
    display: block !important;
  }
}

@media (max-width: 860px) {
  body.page-home .magic-home-v3 .magic-who.magic-problem,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem {
    padding: clamp(62px, 12vw, 86px) var(--ww-mobile-gutter, 18px) !important;
  }

  body.page-home .magic-home-v3 .magic-who.magic-problem .magic-who__title,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem .magic-who__title {
    font-size: clamp(2.25rem, 10vw, 3.35rem) !important;
    max-width: 11.5ch !important;
  }

  body.page-home .magic-home-v3 .magic-who.magic-problem .magic-who__actions,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem .magic-who__actions {
    display: grid !important;
    justify-items: stretch !important;
    max-width: 22rem !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-who.magic-problem :is(.magic-who__primary, .magic-who__secondary),
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem :is(.magic-who__primary, .magic-who__secondary) {
    min-width: 0 !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-who.magic-problem .magic-who__trust,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem .magic-who__trust {
    grid-template-columns: 1fr !important;
    max-width: min(100%, 420px) !important;
  }

  body.page-home .magic-home-v3 .magic-who.magic-problem .magic-who__trust-card,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem .magic-who__trust-card {
    min-height: 0 !important;
    text-align: left !important;
  }
}

/* Internal titles: one line only when it naturally fits; long titles wrap cleanly. */
body.site-page:not(.magic-scroll-active):is(.page-audit-gratuit, .page-creation-site-wordpress, .page-seo-geo, .page-ia-automatisations, .page-offres, .page-contact, .page-a-propos, .page-services, .page-blog, .page-blog-article, [class*="page-agence-"], [class*="page-developpement-"], .page-creation-site-vitrine-paris, .page-creation-landing-page-paris, .page-creation-application-web-mobile-paris, .page-automatisation-ia-crm-paris) :is(.hero-cloud__title.hero-title, .local-beyonds-hero h1, .ww-blog-hero h1) {
  color: var(--internal-heading) !important;
  font-size: clamp(2.15rem, 4vw, 4.8rem) !important;
  line-height: 1.02 !important;
  margin-inline: auto !important;
  max-width: min(100%, 48rem) !important;
  overflow-wrap: normal !important;
  text-align: center !important;
  text-wrap: balance !important;
  white-space: normal !important;
  word-break: normal !important;
}

body.site-page:not(.magic-scroll-active):is(.page-audit-gratuit, .page-creation-site-wordpress, .page-seo-geo, .page-ia-automatisations, .page-offres, .page-contact, .page-a-propos, .page-services, .page-blog, .page-blog-article, [class*="page-agence-"], [class*="page-developpement-"], .page-creation-site-vitrine-paris, .page-creation-landing-page-paris, .page-creation-application-web-mobile-paris, .page-automatisation-ia-crm-paris) .hero-cloud__title.hero-title span {
  display: inline !important;
  white-space: normal !important;
}

body.site-page:not(.magic-scroll-active):is(.page-audit-gratuit, .page-creation-site-wordpress, .page-seo-geo, .page-ia-automatisations, .page-offres, .page-contact, .page-a-propos, .page-services, .page-blog, .page-blog-article, [class*="page-agence-"], [class*="page-developpement-"], .page-creation-site-vitrine-paris, .page-creation-landing-page-paris, .page-creation-application-web-mobile-paris, .page-automatisation-ia-crm-paris) :is(.section-heading h2, .cta-panel__title, .local-beyonds-section__heading h2, .local-beyonds-copy-block h2, .local-beyonds-cta h2, .audit-split__copy h2, .audit-form-copy h2, .audit-trust__panel h2, .wordpress-split__copy h2, .wordpress-conversion__panel h2, .seo-geo-not__copy h2, .offres-detail__copy h2, .contact-form-copy h2) {
  color: var(--internal-heading) !important;
  font-size: clamp(1.85rem, 3.1vw, 3.8rem) !important;
  line-height: 1.05 !important;
  margin-inline: auto !important;
  max-width: min(100%, 48rem) !important;
  overflow-wrap: normal !important;
  text-align: center !important;
  text-wrap: balance !important;
  white-space: normal !important;
  word-break: normal !important;
}

@media (max-width: 640px) {
  body.site-page:not(.magic-scroll-active):is(.page-audit-gratuit, .page-creation-site-wordpress, .page-seo-geo, .page-ia-automatisations, .page-offres, .page-contact, .page-a-propos, .page-services, .page-blog, .page-blog-article, [class*="page-agence-"], [class*="page-developpement-"], .page-creation-site-vitrine-paris, .page-creation-landing-page-paris, .page-creation-application-web-mobile-paris, .page-automatisation-ia-crm-paris) :is(.hero-cloud__title.hero-title, .local-beyonds-hero h1, .ww-blog-hero h1) {
    font-size: clamp(1.75rem, 8.4vw, 2.55rem) !important;
    max-width: min(100%, 22rem) !important;
  }

  body.site-page:not(.magic-scroll-active):is(.page-audit-gratuit, .page-creation-site-wordpress, .page-seo-geo, .page-ia-automatisations, .page-offres, .page-contact, .page-a-propos, .page-services, .page-blog, .page-blog-article, [class*="page-agence-"], [class*="page-developpement-"], .page-creation-site-vitrine-paris, .page-creation-landing-page-paris, .page-creation-application-web-mobile-paris, .page-automatisation-ia-crm-paris) :is(.section-heading h2, .cta-panel__title, .local-beyonds-section__heading h2, .local-beyonds-copy-block h2, .local-beyonds-cta h2, .audit-split__copy h2, .audit-form-copy h2, .audit-trust__panel h2, .wordpress-split__copy h2, .wordpress-conversion__panel h2, .seo-geo-not__copy h2, .offres-detail__copy h2, .contact-form-copy h2) {
    font-size: clamp(1.45rem, 7.2vw, 2.1rem) !important;
    max-width: min(100%, 22rem) !important;
  }
}

/* Internal spacing lock after removing decorative hero visuals. */
body.site-page:not(.magic-scroll-active):is(.page-audit-gratuit, .page-creation-site-wordpress, .page-seo-geo, .page-ia-automatisations, .page-offres, .page-contact, .page-a-propos, .page-services, .page-blog, .page-blog-article, [class*="page-agence-"], [class*="page-developpement-"], .page-creation-site-vitrine-paris, .page-creation-landing-page-paris, .page-creation-application-web-mobile-paris, .page-automatisation-ia-crm-paris) .hero-cloud {
  min-height: 0 !important;
  padding-bottom: clamp(24px, 3.2vw, 42px) !important;
  padding-top: calc(var(--header-height, 82px) + clamp(32px, 5vw, 64px)) !important;
}

body.site-page:not(.magic-scroll-active):is(.page-audit-gratuit, .page-creation-site-wordpress, .page-seo-geo, .page-ia-automatisations, .page-offres, .page-contact, .page-a-propos, .page-services, .page-blog, .page-blog-article, [class*="page-agence-"], [class*="page-developpement-"], .page-creation-site-vitrine-paris, .page-creation-landing-page-paris, .page-creation-application-web-mobile-paris, .page-automatisation-ia-crm-paris) :is(.section, .section-cloud, .section-shell, .section-tight, .local-beyonds-section) {
  padding-block: clamp(34px, 4.8vw, 72px) !important;
}

body.site-page:not(.magic-scroll-active).page-contact .contact-form-section {
  padding-top: clamp(28px, 3.8vw, 48px) !important;
}

body.site-page:not(.magic-scroll-active).page-contact :where(.contact-form-layout, .contact-form-copy) {
  width: 100% !important;
}

/* Contact page: remove the old full-screen hero rhythm now that the visual is gone. */
body.site-page.page-contact:not(.magic-scroll-active) .hero-cloud {
  min-height: 0 !important;
  padding-bottom: 24px !important;
  padding-top: calc(var(--header-height, 82px) + 24px) !important;
}

body.site-page.page-contact:not(.magic-scroll-active) .hero-cloud__inner,
body.site-page.page-contact:not(.magic-scroll-active) .hero-cloud__content {
  align-content: start !important;
  align-items: start !important;
  gap: 16px !important;
  justify-content: center !important;
  justify-items: center !important;
  min-height: 0 !important;
  padding: 0 !important;
}

body.site-page.page-contact:not(.magic-scroll-active) .hero-cloud__content {
  max-width: min(100%, 920px) !important;
}

body.site-page.page-contact:not(.magic-scroll-active) .hero-cloud__actions {
  gap: 12px !important;
  margin-top: 4px !important;
}

body.site-page.page-contact:not(.magic-scroll-active) .hero-cloud__badges {
  margin-top: 10px !important;
}

body.site-page.page-contact:not(.magic-scroll-active) .contact-form-section {
  padding-top: 24px !important;
}

body.site-page.page-contact:not(.magic-scroll-active) .contact-form-layout {
  gap: 22px !important;
}

body.site-page.page-contact:not(.magic-scroll-active) .contact-form-copy {
  gap: 14px !important;
}

body.site-page.page-contact:not(.magic-scroll-active) .contact-form-copy h2 + p,
body.site-page.page-contact:not(.magic-scroll-active) .contact-local-note {
  max-width: min(100%, 760px) !important;
}

/* Contact page: final compact spacing, no giant empty band between hero and form. */
body.site-page.page-contact:not(.magic-scroll-active) .hero-cloud {
  align-items: start !important;
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  padding-block: calc(var(--header-height, 82px) + 22px) 22px !important;
}

body.site-page.page-contact:not(.magic-scroll-active) .hero-cloud__inner {
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: 1fr !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  place-items: center !important;
}

body.site-page.page-contact:not(.magic-scroll-active) .hero-cloud__content {
  align-items: center !important;
  display: grid !important;
  gap: 14px !important;
  justify-items: center !important;
  max-width: min(100%, 860px) !important;
  text-align: center !important;
}

body.site-page.page-contact:not(.magic-scroll-active) .hero-cloud__title.hero-title {
  margin-bottom: 0 !important;
}

body.site-page.page-contact:not(.magic-scroll-active) .hero-cloud__subtitle {
  margin: 0 !important;
}

body.site-page.page-contact:not(.magic-scroll-active) .hero-cloud__actions {
  margin-top: 4px !important;
}

body.site-page.page-contact:not(.magic-scroll-active) .hero-cloud__badges {
  margin-top: 8px !important;
}

body.site-page.page-contact:not(.magic-scroll-active) .contact-form-section {
  padding-block: 22px clamp(42px, 5vw, 72px) !important;
}

body.site-page.page-contact:not(.magic-scroll-active) .contact-form-layout {
  align-items: start !important;
  gap: clamp(18px, 2.8vw, 32px) !important;
}

body.site-page.page-contact:not(.magic-scroll-active) .contact-form-copy {
  gap: 12px !important;
  position: static !important;
}

body.site-page.page-contact:not(.magic-scroll-active) :where(.contact-details, .contact-local-note, .contact-alt) {
  margin-top: 10px !important;
}

/* Home final visual QA pass: tablet/mobile hide the problem manifesto and keep offer cards homogeneous. */
body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__body,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-service-card__body {
  align-content: start !important;
  align-items: center !important;
  justify-items: center !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__eyebrow,
body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card h3,
body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card p,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-service-card__eyebrow,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-service-card h3,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-service-card p {
  margin-inline: auto !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card h3,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-service-card h3 {
  font-size: clamp(2rem, 2.55vw, 3rem) !important;
  line-height: 1.02 !important;
  max-width: min(100%, 24ch) !important;
  text-wrap: normal !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card p,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-service-card p {
  max-width: min(100%, 42rem) !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__meta,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-service-card__meta {
  justify-content: center !important;
}

@media (min-width: 1025px) {
  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading h2,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-services__heading h2 {
    font-size: clamp(3.4rem, 4.2vw, 5rem) !important;
    line-height: 0.98 !important;
    max-width: min(100%, 28ch) !important;
    text-wrap: balance !important;
    white-space: normal !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card h3,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-service-card h3 {
    font-size: clamp(2rem, 2.25vw, 3rem) !important;
    line-height: 1.02 !important;
    white-space: nowrap !important;
  }
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card .magic-card-link,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-service-card .magic-card-link {
  justify-self: center !important;
  margin-inline: auto !important;
}

@media (min-width: 1025px) {
  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__sticky,
  body.page-home .magic-home-v3 .magic-offers-entry .magic-track-wrap,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-services__sticky,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-track-wrap {
    max-width: min(1760px, calc(100vw - 48px)) !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__track,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-services__track {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-service-card {
    min-height: clamp(430px, 30vw, 540px) !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card h3,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-service-card h3 {
    white-space: nowrap !important;
  }
}

@media (max-width: 1024px) {
  body.page-home .magic-home-v3 .magic-who.magic-problem,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem {
    display: none !important;
  }
}

@media (min-width: 761px) and (max-width: 1024px) {
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card,
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card.is-active,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-work--maquettes .magic-work-card,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-work--maquettes .magic-work-card.is-active {
    flex-basis: clamp(340px, 42vw, 390px) !important;
    min-width: clamp(340px, 42vw, 390px) !important;
    width: clamp(340px, 42vw, 390px) !important;
  }
}

/* Mandatory visual guide pass, final cascade lock. Scope: services/local pages only. */
body.site-page:not(.magic-scroll-active) .local-beyonds-page {
  --lb-ink: #102632;
  --lb-heading: #050816;
  --lb-muted: #405766;
  --lb-soft: #eef5ff;
  --lb-paper: #ffffff;
  --lb-line: rgba(5, 8, 22, 0.1);
  --lb-line-strong: rgba(5, 8, 22, 0.18);
  --lb-accent: #145cff;
  --lb-accent-strong: #0f47d4;
  --lb-coral: #19c7dc;
  --lb-deep: #03040a;
  background:
    radial-gradient(circle at 16% 8%, rgba(20, 92, 255, 0.12), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(25, 199, 220, 0.16), transparent 26rem),
    linear-gradient(180deg, #f6f8fb 0%, #ffffff 46%, #eef5ff 100%) !important;
  margin-inline: 0 !important;
  overflow-x: clip !important;
  width: 100% !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-hero,
body.site-page:not(.magic-scroll-active) .local-beyonds-section,
body.site-page:not(.magic-scroll-active) .local-beyonds-cta,
body.site-page:not(.magic-scroll-active) .local-beyonds-strip {
  padding-inline: clamp(18px, 4.8vw, 72px) !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-hero {
  min-height: 0 !important;
  padding-bottom: clamp(48px, 6vw, 84px) !important;
  padding-top: calc(var(--header-height, 82px) + clamp(44px, 5.8vw, 78px)) !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-hero__grid {
  align-items: center !important;
  gap: clamp(28px, 5vw, 76px) !important;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.78fr) !important;
  margin-inline: auto !important;
  max-width: 1180px !important;
  width: 100% !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-hero__copy,
body.site-page:not(.magic-scroll-active) .local-beyonds-section__heading {
  align-items: center !important;
  justify-items: center !important;
  margin-inline: auto !important;
  text-align: center !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-hero h1 {
  font-size: clamp(2.65rem, 5.1vw, 5rem) !important;
  line-height: 1.01 !important;
  max-width: min(100%, 17ch) !important;
  text-wrap: balance !important;
  white-space: normal !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section__heading h2,
body.site-page:not(.magic-scroll-active) .local-beyonds-copy-block h2,
body.site-page:not(.magic-scroll-active) .local-beyonds-cta h2 {
  font-size: clamp(2.15rem, 4vw, 4.15rem) !important;
  line-height: 1.05 !important;
  max-width: min(100%, 18ch) !important;
  text-wrap: balance !important;
  white-space: normal !important;
}

body.site-page:not(.magic-scroll-active) :where(.local-beyonds-lead, .local-beyonds-section__heading > p:not(.local-beyonds-kicker), .local-beyonds-text-grid p, .local-beyonds-copy-block p) {
  color: var(--lb-muted) !important;
  font-size: clamp(1rem, 1.05vw, 1.12rem) !important;
  line-height: 1.68 !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-hero__visual {
  aspect-ratio: 4 / 3 !important;
  box-shadow: 0 28px 74px rgba(5, 8, 22, 0.14) !important;
  max-height: 520px !important;
  min-height: 0 !important;
  width: 100% !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-image-block {
  aspect-ratio: 16 / 10 !important;
  max-height: 460px !important;
  min-height: 0 !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-hero__visual img,
body.site-page:not(.magic-scroll-active) .local-beyonds-image-block img {
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section {
  gap: clamp(24px, 4vw, 48px) !important;
  padding-block: clamp(56px, 7vw, 96px) !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section--image,
body.site-page:not(.magic-scroll-active) .local-beyonds-section--strategy {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr) !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section--dark {
  background:
    radial-gradient(circle at 18% 10%, rgba(25, 199, 220, 0.18), transparent 24rem),
    linear-gradient(135deg, #03040a 0%, #0b1020 100%) !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section--dark .local-beyonds-section__heading {
  max-width: 860px !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section--dark .local-beyonds-section__heading h2 {
  color: #ffffff !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-pain-grid {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin-top: 8px !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-pain-card {
  align-items: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 251, 255, 0.94)),
    radial-gradient(circle at 0 0, rgba(25, 199, 220, 0.12), transparent 10rem) !important;
  border: 1px solid var(--lb-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 44px rgba(5, 8, 22, 0.08) !important;
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  min-height: 78px !important;
  padding: 14px !important;
  text-align: left !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-pain-card span {
  align-items: center !important;
  background: linear-gradient(135deg, #dcecff, #e8faff) !important;
  border: 1px solid rgba(20, 92, 255, 0.12) !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  height: 34px !important;
  justify-content: center !important;
  width: 34px !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-pain-card span::before {
  background: linear-gradient(135deg, #145cff, #19c7dc) !important;
  border-radius: 999px !important;
  content: "" !important;
  height: 10px !important;
  width: 10px !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-pain-card strong {
  color: var(--lb-heading) !important;
  font-size: clamp(0.98rem, 1vw, 1.08rem) !important;
  line-height: 1.22 !important;
  text-wrap: balance !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-deliverables,
body.site-page:not(.magic-scroll-active) .local-beyonds-link-grid {
  gap: 14px !important;
  margin-inline: auto !important;
  max-width: 1180px !important;
  width: 100% !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-deliverables article {
  align-content: start !important;
  gap: 12px !important;
  min-height: 0 !important;
  padding: clamp(18px, 2vw, 24px) !important;
  text-align: left !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-deliverables article strong {
  color: var(--lb-heading) !important;
  font-size: clamp(1.06rem, 1.25vw, 1.28rem) !important;
  line-height: 1.18 !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-deliverables article p {
  color: var(--lb-muted) !important;
  font-size: 0.96rem !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-link-grid a {
  align-content: start !important;
  min-height: 0 !important;
  padding: clamp(18px, 2vw, 24px) !important;
  text-align: left !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section--faq {
  justify-items: center !important;
  text-align: center !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section--faq .faq {
  margin-inline: auto !important;
  max-width: 860px !important;
  width: 100% !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section--faq .faq-item {
  text-align: left !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  justify-content: center !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-btn {
  flex: 0 1 14.5rem !important;
  min-width: min(100%, 14.5rem) !important;
  width: min(100%, 14.5rem) !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-cta {
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: center !important;
  text-align: center !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-cta .local-beyonds-actions {
  justify-content: center !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(.cv-next-hero__visual > img, .cv-next-split__media img, .cv-next-inline-media, .cv-next-seo-mobile-media img) {
  aspect-ratio: 16 / 10 !important;
  height: auto !important;
  max-height: 460px !important;
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(.cv-next-split__media, .cv-next-hero__visual, .cv-next-seo-mobile-media) {
  margin-inline: auto !important;
  max-width: min(100%, 720px) !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  justify-content: center !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-actions .btn,
body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-form button,
body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-local-stats__cta {
  flex: 0 1 14.5rem !important;
  min-width: min(100%, 14.5rem) !important;
  width: min(100%, 14.5rem) !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-faq {
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  text-align: center !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-faq .faq {
  max-width: 860px !important;
  width: 100% !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-faq .faq-item {
  text-align: left !important;
}

@media (max-width: 1180px) {
  body.site-page:not(.magic-scroll-active) .local-beyonds-hero__grid,
  body.site-page:not(.magic-scroll-active) .local-beyonds-section--image,
  body.site-page:not(.magic-scroll-active) .local-beyonds-section--strategy {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-copy-block {
    justify-items: center !important;
    max-width: 760px !important;
    text-align: center !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-pain-grid {
    width: min(100%, 680px) !important;
  }
}

@media (max-width: 920px) {
  body.site-page:not(.magic-scroll-active) .local-beyonds-hero__visual {
    max-height: 360px !important;
    width: min(100%, 620px) !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-image-block {
    max-height: 330px !important;
    width: min(100%, 680px) !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-deliverables,
  body.site-page:not(.magic-scroll-active) .local-beyonds-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(.cv-next-hero__visual > img, .cv-next-split__media img, .cv-next-inline-media, .cv-next-seo-mobile-media img) {
    max-height: 330px !important;
  }
}

@media (max-width: 640px) {
  body.site-page:not(.magic-scroll-active) .local-beyonds-hero,
  body.site-page:not(.magic-scroll-active) .local-beyonds-section,
  body.site-page:not(.magic-scroll-active) .local-beyonds-cta,
  body.site-page:not(.magic-scroll-active) .local-beyonds-strip {
    padding-inline: 18px !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-hero {
    padding-bottom: 42px !important;
    padding-top: calc(var(--header-height, 72px) + 28px) !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-hero h1 {
    font-size: clamp(2.18rem, 10.5vw, 3rem) !important;
    max-width: 12.5ch !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-section__heading h2,
  body.site-page:not(.magic-scroll-active) .local-beyonds-copy-block h2,
  body.site-page:not(.magic-scroll-active) .local-beyonds-cta h2 {
    font-size: clamp(1.85rem, 9vw, 2.55rem) !important;
    max-width: 13ch !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-hero__visual,
  body.site-page:not(.magic-scroll-active) .local-beyonds-image-block {
    max-height: 250px !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-pain-grid,
  body.site-page:not(.magic-scroll-active) .local-beyonds-deliverables,
  body.site-page:not(.magic-scroll-active) .local-beyonds-link-grid,
  body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-local-links__grid {
    grid-template-columns: 1fr !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-actions,
  body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-actions {
    display: grid !important;
    justify-items: stretch !important;
    max-width: 22rem !important;
    width: 100% !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-btn,
  body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-actions .btn,
  body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-form button,
  body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-local-stats__cta {
    min-width: 0 !important;
    width: 100% !important;
  }

  body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(.cv-next-hero__visual > img, .cv-next-split__media img, .cv-next-inline-media, .cv-next-seo-mobile-media img) {
    max-height: 250px !important;
  }
}

/* Mandatory visual guide pass: service/local pages only. Home, CoachVisible and maquettes stay out. */
body.site-page:not(.magic-scroll-active) .local-beyonds-page {
  --lb-ink: #102632;
  --lb-heading: #050816;
  --lb-muted: #405766;
  --lb-soft: #eef5ff;
  --lb-paper: #ffffff;
  --lb-line: rgba(5, 8, 22, 0.1);
  --lb-line-strong: rgba(5, 8, 22, 0.18);
  --lb-accent: #145cff;
  --lb-accent-strong: #0f47d4;
  --lb-coral: #19c7dc;
  --lb-deep: #03040a;
  background:
    radial-gradient(circle at 16% 8%, rgba(20, 92, 255, 0.12), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(25, 199, 220, 0.16), transparent 26rem),
    linear-gradient(180deg, #f6f8fb 0%, #ffffff 46%, #eef5ff 100%) !important;
  margin-inline: 0 !important;
  overflow-x: clip !important;
  width: 100% !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-hero,
body.site-page:not(.magic-scroll-active) .local-beyonds-section,
body.site-page:not(.magic-scroll-active) .local-beyonds-cta,
body.site-page:not(.magic-scroll-active) .local-beyonds-strip {
  padding-inline: clamp(18px, 4.8vw, 72px) !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-hero {
  min-height: 0 !important;
  padding-bottom: clamp(48px, 6vw, 84px) !important;
  padding-top: calc(var(--header-height, 82px) + clamp(44px, 5.8vw, 78px)) !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-hero__grid {
  align-items: center !important;
  gap: clamp(28px, 5vw, 76px) !important;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.78fr) !important;
  margin-inline: auto !important;
  max-width: 1180px !important;
  width: 100% !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-hero__copy,
body.site-page:not(.magic-scroll-active) .local-beyonds-section__heading {
  align-items: center !important;
  justify-items: center !important;
  margin-inline: auto !important;
  text-align: center !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-hero h1 {
  font-size: clamp(2.65rem, 5.1vw, 5rem) !important;
  line-height: 1.01 !important;
  max-width: min(100%, 17ch) !important;
  text-wrap: balance !important;
  white-space: normal !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section__heading h2,
body.site-page:not(.magic-scroll-active) .local-beyonds-copy-block h2,
body.site-page:not(.magic-scroll-active) .local-beyonds-cta h2 {
  font-size: clamp(2.15rem, 4vw, 4.15rem) !important;
  line-height: 1.05 !important;
  max-width: min(100%, 18ch) !important;
  text-wrap: balance !important;
  white-space: normal !important;
}

body.site-page:not(.magic-scroll-active) :where(.local-beyonds-lead, .local-beyonds-section__heading > p:not(.local-beyonds-kicker), .local-beyonds-text-grid p, .local-beyonds-copy-block p) {
  color: var(--lb-muted) !important;
  font-size: clamp(1rem, 1.05vw, 1.12rem) !important;
  line-height: 1.68 !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-hero__visual {
  aspect-ratio: 4 / 3 !important;
  box-shadow: 0 28px 74px rgba(5, 8, 22, 0.14) !important;
  min-height: 0 !important;
  max-height: 520px !important;
  width: 100% !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-image-block {
  aspect-ratio: 16 / 10 !important;
  min-height: 0 !important;
  max-height: 460px !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-hero__visual img,
body.site-page:not(.magic-scroll-active) .local-beyonds-image-block img {
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section {
  gap: clamp(24px, 4vw, 48px) !important;
  padding-block: clamp(56px, 7vw, 96px) !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section--image,
body.site-page:not(.magic-scroll-active) .local-beyonds-section--strategy {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr) !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section--dark {
  background:
    radial-gradient(circle at 18% 10%, rgba(25, 199, 220, 0.18), transparent 24rem),
    linear-gradient(135deg, #03040a 0%, #0b1020 100%) !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section--dark .local-beyonds-section__heading {
  max-width: 860px !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section--dark .local-beyonds-section__heading h2 {
  color: #ffffff !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-pain-grid {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin-top: 8px !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-pain-card {
  align-items: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 251, 255, 0.94)),
    radial-gradient(circle at 0 0, rgba(25, 199, 220, 0.12), transparent 10rem) !important;
  border: 1px solid var(--lb-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 44px rgba(5, 8, 22, 0.08) !important;
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  min-height: 78px !important;
  padding: 14px !important;
  text-align: left !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-pain-card span {
  align-items: center !important;
  background: linear-gradient(135deg, #dcecff, #e8faff) !important;
  border: 1px solid rgba(20, 92, 255, 0.12) !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  height: 34px !important;
  justify-content: center !important;
  width: 34px !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-pain-card span::before {
  background: linear-gradient(135deg, #145cff, #19c7dc) !important;
  border-radius: 999px !important;
  content: "" !important;
  height: 10px !important;
  width: 10px !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-pain-card strong {
  color: var(--lb-heading) !important;
  font-size: clamp(0.98rem, 1vw, 1.08rem) !important;
  line-height: 1.22 !important;
  text-wrap: balance !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-deliverables,
body.site-page:not(.magic-scroll-active) .local-beyonds-link-grid {
  gap: 14px !important;
  margin-inline: auto !important;
  max-width: 1180px !important;
  width: 100% !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-deliverables article {
  align-content: start !important;
  gap: 12px !important;
  min-height: 0 !important;
  padding: clamp(18px, 2vw, 24px) !important;
  text-align: left !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-deliverables article strong {
  color: var(--lb-heading) !important;
  font-size: clamp(1.06rem, 1.25vw, 1.28rem) !important;
  line-height: 1.18 !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-deliverables article p {
  color: var(--lb-muted) !important;
  font-size: 0.96rem !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-link-grid a {
  align-content: start !important;
  min-height: 0 !important;
  padding: clamp(18px, 2vw, 24px) !important;
  text-align: left !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section--faq {
  justify-items: center !important;
  text-align: center !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section--faq .faq {
  margin-inline: auto !important;
  max-width: 860px !important;
  width: 100% !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section--faq .faq-item {
  text-align: left !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  justify-content: center !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-btn {
  flex: 0 1 14.5rem !important;
  min-width: min(100%, 14.5rem) !important;
  width: min(100%, 14.5rem) !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-cta {
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: center !important;
  text-align: center !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-cta .local-beyonds-actions {
  justify-content: center !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(.cv-next-hero__visual > img, .cv-next-split__media img, .cv-next-inline-media, .cv-next-seo-mobile-media img) {
  aspect-ratio: 16 / 10 !important;
  height: auto !important;
  max-height: 460px !important;
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(.cv-next-split__media, .cv-next-hero__visual, .cv-next-seo-mobile-media) {
  margin-inline: auto !important;
  max-width: min(100%, 720px) !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  justify-content: center !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-actions .btn,
body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-form button,
body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-local-stats__cta {
  flex: 0 1 14.5rem !important;
  min-width: min(100%, 14.5rem) !important;
  width: min(100%, 14.5rem) !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-faq {
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  text-align: center !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-faq .faq {
  max-width: 860px !important;
  width: 100% !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-faq .faq-item {
  text-align: left !important;
}

@media (max-width: 1180px) {
  body.site-page:not(.magic-scroll-active) .local-beyonds-hero__grid,
  body.site-page:not(.magic-scroll-active) .local-beyonds-section--image,
  body.site-page:not(.magic-scroll-active) .local-beyonds-section--strategy {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-copy-block {
    justify-items: center !important;
    max-width: 760px !important;
    text-align: center !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-pain-grid {
    width: min(100%, 680px) !important;
  }
}

@media (max-width: 920px) {
  body.site-page:not(.magic-scroll-active) .local-beyonds-hero__visual {
    max-height: 360px !important;
    width: min(100%, 620px) !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-image-block {
    max-height: 330px !important;
    width: min(100%, 680px) !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-deliverables,
  body.site-page:not(.magic-scroll-active) .local-beyonds-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(.cv-next-hero__visual > img, .cv-next-split__media img, .cv-next-inline-media, .cv-next-seo-mobile-media img) {
    max-height: 330px !important;
  }
}

@media (max-width: 640px) {
  body.site-page:not(.magic-scroll-active) .local-beyonds-hero,
  body.site-page:not(.magic-scroll-active) .local-beyonds-section,
  body.site-page:not(.magic-scroll-active) .local-beyonds-cta,
  body.site-page:not(.magic-scroll-active) .local-beyonds-strip {
    padding-inline: 18px !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-hero {
    padding-bottom: 42px !important;
    padding-top: calc(var(--header-height, 72px) + 28px) !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-hero h1 {
    font-size: clamp(2.18rem, 10.5vw, 3rem) !important;
    max-width: 12.5ch !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-section__heading h2,
  body.site-page:not(.magic-scroll-active) .local-beyonds-copy-block h2,
  body.site-page:not(.magic-scroll-active) .local-beyonds-cta h2 {
    font-size: clamp(1.85rem, 9vw, 2.55rem) !important;
    max-width: 13ch !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-hero__visual,
  body.site-page:not(.magic-scroll-active) .local-beyonds-image-block {
    max-height: 250px !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-pain-grid,
  body.site-page:not(.magic-scroll-active) .local-beyonds-deliverables,
  body.site-page:not(.magic-scroll-active) .local-beyonds-link-grid,
  body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-local-links__grid {
    grid-template-columns: 1fr !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-actions,
  body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-actions {
    display: grid !important;
    justify-items: stretch !important;
    max-width: 22rem !important;
    width: 100% !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-btn,
  body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-actions .btn,
  body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-form button,
  body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-local-stats__cta {
    min-width: 0 !important;
    width: 100% !important;
  }

  body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(.cv-next-hero__visual > img, .cv-next-split__media img, .cv-next-inline-media, .cv-next-seo-mobile-media img) {
    max-height: 250px !important;
  }
}

/* Absolute final hierarchy guard: section title > card titles. */
@media (min-width: 1025px) {
  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading h2,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-services__heading h2 {
    font-size: clamp(3.4rem, 4.2vw, 5rem) !important;
    line-height: 0.98 !important;
    max-width: min(100%, 28ch) !important;
    text-wrap: balance !important;
    white-space: normal !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card h3,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-service-card h3 {
    font-size: clamp(2rem, 2.25vw, 3rem) !important;
    line-height: 1.02 !important;
    white-space: nowrap !important;
  }
}

/* Offers hierarchy guard: the section heading must dominate the card headings. */
@media (min-width: 1025px) {
  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading h2,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-services__heading h2 {
    font-size: clamp(3.4rem, 4.2vw, 5rem) !important;
    line-height: 0.98 !important;
    max-width: min(100%, 28ch) !important;
    text-wrap: balance !important;
    white-space: normal !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card h3,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-service-card h3 {
    font-size: clamp(2rem, 2.25vw, 3rem) !important;
    line-height: 1.02 !important;
    white-space: nowrap !important;
  }
}

/* Home tablet cleanup: compact rhythm, centered cards, and no forced empty screens. */
@media (max-width: 1024px) {
  body.page-home .magic-home-v3 {
    --ww-tablet-gutter: clamp(24px, 4vw, 42px);
    --ww-tablet-section-y: clamp(56px, 8vw, 82px);
    --ww-tablet-heading-gap: clamp(12px, 2vw, 18px);
    --ww-tablet-block-gap: clamp(24px, 4vw, 42px);
  }

  body.page-home .magic-home-v3 > .magic-section:not(.magic-intro):not(.ww-bot-only-section):not(.ww-seo-only-section),
  body.page-home .magic-home-v3 > .magic-final {
    height: auto !important;
    min-height: 0 !important;
    padding: var(--ww-tablet-section-y) var(--ww-tablet-gutter) !important;
  }

  body.page-home .magic-home-v3 :is(
    .magic-proof-layer__inner,
    .magic-services__sticky,
    .magic-work__sticky,
    .magic-faq__inner,
    .magic-final__grid
  ) {
    height: auto !important;
    min-height: 0 !important;
    gap: var(--ww-tablet-block-gap) !important;
    max-width: min(100%, 920px) !important;
    padding: 0 !important;
  }

  body.page-home .magic-home-v3 :is(
    .magic-proof-layer__heading,
    .magic-services__heading,
    .magic-work__heading,
    .magic-faq__heading,
    .magic-final__copy
  ) {
    gap: var(--ww-tablet-heading-gap) !important;
    max-width: min(100%, 760px) !important;
  }

  body.page-home .magic-home-v3 :is(
    .magic-proof-layer__heading h2,
    .magic-services__heading h2,
    .magic-work__heading h2,
    .magic-faq__heading h2,
    .magic-final h2
  ) {
    font-size: clamp(2.45rem, 6.2vw, 4rem) !important;
    line-height: 0.98 !important;
    max-width: min(100%, 16ch) !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 :is(
    .magic-proof-layer__heading p:not(.magic-section__kicker),
    .magic-services__heading p,
    .magic-work__heading p,
    .magic-faq__heading p,
    .magic-final__lead
  ) {
    font-size: clamp(1rem, 2vw, 1.12rem) !important;
    line-height: 1.5 !important;
    margin-inline: auto !important;
    max-width: min(100%, 46rem) !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes {
    background:
      radial-gradient(circle at 50% -6%, rgba(101, 216, 255, 0.28), transparent 25rem),
      radial-gradient(circle at 50% 105%, rgba(20, 92, 255, 0.12), transparent 22rem),
      linear-gradient(to right, rgba(20, 92, 255, 0.04) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(20, 92, 255, 0.034) 1px, transparent 1px),
      linear-gradient(180deg, rgba(247, 251, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 55%, rgba(238, 248, 255, 0.95) 100%) !important;
    background-size: auto, auto, 72px 72px, 72px 72px, auto !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading h2 {
    font-size: clamp(3.05rem, 7vw, 4.2rem) !important;
    line-height: 0.95 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading p {
    max-width: min(100%, 46rem) !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__sticky,
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__stage,
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__viewport,
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__indicator {
    max-width: min(100%, 940px) !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__viewport {
    padding-bottom: 12px !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card,
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card.is-active {
    flex-basis: clamp(300px, 38vw, 360px) !important;
    min-height: 500px !important;
    min-width: clamp(300px, 38vw, 360px) !important;
    width: clamp(300px, 38vw, 360px) !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card > img {
    height: clamp(230px, 30vw, 300px) !important;
    object-position: top center !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card__body {
    align-content: start !important;
    justify-items: center !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card h3 {
    font-size: clamp(1.28rem, 2.6vw, 1.72rem) !important;
    line-height: 1.03 !important;
    max-width: 17ch !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card p {
    margin-inline: auto !important;
    max-width: 26ch !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-work-card__actions {
    align-items: center !important;
    justify-items: center !important;
  }

  body.page-home .magic-home-v3 .magic-work-card__action {
    min-height: 50px !important;
    white-space: normal !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-proof-layer__grid,
  body.page-home .magic-home-v3 .magic-services__track {
    gap: clamp(16px, 3vw, 22px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-home .magic-home-v3 .magic-proof-card {
    min-height: 0 !important;
    padding: clamp(24px, 4vw, 34px) !important;
  }

  body.page-home .magic-home-v3 .magic-proof-card strong {
    font-size: clamp(1.12rem, 2.8vw, 1.35rem) !important;
    line-height: 1.1 !important;
    margin-inline: auto !important;
    max-width: 18ch !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-proof-card p,
  body.page-home .magic-home-v3 .magic-proof-card em {
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__sticky {
    padding-block: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card {
    min-height: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__body {
    align-content: start !important;
    align-items: center !important;
    justify-items: center !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__eyebrow,
  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card h3,
  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card p {
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card h3 {
    font-size: clamp(1.55rem, 3.6vw, 2.15rem) !important;
    line-height: 1.02 !important;
    max-width: min(100%, 18ch) !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card p {
    max-width: min(100%, 27rem) !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__meta {
    justify-content: center !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card .magic-card-link {
    justify-self: center !important;
    margin-inline: auto !important;
    min-width: min(100%, 14.5rem) !important;
  }

  body.page-home .magic-home-v3 .magic-faq {
    padding-top: clamp(52px, 7vw, 74px) !important;
  }

  body.page-home .magic-home-v3 .magic-faq__inner {
    gap: clamp(22px, 4vw, 34px) !important;
  }

  body.page-home .magic-home-v3 .magic-faq__heading h2 {
    max-width: min(100%, 15ch) !important;
  }

  body.page-home .magic-home-v3 .magic-final {
    padding-top: clamp(58px, 8vw, 82px) !important;
  }
}

@media (min-width: 761px) and (max-width: 1024px) {
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__rail {
    gap: clamp(18px, 2.6vw, 26px) !important;
  }

  body.page-home .magic-home-v3 .magic-faq__grid {
    margin-inline: auto !important;
    max-width: min(100%, 860px) !important;
  }
}

@media (max-width: 760px) {
  body.page-home .magic-home-v3 > .magic-section:not(.magic-intro):not(.ww-bot-only-section):not(.ww-seo-only-section),
  body.page-home .magic-home-v3 > .magic-final {
    padding-block: clamp(42px, 11vw, 64px) !important;
  }

  body.page-home .magic-home-v3 .magic-faq {
    padding-top: clamp(42px, 10vw, 58px) !important;
  }

  body.page-home .magic-home-v3 .magic-faq__heading h2,
  body.page-home .magic-home-v3 .magic-final h2 {
    font-size: clamp(2.05rem, 9vw, 2.9rem) !important;
    max-width: 13ch !important;
  }

  body.page-home .magic-home-v3 .magic-faq__heading p {
    max-width: min(100%, 24rem) !important;
  }

  body.page-home .magic-home-v3 .magic-faq__grid {
    gap: 10px !important;
  }

  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work__heading h2 {
    white-space: normal !important;
  }
}

/* Contact page: visible, compact details so they do not read as giant empty margins. */
body.site-page.page-contact:not(.magic-scroll-active) .contact-details {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  justify-content: center !important;
  margin-top: 8px !important;
  width: 100% !important;
}

body.site-page.page-contact:not(.magic-scroll-active) .contact-details :where(a, span) {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(16, 38, 50, 0.12) !important;
  border-radius: 999px !important;
  color: var(--internal-heading, #07111f) !important;
  display: inline-flex !important;
  font-size: clamp(0.88rem, 1.35vw, 1rem) !important;
  font-weight: 800 !important;
  justify-content: center !important;
  line-height: 1.1 !important;
  min-height: 36px !important;
  padding: 8px 12px !important;
  text-align: center !important;
}

body.site-page.page-contact:not(.magic-scroll-active) .contact-local-note {
  margin-top: 4px !important;
}

body.site-page.page-contact:not(.magic-scroll-active) .contact-alt {
  gap: 8px !important;
  margin-top: 8px !important;
  padding: clamp(16px, 2.5vw, 22px) !important;
}

/* Absolute home QA guard: keep this at the end of the file. */
body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__body,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-service-card__body {
  align-content: start !important;
  align-items: center !important;
  justify-items: center !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__eyebrow,
body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card h3,
body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card p,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-service-card__eyebrow,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-service-card h3,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-service-card p {
  margin-inline: auto !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card h3,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-service-card h3 {
  font-size: clamp(1.55rem, 2.55vw, 3rem) !important;
  line-height: 1.02 !important;
  max-width: min(100%, 24ch) !important;
  text-wrap: normal !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card p,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-service-card p {
  max-width: min(100%, 42rem) !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card__meta,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-service-card__meta {
  justify-content: center !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card .magic-card-link,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-service-card .magic-card-link {
  justify-self: center !important;
  margin-inline: auto !important;
}

@media (min-width: 1025px) {
  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading h2,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-services__heading h2 {
    font-size: clamp(3.4rem, 4.2vw, 5rem) !important;
    line-height: 0.98 !important;
    max-width: min(100%, 28ch) !important;
    text-wrap: balance !important;
    white-space: normal !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-service-card h3,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-service-card h3 {
    font-size: clamp(2rem, 2.25vw, 3rem) !important;
    line-height: 1.02 !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 1024px) {
  body.page-home .magic-home-v3 .magic-who.magic-problem,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-who.magic-problem {
    display: none !important;
  }
}

@media (min-width: 761px) and (max-width: 1024px) {
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card,
  body.page-home .magic-home-v3 .magic-work--maquettes .magic-work-card.is-active,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-work--maquettes .magic-work-card,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-work--maquettes .magic-work-card.is-active {
    flex-basis: clamp(340px, 42vw, 390px) !important;
    min-width: clamp(340px, 42vw, 390px) !important;
    width: clamp(340px, 42vw, 390px) !important;
  }
}

/* Absolute final service/local QA guard. Home, CoachVisible and maquettes are untouched. */
body.site-page:not(.magic-scroll-active) .local-beyonds-page {
  --lb-heading: #050816;
  --lb-muted: #405766;
  --lb-line: rgba(5, 8, 22, 0.1);
  --lb-accent: #145cff;
  --lb-accent-strong: #0f47d4;
  --lb-coral: #19c7dc;
  background:
    radial-gradient(circle at 16% 8%, rgba(20, 92, 255, 0.12), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(25, 199, 220, 0.16), transparent 26rem),
    linear-gradient(180deg, #f6f8fb 0%, #ffffff 46%, #eef5ff 100%) !important;
  margin-inline: 0 !important;
  overflow-x: clip !important;
  width: 100% !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-hero__grid {
  gap: clamp(28px, 5vw, 76px) !important;
  margin-inline: auto !important;
  max-width: 1180px !important;
  width: 100% !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-hero h1 {
  font-size: clamp(2.65rem, 5.1vw, 5rem) !important;
  line-height: 1.01 !important;
  max-width: min(100%, 17ch) !important;
  text-wrap: balance !important;
  white-space: normal !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section__heading h2,
body.site-page:not(.magic-scroll-active) .local-beyonds-copy-block h2,
body.site-page:not(.magic-scroll-active) .local-beyonds-cta h2 {
  font-size: clamp(2.15rem, 4vw, 4.15rem) !important;
  line-height: 1.05 !important;
  max-width: min(100%, 18ch) !important;
  text-wrap: balance !important;
  white-space: normal !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-hero__visual,
body.site-page:not(.magic-scroll-active) .local-beyonds-image-block {
  min-height: 0 !important;
  overflow: hidden !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-hero__visual {
  aspect-ratio: 4 / 3 !important;
  max-height: 520px !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-image-block {
  aspect-ratio: 16 / 10 !important;
  max-height: 460px !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-hero__visual img,
body.site-page:not(.magic-scroll-active) .local-beyonds-image-block img {
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-pain-grid {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin-top: 8px !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-pain-card {
  align-items: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 251, 255, 0.94)),
    radial-gradient(circle at 0 0, rgba(25, 199, 220, 0.12), transparent 10rem) !important;
  border: 1px solid var(--lb-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 44px rgba(5, 8, 22, 0.08) !important;
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  min-height: 78px !important;
  padding: 14px !important;
  text-align: left !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-pain-card span {
  align-items: center !important;
  background: linear-gradient(135deg, #dcecff, #e8faff) !important;
  border: 1px solid rgba(20, 92, 255, 0.12) !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  height: 34px !important;
  justify-content: center !important;
  width: 34px !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-pain-card span::before {
  background: linear-gradient(135deg, #145cff, #19c7dc) !important;
  border-radius: 999px !important;
  content: "" !important;
  height: 10px !important;
  width: 10px !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-pain-card strong {
  color: var(--lb-heading) !important;
  font-size: clamp(0.98rem, 1vw, 1.08rem) !important;
  line-height: 1.22 !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-deliverables,
body.site-page:not(.magic-scroll-active) .local-beyonds-link-grid {
  gap: 14px !important;
  margin-inline: auto !important;
  max-width: 1180px !important;
  width: 100% !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-deliverables article,
body.site-page:not(.magic-scroll-active) .local-beyonds-link-grid a {
  align-content: start !important;
  min-height: 0 !important;
  padding: clamp(18px, 2vw, 24px) !important;
  text-align: left !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-deliverables article p {
  color: var(--lb-muted) !important;
  font-size: 0.96rem !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section--dark {
  background:
    radial-gradient(circle at 18% 10%, rgba(25, 199, 220, 0.18), transparent 24rem),
    linear-gradient(135deg, #03040a 0%, #0b1020 100%) !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section--dark .local-beyonds-section__heading h2 {
  color: #ffffff !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section--faq {
  justify-items: center !important;
  text-align: center !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section--faq .faq {
  margin-inline: auto !important;
  max-width: 860px !important;
  width: 100% !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-section--faq .faq-item {
  text-align: left !important;
}

body.site-page:not(.magic-scroll-active) .local-beyonds-btn {
  flex: 0 1 14.5rem !important;
  min-width: min(100%, 14.5rem) !important;
  width: min(100%, 14.5rem) !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(.cv-next-hero__visual > img, .cv-next-split__media img, .cv-next-inline-media, .cv-next-seo-mobile-media img) {
  aspect-ratio: 16 / 10 !important;
  height: auto !important;
  max-height: 460px !important;
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(.cv-next-split__media, .cv-next-hero__visual, .cv-next-seo-mobile-media) {
  margin-inline: auto !important;
  max-width: min(100%, 720px) !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-actions .btn,
body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-form button,
body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-local-stats__cta {
  flex: 0 1 14.5rem !important;
  min-width: min(100%, 14.5rem) !important;
  width: min(100%, 14.5rem) !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-faq {
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  text-align: center !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-faq .faq {
  max-width: 860px !important;
  width: 100% !important;
}

body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-faq .faq-item {
  text-align: left !important;
}

@media (max-width: 1180px) {
  body.site-page:not(.magic-scroll-active) .local-beyonds-hero__grid,
  body.site-page:not(.magic-scroll-active) .local-beyonds-section--image,
  body.site-page:not(.magic-scroll-active) .local-beyonds-section--strategy {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-copy-block {
    justify-items: center !important;
    max-width: 760px !important;
    text-align: center !important;
  }
}

@media (max-width: 920px) {
  body.site-page:not(.magic-scroll-active) .local-beyonds-hero__visual,
  body.site-page:not(.magic-scroll-active) .local-beyonds-image-block {
    max-height: 330px !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-deliverables,
  body.site-page:not(.magic-scroll-active) .local-beyonds-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(.cv-next-hero__visual > img, .cv-next-split__media img, .cv-next-inline-media, .cv-next-seo-mobile-media img) {
    max-height: 330px !important;
  }
}

@media (max-width: 640px) {
  body.site-page:not(.magic-scroll-active) .local-beyonds-hero h1 {
    font-size: clamp(2.18rem, 10.5vw, 3rem) !important;
    max-width: 12.5ch !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-section__heading h2,
  body.site-page:not(.magic-scroll-active) .local-beyonds-copy-block h2,
  body.site-page:not(.magic-scroll-active) .local-beyonds-cta h2 {
    font-size: clamp(1.85rem, 9vw, 2.55rem) !important;
    max-width: 13ch !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-hero__visual,
  body.site-page:not(.magic-scroll-active) .local-beyonds-image-block {
    max-height: 250px !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-pain-grid,
  body.site-page:not(.magic-scroll-active) .local-beyonds-deliverables,
  body.site-page:not(.magic-scroll-active) .local-beyonds-link-grid,
  body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-local-links__grid {
    grid-template-columns: 1fr !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-actions,
  body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-actions {
    display: grid !important;
    justify-items: stretch !important;
    max-width: 22rem !important;
    width: 100% !important;
  }

  body.site-page:not(.magic-scroll-active) .local-beyonds-btn,
  body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-actions .btn,
  body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-form button,
  body.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-local-stats__cta {
    min-width: 0 !important;
    width: 100% !important;
  }

  body.page-local-city-clone.magic-scroll-active .coachvisible-next :where(.cv-next-hero__visual > img, .cv-next-split__media img, .cv-next-inline-media, .cv-next-seo-mobile-media img) {
    max-height: 250px !important;
  }
}

/* Beat legacy page-class selectors that used :is(...) with high specificity. */
body.site-page[class*="page-"]:not(.magic-scroll-active) .local-beyonds-hero h1 {
  font-size: clamp(2.65rem, 5.1vw, 5rem) !important;
  line-height: 1.01 !important;
  max-width: min(100%, 17ch) !important;
  text-wrap: balance !important;
  white-space: normal !important;
}

body.site-page[class*="page-"]:not(.magic-scroll-active) .local-beyonds-section__heading h2,
body.site-page[class*="page-"]:not(.magic-scroll-active) .local-beyonds-copy-block h2,
body.site-page[class*="page-"]:not(.magic-scroll-active) .local-beyonds-cta h2 {
  font-size: clamp(2.15rem, 4vw, 4.15rem) !important;
  line-height: 1.05 !important;
  max-width: min(100%, 18ch) !important;
  text-wrap: balance !important;
  white-space: normal !important;
}

body.site-page.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-faq,
body.site-page.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-faq__copy {
  justify-items: center !important;
  text-align: center !important;
}

body.site-page.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-faq__copy h2 {
  margin-inline: auto !important;
  max-width: min(100%, 15ch) !important;
  text-align: center !important;
}

body.site-page.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-hero__visual > img,
body.site-page.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-split__media img,
body.site-page.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-inline-media,
body.site-page.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-seo-mobile-media img {
  aspect-ratio: 16 / 10 !important;
  height: auto !important;
  max-height: 460px !important;
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
}

@media (max-width: 640px) {
  body.site-page[class*="page-"]:not(.magic-scroll-active) .local-beyonds-hero h1 {
    font-size: clamp(2.18rem, 10.5vw, 3rem) !important;
    max-width: 12.5ch !important;
  }

  body.site-page[class*="page-"]:not(.magic-scroll-active) .local-beyonds-section__heading h2,
  body.site-page[class*="page-"]:not(.magic-scroll-active) .local-beyonds-copy-block h2,
  body.site-page[class*="page-"]:not(.magic-scroll-active) .local-beyonds-cta h2 {
    font-size: clamp(1.85rem, 9vw, 2.55rem) !important;
    max-width: 13ch !important;
  }

  body.site-page[class*="page-"]:not(.magic-scroll-active) .local-beyonds-actions {
    display: grid !important;
    justify-items: stretch !important;
    margin-inline: auto !important;
    max-width: 22rem !important;
    width: 100% !important;
  }

  body.site-page[class*="page-"]:not(.magic-scroll-active) .local-beyonds-btn {
    min-width: 0 !important;
    width: 100% !important;
  }

  body.site-page.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-hero__visual > img,
  body.site-page.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-split__media img,
  body.site-page.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-inline-media,
  body.site-page.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-seo-mobile-media img {
    max-height: 250px !important;
  }
}

/* Final mobile cascade lock for legacy page classes. */
body.site-page[class*="page-"]:not(.magic-scroll-active) .local-beyonds-page :is(#local-why-title, #local-deliverables-title, #local-links-title, #local-faq-title) {
  font-size: clamp(2.15rem, 9vw, 2.75rem) !important;
  line-height: 1.05 !important;
  margin-inline: auto !important;
  max-width: min(100%, 16ch) !important;
  text-align: center !important;
  text-wrap: balance !important;
  white-space: normal !important;
}

body.site-page[class*="page-"]:not(.magic-scroll-active) .local-beyonds-page .local-beyonds-actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: stretch !important;
  margin-inline: auto !important;
  max-width: 22rem !important;
  width: 100% !important;
}

body.site-page[class*="page-"]:not(.magic-scroll-active) .local-beyonds-page .local-beyonds-btn.local-beyonds-btn {
  display: flex !important;
  justify-content: center !important;
  min-width: 0 !important;
  width: 100% !important;
}

body.site-page.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-inline-media,
body.site-page.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-hero__visual > img,
body.site-page.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-split__media img,
body.site-page.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-seo-mobile-media img {
  min-height: 0 !important;
}

@media (max-width: 640px) {
  body.site-page[class*="page-"]:not(.magic-scroll-active) .local-beyonds-page :is(#local-why-title, #local-deliverables-title, #local-links-title, #local-faq-title) {
    font-size: clamp(2rem, 9.5vw, 2.55rem) !important;
    max-width: min(100%, 13ch) !important;
  }

  body.site-page.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-inline-media,
  body.site-page.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-hero__visual > img,
  body.site-page.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-split__media img,
  body.site-page.page-local-city-clone.magic-scroll-active .coachvisible-next .cv-next-seo-mobile-media img {
    max-height: 250px !important;
    min-height: 0 !important;
  }
}

/* Responsive media caps outside the protected home, CoachVisible and maquette pages. */
body.page-realisations .realisations-clean-hero__media,
body.page-blog .ww-blog-featured__visual {
  min-height: 0 !important;
}

body.page-realisations .realisations-clean-hero__media img,
body.page-realisations .magic-project-panel__mockup img,
body.page-blog .ww-blog-featured__visual img {
  aspect-ratio: 16 / 10 !important;
  height: clamp(17.5rem, 58vw, 26.25rem) !important;
  max-height: 26.25rem !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
}

body.page-realisations .magic-project-panel__mockup img {
  object-fit: contain !important;
}

@media (max-width: 640px) {
  body.page-realisations .realisations-clean-hero__media img,
  body.page-realisations .magic-project-panel__mockup img,
  body.page-blog .ww-blog-featured__visual img {
    height: min(62vw, 20rem) !important;
    max-height: 20rem !important;
    min-height: 0 !important;
  }
}

/* Tablet composition lock: centered, compact, image-led without desktop-sized media. */
@media (min-width: 761px) and (max-width: 1024px) {
  body.site-page:is(
    .page-realisations,
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-audit-gratuit,
    .page-contact,
    .page-a-propos,
    .page-blog,
    [class*="page-agence-"],
    [class*="page-developpement-"],
    [class*="page-creation-"],
    .page-automatisation-ia-crm-paris
  ) :where(.container, .container-wide, .local-beyonds-page > section, .ww-blog-featured__inner, .ww-blog-groups > .container-wide, .ww-blog-categories > .container-wide),
  body.page-realisations .realisations-clean-hero,
  body.page-realisations .realisations-principles,
  body.page-realisations .realisations-mockups,
  body.page-realisations .realisations-page-routes,
  body.page-realisations .realisations-clean-cta {
    max-width: min(720px, calc(100vw - 36px)) !important;
  }

  body.page-realisations .realisations-clean-hero,
  body.site-page:is(
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-audit-gratuit,
    .page-contact,
    .page-a-propos
  ) .hero-cloud__inner,
  body.site-page:is(
    [class*="page-agence-"],
    [class*="page-developpement-"],
    [class*="page-creation-"],
    .page-automatisation-ia-crm-paris
  ) .local-beyonds-hero__grid,
  body.page-blog .ww-blog-hero__inner {
    align-items: center !important;
    gap: clamp(24px, 4.5vw, 38px) !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
    text-align: center !important;
  }

  body.page-realisations .realisations-clean-hero {
    min-height: auto !important;
    padding: calc(var(--magic-header-h, 84px) + 44px) 0 42px !important;
  }

  body.site-page:is(
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-audit-gratuit,
    .page-contact,
    .page-a-propos
  ) .hero-cloud {
    min-height: auto !important;
    padding-block: calc(var(--magic-header-h, 84px) + 44px) 56px !important;
  }

  body.page-realisations .realisations-clean-hero__copy,
  body.site-page:is(
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-audit-gratuit,
    .page-contact,
    .page-a-propos
  ) .hero-cloud__content,
  body.site-page:is(
    [class*="page-agence-"],
    [class*="page-developpement-"],
    [class*="page-creation-"],
    .page-automatisation-ia-crm-paris
  ) .local-beyonds-hero__copy,
  body.page-blog .ww-blog-hero__copy {
    align-items: center !important;
    justify-items: center !important;
    margin-inline: auto !important;
    max-width: 680px !important;
    text-align: center !important;
  }

  body.site-page:is(
    .page-realisations,
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-audit-gratuit,
    .page-contact,
    .page-a-propos,
    .page-blog,
    [class*="page-agence-"],
    [class*="page-developpement-"],
    [class*="page-creation-"],
    .page-automatisation-ia-crm-paris
  ) :where(.hero-cloud__title.hero-title, .realisations-clean-hero h1, .local-beyonds-hero h1, .ww-blog-hero h1) {
    font-size: clamp(2.85rem, 7.1vw, 4.25rem) !important;
    line-height: 0.98 !important;
    margin-inline: auto !important;
    max-width: min(100%, 14ch) !important;
    text-align: center !important;
  }

  body.page-realisations .realisations-clean-hero h1 {
    max-width: min(100%, 13.8ch) !important;
  }

  body.site-page:is(
    .page-realisations,
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-audit-gratuit,
    .page-contact,
    .page-a-propos,
    .page-blog,
    [class*="page-agence-"],
    [class*="page-developpement-"],
    [class*="page-creation-"],
    .page-automatisation-ia-crm-paris
  ) :where(.section-heading, .realisations-mockups__heading, .realisations-page-routes__heading, .local-beyonds-section__heading, .ww-blog-group__head, .cta-panel__content) {
    justify-items: center !important;
    margin-inline: auto !important;
    max-width: 680px !important;
    text-align: center !important;
  }

  body.site-page:is(
    .page-realisations,
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-audit-gratuit,
    .page-contact,
    .page-a-propos,
    .page-blog,
    [class*="page-agence-"],
    [class*="page-developpement-"],
    [class*="page-creation-"],
    .page-automatisation-ia-crm-paris
  ) :where(.section-heading h2, .realisations-mockups__heading h2, .realisations-page-routes__heading h2, .local-beyonds-section__heading h2, .ww-blog-featured__copy h2, .ww-blog-group__head h2, .cta-panel h2, .cta-panel__title, .realisations-clean-cta h2) {
    font-size: clamp(2.25rem, 5.7vw, 3.55rem) !important;
    line-height: 1.02 !important;
    margin-inline: auto !important;
    max-width: min(100%, 18ch) !important;
    text-align: center !important;
  }

  body.site-page:is(
    .page-realisations,
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-audit-gratuit,
    .page-contact,
    .page-a-propos,
    .page-blog,
    [class*="page-agence-"],
    [class*="page-developpement-"],
    [class*="page-creation-"],
    .page-automatisation-ia-crm-paris
  ) :where(.hero-cloud__subtitle, .realisations-clean-hero__copy > p:not(.magic-section__kicker), .section-heading p, .realisations-mockups__heading p:not(.magic-section__kicker), .realisations-page-routes__heading p, .local-beyonds-section__heading p, .ww-blog-group__head p, .cta-panel p) {
    margin-inline: auto !important;
    max-width: 42rem !important;
    text-align: center !important;
  }

  body.page-realisations .realisations-clean-hero__actions,
  body.site-page:is(
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-audit-gratuit,
    .page-contact,
    .page-a-propos
  ) .hero-cloud__actions,
  body.site-page:is(
    [class*="page-agence-"],
    [class*="page-developpement-"],
    [class*="page-creation-"],
    .page-automatisation-ia-crm-paris
  ) .local-beyonds-actions,
  body.page-blog .ww-blog-hero__actions {
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-content: center !important;
    justify-items: stretch !important;
    margin-inline: auto !important;
    max-width: 22rem !important;
    text-align: center !important;
    width: 100% !important;
  }

  body.site-page:is(
    .page-realisations,
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-audit-gratuit,
    .page-contact,
    .page-a-propos,
    .page-blog,
    [class*="page-agence-"],
    [class*="page-developpement-"],
    [class*="page-creation-"],
    .page-automatisation-ia-crm-paris
  ) :where(.btn, .hero-cloud__actions a, .realisations-clean-hero__actions a, .local-beyonds-btn, .ww-blog-btn, .offer-card__cta, .cta-panel .btn, .form-actions button, .realisations-clean-cta > a) {
    justify-content: center !important;
    min-height: 52px !important;
    min-width: 0 !important;
    text-align: center !important;
    white-space: normal !important;
    width: 100% !important;
  }

  body.site-page:is(
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-audit-gratuit,
    .page-contact,
    .page-a-propos
  ) .hero-cloud__visual,
  body.page-realisations .realisations-clean-hero__media,
  body.site-page:is(
    [class*="page-agence-"],
    [class*="page-developpement-"],
    [class*="page-creation-"],
    .page-automatisation-ia-crm-paris
  ) .local-beyonds-hero__visual,
  body.page-blog .ww-blog-radar {
    justify-self: center !important;
    margin-inline: auto !important;
    max-width: min(100%, 560px) !important;
    width: 100% !important;
  }

  body.site-page:is(
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-audit-gratuit,
    .page-contact,
    .page-a-propos
  ) .hero-cloud__asset,
  body.page-realisations .realisations-clean-hero__media img,
  body.site-page:is(
    [class*="page-agence-"],
    [class*="page-developpement-"],
    [class*="page-creation-"],
    .page-automatisation-ia-crm-paris
  ) .local-beyonds-hero__visual img,
  body.page-blog .ww-blog-featured__visual img {
    aspect-ratio: 16 / 10 !important;
    height: min(40vw, 260px) !important;
    max-height: 260px !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    width: 100% !important;
  }

  body.page-realisations .realisations-principles {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    padding-block: 24px 46px !important;
  }

  body.page-realisations .realisations-principles article,
  body.page-realisations .realisations-page-card,
  body.page-realisations .realisations-mockup-card .magic-work-card__body {
    justify-items: center !important;
    text-align: center !important;
  }

  body.page-realisations .realisations-mockups {
    margin-bottom: 56px !important;
    padding: clamp(20px, 4vw, 32px) !important;
  }

  body.page-realisations .realisations-mockups__heading {
    grid-template-columns: 1fr !important;
  }

  body.page-realisations .realisations-mockups__grid {
    gap: 18px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-realisations .realisations-mockup-card {
    grid-template-rows: auto auto !important;
    min-height: 0 !important;
  }

  body.page-realisations .realisations-mockup-card__media {
    aspect-ratio: 16 / 10 !important;
    max-height: 190px !important;
  }

  body.page-realisations .realisations-mockup-card__media img {
    height: 100% !important;
    max-height: 190px !important;
    object-fit: cover !important;
  }

  body.page-realisations .realisations-mockup-card h3 {
    font-size: clamp(1.35rem, 3.3vw, 1.85rem) !important;
    line-height: 1.04 !important;
    max-width: 15ch !important;
    text-align: center !important;
  }

  body.page-realisations .realisations-mockup-card p {
    font-size: 0.95rem !important;
    line-height: 1.46 !important;
    max-width: 26rem !important;
    text-align: center !important;
  }

  body.page-realisations .realisations-mockups .magic-work-card__actions {
    grid-template-columns: 1fr !important;
    margin-inline: auto !important;
    max-width: 18rem !important;
  }

  body.page-realisations .realisations-mockups .magic-work-card__action {
    width: 100% !important;
  }

  body.page-realisations .realisations-page-routes {
    padding-block: 58px !important;
  }

  body.page-realisations .realisations-page-routes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-realisations .realisations-page-card img {
    height: min(28vw, 170px) !important;
    margin-inline: calc(clamp(18px, 2.2vw, 28px) * -1) !important;
    max-height: 170px !important;
  }

  body.page-realisations .realisations-page-card strong {
    justify-self: center !important;
    width: min(100%, 14.5rem) !important;
  }

  body.page-realisations .realisations-clean-cta {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    margin-block: 56px !important;
    padding: clamp(24px, 4vw, 36px) !important;
    text-align: center !important;
  }

  body.page-realisations .realisations-clean-cta > a {
    justify-self: center !important;
    max-width: 22rem !important;
  }

  body.page-realisations .magic-project-panel__card {
    max-height: calc(100svh - 40px) !important;
    width: min(720px, calc(100vw - 28px)) !important;
  }

  body.page-realisations .magic-project-panel__layout {
    grid-template-columns: 1fr !important;
  }

  body.page-realisations .magic-project-panel__mockup {
    max-height: 320px !important;
  }

  body.page-realisations .magic-project-panel__mockup img,
  body.page-realisations .magic-project-panel__mockup iframe {
    height: 100% !important;
    max-height: 320px !important;
    object-fit: contain !important;
  }

  body.page-coachvisible.magic-scroll-active .cv-next-hero,
  body.page-coachvisible.magic-scroll-active .cv-next-strip,
  body.page-coachvisible.magic-scroll-active .cv-next-maquettes,
  body.page-coachvisible.magic-scroll-active .cv-next-problem,
  body.page-coachvisible.magic-scroll-active .cv-next-package,
  body.page-coachvisible.magic-scroll-active .cv-next-expertise,
  body.page-coachvisible.magic-scroll-active .cv-next-system,
  body.page-coachvisible.magic-scroll-active .cv-next-seo,
  body.page-coachvisible.magic-scroll-active .cv-next-local-links,
  body.page-coachvisible.magic-scroll-active .cv-next-fit,
  body.page-coachvisible.magic-scroll-active .cv-next-culture,
  body.page-coachvisible.magic-scroll-active .cv-next-visual,
  body.page-coachvisible.magic-scroll-active .cv-next-method,
  body.page-coachvisible.magic-scroll-active .cv-next-trust,
  body.page-coachvisible.magic-scroll-active .cv-next-form-section {
    min-height: auto !important;
    padding-block: clamp(48px, 7vw, 70px) !important;
  }

  body.page-coachvisible.magic-scroll-active .cv-next-hero {
    padding-top: calc(var(--magic-header-h, 84px) + 44px) !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.container, .cv-next-hero__grid, .cv-next-split, .cv-next-rdv__grid, .cv-next-fit__grid, .cv-next-method__grid, .cv-next-form-grid) {
    max-width: min(720px, calc(100vw - 36px)) !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-hero__grid, .cv-next-split, .cv-next-rdv__grid, .cv-next-fit__grid, .cv-next-method__grid, .cv-next-form-grid, .cv-next-package__intro) {
    gap: clamp(22px, 4vw, 36px) !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
    text-align: center !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-hero__copy, .cv-next-heading, .cv-next-split__copy, .cv-next-rdv__copy, .cv-next-form-copy, .cv-next-faq__copy, .cv-next-package__intro) {
    align-items: center !important;
    justify-items: center !important;
    margin-inline: auto !important;
    max-width: 680px !important;
    text-align: center !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-brand-lockup,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-price-card,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-short {
    margin-inline: auto !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero h1 {
    font-size: clamp(2.45rem, 5.8vw, 3.15rem) !important;
    line-height: 1.03 !important;
    margin-inline: auto !important;
    max-width: min(100%, 18ch) !important;
    text-align: center !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-heading h2, .cv-next-split__copy h2, .cv-next-rdv__copy h2, .cv-next-form-copy h2, .cv-next-faq__copy h2) {
    font-size: clamp(2.05rem, 5.3vw, 3.15rem) !important;
    line-height: 1.04 !important;
    margin-inline: auto !important;
    max-width: min(100%, 18ch) !important;
    text-align: center !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-lead, .cv-next-heading > p:not(.cv-next-eyebrow), .cv-next-split__copy p, .cv-next-rdv__copy p, .cv-next-form-copy p, .cv-next-faq__copy p) {
    font-size: clamp(1rem, 2vw, 1.1rem) !important;
    line-height: 1.62 !important;
    margin-inline: auto !important;
    max-width: 42rem !important;
    text-align: center !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-actions, .cv-next-tags) {
    justify-content: center !important;
    margin-inline: auto !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-actions .btn {
    flex: 0 1 14.5rem !important;
    min-width: min(100%, 14.5rem) !important;
    text-align: center !important;
    white-space: normal !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-hero__visual, .cv-next-split__media, .cv-next-seo-mobile-media) {
    justify-self: center !important;
    margin-inline: auto !important;
    max-width: min(100%, 540px) !important;
    width: 100% !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-hero__visual > img, .cv-next-split__media img, .cv-next-inline-media, .cv-next-seo-mobile-media img, .cv-next-card__media) {
    aspect-ratio: 16 / 10 !important;
    height: min(44vw, 330px) !important;
    max-height: 330px !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    width: 100% !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-inline-media {
    display: block !important;
    margin-inline: auto !important;
    max-width: 460px !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-card-grid, .cv-next-strip__grid, .cv-next-local-links__grid, .cv-next-trust-grid, .cv-next-fit__lists, .cv-next-package__cards) {
    gap: 16px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-rdv__steps, .cv-next-steps, .cv-next-faq) {
    gap: 16px !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-benefit, .cv-next-card, .cv-next-step, .cv-next-panel, .cv-next-scope-card, .cv-next-local-link, .cv-next-local-stats, .faq-item) {
    min-height: 0 !important;
    padding: clamp(18px, 2.8vw, 24px) !important;
    text-align: center !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-benefit h2, .cv-next-card h3, .cv-next-step h3, .cv-next-panel h3, .cv-next-scope-card h3, .cv-next-local-link strong) {
    font-size: clamp(1.25rem, 2.7vw, 1.65rem) !important;
    line-height: 1.08 !important;
    margin-inline: auto !important;
    max-width: 18ch !important;
    text-align: center !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-faq {
    justify-items: center !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-faq .faq,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form {
    max-width: 680px !important;
    width: 100% !important;
  }
}

@media (min-width: 761px) and (max-width: 1024px) {
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero__copy {
    gap: clamp(14px, 2.4vw, 20px) !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-brand-lockup img {
    max-height: 88px !important;
    width: auto !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero h1 {
    font-size: clamp(2.18rem, 4.75vw, 2.85rem) !important;
    line-height: 1.03 !important;
    max-width: min(100%, 680px) !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-price-card {
    max-width: 32rem !important;
    padding: 0.85rem 1rem !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-price-card strong {
    font-size: clamp(1.45rem, 3.6vw, 1.9rem) !important;
    line-height: 1.04 !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-price-card p {
    font-size: 0.94rem !important;
    line-height: 1.42 !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-actions {
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: stretch !important;
    max-width: 20rem !important;
    width: 100% !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-actions .btn {
    min-width: 0 !important;
    width: 100% !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-tags {
    display: none !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-short {
    font-size: 0.98rem !important;
    line-height: 1.45 !important;
    max-width: 36rem !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero__visual {
    max-width: min(100%, 500px) !important;
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero__visual > img,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero__visual > img.cv-next-hero-generated,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-split__media img,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-inline-media,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-seo-mobile-media img,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-card__media {
    aspect-ratio: 16 / 10 !important;
    height: min(34vw, 260px) !important;
    max-height: 260px !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    width: 100% !important;
  }

  body.page-realisations .magic-project-panel__mockup {
    height: min(34vw, 260px) !important;
    max-height: 260px !important;
  }

  body.page-realisations .magic-project-panel__mockup iframe {
    display: none !important;
  }

  body.page-realisations .magic-project-panel__mockup img,
  body.page-realisations .magic-project-panel__mockup img[hidden] {
    display: block !important;
    height: 100% !important;
    max-height: 260px !important;
    object-fit: cover !important;
    object-position: top center !important;
    width: 100% !important;
  }

  body.page-realisations .realisations-mockups__heading h2,
  body.page-realisations .realisations-page-routes__heading h2,
  body.page-realisations .realisations-clean-cta h2 {
    font-size: clamp(2.25rem, 5.2vw, 3.35rem) !important;
    line-height: 1.03 !important;
    max-width: min(100%, 680px) !important;
    text-align: center !important;
  }
}

/* About page: single-section block layout. */
body.page-a-propos {
  --about-ink: #102632;
  --about-heading: #071b26;
  --about-muted: rgba(16, 38, 50, 0.72);
  --about-line: rgba(16, 38, 50, 0.13);
  --about-card: rgba(255, 255, 255, 0.9);
  --about-teal: #2dbfa9;
  --about-blue: #285e8f;
  --about-warm: #b96f45;
  --about-shadow: 0 28px 90px rgba(16, 38, 50, 0.14);
}

body.page-a-propos .about-one-page {
  color: var(--about-ink);
  min-height: 100svh;
  padding: calc(var(--header-height, 82px) + clamp(2.6rem, 6vw, 5.2rem)) 0 clamp(4rem, 8vw, 7rem);
  position: relative;
  z-index: 1;
}

body.page-a-propos .about-one-wrap {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2.8rem);
  margin-inline: auto;
  max-width: min(1480px, calc(100vw - 36px));
  width: 100%;
}

body.page-a-propos .about-one-hero {
  align-items: end;
  display: grid;
  gap: clamp(1.6rem, 5vw, 5.2rem);
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.68fr);
}

body.page-a-propos .about-one-copy {
  display: grid;
  gap: clamp(1rem, 2vw, 1.45rem);
  max-width: 790px;
}

body.page-a-propos .about-one-copy h1 {
  color: var(--about-heading);
  font-size: clamp(3.45rem, 7.6vw, 8.2rem);
  font-weight: 890;
  letter-spacing: 0;
  line-height: 0.88;
  margin: 0;
  max-width: 9.8ch;
  text-wrap: balance;
}

body.page-a-propos .about-one-copy p {
  color: var(--about-muted);
  font-size: clamp(1.02rem, 1.2vw, 1.24rem);
  font-weight: 640;
  line-height: 1.58;
  margin: 0;
  max-width: 46rem;
}

body.page-a-propos .about-one-lead {
  color: var(--about-heading) !important;
  font-size: clamp(1.16rem, 1.55vw, 1.48rem) !important;
  font-weight: 760 !important;
  line-height: 1.42 !important;
}

body.page-a-propos .about-one-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.2rem;
}

body.page-a-propos .about-one-photo {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 251, 250, 0.9)),
    radial-gradient(circle at 0 0, color-mix(in srgb, var(--about-teal) 16%, transparent), transparent 18rem);
  border: 1px solid var(--about-line);
  border-radius: 8px;
  box-shadow: var(--about-shadow);
  margin: 0;
  overflow: hidden;
  padding: clamp(0.65rem, 1.4vw, 1.15rem);
  position: relative;
}

body.page-a-propos .about-one-photo img {
  aspect-ratio: 4 / 5;
  border-radius: 6px;
  display: block;
  height: auto;
  max-height: min(68vh, 680px);
  min-height: 430px;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

body.page-a-propos .about-one-photo figcaption {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 38, 50, 0.1);
  border-radius: 8px;
  bottom: clamp(1rem, 2vw, 1.55rem);
  box-shadow: 0 18px 46px rgba(16, 38, 50, 0.12);
  display: grid;
  gap: 0.28rem;
  left: clamp(1rem, 2vw, 1.55rem);
  padding: 0.95rem 1rem;
  position: absolute;
  right: clamp(1rem, 2vw, 1.55rem);
}

body.page-a-propos .about-one-photo strong {
  color: var(--about-heading);
  font-size: 1rem;
  font-weight: 860;
  letter-spacing: 0;
  line-height: 1.15;
}

body.page-a-propos .about-one-photo span {
  color: var(--about-muted);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.35;
}

body.page-a-propos .about-one-grid {
  display: grid;
  gap: clamp(1rem, 1.8vw, 1.55rem);
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

body.page-a-propos .about-one-block {
  background:
    linear-gradient(180deg, var(--about-card), rgba(246, 251, 250, 0.88)),
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--about-teal) 12%, transparent), transparent 15rem);
  border: 1px solid var(--about-line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(16, 38, 50, 0.11);
  display: grid;
  gap: clamp(0.8rem, 1.4vw, 1.1rem);
  min-height: 16rem;
  padding: clamp(1.1rem, 2.6vw, 2rem);
}

body.page-a-propos .about-one-block--wide {
  grid-column: span 7;
}

body.page-a-propos .about-one-block--dark {
  background:
    radial-gradient(circle at 92% 10%, color-mix(in srgb, var(--about-teal) 24%, transparent), transparent 18rem),
    linear-gradient(145deg, #102632, #1a3c55) !important;
  color: #ffffff !important;
  grid-column: span 5;
}

body.page-a-propos .about-one-block--service {
  grid-column: span 3;
}

body.page-a-propos .about-one-block--method {
  grid-column: span 7;
}

body.page-a-propos .about-one-block--result {
  grid-column: span 5;
}

body.page-a-propos .about-one-block--contact {
  align-items: center;
  grid-column: span 12;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.58fr);
}

body.page-a-propos .about-one-index {
  color: var(--about-blue);
  font-size: 0.82rem;
  font-weight: 880;
  letter-spacing: 0;
  line-height: 1.1;
}

body.page-a-propos .about-one-block--dark .about-one-index,
body.page-a-propos .about-one-block--dark h2,
body.page-a-propos .about-one-block--dark p {
  color: #ffffff !important;
}

body.page-a-propos .about-one-block h2 {
  color: var(--about-heading);
  font-size: clamp(1.34rem, 2.2vw, 2.15rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
  text-wrap: balance;
}

body.page-a-propos .about-one-block p {
  color: var(--about-muted);
  font-size: clamp(0.98rem, 1.08vw, 1.08rem);
  font-weight: 620;
  line-height: 1.58;
  margin: 0;
}

body.page-a-propos .about-one-grid .about-one-block--dark :where(.about-one-index, h2, p) {
  color: #ffffff !important;
}

body.page-a-propos .about-one-steps {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-a-propos .about-one-step {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 38, 50, 0.1);
  border-radius: 8px;
  display: grid;
  gap: 0.38rem;
  padding: 0.95rem;
}

body.page-a-propos .about-one-step strong {
  color: var(--about-heading);
  font-size: 0.98rem;
  font-weight: 840;
  letter-spacing: 0;
}

body.page-a-propos .about-one-step span {
  color: var(--about-muted);
  font-size: 0.94rem;
  font-weight: 610;
  line-height: 1.45;
}

body.page-a-propos .about-one-list {
  display: grid;
  gap: 0.72rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.page-a-propos .about-one-list li {
  color: var(--about-muted);
  font-size: 0.98rem;
  font-weight: 680;
  line-height: 1.45;
  padding-left: 1.35rem;
  position: relative;
}

body.page-a-propos .about-one-list li::before {
  background: linear-gradient(135deg, var(--about-teal), var(--about-warm));
  border-radius: 999px;
  content: "";
  height: 0.48rem;
  left: 0;
  position: absolute;
  top: 0.48rem;
  width: 0.48rem;
}

body.page-a-propos .about-one-contact-links {
  display: grid;
  gap: 0.72rem;
  justify-self: end;
  width: min(100%, 24rem);
}

body.page-a-propos .about-one-contact-links a {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 38, 50, 0.11);
  border-radius: 8px;
  color: var(--about-heading);
  display: flex;
  font-size: 1rem;
  font-weight: 820;
  justify-content: space-between;
  letter-spacing: 0;
  min-height: 3.35rem;
  overflow-wrap: anywhere;
  padding: 0.85rem 1rem;
  text-decoration: none;
}

body.page-a-propos .about-one-contact-links a::after {
  border-right: 2px solid var(--about-blue);
  border-top: 2px solid var(--about-blue);
  content: "";
  flex: 0 0 auto;
  height: 0.55rem;
  margin-left: 0.8rem;
  transform: rotate(45deg);
  width: 0.55rem;
}

@media (max-width: 1080px) {
  body.page-a-propos .about-one-hero,
  body.page-a-propos .about-one-block--contact {
    grid-template-columns: 1fr;
  }

  body.page-a-propos .about-one-copy h1 {
    max-width: 12ch;
  }

  body.page-a-propos .about-one-block--wide,
  body.page-a-propos .about-one-block--dark,
  body.page-a-propos .about-one-block--method,
  body.page-a-propos .about-one-block--result {
    grid-column: span 12;
  }

  body.page-a-propos .about-one-block--service {
    grid-column: span 6;
  }

  body.page-a-propos .about-one-contact-links {
    justify-self: stretch;
  }
}

@media (max-width: 680px) {
  body.page-a-propos .about-one-page {
    padding-top: calc(var(--header-height, 82px) + 2.2rem);
  }

  body.page-a-propos .about-one-wrap {
    max-width: min(100% - 24px, 1480px);
  }

  body.page-a-propos .about-one-copy h1 {
    font-size: clamp(2.85rem, 13.2vw, 3.8rem);
    max-width: 100%;
  }

  body.page-a-propos .about-one-actions,
  body.page-a-propos .about-one-actions .btn {
    width: 100%;
  }

  body.page-a-propos .about-one-photo img {
    min-height: 0;
  }

  body.page-a-propos .about-one-photo figcaption {
    margin-top: 0.7rem;
    position: static;
  }

  body.page-a-propos .about-one-block,
  body.page-a-propos .about-one-block--service {
    grid-column: span 12;
    min-height: auto;
  }

  body.page-a-propos .about-one-steps {
    grid-template-columns: 1fr;
  }

  body.page-a-propos .www-chatbot {
    left: auto;
  }

  body.page-a-propos .www-chatbot__launcher {
    border-radius: 999px;
    min-height: 3rem;
    padding: 0.44rem;
  }

  body.page-a-propos .www-chatbot__launcher > span:not(.www-chatbot__launcher-icon) {
    display: none;
  }

  body.page-a-propos .www-chatbot__launcher-icon {
    height: 2.1rem;
    width: 2.1rem;
  }
}

/* CoachVisible tablet: mobile-like centered composition without touching phone or desktop. */
@media (min-width: 641px) and (max-width: 1024px) {
  body.page-coachvisible .coachvisible-next {
    --cv-tablet-frame: min(100% - 48px, 720px);
    --cv-tablet-card: min(100%, 560px);
  }

  body.page-coachvisible .coachvisible-next :where(
    .cv-next-hero,
    .cv-next-strip,
    .cv-next-maquettes,
    .cv-next-problem,
    .cv-next-system,
    .cv-next-package,
    .cv-next-seo,
    .cv-next-local-links,
    .cv-next-fit,
    .cv-next-culture,
    .cv-next-visual,
    .cv-next-method,
    .cv-next-trust,
    .cv-next-form-section,
    .ww-expertise-links--coach
  ) {
    min-height: 0 !important;
    padding-block: clamp(3.25rem, 7vw, 4.75rem) !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-hero {
    padding-top: calc(var(--magic-header-h, 76px) + clamp(2.2rem, 5vw, 3.1rem)) !important;
  }

  body.page-coachvisible .coachvisible-next :where(
    .container,
    .ww-expertise-links__inner
  ) {
    max-width: var(--cv-tablet-frame) !important;
  }

  body.page-coachvisible .coachvisible-next :where(
    .cv-next-hero__grid,
    .cv-next-split,
    .cv-next-split--reverse,
    .cv-next-package__intro,
    .cv-next-package__cards,
    .cv-next-fit__grid,
    .cv-next-fit__lists,
    .cv-next-rdv__grid,
    .cv-next-method__grid,
    .cv-next-form-grid,
    .cv-next-faq
  ) {
    align-items: center !important;
    gap: clamp(1.35rem, 4vw, 2.2rem) !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.page-coachvisible .coachvisible-next :where(
    .cv-next-strip__grid,
    .cv-next-card-grid,
    .cv-next-card-grid--four,
    .cv-next-card-grid--included,
    .cv-next-card-grid--visual,
    .cv-next-rdv__steps,
    .cv-next-steps,
    .cv-next-local-links__grid,
    .ww-expertise-links__grid,
    .cv-next-local-stats__grid
  ),
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next :where(
    .cv-next-strip__grid,
    .cv-next-card-grid,
    .cv-next-card-grid--four,
    .cv-next-card-grid--included,
    .cv-next-card-grid--visual,
    .cv-next-rdv__steps,
    .cv-next-steps,
    .cv-next-local-links__grid,
    .ww-expertise-links__grid,
    .cv-next-local-stats__grid
  ) {
    display: grid !important;
    gap: clamp(0.85rem, 2.6vw, 1.15rem) !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
  }

  body.page-coachvisible .coachvisible-next :where(
    .cv-next-hero__copy,
    .cv-next-split__copy,
    .cv-next-rdv__copy,
    .cv-next-form-copy,
    .cv-next-heading,
    .ww-expertise-links__heading,
    .cv-next-faq__copy,
    .cv-next-package__decision,
    .cv-next-local-stats
  ),
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next :where(
    .cv-next-hero__copy,
    .cv-next-split__copy,
    .cv-next-rdv__copy,
    .cv-next-form-copy,
    .cv-next-heading,
    .ww-expertise-links__heading,
    .cv-next-faq__copy,
    .cv-next-package__decision,
    .cv-next-local-stats
  ) {
    justify-items: center !important;
    margin-inline: auto !important;
    max-width: var(--cv-tablet-frame) !important;
    text-align: center !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-brand-lockup,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-brand-lockup {
    margin-inline: auto !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-hero h1,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero h1 {
    font-size: clamp(2.55rem, 5.3vw, 3.15rem) !important;
    line-height: 1.02 !important;
    margin-inline: auto !important;
    max-width: min(100%, 15.5ch) !important;
    text-align: center !important;
  }

  body.page-coachvisible .coachvisible-next :where(
    .cv-next-heading h2,
    .cv-next-split__copy h2,
    .cv-next-rdv__copy h2,
    .cv-next-form-copy h2,
    .cv-next-faq__copy h2,
    .ww-expertise-links__heading h2
  ),
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next :where(
    .cv-next-heading h2,
    .cv-next-split__copy h2,
    .cv-next-rdv__copy h2,
    .cv-next-form-copy h2,
    .cv-next-faq__copy h2,
    .ww-expertise-links__heading h2
  ) {
    font-size: clamp(2rem, 3.2vw, 2.12rem) !important;
    line-height: 1.06 !important;
    margin-inline: auto !important;
    max-width: min(100%, 21ch) !important;
    text-align: center !important;
    text-wrap: balance !important;
  }

  body.page-coachvisible .coachvisible-next :where(
    .cv-next-lead,
    .cv-next-short,
    .cv-next-heading > p:not(.cv-next-eyebrow),
    .cv-next-split__copy p,
    .cv-next-rdv__copy p,
    .cv-next-form-copy p,
    .ww-expertise-links__heading p
  ) {
    font-size: clamp(1rem, 2.1vw, 1.08rem) !important;
    line-height: 1.6 !important;
    margin-inline: auto !important;
    max-width: 44rem !important;
    text-align: center !important;
  }

  body.page-coachvisible .coachvisible-next :where(.cv-next-actions, .cv-next-tags, .cv-next-form-hints),
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-actions, .cv-next-tags, .cv-next-form-hints) {
    justify-content: center !important;
    margin-inline: auto !important;
    max-width: var(--cv-tablet-frame) !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-actions {
    display: flex !important;
  }

  body.page-coachvisible .coachvisible-next :where(
    .cv-next-benefit,
    .cv-next-card,
    .cv-next-step,
    .cv-next-panel,
    .cv-next-scope-card,
    .cv-next-local-link,
    .ww-expertise-link,
    .faq-item
  ),
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next :where(
    .cv-next-benefit,
    .cv-next-card,
    .cv-next-step,
    .cv-next-panel,
    .cv-next-scope-card,
    .cv-next-local-link,
    .ww-expertise-link,
    .faq-item
  ) {
    align-content: center !important;
    justify-items: center !important;
    margin-inline: auto !important;
    max-width: var(--cv-tablet-card) !important;
    min-height: 0 !important;
    padding: clamp(1rem, 3vw, 1.35rem) !important;
    text-align: center !important;
    width: 100% !important;
  }

  body.page-coachvisible .coachvisible-next :where(
    .cv-next-benefit h3,
    .cv-next-card h3,
    .cv-next-step h3,
    .cv-next-panel h3,
    .cv-next-local-link strong,
    .ww-expertise-link strong,
    .faq-question
  ) {
    margin-inline: auto !important;
    max-width: 20ch !important;
    text-align: center !important;
    text-wrap: balance !important;
  }

  body.page-coachvisible .coachvisible-next :where(
    .cv-next-benefit p,
    .cv-next-card p,
    .cv-next-step p,
    .cv-next-panel p,
    .cv-next-panel span,
    .cv-next-local-link small,
    .ww-expertise-link small,
    .faq-answer p
  ) {
    margin-inline: auto !important;
    max-width: 38rem !important;
    text-align: center !important;
  }

  body.page-coachvisible .coachvisible-next :where(
    .cv-next-hero__visual,
    .cv-next-split__media,
    .cv-next-seo-mobile-media
  ),
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next :where(
    .cv-next-hero__visual,
    .cv-next-split__media,
    .cv-next-seo-mobile-media
  ) {
    margin-inline: auto !important;
    max-width: min(100%, 560px) !important;
    width: 100% !important;
  }

  body.page-coachvisible .coachvisible-next :where(
    .cv-next-hero__visual > img,
    .cv-next-split__media img,
    .cv-next-inline-media,
    .cv-next-seo-mobile-media img,
    .cv-next-card__media
  ),
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next :where(
    .cv-next-hero__visual > img,
    .cv-next-split__media img,
    .cv-next-inline-media,
    .cv-next-seo-mobile-media img,
    .cv-next-card__media
  ) {
    aspect-ratio: 16 / 10 !important;
    height: auto !important;
    max-height: min(42vw, 330px) !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    width: 100% !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-hero__visual > img.cv-next-hero-generated,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero__visual > img.cv-next-hero-generated {
    aspect-ratio: 16 / 9 !important;
    min-height: 0 !important;
    object-position: center 28% !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-score,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-score {
    inset: auto 1rem 1rem 1rem !important;
    margin-inline: auto !important;
    max-width: min(100% - 2rem, 25rem) !important;
    text-align: center !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-card--visual {
    padding: 0.75rem 0.75rem 1.15rem !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-heading,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-heading {
    position: static !important;
    text-align: center !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-eyebrow,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-eyebrow {
    justify-self: center !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-package__footer,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-package__footer {
    align-items: center !important;
    flex-direction: column !important;
    margin-inline: auto !important;
    max-width: var(--cv-tablet-card) !important;
    text-align: center !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-package__footer .btn,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-package__footer .btn {
    justify-content: center !important;
    width: min(100%, 20rem) !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-package .cv-next-heading h2,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-package .cv-next-heading h2,
  body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-heading h2,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-heading h2 {
    font-size: clamp(2rem, 3.2vw, 2.12rem) !important;
    line-height: 1.06 !important;
    margin-inline: auto !important;
    max-width: min(100%, 21ch) !important;
    text-align: center !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-package__cards,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-package__cards,
  body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-steps,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-steps {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
    margin-inline: auto !important;
    max-width: var(--cv-tablet-card) !important;
    width: 100% !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-package__cards > *,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-package__cards > *,
  body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-steps > *,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-steps > * {
    width: 100% !important;
  }
}

/* Absolute-end tablet guard: keeps late page-specific rules from reintroducing desktop tablet layouts. */
@media (min-width: 761px) and (max-width: 1024px) {
  body.page-realisations .realisations-clean-hero__media img {
    height: min(40vw, 260px) !important;
    max-height: 260px !important;
    min-height: 0 !important;
  }

  body.page-realisations .realisations-mockups__heading h2,
  body.page-realisations .realisations-page-routes__heading h2,
  body.page-realisations .realisations-clean-cta h2 {
    font-size: clamp(2.25rem, 5.2vw, 3.35rem) !important;
    line-height: 1.03 !important;
    max-width: min(100%, 680px) !important;
    text-align: center !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-hero h1,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero h1 {
    font-size: clamp(2.18rem, 4.75vw, 2.85rem) !important;
    line-height: 1.03 !important;
    max-width: min(100%, 680px) !important;
    text-align: center !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-actions,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-actions {
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: stretch !important;
    margin-inline: auto !important;
    max-width: 20rem !important;
    width: 100% !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-actions .btn,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-actions .btn {
    min-width: 0 !important;
    width: 100% !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-tags,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-tags {
    display: none !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-hero__visual > img,
  body.page-coachvisible .coachvisible-next .cv-next-hero__visual > img.cv-next-hero-generated,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero__visual > img,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero__visual > img.cv-next-hero-generated {
    aspect-ratio: 16 / 10 !important;
    height: min(34vw, 260px) !important;
    max-height: 260px !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center 34% !important;
    width: 100% !important;
  }

  body.page-a-propos .about-one-wrap,
  body.page-a-propos .about-one-hero,
  body.page-a-propos .about-one-grid {
    max-width: min(720px, calc(100vw - 36px)) !important;
  }

  body.page-a-propos .about-one-page {
    padding-top: calc(var(--magic-header-h, 84px) + 44px) !important;
  }

  body.page-a-propos .about-one-hero,
  body.page-a-propos .about-one-block--contact {
    gap: clamp(24px, 4vw, 38px) !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
    text-align: center !important;
  }

  body.page-a-propos .about-one-copy {
    align-items: center !important;
    justify-items: center !important;
    max-width: 680px !important;
    text-align: center !important;
  }

  body.page-a-propos .about-one-copy h1 {
    font-size: clamp(2.85rem, 7vw, 4.15rem) !important;
    line-height: 0.98 !important;
    margin-inline: auto !important;
    max-width: min(100%, 680px) !important;
    text-align: center !important;
  }

  body.page-a-propos .about-one-copy p {
    margin-inline: auto !important;
    max-width: 42rem !important;
    text-align: center !important;
  }

  body.page-a-propos .about-one-actions {
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: stretch !important;
    margin-inline: auto !important;
    max-width: 22rem !important;
    width: 100% !important;
  }

  body.page-a-propos .about-one-actions .btn {
    justify-content: center !important;
    min-height: 52px !important;
    width: 100% !important;
  }

  body.page-a-propos .about-one-photo {
    justify-self: center !important;
    margin-inline: auto !important;
    max-width: min(100%, 540px) !important;
    width: 100% !important;
  }

  body.page-a-propos .about-one-photo img {
    aspect-ratio: 16 / 10 !important;
    height: min(40vw, 260px) !important;
    max-height: 260px !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center 34% !important;
    width: 100% !important;
  }

  body.page-a-propos .about-one-photo figcaption {
    margin-inline: auto !important;
    position: static !important;
    text-align: center !important;
    width: min(100%, 32rem) !important;
  }
}

/* CoachVisible tablet final lock: keep the SEO split mobile-like at every tablet width. */
@media (min-width: 641px) and (max-width: 1024px) {
  body.page-coachvisible .coachvisible-next .cv-next-seo .cv-next-split,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-seo .cv-next-split {
    align-items: center !important;
    display: grid !important;
    gap: clamp(1rem, 3vw, 1.5rem) !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
    margin-inline: auto !important;
    max-width: var(--cv-tablet-card, min(100%, 560px)) !important;
    width: 100% !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-seo .cv-next-split__copy,
  body.page-coachvisible .coachvisible-next .cv-next-seo .cv-next-split__media,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-seo .cv-next-split__copy,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-seo .cv-next-split__media {
    align-self: auto !important;
    display: block !important;
    margin-inline: auto !important;
    max-width: var(--cv-tablet-card, min(100%, 560px)) !important;
    min-height: 0 !important;
    text-align: center !important;
    width: 100% !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-seo .cv-next-split__media img,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-seo .cv-next-split__media img {
    aspect-ratio: 16 / 10 !important;
    display: block !important;
    height: min(42vw, 330px) !important;
    max-height: 330px !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center 34% !important;
    width: 100% !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-local-stats,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-local-stats {
    margin-inline: auto !important;
    max-width: var(--cv-tablet-card, min(100%, 560px)) !important;
    text-align: center !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-local-stats__cta,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-local-stats__cta {
    justify-self: center !important;
  }
}

/* Absolute-end tablet guard: center footer utility links with the contact row. */
@media (min-width: 761px) and (max-width: 1024px) {
  body.page-home .magic-home-v3 .magic-final__links,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-final__links {
    justify-items: center !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.page-home .magic-home-v3 .magic-final__contact-note,
  body.page-home .magic-home-v3 .magic-final__links nav,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-final__contact-note,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-final__links nav {
    justify-content: center !important;
    margin-inline: auto !important;
    text-align: center !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-final__links nav a,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-final__links nav a {
    justify-content: center !important;
    text-align: center !important;
  }

  body.site-page .site-footer,
  body.site-page .site-footer .footer-grid > *,
  body.site-page .site-footer .footer-links,
  body.site-page .site-footer .footer-bottom {
    justify-items: center !important;
    text-align: center !important;
  }

  body.site-page .site-footer .footer-brand,
  body.site-page .site-footer .footer-grid p,
  body.site-page .site-footer .footer-bottom p {
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.site-page .site-footer .cluster,
  body.site-page .site-footer :where(.footer-links a:not(.btn), .footer-links span, .footer-bottom a) {
    justify-content: center !important;
  }
}

/* Home partner logo cloud: marquee proof strip inspired by editorial partner rows. */
body.page-home .magic-home-v3 .magic-partner-cloud,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-cloud {
  background:
    linear-gradient(to right, rgba(101, 216, 255, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(101, 216, 255, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, #050711 0%, #071625 58%, #081b28 100%) !important;
  background-size: 80px 80px, 80px 80px, auto !important;
  color: #ffffff !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: clamp(4.2rem, 8vw, 7.5rem) 0 !important;
}

body.page-home .magic-home-v3 .magic-partner-cloud__inner,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-cloud__inner {
  display: grid !important;
  gap: clamp(1.7rem, 3vw, 2.8rem) !important;
  margin-inline: auto !important;
  max-width: 100% !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-partner-cloud__heading,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-cloud__heading {
  display: grid !important;
  gap: clamp(0.8rem, 1.8vw, 1.1rem) !important;
  margin-inline: auto !important;
  max-width: min(980px, calc(100vw - 40px)) !important;
  text-align: center !important;
}

body.page-home .magic-home-v3 .magic-partner-cloud__heading h2,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-cloud__heading h2 {
  color: #ffffff !important;
  font-size: clamp(2.4rem, 5.6vw, 5.35rem) !important;
  font-weight: 820 !important;
  letter-spacing: 0 !important;
  line-height: 0.95 !important;
  margin: 0 !important;
}

body.page-home .magic-home-v3 .magic-partner-cloud__heading p:not(.magic-section__kicker),
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-cloud__heading p:not(.magic-section__kicker) {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: clamp(1rem, 1.7vw, 1.18rem) !important;
  line-height: 1.55 !important;
  margin: 0 auto !important;
  max-width: 44rem !important;
}

body.page-home .magic-home-v3 .magic-partner-cloud__rows,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-cloud__rows {
  display: grid !important;
  gap: clamp(0.85rem, 1.8vw, 1.2rem) !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-partner-cloud__marquee,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-cloud__marquee {
  overflow: hidden !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%) !important;
}

body.page-home .magic-home-v3 .magic-partner-cloud__track,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-cloud__track {
  animation: ww-logo-marquee 42s linear infinite !important;
  display: flex !important;
  gap: clamp(0.8rem, 1.5vw, 1rem) !important;
  padding-inline: clamp(1rem, 3vw, 2rem) !important;
  width: max-content !important;
  will-change: transform !important;
}

body.page-home .magic-home-v3 .magic-partner-cloud__marquee--reverse .magic-partner-cloud__track,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-cloud__marquee--reverse .magic-partner-cloud__track {
  animation-direction: reverse !important;
  animation-duration: 52s !important;
}

body.page-home .magic-home-v3 .magic-partner-logo,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-logo {
  --partner-accent: #65d8ff;
  --partner-accent-soft: rgba(101, 216, 255, 0.18);
  align-items: center !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2) !important;
  display: flex !important;
  flex: 0 0 auto !important;
  gap: 0.85rem !important;
  min-height: 82px !important;
  min-width: clamp(190px, 18vw, 265px) !important;
  padding: 0.78rem 1rem !important;
}

body.page-home .magic-home-v3 .magic-partner-logo__mark,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-logo__mark {
  align-items: center !important;
  background: var(--partner-accent-soft) !important;
  border: 1px solid var(--partner-accent) !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  display: grid !important;
  flex: 0 0 auto !important;
  font-size: 0.78rem !important;
  font-weight: 860 !important;
  height: 44px !important;
  justify-content: center !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  width: 44px !important;
}

body.page-home .magic-home-v3 .magic-partner-logo__text,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-logo__text {
  display: grid !important;
  gap: 0.18rem !important;
  min-width: 0 !important;
}

body.page-home .magic-home-v3 .magic-partner-logo__text strong,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-logo__text strong {
  color: #ffffff !important;
  font-size: clamp(0.98rem, 1.35vw, 1.14rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
  overflow-wrap: anywhere !important;
}

body.page-home .magic-home-v3 .magic-partner-logo__text small,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-logo__text small {
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 0.78rem !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
}

body.page-home .magic-home-v3 .magic-partner-logo--image,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-logo--image {
  background: rgba(255, 255, 255, 0.94) !important;
  border-color: rgba(255, 255, 255, 0.78) !important;
  justify-content: center !important;
  min-height: 104px !important;
  min-width: clamp(220px, 20vw, 305px) !important;
  padding: 0.85rem 1.2rem !important;
}

body.page-home .magic-home-v3 .magic-partner-logo--image img,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-logo--image img {
  display: block !important;
  height: auto !important;
  max-height: 78px !important;
  max-width: min(230px, 100%) !important;
  object-fit: contain !important;
  width: auto !important;
}

body.page-home .magic-home-v3 .magic-partner-logo--lime { --partner-accent: #baff63; --partner-accent-soft: rgba(186, 255, 99, 0.14); }
body.page-home .magic-home-v3 .magic-partner-logo--sky { --partner-accent: #65d8ff; --partner-accent-soft: rgba(101, 216, 255, 0.15); }
body.page-home .magic-home-v3 .magic-partner-logo--mint { --partner-accent: #20d6b3; --partner-accent-soft: rgba(32, 214, 179, 0.15); }
body.page-home .magic-home-v3 .magic-partner-logo--violet { --partner-accent: #b88cff; --partner-accent-soft: rgba(184, 140, 255, 0.16); }
body.page-home .magic-home-v3 .magic-partner-logo--rose { --partner-accent: #f6a6c8; --partner-accent-soft: rgba(246, 166, 200, 0.15); }
body.page-home .magic-home-v3 .magic-partner-logo--amber { --partner-accent: #f2c06b; --partner-accent-soft: rgba(242, 192, 107, 0.15); }
body.page-home .magic-home-v3 .magic-partner-logo--green { --partner-accent: #64ff8f; --partner-accent-soft: rgba(100, 255, 143, 0.14); }
body.page-home .magic-home-v3 .magic-partner-logo--blue { --partner-accent: #7aa7ff; --partner-accent-soft: rgba(122, 167, 255, 0.15); }
body.page-home .magic-home-v3 .magic-partner-logo--cyan { --partner-accent: #6fe7ff; --partner-accent-soft: rgba(111, 231, 255, 0.14); }
body.page-home .magic-home-v3 .magic-partner-logo--coral { --partner-accent: #ff684d; --partner-accent-soft: rgba(255, 104, 77, 0.14); }

@keyframes ww-logo-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 760px) {
  body.page-home .magic-home-v3 .magic-partner-cloud,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-cloud {
    padding: clamp(3.5rem, 14vw, 5rem) 0 !important;
  }

  body.page-home .magic-home-v3 .magic-partner-cloud__heading,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-cloud__heading {
    max-width: calc(100vw - 32px) !important;
  }

  body.page-home .magic-home-v3 .magic-partner-cloud__heading h2,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-cloud__heading h2 {
    font-size: clamp(2.25rem, 12vw, 3.45rem) !important;
    max-width: 11ch !important;
    margin-inline: auto !important;
  }

  body.page-home .magic-home-v3 .magic-partner-logo,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-logo {
    min-height: 72px !important;
    min-width: 176px !important;
    padding: 0.68rem 0.78rem !important;
  }

  body.page-home .magic-home-v3 .magic-partner-logo__mark,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-logo__mark {
    height: 38px !important;
    width: 38px !important;
  }

  body.page-home .magic-home-v3 .magic-partner-logo--image,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-logo--image {
    min-height: 84px !important;
    min-width: 190px !important;
    padding: 0.62rem 0.85rem !important;
  }

  body.page-home .magic-home-v3 .magic-partner-logo--image img,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-logo--image img {
    max-height: 58px !important;
    max-width: 158px !important;
  }

  body.page-home .magic-home-v3 .magic-partner-logo__text small,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-logo__text small {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-home .magic-home-v3 .magic-partner-cloud__marquee,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-cloud__marquee {
    -webkit-mask-image: none !important;
    mask-image: none !important;
    overflow: visible !important;
  }

  body.page-home .magic-home-v3 .magic-partner-cloud__track,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-partner-cloud__track {
    animation: none !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    margin-inline: auto !important;
    max-width: min(1100px, calc(100vw - 32px)) !important;
    width: auto !important;
  }
}

/* Home hero logo marquee: real partner/tool logos inside the first viewport only. */
@media (min-width: 1025px) {
  body.page-home .magic-home-v3 .magic-intro,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro {
    height: auto !important;
    min-height: 100svh !important;
    overflow: hidden !important;
  }

  body.page-home .magic-home-v3 .magic-intro__sticky,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__sticky {
    align-content: center !important;
    display: grid !important;
    grid-template-rows: auto auto !important;
    height: auto !important;
    justify-items: center !important;
    min-height: 100svh !important;
    overflow: hidden !important;
    padding: clamp(76px, 6vh, 98px) 0 clamp(20px, 3vh, 40px) !important;
    position: relative !important;
  }

  body.page-home .magic-home-v3 .magic-intro__content,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__content {
    justify-items: center !important;
    margin-inline: auto !important;
    text-align: center !important;
    transform: translateY(clamp(-44px, -3.4vh, -28px)) !important;
  }

  body.page-home .magic-home-v3 .magic-intro-logo-strip,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro-logo-strip {
    display: grid !important;
    gap: clamp(10px, 1.35vw, 18px) !important;
    left: auto !important;
    margin: clamp(28px, 4vh, 58px) calc(50% - 50vw) 0 !important;
    pointer-events: none !important;
    position: relative !important;
    transform: none !important;
    width: 100vw !important;
    z-index: 4 !important;
  }

  body.page-home .magic-home-v3 .magic-intro-logo-strip__rows,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro-logo-strip__rows {
    display: grid !important;
    gap: clamp(10px, 1.2vw, 16px) !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-intro-logo-strip__marquee,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro-logo-strip__marquee {
    overflow: hidden !important;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%) !important;
    mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%) !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-intro-logo-strip__track,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro-logo-strip__track {
    align-items: center !important;
    animation: ww-hero-logo-marquee 54s linear infinite !important;
    display: flex !important;
    gap: clamp(2.4rem, 5vw, 6.4rem) !important;
    padding-inline: clamp(1.5rem, 4vw, 4rem) !important;
    width: max-content !important;
    will-change: transform !important;
  }

  body.page-home .magic-home-v3 .magic-intro-logo-strip__marquee--reverse .magic-intro-logo-strip__track,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro-logo-strip__marquee--reverse .magic-intro-logo-strip__track {
    animation-direction: reverse !important;
    animation-duration: 64s !important;
  }

  body.page-home .magic-home-v3 .magic-intro-logo,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro-logo {
    align-items: center !important;
    display: flex !important;
    flex: 0 0 auto !important;
    justify-content: center !important;
    min-width: clamp(52px, 5vw, 94px) !important;
  }

  body.page-home .magic-home-v3 .magic-intro-logo img,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro-logo img {
    display: block !important;
    filter: brightness(0) invert(1) drop-shadow(0 8px 24px rgba(0, 0, 0, 0.28)) !important;
    height: clamp(28px, 2.45vw, 44px) !important;
    max-width: clamp(54px, 7vw, 130px) !important;
    object-fit: contain !important;
    opacity: 0.82 !important;
    width: auto !important;
  }

  body.page-home .magic-home-v3 .magic-intro-logo--wordmark img,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro-logo--wordmark img {
    height: clamp(22px, 1.9vw, 34px) !important;
    max-width: clamp(132px, 12vw, 210px) !important;
  }

  body.page-home .magic-home-v3 .magic-intro-logo--etn,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro-logo--etn {
    min-width: clamp(116px, 11vw, 215px) !important;
  }

  body.page-home .magic-home-v3 .magic-intro-logo--etn img,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro-logo--etn img {
    height: clamp(34px, 3.35vw, 62px) !important;
    max-width: clamp(124px, 12vw, 232px) !important;
    opacity: 0.76 !important;
  }
}

@media (max-width: 1024px) {
  body.page-home .magic-home-v3 .magic-intro-logo-strip,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro-logo-strip {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-home .magic-home-v3 .magic-intro-logo-strip__track,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro-logo-strip__track {
    animation: none !important;
  }
}

@keyframes ww-hero-logo-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Final internal spacing guard: keep top and bottom padding visually identical. */
body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  .page-realisations,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) {
  --ww-internal-section-y: clamp(34px, 4.8vw, 72px);
  --ww-internal-section-gap: clamp(24px, 4vw, 48px);
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  .page-realisations,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(
  .section,
  .section-cloud,
  .section-tight,
  .section-shell:not(.section-shell--hero):not(.section-shell--intro),
  .local-beyonds-section,
  .ww-blog-featured,
  .ww-blog-groups,
  .ww-blog-categories,
  .realisations-page-routes,
  .realisations-mockups
) {
  padding-block: var(--ww-internal-section-y) !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-services,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) .local-beyonds-section {
  gap: var(--ww-internal-section-gap) !important;
}

body.site-page.page-contact:not(.magic-scroll-active) .contact-form-section {
  padding-bottom: 22px !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  .page-realisations,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(
  .section,
  .section-cloud,
  .section-tight,
  .section-shell:not(.section-shell--hero):not(.section-shell--intro),
  .local-beyonds-section,
  .ww-blog-featured,
  .ww-blog-groups,
  .ww-blog-categories,
  .realisations-page-routes,
  .realisations-mockups
) > :first-child {
  margin-top: 0 !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-audit-gratuit,
  .page-creation-site-wordpress,
  .page-seo-geo,
  .page-ia-automatisations,
  .page-offres,
  .page-contact,
  .page-a-propos,
  .page-services,
  .page-blog,
  .page-blog-article,
  .page-realisations,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(
  .section,
  .section-cloud,
  .section-tight,
  .section-shell:not(.section-shell--hero):not(.section-shell--intro),
  .local-beyonds-section,
  .ww-blog-featured,
  .ww-blog-groups,
  .ww-blog-categories,
  .realisations-page-routes,
  .realisations-mockups
) > :last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 640px) {
  body.site-page:not(.magic-scroll-active):is(
    .page-audit-gratuit,
    .page-creation-site-wordpress,
    .page-seo-geo,
    .page-ia-automatisations,
    .page-offres,
    .page-contact,
    .page-a-propos,
    .page-services,
    .page-blog,
    .page-blog-article,
    .page-realisations,
    [class*="page-agence-"],
    [class*="page-developpement-"],
    .page-creation-site-vitrine-paris,
    .page-creation-landing-page-paris,
    .page-creation-application-web-mobile-paris,
    .page-automatisation-ia-crm-paris
  ) {
    --ww-internal-section-y: clamp(32px, 10vw, 54px);
    --ww-internal-section-gap: clamp(20px, 7vw, 34px);
  }
}

/* Subpages final centering pass: titles stay aligned with the page, not trapped in a narrow visual column. */
body.site-page:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) :where(
  .hero-cloud__inner,
  .hero-cloud__content,
  .page-intro__content,
  .local-beyonds-hero__grid,
  .local-beyonds-hero__copy,
  .ww-blog-hero__inner,
  .ww-blog-hero__copy,
  .realisations-clean-hero,
  .realisations-clean-hero__copy
) {
  align-items: center !important;
  justify-items: center !important;
  margin-inline: auto !important;
  text-align: center !important;
}

body.site-page:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) :where(
  .hero-cloud__inner,
  .local-beyonds-hero__grid,
  .ww-blog-hero__inner,
  .realisations-clean-hero
) {
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: min(1280px, calc(100vw - 40px)) !important;
  width: 100% !important;
}

body.site-page:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) :where(
  .hero-cloud__content,
  .page-intro__content,
  .local-beyonds-hero__copy,
  .ww-blog-hero__copy,
  .realisations-clean-hero__copy
) {
  max-width: min(100%, 82rem) !important;
  width: 100% !important;
}

body.site-page:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) :where(
  .hero-cloud__title.hero-title,
  .page-intro__title,
  .local-beyonds-hero h1,
  .ww-blog-hero h1,
  .realisations-clean-hero h1
) {
  font-size: clamp(2.75rem, 4.45vw, 5rem) !important;
  line-height: 0.98 !important;
  margin-inline: auto !important;
  max-width: min(100%, 82rem) !important;
  overflow-wrap: normal !important;
  text-align: center !important;
  text-wrap: balance !important;
  white-space: normal !important;
  word-break: normal !important;
}

body.site-page:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) .hero-cloud__title.hero-title span {
  display: inline !important;
  white-space: normal !important;
}

body.site-page:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) :where(
  .section-heading,
  .cta-panel__content,
  .local-beyonds-section__heading,
  .local-beyonds-copy-block,
  .realisations-mockups__heading,
  .realisations-page-routes__heading,
  .ww-blog-group__head,
  .ww-blog-featured__copy,
  .audit-split__copy,
  .audit-form-copy,
  .wordpress-split__copy,
  .wordpress-conversion__panel > div:first-child,
  .seo-geo-not__copy,
  .offres-detail__copy,
  .contact-form-copy
) {
  justify-items: center !important;
  margin-inline: auto !important;
  max-width: min(100%, 78rem) !important;
  text-align: center !important;
}

body.site-page:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) :where(
  .section-heading h2,
  .cta-panel__title,
  .cta-panel h2,
  .local-beyonds-section__heading h2,
  .local-beyonds-copy-block h2,
  .local-beyonds-cta h2,
  .realisations-mockups__heading h2,
  .realisations-page-routes__heading h2,
  .realisations-clean-cta h2,
  .ww-blog-featured__copy h2,
  .ww-blog-group__head h2,
  .audit-split__copy h2,
  .audit-form-copy h2,
  .audit-trust__panel h2,
  .wordpress-split__copy h2,
  .wordpress-conversion__panel h2,
  .seo-geo-not__copy h2,
  .offres-detail__copy h2,
  .contact-form-copy h2
) {
  font-size: clamp(2.05rem, 3.35vw, 4.15rem) !important;
  line-height: 1.03 !important;
  margin-inline: auto !important;
  max-width: min(100%, 72rem) !important;
  overflow-wrap: normal !important;
  text-align: center !important;
  text-wrap: balance !important;
  white-space: normal !important;
  word-break: normal !important;
}

body.site-page:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) :where(
  .hero-cloud__subtitle,
  .page-intro__text,
  .local-beyonds-lead,
  .section-heading p,
  .cta-panel p,
  .local-beyonds-section__heading p,
  .local-beyonds-copy-block p,
  .realisations-clean-hero__copy > p:not(.magic-section__kicker),
  .realisations-mockups__heading p,
  .realisations-page-routes__heading p,
  .ww-blog-hero__copy > p,
  .ww-blog-group__head p
) {
  margin-inline: auto !important;
  max-width: min(100%, 48rem) !important;
  text-align: center !important;
}

body.site-page:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) :where(
  .hero-cloud__actions,
  .page-intro__actions,
  .local-beyonds-actions,
  .ww-blog-hero__actions,
  .realisations-clean-hero__actions,
  .cta-panel__actions,
  .form-actions
) {
  justify-content: center !important;
  justify-items: center !important;
  margin-inline: auto !important;
  text-align: center !important;
}

body.site-page.page-local-city-clone.magic-scroll-active .coachvisible-next :where(
  .cv-next-hero__copy,
  .cv-next-heading,
  .cv-next-split__copy,
  .cv-next-rdv__copy,
  .cv-next-form-copy,
  .cv-next-faq__copy
) {
  align-items: center !important;
  justify-items: center !important;
  margin-inline: auto !important;
  max-width: min(100%, 78rem) !important;
  text-align: center !important;
}

body.site-page.page-local-city-clone.magic-scroll-active .coachvisible-next :where(
  .cv-next-hero h1,
  .cv-next-heading h2,
  .cv-next-split__copy h2,
  .cv-next-rdv__copy h2,
  .cv-next-form-copy h2,
  .cv-next-faq__copy h2
) {
  margin-inline: auto !important;
  max-width: min(100%, 76rem) !important;
  text-align: center !important;
  text-wrap: balance !important;
}

@media (max-width: 760px) {
  body.site-page:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) :where(
    .hero-cloud__inner,
    .local-beyonds-hero__grid,
    .ww-blog-hero__inner,
    .realisations-clean-hero
  ) {
    max-width: min(100%, calc(100vw - 32px)) !important;
  }

  body.site-page:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) :where(
    .hero-cloud__title.hero-title,
    .page-intro__title,
    .local-beyonds-hero h1,
    .ww-blog-hero h1,
    .realisations-clean-hero h1
  ) {
    font-size: clamp(1.6rem, 7vw, 2.45rem) !important;
    line-height: 1.02 !important;
    max-width: min(100%, 36rem) !important;
  }

  body.site-page:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) :where(
    .section-heading h2,
    .cta-panel__title,
    .cta-panel h2,
    .local-beyonds-section__heading h2,
    .local-beyonds-copy-block h2,
    .local-beyonds-cta h2,
    .realisations-mockups__heading h2,
    .realisations-page-routes__heading h2,
    .realisations-clean-cta h2,
    .ww-blog-featured__copy h2,
    .ww-blog-group__head h2,
    .audit-split__copy h2,
    .audit-form-copy h2,
    .audit-trust__panel h2,
    .wordpress-split__copy h2,
    .wordpress-conversion__panel h2,
    .seo-geo-not__copy h2,
    .offres-detail__copy h2,
    .contact-form-copy h2
  ) {
    font-size: clamp(1.45rem, 6.4vw, 2.2rem) !important;
    line-height: 1.05 !important;
    max-width: min(100%, 34rem) !important;
  }
}

/* Local service pages need a stronger lock because older rules target the same H1 with high specificity. */
body.site-page:not(.magic-scroll-active):is(
  .page-services,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) .local-beyonds-hero {
  margin-inline: calc(50% - 50vw) !important;
  max-width: none !important;
  width: 100vw !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-services,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) .local-beyonds-hero__grid {
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: center !important;
  margin-inline: auto !important;
  max-width: min(1440px, calc(100vw - 48px)) !important;
  text-align: center !important;
  width: 100% !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-services,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) .local-beyonds-hero__copy {
  max-width: min(100%, 86rem) !important;
  width: 100% !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-services,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) .local-beyonds-hero h1 {
  font-size: clamp(2.85rem, 4.1vw, 5rem) !important;
  line-height: 0.98 !important;
  max-width: min(100%, 86rem) !important;
  text-align: center !important;
  text-wrap: balance !important;
  white-space: normal !important;
}

body.site-page:not(.magic-scroll-active):is(
  .page-services,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :is(.local-beyonds-section__heading h2, .local-beyonds-copy-block h2, .local-beyonds-cta h2) {
  max-width: min(100%, 72rem) !important;
  text-align: center !important;
}

@media (max-width: 760px) {
  body.site-page:not(.magic-scroll-active):is(
    .page-services,
    [class*="page-agence-"],
    [class*="page-developpement-"],
    .page-creation-site-vitrine-paris,
    .page-creation-landing-page-paris,
    .page-creation-application-web-mobile-paris,
    .page-automatisation-ia-crm-paris
  ) .local-beyonds-hero__grid {
    max-width: min(100%, calc(100vw - 32px)) !important;
  }

  body.site-page:not(.magic-scroll-active):is(
    .page-services,
    [class*="page-agence-"],
    [class*="page-developpement-"],
    .page-creation-site-vitrine-paris,
    .page-creation-landing-page-paris,
    .page-creation-application-web-mobile-paris,
    .page-automatisation-ia-crm-paris
  ) .local-beyonds-hero h1 {
    font-size: clamp(1.58rem, 6.8vw, 2.35rem) !important;
    line-height: 1.03 !important;
    max-width: min(100%, 36rem) !important;
  }
}

/* Global display type comfort pass: keep hero titles readable on desktop and mobile. */
body.page-home .magic-home-v3 .magic-intro__content,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__content {
  max-width: min(1040px, calc(100vw - (var(--magic-gutter, 48px) * 2))) !important;
}

body.page-home .magic-home-v3 .magic-intro__headline,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__headline {
  font-size: clamp(3rem, 4vw, 4.3rem) !important;
  line-height: 1.02 !important;
  max-width: min(100%, 1040px) !important;
  min-height: auto !important;
  width: min(100%, 1040px) !important;
}

body.page-home .magic-home-v3 .magic-intro__line,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__line {
  font-size: clamp(3rem, 4vw, 4.3rem) !important;
  line-height: 1.02 !important;
  max-width: min(100%, 1040px) !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
}

body.page-home .magic-home-v3 :is(
  .magic-who__title,
  .magic-proof-layer__heading h2,
  .ww-expertise-links__heading h2,
  .magic-services__heading h2,
  .magic-local-links__heading h2,
  .magic-method__heading h2,
  .magic-faq__heading h2,
  .magic-partner-cloud__heading h2,
  .magic-final h2
),
body.site-page.page-home.magic-scroll-active .magic-home-v3 :is(
  .magic-who__title,
  .magic-proof-layer__heading h2,
  .ww-expertise-links__heading h2,
  .magic-services__heading h2,
  .magic-local-links__heading h2,
  .magic-method__heading h2,
  .magic-faq__heading h2,
  .magic-partner-cloud__heading h2,
  .magic-final h2
) {
  font-size: clamp(2.25rem, 4.1vw, 4.35rem) !important;
  line-height: 1.02 !important;
  max-width: min(100%, 56rem) !important;
  text-wrap: balance !important;
}

body.page-coachvisible .coachvisible-next .cv-next-hero h1,
body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero h1 {
  font-size: clamp(2.55rem, 4.1vw, 3.55rem) !important;
  line-height: 1.04 !important;
  max-width: min(100%, 44rem) !important;
  text-wrap: balance !important;
}

body.site-page.page-a-propos .about-one-copy h1 {
  font-size: clamp(3rem, 4.8vw, 4.6rem) !important;
  line-height: 1 !important;
  max-width: min(100%, 44rem) !important;
  text-wrap: balance !important;
}

body.site-page:not(.page-home):not(.page-coachvisible) :is(
  .hero-cloud__title.hero-title,
  .page-intro__title,
  .local-beyonds-hero h1,
  .ww-blog-hero h1,
  .ww-article-hero h1,
  .realisations-clean-hero h1
) {
  font-size: clamp(2.55rem, 3.7vw, 3.65rem) !important;
  line-height: 1.04 !important;
  max-width: min(100%, 50rem) !important;
  text-wrap: balance !important;
}

body.site-page:not(.page-home):not(.page-coachvisible) :is(
  .section-heading h2,
  .cta-panel__title,
  .dark-strip__title,
  .local-beyonds-section__heading h2,
  .local-beyonds-copy-block h2,
  .local-beyonds-cta h2,
  .realisations-mockups__heading h2,
  .realisations-page-routes__heading h2,
  .realisations-clean-cta h2,
  .magic-concepts__heading h2,
  .magic-asset-showcase__heading h2,
  .ww-blog-featured__copy h2,
  .ww-blog-group__head h2,
  .audit-split__copy h2,
  .audit-form-copy h2,
  .audit-trust__panel h2,
  .wordpress-split__copy h2,
  .wordpress-conversion__panel h2,
  .seo-geo-not__copy h2,
  .offres-detail__copy h2,
  .contact-form-copy h2,
  .cv-next-heading h2,
  .cv-next-human__copy h2,
  .cv-next-benefit h2,
  .cv-next-form-copy h2
) {
  font-size: clamp(1.95rem, 3.1vw, 3.25rem) !important;
  line-height: 1.06 !important;
  max-width: min(100%, 48rem) !important;
  text-wrap: balance !important;
}

@media (max-width: 760px) {
  body.page-home .magic-home-v3 {
    --ww-home-hero-frame: min(calc(100vw - (var(--ww-mobile-gutter, 18px) * 2)), 23rem) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__sticky,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__sticky {
    padding:
      calc(var(--magic-header-h, 64px) + clamp(52px, 8svh, 76px))
      var(--ww-mobile-gutter, 18px)
      clamp(40px, 10vw, 58px) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__content,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__content,
  body.page-home .magic-home-v3 .magic-intro__headline,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__headline {
    max-width: var(--ww-home-hero-frame) !important;
    width: var(--ww-home-hero-frame) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__line,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__line {
    font-size: clamp(1.9rem, 7.2vw, 2.25rem) !important;
    line-height: 1.09 !important;
    max-width: 100% !important;
    overflow-wrap: normal !important;
    white-space: normal !important;
  }

  body.page-home .magic-home-v3 .magic-intro__caption span,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__caption span {
    font-size: clamp(0.9rem, 3.4vw, 1rem) !important;
    line-height: 1.46 !important;
  }

  body.page-home .magic-home-v3 :is(
    .magic-who__title,
    .magic-proof-layer__heading h2,
    .ww-expertise-links__heading h2,
    .magic-services__heading h2,
    .magic-local-links__heading h2,
    .magic-method__heading h2,
    .magic-faq__heading h2,
    .magic-partner-cloud__heading h2,
    .magic-final h2
  ),
  body.site-page.page-home.magic-scroll-active .magic-home-v3 :is(
    .magic-who__title,
    .magic-proof-layer__heading h2,
    .ww-expertise-links__heading h2,
    .magic-services__heading h2,
    .magic-local-links__heading h2,
    .magic-method__heading h2,
    .magic-faq__heading h2,
    .magic-partner-cloud__heading h2,
    .magic-final h2
  ) {
    font-size: clamp(1.65rem, 7vw, 2.35rem) !important;
    line-height: 1.08 !important;
    max-width: min(100%, 22rem) !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-hero h1,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero h1 {
    font-size: clamp(1.85rem, 7.1vw, 2.25rem) !important;
    line-height: 1.09 !important;
    max-width: min(100%, 22rem) !important;
  }

  body.site-page.page-a-propos .about-one-copy h1 {
    font-size: clamp(2rem, 8.2vw, 2.45rem) !important;
    line-height: 1.06 !important;
    max-width: min(100%, 22rem) !important;
  }

  body.site-page:not(.page-home):not(.page-coachvisible) :is(
    .hero-cloud__title.hero-title,
    .page-intro__title,
    .local-beyonds-hero h1,
    .ww-blog-hero h1,
    .ww-article-hero h1,
    .realisations-clean-hero h1
  ) {
    font-size: clamp(1.65rem, 6.7vw, 2.05rem) !important;
    line-height: 1.1 !important;
    max-width: min(100%, 22rem) !important;
  }

  body.site-page:not(.page-home):not(.page-coachvisible) :is(
    .section-heading h2,
    .cta-panel__title,
    .dark-strip__title,
    .local-beyonds-section__heading h2,
    .local-beyonds-copy-block h2,
    .local-beyonds-cta h2,
    .realisations-mockups__heading h2,
    .realisations-page-routes__heading h2,
    .realisations-clean-cta h2,
    .magic-concepts__heading h2,
    .magic-asset-showcase__heading h2,
    .ww-blog-featured__copy h2,
    .ww-blog-group__head h2,
    .audit-split__copy h2,
    .audit-form-copy h2,
    .audit-trust__panel h2,
    .wordpress-split__copy h2,
    .wordpress-conversion__panel h2,
    .seo-geo-not__copy h2,
    .offres-detail__copy h2,
    .contact-form-copy h2,
    .cv-next-heading h2,
    .cv-next-human__copy h2,
    .cv-next-benefit h2,
    .cv-next-form-copy h2
  ) {
    font-size: clamp(1.45rem, 6.2vw, 1.95rem) !important;
    line-height: 1.12 !important;
    max-width: min(100%, 22rem) !important;
  }
}

/* Home offers spacing guard: equal internal breathing above the title and below the cards. */
body.page-home .magic-home-v3 .magic-offers-entry,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry {
  padding-block: 0 !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-services__sticky,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-services__sticky {
  --ww-offers-entry-y: clamp(88px, 5vw, 112px);
  box-sizing: border-box !important;
  gap: clamp(42px, 4vw, 60px) !important;
  padding-block: var(--ww-offers-entry-y) !important;
}

body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading h2,
body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-services__heading h2 {
  font-size: clamp(2.9rem, 3.8vw, 4.25rem) !important;
  line-height: 1.02 !important;
  max-width: min(100%, 24ch) !important;
  text-wrap: wrap !important;
  white-space: normal !important;
}

@media (max-width: 1024px) {
  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__sticky,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-services__sticky {
    --ww-offers-entry-y: clamp(70px, 8vw, 96px);
    padding-bottom: max(40px, calc(var(--ww-offers-entry-y) - 42px)) !important;
    padding-top: var(--ww-offers-entry-y) !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading h2,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-services__heading h2 {
    font-size: clamp(2.2rem, 5.8vw, 3.25rem) !important;
    max-width: min(100%, 22ch) !important;
  }
}

@media (max-width: 760px) {
  body.page-home .magic-home-v3 .magic-offers-entry,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry {
    padding-inline: var(--ww-mobile-gutter, 18px) !important;
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__sticky,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-services__sticky {
    --ww-offers-entry-y: calc(var(--magic-header-h, 64px) + clamp(18px, 5vw, 32px));
  }

  body.page-home .magic-home-v3 .magic-offers-entry .magic-services__heading h2,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-offers-entry .magic-services__heading h2 {
    font-size: clamp(1.55rem, 7vw, 1.72rem) !important;
    line-height: 1.08 !important;
    max-width: min(100%, 22rem) !important;
  }
}

/* Local service strip spacing guard: cards need real breathing room inside the strip. */
html body.site-page section.local-beyonds-strip.local-beyonds-strip {
  box-sizing: border-box !important;
  gap: clamp(12px, 2.4vw, 18px) !important;
  padding-block: clamp(14px, 3vw, 22px) !important;
  padding-inline: 0 !important;
}

html body.site-page section.local-beyonds-strip.local-beyonds-strip > .local-beyonds-strip__item {
  min-width: 0 !important;
}

/* Mobile modal guard: keep mockup previews inside the visible Safari viewport. */
@media (max-width: 760px) {
  html body .magic-project-panel {
    align-items: stretch !important;
    box-sizing: border-box !important;
    height: 100vh !important;
    height: 100dvh !important;
    justify-items: stretch !important;
    overflow: hidden !important;
    padding: max(10px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left)) !important;
  }

  html body .magic-project-panel__card {
    border-radius: 18px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    max-height: calc(100dvh - max(20px, env(safe-area-inset-top)) - max(20px, env(safe-area-inset-bottom))) !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    padding: 12px !important;
    width: 100% !important;
  }

  html body .magic-project-panel__close {
    align-self: flex-end !important;
    min-height: 42px !important;
    position: sticky !important;
    right: auto !important;
    top: 0 !important;
  }

  html body .magic-project-panel__layout {
    display: grid !important;
    flex: 0 0 auto !important;
    gap: 14px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    height: auto !important;
    margin-top: 8px !important;
    padding-top: 0 !important;
  }

  html body .magic-project-panel__mockup {
    aspect-ratio: 16 / 10 !important;
    border-radius: 14px !important;
    height: auto !important;
    max-height: min(42dvh, 280px) !important;
    min-height: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  html body .magic-project-panel__mockup iframe:not([hidden]),
  html body .magic-project-panel__mockup img:not([hidden]) {
    display: block !important;
    height: 100% !important;
    left: auto !important;
    max-height: none !important;
    max-width: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: top center !important;
    position: static !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
  }
}

/* Home hero text alignment: keep the two intro paragraphs on one centered frame. */
@media (min-width: 761px) and (max-width: 1024px) {
  body.page-home .magic-home-v3 .magic-intro__caption,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__caption {
    justify-items: center !important;
  }

  body.page-home .magic-home-v3 .magic-intro__caption,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__caption,
  body.page-home .magic-home-v3 .magic-intro__caption span,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__caption span,
  body.page-home .magic-home-v3 .magic-intro__support,
  body.site-page.page-home.magic-scroll-active .magic-home-v3 .magic-intro__support {
    box-sizing: border-box !important;
    margin-inline: auto !important;
    max-width: min(100%, 36rem) !important;
    width: min(100%, 36rem) !important;
  }
}

/* Consent banner responsive polish: keep first-visit controls compact and clear. */
@media (max-width: 760px) {
  body.site-page .cookie-banner {
    inset: auto max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left)) !important;
    width: auto !important;
  }

  body.site-page .cookie-banner__panel {
    border-radius: 16px !important;
    gap: 10px !important;
    max-height: min(54svh, 25rem) !important;
    padding: 14px !important;
  }

  body.site-page .cookie-banner__copy {
    gap: 6px !important;
  }

  body.site-page .cookie-banner__copy h2 {
    font-size: clamp(1.02rem, 5.1vw, 1.22rem) !important;
    line-height: 1.12 !important;
  }

  body.site-page .cookie-banner__copy p {
    font-size: 0.88rem !important;
    line-height: 1.42 !important;
  }

  body.site-page .cookie-banner__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body.site-page .cookie-banner__actions .btn {
    min-height: 40px !important;
    padding: 0.58rem 0.72rem !important;
  }

  body.site-page .cookie-banner__actions [data-cookie-customize] {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 360px) {
  body.site-page .cookie-banner__actions {
    grid-template-columns: 1fr !important;
  }
}

/* WordPress service mobile hero: keep the eyebrow and H1 below the fixed header. */
@media (max-width: 760px) {
  body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) .hero-cloud.section-shell--hero {
    padding-top: calc(var(--magic-header-h, 64px) + clamp(28px, 7vw, 38px)) !important;
  }
}

/* WordPress creation page alignment pass: keep the service page centered and consistent. */
body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) {
  --internal-accent: #145cff;
  --internal-accent-2: #19c7dc;
  --internal-soft: #f6f8fb;
  --internal-soft-2: #eef5ff;
  --internal-deep: #0b1020;
  --ww-wordpress-frame: min(1120px, calc(100vw - 36px));
  --ww-wordpress-copy: min(100%, 50rem);
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) .hero-cloud.section-shell--hero {
  min-height: 0 !important;
  padding-top: calc(var(--magic-header-h, 76px) + clamp(44px, 6vw, 76px)) !important;
  padding-bottom: clamp(42px, 6vw, 72px) !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) :where(
  .container,
  .container-wide,
  .wordpress-final-cta
) {
  max-width: var(--ww-wordpress-frame) !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) :where(
  .hero-cloud__inner,
  .hero-cloud__content,
  .section-heading,
  .cta-panel__content
) {
  align-items: center !important;
  justify-items: center !important;
  margin-inline: auto !important;
  text-align: center !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) .hero-cloud__inner {
  gap: clamp(18px, 3vw, 34px) !important;
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: var(--ww-wordpress-frame) !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) .hero-cloud__content {
  max-width: min(100%, 58rem) !important;
  width: 100% !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) .hero-cloud__title.hero-title {
  font-size: clamp(2.55rem, 4.6vw, 5rem) !important;
  line-height: 1.02 !important;
  max-width: min(100%, 54rem) !important;
  text-wrap: balance !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) .hero-cloud__title.hero-title span {
  display: inline !important;
  white-space: normal !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) .hero-cloud__subtitle {
  max-width: min(100%, 52rem) !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) .hero-cloud__badges {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: center !important;
  justify-items: center !important;
  margin-inline: auto !important;
  max-width: min(100%, 54rem) !important;
  width: 100% !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) .hero-cloud__badges .trust-badge {
  justify-content: center !important;
  width: auto !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) .wordpress-proof .proof-strip {
  display: grid !important;
  gap: clamp(10px, 1.6vw, 16px) !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13.5rem), 1fr)) !important;
  margin-inline: auto !important;
  max-width: var(--ww-wordpress-frame) !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) :where(
  .section-heading,
  .cta-panel__content
) {
  max-width: var(--ww-wordpress-copy) !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) :where(
  .section-heading h2,
  .cta-panel__title,
  .cta-panel h2
) {
  font-size: clamp(2.2rem, 3.8vw, 4.3rem) !important;
  line-height: 1.04 !important;
  max-width: min(100%, 18ch) !important;
  text-align: center !important;
  text-wrap: balance !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) :where(
  .section-heading p,
  .cta-panel__text,
  .cta-panel p
) {
  margin-inline: auto !important;
  max-width: min(100%, 48rem) !important;
  text-align: center !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) :where(
  .wordpress-problem__grid,
  .wordpress-choice__grid,
  .wordpress-icon-grid,
  .wordpress-performance__grid,
  .wordpress-admin__grid,
  .wordpress-deliverables__grid,
  .wordpress-path-grid,
  .wordpress-avoid__grid,
  .wordpress-split__cards,
  .wordpress-conversion__cards
) {
  gap: clamp(16px, 2vw, 24px) !important;
  margin-inline: auto !important;
  width: 100% !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) .wordpress-problem__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) .wordpress-choice__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) :where(
  .wordpress-icon-grid,
  .wordpress-performance__grid,
  .wordpress-admin__grid,
  .wordpress-deliverables__grid,
  .wordpress-path-grid
) {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) :where(
  .wordpress-choice-card,
  .wordpress-icon-card,
  .wordpress-mini-card,
  .wordpress-path-card,
  .feature-card,
  .bento-card
) {
  align-content: start !important;
  min-height: 0 !important;
  padding: clamp(20px, 2.4vw, 30px) !important;
  text-align: left !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) :where(
  .wordpress-choice-card h3,
  .wordpress-icon-card h3,
  .wordpress-mini-card h3,
  .wordpress-path-card h3,
  .feature-card__title,
  .bento-card__title
) {
  font-size: clamp(1.25rem, 1.45vw, 1.65rem) !important;
  line-height: 1.16 !important;
  margin-bottom: 0.6rem !important;
  text-align: left !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) :where(
  .wordpress-choice-card p,
  .wordpress-icon-card p,
  .wordpress-mini-card p,
  .wordpress-path-card p,
  .feature-card__text,
  .bento-card__text
) {
  text-align: left !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) :where(
  .wordpress-split,
  .wordpress-conversion__panel
) {
  align-items: center !important;
  gap: clamp(24px, 4vw, 52px) !important;
  margin-inline: auto !important;
  max-width: var(--ww-wordpress-frame) !important;
  width: 100% !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) .wordpress-split {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr) !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) .wordpress-conversion__panel {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr) !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) :where(
  .wordpress-split__copy,
  .wordpress-conversion__panel > div:first-child
) {
  align-items: start !important;
  justify-items: start !important;
  margin-inline: 0 !important;
  max-width: min(100%, 38rem) !important;
  position: static !important;
  text-align: left !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) :where(
  .wordpress-split__copy h2,
  .wordpress-conversion__panel h2
) {
  font-size: clamp(2rem, 3vw, 3.45rem) !important;
  line-height: 1.06 !important;
  margin-inline: 0 !important;
  max-width: min(100%, 14ch) !important;
  text-align: left !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) :where(
  .wordpress-split__copy p,
  .wordpress-conversion__panel p
) {
  margin-inline: 0 !important;
  text-align: left !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) .wordpress-note {
  text-align: left !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) .wordpress-method__grid .bento-card {
  grid-column: span 4 !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) .wordpress-method__grid .bento-card:nth-last-child(-n + 2) {
  grid-column: span 6 !important;
}

body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) :where(
  .wordpress-choice__note,
  .wordpress-seo__note,
  .wordpress-section-note,
  .home-section-action
) {
  margin-inline: auto !important;
  text-align: center !important;
}

@media (max-width: 920px) {
  body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) {
    --ww-wordpress-frame: min(720px, calc(100vw - 32px));
  }

  body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) :where(
    .wordpress-problem__grid,
    .wordpress-icon-grid,
    .wordpress-performance__grid,
    .wordpress-admin__grid,
    .wordpress-deliverables__grid,
    .wordpress-path-grid
  ) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) :where(
    .wordpress-split,
    .wordpress-conversion__panel
  ) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) :where(
    .wordpress-split__copy,
    .wordpress-conversion__panel > div:first-child
  ) {
    align-items: center !important;
    justify-items: center !important;
    margin-inline: auto !important;
    max-width: min(100%, 44rem) !important;
    text-align: center !important;
  }

  body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) :where(
    .wordpress-split__copy h2,
    .wordpress-conversion__panel h2,
    .wordpress-split__copy p,
    .wordpress-conversion__panel p
  ) {
    margin-inline: auto !important;
    text-align: center !important;
  }
}

@media (max-width: 640px) {
  body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) {
    --ww-wordpress-frame: min(100%, calc(100vw - 32px));
  }

  body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) .hero-cloud.section-shell--hero {
    padding-top: calc(var(--magic-header-h, 64px) + clamp(34px, 9vw, 48px)) !important;
    padding-bottom: clamp(34px, 10vw, 52px) !important;
  }

  body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) .hero-cloud__title.hero-title {
    font-size: clamp(1.9rem, 8.2vw, 2.65rem) !important;
    line-height: 1.05 !important;
    max-width: min(100%, 22rem) !important;
  }

  body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) .hero-cloud__badges .trust-badge {
    width: 100% !important;
  }

  body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) :where(
    .wordpress-problem__grid,
    .wordpress-choice__grid,
    .wordpress-icon-grid,
    .wordpress-performance__grid,
    .wordpress-admin__grid,
    .wordpress-deliverables__grid,
    .wordpress-path-grid,
    .wordpress-avoid__grid,
    .wordpress-split__cards,
    .wordpress-conversion__cards
  ) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) :where(
    .section-heading h2,
    .cta-panel__title,
    .cta-panel h2,
    .wordpress-split__copy h2,
    .wordpress-conversion__panel h2
  ) {
    font-size: clamp(1.55rem, 7vw, 2.2rem) !important;
    line-height: 1.1 !important;
    max-width: min(100%, 22rem) !important;
    text-align: center !important;
  }

  body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) :where(
    .wordpress-choice-card,
    .wordpress-icon-card,
    .wordpress-mini-card,
    .wordpress-path-card,
    .feature-card,
    .bento-card,
    .wordpress-conversion__panel,
    .cta-panel
  ) {
    padding: clamp(18px, 5.5vw, 24px) !important;
  }

  body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) .wordpress-method__grid .bento-card,
  body.site-page.page-creation-site-wordpress:not(.magic-scroll-active) .wordpress-method__grid .bento-card:nth-last-child(-n + 2) {
    grid-column: auto !important;
  }
}

@media (min-width: 921px) {
  body.site-page.page-creation-site-wordpress:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) .wordpress-split .wordpress-split__copy,
  body.site-page.page-creation-site-wordpress:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) .wordpress-conversion__panel > div:first-child {
    align-items: start !important;
    justify-items: start !important;
    margin-inline: 0 !important;
    max-width: min(100%, 38rem) !important;
    text-align: left !important;
  }

  body.site-page.page-creation-site-wordpress:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) .wordpress-split .wordpress-split__copy h2,
  body.site-page.page-creation-site-wordpress:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) .wordpress-conversion__panel > div:first-child h2 {
    font-size: clamp(2rem, 3vw, 3.45rem) !important;
    line-height: 1.06 !important;
    margin-inline: 0 !important;
    max-width: min(100%, 14ch) !important;
    text-align: left !important;
  }

  body.site-page.page-creation-site-wordpress:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) .wordpress-split .wordpress-split__copy p,
  body.site-page.page-creation-site-wordpress:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) .wordpress-conversion__panel > div:first-child p {
    margin-inline: 0 !important;
    text-align: left !important;
  }
}

@media (max-width: 760px) {
  body.site-page.page-creation-site-wordpress:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) .wordpress-problem__grid,
  body.site-page.page-creation-site-wordpress:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) .wordpress-choice__grid,
  body.site-page.page-creation-site-wordpress:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) .wordpress-icon-grid,
  body.site-page.page-creation-site-wordpress:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) .wordpress-performance__grid,
  body.site-page.page-creation-site-wordpress:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) .wordpress-admin__grid,
  body.site-page.page-creation-site-wordpress:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) .wordpress-deliverables__grid,
  body.site-page.page-creation-site-wordpress:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) .wordpress-path-grid,
  body.site-page.page-creation-site-wordpress:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) .wordpress-avoid__grid,
  body.site-page.page-creation-site-wordpress:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) .wordpress-split__cards,
  body.site-page.page-creation-site-wordpress:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) .wordpress-conversion__cards,
  body.site-page.page-creation-site-wordpress:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) .wordpress-split,
  body.site-page.page-creation-site-wordpress:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) .wordpress-conversion__panel {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.site-page.page-creation-site-wordpress:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) .wordpress-method__grid.bento-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.site-page.page-creation-site-wordpress:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) .wordpress-method__grid .bento-card,
  body.site-page.page-creation-site-wordpress:not(.page-home):not(.page-coachvisible):not(.magic-scroll-active) .wordpress-method__grid .bento-card:nth-last-child(-n + 2) {
    grid-column: auto !important;
  }
}

/* Secondary service pages alignment pass: extend the WordPress page polish to service pages that share the local-beyonds layout. */
body.site-page:not(.page-home):not(.page-coachvisible):not(.page-local-city-clone):not(.magic-scroll-active):is(
  .page-services,
  .page-refonte-site-wordpress,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) {
  --ww-secondary-frame: min(1120px, calc(100vw - 32px));
  --ww-secondary-wide: min(1280px, calc(100vw - 32px));
}

body.site-page:not(.page-home):not(.page-coachvisible):not(.page-local-city-clone):not(.magic-scroll-active):is(
  .page-services,
  .page-refonte-site-wordpress,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(
  .local-beyonds-hero__grid,
  .local-beyonds-hero__copy,
  .local-beyonds-strip,
  .local-beyonds-section__heading,
  .local-beyonds-text-grid,
  .local-beyonds-deliverables,
  .local-beyonds-section--image,
  .local-beyonds-section--strategy,
  .local-beyonds-roadmap,
  .local-beyonds-link-grid
) {
  margin-inline: auto !important;
}

body.site-page:not(.page-home):not(.page-coachvisible):not(.page-local-city-clone):not(.magic-scroll-active):is(
  .page-services,
  .page-refonte-site-wordpress,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(
  .local-beyonds-strip,
  .local-beyonds-text-grid,
  .local-beyonds-deliverables,
  .local-beyonds-roadmap,
  .local-beyonds-link-grid
) {
  max-width: var(--ww-secondary-frame) !important;
  width: 100% !important;
}

body.site-page:not(.page-home):not(.page-coachvisible):not(.page-local-city-clone):not(.magic-scroll-active):is(
  .page-services,
  .page-refonte-site-wordpress,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(
  .local-beyonds-section--image,
  .local-beyonds-section--strategy
) {
  max-width: var(--ww-secondary-wide) !important;
  width: 100% !important;
}

body.site-page:not(.page-home):not(.page-coachvisible):not(.page-local-city-clone):not(.magic-scroll-active):is(
  .page-services,
  .page-refonte-site-wordpress,
  [class*="page-agence-"],
  [class*="page-developpement-"],
  .page-creation-site-vitrine-paris,
  .page-creation-landing-page-paris,
  .page-creation-application-web-mobile-paris,
  .page-automatisation-ia-crm-paris
) :where(
  .local-beyonds-section__heading,
  .local-beyonds-copy-block,
  .local-beyonds-cta
) {
  justify-items: center !important;
  text-align: center !important;
}

@media (min-width: 921px) {
  body.site-page:not(.page-home):not(.page-coachvisible):not(.page-local-city-clone):not(.magic-scroll-active):is(
    .page-refonte-site-wordpress,
    [class*="page-agence-"],
    [class*="page-developpement-"],
    .page-creation-site-vitrine-paris,
    .page-creation-landing-page-paris,
    .page-creation-application-web-mobile-paris,
    .page-automatisation-ia-crm-paris
  ) :where(
    .local-beyonds-section--image .local-beyonds-copy-block,
    .local-beyonds-section--strategy .local-beyonds-copy-block
  ) {
    align-items: start !important;
    justify-items: start !important;
    text-align: left !important;
  }
}

@media (max-width: 760px) {
  body.site-page:not(.page-home):not(.page-coachvisible):not(.page-local-city-clone):not(.magic-scroll-active):is(
    .page-services,
    .page-refonte-site-wordpress,
    [class*="page-agence-"],
    [class*="page-developpement-"],
    .page-creation-site-vitrine-paris,
    .page-creation-landing-page-paris,
    .page-creation-application-web-mobile-paris,
    .page-automatisation-ia-crm-paris
  ) :where(
    .local-beyonds-strip,
    .local-beyonds-deliverables,
    .local-beyonds-text-grid,
    .local-beyonds-section--image,
    .local-beyonds-section--strategy,
    .local-beyonds-pain-grid,
    .local-beyonds-roadmap,
    .local-beyonds-link-grid
  ) {
    grid-template-columns: minmax(0, 1fr) !important;
    max-width: min(100%, calc(100vw - 32px)) !important;
  }

  body.site-page:not(.page-home):not(.page-coachvisible):not(.page-local-city-clone):not(.magic-scroll-active):is(
    .page-services,
    .page-refonte-site-wordpress,
    [class*="page-agence-"],
    [class*="page-developpement-"],
    .page-creation-site-vitrine-paris,
    .page-creation-landing-page-paris,
    .page-creation-application-web-mobile-paris,
    .page-automatisation-ia-crm-paris
  ) :where(
    .local-beyonds-actions,
    .local-beyonds-section__heading,
    .local-beyonds-copy-block,
    .local-beyonds-cta
  ) {
    align-items: center !important;
    justify-items: center !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.site-page:not(.page-home):not(.page-coachvisible):not(.page-local-city-clone):not(.magic-scroll-active):is(
    .page-services,
    .page-refonte-site-wordpress,
    [class*="page-agence-"],
    [class*="page-developpement-"],
    .page-creation-site-vitrine-paris,
    .page-creation-landing-page-paris,
    .page-creation-application-web-mobile-paris,
    .page-automatisation-ia-crm-paris
  ) .local-beyonds-roadmap article {
    grid-template-columns: 2.15rem minmax(0, 1fr) !important;
    text-align: left !important;
  }
}

body.page-audit-gratuit .audit-wizard-nav[hidden],
body.page-audit-gratuit .audit-wizard-nav__previous[hidden],
body.page-audit-gratuit .audit-wizard-nav__next[hidden] {
  display: none !important;
}

/* Responsive alignment guard: keep pages centered and prevent card/report drift. */
body.site-page:not(.magic-scroll-active) {
  --ww-responsive-gutter: clamp(14px, 3vw, 36px);
  --ww-responsive-frame: min(1480px, calc(100vw - (var(--ww-responsive-gutter) * 2)));
  overflow-x: clip !important;
}

body.site-page:not(.magic-scroll-active) :where(
  .site-main,
  .container,
  .container-wide,
  .hero-cloud__inner,
  .section > .container,
  .section-cloud > .container,
  .section-shell > .container,
  .local-beyonds-hero__grid,
  .local-beyonds-section__heading,
  .local-beyonds-text-grid,
  .local-beyonds-deliverables,
  .local-beyonds-roadmap,
  .local-beyonds-link-grid,
  .ww-blog-hero__inner,
  .ww-blog-featured__inner,
  .ww-blog-groups > .container-wide,
  .ww-blog-categories > .container-wide,
  .form-shell,
  .cta-panel
) {
  box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--ww-responsive-frame) !important;
  min-width: 0 !important;
  width: 100% !important;
}

body.site-page:not(.magic-scroll-active) :where(
  .feature-card,
  .bento-card,
  .process-step,
  .faq-item,
  .form-shell,
  .audit-mini-card,
  .audit-check-card,
  .audit-trust__panel,
  .wordpress-choice-card,
  .wordpress-icon-card,
  .wordpress-mini-card,
  .seo-geo-compare-card,
  .seo-geo-mini-card,
  .seo-geo-icon-card,
  .ai-icon-card,
  .ai-mini-card,
  .offres-mini-card,
  .offres-included,
  .contact-alt,
  .local-beyonds-list-card,
  .local-beyonds-roadmap article,
  .local-beyonds-deliverables article,
  .local-beyonds-link-grid a,
  .ww-blog-card,
  .ww-blog-featured__copy,
  .audit-report-hero,
  .audit-report-section,
  .audit-report-cta,
  .audit-report-finding,
  .audit-report-priority,
  .audit-report-service,
  .audit-report-problem,
  .audit-report-detail
) {
  box-sizing: border-box !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

body.page-audit-gratuit:not(.magic-scroll-active) .audit-experience-section .audit-canvas-container,
body.page-audit-gratuit:not(.magic-scroll-active) .audit-experience-section .audit-form,
body.page-audit-gratuit:not(.magic-scroll-active) .audit-result-panel,
body.page-audit-gratuit:not(.magic-scroll-active) .audit-result-panel--full {
  box-sizing: border-box !important;
  margin-inline: auto !important;
  max-width: min(100%, var(--ww-responsive-frame)) !important;
  min-width: 0 !important;
  width: 100% !important;
}

body.page-audit-gratuit:not(.magic-scroll-active) .audit-form.audit-wizard-is-complete,
body.page-audit-gratuit:not(.magic-scroll-active) .audit-form:has(.audit-result-panel--full:not([hidden])) {
  overflow: visible !important;
}

body.page-audit-gratuit:not(.magic-scroll-active) .audit-result-panel--full {
  justify-items: center !important;
  overflow: visible !important;
}

body.page-audit-gratuit:not(.magic-scroll-active) .audit-result-panel--full > * {
  margin-inline: auto !important;
  width: 100% !important;
}

body.page-audit-gratuit:not(.magic-scroll-active) :where(
  .audit-report-hero,
  .audit-report-section,
  .audit-report-cta
) {
  text-align: center !important;
}

body.page-audit-gratuit:not(.magic-scroll-active) :where(
  .audit-report-hero,
  .audit-report-section,
  .audit-report-cta,
  .audit-report-score,
  .audit-result-panel__eyebrow,
  .audit-report-badge
) {
  justify-self: center !important;
}

body.page-audit-gratuit:not(.magic-scroll-active) :where(
  .audit-report-hero h2,
  .audit-report-section h3,
  .audit-report-cta h3,
  .audit-report-finding h4,
  .audit-report-priority h4,
  .audit-report-service h4,
  .audit-report-problem h4,
  .audit-report-detail h4
) {
  margin-inline: auto !important;
  max-width: 100% !important;
  overflow-wrap: break-word !important;
  text-align: center !important;
  text-wrap: balance !important;
  white-space: normal !important;
  word-break: normal !important;
}

body.page-audit-gratuit:not(.magic-scroll-active) :where(
  .audit-report-finding,
  .audit-report-priority,
  .audit-report-service,
  .audit-report-problem,
  .audit-report-detail
) {
  text-align: left !important;
}

@media (max-width: 920px) {
  body.site-page:not(.magic-scroll-active) {
    --ww-responsive-gutter: clamp(12px, 4vw, 28px);
  }

  body.site-page:not(.magic-scroll-active) :where(h1, h2, h3, h4, h5, h6, strong, label, legend, summary, .faq-question, .field-label) {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    text-wrap: balance !important;
    white-space: normal !important;
    word-break: normal !important;
  }

  body.site-page:not(.magic-scroll-active) :where(.hero-cloud__title.hero-title span, .hero-cloud__title .text-gradient) {
    white-space: normal !important;
  }

  body.page-audit-gratuit:not(.magic-scroll-active) .audit-report-hero {
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
  }

  body.page-audit-gratuit:not(.magic-scroll-active) .audit-report-hero h2 {
    font-size: clamp(1.75rem, 9.5vw, 2.55rem) !important;
    line-height: 1.02 !important;
  }

  body.page-audit-gratuit:not(.magic-scroll-active) .audit-report-section h3,
  body.page-audit-gratuit:not(.magic-scroll-active) .audit-report-cta h3 {
    font-size: clamp(1.55rem, 8vw, 2.15rem) !important;
    line-height: 1.08 !important;
  }
}

@media (max-width: 520px) {
  body.site-page:not(.magic-scroll-active) {
    --ww-responsive-gutter: 8px;
  }

  body.page-audit-gratuit:not(.magic-scroll-active) .audit-experience-section .audit-form {
    padding: clamp(0.8rem, 4vw, 1rem) !important;
  }

  body.page-audit-gratuit:not(.magic-scroll-active) :where(
    .audit-report-hero,
    .audit-report-section,
    .audit-report-cta
  ) {
    padding: clamp(0.9rem, 4.6vw, 1.15rem) !important;
  }

body.page-audit-gratuit:not(.magic-scroll-active) .audit-report-score {
    width: min(8.2rem, 74vw) !important;
    height: min(8.2rem, 74vw) !important;
  }
}

/* Audit wizard polish: full-width questions, readable choices and safe CTA framing. */
html body.site-page.page-audit-gratuit.audit-wizard-page-lock {
  --audit-wizard-gutter: clamp(8px, 2.8vw, 18px);
  --audit-wizard-frame: min(100vw - (var(--audit-wizard-gutter) * 2), 54rem);
  --audit-wizard-content: min(100%, 38rem);
}

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section {
  padding-inline: var(--audit-wizard-gutter) !important;
}

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-experience-section .audit-canvas-container,
html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-form,
html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-shell,
html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-pages,
html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-page {
  box-sizing: border-box !important;
  margin-inline: auto !important;
  min-width: 0 !important;
  width: 100% !important;
}

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-experience-section .audit-canvas-container {
  max-width: var(--audit-wizard-frame) !important;
}

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-form {
  max-width: var(--audit-wizard-frame) !important;
  padding: clamp(0.72rem, 2.4vw, 1.1rem) !important;
}

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-page {
  justify-items: center !important;
}

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-meta,
html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-progress,
html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-page__header,
html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-grid,
html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-final-note,
html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-nav {
  box-sizing: border-box !important;
  max-width: var(--audit-wizard-content) !important;
  min-width: 0 !important;
  width: 100% !important;
}

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-page__header {
  padding-inline: clamp(0.9rem, 4vw, 1.3rem) !important;
}

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-page__header::after {
  right: clamp(0.65rem, 3vw, 1rem) !important;
}

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-page__header h3,
html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-page__header p,
html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-section {
  max-width: 100% !important;
  overflow-wrap: normal !important;
  text-wrap: balance !important;
  white-space: normal !important;
  word-break: normal !important;
}

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: stretch !important;
}

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-grid .field,
html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-grid .field--full,
html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-grid .field:only-child {
  box-sizing: border-box !important;
  grid-column: 1 / -1 !important;
  justify-self: stretch !important;
  max-width: 100% !important;
  min-width: 0 !important;
  width: 100% !important;
}

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .field-label {
  display: block !important;
  max-width: 100% !important;
  text-align: left !important;
  white-space: normal !important;
}

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section :where(.input, .select, .textarea) {
  box-sizing: border-box !important;
  display: block !important;
  max-width: 100% !important;
  text-align: left !important;
  width: 100% !important;
}

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .textarea {
  min-height: clamp(5.1rem, 15vh, 7rem) !important;
}

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-choice-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(0.42rem, 1.6vw, 0.65rem) !important;
  justify-content: stretch !important;
  width: 100% !important;
}

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-choice-card {
  align-items: center !important;
  box-sizing: border-box !important;
  color: #102033 !important;
  display: flex !important;
  justify-content: flex-start !important;
  min-height: clamp(2.75rem, 6.4vh, 3.35rem) !important;
  min-width: 0 !important;
  padding: 0.62rem 2.25rem 0.62rem 0.78rem !important;
  text-align: left !important;
  white-space: normal !important;
  width: 100% !important;
}

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-choice-card--soft {
  color: #2c4056 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 251, 255, 0.86)) !important;
  border-color: rgba(20, 92, 255, 0.18) !important;
  border-style: dashed !important;
}

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-choice-card.is-selected {
  color: #062c2a !important;
  padding-right: 2.6rem !important;
}

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-choice-card.is-selected::after {
  top: 50% !important;
  right: 0.68rem !important;
  transform: translateY(-50%) !important;
  width: 1.35rem !important;
  height: 1.35rem !important;
  font-size: 0.8rem !important;
  line-height: 1 !important;
}

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-nav {
  align-items: center !important;
  gap: 0.7rem !important;
  justify-content: center !important;
  padding-bottom: 0.15rem !important;
}

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-nav .btn {
  flex: 1 1 auto !important;
  max-width: 22rem !important;
  min-width: 0 !important;
  overflow: visible !important;
  width: 100% !important;
}

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-nav__previous:not([hidden]) {
  max-width: 11rem !important;
}

@media (max-width: 420px) {
  html body.site-page.page-audit-gratuit.audit-wizard-page-lock {
    --audit-wizard-gutter: 6px;
  }

  html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-form {
    padding: 0.62rem !important;
  }

  html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-shell {
    gap: 0.44rem !important;
  }

  html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-page {
    gap: 0.5rem !important;
  }

  html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-page__header {
    padding: 0.72rem !important;
  }

  html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-page__header h3 {
    font-size: clamp(1.22rem, 7.1vw, 1.7rem) !important;
  }

  html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-wizard-page__header p {
    font-size: 0.82rem !important;
  }

  html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-choice-card {
    font-size: 0.82rem !important;
    min-height: 2.65rem !important;
    padding-left: 0.66rem !important;
    padding-right: 2.25rem !important;
  }

  html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-choice-card.is-selected {
    padding-right: 2.45rem !important;
  }

html body.site-page.page-audit-gratuit.audit-wizard-page-lock .audit-canvas-section .audit-choice-card.is-selected::after {
    right: 0.58rem !important;
    width: 1.18rem !important;
    height: 1.18rem !important;
    font-size: 0.72rem !important;
  }
}

/* CoachVisible desktop alignment: keep the page on the same calm frame as the homepage. */
@media (min-width: 1025px) {
  body.page-coachvisible {
    --cv-desktop-frame: min(1120px, calc(100vw - 80px));
    --cv-desktop-copy: min(100%, 42rem);
    --cv-desktop-tight: min(100%, 56rem);
    background: #f6fbfb !important;
  }

  body.page-coachvisible.site-scroll-parallax .site-footer {
    bottom: auto !important;
    position: relative !important;
    transform: none !important;
  }

  body.page-coachvisible .coachvisible-next,
  body.page-coachvisible.magic-scroll-active .coachvisible-next {
    background:
      radial-gradient(circle at 12% 4%, rgba(101, 216, 255, 0.2), transparent 26rem),
      radial-gradient(circle at 86% 12%, rgba(45, 191, 169, 0.12), transparent 24rem),
      linear-gradient(180deg, #f6fbfb 0%, #ffffff 48%, #f3faf9 100%) !important;
    overflow-x: clip !important;
  }

  body.page-coachvisible .coachvisible-next :where(.container, .container-wide, .ww-expertise-links__inner),
  body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.container, .container-wide, .ww-expertise-links__inner) {
    box-sizing: border-box !important;
    margin-inline: auto !important;
    max-width: var(--cv-desktop-frame) !important;
    width: 100% !important;
  }

  body.page-coachvisible .coachvisible-next :where(
    .cv-next-hero,
    .cv-next-strip,
    .cv-next-maquettes,
    .cv-next-problem,
    .cv-next-package,
    .cv-next-expertise,
    .cv-next-system,
    .cv-next-seo,
    .cv-next-local-links,
    .cv-next-fit,
    .cv-next-culture,
    .cv-next-visual,
    .cv-next-method,
    .cv-next-trust,
    .cv-next-form-section
  ),
  body.page-coachvisible.magic-scroll-active .coachvisible-next :where(
    .cv-next-hero,
    .cv-next-strip,
    .cv-next-maquettes,
    .cv-next-problem,
    .cv-next-package,
    .cv-next-expertise,
    .cv-next-system,
    .cv-next-seo,
    .cv-next-local-links,
    .cv-next-fit,
    .cv-next-culture,
    .cv-next-visual,
    .cv-next-method,
    .cv-next-trust,
    .cv-next-form-section
  ) {
    min-height: 0 !important;
    padding-block: clamp(72px, 6.6vw, 104px) !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-hero,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero {
    padding-top: calc(var(--magic-header-h, 84px) + clamp(32px, 3.8vw, 56px)) !important;
  }

  body.page-coachvisible .coachvisible-next :where(
    .cv-next-hero__grid,
    .cv-next-split,
    .cv-next-rdv__grid,
    .cv-next-fit__grid,
    .cv-next-method__grid,
    .cv-next-form-grid,
    .cv-next-package__intro,
    .cv-next-package__cards
  ),
  body.page-coachvisible.magic-scroll-active .coachvisible-next :where(
    .cv-next-hero__grid,
    .cv-next-split,
    .cv-next-rdv__grid,
    .cv-next-fit__grid,
    .cv-next-method__grid,
    .cv-next-form-grid,
    .cv-next-package__intro,
    .cv-next-package__cards
  ) {
    gap: clamp(28px, 4vw, 56px) !important;
    max-width: var(--cv-desktop-frame) !important;
  }

  body.page-coachvisible .coachvisible-next :where(.cv-next-hero__grid, .cv-next-split, .cv-next-rdv__grid, .cv-next-form-grid),
  body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-hero__grid, .cv-next-split, .cv-next-rdv__grid, .cv-next-form-grid) {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
  }

  body.page-coachvisible .coachvisible-next :where(.cv-next-fit__grid, .cv-next-method__grid),
  body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-fit__grid, .cv-next-method__grid) {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr) !important;
  }

  body.page-coachvisible .coachvisible-next :where(
    .cv-next-hero__copy,
    .cv-next-split__copy,
    .cv-next-rdv__copy,
    .cv-next-form-copy
  ),
  body.page-coachvisible.magic-scroll-active .coachvisible-next :where(
    .cv-next-hero__copy,
    .cv-next-split__copy,
    .cv-next-rdv__copy,
    .cv-next-form-copy
  ) {
    align-items: start !important;
    justify-items: start !important;
    margin-inline: 0 !important;
    max-width: var(--cv-desktop-copy) !important;
    text-align: left !important;
  }

  body.page-coachvisible .coachvisible-next :where(.cv-next-heading, .ww-expertise-links__heading, .cv-next-faq__copy),
  body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-heading, .ww-expertise-links__heading, .cv-next-faq__copy) {
    justify-items: start !important;
    margin-inline: 0 auto !important;
    max-width: var(--cv-desktop-tight) !important;
    text-align: left !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-hero h1,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero h1 {
    font-size: clamp(3rem, 4vw, 4.3rem) !important;
    line-height: 1.02 !important;
    margin-inline: 0 !important;
    max-width: min(100%, 12.5ch) !important;
    text-align: left !important;
  }

  body.page-coachvisible .coachvisible-next :where(
    .cv-next-heading h2,
    .ww-expertise-links__heading h2,
    .cv-next-split__copy h2,
    .cv-next-rdv__copy h2,
    .cv-next-form-copy h2,
    .cv-next-faq__copy h2
  ),
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next :where(
    .cv-next-heading h2,
    .ww-expertise-links__heading h2,
    .cv-next-split__copy h2,
    .cv-next-rdv__copy h2,
    .cv-next-form-copy h2,
    .cv-next-faq__copy h2
  ) {
    font-size: clamp(2.25rem, 4.1vw, 4.35rem) !important;
    line-height: 1.02 !important;
    margin-inline: 0 !important;
    max-width: min(100%, 56rem) !important;
    text-align: left !important;
    text-wrap: balance !important;
  }

  body.page-coachvisible .coachvisible-next :where(
    .cv-next-lead,
    .cv-next-short,
    .cv-next-heading > p:not(.cv-next-eyebrow),
    .ww-expertise-links__heading p,
    .cv-next-split__copy p,
    .cv-next-rdv__copy p,
    .cv-next-form-copy p,
    .cv-next-faq__copy p
  ),
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next :where(
    .cv-next-lead,
    .cv-next-short,
    .cv-next-heading > p:not(.cv-next-eyebrow),
    .ww-expertise-links__heading p,
    .cv-next-split__copy p,
    .cv-next-rdv__copy p,
    .cv-next-form-copy p,
    .cv-next-faq__copy p
  ) {
    font-size: clamp(1.02rem, 1.25vw, 1.18rem) !important;
    line-height: 1.58 !important;
    margin-inline: 0 !important;
    max-width: 42rem !important;
    text-align: left !important;
  }

  body.page-coachvisible .coachvisible-next :where(.cv-next-actions, .cv-next-tags, .cv-next-form-hints),
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-actions, .cv-next-tags, .cv-next-form-hints) {
    justify-content: flex-start !important;
    margin-inline: 0 !important;
    max-width: var(--cv-desktop-copy) !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-actions .btn,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-actions .btn {
    flex: 0 1 auto !important;
    min-width: min(100%, 14.5rem) !important;
    width: auto !important;
  }

  body.page-coachvisible .coachvisible-next :where(
    .cv-next-strip__grid,
    .cv-next-card-grid,
    .cv-next-card-grid--four,
    .cv-next-card-grid--included,
    .cv-next-card-grid--visual,
    .cv-next-rdv__steps,
    .cv-next-steps,
    .cv-next-local-links__grid,
    .ww-expertise-links__grid,
    .cv-next-local-stats__grid
  ),
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next :where(
    .cv-next-strip__grid,
    .cv-next-card-grid,
    .cv-next-card-grid--four,
    .cv-next-card-grid--included,
    .cv-next-card-grid--visual,
    .cv-next-rdv__steps,
    .cv-next-steps,
    .cv-next-local-links__grid,
    .ww-expertise-links__grid,
    .cv-next-local-stats__grid
  ) {
    gap: clamp(16px, 2vw, 24px) !important;
  }

  body.page-coachvisible .coachvisible-next :where(
    .cv-next-benefit,
    .cv-next-card,
    .cv-next-step,
    .cv-next-panel,
    .cv-next-scope-card,
    .cv-next-local-link,
    .ww-expertise-link,
    .faq-item
  ),
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next :where(
    .cv-next-benefit,
    .cv-next-card,
    .cv-next-step,
    .cv-next-panel,
    .cv-next-scope-card,
    .cv-next-local-link,
    .ww-expertise-link,
    .faq-item
  ) {
    border-radius: 8px !important;
    margin-inline: 0 !important;
    max-width: none !important;
    padding: clamp(1.15rem, 1.9vw, 1.6rem) !important;
    text-align: left !important;
  }

  body.page-coachvisible .coachvisible-next :where(.cv-next-benefit h3, .cv-next-card h3, .cv-next-step h3, .cv-next-panel h3, .ww-expertise-link strong),
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-benefit h3, .cv-next-card h3, .cv-next-step h3, .cv-next-panel h3, .ww-expertise-link strong) {
    font-size: clamp(1.2rem, 1.35vw, 1.55rem) !important;
    line-height: 1.08 !important;
    margin-inline: 0 !important;
    max-width: none !important;
    text-align: left !important;
  }

  body.page-coachvisible .coachvisible-next :where(.cv-next-card p, .cv-next-benefit p, .cv-next-step p, .cv-next-panel p, .cv-next-panel span, .ww-expertise-link small),
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-card p, .cv-next-benefit p, .cv-next-step p, .cv-next-panel p, .cv-next-panel span, .ww-expertise-link small) {
    font-size: 1rem !important;
    line-height: 1.58 !important;
    margin-inline: 0 !important;
    max-width: none !important;
    text-align: left !important;
  }

  body.page-coachvisible .coachvisible-next :where(.cv-next-hero__visual, .cv-next-split__media, .cv-next-seo-mobile-media),
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-hero__visual, .cv-next-split__media, .cv-next-seo-mobile-media) {
    margin-inline: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  body.page-coachvisible .coachvisible-next :where(.cv-next-hero__visual > img, .cv-next-split__media img, .cv-next-inline-media, .cv-next-seo-mobile-media img, .cv-next-card__media),
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-hero__visual > img, .cv-next-split__media img, .cv-next-inline-media, .cv-next-seo-mobile-media img, .cv-next-card__media) {
    border-radius: 8px !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-hero__visual > img.cv-next-hero-generated,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-hero__visual > img.cv-next-hero-generated {
    aspect-ratio: 4 / 5 !important;
    height: auto !important;
    max-height: min(72vh, 660px) !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-method,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method {
    background:
      linear-gradient(rgba(8, 47, 57, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(8, 47, 57, 0.03) 1px, transparent 1px),
      linear-gradient(180deg, #ffffff 0%, #f6fbfa 52%, #eef8f5 100%) !important;
    background-size: 32px 32px, 32px 32px, auto !important;
    border-block: 1px solid rgba(8, 47, 57, 0.13) !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-method :where(h2, h3, strong),
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method :where(h2, h3, strong) {
    color: #082f39 !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-method :where(p),
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method :where(p) {
    color: #355960 !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-eyebrow,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-eyebrow {
    color: #007a86 !important;
  }

  body.page-coachvisible .coachvisible-next .cv-next-method .cv-next-step,
  body.site-page.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-method .cv-next-step {
    background: #ffffff !important;
    border-color: rgba(8, 47, 57, 0.13) !important;
    box-shadow: 0 18px 54px rgba(24, 72, 82, 0.1) !important;
  }
}
