/* Scoped homepage v2 adjustments that are not in the checked-in Tailwind bundle. */
.vp-home-hero-artwork {
  isolation: isolate;
  max-width: 36rem;
  position: relative;
  width: 100%;
}

.vp-home-hero-artwork::before {
  background:
    radial-gradient(ellipse at 62% 50%, rgba(79, 70, 229, 0.12), rgba(79, 70, 229, 0) 62%),
    radial-gradient(ellipse at 36% 58%, rgba(255, 88, 118, 0.08), rgba(255, 88, 118, 0) 58%);
  border-radius: 999px;
  content: "";
  filter: blur(26px);
  inset: 9% 7% 7%;
  opacity: 0.9;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.vp-home-hero-artwork::after {
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.72) 1.5%, rgba(255, 255, 255, 0) 6%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0.72) 98.5%, #fff 100%),
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.42) 2%, rgba(255, 255, 255, 0) 7%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0.42) 98%, #fff 100%);
  content: "";
  inset: -1px;
  pointer-events: none;
  position: absolute;
}

.vp-home-hero-visual {
  border-radius: 1.25rem;
  display: block;
  filter: drop-shadow(0 22px 42px rgba(17, 24, 39, 0.08));
  max-width: none;
}

.vp-home-hero-copy h1 {
  line-break: strict;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: keep-all;
}

.vp-path-card-frame {
  aspect-ratio: 4 / 3;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.vp-path-card-image {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

/* Keep every desktop header disclosure available to keyboard and pointer users. */
.vp-header-menu:focus-within .vp-header-menu-panel,
.vp-header-menu.vp-menu-open .vp-header-menu-panel {
  opacity: 1;
  visibility: visible;
}

.vp-header-menu.vp-menu-force-closed .vp-header-menu-panel {
  opacity: 0;
  visibility: hidden;
}

.vp-b2b-header a:focus-visible,
.vp-b2b-header button:focus-visible {
  outline: 2px solid #4f46e5;
  outline-offset: 3px;
}

.vp-b2b-header .vp-b2b-desktop-login:hover {
  border-color: #a5b4fc;
  color: #4338ca;
}

.vp-b2b-header .vp-b2b-desktop-signup:hover,
.vp-b2b-header .vp-b2b-mobile-signup:hover {
  background-color: #4338ca;
}

/* Japanese B2B homepage primitives. */
.vp-b2b-home {
  overflow-x: clip;
}

.vp-b2b-home .vp-b2b-section {
  padding-block: 3rem;
}

.vp-b2b-home section[id],
.vp-b2b-home > [id] {
  scroll-margin-top: 5.5rem;
}

.vp-b2b-home .vp-b2b-embedded-section > section {
  padding-block: 3rem;
}

.vp-b2b-home .vp-b2b-container {
  margin-inline: auto;
  max-width: 72rem;
  padding-inline: 1rem;
  width: 100%;
}

.vp-b2b-home .vp-b2b-hero h1,
.vp-b2b-home .vp-home-hero-copy h1 {
  font-size: 1.75rem;
  line-break: strict;
  line-height: 1.28;
  overflow-wrap: anywhere;
  text-wrap: balance;
  word-break: normal;
}

.vp-b2b-home .vp-b2b-hero-media {
  background: #07111f;
  box-shadow: 0 24px 50px -30px rgba(15, 23, 42, 0.7);
}

.vp-b2b-home .vp-b2b-hero-media video {
  border-radius: inherit;
  display: block;
  width: 100%;
}

html[lang^="en"] .vp-b2b-home .vp-b2b-hero-cta {
  font-size: 1.0625rem;
  min-height: 4rem;
  padding-inline: 2.25rem;
}

@media (max-width: 374px) {
  html[lang^="en"] .vp-b2b-home .vp-b2b-hero-cta {
    font-size: 0.875rem;
    padding-inline: 1rem;
  }
}

@media (min-width: 1024px) {
  .vp-b2b-home .vp-b2b-hero-grid {
    column-gap: 2rem;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }
}

@media (min-width: 1280px) {
  .vp-b2b-home .vp-b2b-hero-grid {
    column-gap: 3rem;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    max-width: 88rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
}

.vp-b2b-home .vp-b2b-how-steps {
  display: grid;
  gap: 2.25rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.vp-b2b-home .vp-b2b-how-step {
  background: #fff;
  border: 1px solid #e0e7ff;
  border-radius: 1.5rem;
  box-shadow: 0 20px 45px -34px rgba(30, 41, 59, 0.55);
  min-width: 0;
  padding: 1.25rem;
  position: relative;
}

.vp-b2b-home .vp-b2b-how-step:not(:last-child)::after {
  background: linear-gradient(180deg, #818cf8, #4f46e5);
  bottom: -2.25rem;
  content: "";
  height: 2.25rem;
  left: calc(50% - 1px);
  position: absolute;
  width: 2px;
  z-index: 2;
}

.vp-b2b-home .vp-b2b-how-step:not(:last-child)::before {
  border-bottom: 2px solid #4f46e5;
  border-right: 2px solid #4f46e5;
  bottom: -2.15rem;
  content: "";
  height: 0.5rem;
  left: calc(50% - 0.28rem);
  position: absolute;
  transform: rotate(45deg);
  width: 0.5rem;
  z-index: 3;
}

.vp-b2b-home .vp-b2b-how-visual {
  background-color: #f8fafc;
  background-image:
    linear-gradient(rgba(99, 102, 241, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 102, 241, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 50% 35%, rgba(224, 231, 255, 0.8), transparent 65%);
  background-size: 1.25rem 1.25rem, 1.25rem 1.25rem, auto;
  border: 1px solid #e2e8f0;
  border-radius: 1.125rem;
  display: grid;
  min-height: 8.75rem;
  overflow: hidden;
  padding: 1rem;
  place-items: center;
  position: relative;
}

.vp-b2b-home .vp-b2b-how-conversation {
  align-items: center;
  display: grid;
  gap: 0.55rem;
  grid-template-columns: minmax(0, 1fr) 3rem minmax(0, 0.82fr);
  width: 100%;
}

.vp-b2b-home .vp-b2b-how-bubble {
  background: #fff;
  border: 1px solid #c7d2fe;
  border-radius: 0.875rem 0.875rem 0.875rem 0.25rem;
  box-shadow: 0 8px 20px -14px rgba(30, 64, 175, 0.65);
  min-width: 0;
  padding: 0.65rem 0.7rem;
  position: relative;
}

.vp-b2b-home .vp-b2b-how-bubble.is-target {
  border-color: #a5f3fc;
  border-radius: 0.875rem 0.875rem 0.25rem 0.875rem;
}

.vp-b2b-home .vp-b2b-how-bubble strong,
.vp-b2b-home .vp-b2b-how-bubble span {
  display: block;
}

.vp-b2b-home .vp-b2b-how-bubble strong {
  color: #1e293b;
  font-size: 0.8125rem;
  line-height: 1.25;
}

.vp-b2b-home .vp-b2b-how-bubble span {
  color: #64748b;
  font-size: 0.625rem;
  margin-top: 0.15rem;
}

.vp-b2b-home .vp-b2b-how-translate-core {
  align-items: center;
  background: #fff;
  border: 1px solid #c7d2fe;
  border-radius: 50%;
  box-shadow: 0 8px 24px -12px rgba(79, 70, 229, 0.75);
  display: flex;
  height: 3rem;
  justify-content: center;
  position: relative;
  width: 3rem;
}

.vp-b2b-home .vp-b2b-how-translate-core img {
  height: 1.55rem;
  width: 1.55rem;
}

.vp-b2b-home .vp-b2b-how-translate-core span {
  align-items: center;
  background: #4f46e5;
  border: 2px solid #fff;
  border-radius: 999px;
  bottom: -0.35rem;
  color: #fff;
  display: flex;
  font-size: 0.5625rem;
  font-weight: 800;
  height: 1.25rem;
  justify-content: center;
  position: absolute;
  right: -0.2rem;
  width: 1.25rem;
}

.vp-b2b-home .vp-b2b-how-recording {
  align-items: center;
  display: grid;
  gap: 0.6rem;
  grid-template-columns: 3.25rem minmax(1.75rem, 1fr) minmax(6.5rem, 1.4fr);
  width: 100%;
}

.vp-b2b-home .vp-b2b-how-wave {
  align-items: center;
  display: flex;
  gap: 0.18rem;
  height: 3rem;
  justify-content: center;
}

.vp-b2b-home .vp-b2b-how-wave i {
  background: linear-gradient(180deg, #22d3ee, #4f46e5);
  border-radius: 999px;
  display: block;
  height: 1.2rem;
  width: 0.25rem;
}

.vp-b2b-home .vp-b2b-how-wave i:nth-child(2),
.vp-b2b-home .vp-b2b-how-wave i:nth-child(4) {
  height: 2rem;
}

.vp-b2b-home .vp-b2b-how-wave i:nth-child(3) {
  height: 2.75rem;
}

.vp-b2b-home .vp-b2b-how-process-line {
  background: linear-gradient(90deg, #67e8f9, #818cf8);
  height: 2px;
  position: relative;
  width: 100%;
}

.vp-b2b-home .vp-b2b-how-process-line::after {
  border-right: 2px solid #6366f1;
  border-top: 2px solid #6366f1;
  content: "";
  height: 0.45rem;
  position: absolute;
  right: 0;
  top: -0.2rem;
  transform: rotate(45deg);
  width: 0.45rem;
}

.vp-b2b-home .vp-b2b-how-storage {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  justify-content: center;
}

.vp-b2b-home .vp-b2b-how-storage > strong {
  color: #312e81;
  font-size: 0.6875rem;
  line-height: 1.2;
  white-space: nowrap;
}

.vp-b2b-home .vp-b2b-how-database {
  background: linear-gradient(90deg, #eef2ff, #fff, #eef2ff);
  border: 1px solid #a5b4fc;
  border-radius: 0 0 0.8rem 0.8rem;
  box-shadow: 0 12px 24px -16px rgba(67, 56, 202, 0.75);
  height: 2.8rem;
  margin-top: 0.35rem;
  position: relative;
  width: 4.75rem;
}

.vp-b2b-home .vp-b2b-how-database::before {
  background: linear-gradient(180deg, #fff, #e0e7ff);
  border: 1px solid #818cf8;
  border-radius: 50%;
  content: "";
  height: 0.9rem;
  left: -1px;
  position: absolute;
  top: -0.45rem;
  width: 4.75rem;
}

.vp-b2b-home .vp-b2b-how-database i {
  border-top: 1px solid #c7d2fe;
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}

.vp-b2b-home .vp-b2b-how-database i:first-child {
  top: 0.85rem;
}

.vp-b2b-home .vp-b2b-how-database i:last-child {
  top: 1.75rem;
}

.vp-b2b-home .vp-b2b-how-knowledge {
  display: grid;
  gap: 0.45rem;
  width: min(100%, 16.5rem);
}

.vp-b2b-home .vp-b2b-how-search {
  align-items: center;
  background: #fff;
  border: 1px solid #c7d2fe;
  border-radius: 999px;
  box-shadow: 0 8px 18px -16px rgba(49, 46, 129, 0.8);
  display: flex;
  gap: 0.55rem;
  padding: 0.55rem 0.7rem;
}

.vp-b2b-home .vp-b2b-how-search strong {
  color: #334155;
  font-size: 0.6875rem;
}

.vp-b2b-home .vp-b2b-how-search-mark {
  border: 2px solid #6366f1;
  border-radius: 50%;
  display: block;
  height: 0.8rem;
  position: relative;
  width: 0.8rem;
}

.vp-b2b-home .vp-b2b-how-search-mark::after {
  background: #6366f1;
  bottom: -0.28rem;
  content: "";
  height: 0.35rem;
  position: absolute;
  right: -0.2rem;
  transform: rotate(-45deg);
  width: 2px;
}

.vp-b2b-home .vp-b2b-how-ai-tools {
  display: grid;
  gap: 0.3rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 0.35rem;
  position: relative;
}

.vp-b2b-home .vp-b2b-how-ai-tools::before {
  background: #a5b4fc;
  content: "";
  height: 0.35rem;
  left: calc(50% - 1px);
  position: absolute;
  top: 0;
  width: 2px;
}

.vp-b2b-home .vp-b2b-how-ai-tools span {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-top: 3px solid #10a37f;
  border-radius: 0.55rem;
  color: #334155;
  font-size: 0.5625rem;
  font-weight: 700;
  padding: 0.42rem 0.15rem;
  text-align: center;
}

.vp-b2b-home .vp-b2b-how-ai-tools span:nth-child(2) {
  border-top-color: #4285f4;
}

.vp-b2b-home .vp-b2b-how-ai-tools span:nth-child(3) {
  border-top-color: #d97757;
}

.vp-b2b-home .vp-b2b-how-ai-tools span:nth-child(4) {
  border-top-color: #7c3aed;
}

.vp-b2b-home .vp-b2b-how-action {
  align-items: center;
  display: flex;
  gap: 0.45rem;
  justify-content: flex-end;
}

.vp-b2b-home .vp-b2b-how-action i {
  background: linear-gradient(90deg, #a5b4fc, #4f46e5);
  display: block;
  height: 2px;
  position: relative;
  width: 2.5rem;
}

.vp-b2b-home .vp-b2b-how-action i::after {
  border-right: 2px solid #4f46e5;
  border-top: 2px solid #4f46e5;
  content: "";
  height: 0.4rem;
  position: absolute;
  right: 0;
  top: -0.18rem;
  transform: rotate(45deg);
  width: 0.4rem;
}

.vp-b2b-home .vp-b2b-how-action strong {
  color: #4338ca;
  font-size: 0.625rem;
}

.vp-b2b-home .vp-b2b-how-copy {
  padding-top: 1rem;
}

.vp-b2b-home .vp-b2b-how-copy h3 {
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.4;
  margin: 0;
}

.vp-b2b-home .vp-b2b-how-copy p {
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.75;
  margin: 0.35rem 0 0;
}

.vp-b2b-home .vp-b2b-how-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  list-style: none;
  margin: 0.9rem 0 0;
  padding: 0;
}

.vp-b2b-home .vp-b2b-how-tags li {
  background: #f1f5f9;
  border-radius: 999px;
  color: #475569;
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 0.3rem 0.6rem;
}

@media (min-width: 768px) {
  .vp-b2b-home .vp-b2b-how-steps {
    gap: 2.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2.5rem;
  }

  .vp-b2b-home .vp-b2b-how-step {
    padding: 1.25rem;
  }

  .vp-b2b-home .vp-b2b-how-step:not(:last-child)::after {
    background: linear-gradient(90deg, #818cf8, #4f46e5);
    bottom: auto;
    height: 2px;
    left: auto;
    right: -2.5rem;
    top: 5.625rem;
    width: 2.5rem;
  }

  .vp-b2b-home .vp-b2b-how-step:not(:last-child)::before {
    bottom: auto;
    left: auto;
    right: -2.4rem;
    top: 5.4rem;
    transform: rotate(-45deg);
  }
}

/* Production workflow cards: real product UI, readable at every breakpoint. */
.vp-b2b-home .vp-b2b-how-inner {
  max-width: 90rem;
}

.vp-b2b-home .vp-b2b-how-steps {
  align-items: stretch;
  gap: 4rem;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 3rem;
}

.vp-b2b-home .vp-b2b-how-step {
  border-color: #dbe4f0;
  border-radius: 1.5rem;
  box-shadow: 0 24px 55px -38px rgba(15, 23, 42, 0.5);
  display: flex;
  flex-direction: column;
  overflow: visible;
  padding: 0;
}

.vp-b2b-home .vp-b2b-how-step:not(:last-child)::before,
.vp-b2b-home .vp-b2b-how-step:not(:last-child)::after {
  content: none;
}

.vp-b2b-home .vp-b2b-how-visual {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 1.45rem 1.45rem 0 0;
  display: block;
  height: auto;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.vp-b2b-home .vp-b2b-how-visual::after {
  content: none;
}

.vp-b2b-home .vp-b2b-how-screenshot-shell {
  background: #fff;
  border: 0;
  border-radius: inherit;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: auto;
  max-width: none;
  overflow: hidden;
  width: 100%;
}

.vp-b2b-home .vp-b2b-how-screenshot-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  flex: 0 0 2.35rem;
  gap: 0.4rem;
  padding: 0.4rem 0.7rem;
}

.vp-b2b-home .vp-b2b-how-screenshot-header img {
  height: 1.15rem;
  width: 1.15rem;
}

.vp-b2b-home .vp-b2b-how-screenshot-header strong {
  color: #0f172a;
  font-size: 0.7rem;
  font-weight: 800;
}

.vp-b2b-home .vp-b2b-how-screenshot-header span {
  color: #6366f1;
  font-size: 0.625rem;
  font-weight: 800;
  margin-left: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vp-b2b-home .vp-b2b-how-screenshot-viewport {
  aspect-ratio: 16 / 9;
  background: #fff;
  flex: none;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.vp-b2b-home .vp-b2b-how-screenshot-viewport picture {
  display: contents;
}

.vp-b2b-home .vp-b2b-how-screenshot {
  display: block;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  position: static;
  transform: none;
  width: 100%;
}

.vp-b2b-home .vp-b2b-mini-toolbar {
  align-items: center;
  display: flex;
  gap: 0.45rem;
  min-width: 0;
}

.vp-b2b-home .vp-b2b-mini-toolbar strong {
  color: #334155;
  font-size: 0.6875rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vp-b2b-home .vp-b2b-live-diagram {
  align-items: center;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: minmax(0, 1fr) 5.75rem;
  max-width: 25rem;
  width: 100%;
}

.vp-b2b-home .vp-b2b-live-desktop,
.vp-b2b-home .vp-b2b-outcome-diagram,
.vp-b2b-home .vp-b2b-reuse-diagram {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #cbd5e1;
  border-radius: 0.9rem;
  box-shadow: 0 16px 30px -22px rgba(30, 41, 59, 0.65);
}

.vp-b2b-home .vp-b2b-live-desktop {
  min-width: 0;
  padding: 0.7rem;
}

.vp-b2b-home .vp-b2b-live-dot,
.vp-b2b-home .vp-b2b-mobile-live b {
  background: #ef4444;
  border-radius: 999px;
  display: inline-block;
  flex: 0 0 auto;
  height: 0.45rem;
  width: 0.45rem;
}

.vp-b2b-home .vp-b2b-language-pair {
  background: #eef2ff;
  border-radius: 999px;
  color: #4338ca;
  font-size: 0.5625rem;
  font-weight: 800;
  margin-left: auto;
  padding: 0.25rem 0.4rem;
  white-space: nowrap;
}

.vp-b2b-home .vp-b2b-live-caption {
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 0.7rem;
  display: grid;
  gap: 0.55rem;
  grid-template-columns: 1.55rem minmax(0, 1fr);
  margin-top: 0.6rem;
  padding: 0.6rem;
}

.vp-b2b-home .vp-b2b-live-caption.is-target {
  background: #eef2ff;
  border-color: #c7d2fe;
}

.vp-b2b-home .vp-b2b-live-caption > span {
  align-items: center;
  background: #e2e8f0;
  border-radius: 999px;
  color: #475569;
  display: flex;
  font-size: 0.55rem;
  font-weight: 800;
  height: 1.55rem;
  justify-content: center;
  width: 1.55rem;
}

.vp-b2b-home .vp-b2b-live-caption.is-target > span {
  background: #4f46e5;
  color: #fff;
}

.vp-b2b-home .vp-b2b-live-caption p {
  color: #334155;
  font-size: 0.6rem;
  font-weight: 650;
  line-height: 1.4;
  margin: 0;
  min-width: 0;
}

.vp-b2b-home .vp-b2b-live-caption.is-target p {
  color: #3730a3;
}

.vp-b2b-home .vp-b2b-live-mobile {
  align-self: stretch;
  background: #fff;
  border: 2px solid #334155;
  border-radius: 1.15rem;
  box-shadow: 0 14px 24px -18px rgba(15, 23, 42, 0.85);
  display: flex;
  flex-direction: column;
  min-height: 9.5rem;
  padding: 0.85rem 0.5rem 0.55rem;
  position: relative;
}

.vp-b2b-home .vp-b2b-mobile-notch {
  background: #0f172a;
  border-radius: 999px;
  height: 0.25rem;
  left: 50%;
  position: absolute;
  top: 0.35rem;
  transform: translateX(-50%);
  width: 1.35rem;
}

.vp-b2b-home .vp-b2b-live-mobile > small {
  color: #4338ca;
  font-size: 0.55rem;
  font-weight: 800;
  text-align: center;
}

.vp-b2b-home .vp-b2b-mobile-caption {
  background: #f8fafc;
  border-radius: 0.45rem;
  display: grid;
  gap: 0.25rem;
  grid-template-columns: auto minmax(0, 1fr);
  margin-top: 0.55rem;
  padding: 0.5rem 0.4rem;
}

.vp-b2b-home .vp-b2b-mobile-caption.is-target {
  background: #eef2ff;
}

.vp-b2b-home .vp-b2b-mobile-caption b {
  color: #64748b;
  font-size: 0.45rem;
  line-height: 1.35;
}

.vp-b2b-home .vp-b2b-mobile-caption span {
  color: #475569;
  display: -webkit-box;
  font-size: 0.45rem;
  font-weight: 650;
  line-height: 1.35;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.vp-b2b-home .vp-b2b-mobile-caption.is-target b,
.vp-b2b-home .vp-b2b-mobile-caption.is-target span {
  color: #4338ca;
}

.vp-b2b-home .vp-b2b-outcome-diagram > .vp-b2b-mini-toolbar {
  padding-left: 4.2rem;
}

.vp-b2b-home .vp-b2b-mobile-live {
  align-items: center;
  color: #64748b;
  display: flex;
  font-size: 0.55rem;
  font-weight: 800;
  gap: 0.25rem;
  margin-top: auto;
}

.vp-b2b-home .vp-b2b-outcome-diagram,
.vp-b2b-home .vp-b2b-reuse-diagram {
  max-width: 25rem;
  padding: 0.75rem;
  width: 100%;
}

.vp-b2b-home .vp-b2b-record-icon,
.vp-b2b-home .vp-b2b-result-icon {
  background: #4f46e5;
  border-radius: 0.35rem;
  display: block;
  height: 1.25rem;
  position: relative;
  width: 1.25rem;
}

.vp-b2b-home .vp-b2b-record-icon::before,
.vp-b2b-home .vp-b2b-result-icon::before {
  border: 1px solid #fff;
  border-radius: 0.1rem;
  content: "";
  inset: 0.28rem;
  position: absolute;
}

.vp-b2b-home .vp-b2b-saved-status {
  align-items: center;
  background: #dcfce7;
  border-radius: 999px;
  color: #15803d;
  display: flex;
  font-size: 0.625rem;
  height: 1.15rem;
  justify-content: center;
  margin-left: auto;
  width: 1.15rem;
}

.vp-b2b-home .vp-b2b-outcome-tabs {
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  gap: 0.8rem;
  margin-top: 0.65rem;
  overflow: hidden;
}

.vp-b2b-home .vp-b2b-outcome-tabs span {
  color: #64748b;
  font-size: 0.6rem;
  font-weight: 700;
  padding-bottom: 0.4rem;
  white-space: nowrap;
}

.vp-b2b-home .vp-b2b-outcome-tabs .is-active {
  border-bottom: 2px solid #4f46e5;
  color: #4338ca;
}

.vp-b2b-home .vp-b2b-outcome-summary {
  background: #eef2ff;
  border-radius: 0.65rem;
  margin-top: 0.65rem;
  padding: 0.6rem;
}

.vp-b2b-home .vp-b2b-outcome-summary small {
  color: #6366f1;
  display: block;
  font-size: 0.55rem;
  font-weight: 800;
  text-transform: uppercase;
}

.vp-b2b-home .vp-b2b-outcome-summary strong {
  color: #1e293b;
  display: block;
  font-size: 0.75rem;
  margin: 0.18rem 0 0.3rem;
}

.vp-b2b-home .vp-b2b-outcome-summary p {
  color: #475569;
  font-size: 0.58rem;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
}

.vp-b2b-home .vp-b2b-outcome-details {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0.5rem;
}

.vp-b2b-home .vp-b2b-outcome-details > div {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.6rem;
  min-width: 0;
  padding: 0.5rem;
}

.vp-b2b-home .vp-b2b-outcome-details strong {
  color: #334155;
  display: inline;
  font-size: 0.6rem;
  margin-left: 0.2rem;
}

.vp-b2b-home .vp-b2b-outcome-details ul,
.vp-b2b-home .vp-b2b-outcome-details p {
  color: #475569;
  font-size: 0.52rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0.3rem 0 0;
}

.vp-b2b-home .vp-b2b-outcome-details ul {
  display: grid;
  gap: 0.18rem;
  list-style: none;
  padding: 0;
}

.vp-b2b-home .vp-b2b-outcome-details li::before {
  color: #818cf8;
  content: "•";
  margin-right: 0.25rem;
}

.vp-b2b-home .vp-b2b-topic-mark,
.vp-b2b-home .vp-b2b-check-mark {
  color: #d97706;
  font-size: 0.65rem;
  font-weight: 900;
}

.vp-b2b-home .vp-b2b-check-mark {
  color: #db2777;
}

.vp-b2b-home .vp-b2b-reuse-search {
  align-items: center;
  border: 1px solid #c7d2fe;
  border-radius: 999px;
  display: flex;
  gap: 0.5rem;
  min-width: 0;
  padding: 0.6rem 0.7rem;
}

.vp-b2b-home .vp-b2b-reuse-search > span {
  border: 2px solid #6366f1;
  border-radius: 50%;
  display: block;
  flex: 0 0 auto;
  height: 0.75rem;
  position: relative;
  width: 0.75rem;
}

.vp-b2b-home .vp-b2b-reuse-search > span::after {
  background: #6366f1;
  bottom: -0.25rem;
  content: "";
  height: 0.32rem;
  position: absolute;
  right: -0.18rem;
  transform: rotate(-45deg);
  width: 2px;
}

.vp-b2b-home .vp-b2b-reuse-search strong {
  color: #334155;
  font-size: 0.65rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vp-b2b-home .vp-b2b-reuse-result {
  align-items: center;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 0.75rem;
  display: grid;
  gap: 0.55rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-top: 0.6rem;
  padding: 0.65rem;
}

.vp-b2b-home .vp-b2b-reuse-result small,
.vp-b2b-home .vp-b2b-reuse-result strong {
  display: block;
}

.vp-b2b-home .vp-b2b-reuse-result small {
  color: #6366f1;
  font-size: 0.55rem;
  font-weight: 700;
}

.vp-b2b-home .vp-b2b-reuse-result strong {
  color: #1e293b;
  display: -webkit-box;
  font-size: 0.7rem;
  line-height: 1.35;
  margin-top: 0.1rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.vp-b2b-home .vp-b2b-reuse-result div > span {
  color: #64748b;
  display: block;
  font-size: 0.5rem;
  font-weight: 700;
  margin-top: 0.25rem;
}

.vp-b2b-home .vp-b2b-reuse-result b {
  color: #4f46e5;
  font-size: 1rem;
}

.vp-b2b-home .vp-b2b-reuse-flow {
  height: 0.8rem;
  margin-inline: auto;
  position: relative;
  width: 70%;
}

.vp-b2b-home .vp-b2b-reuse-flow::before,
.vp-b2b-home .vp-b2b-reuse-flow::after,
.vp-b2b-home .vp-b2b-reuse-flow span {
  background: #a5b4fc;
  content: "";
  position: absolute;
}

.vp-b2b-home .vp-b2b-reuse-flow::before {
  height: 0.6rem;
  left: 50%;
  top: 0;
  width: 2px;
}

.vp-b2b-home .vp-b2b-reuse-flow::after {
  height: 2px;
  left: 0;
  right: 0;
  top: 0.55rem;
}

.vp-b2b-home .vp-b2b-reuse-actions {
  display: grid;
  gap: 0.35rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vp-b2b-home .vp-b2b-reuse-actions > span {
  align-items: center;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.6rem;
  color: #334155;
  display: flex;
  font-size: 0.6rem;
  font-weight: 800;
  gap: 0.3rem;
  justify-content: center;
  min-width: 0;
  padding: 0.5rem 0.2rem;
}

.vp-b2b-home .vp-b2b-reuse-actions i {
  border: 2px solid #6366f1;
  border-radius: 0.25rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
}

.vp-b2b-home .vp-b2b-reuse-actions i.is-api {
  border-color: #0891b2;
  border-radius: 50%;
}

.vp-b2b-home .vp-b2b-reuse-actions i.is-mcp {
  border-color: #7c3aed;
  transform: rotate(45deg);
}

.vp-b2b-home .vp-b2b-how-heading {
  align-items: center;
  display: flex;
  gap: 0.7rem;
}

.vp-b2b-home .vp-b2b-how-step-number {
  align-items: baseline;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 999px;
  color: #312e81;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.875rem;
  font-weight: 800;
  gap: 0.35rem;
  line-height: 1;
  padding: 0.5rem 0.65rem;
}

.vp-b2b-home .vp-b2b-how-step-number small {
  color: #6366f1;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vp-b2b-home .vp-b2b-how-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem;
}

.vp-b2b-home .vp-b2b-how-copy h3 {
  font-size: 1.35rem;
  line-height: 1.3;
}

.vp-b2b-home .vp-b2b-how-copy p {
  font-size: 0.95rem;
  line-height: 1.7;
  margin-top: 0.65rem;
}

.vp-b2b-home .vp-b2b-how-tags {
  margin-top: auto;
  padding-top: 1.15rem;
}

.vp-b2b-home .vp-b2b-how-tags li {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-size: 0.75rem;
  padding: 0.35rem 0.65rem;
}

.vp-b2b-home .vp-b2b-how-connector {
  align-items: center;
  background: transparent;
  border: 0;
  bottom: -2.9rem;
  box-shadow: none;
  color: #4f46e5;
  display: flex;
  height: 1.5rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(90deg);
  width: 2rem;
  z-index: 4;
}

.vp-b2b-home .vp-b2b-how-connector svg {
  filter: drop-shadow(0 2px 3px rgba(79, 70, 229, 0.18));
  height: 1.25rem;
  width: 2rem;
}

.vp-b2b-home .vp-b2b-how-step:last-child .vp-b2b-how-connector {
  display: none;
}

@media (min-width: 1200px) {
  .vp-b2b-home .vp-b2b-how-steps {
    gap: 2.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vp-b2b-home .vp-b2b-how-connector {
    bottom: auto;
    left: auto;
    right: -2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1280px) {
  .vp-b2b-home .vp-b2b-how-steps {
    gap: 2.5rem;
  }

  .vp-b2b-home .vp-b2b-how-connector {
    right: -2.125rem;
  }
}

@media (min-width: 1400px) {
  .vp-b2b-home .vp-b2b-how-steps {
    gap: 2.75rem;
  }

  .vp-b2b-home .vp-b2b-how-connector {
    right: -2.25rem;
  }
}

.vp-b2b-home .vp-b2b-workflow-grid {
  align-items: center;
  display: grid;
  gap: 2rem;
}

.vp-b2b-home .vp-b2b-workflow-image-frame {
  min-width: 0;
}

.vp-b2b-home .vp-b2b-workflow-media.is-core-crop .vp-b2b-workflow-image-frame {
  aspect-ratio: 2.55 / 1;
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}

.vp-b2b-home .vp-b2b-workflow-media.is-core-crop .vp-b2b-workflow-image-frame img {
  border-radius: 0;
  height: auto;
  left: 50%;
  max-width: none;
  position: absolute;
  top: 35%;
  transform: translate(-50%, -50%);
  width: 115%;
}

.vp-b2b-home .vp-b2b-workflow-media.is-event-focus {
  overflow: hidden;
}

.vp-b2b-home .vp-b2b-workflow-media.is-event-focus .vp-b2b-workflow-image-frame {
  aspect-ratio: 1672 / 941;
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
}

.vp-b2b-home .vp-b2b-workflow-media.is-event-focus .vp-b2b-workflow-image-frame img {
  border-radius: 0;
  height: 100%;
  max-height: none;
  object-fit: cover;
  width: 100%;
}

.vp-b2b-home .vp-b2b-event-focus-mobile {
  display: none;
}

.vp-b2b-home .vp-b2b-workflow-media.is-ui-core-crop .vp-b2b-workflow-image-frame {
  aspect-ratio: 1.35 / 1;
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}

.vp-b2b-home .vp-b2b-workflow-media.is-ui-core-crop .vp-b2b-workflow-image-frame img {
  border-radius: 0;
  height: auto;
  left: 53.2%;
  max-width: none;
  position: absolute;
  top: 56.2%;
  transform: translate(-50%, -50%);
  width: 195%;
}

.vp-b2b-home .vp-b2b-workflow-copy {
  display: contents;
}

.vp-b2b-home .vp-b2b-workflow-heading {
  order: 1;
}

.vp-b2b-home .vp-b2b-workflow-media {
  order: 2;
}

.vp-b2b-home .vp-b2b-workflow-body {
  order: 3;
}

.vp-b2b-home .vp-b2b-workflow-media img {
  height: auto;
  width: 100%;
}

.vp-b2b-home .vp-b2b-benchmark-grid {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.vp-b2b-home .vp-b2b-benchmark-card {
  flex: 0 0 min(85vw, 20rem);
  scroll-snap-align: start;
}

.vp-b2b-home .vp-b2b-benchmark-chart {
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  background: #f8fafc;
  padding: 0.75rem;
}

.vp-b2b-home .vp-b2b-benchmark-chart figcaption {
  margin-bottom: 0.625rem;
  color: #64748b;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1rem;
}

.vp-b2b-home .vp-b2b-benchmark-chart-rows {
  display: grid;
  gap: 0.625rem;
}

.vp-b2b-home .vp-b2b-benchmark-chart-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: #64748b;
  font-size: 0.6875rem;
  line-height: 1rem;
}

.vp-b2b-home .vp-b2b-benchmark-chart-name {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.4375rem;
}

.vp-b2b-home .vp-b2b-benchmark-chart-name img {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  padding: 0.125rem;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 0.4375rem;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.vp-b2b-home .vp-b2b-benchmark-chart-meta strong {
  color: #475569;
  font-variant-numeric: tabular-nums;
}

.vp-b2b-home .vp-b2b-benchmark-chart-track {
  height: 0.375rem;
  margin-top: 0.25rem;
  overflow: hidden;
  border-radius: 9999px;
  background: #e2e8f0;
}

.vp-b2b-home .vp-b2b-benchmark-chart-track span {
  display: block;
  min-width: 0.375rem;
  height: 100%;
  border-radius: inherit;
  background: #94a3b8;
}

.vp-b2b-home .vp-b2b-benchmark-chart-row.is-highlight .vp-b2b-benchmark-chart-meta {
  color: #3730a3;
  font-weight: 800;
}

.vp-b2b-home .vp-b2b-benchmark-chart-row.is-highlight .vp-b2b-benchmark-chart-meta strong {
  color: #4338ca;
}

.vp-b2b-home .vp-b2b-benchmark-chart-row.is-highlight .vp-b2b-benchmark-chart-track span {
  background: linear-gradient(90deg, #4f46e5, #7c3aed);
}

/* Keep the complete B2B story scannable on phones without removing content. */
@media (max-width: 767px) {
  .vp-b2b-home .vp-b2b-section,
  .vp-b2b-home .vp-b2b-embedded-section > section {
    padding-block: 2.25rem;
  }

  .vp-b2b-home .vp-b2b-hero {
    padding-top: 2.25rem;
  }

  .vp-b2b-home .vp-b2b-hero-media {
    border-radius: 1rem;
  }

  .vp-b2b-home .vp-b2b-hero-media figcaption {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }

  .vp-b2b-home .vp-b2b-logo-grid ul {
    column-gap: 1rem;
    row-gap: 1rem;
  }

  .vp-b2b-home .vp-b2b-logo-grid li {
    min-height: 2rem;
  }

  .vp-b2b-home .vp-b2b-logo-grid img {
    max-height: 1.75rem;
  }

  .vp-b2b-home [data-path-nav] h2 {
    margin-bottom: 1.5rem;
  }

  .vp-b2b-home [data-path-nav] > div > div {
    gap: 0.75rem;
  }

  .vp-b2b-home [data-path-card] {
    display: grid;
    grid-template-columns: 7.25rem minmax(0, 1fr);
  }

  .vp-b2b-home [data-path-card] .vp-path-card-media {
    padding: 0.5rem;
    width: auto;
  }

  .vp-b2b-home [data-path-card] .vp-path-card-frame {
    aspect-ratio: 1 / 1;
  }

  .vp-b2b-home [data-path-card] > div:last-child {
    padding: 0.875rem;
  }

  .vp-b2b-home [data-path-card] h3 {
    font-size: 1rem;
    line-height: 1.4;
  }

  .vp-b2b-home [data-path-card] p {
    font-size: 0.8125rem;
    line-height: 1.35rem;
    margin-top: 0.375rem;
  }

  .vp-b2b-home [data-path-card] span.mt-6 {
    font-size: 0.75rem;
    margin-top: 0.75rem;
    padding: 0.5rem 0.625rem;
  }

  .vp-b2b-home #case-studies > div > div:first-child {
    margin-bottom: 1.5rem;
  }

  .vp-b2b-home #case-studies > div > .grid {
    gap: 0.75rem;
  }

  .vp-b2b-home .vp-b2b-case-body {
    padding: 0.875rem;
  }

  .vp-b2b-home .vp-b2b-case-card h3 {
    font-size: 1rem;
    line-height: 1.4;
  }

  .vp-b2b-home .vp-b2b-case-result {
    font-size: 0.75rem;
    line-height: 1.2rem;
    margin-top: 0.375rem;
  }

  .vp-b2b-home .vp-b2b-case-link {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }

  .vp-b2b-home #case-studies .mt-9 {
    margin-top: 1.5rem;
  }

  .vp-b2b-home .vp-b2b-workflow-grid {
    gap: 1.25rem;
  }

  .vp-b2b-home .vp-b2b-workflow-heading h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .vp-b2b-home .vp-b2b-workflow-media {
    padding: 0.5rem;
  }

  .vp-b2b-home .vp-b2b-workflow-media img {
    max-height: 12rem;
    object-fit: contain;
  }

  .vp-b2b-home .vp-b2b-workflow-media.is-event-focus img {
    max-height: none;
  }

  .vp-b2b-home .vp-b2b-workflow-media.is-event-focus .vp-b2b-workflow-image-frame {
    display: none;
  }

  .vp-b2b-home .vp-b2b-event-focus-mobile {
    display: grid;
    gap: 0.5rem;
  }

  .vp-b2b-home .vp-b2b-event-focus-panel {
    aspect-ratio: 836 / 941;
    background: #fff;
    border: 1px solid #eef2ff;
    border-radius: 0.75rem;
    overflow: hidden;
  }

  .vp-b2b-home .vp-b2b-event-focus-panel img {
    border-radius: 0;
    height: 100%;
    max-width: none;
    object-fit: cover;
    width: 200%;
  }

  .vp-b2b-home .vp-b2b-event-focus-panel.is-expo img {
    transform: translateX(-50%);
  }

  .vp-b2b-home .vp-b2b-workflow-media figcaption {
    font-size: 0.75rem;
    line-height: 1.2rem;
    padding-top: 0.5rem;
  }

  .vp-b2b-home .vp-b2b-workflow-body > p {
    font-size: 0.875rem;
    line-height: 1.45rem;
  }

  .vp-b2b-home .vp-b2b-workflow-body > ul {
    gap: 0.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
  }

  .vp-b2b-home .vp-b2b-workflow-body > ul > li {
    padding: 0.625rem;
  }

  .vp-b2b-home .vp-b2b-workflow-body > ul h3 {
    font-size: 0.8125rem;
    line-height: 1.15rem;
  }

  .vp-b2b-home .vp-b2b-workflow-body > ul h3 > span:first-child {
    height: 1rem;
    width: 1rem;
  }

  .vp-b2b-home .vp-b2b-workflow-body > ul p {
    font-size: 0.7rem;
    line-height: 1.05rem;
    margin-top: 0.25rem;
  }

  .vp-b2b-home .vp-b2b-workflow-body > div.mt-7 {
    margin-top: 1.25rem;
  }

  .vp-b2b-home #why-voiceping > div > div:first-child {
    margin-bottom: 1.5rem;
  }

  .vp-b2b-home #why-voiceping .grid {
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-b2b-home #why-voiceping article {
    padding: 0.875rem;
  }

  .vp-b2b-home #why-voiceping article > div {
    height: 2rem;
    margin-bottom: 0.625rem;
    width: 2rem;
  }

  .vp-b2b-home #why-voiceping h3 {
    font-size: 0.9375rem;
    line-height: 1.35rem;
  }

  .vp-b2b-home #why-voiceping article p {
    font-size: 0.75rem;
    line-height: 1.15rem;
    margin-top: 0.5rem;
  }

  .vp-b2b-home #security > div > div {
    gap: 1.25rem;
    padding: 1.25rem;
  }

  .vp-b2b-home #security h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .vp-b2b-home #security p {
    font-size: 0.8125rem;
    line-height: 1.35rem;
    margin-top: 0.625rem;
  }

  .vp-b2b-home #security img {
    max-height: 4.5rem;
  }

  .vp-b2b-home #security ul {
    gap: 0.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-b2b-home #security li {
    font-size: 0.7rem;
    line-height: 1.05rem;
    padding: 0.625rem;
  }

  .vp-b2b-home #security li > span:first-child {
    height: 1rem;
    width: 1rem;
  }

  .vp-b2b-home #pricing h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .vp-b2b-home #pricing .vp-b2b-pricing-grid {
    gap: 0.75rem;
    margin-top: 1.5rem;
  }

  .vp-b2b-home #pricing .vp-b2b-pricing-card {
    padding: 0.875rem;
  }

  .vp-b2b-home #pricing .vp-b2b-pricing-card h3 {
    font-size: 1rem;
    line-height: 1.35rem;
  }

  .vp-b2b-home #pricing .vp-b2b-pricing-card h3 + p {
    font-size: 0.7rem;
    line-height: 1.05rem;
    min-height: 2.25rem;
  }

  .vp-b2b-home #pricing [data-compact-tier-button] {
    font-size: 0.625rem;
    padding: 0.375rem 0.125rem;
  }

  .vp-b2b-home #pricing [data-compact-price-row] {
    min-height: 2rem;
  }

  .vp-b2b-home #pricing [data-tier-price],
  .vp-b2b-home #pricing [data-compact-price-period] > p {
    font-size: clamp(1.125rem, 5vw, 1.25rem);
    letter-spacing: -0.02em;
    line-height: 1.7rem;
    white-space: nowrap;
  }

  .vp-b2b-home #pricing .vp-b2b-pricing-card ul {
    gap: 0.3rem;
    margin-block: 0.75rem;
    padding-top: 0.75rem;
  }

  .vp-b2b-home #pricing .vp-b2b-pricing-card li {
    font-size: 0.7rem;
    line-height: 1.05rem;
  }

  .vp-b2b-home #pricing .vp-b2b-pricing-card > a {
    font-size: 0.75rem;
    line-height: 1.1rem;
    padding: 0.625rem 0.5rem;
  }

  .vp-b2b-home #pricing [data-individual-yearly-note] {
    margin-top: 0.75rem;
  }

  .vp-b2b-home #pricing .vp-b2b-pricing-grid + p + div,
  .vp-b2b-home #pricing .vp-b2b-pricing-grid + p + div + div {
    margin-top: 1.25rem;
    padding: 1rem;
  }

  .vp-b2b-home #pricing .vp-b2b-pricing-grid + p + div ul {
    gap: 0.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-b2b-home #pricing .vp-b2b-pricing-grid + p + div li,
  .vp-b2b-home #pricing .vp-b2b-pricing-grid + p + div + div li {
    font-size: 0.75rem;
    line-height: 1.15rem;
  }

  .vp-b2b-home #pricing .vp-b2b-pricing-grid + p + div + div p {
    font-size: 0.8125rem;
    line-height: 1.35rem;
  }

  .vp-b2b-home #faq section > div > div:first-child {
    margin-bottom: 1.5rem;
  }

  .vp-b2b-home #faq .space-y-6 {
    row-gap: 0.75rem;
  }

  .vp-b2b-home #faq .space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.75rem;
  }

  .vp-b2b-home #faq .faq-category-toggle {
    padding: 0.875rem 1rem;
  }

  .vp-b2b-home #faq .faq-category-toggle span {
    font-size: 1rem;
  }

  .vp-b2b-home #faq .mt-10 {
    margin-top: 1.5rem;
  }

  .vp-b2b-home #faq .mt-8 {
    margin-top: 1.25rem;
  }

  .vp-b2b-home #material > div {
    align-items: start;
    gap: 1rem;
    grid-template-columns: 7rem minmax(0, 1fr);
  }

  .vp-b2b-home #material img {
    max-width: 7rem;
  }

  .vp-b2b-home #material > div > div:last-child {
    text-align: left;
  }

  .vp-b2b-home #material h2 {
    font-size: 1.35rem;
    line-height: 1.3;
  }

  .vp-b2b-home #material p,
  .vp-b2b-home #material li {
    font-size: 0.75rem;
    line-height: 1.2rem;
  }

  .vp-b2b-home #material ul {
    gap: 0.25rem;
  }

  .vp-b2b-home #material a {
    font-size: 0.8125rem;
    margin-top: 1rem;
    padding: 0.75rem 1rem;
  }

  .vp-b2b-home #news > div > div:first-child {
    margin-bottom: 1.5rem;
  }

  .vp-b2b-home #news .grid {
    gap: 0.625rem;
  }

  .vp-b2b-home #news .grid > a {
    padding: 0.875rem;
  }

  .vp-b2b-home #news article {
    column-gap: 0.75rem;
    display: grid;
    grid-template-columns: 3.25rem minmax(0, 1fr);
  }

  .vp-b2b-home #news time {
    font-size: 0.7rem;
    grid-row: 1 / span 2;
  }

  .vp-b2b-home #news h3 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0;
  }

  .vp-b2b-home #news article span {
    font-size: 0.7rem;
    margin-top: 0.375rem;
  }

  .vp-b2b-home #news .mt-9 {
    margin-top: 1.25rem;
  }

  .vp-b2b-footer > div {
    padding-block: 2rem;
  }

  .vp-b2b-footer > div > .grid {
    gap: 1.25rem;
    margin-bottom: 1.5rem;
  }

  .vp-b2b-footer h4 {
    margin-bottom: 0.5rem;
  }

  .vp-b2b-footer ul {
    font-size: 0.8125rem;
  }

  .vp-b2b-footer ul.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.25rem;
  }
}

@media (max-width: 1023px) {
  .vp-b2b-header .vp-b2b-desktop-login,
  .vp-b2b-header .vp-b2b-desktop-signup {
    display: none;
  }

  .vp-b2b-header .vp-header-logo,
  .vp-b2b-header .vp-header-logo picture {
    flex-shrink: 1;
    min-width: 0;
  }

  .vp-b2b-header .vp-header-logo img {
    max-width: 100%;
  }
}

@media (max-width: 374px) {
  .vp-b2b-header nav {
    gap: 0.375rem;
    padding-inline: 0.75rem;
  }

  .vp-b2b-header .vp-header-actions {
    flex-shrink: 0;
    gap: 0.375rem;
  }

  .vp-b2b-header .vp-header-logo img {
    height: 2rem;
    width: auto;
  }

  .vp-b2b-header .vp-b2b-mobile-signup {
    padding-inline: 0.625rem;
  }

  .vp-b2b-header #mobile-menu-toggle {
    padding: 0.375rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .vp-path-card-media {
    width: 44%;
  }
}

@media (min-width: 1280px) {
  .vp-home-hero-inner {
    max-width: 86rem;
  }

  .vp-path-nav-inner {
    max-width: 80rem;
  }
}

@media (min-width: 1024px) {
  .vp-b2b-header .vp-b2b-desktop-login,
  .vp-b2b-header .vp-b2b-desktop-signup {
    display: inline-flex;
  }

  .vp-b2b-header .vp-b2b-mobile-signup {
    display: none;
  }

  .vp-home-hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
    column-gap: 2.5rem;
  }

  .vp-home-hero-media {
    justify-content: flex-end;
  }

  .vp-home-hero-artwork {
    max-width: min(100%, 42rem);
  }

  .vp-path-card-media {
    padding: 0.5rem;
  }

  html[lang="ja"] .vp-home-hero-grid {
    grid-template-columns: minmax(0, 1.14fr) minmax(0, 1fr);
  }

  html[lang="ja"] .vp-home-hero-copy h1 {
    font-size: 2.125rem;
    line-height: 1.16;
  }

  .vp-b2b-home .vp-b2b-hero h1,
  .vp-b2b-home .vp-home-hero-copy h1 {
    font-size: 3rem;
    line-height: 1.15;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .vp-b2b-home .vp-b2b-workflow-grid {
    column-gap: 4rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    row-gap: 1rem;
  }

  .vp-b2b-home .vp-b2b-workflow-heading {
    align-self: end;
    grid-column: 1;
    grid-row: 1;
    order: initial;
  }

  .vp-b2b-home .vp-b2b-workflow-body {
    align-self: start;
    grid-column: 1;
    grid-row: 2;
    order: initial;
  }

  .vp-b2b-home .vp-b2b-workflow-media {
    grid-column: 2;
    grid-row: 1 / span 2;
    order: initial;
  }

  .vp-b2b-home .vp-b2b-workflow-grid.is-reversed .vp-b2b-workflow-heading,
  .vp-b2b-home .vp-b2b-workflow-grid.is-reversed .vp-b2b-workflow-body {
    grid-column: 2;
  }

  .vp-b2b-home .vp-b2b-workflow-grid.is-reversed .vp-b2b-workflow-media {
    grid-column: 1;
  }

  .vp-b2b-home #events .vp-b2b-workflow-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    max-width: 84rem;
    row-gap: 1.5rem;
  }

  .vp-b2b-home #events .vp-b2b-workflow-heading {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    max-width: 52rem;
    text-align: center;
  }

  .vp-b2b-home #events .vp-b2b-workflow-media {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
  }

  .vp-b2b-home #events .vp-b2b-workflow-body {
    grid-column: 1;
    grid-row: 3;
  }

  .vp-b2b-home #events .vp-b2b-workflow-body > p {
    margin-inline: auto;
    max-width: 72rem;
    text-align: center;
  }

  .vp-b2b-home #events .vp-b2b-workflow-body > ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vp-b2b-home #events .vp-b2b-workflow-body > .mt-7 {
    justify-content: center;
  }
}

@media (min-width: 1280px) {
  .vp-b2b-home #events .vp-b2b-workflow-body > ul {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .vp-home-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.3fr);
  }

  .vp-home-hero-artwork {
    max-width: min(100%, 48rem);
  }

  html[lang="ja"] .vp-home-hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  }

  html[lang="ja"] .vp-home-hero-copy h1 {
    font-size: 2.125rem;
    line-height: 1.14;
  }

  .vp-b2b-home .vp-b2b-hero h1,
  .vp-b2b-home .vp-home-hero-copy h1 {
    font-size: 3rem;
    line-height: 1.15;
  }
}

@media (min-width: 768px) {
  .vp-b2b-home .vp-b2b-section,
  .vp-b2b-home .vp-b2b-embedded-section > section {
    padding-block: 4rem;
  }

  .vp-b2b-home .vp-b2b-container {
    padding-inline: 1.5rem;
  }

  .vp-b2b-home .vp-b2b-benchmark-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
    padding-bottom: 0;
  }

  .vp-b2b-home .vp-b2b-benchmark-card {
    min-width: 0;
  }
}

.vp-b2b-home .vp-b2b-hero-title-line {
  display: block;
}

@media (min-width: 1280px) {
  .vp-b2b-home .vp-b2b-hero .vp-b2b-hero-title {
    font-size: 2.5rem;
    letter-spacing: -0.02em;
    line-height: 1.16;
  }

  .vp-b2b-home .vp-b2b-hero-title-line {
    white-space: nowrap;
  }
}

/* Final homepage information architecture: lighter grouped product story. */
.vp-b2b-home .vp-b2b-product-groups-inner {
  max-width: 90rem;
}

.vp-b2b-home .vp-b2b-product-intro > p {
  margin-inline: auto;
  max-width: 52rem;
}

.vp-b2b-home .vp-b2b-product-positioning {
  color: #475569;
  display: grid;
  font-size: 1rem;
  gap: 0.3rem;
  line-height: 1.75;
  margin-inline: auto;
  max-width: 52rem;
}

.vp-b2b-home .vp-b2b-product-positioning p {
  margin: 0;
}

.vp-b2b-home .vp-b2b-product-positioning strong {
  color: #4f46e5;
  font-weight: 800;
}

.vp-b2b-home .vp-b2b-product-positioning strong.is-virtual {
  color: #0f766e;
}

@media (max-width: 374px) {
  .vp-b2b-home .vp-b2b-product-positioning {
    font-size: 0.875rem;
    letter-spacing: -0.01em;
  }
}

@media (min-width: 1024px) {
  .vp-b2b-home .vp-b2b-product-positioning {
    font-size: 1.125rem;
  }
}

.vp-b2b-home .vp-b2b-product-group-grid {
  display: grid;
  gap: 3rem;
}

.vp-b2b-home .vp-b2b-product-group-heading {
  max-width: 52rem;
}

.vp-b2b-home .vp-b2b-product-live-grid {
  display: grid;
  gap: 1.5rem;
  grid-auto-rows: 1fr;
}

.vp-b2b-home .vp-b2b-product-card article {
  grid-template-columns: minmax(0, 1fr);
  height: 100%;
  min-height: 0;
  width: 100%;
}

.vp-b2b-home .vp-b2b-product-card-media {
  display: flex;
  min-height: 13rem;
  min-width: 0;
  padding: 0.5rem;
}

.vp-b2b-home .vp-b2b-product-card-visual,
.vp-b2b-home .vp-b2b-virtual-office-visual {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  min-height: 0;
  min-width: 0;
  position: relative;
}

.vp-b2b-home .vp-b2b-product-card-visual img {
  transform: scale(1.12);
  transform-origin: center;
}

.vp-b2b-home .vp-b2b-product-card:first-child .vp-b2b-product-card-visual img {
  transform: scale(1.03);
}

.vp-b2b-home .vp-b2b-product-card:nth-child(2) .vp-b2b-product-card-visual img {
  transform: scale(1.03);
}

.vp-b2b-home .vp-b2b-product-card:nth-child(3) .vp-b2b-product-card-visual img {
  transform: scale(1.03);
}

.vp-b2b-home .vp-b2b-product-card:nth-child(4) .vp-b2b-product-card-visual img {
  transform: scale(1.03);
}

.vp-b2b-home .vp-b2b-virtual-office-visual img {
  transform: scale(1.08);
  transform-origin: center;
}

.vp-b2b-home .vp-b2b-product-card-content,
.vp-b2b-home .vp-b2b-virtual-office-content {
  display: flex;
  flex-direction: column;
}

.vp-b2b-home .vp-b2b-product-card-content {
  padding: 1.375rem;
}

.vp-b2b-home .vp-b2b-product-card h4 {
  font-size: 1.25rem;
  line-height: 1.35;
}

.vp-b2b-home .vp-b2b-product-card p {
  font-size: 0.9375rem;
  line-height: 1.6;
}

.vp-b2b-home .vp-b2b-product-card span.mt-auto {
  font-size: 0.9375rem;
  line-height: 1.5;
}

.vp-b2b-home .vp-b2b-distributed-group {
  display: grid;
  gap: 1.75rem;
}

.vp-b2b-home .vp-b2b-distributed-copy h3 {
  font-size: 1.625rem;
  line-height: 1.25;
}

.vp-b2b-home .vp-b2b-distributed-copy p {
  font-size: 1rem;
  line-height: 1.65;
}

.vp-b2b-home .vp-b2b-virtual-office-link article {
  display: grid;
  height: 100%;
}

.vp-b2b-home .vp-b2b-virtual-office-media {
  aspect-ratio: 4 / 3;
  display: flex;
  min-width: 0;
  padding: 0.5rem;
}

.vp-b2b-home .vp-b2b-virtual-office-content h4 {
  font-size: 1.5rem;
  line-height: 1.3;
}

.vp-b2b-home .vp-b2b-virtual-office-content p {
  font-size: 1rem;
  line-height: 1.65;
}

.vp-b2b-home .vp-b2b-virtual-office-content span.mt-auto {
  font-size: 1rem;
  line-height: 1.5;
}

.vp-b2b-home .vp-b2b-product-card img,
.vp-b2b-home .vp-b2b-distributed-group img {
  display: block;
}

.vp-b2b-home .vp-b2b-workflow-tablist {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding: 0.375rem 0.375rem 0.875rem;
  scrollbar-width: thin;
}

.vp-b2b-home .vp-b2b-workflow-tab {
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 9999px;
  color: #475569;
  flex: 0 0 auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  min-height: 3.25rem;
  padding: 0.8rem 1.35rem;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.vp-b2b-home .vp-b2b-workflow-tab:hover {
  border-color: #818cf8;
  color: #4338ca;
}

.vp-b2b-home .vp-b2b-workflow-tab[aria-selected="true"] {
  background: #4338ca;
  border-color: #4338ca;
  color: #fff;
}

.vp-b2b-home .vp-b2b-workflow-tab:focus-visible {
  outline: 2px solid #4f46e5;
  outline-offset: 2px;
}

.vp-b2b-home .vp-b2b-workflow-panel[hidden] {
  display: none;
}

.vp-b2b-home .vp-b2b-enterprise-proof .vp-b2b-benchmark-card {
  box-shadow: 0 10px 28px -24px rgba(15, 23, 42, 0.55);
}

.vp-b2b-home .vp-b2b-evaluation > #faq > section {
  padding-bottom: 2.5rem;
}

.vp-b2b-home .vp-b2b-material-inner {
  width: calc(100% - 2rem);
}

@media (min-width: 480px) {
  .vp-b2b-home .vp-b2b-product-card article {
    grid-template-columns: minmax(11.5rem, 0.75fr) minmax(0, 1.25fr);
    min-height: 14.5rem;
  }
}

@media (max-width: 639px) {
  .vp-b2b-home .vp-b2b-product-card-content {
    padding: 1.125rem;
  }

  .vp-b2b-home .vp-b2b-workflow-panel {
    padding: 1rem;
  }

  .vp-b2b-home #security h3 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

@media (min-width: 640px) {
  .vp-b2b-home .vp-b2b-material-inner {
    width: calc(100% - 3rem);
  }

  .vp-b2b-home .vp-b2b-product-card article {
    grid-template-columns: minmax(15rem, 0.8fr) minmax(0, 1.2fr);
    min-height: 16rem;
  }

  .vp-b2b-home .vp-b2b-product-card-content {
    padding: 1.75rem;
  }

  .vp-b2b-home .vp-b2b-product-card h4 {
    font-size: 1.375rem;
  }

  .vp-b2b-home .vp-b2b-product-card p,
  .vp-b2b-home .vp-b2b-product-card span.mt-auto {
    font-size: 1rem;
  }

  .vp-b2b-home .vp-b2b-virtual-office-link article {
    grid-template-columns: minmax(17rem, 0.95fr) minmax(0, 1.05fr);
  }

  .vp-b2b-home .vp-b2b-virtual-office-media {
    aspect-ratio: auto;
    min-height: 18rem;
  }
}

@media (min-width: 1024px) {
  .vp-b2b-home .vp-b2b-distributed-group {
    align-items: center;
    grid-template-columns: minmax(16rem, 0.48fr) minmax(0, 1.52fr);
  }

  .vp-b2b-home .vp-b2b-workflow-tablist {
    justify-content: center;
    overflow: visible;
  }

  .vp-b2b-home .vp-b2b-workflow-panel .vp-b2b-workflow-grid {
    min-height: 34rem;
  }
}

@media (min-width: 1180px) {
  .vp-b2b-home .vp-b2b-product-live-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-b2b-home .vp-b2b-product-card article {
    grid-template-columns: minmax(13.5rem, 0.78fr) minmax(0, 1.22fr);
    min-height: 16rem;
  }
}

@media (min-width: 1400px) {
  .vp-b2b-home .vp-b2b-product-card article {
    grid-template-columns: minmax(15rem, 0.82fr) minmax(0, 1.18fr);
  }
}
