:root {
  --ink: #070707;
  --ink-soft: #101012;
  --paper: #f1f0ea;
  --white: #f8f8f5;
  --muted: #94949b;
  --muted-dark: #55555a;
  --line: rgba(255, 255, 255, 0.14);
  --line-dark: rgba(13, 13, 14, 0.22);
  --orange: #ff6a00;
  --orange-hover: #e95f00;
  --cyan: #46d6e8;
  --font-display: "Funnel Sans", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --font-mono: "Geist Mono", monospace;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-body);
  letter-spacing: 0;
  overflow-x: hidden;
}

body,
button,
input {
  -webkit-font-smoothing: antialiased;
}

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

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

button,
summary,
input[type="range"] {
  touch-action: manipulation;
}

:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.site-header {
  align-items: center;
  background: var(--ink);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 72px;
  padding: 0 clamp(20px, 4.45vw, 64px);
  position: relative;
  width: 100%;
  z-index: 20;
}

.brand {
  font: 800 24px/1 var(--font-display);
  justify-self: start;
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: 32px;
}

.desktop-nav a,
.site-footer nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.site-footer nav a:hover {
  color: var(--white);
}

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

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

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

.button svg {
  height: 17px;
  width: 17px;
}

.button-primary {
  background: var(--orange);
  color: #fff;
}

.button-primary:hover {
  background: var(--orange-hover);
}

.button-ghost {
  border-color: var(--line);
  color: var(--white);
}

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.34);
}

.hero {
  height: 820px;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.hero-media,
.final-cta > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -2;
}

.hero-shade {
  background: rgba(7, 7, 7, 0.66);
  inset: 0;
  position: absolute;
  z-index: -1;
}

.hero-content {
  height: 100%;
  padding: 64px clamp(20px, 5vw, 72px);
  position: relative;
}

.eyebrow {
  color: var(--paper);
  font: 700 12px/1.35 var(--font-mono);
  margin: 0;
  text-transform: uppercase;
}

.dark-eyebrow {
  color: var(--muted-dark);
}

.cyan {
  color: var(--cyan);
}

.hero h1 {
  color: var(--white);
  font: 900 clamp(108px, 12.8vw, 184px)/0.78 var(--font-display);
  margin: 54px 0 0 -8px;
  max-width: 860px;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.52);
}

.hero-copy {
  bottom: 28px;
  left: clamp(20px, 5vw, 72px);
  max-width: 630px;
  position: absolute;
}

.hero-copy h2 {
  font: 600 clamp(34px, 3vw, 42px)/1.08 var(--font-display);
  margin: 0 0 20px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.72);
}

.hero-copy p,
.final-content > p:last-child {
  color: var(--paper);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
  margin: 0;
  max-width: 540px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
}

.hero-cta {
  margin-top: 28px;
  min-height: 54px;
  padding-inline: 22px;
}

.hero-rail {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  height: calc(100% - 144px);
  position: absolute;
  right: clamp(40px, 4.45vw, 64px);
  top: 72px;
  width: 258px;
}

.metric {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 24px;
}

.metric small {
  color: #b8b8bd;
  font: 600 11px/1 var(--font-mono);
  margin-bottom: 22px;
  text-transform: uppercase;
}

.metric strong {
  font: 500 30px/1 var(--font-display);
  margin-bottom: 18px;
}

.metric span {
  color: #e8e7e1;
  font-size: 14px;
  font-weight: 500;
}

.metric-live small {
  color: var(--cyan);
}

.proof-ticker {
  align-items: center;
  background: var(--paper);
  color: var(--ink);
  display: flex;
  font: 800 15px/1 var(--font-display);
  height: 96px;
  justify-content: space-between;
  padding: 0 clamp(20px, 4.45vw, 64px);
  text-transform: uppercase;
}

.proof-ticker span {
  align-items: center;
  display: flex;
  gap: 16px;
}

.proof-ticker b {
  font: 700 11px/1 var(--font-mono);
}

.light-band,
.dark-band {
  position: relative;
}

.light-band {
  background: var(--paper);
  color: #0d0d0e;
}

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

.manifesto {
  min-height: 560px;
  padding: 56px clamp(20px, 4.45vw, 64px);
}

.manifesto h2 {
  font: 850 clamp(52px, 5.7vw, 82px)/0.96 var(--font-display);
  margin: 42px 0 0;
  max-width: 1050px;
}

.manifesto-copy {
  color: #4a4a4f;
  font-size: 18px;
  line-height: 1.55;
  margin: 28px 0 0 auto;
  max-width: 400px;
}

.manifesto-metrics {
  border-bottom: 1px solid var(--line-dark);
  border-top: 1px solid var(--line-dark);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  min-height: 92px;
}

.manifesto-metrics div {
  align-items: center;
  display: flex;
  gap: 16px;
  padding: 20px 12px;
}

.manifesto-metrics div + div {
  border-left: 1px solid var(--line-dark);
}

.manifesto-metrics strong {
  font: 800 24px/1 var(--font-display);
}

.manifesto-metrics span {
  color: var(--muted-dark);
  font-size: 14px;
}

.workflow {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(560px, 1.75fr);
  grid-template-rows: 530px 204px;
  gap: 24px 42px;
  min-height: 850px;
  padding: 68px clamp(20px, 4.45vw, 64px) 64px;
}

.section-intro h2,
.gallery h2,
.pricing h2,
.faq h2 {
  font: 850 clamp(48px, 5vw, 72px)/0.96 var(--font-display);
  margin: 32px 0 28px;
}

.section-intro > p:last-child,
.gallery-heading > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
  max-width: 390px;
}

.media-frame {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.media-frame img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.media-frame figcaption {
  background: rgba(7, 7, 7, 0.9);
  bottom: 18px;
  color: var(--paper);
  font: 700 11px/1 var(--font-mono);
  left: 18px;
  padding: 12px 14px;
  position: absolute;
  text-transform: uppercase;
}

.workflow-primary {
  grid-column: 2;
  grid-row: 1;
}

.workflow-secondary {
  border: 8px solid var(--ink);
  grid-column: 1;
  grid-row: 2;
  margin-top: -64px;
}

.workflow-steps {
  align-self: end;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-column: 2;
  grid-row: 2;
  grid-template-columns: repeat(4, 1fr);
  height: 60px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.workflow-steps li {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  justify-content: center;
}

.workflow-steps li + li {
  border-left: 1px solid var(--line);
}

.workflow-steps .active {
  color: var(--white);
}

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

.comparison-stage {
  aspect-ratio: 3 / 2;
  max-height: 850px;
  min-height: 560px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.comparison-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.comparison-before-wrap {
  height: 100%;
  inset: 0 auto 0 0;
  overflow: hidden;
  position: absolute;
  width: var(--position);
}

.comparison-before {
  max-width: none;
  width: 100vw;
}

.comparison-divider {
  background: var(--orange);
  height: 100%;
  left: var(--position);
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 6px;
  z-index: 5;
}

.comparison-handle {
  align-items: center;
  background: var(--orange);
  border: 2px solid var(--white);
  border-radius: 50%;
  display: flex;
  height: 52px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
}

.comparison-handle svg {
  height: 24px;
  width: 24px;
}

.comparison-range {
  appearance: none;
  cursor: ew-resize;
  height: 100%;
  inset: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 8;
}

.comparison-label {
  font: 700 11px/1 var(--font-mono);
  padding: 14px 16px;
  position: absolute;
  text-transform: uppercase;
  top: 48px;
  z-index: 4;
}

.label-before {
  background: var(--ink);
  color: var(--white);
  left: 64px;
}

.label-after {
  background: var(--paper);
  color: var(--ink);
  right: 64px;
}

.comparison-statement {
  background: rgba(7, 7, 7, 0.92);
  bottom: 54px;
  left: 64px;
  max-width: 620px;
  padding: 22px 26px;
  position: absolute;
  z-index: 6;
}

.comparison-statement h2 {
  font: 800 clamp(31px, 3vw, 44px)/1 var(--font-display);
  margin: 0 0 12px;
}

.comparison-statement p {
  color: var(--paper);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.comparison-hint {
  align-items: center;
  background: rgba(7, 7, 7, 0.76);
  bottom: 54px;
  display: flex;
  font: 600 11px/1 var(--font-mono);
  gap: 8px;
  margin: 0;
  padding: 12px 14px;
  position: absolute;
  right: 64px;
  text-transform: uppercase;
  z-index: 6;
}

.comparison-hint svg {
  height: 16px;
  width: 16px;
}

.case-study {
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1.7fr) minmax(320px, 0.8fr);
  min-height: 640px;
  padding: 64px clamp(20px, 4.45vw, 64px);
}

.case-quote blockquote {
  font: 800 clamp(42px, 4.5vw, 64px)/1.02 var(--font-display);
  margin: 42px 0 78px;
  max-width: 850px;
}

.case-quote cite {
  color: var(--muted-dark);
  font: 650 12px/1 var(--font-mono);
  font-style: normal;
  text-transform: uppercase;
}

.case-proof {
  border: 1px solid var(--line-dark);
  display: grid;
}

.case-proof div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
}

.case-proof div + div {
  border-top: 1px solid var(--line-dark);
}

.case-proof span {
  color: var(--muted-dark);
  font: 700 11px/1 var(--font-mono);
  margin-bottom: 18px;
  text-transform: uppercase;
}

.case-proof strong {
  font: 700 27px/1.1 var(--font-display);
}

.capabilities,
.faq {
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(320px, 0.9fr) minmax(560px, 1.35fr);
  min-height: 620px;
  padding: 60px clamp(20px, 4.45vw, 64px);
}

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

.capability-list > div {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 58px 1fr auto;
  min-height: 124px;
}

.capability-list span {
  color: var(--cyan);
  font: 700 11px/1 var(--font-mono);
}

.capability-list strong {
  font: 700 29px/1 var(--font-display);
}

.capability-list small {
  color: var(--muted);
  font-size: 13px;
  text-align: right;
}

.gallery {
  display: grid;
  gap: 24px;
  grid-template-columns: 1.55fr 0.75fr 0.75fr;
  grid-template-rows: auto 438px 214px;
  min-height: 900px;
  padding: 52px clamp(20px, 4.45vw, 64px) 32px;
}

.gallery-heading {
  align-items: start;
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
}

.gallery-heading h2 {
  margin-top: 26px;
}

.gallery-heading > p {
  margin-top: 52px;
}

.gallery-main {
  grid-column: 1 / 3;
  grid-row: 2;
}

.gallery-tall {
  grid-column: 3;
  grid-row: 2 / 4;
}

.gallery-small {
  grid-row: 3;
}

.pricing {
  min-height: 860px;
  padding: 54px clamp(20px, 4.45vw, 64px);
}

.pricing h2 {
  margin-top: 28px;
}

.trial-strip {
  align-items: center;
  background: #0d0d0e;
  color: var(--white);
  display: flex;
  justify-content: space-between;
  min-height: 92px;
  padding: 18px 26px;
}

.trial-strip > div {
  align-items: center;
  display: flex;
  gap: 22px;
}

.trial-tag {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--paper);
  font: 700 11px/1 var(--font-mono);
  padding: 10px 12px;
  text-transform: uppercase;
}

.trial-strip strong {
  font: 700 20px/1.1 var(--font-display);
}

.pricing-table {
  border-left: 1px solid var(--line-dark);
  border-right: 1px solid var(--line-dark);
  margin-top: 36px;
}

.pricing-row {
  align-items: center;
  border-bottom: 1px solid var(--line-dark);
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.65fr;
  min-height: 76px;
  padding: 0 26px;
}

.pricing-row strong {
  font: 700 21px/1 var(--font-display);
}

.pricing-row span {
  color: #353539;
  font-size: 15px;
}

.pricing-head {
  background: rgba(13, 13, 14, 0.05);
  color: var(--muted-dark);
  font: 700 11px/1 var(--font-mono);
  min-height: 48px;
  text-transform: uppercase;
}

.pricing-note {
  color: #5e5e64;
  font-size: 13px;
  margin: 28px 0 0;
}

.faq {
  min-height: 560px;
}

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

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

.faq-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font: 700 20px/1.2 var(--font-display);
  justify-content: space-between;
  list-style: none;
  min-height: 92px;
}

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

.faq-list summary svg {
  color: var(--muted);
  height: 20px;
  transition: transform 160ms ease;
  width: 20px;
}

.faq-list details[open] summary svg {
  transform: rotate(45deg);
}

.faq-list details p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  margin: -18px 42px 26px 0;
  max-width: 640px;
}

.final-cta {
  height: 520px;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.final-shade {
  background: rgba(7, 7, 7, 0.74);
  inset: 0;
  position: absolute;
  z-index: -1;
}

.final-content {
  left: clamp(20px, 4.45vw, 64px);
  position: absolute;
  top: 62px;
}

.final-content h2 {
  font: 850 clamp(54px, 5.4vw, 78px)/0.96 var(--font-display);
  margin: 48px 0 42px;
  max-width: 900px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.8);
}

.final-button {
  bottom: 96px;
  min-height: 58px;
  position: absolute;
  right: clamp(20px, 5vw, 72px);
}

.site-footer {
  background: var(--ink);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  min-height: 220px;
  padding: 48px clamp(20px, 4.45vw, 64px) 30px;
  position: relative;
}

.site-footer > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer > div strong {
  font: 900 42px/1 var(--font-display);
}

.site-footer > div span,
.site-footer p {
  color: var(--muted);
  font-size: 13px;
}

.site-footer nav {
  display: flex;
  gap: 34px;
}

.site-footer p {
  grid-column: 2;
  margin: 16px 0 0;
}

.site-footer small {
  bottom: 30px;
  color: #66666c;
  font: 600 11px/1 var(--font-mono);
  left: clamp(20px, 4.45vw, 64px);
  position: absolute;
}

.system-status {
  bottom: 30px;
  color: var(--cyan);
  font: 700 11px/1 var(--font-mono);
  position: absolute;
  right: clamp(20px, 4.45vw, 64px);
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    height: 64px;
    padding-inline: 20px;
  }

  .desktop-nav,
  .desktop-action {
    display: none;
  }

  .brand {
    font-size: 22px;
  }

  .header-actions .button-primary {
    font-size: 13px;
    min-height: 40px;
    padding: 9px 13px;
  }

  .hero {
    height: 760px;
  }

  .hero-media {
    object-position: center;
  }

  .hero-content {
    padding: 34px 20px;
  }

  .hero h1 {
    font-size: clamp(76px, 22.6vw, 96px);
    margin: 26px 0 0 -5px;
    max-width: 360px;
  }

  .hero-copy {
    bottom: 204px;
    left: 20px;
    max-width: calc(100% - 40px);
  }

  .hero-copy h2 {
    font-size: 32px;
    max-width: 340px;
  }

  .hero-copy p {
    font-size: 14px;
    max-width: 335px;
  }

  .hero-cta {
    margin-top: 22px;
    width: 100%;
  }

  .hero-rail {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    bottom: 26px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    height: 110px;
    left: 20px;
    right: 20px;
    top: auto;
    width: auto;
  }

  .metric {
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    padding: 12px;
  }

  .metric + .metric {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }

  .metric:nth-child(3) {
    display: flex;
  }

  .metric:nth-child(4) {
    display: none;
  }

  .metric small {
    display: none;
  }

  .metric strong {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .metric span {
    font: 600 9px/1.25 var(--font-mono);
  }

  .proof-ticker {
    align-items: stretch;
    flex-direction: column;
    height: 180px;
    padding: 0;
  }

  .proof-ticker span {
    border-bottom: 1px solid var(--line-dark);
    flex: 1;
    justify-content: space-between;
    padding: 0 20px;
  }

  .manifesto {
    min-height: 480px;
    padding: 34px 20px;
  }

  .manifesto h2 {
    font-size: 46px;
    margin-top: 28px;
  }

  .manifesto-copy {
    font-size: 15px;
    margin: 26px 0 0;
    max-width: 340px;
  }

  .manifesto-metrics {
    margin-top: 34px;
  }

  .manifesto-metrics div {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .manifesto-metrics strong {
    font-size: 18px;
  }

  .manifesto-metrics span {
    font-size: 10px;
  }

  .workflow {
    display: block;
    min-height: 820px;
    padding: 38px 20px;
  }

  .section-intro h2,
  .gallery h2,
  .pricing h2,
  .faq h2 {
    font-size: 46px;
  }

  .section-intro > p:last-child,
  .gallery-heading > p {
    font-size: 14px;
  }

  .workflow-primary {
    height: 390px;
    margin-top: 34px;
  }

  .workflow-secondary {
    border-width: 6px;
    height: 144px;
    margin: -108px 0 0;
    width: 166px;
  }

  .workflow-steps {
    height: 92px;
    margin: 12px 0 0 184px;
  }

  .workflow-steps li {
    font-size: 0;
  }

  .workflow-steps li::before {
    content: counter(list-item, decimal-leading-zero);
    font: 600 10px/1 var(--font-mono);
  }

  .comparison-stage {
    aspect-ratio: 4 / 5;
    min-height: 620px;
  }

  .comparison-label {
    font-size: 9px;
    padding: 10px;
    top: 20px;
  }

  .label-before {
    left: 20px;
  }

  .label-after {
    right: 20px;
  }

  .comparison-statement {
    bottom: 26px;
    left: 20px;
    max-width: calc(100% - 40px);
    padding: 16px;
  }

  .comparison-statement h2 {
    font-size: 25px;
  }

  .comparison-statement p {
    font-size: 12px;
  }

  .comparison-hint {
    bottom: auto;
    right: 20px;
    top: 72px;
  }

  .comparison-handle {
    height: 44px;
    width: 44px;
  }

  .case-study,
  .capabilities,
  .faq {
    display: block;
    min-height: 0;
    padding: 38px 20px;
  }

  .case-quote blockquote {
    font-size: 38px;
    margin: 34px 0 48px;
  }

  .case-proof {
    margin-top: 38px;
  }

  .capability-list,
  .faq-list {
    margin-top: 38px;
  }

  .capability-list > div {
    grid-template-columns: 42px 1fr;
    min-height: 100px;
  }

  .capability-list strong {
    font-size: 24px;
  }

  .capability-list small {
    display: none;
  }

  .gallery {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 197px 197px 166px;
    min-height: 760px;
    padding: 28px 20px 30px;
  }

  .gallery-heading {
    display: block;
    grid-column: 1 / -1;
  }

  .gallery-heading > p {
    display: none;
  }

  .gallery-main,
  .gallery-tall {
    grid-column: 1 / -1;
  }

  .gallery-main {
    grid-row: 2;
  }

  .gallery-tall {
    grid-row: 3;
  }

  .gallery-small {
    grid-row: 4;
  }

  .pricing {
    min-height: 880px;
    padding: 34px 20px;
  }

  .trial-strip {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    margin-top: 28px;
  }

  .trial-strip > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .trial-strip .button {
    width: 100%;
  }

  .pricing-row {
    gap: 8px 12px;
    grid-template-columns: 1fr 1fr;
    min-height: 118px;
    padding: 16px 14px;
  }

  .pricing-row strong {
    font-size: 17px;
    grid-column: 1 / -1;
  }

  .pricing-row span {
    font-size: 13px;
    text-align: left;
  }

  .pricing-row span::before {
    color: #77777d;
    content: attr(data-label);
    display: block;
    font: 700 9px/1.2 var(--font-mono);
    margin-bottom: 6px;
    text-transform: uppercase;
  }

  .pricing-head {
    display: none;
  }

  .faq-list summary {
    font-size: 17px;
    min-height: 82px;
  }

  .final-cta {
    height: 520px;
  }

  .final-content {
    left: 20px;
    right: 20px;
    top: 38px;
  }

  .final-content h2 {
    font-size: 46px;
    margin: 38px 0 26px;
  }

  .final-content > p:last-child {
    font-size: 14px;
  }

  .final-button {
    bottom: 40px;
    left: 20px;
    right: 20px;
  }

  .site-footer {
    display: block;
    min-height: 280px;
    padding: 30px 20px;
  }

  .site-footer nav {
    gap: 20px;
    margin-top: 34px;
  }

  .site-footer p {
    margin-top: 26px;
  }

  .site-footer small {
    bottom: 26px;
    left: 20px;
  }

  .system-status {
    bottom: 26px;
    right: 20px;
  }
}

@media (max-width: 420px) {
  .header-actions .button-primary {
    padding-inline: 12px;
  }

  .hero h1 {
    font-size: 84px;
  }

  .hero-copy h2 {
    font-size: 29px;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }
}

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

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