:root {
  --ink: #17201d;
  --ink-soft: #53615c;
  --forest: #123d33;
  --forest-deep: #0b2d26;
  --forest-pale: #e8f0eb;
  --signal: #b9473c;
  --signal-dark: #94382f;
  --paper: #ffffff;
  --canvas: #f5f7f4;
  --warm: #f2eee6;
  --line: #d5ddd7;
  --line-dark: rgba(255, 255, 255, 0.2);
  --success: #14725a;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page: min(1240px, calc(100% - 64px));
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.dialog-open,
body:has(dialog[open]) {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
ul,
ol,
dl,
dd,
figure {
  margin-top: 0;
}

h1,
h2,
.display-type {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.98;
}

h1,
h2,
h3,
p,
a,
span,
strong,
small {
  letter-spacing: 0;
}

:focus-visible {
  outline: 3px solid rgba(185, 71, 60, 0.35);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  align-items: center;
  min-height: 78px;
  padding: 0 max(32px, calc((100vw - 1376px) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
  color: var(--forest-deep);
}

.brand-wordmark,
.footer-brand {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1;
}

.site-header nav {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.site-header nav a,
.header-actions a {
  position: relative;
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
}

.site-header nav a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  background: var(--signal);
  content: "";
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 160ms ease, transform 160ms ease;
}

.site-header nav a:hover::after,
.site-header nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.legal-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.legal-header-actions .header-language {
  color: var(--ink, #17241f);
}

.header-language {
  position: relative;
}

.header-language summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 50px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
  color: var(--ink);
  font-size: 12px;
  font-weight: 750;
  list-style: none;
  cursor: pointer;
}

.header-language summary::-webkit-details-marker {
  display: none;
}

.header-language summary svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.header-language[open] summary {
  border-color: #9eafa4;
  background: var(--canvas);
}

.header-language-list {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  display: grid;
  width: 156px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
  box-shadow: 0 14px 34px rgba(18, 35, 29, 0.13);
}

.header-language-list a {
  padding: 9px 10px;
  border-radius: 3px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 650;
}

.header-language-list a:hover,
.header-language-list a[aria-current="true"] {
  background: var(--forest-pale);
  color: var(--forest-deep);
}

.nav-language-row {
  display: none;
}

.nav-language-menu,
.footer-language-menu {
  display: none;
}

.nav-sign-in {
  display: none;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
}

.nav-toggle svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.button,
.mv4-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid var(--forest);
  border-radius: 4px;
  background: var(--forest);
  color: #fff;
  font-weight: 750;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover,
.mv4-button:hover {
  border-color: var(--forest-deep);
  background: var(--forest-deep);
  transform: translateY(-1px);
}

.button-small {
  min-height: 46px;
  padding: 0 22px;
  font-size: 14px;
}

.mv4-button--paper {
  border-color: #fff;
  background: #fff;
  color: var(--forest-deep);
}

.mv4-button--paper:hover {
  border-color: var(--warm);
  background: var(--warm);
  color: var(--forest-deep);
}

.mv4-button--outline {
  border-color: currentColor;
  background: transparent;
  color: var(--forest-deep);
}

.mv4-button--outline:hover {
  border-color: var(--forest);
  background: var(--forest);
  color: #fff;
}

.mv4-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  color: var(--forest);
  font-weight: 750;
}

.mv4-link svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.mv4-eyebrow {
  margin-bottom: 18px;
  color: var(--signal-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

/* Homepage masthead */
.mv4-masthead {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: var(--forest-deep);
  color: #fff;
}

.mv4-masthead picture,
.mv4-masthead picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mv4-masthead picture img {
  object-fit: cover;
  object-position: 58% 50%;
}

.mv4-masthead::after {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 58%;
  background: rgba(8, 39, 32, 0.9);
  clip-path: polygon(0 0, 86% 0, 100% 100%, 0 100%);
  content: "";
}

.mv4-masthead-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 680px;
  width: var(--page);
  margin: 0 auto;
  padding: 82px 0 72px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.mv4-masthead .mv4-eyebrow {
  color: #d9b577;
}

.mv4-masthead h1 {
  max-width: 660px;
  margin-bottom: 30px;
  font-size: 72px;
}

.mv4-masthead-copy {
  max-width: 590px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  line-height: 1.6;
}

.mv4-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.mv4-masthead .mv4-link {
  color: #fff;
}

.mv4-masthead-proof {
  display: flex;
  gap: 0;
  margin: 58px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  list-style: none;
}

.mv4-masthead-proof li {
  padding: 18px 30px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.mv4-masthead-proof li + li {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* Journey statement */
.mv4-journey {
  background: var(--ink);
  color: #fff;
}

.mv4-journey-inner {
  width: var(--page);
  margin: 0 auto;
  padding: 88px 0 0;
}

.mv4-journey-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  gap: 80px;
  align-items: end;
  padding-bottom: 72px;
}

.mv4-journey h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 58px;
}

.mv4-journey-heading p {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}

.mv4-journey-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.mv4-journey-steps li {
  min-height: 160px;
  padding: 28px 28px 32px 0;
}

.mv4-journey-steps li + li {
  padding-left: 28px;
  border-left: 1px solid var(--line-dark);
}

.mv4-journey-steps span {
  display: block;
  margin-bottom: 26px;
  color: #d9b577;
  font-size: 12px;
  font-weight: 800;
}

.mv4-journey-steps strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
}

.mv4-journey-steps small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
}

/* Editorial feature sections */
.mv4-section {
  width: var(--page);
  margin: 0 auto;
  padding: 112px 0;
}

.mv4-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: 84px;
  align-items: center;
}

.mv4-split--reverse {
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.08fr);
}

.mv4-split-media {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--forest-pale);
}

.mv4-split-media img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
}

.mv4-split-media figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  max-width: 280px;
  padding: 14px 16px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink-soft);
  font-size: 13px;
}

.mv4-industry-mosaic {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-height: 590px;
}

.mv4-industry-mosaic figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: var(--forest-pale);
}

.mv4-industry-mosaic-lead {
  grid-row: 1 / -1;
}

.mv4-industry-mosaic picture,
.mv4-industry-mosaic img {
  display: block;
  width: 100%;
  height: 100%;
}

.mv4-industry-mosaic img {
  object-fit: cover;
}

.mv4-industry-mosaic-lead img {
  object-position: 55% center;
}

.mv4-industry-mosaic figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 14px 16px 15px;
  background: rgba(11, 42, 34, 0.92);
  color: #fff;
}

.mv4-industry-mosaic figcaption strong,
.mv4-industry-mosaic figcaption span {
  display: block;
}

.mv4-industry-mosaic figcaption strong {
  margin-bottom: 2px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}

.mv4-industry-mosaic figcaption span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.mv4-copy h2,
.mv4-section-head h2,
.mv4-dark-copy h2,
.mv4-plan h2 {
  margin-bottom: 26px;
  font-size: 54px;
}

.mv4-copy > p:not(.mv4-eyebrow),
.mv4-section-head > p:not(.mv4-eyebrow) {
  color: var(--ink-soft);
  font-size: 18px;
}

.mv4-feature-list {
  margin: 36px 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.mv4-feature-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.mv4-feature-list span {
  color: var(--signal-dark);
  font-size: 12px;
  font-weight: 800;
}

.mv4-feature-list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.mv4-feature-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

/* Product stage */
.mv4-product-stage {
  padding: 110px 0 120px;
  background: var(--warm);
}

.mv4-product-stage > header,
.mv4-product-stage > .mv4-demo-shell,
.mv4-product-stage > .mv4-view-line {
  width: var(--page);
  margin-right: auto;
  margin-left: auto;
}

.mv4-product-stage > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 52px;
}

.mv4-product-stage h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
}

.mv4-product-stage header > p {
  margin-bottom: 5px;
  color: var(--ink-soft);
  font-size: 17px;
}

.mv4-demo-shell {
  overflow: hidden;
  border: 1px solid #bcc6bf;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(22, 32, 29, 0.12);
}

.mv4-demo-bar {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  background: #fafbf9;
}

.mv4-demo-dots {
  display: flex;
  gap: 7px;
}

.mv4-demo-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c5cdc8;
}

.mv4-demo-bar span {
  margin: 0 auto;
  color: #77817d;
  font-size: 12px;
}

.mv4-view-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  border-bottom: 1px solid #c8cfc9;
}

.mv4-view-line span,
.mv4-view-line a {
  padding: 22px 24px;
  border-left: 1px solid #c8cfc9;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
}

.mv4-view-line span:first-child {
  border-left: 0;
}

.mv4-view-line a {
  color: var(--forest);
}

/* Portal demo */
.portal-demo {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  min-height: 510px;
  background: #fbfcfa;
  color: #2c3733;
  font-family: var(--sans);
}

.portal-demo-sidebar {
  display: flex;
  align-items: center;
  padding: 26px 14px;
  border-right: 1px solid #dfe4df;
  background: #123d33;
  flex-direction: column;
  gap: 17px;
}

.portal-demo-wordmark {
  margin-bottom: 10px;
  color: #fff;
  font-family: var(--serif);
  font-size: 13px;
}

.portal-demo-sidebar > span:not(.portal-demo-wordmark) {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.62);
}

.portal-demo-sidebar > span.active {
  background: #fff;
  color: var(--forest);
}

.portal-demo-sidebar svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.portal-demo-main {
  min-width: 0;
  padding: 26px;
}

.portal-demo-toolbar {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 28px;
}

.portal-date {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid #d9dfda;
  border-radius: 4px;
  background: #fff;
}

.portal-date svg {
  width: 19px;
  fill: none;
  stroke: var(--forest);
  stroke-width: 1.6;
}

.portal-date strong {
  font-size: 14px;
}

.portal-date span {
  color: var(--signal-dark);
  font-size: 12px;
  font-weight: 750;
}

.portal-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.portal-stats span {
  padding: 3px 14px;
  border-left: 1px solid #d9dfda;
}

.portal-stats small,
.portal-stats strong {
  display: block;
}

.portal-stats small {
  color: #7b8580;
  font-size: 9px;
  text-transform: uppercase;
}

.portal-stats strong {
  margin-top: 4px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

.portal-views {
  display: flex;
  align-items: center;
  padding: 4px;
  border: 1px solid #d9dfda;
  border-radius: 4px;
  background: #f1f3ef;
  gap: 3px;
}

.portal-views span,
.portal-views strong {
  padding: 9px 11px;
  border-radius: 3px;
  font-size: 10px;
  white-space: nowrap;
}

.portal-views span.active {
  background: #fff;
  box-shadow: 0 2px 8px rgba(22, 32, 29, 0.08);
}

.portal-views strong {
  background: var(--forest);
  color: #fff;
}

.portal-table-wrap {
  overflow: hidden;
  border: 1px solid #d9dfda;
  border-radius: 4px;
  background: #fff;
}

.portal-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.portal-table th,
.portal-table td {
  height: 52px;
  padding: 0 15px;
  border-bottom: 1px solid #e2e6e2;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal-table th {
  height: 46px;
  background: #f4f5f2;
  color: #76807b;
  font-size: 9px;
  text-transform: uppercase;
}

.portal-table td {
  font-size: 11px;
}

.portal-table tr:last-child td {
  border-bottom: 0;
}

.demo-status {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 750;
}

.demo-status.confirmed {
  background: #edf2ee;
  color: #3b6859;
}

.demo-status.seated {
  background: #e0f2ea;
  color: #14725a;
}

.demo-status.attention {
  background: #f8e5e1;
  color: #9c4037;
}

/* Guest context band */
.mv4-dark-feature {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 680px;
  background: var(--forest-deep);
  color: #fff;
}

.mv4-dark-media {
  min-height: 680px;
  overflow: hidden;
}

.mv4-dark-media img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
}

.mv4-dark-copy {
  display: flex;
  padding: 76px max(48px, calc((100vw - 1240px) / 2)) 76px 72px;
  flex-direction: column;
  justify-content: center;
}

.mv4-dark-copy .mv4-eyebrow {
  color: #d9b577;
}

.mv4-dark-copy > p:not(.mv4-eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.mv4-guest-record {
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.mv4-guest-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.mv4-guest-row span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
}

.mv4-guest-row strong {
  font-weight: 650;
}

.mv4-highlight-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mv4-highlight-list i {
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-style: normal;
}

/* Channels */
.mv4-channels {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 90px;
  align-items: start;
}

.mv4-channel-list {
  border-top: 1px solid var(--line);
}

.mv4-channel-row {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 106px;
  border-bottom: 1px solid var(--line);
}

.mv4-channel-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #afbeb4;
  border-radius: 50%;
  color: var(--forest);
  font-family: var(--serif);
  font-size: 23px;
}

.mv4-channel-icon svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.mv4-channel-row strong,
.mv4-channel-row small {
  display: block;
}

.mv4-channel-row strong {
  margin-bottom: 4px;
}

.mv4-channel-row small {
  color: var(--ink-soft);
  font-size: 13px;
}

.mv4-channel-row > span:last-child {
  color: var(--success);
  font-size: 11px;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

/* Plan */
.mv4-plan-wrap {
  padding: 110px 0;
  background: var(--ink);
  color: #fff;
}

.mv4-plan {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr) minmax(300px, 0.65fr);
  gap: 70px;
  align-items: center;
  width: var(--page);
  margin: 0 auto;
}

.mv4-plan .mv4-eyebrow {
  color: #d9b577;
}

.mv4-plan h2 {
  margin-bottom: 0;
}

.mv4-price {
  display: flex;
  align-items: end;
  gap: 14px;
}

.mv4-price strong {
  font-family: var(--serif);
  font-size: 76px;
  font-weight: 400;
  line-height: 0.9;
}

.mv4-price span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.4;
}

.mv4-plan-details {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.mv4-plan-details li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

/* Footer */
.site-footer {
  padding: 62px max(32px, calc((100vw - 1240px) / 2)) 24px;
  background: var(--forest-deep);
  color: #fff;
}

.site-footer a,
.site-footer strong,
.site-footer p {
  min-width: 0;
  overflow-wrap: anywhere;
}

.mv4-footer-main {
  display: grid;
  grid-template-columns: 1fr 2fr auto;
  gap: 70px;
  align-items: start;
  padding-bottom: 50px;
}

.site-footer .footer-brand {
  color: #fff;
  font-size: 31px;
}

.mv4-footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.mv4-footer-nav nav {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.mv4-footer-nav strong {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  text-transform: uppercase;
}

.mv4-footer-nav a {
  width: max-content;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.mv4-footer-nav a:hover,
.mv4-footer-contact:hover,
.footer-bottom a:hover {
  color: #fff;
}

.mv4-footer-contact {
  color: #fff;
  font-size: 15px;
  font-weight: 750;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 40px;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.footer-legal,
.language-links {
  display: flex;
  gap: 18px;
}

/* Secondary marketing pages */
.mv4-page {
  background: var(--canvas);
}

.mv4-page-hero {
  position: relative;
  display: flex;
  min-height: 560px;
  overflow: hidden;
  background: var(--forest-deep);
  color: #fff;
}

.mv4-page-hero picture,
.mv4-page-hero picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mv4-page-hero picture img {
  object-fit: cover;
}

.mv4-page-hero::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 62%;
  background: rgba(8, 39, 32, 0.9);
  content: "";
}

.mv4-page-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: var(--page);
  margin: 0 auto;
  padding: 78px 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.mv4-page-hero .mv4-eyebrow {
  color: #d9b577;
}

.mv4-page-hero h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: 64px;
}

.mv4-page-hero p:not(.mv4-eyebrow) {
  max-width: 620px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 19px;
}

.mv4-page-intro {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 90px;
  width: var(--page);
  margin: 0 auto;
  padding: 100px 0;
}

.mv4-page-intro h2,
.mv4-page-section h2,
.mv4-page-dark h2,
.mv4-faq h2 {
  margin-bottom: 24px;
  font-size: 52px;
}

.mv4-page-intro-copy p,
.mv4-page-section-copy > p,
.mv4-faq-intro p {
  color: var(--ink-soft);
  font-size: 18px;
}

.mv4-stat-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 38px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.mv4-stat-line div {
  padding: 22px 18px 22px 0;
}

.mv4-stat-line div + div {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.mv4-stat-line strong,
.mv4-stat-line span {
  display: block;
}

.mv4-stat-line strong {
  font-family: var(--serif);
  font-size: 33px;
  font-weight: 400;
}

.mv4-stat-line span {
  color: var(--ink-soft);
  font-size: 12px;
}

.mv4-benefit-rows {
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.mv4-benefit-rows li {
  display: grid;
  grid-template-columns: minmax(150px, 0.55fr) minmax(0, 1fr);
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.mv4-benefit-rows strong,
.mv4-benefit-rows span {
  display: block;
}

.mv4-benefit-rows strong {
  color: var(--forest-deep);
  font-size: 15px;
  font-weight: 750;
}

.mv4-benefit-rows span {
  color: var(--ink-soft);
  font-size: 14px;
}

.mv4-page-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
  gap: 84px;
  align-items: center;
  width: var(--page);
  margin: 0 auto;
  padding: 105px 0;
}

.mv4-page-section--reverse {
  grid-template-columns: minmax(360px, 0.75fr) minmax(0, 1.05fr);
}

.mv4-page-media {
  min-height: 500px;
  overflow: hidden;
  border-radius: 4px;
}

.mv4-page-media img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}

.mv4-page-dark {
  padding: 100px 0;
  background: var(--ink);
  color: #fff;
}

.mv4-page-dark-inner {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 90px;
  width: var(--page);
  margin: 0 auto;
}

.mv4-page-dark .mv4-eyebrow {
  color: #d9b577;
}

.mv4-capability-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  list-style: none;
}

.mv4-capability-list li {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 26px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.mv4-capability-list strong {
  font-weight: 700;
}

.mv4-capability-list span {
  color: rgba(255, 255, 255, 0.64);
}

.mv4-industry-stories {
  padding: 96px 0 80px;
  background: var(--ink);
  color: #fff;
}

.mv4-industry-stories > header,
.mv4-industry-story-list,
.mv4-industry-stories-note {
  width: var(--page);
  margin-right: auto;
  margin-left: auto;
}

.mv4-industry-stories > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 58px;
}

.mv4-industry-stories > header h2 {
  max-width: 820px;
  margin: 0;
  font-size: 52px;
}

.mv4-industry-stories > header > p {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
}

.mv4-industry-stories .mv4-eyebrow {
  color: #d9b577;
}

.mv4-industry-story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.82fr);
  gap: 62px;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mv4-industry-story:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mv4-industry-story--reverse {
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.08fr);
}

.mv4-industry-story--reverse .mv4-industry-story-media {
  grid-column: 2;
}

.mv4-industry-story--reverse .mv4-industry-story-copy {
  grid-row: 1;
  grid-column: 1;
}

.mv4-industry-story-media {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 4px;
  background: #22332e;
}

.mv4-industry-story-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv4-industry-story-copy h3 {
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: 39px;
  font-weight: 400;
  line-height: 1.05;
}

.mv4-industry-story-copy > p:not(.mv4-eyebrow) {
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
}

.mv4-industry-story-copy dl {
  margin: 28px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.mv4-industry-story-copy dl > div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.mv4-industry-story-copy dt {
  color: #d9b577;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.mv4-industry-story-copy dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.mv4-industry-stories-note {
  padding-top: 28px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.mv4-industry-stories-note strong {
  margin-right: 7px;
  color: #fff;
}

.mv4-faq {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 90px;
  width: var(--page);
  margin: 0 auto;
  padding: 105px 0;
}

.mv4-faq-list {
  border-top: 1px solid var(--line);
}

.mv4-faq-list details {
  border-bottom: 1px solid var(--line);
}

.mv4-faq-list summary {
  position: relative;
  padding: 24px 42px 24px 0;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.mv4-faq-list summary::-webkit-details-marker {
  display: none;
}

.mv4-faq-list summary::after {
  position: absolute;
  top: 20px;
  right: 0;
  content: "+";
  color: var(--signal-dark);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
}

.mv4-faq-list details[open] summary::after {
  content: "−";
}

.mv4-faq-list details p {
  max-width: 700px;
  padding: 0 34px 22px 0;
  color: var(--ink-soft);
}

.mv4-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  width: var(--page);
  margin: 0 auto 100px;
  padding: 52px 58px;
  border-radius: 6px;
  background: var(--forest);
  color: #fff;
}

.mv4-cta h2 {
  max-width: 780px;
  margin-bottom: 0;
  font-size: 43px;
}

.mv4-cta .mv4-eyebrow {
  color: #d9b577;
}

/* Pricing page */
.mv4-pricing-hero {
  padding: 105px 0;
  background: var(--warm);
}

.mv4-pricing-head {
  width: var(--page);
  margin: 0 auto 58px;
  text-align: center;
}

.mv4-pricing-head h1 {
  max-width: 820px;
  margin: 0 auto 22px;
  font-size: 64px;
}

.mv4-pricing-head p:not(.mv4-eyebrow) {
  max-width: 680px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 18px;
}

.mv4-price-panel {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  width: min(980px, calc(100% - 64px));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #c8d0ca;
  border-radius: 6px;
  background: #fff;
}

.mv4-price-panel-main,
.mv4-price-panel-list {
  padding: 48px;
}

.mv4-price-panel-main {
  border-right: 1px solid #c8d0ca;
}

.mv4-price-panel .mv4-price strong {
  color: var(--forest);
}

.mv4-price-panel .mv4-price span {
  color: var(--ink-soft);
}

.mv4-price-panel-main .mv4-button {
  width: 100%;
  margin-top: 38px;
}

.mv4-price-panel-list h2 {
  margin-bottom: 20px;
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 800;
}

.mv4-price-panel-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mv4-price-panel-list li {
  position: relative;
  padding: 10px 0 10px 26px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
}

.mv4-price-panel-list li::before {
  position: absolute;
  top: 15px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  content: "";
}

/* Contact */
.mv4-contact {
  display: grid;
  grid-template-columns: 0.76fr 1fr;
  min-height: calc(100vh - 78px);
}

.mv4-contact-copy,
.mv4-contact-details {
  padding: 100px max(48px, calc((100vw - 1240px) / 2));
}

.mv4-contact-copy {
  padding-right: 76px;
  background: var(--forest-deep);
  color: #fff;
}

.mv4-contact-copy .mv4-eyebrow {
  color: #d9b577;
}

.mv4-contact-copy h1 {
  margin-bottom: 28px;
  font-size: 62px;
}

.mv4-contact-copy > p:not(.mv4-eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.mv4-contact-details {
  padding-left: 76px;
  background: #fff;
}

.mv4-contact-block {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.mv4-contact-block:first-child {
  padding-top: 0;
}

.mv4-contact-block span,
.mv4-contact-block strong,
.mv4-contact-block a {
  display: block;
}

.mv4-contact-block span {
  margin-bottom: 8px;
  color: var(--signal-dark);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.mv4-contact-block strong,
.mv4-contact-block a {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
}

.mv4-contact-block p {
  max-width: 620px;
  margin: 8px 0 0;
  color: var(--ink-soft);
}

/* Registration and Stripe dialog */
.registration-dialog {
  width: min(1120px, calc(100vw - 40px));
  max-height: min(900px, calc(100vh - 40px));
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid #c9d1cb;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 28px 80px rgba(8, 24, 19, 0.28);
}

.registration-dialog::backdrop {
  background: rgba(10, 22, 18, 0.68);
  backdrop-filter: blur(4px);
}

.registration-dialog form > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 104px;
  padding: 24px 34px;
  border-bottom: 1px solid var(--line);
}

.registration-dialog .eyebrow {
  margin-bottom: 4px;
  color: var(--signal-dark);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.registration-dialog h2 {
  margin: 0;
  font-family: var(--sans);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
}

.icon-button {
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}

.icon-button svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.purchase-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: #f4f6f3;
}

.purchase-progress span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  color: #7a847f;
  font-size: 13px;
  font-weight: 750;
  gap: 9px;
}

.purchase-progress span + span {
  border-left: 1px solid var(--line);
}

.purchase-progress b {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid #b9c3bc;
  border-radius: 50%;
  font-size: 11px;
}

.purchase-progress .active {
  background: #fff;
  color: var(--signal-dark);
}

.purchase-progress .active b {
  border-color: var(--signal);
  background: var(--signal);
  color: #fff;
}

.purchase-progress .complete {
  color: var(--success);
}

.purchase-progress .complete b {
  border-color: var(--success);
  background: var(--success);
  color: #fff;
}

.purchase-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.7fr);
  gap: 36px;
  padding: 34px;
}

.form-intro {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--ink-soft);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-grid label,
.consent {
  color: #40504a;
  font-size: 13px;
  font-weight: 750;
}

.form-grid label.full {
  grid-column: 1 / -1;
}

.form-grid input,
.form-grid select {
  width: 100%;
  height: 52px;
  margin-top: 7px;
  padding: 0 14px;
  border: 1px solid #cbd4cd;
  border-radius: 4px;
  background: #fff;
}

.password-field {
  position: relative;
  display: block;
}

.password-field input {
  padding-right: 52px;
}

.password-toggle {
  position: absolute;
  top: 11px;
  right: 7px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.password-toggle svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.password-strength {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin-top: 8px;
}

.password-strength i {
  height: 3px;
  background: #dbe1dc;
}

.password-strength i.active {
  background: var(--success);
}

.form-grid small {
  display: block;
  margin-top: 7px;
  color: #78827e;
  font-weight: 500;
}

.registration-trap {
  position: absolute;
  left: -9999px;
}

.consent {
  display: flex;
  align-items: flex-start;
  margin-top: 22px;
  gap: 10px;
}

.consent input {
  width: 19px;
  height: 19px;
  margin: 1px 0 0;
  accent-color: var(--forest);
}

.consent a {
  text-decoration: underline;
}

.purchase-summary {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f3f5f1;
}

.purchase-price {
  display: flex;
  align-items: end;
  margin: 8px 0 24px;
  gap: 10px;
}

.purchase-price strong {
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
}

.purchase-price span {
  color: var(--ink-soft);
  font-size: 12px;
}

.purchase-summary ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.purchase-summary li {
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 13px;
}

.purchase-total {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  font-size: 13px;
}

.purchase-summary > small {
  display: block;
  margin-top: 12px;
  color: #77817d;
  font-size: 11px;
}

.purchase-submit-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 22px 34px;
  border-top: 1px solid var(--line);
}

.form-message,
.embedded-checkout-message {
  margin: 0;
  color: #a53b33;
  font-size: 13px;
}

.form-message.success {
  color: var(--success);
}

.secure-note,
.embedded-checkout-intro p {
  display: flex;
  align-items: center;
  margin: 6px 0 0;
  color: #78827e;
  font-size: 11px;
  gap: 7px;
}

.secure-note svg,
.embedded-checkout-intro svg {
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.checkout-button {
  min-width: 270px;
  gap: 10px;
}

.checkout-button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.checkout-button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.embedded-checkout-view {
  padding: 0 34px 34px;
}

.embedded-checkout-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.checkout-back {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--forest);
  font-weight: 750;
  cursor: pointer;
  gap: 7px;
}

.checkout-back svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.stripe-embedded-checkout {
  min-height: 520px;
  padding-top: 12px;
}

.checkout-complete {
  display: grid;
  min-height: 420px;
  place-items: center;
  align-content: center;
  text-align: center;
}

.checkout-complete span {
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--success);
}

.checkout-complete strong {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
}

.checkout-complete p {
  color: var(--ink-soft);
}

[hidden] {
  display: none !important;
}

/* Legacy page fallback while keeping the whole public site coherent */
.seo-page .seo-hero,
.seo-page .seo-content {
  width: var(--page);
  margin-right: auto;
  margin-left: auto;
}

.seo-page .seo-hero {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 80px;
  align-items: center;
  padding: 92px 0;
}

.seo-page .seo-hero h1 {
  margin-bottom: 24px;
  font-size: 58px;
}

.seo-page .seo-hero > div > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 18px;
}

.seo-page .seo-hero aside {
  border-top: 1px solid var(--line);
}

.seo-page .seo-hero aside span {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
}

.seo-page .seo-hero aside strong {
  color: var(--ink);
}

.seo-page .seo-content > section {
  padding: 80px 0;
  border-top: 1px solid var(--line);
}

.seo-page .seo-content h2 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: 48px;
}

.seo-page .seo-content h3 {
  margin-top: 30px;
  margin-bottom: 8px;
  font-size: 18px;
}

.seo-page .seo-content p {
  max-width: 860px;
  color: var(--ink-soft);
}

.seo-page .seo-content .button {
  color: #fff;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--signal-dark);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-feature-band,
.industry-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 36px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.page-feature-band article,
.industry-row {
  padding: 28px;
}

.page-feature-band article + article,
.industry-row + .industry-row {
  border-left: 1px solid var(--line);
}

.seo-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 52px !important;
  border: 0 !important;
  border-radius: 6px;
  background: var(--forest);
  color: #fff;
}

.seo-cta h2,
.seo-cta p {
  color: #fff !important;
}

@media (max-width: 1080px) {
  :root {
    --page: min(980px, calc(100% - 48px));
  }

  .site-header {
    grid-template-columns: 150px 1fr 220px;
    padding: 0 24px;
  }

  .site-header nav {
    gap: 19px;
  }

  .header-actions {
    gap: 14px;
  }

  .mv4-masthead,
  .mv4-masthead-inner {
    min-height: 640px;
  }

  .mv4-masthead::after {
    width: 66%;
  }

  .mv4-masthead h1 {
    max-width: 600px;
    font-size: 62px;
  }

  .mv4-journey-heading,
  .mv4-product-stage > header,
  .mv4-page-intro,
  .mv4-page-dark-inner,
  .mv4-faq {
    gap: 48px;
  }

  .mv4-split,
  .mv4-page-section {
    gap: 48px;
  }

  .mv4-copy h2,
  .mv4-section-head h2,
  .mv4-dark-copy h2,
  .mv4-plan h2,
  .mv4-page-intro h2,
  .mv4-page-section h2,
  .mv4-page-dark h2,
  .mv4-faq h2 {
    font-size: 46px;
  }

  .mv4-industry-mosaic {
    min-height: 520px;
  }

  .mv4-industry-stories > header {
    gap: 48px;
  }

  .mv4-industry-story {
    gap: 40px;
  }

  .mv4-industry-story-copy h3 {
    font-size: 34px;
  }

  .portal-demo-toolbar {
    grid-template-columns: 1fr auto;
  }

  .portal-stats {
    display: none;
  }

  .mv4-dark-copy {
    padding-right: 40px;
    padding-left: 48px;
  }

  .mv4-plan {
    grid-template-columns: 1fr 0.55fr;
  }

  .mv4-plan > div:last-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: end;
  }

  .mv4-plan-details {
    margin-bottom: 0;
  }
}

@media (max-width: 860px) {
  :root {
    --page: calc(100% - 40px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 70px;
    padding: 0 20px;
  }

  .brand-wordmark {
    font-size: 25px;
  }

  .nav-toggle {
    display: flex;
    grid-column: 2;
    grid-row: 1;
  }

  .site-header nav {
    position: absolute;
    top: 69px;
    right: 0;
    left: 0;
    display: none;
    padding: 14px 20px 24px;
    border-bottom: 1px solid var(--line);
    background: #fff;
    flex-direction: column;
    gap: 0;
  }

  .site-header.nav-open nav {
    display: flex;
  }

  .site-header nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .site-header nav a::after {
    display: none;
  }

  .nav-language-menu {
    display: block;
    margin: 2px 0 10px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: var(--canvas);
  }

  .nav-language-menu summary,
  .footer-language-menu summary {
    min-height: 48px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 18px;
    align-items: center;
    gap: 10px;
    padding: 10px 13px;
    color: var(--ink);
    font-size: 13px;
    list-style: none;
    cursor: pointer;
  }
  .nav-language-menu summary::-webkit-details-marker,
  .footer-language-menu summary::-webkit-details-marker { display: none; }
  .nav-language-menu summary > span,
  .footer-language-menu summary > span { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; }
  .nav-language-menu summary svg,
  .footer-language-menu summary svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; }
  .nav-language-menu summary strong,
  .footer-language-menu summary strong { color: var(--forest-deep); font-size: 13px; }
  .nav-language-menu summary b,
  .footer-language-menu summary b { transition: transform 160ms ease; }
  .nav-language-menu[open] summary b,
  .footer-language-menu[open] summary b { transform: rotate(180deg); }
  .nav-language-menu-list,
  .footer-language-menu-list { display: grid; padding: 0 10px 10px; }
  .nav-language-menu-list a,
  .footer-language-menu-list a { padding: 11px 10px !important; border-top: 1px solid var(--line) !important; color: var(--ink-soft); font-size: 13px; }
  .nav-language-menu-list a[aria-current="page"],
  .footer-language-menu-list a[aria-current="page"] { color: var(--forest-deep); font-weight: 800; }

  .nav-sign-in {
    display: block;
  }

  .header-actions {
    display: none;
  }

  .mv4-masthead,
  .mv4-masthead-inner {
    min-height: 700px;
  }

  .mv4-masthead picture img {
    object-position: 66% center;
  }

  .mv4-masthead::after {
    width: 100%;
    background: rgba(8, 39, 32, 0.79);
    clip-path: none;
  }

  .mv4-masthead-inner {
    justify-content: flex-end;
    padding-top: 70px;
    padding-bottom: 48px;
  }

  .mv4-masthead h1 {
    max-width: 640px;
    font-size: 54px;
  }

  .mv4-masthead-copy {
    font-size: 18px;
  }

  .mv4-masthead-proof {
    margin-top: 42px;
  }

  .mv4-journey-inner {
    padding-top: 72px;
  }

  .mv4-journey-heading,
  .mv4-product-stage > header,
  .mv4-page-intro,
  .mv4-page-dark-inner,
  .mv4-faq,
  .mv4-contact,
  .seo-page .seo-hero {
    grid-template-columns: 1fr;
  }

  .mv4-journey h2,
  .mv4-product-stage h2 {
    font-size: 50px;
  }

  .mv4-journey-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .mv4-journey-steps li:nth-child(3) {
    border-left: 0;
  }

  .mv4-journey-steps li:nth-child(n + 3) {
    border-top: 1px solid var(--line-dark);
  }

  .mv4-split,
  .mv4-split--reverse,
  .mv4-page-section,
  .mv4-page-section--reverse,
  .mv4-channels {
    grid-template-columns: 1fr;
  }

  .mv4-industry-stories > header,
  .mv4-industry-story,
  .mv4-industry-story--reverse {
    grid-template-columns: 1fr;
  }

  .mv4-industry-stories > header {
    gap: 20px;
    margin-bottom: 38px;
  }

  .mv4-industry-story,
  .mv4-industry-story--reverse {
    gap: 26px;
    padding: 34px 0;
  }

  .mv4-industry-story--reverse .mv4-industry-story-media,
  .mv4-industry-story--reverse .mv4-industry-story-copy {
    grid-column: auto;
  }

  .mv4-industry-story--reverse .mv4-industry-story-media {
    grid-row: 1;
  }

  .mv4-industry-story--reverse .mv4-industry-story-copy {
    grid-row: 2;
  }

  .mv4-split--reverse .mv4-copy,
  .mv4-page-section--reverse .mv4-page-section-copy {
    grid-row: 2;
  }

  .mv4-split-media,
  .mv4-split-media img {
    min-height: 470px;
  }

  .mv4-product-stage {
    padding: 82px 0 90px;
  }

  .portal-demo {
    grid-template-columns: 62px minmax(0, 1fr);
    min-height: 460px;
  }

  .portal-demo-main {
    padding: 18px;
  }

  .portal-views span:nth-child(2),
  .portal-views span:nth-child(3),
  .portal-table th:nth-child(4),
  .portal-table td:nth-child(4) {
    display: none;
  }

  .mv4-view-line {
    grid-template-columns: repeat(3, 1fr);
  }

  .mv4-view-line a {
    grid-column: 1 / -1;
    border-top: 1px solid #c8cfc9;
    border-left: 0;
  }

  .mv4-dark-feature {
    grid-template-columns: 1fr;
  }

  .mv4-dark-media,
  .mv4-dark-media img {
    min-height: 520px;
  }

  .mv4-dark-copy {
    padding: 70px 40px;
  }

  .mv4-plan {
    grid-template-columns: 1fr 0.6fr;
    gap: 42px;
  }

  .mv4-footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .mv4-footer-contact {
    grid-row: 2;
  }

  .footer-bottom {
    grid-template-columns: 1fr auto;
  }

  .language-links {
    grid-column: 1 / -1;
  }

  .mv4-page-hero::after {
    width: 100%;
    background: rgba(8, 39, 32, 0.78);
  }

  .mv4-page-hero h1,
  .mv4-pricing-head h1,
  .mv4-contact-copy h1 {
    font-size: 54px;
  }

  .mv4-page-intro,
  .mv4-page-section,
  .mv4-faq {
    padding: 80px 0;
  }

  .mv4-page-section--reverse .mv4-page-media {
    grid-row: 1;
  }

  .mv4-price-panel {
    grid-template-columns: 1fr;
    width: var(--page);
  }

  .mv4-price-panel-main {
    border-right: 0;
    border-bottom: 1px solid #c8d0ca;
  }

  .mv4-contact-copy,
  .mv4-contact-details {
    padding: 70px 40px;
  }

  .purchase-layout {
    grid-template-columns: 1fr;
  }

  .purchase-summary {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    gap: 10px 26px;
  }

  .purchase-summary ul {
    grid-row: 1 / span 3;
    grid-column: 2;
  }

  .purchase-summary .purchase-total,
  .purchase-summary > small {
    grid-column: 1;
  }

  .seo-page .seo-hero,
  .seo-page .seo-content > section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .page-feature-band,
  .industry-groups {
    grid-template-columns: 1fr;
  }

  .page-feature-band article + article,
  .industry-row + .industry-row {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 600px) {
  :root {
    --page: calc(100% - 32px);
  }

  body {
    font-size: 15px;
  }

  .mv4-masthead,
  .mv4-masthead-inner {
    min-height: 650px;
  }

  .mv4-masthead-inner {
    padding-bottom: 34px;
  }

  .mv4-masthead h1 {
    margin-bottom: 22px;
    font-size: 43px;
  }

  .mv4-masthead-copy {
    margin-bottom: 26px;
    font-size: 16px;
  }

  .mv4-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .mv4-actions .mv4-button {
    width: 100%;
  }

  .mv4-actions .mv4-link {
    width: max-content;
  }

  .mv4-masthead-proof {
    display: none;
  }

  .mv4-journey-inner {
    width: 100%;
  }

  .mv4-journey-heading {
    width: var(--page);
    margin: 0 auto;
    padding-bottom: 54px;
  }

  .mv4-journey h2,
  .mv4-product-stage h2,
  .mv4-copy h2,
  .mv4-section-head h2,
  .mv4-dark-copy h2,
  .mv4-plan h2,
  .mv4-page-intro h2,
  .mv4-page-section h2,
  .mv4-page-dark h2,
  .mv4-faq h2,
  .seo-page .seo-content h2 {
    font-size: 39px;
  }

  .mv4-journey-steps {
    grid-template-columns: 1fr;
  }

  .mv4-journey-steps li,
  .mv4-journey-steps li + li {
    min-height: 0;
    padding: 24px 16px;
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .mv4-journey-steps span {
    margin-bottom: 8px;
  }

  .mv4-section {
    padding: 74px 0;
  }

  .mv4-split,
  .mv4-page-section,
  .mv4-channels {
    gap: 44px;
  }

  .mv4-split-media,
  .mv4-split-media img,
  .mv4-page-media,
  .mv4-page-media img {
    min-height: 350px;
  }

  .mv4-split-media figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
  }

  .mv4-product-stage {
    padding-top: 72px;
  }

  .mv4-product-stage > header {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mv4-demo-shell {
    width: calc(100% - 16px);
  }

  .portal-demo {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 410px;
  }

  .portal-demo-sidebar {
    padding: 18px 7px;
  }

  .portal-demo-sidebar > span:not(.portal-demo-wordmark) {
    width: 34px;
    height: 34px;
  }

  .portal-demo-sidebar svg {
    width: 17px;
  }

  .portal-demo-main {
    padding: 12px;
  }

  .portal-demo-toolbar {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 12px;
  }

  .portal-date {
    min-height: 46px;
  }

  .portal-views {
    justify-content: space-between;
  }

  .portal-table th,
  .portal-table td {
    height: 44px;
    padding: 0 8px;
  }

  .portal-table th:nth-child(3),
  .portal-table td:nth-child(3),
  .portal-table th:nth-child(4),
  .portal-table td:nth-child(4),
  .portal-table th:nth-child(5),
  .portal-table td:nth-child(5) {
    display: none;
  }

  .mv4-view-line {
    grid-template-columns: 1fr;
  }

  .mv4-view-line span,
  .mv4-view-line a {
    border-top: 1px solid #c8cfc9;
    border-left: 0;
    padding: 16px;
  }

  .mv4-view-line span:first-child {
    border-top: 0;
  }

  .mv4-dark-media,
  .mv4-dark-media img {
    min-height: 380px;
  }

  .mv4-dark-copy {
    padding: 60px 20px;
  }

  .mv4-channel-row {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }

  .mv4-channel-row > span:last-child {
    grid-column: 2;
    padding-bottom: 14px;
    text-align: left;
  }

  .mv4-plan-wrap {
    padding: 76px 0;
  }

  .mv4-plan,
  .mv4-plan > div:last-child {
    grid-template-columns: 1fr;
  }

  .mv4-price strong {
    font-size: 64px;
  }

  .site-footer {
    padding: 48px 20px 22px;
  }

  .mv4-footer-nav {
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .language-links,
  .footer-legal {
    grid-column: auto;
    flex-wrap: wrap;
  }

  .mv4-page-hero {
    min-height: 520px;
  }

  .mv4-page-hero-inner {
    justify-content: flex-end;
    padding: 58px 0 44px;
  }

  .mv4-page-hero h1,
  .mv4-pricing-head h1,
  .mv4-contact-copy h1,
  .seo-page .seo-hero h1 {
    font-size: 43px;
  }

  .mv4-page-hero p:not(.mv4-eyebrow) {
    font-size: 16px;
  }

  .mv4-page-intro,
  .mv4-page-section,
  .mv4-faq {
    gap: 36px;
    padding: 68px 0;
  }

  .mv4-stat-line {
    grid-template-columns: 1fr;
  }

  .mv4-stat-line div + div {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .mv4-benefit-rows li {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 18px 0;
  }

  .mv4-page-dark {
    padding: 70px 0;
  }

  .mv4-industry-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 290px 190px;
    min-height: 490px;
  }

  .mv4-industry-mosaic-lead {
    grid-row: 1;
    grid-column: 1 / -1;
  }

  .mv4-industry-mosaic figcaption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 12px;
  }

  .mv4-industry-mosaic figcaption strong {
    font-size: 13px;
  }

  .mv4-industry-mosaic figcaption span {
    margin-top: 3px;
    font-size: 11px;
  }

  .mv4-industry-stories {
    padding: 68px 0 58px;
  }

  .mv4-industry-stories > header h2 {
    font-size: 39px;
  }

  .mv4-industry-story-media {
    aspect-ratio: 4 / 3;
  }

  .mv4-industry-story-copy h3 {
    font-size: 31px;
  }

  .mv4-industry-story-copy dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .mv4-capability-list li {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .mv4-cta {
    grid-template-columns: 1fr;
    margin-bottom: 70px;
    padding: 36px 28px;
  }

  .mv4-cta h2 {
    font-size: 34px;
  }

  .mv4-pricing-hero {
    padding: 72px 0;
  }

  .mv4-price-panel-main,
  .mv4-price-panel-list {
    padding: 32px 24px;
  }

  .mv4-contact-copy,
  .mv4-contact-details {
    padding: 58px 24px;
  }

  .mv4-contact-block strong,
  .mv4-contact-block a {
    font-size: 25px;
  }

  .registration-dialog {
    width: 100vw;
    max-height: 100vh;
    border: 0;
    border-radius: 0;
  }

  .registration-dialog form > header {
    min-height: 82px;
    padding: 18px 20px;
  }

  .registration-dialog h2 {
    font-size: 20px;
  }

  .purchase-progress span {
    min-height: 54px;
    font-size: 0;
  }

  .purchase-progress b {
    font-size: 11px;
  }

  .purchase-layout {
    padding: 24px 20px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-grid label.full {
    grid-column: auto;
  }

  .purchase-summary {
    display: block;
    padding: 22px;
  }

  .purchase-submit-row {
    grid-template-columns: 1fr;
    padding: 18px 20px;
  }

  .checkout-button {
    width: 100%;
    min-width: 0;
  }

  .embedded-checkout-view {
    padding: 0 12px 20px;
  }

  .embedded-checkout-intro p {
    display: none;
  }

  .seo-page .seo-hero,
  .seo-page .seo-content > section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .seo-cta {
    grid-template-columns: 1fr;
    padding: 32px 24px !important;
  }
}

@media (max-width: 860px) {
  .footer-bottom > .language-links { display: none; }
  .footer-language-menu {
    display: block;
    grid-column: 1 / -1;
    width: min(100%, 360px);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 4px;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
  }
  .footer-language-menu summary { color: #fff; }
  .footer-language-menu summary strong { color: #fff; }
  .footer-language-menu-list a { color: rgba(255, 255, 255, 0.76); }
  .footer-language-menu-list a[aria-current="page"] { color: #fff; }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
