@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;700&display=swap");

:root {
  --ink: #0c0e11;
  --panel: #14171c;
  --panel-2: #1b1f26;
  --line: #272d36;
  --paper: #f3f5f8;
  --muted: #8c95a4;
  --signal: #f0b429;
  --go: #33d17f;
  --pad: 20px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  background: var(--ink);
  color: var(--paper);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 3px;
  border-radius: 4px;
}

.landing-shell {
  min-height: 100vh;
  overflow: hidden;
}

.wrap {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 var(--pad);
}

.eyebrow {
  color: var(--signal);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Navigation */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(12, 14, 17, 0.86);
  backdrop-filter: blur(14px);
}

.nav-in {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 62px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.logo-emblem,
.cta-emblem {
  display: block;
  flex: 0 0 auto;
  border-radius: 50%;
  background-image: url("/moturra-logo.png");
  background-position: center 30%;
  background-size: 220%;
  box-shadow:
    0 0 0 1px rgba(240, 180, 41, 0.64),
    0 0 16px rgba(240, 180, 41, 0.12);
}

.logo-emblem {
  width: 32px;
  height: 32px;
}

.logo-word {
  background: linear-gradient(180deg, #ffffff 8%, #b9bec7 48%, #737985 56%, #eff1f4 100%);
  background-clip: text;
  color: transparent;
}

.nav-links {
  display: none;
  gap: 24px;
  margin-left: auto;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

.nav-links a {
  transition: color 0.15s ease;
}

.nav-links a:hover {
  color: var(--paper);
}

.nav-cta {
  margin-left: auto;
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-size: 13.5px;
  font-weight: 700;
  white-space: nowrap;
}

/* Hero */
.hero {
  position: relative;
  isolation: isolate;
  padding: 0 0 8px;
}

.hero-in {
  position: relative;
  padding-top: 44px;
}

.hero-media {
  display: none;
}

.hero-strip {
  position: relative;
  height: 232px;
  margin: 26px calc(var(--pad) * -1) 0;
  background-image: url("/moturra-night-hero.jpg");
  background-position: 58% 54%;
  background-size: cover;
}

.hero-strip::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--ink) 0%, rgba(12, 14, 17, 0.12) 20%, rgba(12, 14, 17, 0.12) 58%, rgba(12, 14, 17, 0.88) 90%, var(--ink) 100%);
  content: "";
}

h1 {
  margin-top: 16px;
  font-size: clamp(35px, 8.6vw, 58px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.94;
}

h1 .dim {
  color: var(--muted);
}

.hero-sub {
  max-width: 35ch;
  margin-top: 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.chip {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  font-size: 12.5px;
  font-weight: 600;
}

.chip span {
  color: var(--signal);
  font-family: "JetBrains Mono", monospace;
}

/* Earnings estimator */
.math {
  max-width: 640px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
}

.math-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 18px 0;
}

.math-title {
  font-size: 14.5px;
  font-weight: 700;
}

.math-body {
  padding: 14px 18px 18px;
}

.slider-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 6px;
}

.slider-label {
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 500;
}

.slider-val {
  color: var(--signal);
  font-family: "JetBrains Mono", monospace;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.earnings-range {
  width: 100%;
  height: 4px;
  margin: 8px 0 4px;
  border-radius: 4px;
  outline: none;
  appearance: none;
  background: linear-gradient(90deg, var(--signal) var(--fill), var(--line) var(--fill));
}

.earnings-range::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  border: 5px solid var(--signal);
  border-radius: 50%;
  appearance: none;
  background: var(--paper);
  cursor: grab;
}

.earnings-range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 5px solid var(--signal);
  border-radius: 50%;
  background: var(--paper);
  cursor: grab;
}

.earnings-range:active::-webkit-slider-thumb,
.earnings-range:active::-moz-range-thumb {
  cursor: grabbing;
}

.earnings-range:focus-visible {
  outline: 2px solid var(--paper);
  outline-offset: 8px;
}

.ledger {
  margin-top: 16px;
  padding-top: 4px;
  border-top: 1px solid var(--line);
}

.ledger-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.ledger-row span:first-child {
  color: var(--muted);
  font-weight: 500;
}

.ledger-row span:last-child {
  color: var(--paper);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

.ledger-row.neg span:last-child {
  color: #ff8a7a;
}

.ledger-row.total {
  padding-top: 14px;
  border-bottom: 0;
}

.ledger-row.total span:first-child {
  color: var(--paper);
  font-size: 15px;
  font-weight: 700;
}

.ledger-row.total span:last-child {
  color: var(--go);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.disclaimer {
  margin-top: 12px;
  color: #6c7482;
  font-size: 11px;
  line-height: 1.5;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
  padding: 15px;
  border: 0;
  border-radius: 12px;
  background: var(--signal);
  color: var(--ink);
  font-family: inherit;
  font-size: 15.5px;
  font-weight: 800;
  transition: filter 0.15s ease, transform 0.15s ease;
}

.btn:hover {
  filter: brightness(1.07);
  transform: translateY(-1px);
}

/* Shared section frame */
.sec {
  padding: 64px 0;
}

.sec-head {
  margin-bottom: 26px;
}

.sec-head h2 {
  margin-top: 10px;
  font-size: clamp(27px, 7vw, 40px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.sec-head > p:last-child:not(.eyebrow) {
  max-width: 48ch;
  margin-top: 10px;
  color: var(--muted);
  font-size: 15.5px;
}

/* Fleet */
.fleet-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.car {
  display: block;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.car:hover {
  border-color: #4a4133;
  transform: translateY(-2px);
}

.car-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.car-name {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.car-year {
  margin-top: 2px;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
}

.status {
  padding: 5px 9px;
  border-radius: 6px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.status.open {
  background: rgba(51, 209, 127, 0.13);
  color: var(--go);
}

.car-art {
  position: relative;
  display: grid;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  margin: 14px 0;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
}

.car-photo {
  background: #090b0e;
}

.car-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.car:hover .car-photo img {
  transform: scale(1.025);
}

.specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 9px;
  background: var(--line);
}

.spec {
  min-width: 0;
  padding: 9px 5px;
  background: var(--panel);
  text-align: center;
}

.spec b {
  display: block;
  overflow: hidden;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.spec small {
  color: var(--muted);
  font-size: 9.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.car-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.car-action b {
  display: block;
  font-size: 14px;
}

.car-action small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 10.5px;
}

.car-action > span {
  color: var(--signal);
  font-size: 22px;
}

/* Steps */
.steps {
  display: grid;
  gap: 12px;
}

.step {
  position: relative;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
}

.step-n {
  color: var(--signal);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.step h3 {
  margin: 10px 0 7px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.step p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.5;
}

.step-time {
  display: inline-block;
  margin-top: 12px;
  padding: 4px 9px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
}

/* Requirements */
.req-wrap {
  display: grid;
  gap: 26px;
}

.req-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--line);
  list-style: none;
}

.req-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 16px;
  background: var(--panel);
  font-size: 15px;
}

.check {
  display: grid;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  place-items: center;
  border: 1px solid rgba(51, 209, 127, 0.45);
  border-radius: 50%;
  color: var(--go);
  font-size: 11px;
  font-weight: 900;
}

.req-list b {
  font-weight: 700;
}

.req-list div span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 13px;
}

.included {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel-2);
}

.included h3 {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 800;
}

.inc-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.inc-row span:last-child {
  color: var(--go);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

/* Final CTA */
.cta {
  padding: 32px 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(160deg, #1d2229, var(--panel));
  text-align: center;
}

.cta h2 {
  margin-top: 10px;
  font-size: clamp(26px, 6.5vw, 38px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.04;
}

.cta > p:not(.eyebrow) {
  max-width: 42ch;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 15.5px;
}

.cta .btn {
  max-width: 340px;
  margin: 22px auto 0;
}

.cta .cta-note {
  color: #6c7482;
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
}

.cta-emblem {
  width: 66px;
  height: 66px;
  margin: 0 auto 18px;
  box-shadow:
    0 0 0 1px rgba(240, 180, 41, 0.7),
    0 0 30px rgba(240, 180, 41, 0.12);
}

footer {
  margin-top: 50px;
  padding: 28px 0 40px;
  border-top: 1px solid var(--line);
}

.foot-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.footer-brand > span:last-child {
  display: grid;
  gap: 1px;
}

.footer-brand b {
  color: var(--paper);
  font-size: 13px;
  letter-spacing: 0.1em;
}

.footer-brand small {
  color: #6c7482;
  font-size: 11.5px;
  font-weight: 400;
}

.foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-size: 13px;
}

.foot-links a:hover {
  color: var(--paper);
}

/* Embedded application and dashboard routes */
.embed-page {
  width: 100%;
  min-height: 100dvh;
  background: #0b0b0e;
}

.application-frame {
  display: block;
  width: 100%;
  height: 100dvh;
  border: 0;
  background: #0b0b0e;
}

/* Motion */
.reveal {
  animation: reveal 0.62s cubic-bezier(0.2, 0.7, 0.3, 1) both;
}

@keyframes reveal {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

@media (min-width: 620px) {
  .fleet-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 800px) {
  .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 860px) {
  .req-wrap {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: 44px;
  }
}

@media (min-width: 880px) {
  .nav-links { display: flex; }
  .nav-cta { margin-left: 24px; }
  .hero-strip { display: none; }
  .hero-media {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    display: block;
    height: clamp(620px, 88vh, 790px);
    background-image: url("/moturra-night-hero.jpg");
    background-position: 74% 50%;
    background-size: cover;
  }
  .hero-media::after {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, var(--ink) 0%, rgba(12, 14, 17, 0.9) 36%, rgba(12, 14, 17, 0.2) 74%, transparent 100%),
      linear-gradient(180deg, rgba(12, 14, 17, 0.5) 0%, transparent 28%, rgba(12, 14, 17, 0.92) 88%, var(--ink) 100%);
    content: "";
  }
  .hero-in { padding-top: 82px; }
  .hero-in > * { max-width: 640px; }
  .math { margin-bottom: 44px; }
}

@media (min-width: 960px) {
  .fleet-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .nav-cta { padding-inline: 13px; font-size: 12px; }
  .ledger-row { align-items: flex-start; }
  .sec { padding: 54px 0; }
  .foot-in { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { animation: none; }
  .btn:hover,
  .car:hover { transform: none; }
}
