@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Poppins:wght@400;500;600;700;800&display=swap");

:root {
  --nva-ink: #101512;
  --nva-deep: #151b17;
  --nva-surface: #1d241f;
  --nva-paper: #f5f3ec;
  --nva-white: #ffffff;
  --nva-muted: #b9c1bc;
  --nva-yellow: #ffc400;
  --nva-teal: #47bebc;
  --nva-line: rgba(255, 255, 255, 0.16);
  --nva-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.nva-preview {
  margin: 0;
  overflow-x: hidden;
  background: var(--nva-ink);
  color: var(--nva-white);
  font-family: "Poppins", Arial, sans-serif;
}

/* Compatibilité avec la mise en page pleine largeur d’Astra/Gutenberg. */
body.nva-accompaniment-page .entry-content,
body.nva-accompaniment-page .wp-block-post-content,
body.nva-accompaniment-page .site-content,
body.nva-accompaniment-page .ast-container {
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.nva-accompaniment-page #masthead,
body.nva-accompaniment-page .site-header {
  background: rgba(16, 21, 18, 0.92) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.nva-wordpress-page,
.nva-wordpress-page > section {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.nva-skip {
  position: fixed;
  z-index: 500;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  transform: translateY(-160%);
  background: var(--nva-yellow);
  color: var(--nva-ink);
  font-weight: 800;
}

.nva-skip:focus {
  transform: none;
}

.nva-preview-header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(16, 21, 18, 0.84);
  backdrop-filter: blur(12px);
}

.nva-preview-header__inner {
  display: flex;
  width: min(1320px, calc(100% - 48px));
  min-height: 92px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.nva-preview-brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  color: var(--nva-white);
  font-family: "Oswald", Impact, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.nva-preview-brand img {
  width: 116px;
  height: 62px;
  object-fit: contain;
  filter: drop-shadow(0 7px 18px rgba(0, 0, 0, 0.35));
}

.nva-preview-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
}

.nva-preview-nav a {
  color: var(--nva-white);
  font-family: "Oswald", Impact, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-decoration: none;
  text-transform: uppercase;
}

.nva-preview-nav a[aria-current="page"] {
  color: var(--nva-yellow);
}

.nva-preview-nav .nva-preview-nav__cta {
  padding: 13px 20px;
  background: var(--nva-yellow);
  color: var(--nva-ink);
}

.nva-preview-menu {
  display: none;
}

.nva,
.nva *,
.nva *::before,
.nva *::after {
  box-sizing: border-box;
}

.nva {
  overflow: clip;
  background: var(--nva-ink);
  color: var(--nva-white);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.68;
}

.nva h1,
.nva h2,
.nva h3,
.nva p,
.nva figure,
.nva blockquote,
.nva ul,
.nva ol {
  margin-top: 0;
}

.nva h1,
.nva h2,
.nva h3 {
  font-family: "Oswald", Impact, sans-serif;
  font-weight: 700;
  line-height: 0.98;
  text-transform: uppercase;
}

.nva h1 em,
.nva h2 em,
.nva h3 em {
  color: var(--nva-yellow);
  font-style: normal;
}

.nva h2 {
  margin-bottom: 28px;
  font-size: clamp(3rem, 5.2vw, 5.5rem);
  letter-spacing: -0.035em;
}

.nva img {
  display: block;
  max-width: 100%;
}

.nva-container {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.nva-index {
  display: block;
  margin-bottom: 22px;
  color: var(--nva-teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nva-button {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 17px 24px;
  color: var(--nva-ink);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.nva-button svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.nva-button--yellow {
  background: var(--nva-yellow);
  box-shadow: 0 12px 36px rgba(255, 196, 0, 0.15);
}

.nva-button:hover,
.nva-button:focus-visible {
  transform: translateX(5px);
  box-shadow: 0 16px 42px rgba(255, 196, 0, 0.24);
}

.nva-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-block: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  color: var(--nva-white);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.nva-link--teal {
  border-color: var(--nva-teal);
  color: var(--nva-teal);
}

.nva a:focus-visible,
.nva button:focus-visible,
.nva-preview-nav a:focus-visible,
.nva-preview-menu:focus-visible {
  outline: 3px solid var(--nva-teal);
  outline-offset: 4px;
}

.nva-hero {
  display: grid;
  min-height: 880px;
  grid-template-columns: minmax(520px, 1.05fr) minmax(360px, 0.95fr);
  background: var(--nva-ink);
}

.nva-hero__copy {
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 155px clamp(44px, 5.8vw, 92px) 88px max(48px, calc((100vw - 1320px) / 2));
}

.nva-hero__copy::before {
  position: absolute;
  z-index: -1;
  right: -56px;
  bottom: 92px;
  width: 124px;
  height: 124px;
  border: 1px solid rgba(71, 190, 188, 0.42);
  content: "";
  transform: rotate(45deg);
}

.nva-hero__logo {
  width: clamp(145px, 13vw, 210px);
  height: auto;
  margin-bottom: 24px;
  align-self: center;
}

.nva-hero h1 {
  max-width: 740px;
  margin-bottom: 26px;
  font-size: clamp(4rem, 6.25vw, 7.2rem);
  letter-spacing: -0.045em;
}

.nva-hero__lead {
  max-width: 670px;
  margin-bottom: 32px;
  color: #d8ded9;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.nva-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.nva-hero__note {
  display: flex;
  margin: 22px 0 0;
  align-items: center;
  gap: 9px;
  color: var(--nva-muted);
  font-size: 0.76rem;
}

.nva-hero__note span {
  color: var(--nva-teal);
  font-size: 0.65rem;
}

.nva-hero__media {
  position: relative;
  height: 760px;
  min-height: 0;
  margin: 96px clamp(24px, 3vw, 52px) 42px 0;
  overflow: hidden;
}

.nva-hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 21, 18, 0.72) 0%, transparent 27%), linear-gradient(0deg, rgba(16, 21, 18, 0.78) 0%, transparent 38%);
  content: "";
}

.nva-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
}

.nva-hero__media figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(28px, 4vw, 70px);
  bottom: 52px;
  left: clamp(28px, 4vw, 70px);
  max-width: 510px;
  padding-left: 22px;
  border-left: 5px solid var(--nva-yellow);
}

.nva-hero__media figcaption strong,
.nva-hero__media figcaption span {
  display: block;
}

.nva-hero__media figcaption strong {
  margin-bottom: 4px;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  line-height: 1.1;
  text-transform: uppercase;
}

.nva-hero__media figcaption span {
  color: #e1e5e2;
  font-size: 0.86rem;
}

.nva-proof {
  position: relative;
  z-index: 4;
  border-top: 1px solid var(--nva-line);
  border-bottom: 1px solid var(--nva-line);
  background: var(--nva-deep);
}

.nva-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.nva-proof__grid div {
  display: flex;
  min-height: 132px;
  flex-direction: column;
  justify-content: center;
  padding: 24px 30px;
  border-right: 1px solid var(--nva-line);
}

.nva-proof__grid div:first-child {
  border-left: 1px solid var(--nva-line);
}

.nva-proof strong {
  color: var(--nva-yellow);
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
}

.nva-proof span {
  margin-top: 8px;
  color: var(--nva-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nva-promise {
  padding: 130px 0;
  background: var(--nva-paper);
  color: var(--nva-ink);
}

.nva-promise__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.12fr) minmax(310px, 0.72fr);
  gap: clamp(60px, 8vw, 128px);
}

.nva-promise__copy p {
  max-width: 740px;
  color: #3d4641;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
}

.nva-promise__copy blockquote {
  max-width: 760px;
  margin: 34px 0 0;
  padding: 26px 0 26px 26px;
  border-left: 6px solid var(--nva-yellow);
  color: var(--nva-ink);
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 2.5rem);
  font-weight: 600;
  line-height: 1.12;
  text-transform: uppercase;
}

.nva-promise__media {
  position: relative;
  min-height: 650px;
  margin: 0 0 36px;
  box-shadow: var(--nva-shadow);
}

.nva-promise__media::before {
  position: absolute;
  z-index: 0;
  top: 36px;
  right: -36px;
  width: 100%;
  height: 100%;
  border: 3px solid var(--nva-teal);
  content: "";
}

.nva-promise__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: 50% 46%;
}

.nva-promise__media figcaption {
  position: absolute;
  z-index: 2;
  right: -36px;
  bottom: -36px;
  left: 36px;
  padding: 18px 22px;
  background: var(--nva-yellow);
  color: var(--nva-ink);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.nva-fit {
  padding: 130px 0;
  background: var(--nva-ink);
}

.nva-heading {
  max-width: 1000px;
  margin-bottom: 66px;
}

.nva-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.nva-heading > p {
  max-width: 750px;
  margin: -4px auto 0;
  color: var(--nva-muted);
}

.nva-fit__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--nva-line);
  border-left: 1px solid var(--nva-line);
}

.nva-fit article {
  min-height: 340px;
  padding: 34px 30px;
  border-right: 1px solid var(--nva-line);
  border-bottom: 1px solid var(--nva-line);
  background: var(--nva-deep);
  transition: background 200ms ease, transform 200ms ease;
}

.nva-fit article:hover {
  z-index: 2;
  background: var(--nva-surface);
  transform: translateY(-8px);
}

.nva-fit article > span {
  display: block;
  margin-bottom: 62px;
  color: var(--nva-teal);
  font-family: "Oswald", Impact, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.nva-fit h3 {
  margin-bottom: 18px;
  font-size: clamp(1.55rem, 2.25vw, 2.3rem);
}

.nva-fit p {
  margin-bottom: 0;
  color: var(--nva-muted);
  font-size: 0.92rem;
}

.nva-method {
  padding: 130px 0 150px;
  background: var(--nva-deep);
}

.nva-steps {
  width: min(980px, 100%);
  margin: 70px auto 0;
  padding: 0;
  list-style: none;
  counter-reset: nva-step;
}

.nva-steps li {
  display: grid;
  position: relative;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 38px;
  padding: 0 0 52px;
}

.nva-steps li:not(:last-child)::after {
  position: absolute;
  top: 75px;
  bottom: 0;
  left: 53px;
  width: 1px;
  background: linear-gradient(var(--nva-teal), rgba(71, 190, 188, 0.08));
  content: "";
}

.nva-steps__number {
  display: grid;
  position: relative;
  z-index: 2;
  width: 106px;
  height: 74px;
  border: 1px solid rgba(71, 190, 188, 0.55);
  color: var(--nva-yellow);
  font-family: "Oswald", Impact, sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  place-items: center;
}

.nva-steps li > div {
  padding: 6px 0 38px;
  border-bottom: 1px solid var(--nva-line);
}

.nva-steps h3 {
  margin-bottom: 12px;
  font-size: clamp(1.7rem, 2.5vw, 2.7rem);
}

.nva-steps p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--nva-muted);
}

.nva-support {
  display: grid;
  min-height: 680px;
  grid-template-columns: 1fr 1fr;
  background: #d8cbb5;
  color: var(--nva-ink);
}

.nva-support__media {
  min-height: 620px;
  margin: 0;
  overflow: hidden;
}

.nva-support__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 54%;
}

.nva-support__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 6vw, 88px) clamp(44px, 5vw, 86px);
}

.nva-support__copy h2 {
  max-width: 720px;
  font-size: clamp(3.2rem, 4vw, 4.5rem);
}

.nva-support .nva-index,
.nva-support h2 em {
  color: var(--nva-ink);
}

.nva-support__copy > p:last-child {
  max-width: 650px;
  margin: 28px 0 0;
  font-size: 0.96rem;
}

.nva-support__lines {
  border-top: 1px solid rgba(16, 21, 18, 0.32);
}

.nva-support__lines p {
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid rgba(16, 21, 18, 0.32);
  font-size: clamp(0.98rem, 1.15vw, 1.16rem);
}

@media (min-width: 1001px) {
  .nva-support {
    height: clamp(680px, 50vw, 740px);
    min-height: 0;
  }
}

@media (min-width: 821px) and (max-width: 1000px) {
  .nva-support {
    display: flex;
    min-height: auto;
    flex-direction: column;
  }

  .nva-support__media {
    height: 500px;
    min-height: 500px;
  }

  .nva-support__copy {
    padding: 72px clamp(32px, 8vw, 72px) 80px;
  }
}

.nva-call {
  padding: 140px 0;
  background: var(--nva-paper);
  color: var(--nva-ink);
}

.nva-call__grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: clamp(70px, 9vw, 140px);
}

.nva-call__intro > p {
  max-width: 660px;
  color: #3d4641;
  font-size: 1.05rem;
}

.nva-call__availability {
  display: flex;
  max-width: 620px;
  margin-top: 38px;
  flex-direction: column;
  padding: 24px 26px;
  border-left: 6px solid var(--nva-yellow);
  background: #eae7dc;
}

.nva-call__availability strong {
  font-family: "Oswald", Impact, sans-serif;
  font-size: 1.55rem;
  text-transform: uppercase;
}

.nva-call__availability span {
  color: #505953;
  font-size: 0.85rem;
}

.nva-call__card {
  padding: clamp(34px, 4vw, 54px);
  background: var(--nva-ink);
  box-shadow: var(--nva-shadow);
  color: var(--nva-white);
}

.nva-call__card h3 {
  margin-bottom: 28px;
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.nva-call__card ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.nva-call__card li {
  position: relative;
  padding: 13px 0 13px 30px;
  border-top: 1px solid var(--nva-line);
  color: #e3e7e4;
  font-size: 0.9rem;
}

.nva-call__card li:last-child {
  border-bottom: 1px solid var(--nva-line);
}

.nva-call__card li::before {
  position: absolute;
  top: 13px;
  left: 0;
  color: var(--nva-teal);
  content: "✓";
  font-weight: 800;
}

.nva-call__card > p {
  color: var(--nva-muted);
  font-size: 0.86rem;
}

.nva-call__card .nva-button {
  width: 100%;
  margin-top: 10px;
}

.nva-call__card small {
  display: block;
  margin-top: 14px;
  color: var(--nva-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.nva-guide {
  padding: 130px 0;
  background: var(--nva-ink);
}

.nva-guide__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: clamp(65px, 8vw, 124px);
}

.nva-guide__copy p {
  max-width: 650px;
  color: var(--nva-muted);
}

.nva-guide__copy .nva-link {
  margin-top: 18px;
}

.nva-guide__media {
  position: relative;
  min-height: 600px;
  margin: 0;
}

.nva-guide__media::after {
  position: absolute;
  z-index: 2;
  right: -28px;
  bottom: -28px;
  width: 180px;
  height: 180px;
  border-right: 8px solid var(--nva-yellow);
  border-bottom: 8px solid var(--nva-yellow);
  content: "";
}

.nva-guide__media img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: 50% 38%;
}

.nva-faq {
  padding: 130px 0;
  background: var(--nva-deep);
}

.nva-faq__grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.12fr);
  gap: clamp(60px, 9vw, 150px);
}

.nva-faq__intro {
  position: sticky;
  top: 48px;
}

.nva-faq__intro p {
  max-width: 460px;
  color: var(--nva-muted);
}

.nva-faq__items {
  border-top: 1px solid var(--nva-line);
}

.nva-faq__item {
  border-bottom: 1px solid var(--nva-line);
}

.nva-faq__item h3 {
  margin: 0;
}

.nva-faq__item button {
  display: flex;
  width: 100%;
  min-height: 102px;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 22px 0;
  border: 0;
  background: transparent;
  color: var(--nva-white);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.nva-faq__item button span {
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  font-weight: 600;
  line-height: 1.15;
  text-transform: uppercase;
}

.nva-faq__item button i {
  position: relative;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
}

.nva-faq__item button i::before,
.nva-faq__item button i::after {
  position: absolute;
  top: 12px;
  left: 3px;
  width: 20px;
  height: 2px;
  background: var(--nva-yellow);
  content: "";
  transition: transform 180ms ease;
}

.nva-faq__item button i::after {
  transform: rotate(90deg);
}

.nva-faq__item button[aria-expanded="true"] i::after {
  transform: rotate(0deg);
}

.nva-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.nva-faq__answer > p {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  color: var(--nva-muted);
}

.nva-faq__item.is-open .nva-faq__answer {
  grid-template-rows: 1fr;
}

.nva-faq__item.is-open .nva-faq__answer > p {
  padding: 10px 50px 28px 0;
}

.nva-final {
  display: grid;
  min-height: 700px;
  grid-template-columns: 1.1fr 0.9fr;
  background: var(--nva-ink);
}

.nva-final__media {
  position: relative;
  overflow: hidden;
}

.nva-final__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, var(--nva-ink) 100%);
  content: "";
}

.nva-final__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

.nva-final__copy {
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 90px max(48px, calc((100vw - 1240px) / 2)) 90px clamp(45px, 5vw, 80px);
  background: var(--nva-ink);
  isolation: isolate;
}

.nva-final__copy h2 {
  max-width: 650px;
}

.nva-final__copy p {
  max-width: 540px;
  margin-bottom: 30px;
  color: var(--nva-muted);
}

.nva-mobile-cta {
  display: none;
}

.nva.is-ready [data-nva-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.nva.is-ready [data-nva-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.nva-preview-footer {
  display: flex;
  min-height: 120px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px max(48px, calc((100vw - 1240px) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #090d0b;
  color: var(--nva-white);
}

.nva-preview-footer strong {
  color: var(--nva-yellow);
  font-family: "Oswald", Impact, sans-serif;
  font-size: 1.45rem;
  text-transform: uppercase;
}

.nva-preview-footer p {
  margin: 0;
  color: var(--nva-muted);
  font-size: 0.75rem;
}

@media (max-width: 1100px) {
  .nva-preview-header__inner {
    min-height: 78px;
  }

  .nva-preview-menu {
    display: grid;
    width: 46px;
    height: 44px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    cursor: pointer;
    place-content: center;
    gap: 5px;
  }

  .nva-preview-menu span {
    display: block;
    width: 23px;
    height: 2px;
    background: var(--nva-white);
  }

  .nva-preview-nav {
    display: none;
    position: absolute;
    top: 78px;
    right: 0;
    left: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px 24px 28px;
    border-top: 1px solid var(--nva-line);
    background: rgba(16, 21, 18, 0.98);
  }

  .nva-preview-header.is-menu-open .nva-preview-nav {
    display: flex;
  }

  .nva-preview-nav a {
    padding: 14px 4px;
    border-bottom: 1px solid var(--nva-line);
  }

  .nva-preview-nav .nva-preview-nav__cta {
    margin-top: 14px;
    padding: 14px 18px;
    border: 0;
    text-align: center;
  }

  .nva-hero {
    min-height: 820px;
    grid-template-columns: minmax(440px, 1.05fr) minmax(0, 0.95fr);
  }

  .nva-hero__copy {
    padding-top: 125px;
    padding-right: 42px;
  }

  .nva-hero__media {
    height: 700px;
    margin: 88px 24px 34px 0;
  }

  .nva-proof__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nva-proof__grid div:nth-child(2) {
    border-right: 1px solid var(--nva-line);
  }

  .nva-proof__grid div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--nva-line);
  }

  .nva-fit__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nva-call__grid,
  .nva-faq__grid {
    gap: 64px;
  }
}

@media (max-width: 820px) {
  body.nva-accompaniment-page .nv-floating-widget {
    display: none !important;
  }

  .nva-container,
  .nva-preview-header__inner {
    width: min(100% - 32px, 680px);
  }

  .nva h2 {
    font-size: clamp(2.65rem, 10.5vw, 4.5rem);
  }

  .nva-hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
  }

  .nva-hero__copy {
    min-height: 700px;
    padding: 116px 22px 58px;
  }

  .nva-hero__copy::before {
    display: none;
  }

  .nva-hero__logo {
    width: 150px;
    margin-bottom: 18px;
  }

  .nva-hero h1 {
    font-size: clamp(3.55rem, 15vw, 5.7rem);
  }

  .nva-hero__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .nva-hero__actions .nva-button {
    width: 100%;
  }

  .nva-hero__actions .nva-link {
    align-self: flex-start;
  }

  .nva-hero__media {
    height: 520px;
    min-height: 520px;
    margin: 0;
  }

  .nva-hero__media::after {
    background: linear-gradient(0deg, rgba(16, 21, 18, 0.8), transparent 55%);
  }

  .nva-proof__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nva-proof__grid div {
    min-height: 118px;
    padding: 20px 18px;
  }

  .nva-promise,
  .nva-fit,
  .nva-method,
  .nva-call,
  .nva-guide,
  .nva-faq {
    padding: 90px 0;
  }

  .nva-promise__grid,
  .nva-call__grid,
  .nva-guide__grid,
  .nva-faq__grid {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .nva-promise__media {
    width: min(100% - 26px, 470px);
    min-height: 560px;
    margin-right: 26px;
  }

  .nva-promise__media img {
    height: 560px;
  }

  .nva-promise__media::before,
  .nva-promise__media figcaption {
    right: -26px;
  }

  .nva-promise__media figcaption {
    bottom: -28px;
    left: 24px;
  }

  .nva-fit__grid {
    grid-template-columns: 1fr 1fr;
  }

  .nva-support {
    display: flex;
    min-height: auto;
    flex-direction: column;
  }

  .nva-support__media {
    min-height: 470px;
  }

  .nva-support__copy {
    padding: 70px 24px 78px;
  }

  .nva-faq__intro {
    position: static;
  }

  .nva-guide__media {
    min-height: 480px;
    margin-right: 20px;
  }

  .nva-guide__media img {
    height: 480px;
  }

  .nva-guide__media::after {
    right: -20px;
    bottom: -20px;
  }

  .nva-final {
    display: flex;
    min-height: auto;
    flex-direction: column;
  }

  .nva-final__media {
    min-height: 460px;
  }

  .nva-final__media::after {
    background: linear-gradient(0deg, var(--nva-ink), transparent 50%);
  }

  .nva-final__copy {
    margin-top: -64px;
    padding: 44px 22px 110px;
  }

  .nva-mobile-cta {
    display: flex;
    position: fixed;
    z-index: 90;
    right: 12px;
    bottom: 12px;
    left: 12px;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: var(--nva-yellow);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.32);
    color: var(--nva-ink);
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nva-mobile-cta.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
  }

  .nva-preview-footer {
    min-height: 150px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 22px 92px;
  }
}

@media (max-width: 560px) {
  .nva-preview-brand {
    font-size: 1rem;
  }

  .nva h2 {
    margin-bottom: 22px;
  }

  .nva-index {
    margin-bottom: 16px;
  }

  .nva-button {
    min-height: 58px;
    gap: 16px;
    padding: 15px 17px;
    font-size: 0.72rem;
  }

  .nva-hero__copy {
    min-height: 650px;
    padding-top: 104px;
  }

  .nva-hero__lead {
    font-size: 0.96rem;
  }

  .nva-hero__media {
    height: 440px;
    min-height: 440px;
  }

  .nva-hero__media img {
    object-position: 50% 58%;
  }

  .nva-hero__media figcaption {
    right: 20px;
    bottom: 30px;
    left: 20px;
  }

  .nva-proof__grid {
    grid-template-columns: 1fr 1fr;
  }

  .nva-proof__grid div {
    min-height: 108px;
    padding: 17px 14px;
  }

  .nva-proof strong {
    font-size: 1.55rem;
  }

  .nva-proof span {
    font-size: 0.62rem;
    line-height: 1.35;
  }

  .nva-promise,
  .nva-fit,
  .nva-method,
  .nva-call,
  .nva-guide,
  .nva-faq {
    padding: 76px 0;
  }

  .nva-promise__copy blockquote {
    padding-left: 18px;
    font-size: 1.45rem;
  }

  .nva-promise__media,
  .nva-promise__media img {
    min-height: 500px;
    height: 500px;
  }

  .nva-fit__grid {
    grid-template-columns: 1fr;
  }

  .nva-fit article {
    min-height: 270px;
  }

  .nva-fit article > span {
    margin-bottom: 42px;
  }

  .nva-heading {
    margin-bottom: 44px;
  }

  .nva-steps {
    margin-top: 48px;
  }

  .nva-steps li {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    padding-bottom: 34px;
  }

  .nva-steps__number {
    width: 58px;
    height: 54px;
    font-size: 1.1rem;
  }

  .nva-steps li:not(:last-child)::after {
    top: 56px;
    left: 29px;
  }

  .nva-steps li > div {
    padding-top: 1px;
    padding-bottom: 28px;
  }

  .nva-steps h3 {
    font-size: 1.55rem;
  }

  .nva-steps p {
    font-size: 0.86rem;
  }

  .nva-support__media {
    min-height: 370px;
  }

  .nva-call__card {
    padding: 30px 22px;
  }

  .nva-guide__media,
  .nva-guide__media img {
    min-height: 390px;
    height: 390px;
  }

  .nva-faq__item button {
    min-height: 88px;
  }

  .nva-faq__item button span {
    font-size: 1.18rem;
  }

  .nva-faq__item.is-open .nva-faq__answer > p {
    padding-right: 0;
  }

  .nva-final__media {
    min-height: 360px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .nva.is-ready [data-nva-reveal],
  .nva-button,
  .nva-fit article,
  .nva-faq__answer,
  .nva-faq__item button i::after,
  .nva-mobile-cta {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
