:root {
  --black: #090909;
  --dark: #151515;
  --ink: #101216;
  --steel: #35404a;
  --sea: #1f6f86;
  --gold: #c9a227;
  --lime: #c2ff00;
  --warm: #f5f1e9;
  --sand: #e7dfd0;
  --panel: #ffffff;
  --text: #111111;
  --muted: #606166;
  --border: rgba(17, 17, 17, .14);
  --shadow: 0 2px 16px rgba(0, 0, 0, .06), 0 .5px 2px rgba(0, 0, 0, .04);
  --r: 8px;
  --max: 1240px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  background: var(--warm);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img, video { display: block; width: 100%; height: 100%; object-fit: cover; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin: auto; }

.topbar-wrap {
  padding: 16px 0 0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 12px 16px;
  border-radius: var(--r);
  background: rgba(9, 9, 9, .95);
  border: .5px solid rgba(255, 255, 255, .12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, .18);
  backdrop-filter: blur(20px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.brand-mark {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 12px rgba(194, 255, 0, .55);
  flex: 0 0 auto;
}
.brand-text {
  color: var(--warm);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .18em;
}
.brand-parent {
  color: rgba(245, 241, 233, .48);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
}
.topnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.topnav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border-radius: 999px;
  border: .5px solid rgba(255, 255, 255, .12);
  color: rgba(245, 241, 233, .76);
  font-size: 11px;
  font-weight: 700;
}
.topnav a:hover { color: var(--lime); border-color: rgba(194, 255, 0, .42); }
.topnav a.nav-highlight {
  background: var(--lime);
  border-color: var(--lime);
  color: var(--black);
  font-weight: 900;
}
.lang-switch {
  display: inline-flex;
  border-radius: 999px;
  overflow: hidden;
  border: .5px solid rgba(255, 255, 255, .16);
}
.lang-switch button {
  width: 34px;
  height: 32px;
  border: 0;
  color: rgba(245, 241, 233, .72);
  background: transparent;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
}
.lang-switch button[aria-pressed="true"] {
  background: var(--warm);
  color: var(--black);
}

.revenue-bar {
  position: sticky;
  top: 70px;
  z-index: 90;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 8px 16px;
  background: var(--gold);
  color: var(--black);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}
.revenue-bar button {
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid var(--black);
  border-radius: 999px;
  background: var(--black);
  color: var(--warm);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.notice {
  width: min(var(--max), calc(100% - 32px));
  margin: 18px auto 0;
  border: 1px solid rgba(201, 162, 39, .38);
  background: #fff8df;
  color: #221c0a;
  padding: 14px 18px;
  border-radius: var(--r);
  font-weight: 800;
}

.hero {
  background:
    radial-gradient(circle at 20% 10%, rgba(31, 111, 134, .28), transparent 32%),
    linear-gradient(180deg, #090909 0%, #101010 100%);
  padding: clamp(34px, 5vw, 72px) 0 54px;
  min-height: auto;
  display: flex;
  align-items: flex-start;
}
.hero-card {
  border-radius: var(--r);
  overflow: hidden;
  border: .5px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .035);
  box-shadow: 0 32px 80px rgba(0, 0, 0, .4);
}
.hero-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  min-height: 690px;
}
.hero-left {
  padding: clamp(34px, 5vw, 64px);
  align-self: center;
}
.eyebrow, .kicker-pill {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 8px 12px;
  border-radius: 999px;
  border: .5px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .045);
  color: #d2bc89;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.kicker-pill {
  border-color: rgba(31, 111, 134, .22);
  background: rgba(31, 111, 134, .08);
  color: var(--sea);
}
.dark .kicker-pill {
  border-color: rgba(194, 255, 0, .24);
  background: rgba(194, 255, 0, .08);
  color: var(--lime);
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--warm);
  font-size: clamp(48px, 7vw, 96px);
  line-height: .9;
  letter-spacing: -.03em;
  font-weight: 950;
}
h2 {
  margin-bottom: 18px;
  color: var(--black);
  font-size: clamp(34px, 5vw, 68px);
  line-height: .95;
  letter-spacing: -.035em;
  font-weight: 950;
}
h3 {
  margin: 8px 0 10px;
  color: var(--black);
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -.02em;
  font-weight: 900;
}
.lead, .section p, .proof-copy p {
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.75;
}
.hero .lead {
  max-width: 640px;
  color: rgba(245, 241, 233, .74);
}
.hero-actions, .hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--black);
  border-radius: 999px;
  background: transparent;
  color: var(--black);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
}
.button.primary {
  background: var(--black);
  color: var(--warm);
}
.button.ghost {
  border-color: rgba(245, 241, 233, .22);
  background: rgba(255, 255, 255, .055);
  color: var(--warm);
}
.button.full { width: 100%; }
.hero-points span {
  padding: 8px 12px;
  border-radius: 999px;
  border: .5px solid rgba(255, 255, 255, .11);
  background: rgba(255, 255, 255, .05);
  color: rgba(245, 241, 233, .76);
  font-size: 12px;
}
.hero-right {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 690px;
  background:
    linear-gradient(145deg, rgba(245, 241, 233, .96), rgba(213, 224, 219, .82)),
    url("/assets/mara-product/mara-parked.png") center / cover no-repeat;
  isolation: isolate;
}
.hero-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 9, 9, .02), rgba(9, 9, 9, .36));
  z-index: -1;
}
.hero-car {
  width: min(84%, 660px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 30px 44px rgba(0, 0, 0, .3));
}
.hero-overlay {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 18px;
  border-radius: var(--r);
  background: rgba(9, 9, 9, .78);
  border: .5px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
}
.card-label {
  display: block;
  margin-bottom: 7px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-overlay p {
  margin: 0;
  color: rgba(245, 241, 233, .78);
  font-size: 14px;
  line-height: 1.65;
}

.metric-band {
  border-block: 1px solid var(--border);
  background: var(--panel);
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.metrics div {
  min-height: 118px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px;
  border-right: 1px solid var(--border);
}
.metrics div:last-child { border-right: 0; }
.metrics strong { font-size: clamp(22px, 2.4vw, 34px); line-height: 1; }
.metrics span { color: var(--muted); }

.section {
  padding: clamp(58px, 8vw, 112px) 0;
}
.proof-grid, .split, .media-band-grid, .contact-grid {
  width: min(var(--max), calc(100% - 32px));
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, .94fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}
.proof-image {
  margin: 0;
  aspect-ratio: 1.22;
  overflow: hidden;
  border-radius: var(--r);
  box-shadow: var(--shadow);
  background: var(--sand);
}
.proof-image img { object-position: center; }
.proof-copy { max-width: 620px; }
.proof-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}
.proof-list span, .tick-list li {
  position: relative;
  color: var(--muted);
  line-height: 1.55;
}
.proof-list span {
  padding: 12px 14px 12px 36px;
  border: 1px solid var(--border);
  border-radius: var(--r);
  background: rgba(255, 255, 255, .56);
}
.proof-list span::before, .tick-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 18px;
  width: 9px;
  height: 9px;
  background: var(--gold);
}
.split {
  grid-template-columns: minmax(320px, .84fr) minmax(0, 1.16fr);
}
.tick-list {
  list-style: none;
  padding: 0;
  margin: 26px 0;
  display: grid;
  gap: 12px;
}
.tick-list li { padding-left: 28px; }
.tick-list li::before { left: 0; top: 8px; }
.media-stack {
  display: grid;
  grid-template-columns: 1fr .55fr;
  gap: 14px;
  align-items: end;
}
.media-main, .media-small, .charging-image {
  margin: 0;
  overflow: hidden;
  border-radius: var(--r);
  background: var(--panel);
  box-shadow: var(--shadow);
}
.media-main { aspect-ratio: 1; }
.media-main img {
  object-fit: contain;
  padding: 24px;
  background: linear-gradient(145deg, #f8f6f0, #dfe9e6);
}
.media-small {
  aspect-ratio: .72;
  transform: translateY(34px);
}
.media-small img { object-position: center; }

.dark {
  background: var(--black);
  color: var(--warm);
}
.dark h2, .dark h3 { color: var(--warm); }
.dark p { color: rgba(245, 241, 233, .68); }
.section-header {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 26px;
}
.section-header.compact { align-items: start; }
.business-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.business-grid article, .price-card, .lead-form, .faq details {
  padding: 22px;
  border-radius: var(--r);
  border: .5px solid var(--border);
  background: var(--panel);
  box-shadow: var(--shadow);
}
.business-grid article {
  min-height: 250px;
  background: rgba(255, 255, 255, .045);
  border-color: rgba(255, 255, 255, .12);
  box-shadow: none;
}
.business-grid article p {
  margin: 0;
  color: rgba(245, 241, 233, .68);
  font-size: 14px;
}

.media-band {
  background: linear-gradient(135deg, #f5f1e9 0%, #e7dfd0 100%);
}
.media-band-grid {
  grid-template-columns: minmax(320px, 1fr) minmax(0, .9fr);
}
.video-shell {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: var(--r);
  background: var(--black);
  box-shadow: var(--shadow);
}
.mini-prices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
}
.mini-prices button {
  min-height: 98px;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: var(--r);
  background: var(--panel);
  cursor: pointer;
  text-align: left;
}
.mini-prices strong {
  display: block;
  font-size: 24px;
  line-height: 1;
}
.mini-prices span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.price-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.price-card.featured {
  border-color: rgba(201, 162, 39, .55);
  background: linear-gradient(135deg, rgba(201, 162, 39, .12), #fff 42%);
}
.price-card > span {
  color: var(--sea);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.price-card h3 {
  font-size: clamp(36px, 4vw, 56px);
}
.price-card p {
  flex: 1;
  font-size: 15px;
}

.form-section {
  background: var(--sand);
}
.charging-image {
  width: min(420px, 100%);
  aspect-ratio: 1.24;
  margin-top: 24px;
}
.video-links {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.video-links a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--black);
  color: var(--warm);
  font-size: 13px;
  font-weight: 900;
}
.lead-form {
  display: grid;
  gap: 14px;
  background: rgba(255, 255, 255, .92);
}
.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
label {
  display: grid;
  gap: 7px;
  color: var(--steel);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .03em;
}
input, select, textarea {
  min-height: 46px;
  width: 100%;
  border: 1px solid rgba(17, 17, 17, .16);
  border-radius: 6px;
  background: #fff;
  padding: 0 12px;
  color: var(--black);
}
textarea {
  min-height: 112px;
  padding-top: 12px;
  resize: vertical;
}
.check {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0;
}
.check input { width: 18px; min-height: 18px; }
.check a { text-decoration: underline; }
.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--sea);
  font-size: 13px;
  font-weight: 850;
}
.is-hidden { display: none !important; }

.contact-section {
  background: var(--black);
  color: var(--warm);
}
.contact-section h2 { color: var(--warm); }
.contact-section p { color: rgba(245, 241, 233, .68); }
.contact-grid {
  grid-template-columns: .82fr 1.18fr;
}

.faq {
  background: var(--warm);
}
.faq h2 { max-width: 720px; }
.faq details {
  margin-top: 12px;
  box-shadow: none;
}
.faq summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 18px;
}
.faq p {
  margin: 12px 0 0;
  font-size: 15px;
}

.footer {
  background: var(--black);
  color: rgba(245, 241, 233, .68);
  border-top: .5px solid rgba(255, 255, 255, .12);
}
.footer-inner {
  min-height: 92px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  font-size: 13px;
}
.footer strong {
  color: var(--warm);
  letter-spacing: .18em;
}
.footer a { color: var(--warm); }

@media (max-width: 1060px) {
  .topbar { grid-template-columns: 1fr auto; }
  .topnav { grid-column: 1 / -1; justify-content: flex-start; }
  .hero-grid, .section-header, .proof-grid, .split, .media-band-grid, .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero-left { padding-bottom: 22px; }
  .hero-right, .hero-grid { min-height: auto; }
  .hero-right { min-height: 520px; }
  .business-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .topbar-wrap, .revenue-bar, .hero, .metric-band, .section, .footer {
    max-width: 100vw;
    overflow: hidden;
  }
  .wrap { width: min(var(--max), calc(100% - 24px)); }
  .topbar-wrap { padding-top: 10px; }
  .topbar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px;
  }
  .brand-parent { display: none; }
  .brand { justify-content: flex-start; }
  .topnav { display: none; }
  .lang-switch { justify-self: start; }
  .revenue-bar {
    top: 112px;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    width: 100%;
    overflow: hidden;
  }
  .revenue-bar span {
    display: none;
    max-width: 100%;
    white-space: normal;
    line-height: 1.25;
  }
  .revenue-bar button {
    width: 100%;
    white-space: normal;
  }
  .hero { padding-top: 18px; }
  .hero-grid { display: flex; flex-direction: column; }
  .hero-left { padding: 28px 22px; }
  .eyebrow, .kicker-pill {
    max-width: 100%;
    white-space: normal;
    line-height: 1.35;
  }
  h1 {
    font-size: clamp(38px, 11.5vw, 46px);
    overflow-wrap: anywhere;
  }
  h2 { font-size: clamp(34px, 12vw, 52px); }
  .hero-right { min-height: 390px; }
  .hero-car { width: 92%; }
  .hero-overlay { left: 12px; right: 12px; bottom: 12px; }
  .metrics, .pricing-grid, .mini-prices, .business-grid {
    grid-template-columns: 1fr;
  }
  .metrics div {
    min-height: 92px;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }
  .metrics div:last-child { border-bottom: 0; }
  .section { padding: 58px 0; }
  .media-stack {
    grid-template-columns: 1fr;
  }
  .media-small {
    aspect-ratio: 1.35;
    transform: none;
  }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { padding: 22px 0; }
}
