:root {
  --bg: #030504;
  --panel: #080b0a;
  --panel-2: #0d1210;
  --text: #f3f5f4;
  --muted: #9aa39d;
  --soft: #5d6962;
  --line: #202821;
  --green: #19e66a;
  --green-2: #23d87a;
  --amber: #d9b76a;
  --red: #ff4d3d;
  --radius: 24px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 72% 12%, rgba(25, 230, 106, 0.16), transparent 34rem),
    linear-gradient(180deg, #050706, var(--bg) 32rem);
  color: var(--text);
}

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

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

.topbar {
  position: sticky;
  top: 12px;
  z-index: 20;
  width: min(1180px, calc(100% - 32px));
  min-height: 64px;
  margin: 12px auto 0;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(5, 7, 6, 0.86);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: var(--green);
  color: #031007;
  font-weight: 900;
}

.brand strong {
  display: block;
  font-size: 17px;
  line-height: 1;
}

.brand small {
  display: block;
  margin-top: 5px;
  color: var(--green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.topbar nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 900;
  white-space: nowrap;
}

.nav-cta,
.btn.primary {
  background: var(--green);
  color: #021006;
  box-shadow: 0 18px 50px rgba(25, 230, 106, 0.18);
}

.btn.ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.home-hero,
.demo-hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: 64px;
  padding: 82px 0 60px;
}

.kicker {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(46px, 6.2vw, 76px);
  line-height: 1;
  letter-spacing: -0.045em;
}

h2 {
  max-width: 820px;
  margin-bottom: 26px;
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.lead {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(18px, 2.2vw, 23px);
  line-height: 1.55;
}

.section {
  padding: 88px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vehicle-visual {
  position: relative;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: 38px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 36%),
    radial-gradient(circle at 50% 65%, rgba(25, 230, 106, 0.18), transparent 20rem),
    #070b09;
  overflow: hidden;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.35);
}

.photo-frame {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 34px;
  overflow: hidden;
  background: #070b09;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.22);
}

.photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-frame.wide {
  height: clamp(280px, 42vw, 520px);
}

.garage-line {
  position: absolute;
  inset: 64px 42px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(25, 230, 106, 0.7), transparent);
}

.car {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 90px;
  height: 150px;
}

.car-roof {
  position: absolute;
  left: 22%;
  right: 22%;
  top: 0;
  height: 72px;
  border: 4px solid var(--green);
  border-bottom: 0;
  border-radius: 90px 90px 0 0;
  opacity: 0.9;
}

.car-body {
  position: absolute;
  inset: 58px 0 24px;
  border: 5px solid var(--green);
  border-radius: 40px 70px 38px 38px;
  box-shadow: 0 0 40px rgba(25, 230, 106, 0.18);
}

.wheel {
  position: absolute;
  bottom: 0;
  width: 54px;
  height: 54px;
  border: 7px solid #2f3632;
  border-radius: 50%;
  background: #050706;
}

.wheel.left {
  left: 18%;
}

.wheel.right {
  right: 18%;
}

.hud-card {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 190px;
  padding: 18px;
  border: 1px solid rgba(25, 230, 106, 0.28);
  border-radius: 22px;
  background: rgba(2, 4, 3, 0.72);
}

.hud-card span {
  display: block;
  color: var(--soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hud-card strong {
  display: block;
  margin-top: 8px;
  color: var(--green);
  font-size: 20px;
}

.niche-grid,
.demo-grid,
.plans,
.service-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

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

.niche-grid span,
.feature-band span {
  min-height: 74px;
  display: flex;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  font-weight: 850;
}

.niche-grid.compact {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.demo-card,
.plans article,
.service-cards article,
.service-list div,
.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.demo-card {
  min-height: 260px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.demo-card::before {
  content: "";
  position: absolute;
  inset: auto -20% -35% 20%;
  height: 180px;
  background: radial-gradient(circle, rgba(25, 230, 106, 0.28), transparent 65%);
}

.demo-card span {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.demo-card h3 {
  margin: 16px 0 8px;
  font-size: 30px;
}

.demo-card p,
.plans p,
.service-cards p,
.faq p,
.note {
  color: var(--muted);
  line-height: 1.55;
}

.demo-card strong {
  margin-top: 16px;
  color: var(--text);
}

.plans article {
  padding: 28px;
}

.plans h3 {
  font-size: 28px;
}

.plans strong {
  display: block;
  margin: 18px 0;
  color: var(--green);
  font-size: 26px;
}

.note {
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.split {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 40px;
  align-items: start;
}

.service-list {
  display: grid;
  gap: 12px;
}

.service-list div {
  min-height: 82px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.service-list span,
.service-list strong {
  font-size: 18px;
}

.service-list strong {
  color: var(--green);
  white-space: nowrap;
}

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

.service-cards {
  padding-bottom: 40px;
}

.service-cards article {
  padding: 28px;
}

.service-cards h3 {
  font-size: 25px;
}

.faq {
  display: grid;
  gap: 12px;
  padding-bottom: 80px;
}

.faq details {
  padding: 20px 24px;
}

.faq summary {
  cursor: pointer;
  font-weight: 900;
}

.faq p {
  margin: 14px 0 0;
}

.basic {
  background:
    radial-gradient(circle at 15% 18%, rgba(25, 230, 106, 0.08), transparent 28rem),
    linear-gradient(180deg, #f5f7f4 0, #eef2ed 48rem, #f8faf7 100%);
  color: #111915;
}

.basic .topbar,
.premium .topbar,
.elite .topbar {
  color: var(--text);
}

.basic-hero {
  padding: 70px 0 56px;
  border-bottom: 1px solid rgba(11, 18, 14, 0.12);
}

.basic-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 40px;
  align-items: end;
}

.basic h1,
.basic h2 {
  color: #111915;
}

.basic .lead,
.basic .demo-card p,
.basic .plans p {
  color: #59645e;
}

.basic .quick-budget,
.basic .basic-menu,
.basic .basic-gallery div,
.basic .basic-quote {
  border: 1px solid rgba(17, 25, 21, 0.12);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 22px 80px rgba(20, 30, 24, 0.08);
}

.quick-budget {
  padding: 28px;
  border-radius: 28px;
}

.quick-budget span,
.showcase-main span {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.quick-budget strong {
  display: block;
  margin-top: 14px;
  color: #111915;
  font-size: 28px;
  line-height: 1.05;
}

.quick-budget p {
  margin: 14px 0 0;
  color: #59645e;
  line-height: 1.5;
}

.basic-menu {
  margin-top: 34px;
  padding: 30px;
  border-radius: 30px;
  display: grid;
  grid-template-columns: 0.58fr 1fr;
  gap: 28px;
  align-items: start;
}

.basic-photo-row {
  padding: 34px 0 0;
}

.basic-title h2 {
  font-size: clamp(30px, 4vw, 46px);
}

.basic .service-list div {
  border-color: rgba(17, 25, 21, 0.1);
  background: #fff;
}

.basic .service-list span {
  color: #111915;
}

.basic-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 28px 0 72px;
}

.basic-gallery div {
  min-height: 210px;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background-size: cover;
  background-position: center;
}

.basic-gallery div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 32%, rgba(0, 0, 0, 0.72));
  border: 0;
  border-radius: 0;
  opacity: 1;
}

.basic-gallery span {
  position: absolute;
  left: 24px;
  bottom: 22px;
  color: #fff;
  font-weight: 900;
  z-index: 1;
}

.basic-quote {
  margin-bottom: 82px;
  padding: 30px;
  border-radius: 28px;
}

.basic-quote p {
  margin: 0;
  color: #27332d;
  font-size: 26px;
  font-weight: 850;
  line-height: 1.3;
}

.premium {
  background:
    radial-gradient(circle at 84% 16%, rgba(217, 183, 106, 0.18), transparent 34rem),
    linear-gradient(180deg, #070806, #0b0d0a 42rem, #080907);
}

.premium .kicker,
.premium .brand small {
  color: var(--amber);
}

.premium .btn.primary {
  background: var(--amber);
}

.premium-hero {
  min-height: 670px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.72fr);
  align-items: center;
  gap: 54px;
  padding: 82px 0 60px;
}

.diagnostic-panel {
  padding: 26px;
  border: 1px solid rgba(217, 183, 106, 0.28);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(217, 183, 106, 0.1), transparent 45%),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.34);
}

.panel-photo {
  height: 230px;
  margin-bottom: 22px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(217, 183, 106, 0.2);
}

.panel-head {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.panel-head span {
  color: var(--amber);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.panel-head strong {
  display: block;
  margin-top: 10px;
  font-size: 32px;
}

.diag-row {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.diag-row span {
  color: var(--amber);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.18em;
}

.diag-row strong {
  font-size: 20px;
}

.premium-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-bottom: 44px;
}

.premium-strip span {
  padding: 18px 20px;
  border: 1px solid rgba(217, 183, 106, 0.22);
  border-radius: 18px;
  background: rgba(217, 183, 106, 0.06);
  color: var(--text);
  font-weight: 900;
}

.premium-content {
  display: grid;
  grid-template-columns: 0.74fr 1fr;
  gap: 40px;
  padding: 56px 0 72px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category-pills span {
  padding: 11px 14px;
  border: 1px solid rgba(217, 183, 106, 0.22);
  border-radius: 999px;
  color: var(--amber);
  font-size: 13px;
  font-weight: 900;
}

.premium-cards {
  grid-template-columns: 1fr;
}

.premium .faq {
  max-width: 900px;
}

.elite {
  background: #020202;
}

.elite-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.28)),
    radial-gradient(circle at 78% 45%, rgba(217, 183, 106, 0.18), transparent 28rem),
    linear-gradient(135deg, #030303, #0e0b08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.elite-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.42;
  filter: saturate(0.9) contrast(1.05);
}

.elite-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.46) 48%, rgba(0, 0, 0, 0.78)),
    radial-gradient(circle at 78% 44%, rgba(217, 183, 106, 0.16), transparent 24rem);
}

.elite-hero .wrap {
  position: relative;
  z-index: 1;
}

.elite-hero h1 {
  max-width: 860px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.elite-hero p {
  max-width: 640px;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.55;
}

.elite .kicker,
.elite .brand small {
  color: var(--amber);
}

.elite .btn.primary {
  background: var(--amber);
}

.elite-manifest {
  padding: 92px 0 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 54px;
  align-items: end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.elite-manifest h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.elite-metrics {
  display: grid;
  gap: 12px;
}

.elite-metrics span {
  padding: 18px;
  border: 1px solid rgba(217, 183, 106, 0.22);
  border-radius: 18px;
  background: rgba(217, 183, 106, 0.055);
  color: var(--muted);
  font-weight: 800;
}

.elite-metrics strong {
  display: block;
  margin-bottom: 8px;
  color: var(--amber);
  font-size: 22px;
}

.elite-showcase {
  padding: 64px 0 80px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 34px;
}

.showcase-main {
  min-height: 430px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(217, 183, 106, 0.22);
  border-radius: 34px;
  background-size: cover;
  background-position: center;
}

.showcase-main strong {
  display: block;
  max-width: 460px;
  margin-top: 18px;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
}

.treatments {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}

.treatments li {
  counter-increment: item;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text);
  font-size: 24px;
  font-weight: 850;
}

.treatments li::before {
  content: counter(item, decimal-leading-zero);
  margin-right: 18px;
  color: var(--amber);
  font-size: 14px;
  letter-spacing: 0.18em;
}

.footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 48px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .topbar nav a:not(.nav-cta) {
    display: none;
  }

  .home-hero,
  .demo-hero,
  .split,
  .basic-hero-inner,
  .basic-menu,
  .premium-hero,
  .premium-content,
  .elite-manifest,
  .elite-showcase {
    grid-template-columns: 1fr;
  }

  .home-hero,
  .demo-hero {
    min-height: auto;
    padding-top: 64px;
  }

  .niche-grid,
  .niche-grid.compact,
  .demo-grid,
  .plans,
  .service-cards,
  .feature-band,
  .basic-gallery,
  .premium-strip {
    grid-template-columns: 1fr;
  }

  .vehicle-visual {
    min-height: 360px;
  }
}

@media (max-width: 560px) {
  .wrap {
    width: min(100% - 28px, 1180px);
  }

  .topbar {
    width: min(100% - 20px, 1180px);
    border-radius: 26px;
  }

  .brand small {
    display: none;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }

  h1 {
    font-size: 43px;
  }

  h2 {
    font-size: 34px;
  }

  .lead {
    font-size: 18px;
  }

  .service-list div {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer {
    flex-direction: column;
  }
}
