
html,
body.voltsimple-solutions-home,
body.voltsimple-solutions-home .box-wrapper,
body.voltsimple-solutions-home .main-wrapper,
body.voltsimple-solutions-home .page-wrapper,
body.voltsimple-solutions-home .post-wrapper,
body.voltsimple-solutions-home .post-body,
body.voltsimple-solutions-home .post-content {
  background: #ffffff !important;
}

body.voltsimple-solutions-home .post-title-wrapper,
body.voltsimple-solutions-home .page-header,
body.voltsimple-solutions-home .header-wrapper .header-content {
  display: none !important;
}
body.voltsimple-solutions-home .menu-wrapper .logo-container {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
body.voltsimple-solutions-home .menu-wrapper .menu-smart > li > a {
  height: 108px !important;
}
body.voltsimple-solutions-home .menu-wrapper .mobile-menu-button {
  height: 90px !important;
}
body.voltsimple-solutions-home .vs-solutions-row,
body.voltsimple-solutions-home .vs-solutions-row .row-parent,
body.voltsimple-solutions-home .vs-solutions-row .wpb_column,
body.voltsimple-solutions-home .vs-solutions-row .uncol,
body.voltsimple-solutions-home .vs-solutions-row .uncell,
body.voltsimple-solutions-home .vs-solutions-row .uncont {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.voltsimple-solutions-home .vs-solutions-row .row-parent {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#vs-homepage-root {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: calc(100vh - 56px);
  overflow-x: hidden;
}
@supports (overflow: clip) {
  #vs-homepage-root {
    overflow-x: clip;
  }
}
#vs-homepage-root,
#vs-homepage-root *,
#vs-homepage-root *::before,
#vs-homepage-root *::after {
  box-sizing: border-box;
}

#vs-homepage-root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-2: #ffffff;
  --line: #d7dde3;
  --line-2: #c7ced6;
  --text: #2d2d2d;
  --muted: #5f6975;
  --muted-2: #818c98;
  --active: #559fd0;
  --active-strong: #3d83ae;
  --active-deep: #286f96;
  --active-soft: #edf7fc;
  --active-wash: #f7fbfd;
  --active-line: #bdd9e9;
  --active-line-strong: #9fc7df;
  --active-progress: #7fb6d8;
  --active-progress-soft: #b9d9eb;
  --cta-fill: #327ca8;
  --cta-fill-hover: #286f96;
  --cta-fill-press: #215f82;
  --cta-border: #286f96;
  --cta-ink: #ffffff;
  --cta-secondary-border: #b9c4ce;
  --cta-secondary-hover: #f6fbfd;
  --cta-focus: rgba(79, 156, 207, 0.28);
  --header-h: 56px;
  --container: 1452px;
  --page-pad: clamp(32px, 5vw, 60px);
  --panel-pad-x: clamp(28px, 3.5vw, 44px);
  --video-ratio: 2560 / 540;
}

#vs-homepage-root {
  font-family: 'IBM Plex Sans', sans-serif;
  background: #ffffff;
  color: var(--text);
}

#vs-homepage-root a, #vs-homepage-root button { color: inherit; }

.vs-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: var(--header-h);
  background: rgba(243, 244, 246, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(215, 221, 227, 0.8);
}

.vs-header-inner,
.vs-page {
  width: min(calc(100% - (var(--page-pad) * 2)), var(--container));
  margin: 0 auto;
}

.vs-header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vs-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.vs-brand-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--active);
}

.vs-header-note {
  font-size: 12px;
  color: var(--muted);
}

.vs-page {
  padding: 8px 0 24px;
}

.vs-hero {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0;
  position: relative;
  z-index: 4;
}

.vs-kicker {
  display: none;
}

.vs-panel-label {
  display: none;
}

.vs-hero h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 0.96;
  letter-spacing: -0.045em;
  word-spacing: 0.04em;
  white-space: nowrap;
}

.vs-hero p {
  width: min(calc(100vw - 80px), 78ch);
  max-width: none;
  margin: 5px 0 2px;
  font-size: 12px;
  line-height: 1.2;
  color: var(--muted);
}

.vs-proof-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  max-width: min(100%, 560px);
  margin: 0 0 7px;
  color: var(--muted-2);
  font-size: 10.5px;
  line-height: 1.2;
  text-align: center;
}

.vs-category-intro {
  display: grid;
  justify-items: center;
  gap: 4px;
  max-width: 68ch;
  margin: 9px auto 13px;
  color: var(--muted);
  text-align: center;
  transform: none;
}

.vs-category-intro h2 {
  margin: 0;
  color: var(--text);
  font-size: 13.2px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.vs-category-intro p {
  max-width: 68ch;
  margin: 0;
  font-size: 11.9px;
  line-height: 1.28;
}

.vs-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 0;
}

.vs-tab {
  --hero-pill-width: 144px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 30px;
  padding: 0 3px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #707987;
  font: inherit;
  font-size: 12.5px;
  cursor: pointer;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: color 180ms ease, transform 180ms ease;
}

.vs-tab:focus,
.vs-tab:focus-visible {
  outline: 0;
  box-shadow: none;
}

.vs-tab:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.vs-tab.is-active {
  color: var(--active);
  background: transparent;
}

.vs-tab:active {
  transform: scale(0.985);
}

.vs-tab-icon {
  display: none;
}

.vs-tab > span:first-of-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--hero-pill-width);
  min-height: 30px;
  padding: 0 14px;
  border: 1px solid rgba(180, 188, 198, 0.62);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.vs-tab:hover > span:first-of-type {
  border-color: rgba(159, 199, 223, 0.8);
  background: rgba(247, 251, 253, 0.78);
}

.vs-tab.is-active > span:first-of-type {
  border-color: rgba(79, 156, 207, 0.86);
  background: rgba(247, 251, 253, 0.82);
}

.vs-tab-progress {
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: 4px;
  height: 2px;
  border-radius: 999px;
  background: transparent;
  opacity: 0;
  transition: opacity 160ms ease;
}

.vs-tab-progress::before {
  content: "";
  display: block;
  width: var(--progress, 0%);
  height: 100%;
  background: var(--active-deep);
  border-radius: inherit;
}

.vs-tab.is-active .vs-tab-progress {
  opacity: 0.22;
}

.vs-cycle {
  display: none;
  width: min(620px, 100%);
  height: 3px;
  margin-top: 4px;
  border-radius: 999px;
  background: rgba(189, 217, 233, 0.4);
  overflow: hidden;
  position: relative;
}

.vs-cycle-progress {
  width: var(--cycle-progress, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--active-strong) 0%, var(--active-progress) 100%);
  transition: background 180ms ease, opacity 180ms ease;
  opacity: 0.96;
}

.vs-cycle-indicator {
  position: absolute;
  top: 50%;
  left: calc(var(--cycle-progress, 0%) - 4px);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--active);
  border: 2px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 1px rgba(191, 216, 234, 0.9);
  transform: translateY(-50%);
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
  opacity: 0.9;
}

.vs-rotator.is-slow .vs-cycle-progress {
  background: linear-gradient(90deg, var(--active-deep) 0%, var(--active-progress-soft) 100%);
  opacity: 0.82;
}

.vs-rotator.is-slow .vs-cycle-indicator {
  background: var(--active-deep);
  transform: translateY(-50%) scale(0.92);
}

.vs-rotator {
  margin-top: 0;
  padding-top: 0;
  background: var(--surface);
  overflow: hidden;
}

.vs-rotator-bridge {
  display: grid;
  grid-template-columns: minmax(170px, 0.72fr) minmax(420px, 1.55fr) minmax(150px, 0.62fr);
  align-items: center;
  column-gap: clamp(18px, 3.5vw, 64px);
  width: min(100%, 1240px);
  margin: 6px auto 28px;
  padding: 0 var(--page-pad);
}

.vs-rotator-bridge .vs-category-intro {
  margin: 0 auto;
  max-width: 68ch;
}

.vs-rotator-bridge .vs-button {
  justify-self: start;
}

.vs-rotator-bridge .vs-button:last-child {
  justify-self: end;
}

.vs-stage-shell {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

.vs-stage-shell .vs-hero {
  position: absolute;
  inset: clamp(14px, 1.7vw, 24px) 20px auto;
  pointer-events: none;
}

.vs-stage-shell .vs-hero h1,
.vs-stage-shell .vs-hero p,
.vs-stage-shell .vs-proof-line,
.vs-stage-shell .vs-tabs {
  pointer-events: auto;
}

.vs-stage {
  position: relative;
  aspect-ratio: var(--video-ratio);
  margin: 18px 0 16px;
  background: transparent;
  overflow: hidden;
}

body.voltsimple-solutions-home .vs-partner-logo-strip .row-parent {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.vs-media {
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.vs-media.is-active {
  opacity: 1;
}

.vs-media video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border: 0;
  outline: 0;
  box-shadow: none;
  clip-path: inset(2px 1px);
  transform: scale(1.006);
  transform-origin: center;
  backface-visibility: hidden;
  background: #fff;
}

.vs-media-poster {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border: 0;
  outline: 0;
  pointer-events: none;
  opacity: 1;
  transform: scale(1.006);
  transform-origin: center;
  transition: opacity 420ms cubic-bezier(0.22, 1, 0.36, 1);
  background: #fff;
}

.vs-media.is-playing .vs-media-poster {
  opacity: 0;
}

.vs-media-fade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 50% 48%, rgba(255,255,255,0.88), rgba(255,255,255,0.97) 58%, rgba(250,251,252,1) 100%),
    linear-gradient(180deg, rgba(255,255,255,1), rgba(247,249,251,0.96));
  transition: opacity 1.05s ease-out;
  pointer-events: none;
}

.vs-media.is-ready .vs-media-fade {
  opacity: 0;
}

.vs-media.is-bridging .vs-media-fade {
  opacity: 1;
  transition: none;
}

.vs-panel-wrap {
  position: relative;
  width: min(100%, 902px);
  min-height: 321px;
  margin: 0 auto;
  --panel-grid-gap: clamp(18px, 2.25vw, 30px);
  --panel-left-col: 0.5;
}

.vs-panel-wrap > .vs-actions {
  display: none;
}

.vs-panel {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--panel-grid-gap);
  padding: 26px 0 22px;
  min-width: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 320ms ease-out, transform 320ms ease-out;
}

.vs-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.vs-panel-head {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 12px;
  min-width: 0;
  text-align: left;
}

.vs-panel-label {
  font-size: 12px;
  color: var(--muted-2);
}

.vs-panel-title {
  margin: 0;
  font-size: clamp(24px, 2.42vw, 33px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.vs-panel-thesis {
  max-width: 34ch;
  font-size: 15.4px;
  line-height: 1.45;
  color: var(--muted);
}

.vs-panel-outcome {
  margin-top: 2px;
  max-width: 44ch;
  font-size: 14.3px;
  line-height: 1.5;
  color: var(--text);
  font-weight: 500;
}

.vs-panel-body {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 13px;
  padding-top: 31px;
  min-width: 0;
  text-align: left;
}

.vs-capability {
  display: grid;
  justify-items: start;
  gap: 5px;
  padding-top: 10px;
}

.vs-capability:first-child {
  padding-top: 0;
  border-top: 0;
}

.vs-capability-label {
  font-size: 13.2px;
  color: var(--muted-2);
}

.vs-capability-row {
  font-size: 14.3px;
  line-height: 1.42;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.vs-bottom {
  display: none;
}

.vs-summary {
  max-width: none;
  margin: 0;
  font-size: 14.3px;
  line-height: 1.45;
  color: var(--muted);
}

.vs-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.vs-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid var(--cta-secondary-border);
  border-radius: 4px;
  background: #fff;
  color: var(--text);
  text-decoration: none;
  font-size: 14.3px;
  font-weight: 650;
  letter-spacing: -0.03em;
  box-shadow: none;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

#vs-homepage-root .vs-button {
  color: var(--text);
}

#vs-homepage-root .vs-button:hover {
  border-color: var(--cta-fill);
  background: var(--cta-secondary-hover);
  color: var(--active-deep);
  box-shadow: none;
}

#vs-homepage-root .vs-button:focus-visible {
  outline: 3px solid var(--cta-focus);
  outline-offset: 3px;
}

#vs-homepage-root .vs-button:active {
  background: #eef7fc;
  box-shadow: none;
}

#vs-homepage-root .vs-button.primary {
  background: var(--cta-fill);
  border-color: var(--cta-border);
  color: var(--cta-ink);
  box-shadow: none;
}

#vs-homepage-root .vs-button.primary:hover {
  background: var(--cta-fill-hover);
  border-color: var(--active-deep);
  color: #fff;
  box-shadow: none;
}

#vs-homepage-root .vs-button.primary:active {
  background: var(--cta-fill-press);
  border-color: var(--active-deep);
}

.vs-context {
  position: relative;
  z-index: 1;
  padding: 56px 0 46px;
  background: #fff;
}

.vs-why {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(340px, 0.38fr) minmax(640px, 0.62fr);
  grid-template-areas:
    "head head"
    "copy visual";
  column-gap: 0;
  row-gap: 18px;
  align-items: stretch;
}

.vs-why-head {
  grid-area: head;
  position: relative;
  z-index: 5;
  display: grid;
  justify-items: start;
  gap: 18px;
  max-width: none;
}

.vs-why-head h2,
.vs-starting-head h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(28px, 3.15vw, 46px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.vs-why-head h2 {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  min-width: 100%;
  max-width: none;
  white-space: nowrap;
}

.vs-why-head h2 span:last-child {
  margin-left: auto;
}

.vs-why-head-copy {
  display: grid;
  justify-items: start;
  gap: 18px;
  padding-bottom: 0;
}

.vs-why-head p,
.vs-starting-head p {
  max-width: 48ch;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.vs-why-rotator {
  display: contents;
}

.vs-why-copy {
  grid-area: copy;
  display: grid;
  align-content: start;
  min-height: 450px;
  padding: 6px 0 54px 0;
  position: relative;
  z-index: 8;
  isolation: isolate;
}

.vs-why-intro {
  max-width: 58ch;
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.55;
}

.vs-why-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 14px;
  position: relative;
  z-index: 9;
}

.vs-why-tab {
  position: relative;
  appearance: none;
  min-height: 34px;
  padding: 0 17px;
  border: 0;
  border-radius: 999px;
  background: rgba(242, 246, 249, 0.8);
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  transition: color 180ms ease, background-color 180ms ease;
}

.vs-why-tab span {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 5px;
  height: 2px;
  border-radius: 999px;
  background: rgba(40, 111, 150, 0.26);
  transform: scaleX(var(--proof-progress, 0));
  transform-origin: left center;
}

.vs-why-tab.is-active {
  color: var(--active-deep);
  background: var(--active-soft);
}

.vs-why-tab:focus-visible {
  outline: 3px solid var(--cta-focus);
  outline-offset: 3px;
}

.vs-why-panels {
  position: relative;
  min-height: clamp(400px, 32vw, 470px);
}

.vs-why-panel {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  gap: 15px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 420ms ease, transform 420ms ease;
  z-index: 1;
}

.vs-why-panel[hidden] {
  display: none;
}

.vs-why-panel.is-active {
  opacity: 1;
  transform: translateY(0);
  z-index: 2;
}

.vs-why-kicker {
  margin: 0;
  color: var(--muted-2);
  font-size: 13px;
  line-height: 1;
}

.vs-why-panel h3 {
  max-width: 13.5ch;
  margin: 0;
  color: var(--text);
  font-size: clamp(32px, 3.9vw, 52px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.vs-why-panel p:not(.vs-why-kicker) {
  max-width: 52ch;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.52;
}

.vs-why-terms {
  max-width: 55ch;
  color: var(--text);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
}

.vs-why-visual {
  grid-area: visual;
  align-self: stretch;
  position: relative;
  min-height: 690px;
  overflow: visible;
  background: #fff;
  z-index: 1;
  pointer-events: none;
}

.vs-why-nav {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.vs-why-arrow {
  position: absolute;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(207, 216, 225, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(10px);
  color: rgba(89, 103, 118, 0.74);
  opacity: 0.24;
  pointer-events: auto;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 180ms ease, color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.vs-why-arrow:hover,
.vs-why-arrow:focus-visible {
  opacity: 0.88;
  color: var(--text);
  border-color: rgba(173, 197, 216, 0.92);
  background: rgba(255, 255, 255, 0.9);
}

.vs-why-visual:hover .vs-why-arrow {
  opacity: 0.52;
}

.vs-why-arrow:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(79, 156, 207, 0.14);
}

.vs-why-arrow:active {
  transform: translateY(-50%) scale(0.97);
}

.vs-why-arrow span {
  font-size: 17px;
  line-height: 1;
  transform: translateY(-1px);
}

.vs-why-arrow-prev {
  left: 8px;
}

.vs-why-arrow-next {
  right: 8px;
}

.vs-why-segments {
  display: none;
}

.vs-why-segment {
  position: relative;
  display: block;
  flex: 1 1 0;
  height: 2px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(199, 206, 214, 0.52);
}

.vs-why-segment span {
  position: absolute;
  inset: 0;
  background: rgba(79, 156, 207, 0.72);
  transform: scaleX(var(--proof-segment-progress, 0));
  transform-origin: left center;
}

.vs-why-scene {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 520ms ease, transform 520ms ease;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}

.vs-why-scene.is-active {
  opacity: 1;
  transform: translateX(0);
}

.vs-proof-video {
  position: absolute;
  display: block;
  pointer-events: none;
  filter: saturate(0.96) contrast(1.01);
}

.vs-proof-image {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
}

.vs-rack-video {
  left: 50%;
  top: 7%;
  right: auto;
  z-index: 3;
  width: 56%;
  height: 84%;
  object-fit: contain;
  object-position: center center;
  opacity: 1;
  transform: translateX(-50%);
}

.vs-integrate-video {
  left: 58%;
  top: 50%;
  z-index: 3;
  width: 92%;
  height: 92%;
  object-fit: contain;
  object-position: center center;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.vs-configure-image {
  left: 50%;
  top: 50%;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transform: translate(-50%, -50%);
}

.vs-why-scene.is-configure {
  left: 0;
  right: 0;
  z-index: 1;
}

.vs-integrate-image {
  left: 50%;
  top: 50%;
  bottom: auto;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transform: translate(-50%, -50%);
}

.vs-support-image {
  left: 50%;
  top: 50%;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transform: translate(-50%, -50%);
}

.vs-why-scene.is-integrate {
  left: 0;
  right: 0;
  z-index: 1;
}

.vs-why-scene.is-support {
  left: 0;
  right: 0;
  z-index: 1;
}

.vs-visual-cable {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(79,156,207,0), rgba(79,156,207,0.78), rgba(79,156,207,0));
  box-shadow: 0 0 20px rgba(79,156,207,0.24);
}

.cable-a {
  width: 72%;
  left: 14%;
  top: 45%;
}

.cable-b {
  width: 48%;
  left: 26%;
  top: 60%;
  transform: rotate(-13deg);
}

.vs-visual-node,
.vs-visual-chip,
.vs-visual-hub,
.vs-visual-policy,
.vs-visual-status {
  position: absolute;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

.vs-visual-node {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(29, 54, 74, 0.08);
}

.node-a { left: 18%; top: 30%; }
.node-b { right: 22%; top: 22%; }
.node-c { left: 34%; bottom: 19%; }
.node-d { right: 13%; bottom: 28%; }

.vs-visual-console {
  position: absolute;
  left: 14%;
  top: 22%;
  width: 54%;
  height: 56%;
  border: 0;
  border-radius: 22px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 20px 60px rgba(29, 54, 74, 0.08);
}

.vs-visual-console span {
  position: absolute;
  left: 28px;
  right: 28px;
  height: 1px;
  background: rgba(199, 206, 214, 0.88);
}

.vs-visual-console span:nth-child(1) { top: 52px; }
.vs-visual-console span:nth-child(2) { top: 102px; }
.vs-visual-console span:nth-child(3) { top: 152px; }
.vs-visual-console span:nth-child(4) { top: 202px; }

.vs-visual-policy {
  min-width: 142px;
  padding: 14px 16px;
  border-radius: 999px;
}

.policy-a { right: 11%; top: 30%; }
.policy-b { right: 17%; top: 47%; }
.policy-c { right: 9%; top: 64%; }

.vs-visual-hub {
  display: grid;
  place-items: center;
  left: 50%;
  top: 48%;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  color: var(--active-deep);
  box-shadow: 0 0 0 1px rgba(79,156,207,0.08), 0 24px 70px rgba(79, 156, 207, 0.16);
}

.vs-visual-chip {
  padding: 13px 16px;
  border-radius: 999px;
}

.chip-a { left: 18%; top: 24%; }
.chip-b { right: 18%; top: 26%; }
.chip-c { left: 20%; bottom: 24%; }
.chip-d { right: 15%; bottom: 28%; }
.chip-e { left: 42%; bottom: 13%; }

.vs-visual-status {
  display: grid;
  gap: 8px;
  min-width: 190px;
  padding: 17px 18px;
  border-radius: 16px;
}

.vs-visual-status span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.status-a { left: 17%; top: 22%; }
.status-b { right: 16%; top: 28%; }
.status-c { left: 28%; bottom: 23%; }
.status-d { right: 22%; bottom: 18%; }

.vs-delivery-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  border-top: 1px solid rgba(199, 206, 214, 0.78);
  border-bottom: 1px solid rgba(199, 206, 214, 0.78);
}

.vs-delivery-map::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(79,156,207,0.04), rgba(79,156,207,0.38), rgba(79,156,207,0.04));
  transform: translateY(-50%);
  pointer-events: none;
}

.vs-delivery-lane {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding: 18px clamp(18px, 2.4vw, 30px);
  background: #fff;
}

.vs-delivery-lane:first-child {
  padding-left: 0;
}

.vs-delivery-lane:last-child {
  padding-right: 0;
  text-align: right;
}

.vs-delivery-lane span,
.vs-stack-layer {
  color: var(--muted-2);
  font-size: 12px;
  line-height: 1;
}

.vs-delivery-lane strong {
  max-width: 42ch;
  color: var(--text);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.vs-delivery-lane:last-child strong {
  justify-self: end;
}

.vs-delivery-join {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 7px 13px;
  border: 1px solid rgba(79, 156, 207, 0.34);
  border-radius: 999px;
  background: #fff;
  color: var(--active-deep);
  font-size: 11.5px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}

.vs-operating-stack {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(199, 206, 214, 0.9);
  border-bottom: 1px solid rgba(199, 206, 214, 0.72);
  background: #ffffff;
}

.vs-operating-stack::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 58px;
  height: 1px;
  background: linear-gradient(90deg, rgba(79,156,207,0.05), rgba(79,156,207,0.48), rgba(79,156,207,0.05));
  pointer-events: none;
}

.vs-stack-step {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 330px;
  padding: 22px clamp(18px, 2vw, 28px) 24px;
  border-right: 1px solid rgba(199, 206, 214, 0.62);
  position: relative;
}

.vs-stack-step:last-child {
  border-right: 0;
}

.vs-stack-step::before {
  content: "";
  position: absolute;
  top: 53px;
  left: clamp(18px, 2vw, 28px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--active);
  box-shadow: 0 0 0 5px rgba(79, 156, 207, 0.12);
}

.vs-stack-number {
  color: var(--muted-2);
  font-size: 12px;
  line-height: 1;
}

.vs-stack-step h3 {
  margin: 12px 0 0;
  color: var(--text);
  font-size: clamp(19px, 1.8vw, 25px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.vs-stack-step p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.vs-stack-terms {
  margin-top: auto;
  padding-top: 16px;
  color: var(--text);
  font-size: 12.5px;
  line-height: 1.55;
  font-weight: 500;
}

.vs-platform-note {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(420px, 0.58fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding-top: 18px;
  border-top: 1px solid rgba(199, 206, 214, 0.72);
}

.vs-platform-copy {
  display: grid;
  gap: 8px;
}

.vs-platform-copy strong {
  color: var(--text);
  font-size: 14px;
  line-height: 1.35;
}

.vs-platform-copy span {
  max-width: 46ch;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.vs-platform-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(199, 206, 214, 0.72);
  border-left: 1px solid rgba(199, 206, 214, 0.45);
}

.vs-platform-group {
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 92px;
  padding: 14px 14px 12px;
  border-right: 1px solid rgba(199, 206, 214, 0.45);
  border-bottom: 1px solid rgba(199, 206, 214, 0.72);
}

.vs-platform-group strong {
  color: var(--text);
  font-size: 12.5px;
  line-height: 1;
  font-weight: 500;
}

.vs-platform-group span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.vs-starting {
  display: grid;
  gap: 18px;
  margin-top: 54px;
}

.vs-starting-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.vs-starting-head p {
  max-width: 34ch;
  text-align: right;
}

.vs-starting-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.vs-starting-item {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 142px;
  padding: 16px 14px 14px;
  border-top: 1px solid var(--line-2);
  background: rgba(255, 255, 255, 0.42);
  color: var(--text);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.28;
  font-weight: 500;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.vs-starting-item strong {
  display: block;
  color: var(--text);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.vs-starting-item span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.42;
  font-weight: 400;
}

.vs-starting-item:hover {
  border-color: var(--active-line-strong);
  background: var(--active-wash);
  color: var(--active-deep);
}

.vs-how-start,
.vs-final-cta {
  margin-top: 58px;
}

.vs-how-start {
  display: grid;
  gap: 18px;
}

.vs-how-start-head h2,
.vs-final-cta h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(28px, 3.15vw, 46px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.vs-how-start-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.vs-how-start-item {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px 16px 16px;
  border-top: 1px solid var(--line-2);
  background: rgba(255,255,255,0.38);
}

.vs-how-start-item strong {
  color: var(--text);
  font-size: 14px;
  line-height: 1.15;
  font-weight: 650;
  letter-spacing: -0.035em;
}

.vs-how-start-item p {
  margin: 0;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.45;
}

.vs-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.55fr);
  align-items: end;
  gap: 28px;
  padding: 38px 0 6px;
  border-top: 1px solid rgba(199, 206, 214, 0.68);
}

.vs-final-cta p {
  grid-column: 1 / 2;
  max-width: 54ch;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.vs-final-actions {
  grid-column: 2 / 3;
  grid-row: 1 / span 2;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

@media (prefers-reduced-motion: reduce) {
  #vs-homepage-root *, #vs-homepage-root *::before, #vs-homepage-root *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 980px) {
  .vs-panel-wrap {
    min-height: 430px;
  }

  .vs-panel {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .vs-panel-body {
    padding-top: 0;
  }
}

@media (max-width: 1180px) and (min-width: 761px) {
  .vs-why {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "head"
      "visual"
      "copy";
    gap: 0;
  }

  .vs-why-head,
  .vs-why-copy,
  .vs-why-visual {
    min-width: 0;
  }

  .vs-why-head {
    max-width: 760px;
  }

  .vs-why-head h2 {
    max-width: none;
    white-space: nowrap;
  }

  .vs-why-visual {
    min-height: clamp(420px, 58vw, 620px);
  }

  .vs-why-copy {
    min-height: 400px;
    padding-bottom: 32px;
  }
}

@media (max-width: 760px) {
  #vs-homepage-root {
    --page-pad: 16px;
    --panel-pad-x: 18px;
    overflow-x: hidden;
  }

  body.voltsimple-solutions-home .menu-wrapper .logo-container {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  body.voltsimple-solutions-home .menu-wrapper .mobile-menu-button {
    height: 72px !important;
  }

  .vs-header-inner,
  .vs-page {
    width: min(calc(100% - (var(--page-pad) * 2)), var(--container));
  }

  .vs-header-note {
    display: none;
  }

  .vs-page {
    padding-top: 14px;
  }

  .vs-stage-shell {
    overflow: visible;
    isolation: isolate;
  }

  .vs-stage-shell .vs-hero {
    position: relative;
    inset: auto;
    pointer-events: auto;
    z-index: 4;
  }

  .vs-hero {
    gap: 0;
  }

  .vs-hero h1 {
    max-width: 21ch;
    margin-top: 0;
    margin-bottom: 0;
    font-size: clamp(23px, 7vw, 27.5px);
    line-height: 1;
    white-space: normal;
  }

  .vs-hero p {
    width: 100%;
    max-width: 50ch;
    margin: 12px 0 6px;
    font-size: 12.5px;
    line-height: 1.35;
    letter-spacing: -0.07em;
    text-align: center;
    white-space: normal;
  }

  .vs-proof-line {
    flex-wrap: nowrap;
    gap: 5px;
    max-width: min(100%, 560px);
    margin-bottom: 12px;
    font-size: 10.7px;
    line-height: 1.35;
    letter-spacing: -0.035em;
    white-space: nowrap;
  }

  .vs-category-intro {
    max-width: 40ch;
    margin: 10px auto 4px;
  }

  .vs-category-intro h2 {
    font-size: 11.8px;
  }

  .vs-category-intro p {
    font-size: 10.6px;
    line-height: 1.26;
  }

  .vs-tabs {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    max-width: 100%;
    gap: 4px;
    margin-top: 0;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 39px;
    padding: 5px 14px 4px;
    scroll-padding-inline: 14px;
    scroll-snap-type: x proximity;
    touch-action: pan-x;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .vs-tabs::-webkit-scrollbar {
    display: none;
  }

  .vs-tab {
    --hero-pill-width: 106px;
    flex: 0 0 var(--hero-pill-width);
    justify-content: center;
    min-height: 31px;
    padding: 0;
    gap: 0;
    font-size: 10px;
    letter-spacing: -0.035em;
    white-space: nowrap;
    overflow: visible;
    transform: none;
  }

  .vs-tab:active {
    transform: none;
  }

  .vs-tab > span:first-of-type {
    width: 100%;
    min-height: 30px;
    padding: 0 10px;
    border-color: rgba(180, 188, 198, 0.7);
    background: rgba(255, 255, 255, 0.52);
    scroll-snap-align: center;
  }

  .vs-tab-icon {
    display: none;
  }

  .vs-tab-progress {
    left: 10px;
    right: 10px;
    bottom: 4px;
    height: 1.5px;
    overflow: hidden;
  }

  .vs-panel {
    position: static;
    inset: auto;
    grid-area: 1 / 1;
    display: grid !important;
    visibility: hidden;
    padding: 10px var(--panel-pad-x) 16px;
    gap: 16px;
    opacity: 0;
    pointer-events: none;
    transform: none;
    transition: opacity 220ms ease;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .vs-panel.is-active {
    display: grid;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .vs-panel-wrap {
    display: grid;
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }

  .vs-panel-wrap > .vs-actions {
    position: static;
    grid-area: 2 / 1;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: auto;
    justify-content: initial;
    transform: none;
    padding: 0 var(--panel-pad-x) 14px;
  }

  .vs-rotator-bridge {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "intro intro"
      "primary secondary";
    gap: 12px 10px;
    width: 100%;
    margin: 2px auto 10px;
    padding: 0 var(--page-pad);
  }

  .vs-rotator-bridge .vs-category-intro {
    grid-area: intro;
    max-width: 40ch;
    margin: 0 auto;
  }

  .vs-rotator-bridge .vs-button {
    min-height: 42px;
    width: 100%;
    padding-inline: 12px;
    justify-self: stretch;
    font-size: 12.4px;
  }

  .vs-rotator-bridge .vs-button:first-child {
    grid-area: primary;
  }

  .vs-rotator-bridge .vs-button:last-child {
    grid-area: secondary;
    justify-self: stretch;
  }

  .vs-rotator {
    margin-top: 5px;
    padding-top: 8px;
    overflow: visible;
  }

  .vs-stage {
    z-index: 1;
    width: 100%;
    height: clamp(96px, 25.6vw, 114px);
    margin: -34px 0 14px;
    aspect-ratio: auto;
    pointer-events: none;
  }

  body.voltsimple-solutions-home .vs-partner-logo-strip .row-parent {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .vs-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    clip-path: inset(0);
    transform: none;
  }

  .vs-panel-head {
    gap: 8px;
    justify-items: start;
    text-align: left;
  }

  .vs-panel-title {
    font-size: 25px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .vs-panel-body {
    padding-top: 0;
    gap: 11px;
    justify-items: start;
    text-align: left;
  }

  .vs-capability {
    justify-items: start;
  }

  .vs-panel-thesis,
  .vs-panel-outcome {
    max-width: none;
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  .vs-panel-outcome {
    font-size: 12.7px;
    line-height: 1.45;
  }

  .vs-capability-row {
    font-size: 12.35px;
    line-height: 1.38;
    overflow-wrap: anywhere;
    white-space: normal !important;
    word-break: normal;
  }

  .vs-summary {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  .vs-bottom {
    width: 100%;
    max-width: 100%;
    padding: 8px var(--panel-pad-x) 20px;
  }

  .vs-actions {
    flex-wrap: nowrap;
  }

  .vs-button {
    width: 100%;
    min-height: 46px;
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
  }

  .vs-context {
    padding: 48px 0 38px;
  }

  .vs-why {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: none;
    gap: 22px;
  }

  .vs-why-head {
    grid-area: auto;
    gap: 14px;
    max-width: none;
  }

  .vs-why-head h2,
  .vs-starting-head h2 {
    font-size: 28px;
    line-height: 1.02;
  }

  .vs-why-head p,
  .vs-starting-head p {
    max-width: none;
    font-size: 13px;
    line-height: 1.5;
  }

  .vs-why-head h2 {
    display: block;
    max-width: 12.5ch;
    white-space: normal;
  }

  .vs-why-head-copy {
    gap: 12px;
  }

  .vs-why-rotator {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "visual"
      "panel";
    row-gap: 12px;
    min-height: 0;
  }

  .vs-why-copy {
    display: block;
    grid-area: panel;
    padding: 0;
  }

  .vs-why-intro {
    margin: 0;
    font-size: 12px;
    line-height: 1.42;
    position: relative;
    z-index: 4;
  }

  .vs-why-tabs {
    flex-wrap: nowrap;
    gap: 5px;
    margin: 10px 0 14px;
    overflow: auto hidden;
    scrollbar-width: none;
    position: relative;
    z-index: 4;
  }

  .vs-why-tabs::-webkit-scrollbar {
    display: none;
  }

  .vs-why-tab {
    flex: 1 1 0;
    min-height: 30px;
    padding: 0 8px;
    font-size: 11px;
  }

  .vs-why-tab span {
    left: 9px;
    right: 9px;
    bottom: 4px;
  }

  .vs-why-panels {
    grid-area: panel;
    min-height: 0;
    position: relative;
    z-index: 4;
  }

  .vs-why-panel {
    display: none;
    gap: 12px;
    opacity: 0;
    transform: none;
    pointer-events: none;
    transition: opacity 220ms ease;
  }

  .vs-why-panel.is-active {
    display: grid;
    opacity: 1;
    pointer-events: auto;
  }

  .vs-why-panel h3 {
    max-width: 14ch;
    font-size: clamp(25px, 7vw, 30px);
    line-height: 1;
  }

  .vs-why-panel p:not(.vs-why-kicker) {
    max-width: none;
    font-size: 12px;
    line-height: 1.4;
  }

  .vs-why-terms {
    max-width: none;
    font-size: 11.5px;
    line-height: 1.38;
  }

  .vs-why-visual {
    grid-area: visual;
    align-self: stretch;
    min-height: clamp(260px, 70vw, 360px);
    height: clamp(260px, 70vw, 360px);
    margin-top: 2px;
    overflow: visible;
  }

  .vs-why-nav {
    display: none;
  }

  .vs-why-segments {
    display: flex;
    grid-area: visual;
    align-self: end;
    gap: 6px;
    padding: 0 2px 10px;
    position: relative;
    z-index: 7;
    pointer-events: none;
  }

  .vs-rack-video {
    left: 50%;
    right: auto;
    top: 54%;
    width: 96%;
    height: 96%;
    transform: translate(-50%, -50%);
  }

  .vs-why-scene.is-install {
    left: 0;
    right: 0;
    z-index: 1;
  }

  .vs-integrate-video {
    left: 56%;
    top: 52%;
    width: 118%;
    height: 84%;
    transform: translate(-50%, -50%);
  }

  .vs-configure-image {
    left: 50%;
    top: 50%;
    bottom: auto;
    width: 100%;
    height: 100%;
    object-position: center center;
    transform: translate(-50%, -50%);
  }

  .vs-integrate-image {
    left: 50%;
    top: 50%;
    bottom: auto;
    width: 100%;
    height: 100%;
    object-position: center center;
    transform: translate(-50%, -50%);
  }

  .vs-support-image {
    left: 50%;
    top: 50%;
    bottom: auto;
    width: 100%;
    height: 100%;
    object-position: center center;
    transform: translate(-50%, -50%);
  }

  .vs-why-scene.is-integrate {
    left: 0;
    right: 0;
  }

  .vs-why-scene.is-support {
    left: 0;
    right: 0;
  }

  .vs-visual-node {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    font-size: 10.5px;
  }

  .node-a { left: 9%; top: 27%; }
  .node-b { right: 12%; top: 19%; }
  .node-c { left: 30%; bottom: 19%; }
  .node-d { right: 8%; bottom: 25%; }

  .vs-visual-console {
    left: 6%;
    top: 18%;
    width: 58%;
    height: 62%;
    border-radius: 18px;
  }

  .vs-visual-console span {
    left: 18px;
    right: 18px;
  }

  .vs-visual-console span:nth-child(1) { top: 42px; }
  .vs-visual-console span:nth-child(2) { top: 82px; }
  .vs-visual-console span:nth-child(3) { top: 122px; }
  .vs-visual-console span:nth-child(4) { top: 162px; }

  .vs-visual-policy {
    min-width: 116px;
    padding: 11px 12px;
    font-size: 10.5px;
  }

  .policy-a { right: 4%; top: 27%; }
  .policy-b { right: 9%; top: 47%; }
  .policy-c { right: 4%; top: 67%; }

  .vs-visual-hub {
    width: 98px;
    height: 98px;
    font-size: 11px;
  }

  .vs-visual-chip {
    padding: 10px 12px;
    font-size: 10.5px;
  }

  .chip-a { left: 6%; top: 22%; }
  .chip-b { right: 5%; top: 24%; }
  .chip-c { left: 8%; bottom: 21%; }
  .chip-d { right: 5%; bottom: 24%; }
  .chip-e { left: 37%; bottom: 10%; }

  .vs-visual-status {
    min-width: 132px;
    padding: 13px 14px;
    border-radius: 14px;
  }

  .status-a { left: 5%; top: 17%; }
  .status-b { right: 5%; top: 24%; }
  .status-c { left: 12%; bottom: 20%; }
  .status-d { right: 8%; bottom: 13%; }

  .vs-delivery-map {
    grid-template-columns: 1fr;
    border-top-color: rgba(199, 206, 214, 0.72);
  }

  .vs-delivery-map::before,
  .vs-delivery-join {
    display: none;
  }

  .vs-delivery-lane,
  .vs-delivery-lane:first-child,
  .vs-delivery-lane:last-child {
    padding: 14px 0;
    text-align: left;
    border-bottom: 1px solid rgba(199, 206, 214, 0.55);
  }

  .vs-delivery-lane:last-child {
    border-bottom: 0;
  }

  .vs-delivery-lane strong,
  .vs-delivery-lane:last-child strong {
    justify-self: start;
    font-size: 13.5px;
  }

  .vs-operating-stack {
    display: grid;
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .vs-operating-stack::before {
    display: none;
  }

  .vs-stack-step {
    min-height: 0;
    padding: 18px 0 20px 22px;
    gap: 9px;
    border-right: 0;
    border-bottom: 1px solid rgba(199, 206, 214, 0.72);
  }

  .vs-stack-step::before {
    top: 22px;
    left: 0;
    width: 8px;
    height: 8px;
  }

  .vs-stack-step h3 {
    margin-top: 8px;
    font-size: 22px;
  }

  .vs-stack-step p,
  .vs-stack-terms {
    font-size: 12.5px;
  }

  .vs-stack-terms {
    padding-top: 6px;
  }

  .vs-platform-note {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 18px;
  }

  .vs-platform-grid {
    grid-template-columns: 1fr;
  }

  .vs-platform-group {
    min-height: 0;
    padding: 12px 0;
    border-right: 0;
  }

  .vs-platform-group strong,
  .vs-platform-group span {
    font-size: 12px;
  }

  .vs-starting {
    gap: 15px;
    margin-top: 44px;
  }

  .vs-starting-head {
    display: grid;
    gap: 8px;
  }

  .vs-starting-head p {
    text-align: left;
  }

  .vs-starting-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .vs-starting-item {
    min-height: 46px;
    padding: 13px 12px;
    font-size: 12.5px;
  }

  .vs-starting-item strong {
    font-size: 12.5px;
  }

  .vs-starting-item span {
    font-size: 11.7px;
    line-height: 1.35;
  }

  .vs-starting-item:last-child {
    grid-column: auto;
  }

  .vs-how-start,
  .vs-final-cta {
    margin-top: 44px;
  }

  .vs-how-start {
    gap: 15px;
  }

  .vs-how-start-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .vs-how-start-item {
    padding: 15px 12px 14px;
  }

  .vs-final-cta {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
    padding-top: 30px;
  }

  .vs-final-cta p,
  .vs-final-actions {
    grid-column: auto;
    grid-row: auto;
  }

  .vs-final-actions {
    justify-content: flex-start;
  }
}
