:root {
  --forest-950: #08251a;
  --forest-900: #0d3b28;
  --forest-850: #124b32;
  --forest-800: #185b3c;
  --forest-700: #24734a;

  --leaf: #9bea70;
  --mint: #d7f7bd;

  --white: #f8fcf7;
  --muted: #b8cdbd;

  --line: rgba(190, 239, 166, .22);
  --glass: rgba(14, 68, 43, .58);

  --shadow: 0 30px 100px rgba(0, 20, 10, .28);
}

* { box-sizing: border-box; }

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--forest-950);
}

body {
  font-family: "DM Sans", sans-serif;
  color: var(--white);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

.vx-page {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
  background:
  radial-gradient(circle at 50% 42%, rgba(62, 170, 103, .22), transparent 38%),
  radial-gradient(circle at 15% 80%, rgba(139, 224, 100, .12), transparent 32%),
  radial-gradient(circle at 85% 15%, rgba(83, 190, 119, .12), transparent 30%),
  linear-gradient(135deg, #08251a 0%, #0d3b28 48%, #082a1c 100%);
}

/* ---------- ambient background ---------- */

.vx-ambient,
.vx-grid,
.vx-noise,
.vx-orb {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.vx-grid {
  opacity: .22;
  background-image:
    linear-gradient(rgba(160, 240, 143, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(160, 240, 143, .035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at center, black 0%, transparent 74%);
}

.vx-noise {
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
}

.vx-orb {
  border-radius: 50%;
  filter: blur(55px);
  opacity: .24;
  transform: translate3d(0,0,0);
}

.vx-orb--one {
  width: 34vw;
  height: 34vw;
  min-width: 280px;
  min-height: 280px;
  inset: auto auto 5% -10%;
  background: #4fca7b;
}

.vx-orb--two {
  width: 28vw;
  height: 28vw;
  min-width: 240px;
  min-height: 240px;
  inset: 3% -8% auto auto;
  background: #b2f58b;
  opacity: .10;
}

/* ---------- map ---------- */

.vx-map-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.vx-map-wrap {
  position: relative;
  width: min(66vw, 830px);
  height: min(90vh, 970px);
  opacity: .44;
  transform: translateX(11vw) translateY(2vh);
}

.vx-india-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter:
  brightness(.78)
  saturate(.82)
  sepia(.12)
  hue-rotate(70deg)
  drop-shadow(0 0 28px rgba(109, 231, 118, .22));
  opacity: .68;
  mix-blend-mode: screen;
}

.vx-routes {
  position: absolute;
  inset: 5% 7% 4% 7%;
  width: 86%;
  height: 91%;
  overflow: visible;
}

.vx-route {
  fill: none;
  stroke: url(#routeGradient);
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-dasharray: 4 12;
  opacity: .62;
  vector-effect: non-scaling-stroke;
  animation: routeFlow 5s linear infinite;
}

.vx-route-glow {
  stroke: #8fe86e;
  stroke-width: 7;
  opacity: .12;
  filter: url(#routeGlow);
  animation: routeGlow 3.8s ease-in-out infinite;
}

@keyframes routeFlow {
  to { stroke-dashoffset: -160; }
}

@keyframes routeGlow {
  0%, 100% { opacity: .06; }
  50% { opacity: .23; }
}

.vx-traveller {
  fill: #e7ffc9;
  filter: drop-shadow(0 0 9px #91ec70);
}

.vx-node {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(216, 250, 201, .62);
  font: 700 8px/1 "DM Sans", sans-serif;
  letter-spacing: .16em;
  white-space: nowrap;
}

.vx-node span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a8f47d;
  box-shadow:
    0 0 0 4px rgba(145, 232, 111, .08),
    0 0 15px 4px rgba(145, 232, 111, .55);
  animation: nodePulse 2.5s ease-in-out infinite;
}

.vx-node:nth-of-type(2n) span { animation-delay: -.9s; }
.vx-node:nth-of-type(3n) span { animation-delay: -1.7s; }

@keyframes nodePulse {
  0%, 100% { transform: scale(.75); opacity: .45; }
  50% { transform: scale(1.45); opacity: 1; }
}

.vx-node--delhi { left: 47%; top: 17%; }
.vx-node--ahm { left: 24%; top: 31%; }
.vx-node--mum { left: 17%; top: 45%; }
.vx-node--hyd { left: 49%; top: 55%; }
.vx-node--blr { left: 37%; top: 70%; }
.vx-node--che { left: 50%; top: 76%; }
.vx-node--kol { left: 70%; top: 52%; }

/* ---------- header ---------- */

.vx-header {
  position: relative;
  z-index: 10;
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
  padding: 26px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vx-brand {
  display: inline-flex;
  align-items: center;
  max-width: 220px;
}

.vx-logo-shell {
  display: block;
  width: 205px;
  filter:
    drop-shadow(0 9px 22px rgba(0, 0, 0, .28))
    drop-shadow(0 0 18px rgba(190, 112, 255, .08));
}

.vx-logo-shell img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.vx-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid rgba(169, 232, 139, .18);
  background: rgba(3, 25, 16, .46);
  backdrop-filter: blur(14px);
  border-radius: 999px;
  color: rgba(221, 250, 208, .72);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
}

.vx-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9bf170;
  box-shadow: 0 0 13px #9bf170;
  animation: nodePulse 2s ease-in-out infinite;
}

/* ---------- main ---------- */

.vx-coming {
  position: relative;
  z-index: 5;
  min-height: calc(100svh - 130px);
  width: min(1500px, calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(500px, 1.5fr) minmax(180px, 1fr);
  align-items: center;
  gap: 28px;
  padding: 10px 0 34px;
}

.vx-core {
  width: min(100%, 710px);
  margin: 0 auto;
  padding: 46px 44px 38px;
  border: 1px solid rgba(193, 239, 168, .16);
  border-radius: 34px;
  background:
  linear-gradient(
    145deg,
    rgba(23, 91, 58, .72),
    rgba(11, 53, 35, .68)
  );
  backdrop-filter: blur(22px);
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255,255,255,.06),
    0 0 0 1px rgba(76, 180, 107, .03);
  text-align: center;
}

.vx-status {
  width: fit-content;
  margin: 0 auto 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(161, 236, 121, .19);
  background: rgba(148, 232, 105, .055);
  color: #c5eeb1;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
}

.vx-status-ring {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9df172;
  box-shadow: 0 0 14px rgba(157, 241, 114, .8);
}

.vx-status-ring::before {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(157, 241, 114, .35);
  border-radius: inherit;
  animation: ringPulse 2s ease-out infinite;
}

@keyframes ringPulse {
  from { transform: scale(.65); opacity: .85; }
  to { transform: scale(2.2); opacity: 0; }
}

.vx-eyebrow {
  margin: 0 0 15px;
  color: #8dd06d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .32em;
}

.vx-core h1 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(48px, 5.4vw, 84px);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 800;
}

.vx-core h1 span {
  color: #a6ee80;
  text-shadow: 0 0 40px rgba(133, 228, 103, .18);
}

.vx-copy {
  max-width: 590px;
  margin: 24px auto 0;
  color: #adc3b5;
  font-size: 15px;
  line-height: 1.8;
}

.vx-copy strong {
  color: #e3f6dc;
  font-weight: 600;
}

.vx-progress {
  margin: 30px auto 25px;
  max-width: 560px;
  text-align: left;
}

.vx-progress-top,
.vx-progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.vx-progress-top {
  margin-bottom: 9px;
  color: #d7ead1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vx-progress-value { color: #9deb78; }

.vx-progress-track {
  position: relative;
  height: 7px;
  border-radius: 99px;
  overflow: visible;
  background: rgba(189, 236, 169, .08);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.35);
}

.vx-progress-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 87%;
  border-radius: inherit;
  background: linear-gradient(90deg, #397d49, #a9ed7d);
  box-shadow: 0 0 18px rgba(148, 232, 106, .35);
  transform-origin: left center;
}

.vx-progress-spark {
  position: absolute;
  left: 87%;
  top: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #d9ffc5;
  box-shadow: 0 0 16px 4px rgba(160, 243, 117, .55);
  animation: sparkBreath 1.6s ease-in-out infinite;
}

@keyframes sparkBreath {
  0%, 100% { transform: translate(-50%, -50%) scale(.7); }
  50% { transform: translate(-50%, -50%) scale(1.25); }
}

.vx-progress-meta {
  margin-top: 9px;
  color: #6d8e7b;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .16em;
}

.vx-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.vx-contact-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px minmax(0,1fr) 16px;
  align-items: center;
  gap: 10px;
  padding: 13px 13px;
  text-align: left;
  border: 1px solid rgba(177, 233, 155, .12);
  background: rgba(18, 78, 49, .42);
  border-radius: 18px;
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.vx-contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(171, 238, 143, .35);
  background: rgba(30, 105, 66, .52);
}

.vx-contact-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #b8f296;
  background: rgba(149, 232, 105, .08);
  border: 1px solid rgba(149, 232, 105, .13);
  font-weight: 800;
}

.vx-contact-card small,
.vx-contact-card strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vx-contact-card small {
  margin-bottom: 4px;
  color: #6f9180;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .14em;
}

.vx-contact-card strong {
  color: #e7f6e2;
  font-size: 12px;
  font-weight: 700;
}

.vx-contact-card > b {
  color: #8dd06d;
  font-size: 14px;
  font-weight: 400;
}

.vx-foot-note {
  margin: 17px auto 0;
  max-width: 530px;
  color: #708b7b;
  font-size: 10px;
  line-height: 1.65;
}

/* ---------- visual cards ---------- */

.vx-side-visual {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vx-image-card {
  position: relative;
  width: min(100%, 330px);
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(212, 245, 196, .18);
  background: #105035;
  box-shadow:
    0 35px 70px rgba(0,0,0,.32),
    0 0 55px rgba(104, 208, 94, .09);
}

.vx-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(2, 20, 12, .82) 100%);
  pointer-events: none;
}

.vx-image-card img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  transform: scale(1.04);
  filter: saturate(.8) contrast(1.04);
}

.vx-image-card--charger img {
  object-position: center;
}

.vx-image-card--car img {
  height: 390px;
  object-position: 48% center;
}

.vx-image-shine {
  position: absolute;
  z-index: 2;
  inset: -40% auto auto -60%;
  width: 70%;
  height: 170%;
  transform: rotate(25deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.14), transparent);
  animation: shineSweep 6s ease-in-out infinite;
}

@keyframes shineSweep {
  0%, 35% { left: -70%; opacity: 0; }
  45% { opacity: 1; }
  65%, 100% { left: 145%; opacity: 0; }
}

.vx-image-caption {
  position: absolute;
  z-index: 4;
  left: 16px;
  right: 16px;
  bottom: 15px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(232, 250, 224, .86);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
}

.vx-mini-icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  border-radius: 8px;
  color: #a5f17f;
  background: rgba(143, 230, 105, .12);
  border: 1px solid rgba(143, 230, 105, .18);
}

.vx-car-glow {
  position: absolute;
  z-index: -1;
  width: 65%;
  height: 35%;
  left: 18%;
  bottom: 5%;
  border-radius: 50%;
  background: rgba(145, 231, 105, .34);
  filter: blur(35px);
  animation: carGlow 3.2s ease-in-out infinite;
}

@keyframes carGlow {
  0%, 100% { opacity: .3; transform: scale(.92); }
  50% { opacity: .65; transform: scale(1.06); }
}

.vx-side-visual--charger { transform: translateY(30px) rotate(-3deg); }
.vx-side-visual--car { transform: translateY(-10px) rotate(3deg); }

/* ---------- footer ---------- */

.vx-footer {
  position: relative;
  z-index: 10;
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  color: rgba(191, 214, 200, .5);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vx-footer-line {
  width: 34px;
  height: 1px;
  background: rgba(176, 223, 159, .18);
}

/* ---------- responsive ---------- */

@media (max-width: 1180px) {
  .vx-map-wrap {
    width: 70vw;
    transform: translateX(13vw);
  }

  .vx-coming {
    grid-template-columns: 170px minmax(470px, 1fr) 170px;
    gap: 14px;
  }

  .vx-image-card { width: 180px; }
  .vx-image-card img { height: 300px; }
}

@media (max-width: 900px) {
  .vx-header {
    width: min(100% - 30px, 720px);
    padding: 18px 0;
  }

  .vx-logo-shell { width: 170px; }

  .vx-map-wrap {
    width: 92vw;
    height: 90vh;
    transform: translateX(17vw) translateY(1vh);
    opacity: .25;
  }

  .vx-coming {
    width: min(100% - 28px, 700px);
    display: block;
    min-height: auto;
    padding: 30px 0 25px;
  }

  .vx-side-visual {
    display: none;
  }

  .vx-core {
    padding: 38px 30px 32px;
  }

  .vx-footer {
    width: calc(100% - 28px);
    padding-bottom: 16px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .vx-page {
    min-height: 100svh;
  }

  .vx-live-pill {
    padding: 8px 9px;
    font-size: 7px;
    letter-spacing: .13em;
  }

  .vx-logo-shell { width: 145px; }

  .vx-map-wrap {
    width: 118vw;
    height: 78vh;
    transform: translateX(20vw) translateY(7vh);
  }

  .vx-node b {
    display: none;
  }

  .vx-core {
    border-radius: 26px;
    padding: 30px 17px 25px;
    backdrop-filter: blur(17px);
  }

  .vx-status {
    margin-bottom: 18px;
    font-size: 7px;
    letter-spacing: .14em;
  }

  .vx-eyebrow {
    font-size: 8px;
    letter-spacing: .24em;
  }

  .vx-core h1 {
    font-size: clamp(42px, 13vw, 62px);
    letter-spacing: -.07em;
  }

  .vx-copy {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.7;
  }

  .vx-progress {
    margin-top: 24px;
  }

  .vx-contact-grid {
    grid-template-columns: 1fr;
  }

  .vx-contact-card {
    padding: 12px;
  }

  .vx-foot-note {
    font-size: 9px;
  }

  .vx-footer {
    flex-direction: column;
    gap: 8px;
    font-size: 7px;
    letter-spacing: .08em;
  }

  .vx-footer-line { width: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}


.vx-footer-attribution {
  color: rgba(191, 214, 200, .34);
  font-size: 7px;
  letter-spacing: .05em;
  text-transform: none;
}
