@font-face {
  font-family: "Space Grotesk";
  src: url("/assets/fonts/space-grotesk-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("/assets/fonts/space-grotesk-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("/assets/fonts/space-grotesk-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Cairo";
  src: url("/assets/fonts/cairo-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Cairo";
  src: url("/assets/fonts/cairo-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Cairo";
  src: url("/assets/fonts/cairo-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --purple: #9929ea;
  --pink: #ff5fcf;
  --cream: #faeb92;
  --ink: #0e0a14;
  --night: #08060d;
  --panel: #15101d;
  --panel-light: #1e1729;
  --text: #fffaf0;
  --muted: #c7bfd1;
  --line: #3a3045;
  --cyan: #3de4d1;
  --danger: #ff6b7a;
  --success: #7ce5a6;
  --header-height: 76px;
  --shell: 1180px;
  --radius: 6px;
  color-scheme: dark;
}

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

html {
  scroll-behavior: smooth;
  background: var(--night);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--night);
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

html[lang="ar"] body {
  font-family: "Cairo", Tahoma, sans-serif;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  color: inherit;
  font: inherit;
  letter-spacing: 0;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.button,
.price-line,
.step-number {
  font-family: "Space Grotesk", "Inter", Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] .button,
html[lang="ar"] .price-line,
html[lang="ar"] .step-number {
  font-family: "Cairo", Tahoma, sans-serif;
}

h1,
h2,
h3 {
  line-height: 1.15;
  letter-spacing: 0;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 21px;
}

p {
  color: var(--muted);
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.narrow {
  max-width: 820px;
}

.band {
  position: relative;
  padding-block: 108px;
}

.band-ink {
  background: var(--ink);
}

.band-cream {
  background: var(--cream);
  color: var(--ink);
}

.band-cream p {
  color: #40364a;
}

.band-cyan {
  background: var(--cyan);
  color: var(--ink);
}

.band-cyan p {
  color: #173c39;
}

.band-pink {
  background: var(--pink);
  color: var(--ink);
}

.band-pink p {
  color: #40112f;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--pink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

html[lang="ar"] .eyebrow {
  text-transform: none;
}

.band-cream .eyebrow,
.band-cyan .eyebrow,
.band-pink .eyebrow {
  color: #5b146e;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 52px;
}

.section-heading h2 {
  margin-bottom: 18px;
}

.section-intro {
  margin: 0;
  font-size: 18px;
}

.icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.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;
}

.skip-link {
  position: fixed;
  inset-inline-start: 16px;
  top: -80px;
  z-index: 1000;
  padding: 12px 18px;
  background: var(--cream);
  color: var(--ink);
  font-weight: 700;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-height);
  border-bottom: 1px solid rgba(250, 235, 146, 0.18);
  background: rgba(8, 6, 13, 0.96);
  backdrop-filter: blur(16px);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  color: var(--cream);
  text-decoration: none;
}

.wordmark-frame {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3.6 / 1;
}

.wordmark-frame img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: scale(1.25);
}

.wordmark-frame-header {
  width: 118px;
  flex: 0 0 118px;
}

.wordmark-frame-footer {
  width: 154px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-link,
.language-link {
  position: relative;
  padding-block: 8px;
  color: #e8e0ef;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--pink);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.nav-link:hover::after,
.nav-link:focus-visible::after,
.nav-link.is-active::after {
  transform: scaleX(1);
}

.language-link {
  min-width: 38px;
  border-inline-start: 1px solid var(--line);
  padding-inline-start: 20px;
  color: var(--cream);
  text-align: center;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--panel);
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.nav-link:focus-visible,
.language-link:focus-visible,
.brand-link:focus-visible,
.text-link:focus-visible,
.faq-item button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}

.button-primary,
.nav-cta {
  background: var(--pink);
  color: var(--ink);
}

.button-primary:hover,
.nav-cta:hover {
  background: var(--cream);
}

.button-cream {
  background: var(--cream);
  color: var(--ink);
}

.button-cream:hover {
  background: var(--pink);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(14, 10, 20, 0.56);
  color: var(--text);
}

.button-ghost:hover {
  border-color: var(--cream);
  background: var(--ink);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-hero {
  position: relative;
  min-height: min(760px, calc(100svh - 108px));
  overflow: hidden;
  isolation: isolate;
  background: var(--purple);
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("/assets/brand/background.png") center / cover no-repeat;
}

.hero-art::after {
  position: absolute;
  inset: 0;
  background: rgba(14, 10, 20, 0.28);
  content: "";
}

.hero-inner {
  position: relative;
  min-height: inherit;
  padding-block: 84px 102px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 710px;
}

.hero-copy .eyebrow {
  color: var(--cream);
}

.hero-copy .hero-wordmark {
  margin-bottom: 22px;
}

.wordmark-frame-hero {
  width: min(410px, 78vw);
}

.hero-headline {
  max-width: 700px;
  margin-bottom: 18px;
  color: #fff7df;
  font-family: "Space Grotesk", "Inter", Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.18;
}

html[lang="ar"] .hero-headline {
  font-family: "Cairo", Tahoma, sans-serif;
}

.hero-intro {
  max-width: 640px;
  margin-bottom: 32px;
  color: #fff7df;
  font-size: 20px;
}

.hero-proof {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(250, 235, 146, 0.55);
  background: rgba(14, 10, 20, 0.82);
}

.hero-proof span {
  min-height: 58px;
  display: grid;
  align-items: center;
  padding: 12px 16px;
  border-inline-end: 1px solid rgba(250, 235, 146, 0.28);
  color: var(--cream);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.hero-proof span:last-child {
  border-inline-end: 0;
}

.card-grid {
  display: grid;
  gap: 16px;
}

.four-col {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card {
  min-height: 270px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.feature-card:nth-child(2n) .icon-tile {
  background: var(--cream);
}

.feature-card:nth-child(3n) .icon-tile {
  background: var(--cyan);
}

.icon-tile {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 34px;
  border-radius: 4px;
  background: var(--pink);
  color: var(--ink);
  place-items: center;
}

.feature-card h3 {
  margin-bottom: 12px;
}

.feature-card p {
  margin-bottom: 0;
}

.journey-list {
  display: grid;
  margin: 0;
  padding: 0;
  counter-reset: none;
  list-style: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.journey-step {
  position: relative;
  min-height: 260px;
  padding: 24px;
  border-top: 4px solid var(--ink);
  border-inline-end: 1px solid rgba(14, 10, 20, 0.22);
}

.journey-step:last-child {
  border-inline-end: 0;
}

.step-number {
  display: block;
  margin-bottom: 60px;
  color: #7b268d;
  font-size: 16px;
  font-weight: 700;
}

.journey-step h3 {
  margin-bottom: 10px;
}

.journey-step p {
  margin-bottom: 0;
}

.system-fit {
  background: #110d17;
}

.system-fit-inner,
.focus-inner {
  display: grid;
  align-items: center;
  gap: 84px;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1fr);
}

.system-visual {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  aspect-ratio: 1234 / 712;
  background: #080d0d;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
}

.nexus-product-shot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.system-copy h2 {
  margin-bottom: 18px;
}

.system-copy p {
  margin-bottom: 24px;
  font-size: 18px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cream);
  font-weight: 700;
  text-decoration: none;
}

.text-link:hover {
  color: var(--pink);
}

.closing-cta {
  background: var(--purple);
}

.closing-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.closing-cta h2 {
  max-width: 760px;
  margin-bottom: 12px;
  color: var(--cream);
}

.closing-cta p {
  max-width: 720px;
  margin-bottom: 0;
  color: #fff7df;
}

.page-intro {
  min-height: 480px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--purple) url("/assets/brand/background.png") center / cover no-repeat;
}

.page-intro::after {
  position: absolute;
  width: 430px;
  height: 430px;
  inset-inline-end: -80px;
  bottom: -230px;
  border: 1px solid rgba(250, 235, 146, 0.48);
  content: "";
  transform: rotate(45deg);
}

.page-intro-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 72px;
}

.page-intro h1 {
  max-width: 920px;
  margin-bottom: 20px;
  color: var(--cream);
}

.page-intro p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: #fff7df;
  font-size: 19px;
}

.page-intro .eyebrow {
  color: var(--cream);
}

.process-list {
  display: grid;
}

.process-step {
  display: grid;
  align-items: start;
  gap: 48px;
  padding-block: 44px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 180px minmax(0, 760px);
}

.process-step:first-child {
  padding-top: 0;
}

.process-step:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.process-index {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--pink);
  font-weight: 700;
}

.process-step h2 {
  margin-bottom: 12px;
  font-size: 30px;
}

.process-step p {
  margin: 0;
  font-size: 18px;
}

.system-bridge h2 {
  margin-bottom: 22px;
}

.system-bridge p {
  margin-bottom: 0;
  font-size: 19px;
}

.check-grid {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 16px;
  list-style: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.check-grid li {
  display: flex;
  min-height: 110px;
  align-items: flex-start;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.check-grid .icon {
  color: var(--cyan);
}

.pricing-layout {
  display: grid;
  align-items: start;
  gap: 80px;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
}

.pricing-card {
  position: sticky;
  top: calc(var(--header-height) + 28px);
  padding: 36px;
  border: 1px solid var(--pink);
  border-radius: var(--radius);
  background: var(--panel);
}

.plan-heading h2 {
  margin-bottom: 14px;
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-block: 38px;
}

.price-line strong {
  color: var(--cream);
  font-size: 34px;
  line-height: 1.1;
}

.price-line span {
  color: var(--muted);
}

.pricing-card .button {
  width: 100%;
}

.included h2 {
  margin-bottom: 26px;
  font-size: 30px;
}

.plain-checks {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 16px;
  list-style: none;
}

.plain-checks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.plain-checks .icon {
  color: var(--cyan);
}

.scope-note {
  margin-top: 34px;
  padding: 22px;
  border-inline-start: 4px solid var(--cream);
  background: var(--panel-light);
  color: var(--text);
}

.cost-card {
  display: flex;
  min-height: 190px;
  align-items: flex-start;
  gap: 22px;
  padding: 28px;
  border: 1px solid rgba(14, 10, 20, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.26);
}

.cost-card .icon-tile {
  flex: 0 0 48px;
  margin: 0;
  background: var(--pink);
}

.cost-card h3 {
  margin-bottom: 10px;
}

.cost-card p {
  margin: 0;
}

.external-rule {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-top: 28px;
  padding: 24px;
  border: 2px solid var(--ink);
  color: var(--ink);
}

.external-rule p {
  margin: 0;
  color: var(--ink);
}

.lead-layout {
  display: grid;
  align-items: start;
  gap: 64px;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
}

.demo-preview {
  min-height: 620px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.demo-preview > img {
  width: 440px;
  max-width: none;
  margin: -90px auto -80px;
}

.demo-preview h2 {
  margin-bottom: 28px;
  font-size: 30px;
}

.lead-form {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.form-heading {
  margin-bottom: 30px;
}

.form-heading h2 {
  margin-bottom: 0;
  font-size: 30px;
}

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

.field {
  min-width: 0;
}

.field > span,
.field legend {
  display: block;
  margin-bottom: 7px;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}

.field b {
  color: var(--pink);
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #50445d;
  border-radius: 4px;
  background: #0d0a12;
  color: var(--text);
}

.field textarea {
  min-height: 108px;
  resize: vertical;
}

.field small {
  display: block;
  margin-top: 6px;
  color: #aca1b8;
  font-size: 11px;
  line-height: 1.45;
}

.field-wide {
  grid-column: 1 / -1;
}

.contact-field {
  margin: 0;
  padding: 0;
  border: 0;
}

.segmented-control {
  display: grid;
  min-height: 48px;
  overflow: hidden;
  border: 1px solid #50445d;
  border-radius: 4px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.segmented-control label {
  position: relative;
  min-width: 0;
}

.segmented-control label + label {
  border-inline-start: 1px solid #50445d;
}

.segmented-control input {
  position: absolute;
  opacity: 0;
}

.segmented-control span {
  display: grid;
  min-height: 46px;
  align-items: center;
  padding: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.segmented-control input:checked + span {
  background: var(--cream);
  color: var(--ink);
}

.segmented-control input:focus-visible + span {
  outline: 3px solid var(--cyan);
  outline-offset: -3px;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
}

.consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 3px;
  accent-color: var(--pink);
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.form-submit {
  width: 100%;
  margin-top: 24px;
}

.form-submit[disabled] {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.form-status {
  min-height: 24px;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
}

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

.form-status.is-error {
  color: var(--danger);
}

.focus-inner {
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
}

.focus-mark {
  width: 420px;
  margin: -100px auto;
}

.focus h2 {
  margin-bottom: 20px;
}

.focus p:not(.eyebrow) {
  margin-bottom: 0;
  font-size: 19px;
}

.faq-list {
  max-width: 900px;
}

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

.faq-item:first-child {
  border-top: 1px solid var(--line);
}

.faq-item h2 {
  margin: 0;
}

.faq-item button {
  width: 100%;
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 4px;
  border: 0;
  background: transparent;
  color: var(--text);
  font-weight: 700;
  text-align: start;
  cursor: pointer;
}

.faq-item button .icon {
  color: var(--pink);
  transition: transform 160ms ease;
}

.faq-item button[aria-expanded="true"] .icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-width: 760px;
  padding: 0 4px 24px;
}

.faq-answer p {
  margin: 0;
}

.contact-links {
  display: grid;
  gap: 14px;
}

.contact-links > a {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  color: var(--text);
  text-decoration: none;
}

.contact-links > a:hover {
  border-color: var(--pink);
}

.contact-links small,
.contact-links strong {
  display: block;
}

.contact-links small {
  color: var(--muted);
}

.contact-links strong {
  overflow-wrap: anywhere;
}

.prose {
  max-width: 820px;
}

.updated {
  margin-bottom: 48px;
  color: var(--cream);
}

.prose-section {
  padding-block: 32px;
  border-top: 1px solid var(--line);
}

.prose-section h2 {
  margin-bottom: 12px;
  font-size: 28px;
}

.prose-section p {
  margin: 0;
}

.site-footer {
  padding-block: 70px 28px;
  border-top: 1px solid var(--line);
  background: #07050a;
}

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

.footer-grid h2 {
  margin-bottom: 16px;
  color: var(--cream);
  font-size: 14px;
}

.footer-grid a {
  display: block;
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
}

.footer-grid a:hover {
  color: var(--pink);
}

.footer-brand p {
  max-width: 350px;
  margin: 18px 0 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 56px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: #93899f;
  font-size: 12px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 440ms ease, transform 440ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

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

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

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1050px) {
  :root {
    --header-height: 70px;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 34px;
  }

  .menu-button {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: calc(100svh - var(--header-height));
    display: none;
    align-content: start;
    align-items: stretch;
    padding: 30px 24px;
    overflow-y: auto;
    background: rgba(8, 6, 13, 0.99);
  }

  .site-nav.is-open {
    display: grid;
  }

  .nav-link,
  .language-link {
    min-height: 52px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--line);
    font-size: 18px;
  }

  .language-link {
    border-inline-start: 0;
    padding-inline-start: 0;
    text-align: start;
  }

  .nav-cta {
    margin-top: 16px;
  }

  .four-col,
  .journey-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journey-step:nth-child(2) {
    border-inline-end: 0;
  }

  .system-fit-inner,
  .focus-inner,
  .pricing-layout,
  .lead-layout {
    gap: 48px;
    grid-template-columns: 1fr;
  }

  .system-visual {
    max-width: 620px;
  }

  .pricing-card {
    position: static;
  }

  .demo-preview {
    min-height: auto;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  :root {
    --header-height: 66px;
  }

  body {
    font-size: 15px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 29px;
  }

  h3 {
    font-size: 19px;
  }

  .shell {
    width: min(calc(100% - 32px), var(--shell));
  }

  .band {
    padding-block: 74px;
  }

  .wordmark-frame-header {
    width: 106px;
    flex-basis: 106px;
  }

  .home-hero {
    min-height: calc(100svh - 92px);
  }

  .hero-inner {
    padding-block: 58px 212px;
  }

  .hero-copy .hero-wordmark {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
  }

  .wordmark-frame-hero {
    width: min(350px, 92vw);
    margin-inline: auto;
  }

  .hero-headline {
    font-size: 27px;
  }

  .hero-intro {
    font-size: 17px;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button-row .button {
    width: 100%;
  }

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

  .hero-proof span {
    min-height: 50px;
    padding: 8px;
    font-size: 11px;
  }

  .hero-proof span:nth-child(2) {
    border-inline-end: 0;
  }

  .hero-proof span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(250, 235, 146, 0.28);
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .section-intro {
    font-size: 16px;
  }

  .four-col,
  .two-col,
  .journey-list,
  .check-grid,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .journey-step {
    min-height: auto;
    padding: 24px 4px 32px;
    border-inline-end: 0;
  }

  .step-number {
    margin-bottom: 28px;
  }

  .system-fit-inner,
  .focus-inner,
  .pricing-layout,
  .lead-layout {
    gap: 36px;
  }

  .system-visual {
    width: min(100%, 680px);
    margin-inline: auto;
    border-color: rgba(250, 235, 146, 0.24);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  }

  .nexus-product-shot {
    object-fit: contain;
  }

  .wordmark-frame-footer {
    width: 112px;
  }

  .closing-cta-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .closing-cta .button {
    width: 100%;
  }

  .page-intro {
    min-height: 430px;
  }

  .page-intro-inner {
    padding-bottom: 50px;
  }

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

  .process-step {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .process-index {
    max-width: 120px;
  }

  .pricing-card,
  .lead-form,
  .demo-preview {
    padding: 24px;
  }

  .price-line {
    align-items: flex-start;
    flex-direction: column;
    margin-block: 28px;
  }

  .price-line strong {
    font-size: 30px;
  }

  .cost-card {
    min-height: auto;
    padding: 22px;
  }

  .field-wide {
    grid-column: auto;
  }

  .demo-preview > img {
    width: 360px;
    margin: -70px auto -62px;
  }

  .focus-mark {
    width: 350px;
    margin: -90px auto;
  }

  .contact-links > a {
    padding: 18px;
  }

  .footer-grid {
    gap: 30px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 380px) {
  .shell {
    width: min(calc(100% - 24px), var(--shell));
  }

  .wordmark-frame-hero {
    width: min(280px, 82vw);
  }

  .wordmark-frame-footer {
    width: 98px;
  }

  .segmented-control {
    grid-template-columns: 1fr;
  }

  .segmented-control label + label {
    border-top: 1px solid #50445d;
    border-inline-start: 0;
  }

  .lead-form,
  .pricing-card,
  .demo-preview {
    padding: 18px;
  }
}
