.v2x-page {
  --v2x-border: #c8d6e5;
  --v2x-green: #2f8b57;
  --v2x-blue: #245d91;
  --v2x-caption: #4d5e70;
  --v2x-shadow: 0 18px 44px rgba(10, 31, 60, .08);
}

.v2x-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;
}

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

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

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

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

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

.v2x-hero-copy h1 {
  font-size: clamp(3.5rem, 6.6vw, 6rem);
}

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

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

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

.v2x-network-map {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  background:
    linear-gradient(rgba(36, 93, 145, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 93, 145, .045) 1px, transparent 1px),
    var(--white);
  background-size: 32px 32px;
}

.v2x-network-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #9ab6ce;
  stroke-linecap: round;
  stroke-width: 4;
}

.v2x-network-lines circle {
  fill: rgba(47, 139, 87, .1);
  stroke: var(--v2x-green);
}

.v2x-network-node,
.v2x-network-core {
  position: absolute;
  display: grid;
  place-items: center;
  text-align: center;
}

.v2x-network-node {
  width: 156px;
  min-height: 126px;
  padding: 18px 14px;
  border: 1px solid var(--v2x-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
}

.v2x-network-node svg {
  width: 44px;
  height: 44px;
  margin-bottom: 8px;
  fill: none;
  stroke: var(--v2x-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.v2x-network-node strong,
.v2x-network-core strong {
  color: var(--navy-950);
}

.v2x-network-node span {
  color: var(--muted);
  font-size: .78rem;
}

.v2x-network-vehicle { top: 177px; left: 28px; }
.v2x-network-infrastructure { top: 177px; right: 28px; }
.v2x-network-messages { top: 28px; left: 50%; transform: translateX(-50%); }
.v2x-network-apps { bottom: 28px; left: 50%; transform: translateX(-50%); }

.v2x-network-core {
  top: 205px;
  left: 50%;
  width: 72px;
  height: 72px;
  transform: translateX(-50%);
  border-radius: 50%;
  color: var(--white);
  background: var(--v2x-green);
}

.v2x-network-core strong {
  color: var(--white);
  font-size: 1.15rem;
}

.v2x-network-core span {
  color: rgba(255, 255, 255, .86);
  font-size: .7rem;
  font-weight: 750;
}

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

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

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

.v2x-overview-copy > p:last-child,
.v2x-conversion-note {
  color: var(--muted);
}

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

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

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

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

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

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

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

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

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

.v2x-message-list p {
  margin: 0;
  color: var(--muted);
}

.v2x-conversion-grid > div:first-child,
.v2x-platforms-grid > div:first-child {
  max-width: 620px;
}

.v2x-conversion-flow {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 10px;
}

.v2x-conversion-flow article {
  min-width: 0;
  min-height: 190px;
  padding: 24px 18px;
  border: 1px solid var(--v2x-border);
  border-radius: 18px;
  background: var(--white);
}

.v2x-conversion-flow article > span { margin-bottom: 34px; }

.v2x-conversion-flow strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy-950);
  font-size: 1.05rem;
}

.v2x-flow-arrow {
  color: var(--v2x-green);
  font-size: 1.6rem;
  font-weight: 800;
}

.v2x-platform-list h3 {
  margin-bottom: 10px;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

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

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

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

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

  .v2x-network-map { min-height: 440px; }
  .v2x-network-node { width: 132px; min-height: 112px; padding: 14px 10px; }
  .v2x-network-vehicle { top: 164px; left: 14px; }
  .v2x-network-infrastructure { top: 164px; right: 14px; }
  .v2x-network-messages { top: 18px; }
  .v2x-network-apps { bottom: 18px; }
  .v2x-network-core { top: 184px; }

  .v2x-conversion-flow { grid-template-columns: 1fr; }
  .v2x-conversion-flow article { min-height: 0; }
  .v2x-conversion-flow article > span { margin-bottom: 20px; }
  .v2x-flow-arrow { transform: rotate(90deg); text-align: center; }
}

@media (max-width: 430px) {
  .v2x-hero-copy h1 { font-size: clamp(3rem, 17vw, 4rem); }
  .v2x-hero-copy .hero-actions { flex-direction: column; }
  .v2x-hero-copy .button { width: 100%; }
  .v2x-figure { border-radius: 16px; }
  .v2x-network-map { min-height: 500px; }
  .v2x-network-lines { display: none; }
  .v2x-network-node { width: calc(50% - 24px); }
  .v2x-network-vehicle { top: 158px; left: 12px; }
  .v2x-network-infrastructure { top: 158px; right: 12px; }
  .v2x-network-messages,
  .v2x-network-apps { width: calc(100% - 24px); }
  .v2x-network-core { top: 298px; }
  .v2x-network-apps { bottom: 14px; }

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

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

  .v2x-message-list li > span { width: 38px; height: 38px; }
}

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