/*
 * Vault Seller Central UI — reusable software walkthrough
 * Loaded only when a walkthrough shortcode is rendered.
 */

.vscw-section {
  position: relative;
  overflow: hidden;
  padding: 148px 0;
  background: #102f25;
}


/* Self-contained walkthrough heading and shell geometry */
.vscw-section .vscw-component {
  width: min(1240px, calc(100% - 48px));
  max-width: none;
  margin: 0 auto;
}

.vscw-section .vsp-section-head {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 48px;
  text-align: center;
}

.vscw-section .vsp-section-head p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.vscw-section .vsp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.vscw-section .vsp-kicker::before {
  content: "✦";
  font-size: 12px;
}

.vscw-section .vsp-section-head h2 {
  margin: 0 0 18px;
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.vscw-section .vsp-section-head p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.72;
}


.vscw-section .vsp-kicker {
  color: #9ed2b7;
}

.vscw-section .vsp-section-head h2 {
  color: #fff;
}

.vscw-section .vsp-section-head p {
  color: rgba(255, 255, 255, 0.75);
}

.vscw-component {
  position: relative;
}

.vscw-shell {
  width: 100%;
  max-width: none;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
}

.vscw-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid var(--vsp-line, #dfe7e2);
  background: #fff;
}

.vscw-toolbar-copy {
  min-width: 0;
}

.vscw-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
  color: var(--vsp-green, #165c41);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vscw-current-title {
  overflow: hidden;
  margin: 0 !important;
  color: var(--vsp-ink, #18211d) !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vscw-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vscw-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--vsp-line, #dfe7e2);
  border-radius: 50%;
  background: #fff;
  color: var(--vsp-ink, #18211d);
  font-size: 19px;
  font-weight: 900;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.vscw-control:hover:not(:disabled) {
  border-color: var(--vsp-green, #165c41);
  color: var(--vsp-green, #165c41);
  transform: translateY(-1px);
}

.vscw-control:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.vscw-viewport {
  position: relative;
  overflow: hidden;
  background: #eef2ef;
  transition: height 0.28s ease;
}

.vscw-track {
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-y pinch-zoom;
}

.vscw-track::-webkit-scrollbar {
  display: none;
}

.vscw-slide {
  flex: 0 0 100%;
  min-width: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  background: #fff;
}

.vscw-slide-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(310px, 0.78fr);
  min-height: 650px;
}

.vscw-visual {
  position: relative;
  min-width: 0;
  padding: 30px;
  border-right: 1px solid var(--vsp-line, #dfe7e2);
  background: linear-gradient(145deg, #edf4f0, #f8faf9);
}

.vscw-screen-frame {
  position: relative;
  height: 100%;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid #cfdad4;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(26, 54, 42, 0.16);
}

.vscw-browser-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 42px;
  padding: 0 14px;
  border-bottom: 1px solid #dfe7e2;
  background: #f8faf9;
}

.vscw-browser-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b8c7c0;
}

.vscw-browser-url {
  width: min(430px, 58%);
  height: 20px;
  margin-left: 8px;
  border-radius: 6px;
  background: #e8eeeb;
}

.vscw-screen-body {
  position: relative;
  height: calc(100% - 42px);
  min-height: 548px;
  overflow: hidden;
  background: #fff;
}

.vscw-screen-body img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  background: #fff;
}

.vscw-screen-fallback {
  display: flex;
  position: absolute;
  inset: 0;
  z-index: 2;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background:
    linear-gradient(90deg, rgba(22, 92, 65, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(22, 92, 65, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, #f7faf8, #eef4f1);
  background-size: 32px 32px, 32px 32px, auto;
  text-align: center;
}

.vscw-screen-fallback[hidden] {
  display: none !important;
}

.vscw-screen-fallback-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin-bottom: 22px;
  border: 1px solid #bed2c7;
  border-radius: 22px;
  background: #fff;
  color: var(--vsp-green, #165c41);
  box-shadow: 0 14px 34px rgba(22, 92, 65, 0.12);
  font-size: 29px;
  font-weight: 900;
}

.vscw-screen-fallback strong {
  display: block;
  max-width: 520px;
  margin-bottom: 8px;
  color: var(--vsp-ink, #18211d);
  font-size: 20px;
  line-height: 1.3;
}

.vscw-screen-fallback span {
  display: block;
  max-width: 570px;
  color: var(--vsp-text, #5e6b65);
  font-size: 13px;
  line-height: 1.65;
}


.vscw-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 38px;
  background: #fff;
}

.vscw-step {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 29px;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--vsp-green-soft, #e8f2ed);
  color: var(--vsp-green, #165c41);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vscw-copy h3 {
  margin-bottom: 14px !important;
  font-size: 31px !important;
  line-height: 1.08 !important;
}

.vscw-copy p {
  font-size: 15px !important;
  line-height: 1.72 !important;
}

.vscw-copy .vsp-check-list {
  margin-top: 5px;
}

.vscw-copy .vsp-check-list li {
  font-size: 13px;
}

.vscw-screen-note {
  margin-top: 22px;
  padding: 15px 16px;
  border-left: 3px solid var(--vsp-green, #165c41);
  border-radius: 0 10px 10px 0;
  background: var(--vsp-soft, #f2f5f3);
}

.vscw-screen-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--vsp-ink, #18211d);
  font-size: 12px;
}

.vscw-screen-note span {
  display: block;
  color: var(--vsp-text, #5e6b65);
  font-size: 11px;
  line-height: 1.55;
}

.vscw-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 18px 24px 20px;
  border-top: 1px solid var(--vsp-line, #dfe7e2);
  background: #fff;
}

.vscw-progress {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: #e6ece8;
}

.vscw-progress span {
  display: block;
  width: 10%;
  min-width: 10%;
  height: 100%;
  border-radius: inherit;
  background: var(--vsp-green, #165c41);
  transition: width 0.25s ease;
}

.vscw-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.vscw-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cbd6d0;
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.vscw-dot.is-active {
  width: 24px;
  border-radius: 999px;
  background: var(--vsp-green, #165c41);
}

.vscw-swipe-hint {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


/* Persistent edge navigation */
.vscw-edge-control {
  display: inline-flex;
  position: absolute;
  top: 50%;
  z-index: 20;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: rgba(15, 61, 46, 0.92);
  color: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.vscw-edge-control--prev {
  left: 14px;
}

.vscw-edge-control--next {
  right: 14px;
}

.vscw-edge-control:hover:not(:disabled) {
  background: #0c5138;
  transform: translateY(-50%) scale(1.05);
}

.vscw-edge-control:focus-visible {
  outline: 3px solid rgba(158, 210, 183, 0.7);
  outline-offset: 3px;
}

.vscw-edge-control:disabled {
  opacity: 0.22;
  cursor: default;
}

.vscw-edge-control span {
  display: block;
  line-height: 1;
}

/* Full-width infographic first slide */
.vscw-slide--infographic .vscw-slide-inner {
  display: block;
  min-height: 0;
}

.vscw-slide--infographic .vscw-visual {
  padding: 0;
  border: 0;
  background: #0f3d2e;
}

.vscw-infographic {
  display: flex;
  min-height: 650px;
  flex-direction: column;
  justify-content: center;
  padding: 54px;
  color: #fff;
  background-color: #0f3d2e;
  background-image:
    radial-gradient(circle at 10% 10%, rgba(137, 207, 170, 0.22), transparent 32%),
    radial-gradient(circle at 90% 90%, rgba(22, 92, 65, 0.16), transparent 35%),
    linear-gradient(145deg, #0f3d2e, #176044);
}

.vscw-infographic,
.vscw-infographic * {
  opacity: 1;
}

.vscw-info-head {
  max-width: 920px;
  margin-bottom: 34px;
}

.vscw-info-head > span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #9ed2b7;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vscw-info-head h3 {
  margin: 0 0 12px !important;
  color: #fff !important;
  font-size: 35px !important;
  line-height: 1.08 !important;
}

.vscw-info-head p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.vscw-info-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.vscw-info-card {
  position: relative;
  min-height: 168px;
  padding: 20px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.vscw-info-card::after {
  content: "→";
  position: absolute;
  right: -16px;
  top: 50%;
  z-index: 2;
  color: #9ed2b7;
  font-size: 18px;
  font-weight: 900;
  transform: translateY(-50%);
}

.vscw-info-card:nth-child(5)::after,
.vscw-info-card:nth-child(10)::after {
  display: none;
}

.vscw-info-card strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
}

.vscw-info-card > span:not(.vscw-info-number) {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  line-height: 1.55;
}

.vscw-info-number {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #fff;
  color: #0f5a40 !important;
  font-size: 9px !important;
  font-weight: 900;
}

.vscw-info-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.vscw-info-rail div {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.16);
}

.vscw-info-rail strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 11px;
}

.vscw-info-rail span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  line-height: 1.45;
}

.vscw-infographic-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  padding: 24px 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.14);
}

.vscw-infographic-summary h4 {
  margin: 0 0 8px !important;
  color: #fff !important;
  font-size: 19px !important;
  line-height: 1.25 !important;
}

.vscw-infographic-summary p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 12px !important;
  line-height: 1.65 !important;
}

.vscw-infographic-summary ul {
  display: grid;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.vscw-infographic-summary li {
  position: relative;
  margin: 0 !important;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  line-height: 1.45;
}

.vscw-infographic-summary li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9ed2b7;
}

@media screen and (max-width: 1100px) {
  .vscw-section .vscw-component {
    width: min(960px, calc(100% - 56px));
  }

  .vscw-slide-inner {
    grid-template-columns: 1fr;
  }

  .vscw-visual {
    border-right: 0;
    border-bottom: 1px solid var(--vsp-line, #dfe7e2);
  }

  .vscw-screen-frame {
    min-height: 520px;
  }

  .vscw-screen-body {
    min-height: 478px;
  }

  .vscw-copy {
    padding: 36px 34px 40px;
  }

  .vscw-infographic {
    min-height: 0;
    padding: 40px;
  }

  .vscw-info-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vscw-info-card:nth-child(5)::after {
    display: block;
  }

  .vscw-info-card:nth-child(even)::after,
  .vscw-info-card:last-child::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .vscw-section .vscw-component {
    width: calc(100% - 48px);
  }

  .vscw-section .vsp-section-head {
    margin-bottom: 28px;
    text-align: left;
  }

  .vscw-section .vsp-section-head h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .vscw-section .vsp-section-head p {
    margin-left: 0;
    font-size: 15px;
    line-height: 1.64;
  }

  .vscw-section {
    padding: 84px 0 92px;
  }

  .vscw-section .vsp-section-head {
    margin-bottom: 28px;
  }

  .vscw-shell {
    border-radius: 16px;
  }

  .vscw-toolbar {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 15px 16px 14px;
  }

  .vscw-toolbar .vscw-controls {
    display: none;
  }

  .vscw-current-title {
    font-size: 14px !important;
    white-space: normal;
  }

  .vscw-edge-control {
    top: 235px;
    width: 44px;
    height: 44px;
    border-color: rgba(22, 92, 65, 0.18);
    background: rgba(255, 255, 255, 0.96);
    color: var(--vsp-green, #165c41);
    box-shadow: 0 10px 28px rgba(16, 47, 37, 0.24);
    font-size: 19px;
  }

  .vscw-edge-control--prev {
    left: 7px;
  }

  .vscw-edge-control--next {
    right: 7px;
  }

  .vscw-edge-control:hover:not(:disabled) {
    background: #fff;
  }

  .vscw-slide-inner {
    min-height: 0;
  }

  .vscw-visual {
    padding: 10px;
  }

  .vscw-screen-frame {
    min-height: 0;
    border-radius: 11px;
  }

  .vscw-browser-bar {
    height: 30px;
    padding: 0 10px;
  }

  .vscw-browser-bar span {
    width: 6px;
    height: 6px;
  }

  .vscw-browser-url {
    height: 14px;
  }

  .vscw-screen-body {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .vscw-screen-body img {
    object-fit: contain;
  }

  .vscw-screen-fallback {
    padding: 22px 50px;
  }

  .vscw-screen-fallback-mark {
    width: 52px;
    height: 52px;
    margin-bottom: 13px;
    border-radius: 15px;
    font-size: 20px;
  }

  .vscw-screen-fallback strong {
    font-size: 15px;
  }

  .vscw-screen-fallback span {
    font-size: 10px;
    line-height: 1.5;
  }
.vscw-copy {
    padding: 26px 20px 30px;
  }

  .vscw-step {
    margin-bottom: 14px;
    font-size: 9px;
  }

  .vscw-copy h3 {
    font-size: 23px !important;
    line-height: 1.12 !important;
  }

  .vscw-copy p {
    font-size: 13px !important;
    line-height: 1.65 !important;
  }

  .vscw-copy .vsp-check-list li {
    font-size: 12px;
  }

  .vscw-screen-note {
    margin-top: 18px;
    padding: 13px 14px;
  }

  .vscw-footer {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 14px 16px 17px;
  }

  .vscw-dots {
    flex-wrap: nowrap;
    justify-content: center;
    overflow-x: auto;
    padding: 2px;
    scrollbar-width: none;
  }

  .vscw-dots::-webkit-scrollbar {
    display: none;
  }

  .vscw-swipe-hint {
    display: flex;
  }

  .vscw-infographic {
    min-height: 0;
    padding: 27px 18px 30px;
  }

  .vscw-info-head {
    margin-bottom: 22px;
  }

  .vscw-info-head h3 {
    font-size: 25px !important;
  }

  .vscw-info-head p {
    font-size: 12px !important;
  }

  .vscw-info-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .vscw-info-card {
    min-height: 116px;
    padding: 13px 12px;
  }

  .vscw-info-card::after {
    display: none !important;
  }

  .vscw-info-card strong {
    margin-bottom: 5px;
    font-size: 11px;
  }

  .vscw-info-card > span:not(.vscw-info-number) {
    font-size: 9px;
    line-height: 1.42;
  }

  .vscw-info-number {
    width: 23px;
    height: 23px;
    margin-bottom: 9px;
    font-size: 8px !important;
  }

  .vscw-info-rail {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 12px;
  }

  .vscw-info-rail div {
    padding: 10px 12px;
  }

  .vscw-infographic-summary {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 14px;
    padding: 17px;
  }

  .vscw-infographic-summary h4 {
    font-size: 16px !important;
  }

  .vscw-infographic-summary p,
  .vscw-infographic-summary li {
    font-size: 10px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .vscw-track {
    scroll-behavior: auto;
  }

  .vscw-control,
  .vscw-edge-control,
  .vscw-dot,
  .vscw-progress span,
  .vscw-viewport {
    transition: none;
  }
}
