:root {
  --navy: #152844;
  --orange: #f07017;
  --deep: #0c1b30;
  --paper: #f6f7f8;
  --ink: #152844;
  --muted: #4d5d70;
  --line: #d5dbe1;
  --white: #ffffff;
  --chip: #e8edf2;
  --founding-end: 2027-06-01;
  --font: "Inter", system-ui, -apple-system, sans-serif;
  --mono: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  --radius: 8px;
  --shadow: 0 18px 40px rgba(12, 27, 48, 0.18);
  --max: 1120px;
}

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

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

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  font-size: 17px;
}

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

a {
  color: var(--navy);
}

a:hover {
  color: var(--orange);
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 12px;
  top: -48px;
  background: var(--orange);
  color: var(--deep);
  font-weight: 700;
  padding: 8px 12px;
  z-index: 80;
}

.skip:focus {
  top: 12px;
}

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(12, 27, 48, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(246, 247, 248, 0.08);
  /* containing block for mobile .nav (top: 100%) */
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  background: none;
  border-radius: 0;
  padding: 0;
  color: var(--paper);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand:hover {
  color: var(--paper);
}

.brand-lockup {
  height: 48px;
  width: auto;
  display: block;
}


.site-footer .brand {
  padding: 0;
  border-radius: 0;
  display: inline-flex;
  margin-bottom: 20px;
}

.site-footer .brand-lockup {
  height: 48px;
}

.brand span em {
  font-style: normal;
  color: var(--orange);
}

.nav {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 18px;
}

.nav a,
.nav-menu-toggle {
  color: #d7dee6;
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 550;
}

.nav a:hover,
.nav a[aria-current="page"],
.nav-menu-toggle:hover,
.nav-menu-toggle[aria-current="page"],
.nav-item-menu.is-open .nav-menu-toggle {
  color: var(--paper);
}

.nav-item-menu {
  position: relative;
}

.nav-menu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 0;
  padding: 0;
  font-family: inherit;
  cursor: pointer;
}

.nav-menu-toggle svg {
  width: 12px;
  height: 12px;
  max-width: none;
  transition: transform 0.2s ease;
}

.nav-item-menu.is-open .nav-menu-toggle svg {
  transform: rotate(180deg);
}

.nav-menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 13.5rem;
  flex-direction: column;
  gap: 2px;
  padding: 8px;
  background: #0c1b30;
  border: 1px solid rgba(246, 247, 248, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  z-index: 50;
}

.nav-item-menu.is-open .nav-menu {
  display: flex;
}

.nav-menu a {
  padding: 8px 10px;
  border-radius: 6px;
}

.nav-menu a:hover {
  background: rgba(246, 247, 248, 0.08);
}

.nav .btn {
  color: var(--deep);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(246, 247, 248, 0.2);
  color: var(--paper);
  border-radius: 6px;
  padding: 8px 10px;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
}

.hero {
  background:
    radial-gradient(circle at 18% 30%, rgba(240,112,23,.28), transparent 26%),
    radial-gradient(circle at 70% 80%, rgba(240,112,23,.08), transparent 30%),
    linear-gradient(180deg, #070d16, #0C1B30 55%, #152844);
  color: #F6F7F8;
  padding: 36px 0 40px;
  overflow-x: clip;
  overflow-y: visible;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 36px;
  align-items: start;
}

.eyebrow {
  display: inline-block;
  color: var(--orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.eyebrow-ink {
  color: var(--orange);
}

h1,
h2,
h3 {
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0 0 16px;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 4.6rem);
}

h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
}

h3 {
  font-size: 1.2rem;
}

.lede,
.subhead {
  font-size: 1.2rem;
  color: #d5dce4;
  max-width: 40rem;
}

.hero-eq {
  color: var(--orange);
  font-weight: 700;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  letter-spacing: -0.02em;
  max-width: 36rem;
}

.support {
  color: #b7c2cf;
  max-width: 38rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  margin: 28px 0 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: var(--radius);
  font-weight: 750;
  font-size: 17px;
  text-decoration: none;
  border: 2px solid transparent;
}

.btn-primary {
  background: #F07017;
  color: #0C1B30;
  box-shadow: 0 4px 20px rgba(240, 112, 23, 0.35);
}

.btn-primary:hover {
  background: #ff7f28;
  color: #0C1B30;
  filter: none;
}

.btn-secondary {
  background: transparent;
  color: var(--paper);
  border-color: rgba(246, 247, 248, 0.35);
}

.btn-secondary:hover {
  color: var(--paper);
  border-color: var(--orange);
}

.btn-ghost {
  background: var(--white);
  color: var(--navy);
  border-color: var(--navy);
}

.btn-ghost:hover {
  color: var(--navy);
  border-color: var(--orange);
}

.btn-disabled,
.btn[aria-disabled="true"],
.btn-founder[aria-disabled="true"] {
  cursor: default;
  pointer-events: none;
}

.btn-disabled,
a.btn-disabled[aria-disabled="true"] {
  background: #c5ccd4;
  color: #3c4a59;
}

.btn-founder[aria-disabled="true"] {
  background: #F07017;
  color: #0C1B30;
  opacity: 1;
  box-shadow: 0 4px 20px rgba(240, 112, 23, 0.35);
  filter: none;
}

.note {
  color: #c6d0da;
  font-size: 14.5px;
  margin: 12px 0 0;
}

.chip-row,
.venue-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(246, 247, 248, 0.1);
  color: var(--paper);
  font-size: 13.5px;
  font-weight: 600;
  margin-top: 14px;
}

.chip-ink {
  background: var(--chip);
  color: var(--navy);
  margin-top: 0;
}

.hero-visual {
  /* passthrough only — no card chrome */
  /* Top of stage = bottom of first H1 line (eyebrow + one H1 line). */
  margin-top: calc(13px * 1.55 + 12px + clamp(2.8rem, 6vw, 4.6rem) * 1.08);
}

/* Truss visual — from hang-off-the-marks example */
.truss-stage {
  position: relative; height: 340px;
  background: linear-gradient(180deg, #0a1524 0%, #152844 100%);
  border-radius: 16px; border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.45);
}
.truss-bar {
  position: absolute; left: 8%; right: 8%; top: 42%;
  height: 36px;
  background: linear-gradient(180deg, #3a4a5e, #1e2a3a);
  border-radius: 4px;
  box-shadow: inset 0 2px 4px rgba(255,255,255,0.08), 0 8px 24px rgba(0,0,0,0.4);
}
.truss-bar::before, .truss-bar::after {
  content: ""; position: absolute; top: -40px; width: 8px; height: 50px;
  background: #2a3848; left: 15%;
}
.truss-bar::after { left: auto; right: 20%; }
.tape-glow {
  position: absolute; left: 14%; right: 18%; top: calc(42% + 6px);
  height: 22px;
  background: linear-gradient(90deg, #F07017, #ff9a4a 40%, #F07017 70%, #e06010);
  border-radius: 2px;
  box-shadow: 0 0 30px rgba(240,112,23,0.7), 0 0 60px rgba(240,112,23,0.35);
  z-index: 2;
}
.tape-marks {
  position: absolute; inset: 0; display: flex; align-items: center;
  justify-content: space-around; padding: 0 8px;
  font-family: ui-monospace, "SF Mono", monospace;
  font-size: 0.55rem; font-weight: 700; color: var(--deep); letter-spacing: -0.02em;
}
.fixture-hint {
  position: absolute; bottom: 18%; left: 28%;
  width: 48px; height: 36px;
  background: #1a2535; border: 1px solid #3a4a5e; border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.fixture-hint::after {
  content: ""; position: absolute; top: -28px; left: 50%; width: 2px; height: 28px;
  background: #4a5a6e; transform: translateX(-50%);
}
.stage-caption {
  position: absolute; bottom: 1rem; left: 1.25rem; right: 1.25rem;
  font-size: 0.8rem; color: #8A9BB0; z-index: 3;
  margin: 0;
}

/* Problem — under hero (from hang-off-the-marks example) */
.problem {
  background: var(--navy);
  color: var(--paper);
  padding: 36px 0 40px;
}
.problem .eyebrow {
  margin-bottom: 0.75rem;
}
.problem h2 {
  color: var(--paper);
  margin-bottom: 0.75rem;
}
.problem .section-lede {
  color: #8A9BB0;
  max-width: 36rem;
  font-size: 1.05rem;
  margin: 0 0 1.5rem;
}
.problem-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem;
}
.problem-card {
  background: rgba(12,27,48,0.5);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px; padding: 1.5rem;
}
.problem-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
  color: var(--paper);
}
.problem-card p {
  color: #8A9BB0;
  font-size: 0.95rem;
  margin: 0;
}

.section {
  padding: 84px 0;
}

.section-dark {
  background: var(--navy);
  color: var(--paper);
}

.section-dark .lede,
.section-dark .subhead,
.section-dark p {
  color: #d5dce4;
}

.section-paper {
  background: var(--paper);
}

.section-white {
  background: var(--white);
}

.section-lead {
  max-width: 44rem;
  margin-bottom: 32px;
}

.lead-strong {
  font-size: 1.15rem;
  color: var(--ink);
  font-weight: 600;
}

.gap-grid .closer {
  margin-top: 0;
  font-size: 1.1rem;
  color: var(--paper);
  max-width: 42rem;
}

.cards-3,
.cards-4,
.steps {
  display: grid;
  gap: 18px;
}

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

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

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

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

.card,
.step,
.quote {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 8px 20px rgba(12, 27, 48, 0.04);
}

.section-dark .card,
.section-dark .step {
  background: #1b314d;
  border-color: rgba(246, 247, 248, 0.08);
}

.num {
  display: inline-block;
  color: var(--orange);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.closer,
.and-line {
  margin-top: 28px;
  font-size: 1.05rem;
  max-width: 46rem;
}

.proof-item h3 {
  margin-bottom: 8px;
}

.scale-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 36px;
  align-items: start;
}

.method-note {
  margin-top: 20px;
  padding: 14px 16px;
  border-left: 4px solid var(--navy);
  background: var(--paper);
  color: var(--muted);
  font-size: 0.95rem;
}

.method-note strong {
  color: var(--ink);
}

.scale-visual {
  display: grid;
  gap: 14px;
}

.ratio-panel {
  background: var(--navy);
  color: var(--paper);
  border-radius: 12px;
  padding: 28px 24px;
}

.ratio-panel .ratio {
  font-family: var(--mono);
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  font-weight: 800;
  color: var(--orange);
  letter-spacing: -0.06em;
  line-height: 1;
}

.ratio-panel p {
  margin: 12px 0 0;
  color: #d5dce4;
}

.bw-ruler {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 16px 14px 12px;
}

.bw-track {
  height: 40px;
  border-bottom: 2px solid var(--navy);
  background:
    repeating-linear-gradient(
      90deg,
      var(--navy) 0,
      var(--navy) 1px,
      transparent 1px,
      transparent 10px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 49px,
      var(--navy) 49px,
      var(--navy) 50px
    );
}

.bw-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
}

.compare-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  box-shadow: var(--shadow);
  max-width: 100%;
}

table.compare {
  width: 100%;
  border-collapse: collapse;
  min-width: 880px;
  font-size: 14.5px;
}

.compare th,
.compare td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.compare thead th {
  background: var(--deep);
  color: var(--paper);
  font-size: 13px;
  font-weight: 700;
  position: sticky;
  top: 0;
}

.compare thead th:first-child,
.compare tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  min-width: 220px;
  font-weight: 650;
}

.compare tbody th {
  background: #eef2f6;
}

.compare tbody tr:nth-child(even) th {
  background: #e4eaf0;
}

.compare .is-yes {
  color: var(--navy);
  font-weight: 750;
}

.compare .is-progress,
.legend .is-progress {
  color: #8a3d08;
  font-weight: 650;
}

.compare .is-no,
.legend .is-no {
  color: #8a96a3;
  font-weight: 450;
}

.compare .is-none {
  color: #7b8896;
  font-weight: 400;
}

.compare .col-ttp {
  background: #fff4ea;
}

.compare thead .col-ttp {
  background: #c45a0e;
  color: var(--white);
}

.expand-rows[hidden] {
  display: none;
}

.compare-actions {
  margin: 16px 0 20px;
}

.link-btn {
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  font-weight: 750;
  color: var(--navy);
  text-decoration: underline;
  cursor: pointer;
}

.legend,
.footnote {
  color: var(--muted);
  font-size: 14px;
}

.price-lock {
  margin: 18px 0;
  padding: 14px 16px;
  border-left: 4px solid var(--orange);
  background: #fff4ea;
  color: var(--navy);
  font-weight: 650;
}

.quote p {
  font-size: 1.02rem;
}

.quote footer {
  margin-top: 12px;
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
}

.pricing-card {
  max-width: 560px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.section-white .pricing-card {
  border-color: var(--line);
}

.pricing-card dl {
  margin: 0 0 18px;
}

.pricing-card dt {
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.pricing-card dd {
  margin: 0 0 14px;
  font-size: 1.25rem;
  font-weight: 750;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  margin-bottom: 10px;
}

.faq-item h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 750;
}

.faq-item p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.site-footer {
  background: var(--deep);
  color: #c9d2dc;
  padding: 48px 0 28px;
}

.site-footer a {
  color: var(--paper);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
  margin-bottom: 24px;
  align-items: start;
}

.footer-grid .brand + p {
  margin-top: 12px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.legal {
  border-top: 1px solid rgba(246, 247, 248, 0.1);
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 14px;
}

.page-hero {
  background: var(--deep);
  color: var(--paper);
  padding: 48px 0 36px;
}

.prose {
  max-width: 44rem;
}

.support-hub {
  max-width: 44rem;
}

.support-accordion {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(12, 27, 48, 0.04);
}

.support-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 16px 20px;
  background: transparent;
  border: 0;
  color: var(--navy);
  font-family: inherit;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
  text-align: left;
}

.support-accordion-header:hover {
  background: #fff4ea;
}

.support-accordion-label {
  display: flex;
  align-items: center;
  gap: 12px;
}

.support-accordion-label svg,
.support-accordion-chevron {
  flex-shrink: 0;
  max-width: none;
}

.support-accordion-label svg {
  width: 22px;
  height: 22px;
  color: var(--orange);
}

.support-accordion-chevron {
  width: 20px;
  height: 20px;
  color: var(--muted);
  transition: transform 0.3s ease;
}

.support-accordion.open .support-accordion-chevron {
  transform: rotate(180deg);
}

.support-accordion-body {
  padding: 0 20px 20px;
  color: var(--ink);
}

.support-accordion-body > p {
  color: var(--muted);
}

.support-accordion-body p:first-child {
  margin-top: 0;
}

.support-accordion-body a {
  color: var(--navy);
  font-weight: 650;
}

.support-accordion-body ol {
  margin: 12px 0;
  padding-left: 1.3rem;
}

.support-accordion-body li {
  margin: 6px 0;
}

.support-accordion.is-ready .support-accordion-body {
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.support-accordion.is-ready:not(.open) .support-accordion-body {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.support-accordion.is-ready.open .support-accordion-body {
  max-height: 12000px;
  padding-bottom: 20px;
}

.support-form {
  display: grid;
  gap: 16px;
  margin-top: 8px;
}

.support-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.support-field label,
.support-field legend {
  display: block;
  font-weight: 650;
  color: var(--navy);
  margin-bottom: 6px;
}

.support-field fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.support-optional {
  font-weight: 500;
  color: var(--muted);
}

.support-field input[type="email"],
.support-field input[type="text"],
.support-field input[type="file"],
.support-field select,
.support-field textarea {
  width: 100%;
  font: inherit;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 12px;
}

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

.support-choice {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 550;
  color: var(--ink);
  margin: 8px 0 0;
}

.support-choice input {
  width: auto;
  margin: 0;
}

.support-char-count {
  margin: 6px 0 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.support-hint {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

button.btn {
  cursor: pointer;
  font-family: inherit;
}

button.btn:disabled {
  opacity: 0.65;
  cursor: wait;
}

.support-field-error {
  margin: 6px 0 0;
  color: #b42318;
  font-size: 0.9rem;
}

.support-field.is-invalid input,
.support-field.is-invalid select,
.support-field.is-invalid textarea {
  border-color: #b42318;
}

.support-status {
  margin: 0;
  padding: 10px 12px;
  border-radius: 6px;
  font-weight: 600;
}

.support-status.is-ok {
  background: #e8f6ee;
  color: #0d5c2e;
}

.support-status.is-err {
  background: #fdecea;
  color: #8a1c13;
}

.prose h2 {
  margin-top: 36px;
}

.mono {
  font-family: var(--mono);
  font-size: 0.95em;
}

.cta-note {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 650;
  color: #f07017;
}

@media (max-width: 1100px) {
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-lockup {
    height: 48px;
  }


  .site-footer .brand-lockup {
    height: 48px;
  }

  .header-row {
    min-height: 84px;
  }

  .nav {
    gap: 14px;
  }

  .nav a {
    font-size: 14px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--deep);
    flex-direction: column;
    align-items: flex-start;
    padding: 16px max(20px, calc((100% - var(--max)) / 2 + 20px)) 22px;
    gap: 14px;
    border-bottom: 1px solid rgba(246, 247, 248, 0.08);
    z-index: 45;
  }

  .nav.is-open {
    display: flex;
  }

  .nav-item-menu {
    width: 100%;
  }

  .nav-menu {
    position: static;
    min-width: 0;
    margin-top: 8px;
    padding: 0 0 0 4px;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  html {
    scroll-padding-top: 100px;
  }
}

@media (max-width: 900px) {
  .hero-visual {
    margin-top: 0;
  }

  .hero-grid,
  .cards-3,
  .cards-4,
  .steps,
  .footer-grid,
  .scale-split,
  .problem-grid {
    grid-template-columns: 1fr;
  }

  .hero,
  .section {
    padding: 56px 0;
  }

  .problem {
    padding: 28px 0 32px;
  }

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

  h1 {
    font-size: 2.5rem;
  }
}
