.v2g-page {
  --v2g-border: #c8d6e5;
  --v2g-green: #577a23;
  --v2g-blue: #245d91;
  --v2g-amber: #a85c00;
  --v2g-caption: #4d5e70;
  --v2g-shadow: 0 18px 44px rgba(10, 31, 60, .08);
}

.v2g-page .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.v2g-hero {
  padding-bottom: clamp(72px, 8vw, 112px);
}

.v2g-hero::after {
  z-index: 0;
  pointer-events: none;
}

.v2g-hero .container {
  position: relative;
  z-index: 1;
}

.v2g-hero-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, .82fr) minmax(500px, 1.18fr);
  gap: clamp(48px, 7vw, 92px);
}

.v2g-hero-copy {
  min-width: 0;
  max-width: 650px;
}

.v2g-hero-copy h1 {
  font-size: clamp(3.6rem, 7vw, 6.2rem);
}

.v2g-kicker {
  margin: 14px 0 18px;
  color: var(--v2g-green);
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  font-weight: 800;
}

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

.v2g-figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--v2g-border);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--v2g-shadow);
}

.v2g-image-stage {
  display: grid;
  padding: clamp(16px, 2.5vw, 30px);
  place-items: center;
  background: var(--white);
}

.v2g-image-stage img {
  display: block;
  width: min(100%, 705px);
  height: auto;
}

.v2g-figure figcaption {
  min-height: 68px;
  padding: 18px 22px;
  border-top: 1px solid var(--v2g-border);
  color: var(--v2g-caption);
  font-size: .92rem;
  line-height: 1.55;
}

.v2g-overview-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr);
  gap: clamp(52px, 8vw, 108px);
}

.v2g-overview-copy {
  max-width: 640px;
}

.v2g-overview-copy > p:last-child {
  color: var(--muted);
}

.v2g-standard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.v2g-standard-grid article,
.v2g-platform-list article {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--v2g-border);
  border-radius: 20px;
  background: var(--white);
}

.v2g-standard-grid span,
.v2g-platform-list article > span {
  display: block;
  margin-bottom: 26px;
  color: var(--v2g-blue);
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.v2g-standard-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy-950);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.v2g-standard-grid p,
.v2g-platform-list p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

.v2g-feature-list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
}

.v2g-feature-list li {
  display: grid;
  min-width: 0;
  padding: 28px;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  border: 1px solid var(--v2g-border);
  border-radius: 20px;
  background: var(--white);
}

.v2g-feature-list li:last-child {
  grid-column: 1 / -1;
}

.v2g-feature-list li > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--v2g-green);
  font-size: .75rem;
  font-weight: 850;
}

.v2g-feature-list strong {
  display: block;
  margin-bottom: 7px;
  color: var(--navy-950);
  font-size: 1.12rem;
}

.v2g-feature-list p {
  margin: 0;
  color: var(--muted);
}

.v2g-platforms-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, .8fr) minmax(560px, 1.2fr);
  gap: clamp(54px, 8vw, 110px);
}

.v2g-platforms-grid > div:first-child {
  max-width: 600px;
}

.v2g-platform-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.v2g-platform-list h3 {
  margin-bottom: 10px;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

@media (max-width: 1040px) {
  .v2g-hero-grid,
  .v2g-overview-grid,
  .v2g-platforms-grid {
    grid-template-columns: 1fr;
  }

  .v2g-hero-copy,
  .v2g-overview-copy,
  .v2g-platforms-grid > div:first-child {
    max-width: 720px;
  }

  .v2g-figure-hero {
    max-width: 780px;
  }
}

@media (max-width: 760px) {
  .v2g-standard-grid,
  .v2g-feature-list,
  .v2g-platform-list {
    grid-template-columns: 1fr;
  }

  .v2g-feature-list li:last-child {
    grid-column: auto;
  }
}

@media (max-width: 430px) {
  .v2g-hero-copy h1 {
    font-size: clamp(3.1rem, 19vw, 4.4rem);
  }

  .v2g-hero-copy .hero-actions {
    flex-direction: column;
  }

  .v2g-hero-copy .button {
    width: 100%;
  }

  .v2g-figure {
    border-radius: 16px;
  }

  .v2g-image-stage {
    padding: 10px 6px;
  }

  .v2g-figure figcaption,
  .v2g-standard-grid article,
  .v2g-feature-list li,
  .v2g-platform-list article {
    padding: 22px 18px;
  }

  .v2g-feature-list li {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
  }

  .v2g-feature-list li > span {
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v2g-page *,
  .v2g-page *::before,
  .v2g-page *::after {
    scroll-behavior: auto;
  }
}
