* {
  box-sizing: border-box;
}

:root {
  color-scheme: dark;
  --page: #030910;
  --panel: #07111c;
  --panel-strong: #0b1622;
  --panel-soft: #111d2a;
  --line: rgba(142, 176, 218, 0.24);
  --line-strong: rgba(109, 165, 255, 0.5);
  --text: #f7fbff;
  --muted: #a8b7cb;
  --soft: #7f8da0;
  --blue: #0068e8;
  --blue-light: #3aa0ff;
  --green: #27d69b;
  --danger: #ff4b5f;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 68% 18%, rgba(0, 104, 232, 0.28), transparent 32rem),
    radial-gradient(circle at 18% 38%, rgba(21, 76, 116, 0.22), transparent 28rem),
    var(--page);
  color: var(--text);
  font-family: Inter, Manrope, Arial, sans-serif;
  line-height: 1.5;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
  line-height: 1;
}

.page-shell {
  width: min(1440px, calc(100% - 32px));
  margin: 8px auto 32px;
  overflow: hidden;
  border: 1px solid rgba(170, 194, 224, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(6, 16, 27, 0.96), rgba(3, 9, 16, 1) 42%),
    var(--page);
  box-shadow: var(--shadow);
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(123, 164, 214, 0.12);
  background: rgba(3, 9, 16, 0.88);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand-mark {
  width: 62px;
  height: 32px;
}

.brand-mark path,
.brand-mark polyline {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-word {
  display: grid;
  gap: 1px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
}

.brand-word span:first-child {
  font-size: 18px;
}

.brand-word span:last-child {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  color: #dbe8f8;
  font-size: 13px;
  font-weight: 700;
}

.nav-links a {
  transition: color 160ms ease;
}

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

.header-actions {
  display: flex;
  min-width: 210px;
  justify-content: flex-end;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0 22px;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

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

.button--primary {
  background: var(--blue);
  color: white;
  box-shadow: 0 12px 28px rgba(0, 104, 232, 0.32);
}

.button--primary:hover {
  background: #0d7cff;
}

.button--secondary {
  border-color: rgba(156, 187, 226, 0.32);
  background: rgba(255, 255, 255, 0.04);
  color: #e8f3ff;
}

.button--secondary:hover {
  border-color: rgba(87, 166, 255, 0.76);
  color: white;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e8f3ff;
  font-size: 14px;
  font-weight: 800;
}

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

.hero {
  position: relative;
  display: grid;
  min-height: 600px;
  grid-template-columns: minmax(0, 0.94fr) minmax(500px, 1.06fr);
  align-items: center;
  gap: 46px;
  padding: 58px 0 48px;
}

.hero::before {
  position: absolute;
  inset: 58px 35% auto 32%;
  height: 240px;
  content: "";
  background: radial-gradient(circle, rgba(42, 148, 255, 0.34), transparent 68%);
  filter: blur(8px);
  pointer-events: none;
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  border: 1px solid rgba(74, 151, 255, 0.66);
  border-radius: 999px;
  margin: 0 0 26px;
  padding: 7px 12px;
  background: rgba(5, 30, 58, 0.72);
  color: #9fd1ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 690px;
  margin: 0;
  color: white;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.04;
}

.hero h1 .accent {
  color: var(--blue-light);
}

.hero p {
  max-width: 560px;
  margin: 22px 0 0;
  color: #cfdbeb;
  font-size: 17px;
}

.hero-bullets {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  color: #dce9f8;
  list-style: none;
}

.hero-bullets li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-bullets .material-symbols-outlined {
  color: #d9ecff;
  font-size: 22px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-height: 460px;
}

.vehicle-glow {
  position: absolute;
  right: 14%;
  bottom: 126px;
  width: min(52vw, 650px);
  height: 190px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 65%, rgba(0, 104, 232, 0.48), transparent 54%),
    linear-gradient(90deg, transparent, rgba(125, 204, 255, 0.14), transparent);
  filter: blur(1px);
  opacity: 0.86;
}

.vehicle-silhouette {
  position: absolute;
  right: 23%;
  bottom: 196px;
  width: min(45vw, 540px);
  opacity: 0.92;
}

.vehicle-silhouette path {
  fill: rgba(15, 42, 67, 0.92);
  stroke: rgba(103, 181, 255, 0.42);
  stroke-width: 2;
}

.laptop {
  position: absolute;
  right: 2%;
  bottom: 74px;
  width: min(49vw, 640px);
}

.laptop-screen {
  overflow: hidden;
  border: 1px solid rgba(115, 169, 235, 0.72);
  border-radius: 8px 8px 5px 5px;
  background: #07101b;
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.03),
    0 30px 54px rgba(0, 0, 0, 0.54),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.laptop-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(132, 166, 206, 0.14);
  padding: 12px 18px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.status-lights {
  display: flex;
  gap: 9px;
}

.status-lights span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--soft);
}

.status-lights span:last-child {
  background: var(--danger);
}

.dashboard {
  padding: 20px 20px 24px;
}

.dashboard h2 {
  margin: 0 0 12px;
  color: white;
  font-size: 25px;
  line-height: 1.1;
}

.tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.tabs span {
  border-radius: 4px;
  padding: 7px 10px;
  background: rgba(123, 154, 195, 0.1);
  color: #a9b8cc;
  font-size: 12px;
  font-weight: 800;
}

.tabs span:first-child {
  background: rgba(0, 104, 232, 0.24);
  color: white;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mini-offer {
  overflow: hidden;
  border: 1px solid rgba(140, 170, 209, 0.16);
  border-radius: 6px;
  background: #121d2a;
}

.mini-offer__image {
  display: flex;
  height: 112px;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent),
    radial-gradient(circle at 50% 54%, rgba(71, 132, 199, 0.44), transparent 54%),
    #182435;
}

.car-chip {
  position: relative;
  width: 82%;
  height: 46px;
  border-radius: 999px 999px 18px 18px;
  background: linear-gradient(180deg, #d9e4f2, #596879 46%, #182231 47%);
  box-shadow: inset 0 -9px 0 rgba(0, 0, 0, 0.38);
}

.car-chip::before,
.car-chip::after {
  position: absolute;
  bottom: -6px;
  width: 18px;
  height: 18px;
  border: 4px solid #0c121a;
  border-radius: 50%;
  background: #d8e8ff;
  content: "";
}

.car-chip::before {
  left: 16%;
}

.car-chip::after {
  right: 16%;
}

.car-chip--blue {
  background: linear-gradient(180deg, #2f9dff, #0958b7 46%, #09213f 47%);
}

.car-chip--red {
  background: linear-gradient(180deg, #ff5d64, #b21725 46%, #260a10 47%);
}

.mini-offer__body {
  padding: 14px;
}

.mini-offer h3 {
  margin: 0 0 4px;
  font-size: 14px;
}

.price {
  color: white;
  font-size: 21px;
  font-weight: 900;
}

.price span {
  color: #c3d1e4;
  font-size: 13px;
  font-weight: 700;
}

.terms {
  margin: 3px 0 12px;
  color: var(--muted);
  font-size: 11px;
}

.mini-button {
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 9px 10px;
  background: var(--blue);
  color: white;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.laptop-base {
  height: 18px;
  margin: 0 auto;
  border-radius: 0 0 80px 80px;
  background: linear-gradient(180deg, #4c5a68, #111821);
  box-shadow: 0 13px 22px rgba(0, 0, 0, 0.4);
  width: 88%;
}

.phone {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 150px;
  border: 8px solid #070a0e;
  border-radius: 28px;
  background: #080f18;
  box-shadow:
    0 24px 44px rgba(0, 0, 0, 0.54),
    0 0 0 1px rgba(118, 168, 224, 0.54);
}

.phone::after {
  display: block;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  margin: 8px auto 10px;
  background: #d7e8ff;
  content: "";
}

.phone-screen {
  padding: 18px 12px 0;
}

.phone-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.phone h3 {
  margin: 0 0 11px;
  font-size: 17px;
}

.phone-offer {
  border: 1px solid rgba(140, 170, 209, 0.18);
  border-radius: 6px;
  background: #111c29;
  padding: 8px;
}

.phone .mini-offer__image {
  height: 72px;
  border-radius: 5px;
}

.phone .price {
  font-size: 17px;
}

.process-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 8px 0 40px;
  padding: 32px;
  background: rgba(7, 17, 28, 0.86);
}

.section-label {
  margin: 0 0 22px;
  color: var(--blue-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
}

.process-step {
  position: relative;
  text-align: center;
}

.process-step:not(:last-child)::after {
  position: absolute;
  top: 28px;
  left: calc(50% + 34px);
  width: calc(100% - 40px);
  border-top: 1px dashed rgba(180, 205, 238, 0.42);
  content: "";
}

.step-icon {
  position: relative;
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(171, 205, 246, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.02);
  color: #dcecff;
}

.step-number {
  position: absolute;
  top: -10px;
  left: -8px;
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--page);
  border-radius: 50%;
  background: var(--blue);
  color: white;
  font-size: 12px;
  font-weight: 900;
}

.process-step h3 {
  margin: 16px 0 7px;
  font-size: 17px;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.content-grid {
  display: grid;
  grid-template-columns: 0.78fr 1fr 0.9fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 48px;
}

.panel {
  border: 1px solid rgba(142, 176, 218, 0.18);
  border-radius: 8px;
  background: rgba(11, 22, 34, 0.9);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.benefits {
  padding: 26px;
}

.benefits h2,
.lead-card h2,
.example-card h2 {
  margin: 0 0 20px;
  font-size: 23px;
  line-height: 1.18;
}

.benefit-list {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
}

.benefit-list .material-symbols-outlined {
  color: var(--blue-light);
  font-size: 20px;
}

.benefit-list h3 {
  margin: 0 0 4px;
  font-size: 15px;
}

.benefit-list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.example-card {
  overflow: hidden;
}

.example-card__body {
  padding: 26px;
}

.live-tag {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 12px;
}

.example-preview {
  overflow: hidden;
  border: 1px solid rgba(154, 189, 232, 0.18);
  border-radius: 8px;
  background: #101b27;
}

.example-preview img {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
  object-position: 0 50%;
}

.example-meta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: end;
  padding-top: 16px;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.feature-pill {
  display: grid;
  gap: 2px;
  border-radius: 5px;
  padding: 10px 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.feature-pill strong {
  color: white;
  font-size: 12px;
}

.lead-card {
  padding: 26px;
}

.lead-card p {
  margin: -8px 0 18px;
  color: var(--muted);
  font-size: 14px;
}

.marketing-form {
  display: grid;
  gap: 12px;
}

.field {
  display: grid;
  gap: 6px;
}

.field span {
  color: #c5d4e8;
  font-size: 12px;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(157, 185, 220, 0.24);
  border-radius: 5px;
  background: rgba(3, 9, 16, 0.52);
  color: white;
  outline: none;
}

.field input,
.field select {
  min-height: 44px;
  padding: 0 12px;
}

.field textarea {
  min-height: 78px;
  resize: vertical;
  padding: 12px;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #73839a;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue-light);
  box-shadow: 0 0 0 3px rgba(58, 160, 255, 0.18);
}

.privacy-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

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

.form-status--error {
  color: #ff8b98;
}

#marketing-lead-submit:disabled {
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
}

.proof-band {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  border-top: 1px solid rgba(142, 176, 218, 0.16);
  background: rgba(4, 11, 19, 0.8);
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 34px 42px;
}

.stat {
  display: grid;
  gap: 4px;
}

.stat strong {
  color: #cfe3ff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.stat span {
  color: var(--muted);
  font-size: 13px;
}

.integrations {
  display: grid;
  align-content: center;
  gap: 14px;
  border-left: 1px solid rgba(142, 176, 218, 0.16);
  padding: 34px 42px;
  text-align: center;
}

.integrations h2 {
  margin: 0;
  font-size: 18px;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  color: white;
  font-weight: 900;
}

.integrations p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.site-footer {
  border-top: 1px solid rgba(142, 176, 218, 0.16);
  padding: 28px 0;
  color: var(--muted);
  font-size: 13px;
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

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

@media (max-width: 1100px) {
  .site-header__inner {
    min-height: 72px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 48px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    min-height: 480px;
  }

  .vehicle-silhouette {
    right: 18%;
    width: 70vw;
  }

  .laptop {
    right: 4%;
    width: min(78vw, 680px);
  }

  .phone {
    right: 3%;
  }

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

  .process-step::after {
    display: none;
  }

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

  .lead-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: 100%;
    margin: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .container {
    width: min(100% - 28px, 1180px);
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 48px;
  }

  .brand-word span:first-child {
    font-size: 14px;
  }

  .brand-word span:last-child {
    font-size: 9px;
  }

  .header-actions .button {
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }

  .hero h1 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .hero p {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .text-link {
    justify-content: center;
    min-height: 44px;
  }

  .hero-visual {
    min-height: 380px;
    overflow: hidden;
  }

  .vehicle-glow {
    right: 0;
    bottom: 135px;
    width: 92vw;
  }

  .vehicle-silhouette {
    display: none;
  }

  .laptop {
    right: auto;
    left: 14px;
    bottom: 88px;
    width: 335px;
    max-width: none;
  }

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

  .offer-grid .mini-offer:nth-child(3) {
    display: none;
  }

  .dashboard {
    padding: 14px;
  }

  .dashboard h2 {
    font-size: 20px;
  }

  .tabs span {
    padding: 6px 7px;
    font-size: 10px;
  }

  .mini-offer__image {
    height: 70px;
  }

  .phone {
    right: 14px;
    bottom: 4px;
    width: 138px;
  }

  .process-panel {
    padding: 24px 18px;
  }

  .process-steps,
  .content-grid,
  .proof-band,
  .stats {
    grid-template-columns: 1fr;
  }

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

  .integrations {
    border-top: 1px solid rgba(142, 176, 218, 0.16);
    border-left: 0;
  }

  .stats,
  .integrations {
    padding: 28px 22px;
  }

  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
