body:is([data-page-path="/sisteme-digitale-vanzari-b2b/"], [data-page-path="/en/b2b-digital-sales-systems/"]) {
  --b2bv2-scroll: 0;
  --b2bv2-progress: 0;
  --text: #fff;
  color-scheme: dark;
}

.b2bv2-eyebrow {
  color: var(--v2-lime);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}

.b2bv2-hero {
  position: relative;
  z-index: 1;
  height: 142svh;
  min-height: 980px;
  background: var(--v2-ink);
}

.b2bv2-hero-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 720px;
  overflow: clip;
  isolation: isolate;
  background: var(--v2-ink);
}

.b2bv2-hero-sticky::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.035);
  content: "";
  pointer-events: none;
}

.b2bv2-hero-plate {
  position: absolute;
  right: 0;
  bottom: -2.5vw;
  left: 0;
  z-index: 0;
  display: block;
  transform: translate3d(0, calc(var(--b2bv2-scroll) * 24px), 0) scale(calc(1 + var(--b2bv2-scroll) * 0.025));
  transform-origin: 50% 76%;
  will-change: transform;
}

.b2bv2-hero-plate img {
  width: 100%;
  height: auto;
  opacity: 0.92;
}

.b2bv2-hero-number {
  position: absolute;
  top: clamp(112px, 14vh, 176px);
  right: 1.5vw;
  z-index: 1;
  color: #191d22;
  font-size: clamp(190px, 25vw, 390px);
  font-weight: 800;
  letter-spacing: -0.1em;
  line-height: 0.7;
  pointer-events: none;
  user-select: none;
}

.b2bv2-hero-content {
  position: relative;
  z-index: 5;
  height: 100%;
}

.b2bv2-hero-heading {
  position: absolute;
  top: clamp(116px, 13.5vh, 154px);
  right: var(--v2-gutter);
  left: var(--v2-gutter);
  pointer-events: none;
}

.b2bv2-hero-heading h1 {
  max-width: 1160px;
  margin-top: 12px;
  font-size: clamp(62px, 7vw, 112px);
  font-weight: 700;
  letter-spacing: -0.077em;
  line-height: 0.83;
  text-wrap: balance;
}

.b2bv2-route {
  position: absolute;
  right: 8.5vw;
  bottom: clamp(196px, 20.5vh, 230px);
  left: 13vw;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1.5vw, 26px);
  list-style: none;
  pointer-events: none;
}

.b2bv2-route li {
  position: relative;
  display: grid;
  min-height: 43px;
  grid-template-columns: auto 1fr;
  align-content: center;
  gap: 8px;
  padding: 8px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  color: rgba(255, 255, 255, 0.55);
  background: rgba(5, 6, 7, 0.82);
  transition: color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.b2bv2-route li::before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.b2bv2-route li.is-active {
  border-color: var(--v2-lime);
  color: #fff;
  transform: translateY(-4px);
}

.b2bv2-route li.is-active::before {
  color: var(--v2-lime);
  box-shadow: 0 0 22px rgba(140, 255, 41, 0.7);
}

.b2bv2-route span {
  color: var(--v2-lime);
  font-size: 9px;
  font-weight: 800;
}

.b2bv2-route strong {
  overflow: hidden;
  font-size: 9px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.b2bv2-hero-bottom {
  position: absolute;
  right: var(--v2-gutter);
  bottom: clamp(24px, 3.8vh, 46px);
  left: var(--v2-gutter);
  z-index: 7;
  display: grid;
  grid-template-columns: minmax(0, 580px) auto;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.b2bv2-hero-bottom > div:first-child {
  padding: 18px 22px 18px 0;
  background: rgba(5, 6, 7, 0.88);
  backdrop-filter: blur(8px);
}

.b2bv2-hero-lead {
  max-width: 560px;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 650;
  line-height: 1.32;
}

.b2bv2-hero-bottom .offer-boundary,
.b2bv2-audience {
  max-width: 570px;
  margin-top: 9px;
  color: var(--v2-text-soft);
  font-size: 10px;
  line-height: 1.45;
}

.b2bv2-audience {
  color: rgba(255, 255, 255, 0.5);
}

.b2bv2-actions {
  display: flex;
  align-items: stretch;
  gap: 9px;
}

.b2bv2-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.b2bv2-button b {
  font-size: 17px;
  line-height: 1;
  transition: transform 180ms ease;
}

.b2bv2-button:hover {
  transform: translateY(-3px);
}

.b2bv2-button:hover b {
  transform: translate(3px, -2px);
}

.b2bv2-button.is-accent {
  color: var(--v2-ink);
  background: var(--v2-lime);
}

.b2bv2-button.is-ghost {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  background: rgba(5, 6, 7, 0.74);
}

.b2bv2-button.is-ghost:hover {
  border-color: #fff;
  color: var(--v2-ink);
  background: #fff;
}

.b2bv2-telemetry {
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 5;
  color: rgba(255, 255, 255, 0.34);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.24em;
  writing-mode: vertical-rl;
}

.b2bv2-benefits {
  --text: var(--v2-ink);
  color: var(--v2-ink);
  background: var(--v2-paper);
}

.b2bv2-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.b2bv2-benefit-grid article {
  display: grid;
  min-height: 220px;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 40px clamp(20px, 3vw, 48px) 34px 0;
  border-right: 1px solid var(--v2-line-light);
}

.b2bv2-benefit-grid article + article {
  padding-left: clamp(20px, 3vw, 48px);
}

.b2bv2-benefit-grid article:last-child {
  border-right: 0;
}

.b2bv2-benefit-grid span {
  color: var(--v2-blue);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.b2bv2-benefit-grid h2 {
  max-width: 260px;
  font-size: clamp(23px, 2.1vw, 33px);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.b2bv2-benefit-grid p {
  max-width: 310px;
  margin-top: 16px;
  color: rgba(5, 6, 7, 0.66);
  font-size: 12px;
}

.b2bv2-system {
  min-height: 2500px;
  padding: clamp(110px, 10vw, 160px) 0;
  background: var(--v2-ink);
}

.b2bv2-system-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  gap: clamp(70px, 9vw, 150px);
}

.b2bv2-system-sticky {
  position: sticky;
  top: 12svh;
  align-self: start;
  min-height: 76svh;
}

.b2bv2-system-sticky h2,
.b2bv2-section-head h2,
.b2bv2-form-intro h2,
.b2bv2-closing h2 {
  margin-top: 17px;
  font-size: clamp(52px, 6.1vw, 96px);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.88;
}

.b2bv2-system-sticky h2 em,
.b2bv2-section-head h2 em,
.b2bv2-form-intro h2 em {
  color: var(--v2-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.b2bv2-system-plate {
  position: relative;
  width: 100%;
  margin-top: 44px;
  overflow: hidden;
  border: 1px solid var(--v2-line-dark);
  background: #0b0d10;
}

.b2bv2-system-plate img {
  width: 100%;
  height: 42svh;
  min-height: 330px;
  object-fit: cover;
  object-position: center 67%;
  opacity: 0.86;
  transform: scale(1.02);
}

.b2bv2-system-plate figcaption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.68);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.b2bv2-system-progress {
  width: 100%;
  height: 2px;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.12);
}

.b2bv2-system-progress span {
  display: block;
  width: calc(var(--b2bv2-progress) * 100%);
  height: 100%;
  background: var(--v2-lime);
  transition: width 240ms ease;
}

.b2bv2-stations {
  padding-top: 28svh;
}

.b2bv2-stations article {
  min-height: 420px;
  padding: 36px 0 70px;
  border-top: 1px solid var(--v2-line-dark);
}

.b2bv2-stations article span {
  color: var(--v2-lime);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.b2bv2-stations h3 {
  max-width: 470px;
  margin-top: 22px;
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.86;
}

.b2bv2-stations p {
  max-width: 420px;
  margin-top: 22px;
  color: var(--v2-text-soft);
  font-size: clamp(15px, 1.25vw, 19px);
}

.b2bv2-stations article.is-active {
  border-color: var(--v2-lime);
}

.b2bv2-comparison {
  --text: var(--v2-ink);
  padding: clamp(100px, 11vw, 170px) 0;
  color: var(--v2-ink);
  background: var(--v2-paper);
}

.b2bv2-section-head {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) 1fr;
  gap: 36px;
  align-items: start;
  margin-bottom: clamp(70px, 8vw, 120px);
}

.b2bv2-section-head > .b2bv2-eyebrow {
  padding-top: 8px;
  color: var(--v2-blue);
}

.b2bv2-section-head h2 {
  max-width: 1100px;
  margin-top: 0;
}

.b2bv2-section-head > p:last-child {
  grid-column: 2;
  max-width: 610px;
  color: rgba(5, 6, 7, 0.66);
}

.b2bv2-comparison-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
}

.b2bv2-comparison-grid article {
  min-height: 680px;
  padding: clamp(34px, 4vw, 60px);
}

.b2bv2-comparison-grid .is-fragmented {
  border: 1px solid var(--v2-line-light);
  color: rgba(5, 6, 7, 0.64);
  background: var(--v2-paper-cool);
}

.b2bv2-comparison-grid .is-connected {
  --text: #fff;
  position: relative;
  z-index: 2;
  margin: -34px 0 34px -1px;
  color: #fff;
  background: var(--v2-blue);
}

.b2bv2-panel-index,
.b2bv2-card-index {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.b2bv2-comparison-grid h3 {
  max-width: 600px;
  margin-top: 90px;
  font-size: clamp(43px, 4.7vw, 74px);
  font-weight: 700;
  letter-spacing: -0.067em;
  line-height: 0.9;
}

.b2bv2-comparison-grid ul {
  margin-top: 70px;
  list-style: none;
}

.b2bv2-comparison-grid li {
  padding: 15px 0;
  border-top: 1px solid currentColor;
  font-size: 13px;
}

.b2bv2-process {
  --text: var(--v2-ink);
  padding: clamp(110px, 11vw, 180px) 0;
  color: var(--v2-ink);
  background: var(--v2-paper-cool);
}

.b2bv2-process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--v2-line-light);
  border-bottom: 1px solid var(--v2-line-light);
}

.b2bv2-process-grid article {
  min-height: 370px;
  padding: 25px 22px 28px;
  border-right: 1px solid var(--v2-line-light);
  transition: color 200ms ease, background 200ms ease, transform 200ms ease;
}

.b2bv2-process-grid article:first-child {
  padding-left: 0;
}

.b2bv2-process-grid article:last-child {
  border-right: 0;
}

.b2bv2-process-grid article:hover {
  color: #fff;
  background: var(--v2-blue);
  transform: translateY(-12px);
}

.b2bv2-process-grid span {
  color: var(--v2-blue);
  font-size: 39px;
  font-weight: 800;
  letter-spacing: -0.07em;
}

.b2bv2-process-grid article:hover span {
  color: var(--v2-lime);
}

.b2bv2-process-grid h3 {
  margin-top: 94px;
  font-size: clamp(24px, 2.15vw, 35px);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.b2bv2-process-grid p {
  margin-top: 20px;
  color: rgba(5, 6, 7, 0.62);
  font-size: 12px;
}

.b2bv2-process-grid article:hover p {
  color: rgba(255, 255, 255, 0.78);
}

.b2bv2-projects {
  padding: clamp(110px, 11vw, 175px) 0;
  background: var(--v2-ink);
}

.b2bv2-projects .b2bv2-section-head > .b2bv2-eyebrow {
  color: var(--v2-lime);
}

.b2bv2-project-grid {
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  gap: 1px;
  background: var(--v2-line-dark);
}

.b2bv2-project-grid article {
  display: grid;
  min-width: 0;
  grid-template-columns: 0.9fr 1.1fr;
  background: var(--v2-charcoal);
}

.b2bv2-project-grid .is-large {
  grid-row: span 2;
  grid-template-columns: 1fr;
}

.b2bv2-project-grid figure {
  min-height: 270px;
  overflow: hidden;
  background: #080a0c;
}

.b2bv2-project-grid .is-large figure {
  min-height: 480px;
}

.b2bv2-project-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 0.82;
  transition: opacity 320ms ease, transform 700ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.b2bv2-project-grid article:hover img {
  opacity: 1;
  transform: scale(1.025);
}

.b2bv2-project-grid article > div {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px clamp(24px, 3vw, 44px);
}

.b2bv2-project-grid h3 {
  margin-top: 28px;
  font-size: clamp(30px, 3.4vw, 54px);
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.b2bv2-project-grid p:not(.b2bv2-card-index) {
  max-width: 480px;
  margin-top: 20px;
  color: var(--v2-text-soft);
  font-size: 12px;
}

.b2bv2-project-grid strong {
  margin-top: 22px;
  color: var(--v2-lime);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.b2bv2-project-grid a,
.b2bv2-plan-grid a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid currentColor;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.b2bv2-project-grid a:hover b,
.b2bv2-plan-grid a:hover b {
  transform: translate(3px, -2px);
}

.b2bv2-plans {
  --text: var(--v2-ink);
  padding: clamp(110px, 11vw, 175px) 0;
  color: var(--v2-ink);
  background: var(--v2-paper);
}

.b2bv2-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  border-top: 1px solid var(--v2-line-light);
  border-bottom: 1px solid var(--v2-line-light);
}

.b2bv2-plan-grid article {
  display: flex;
  min-height: 660px;
  flex-direction: column;
  padding: 30px clamp(25px, 3vw, 46px) 32px;
  border-right: 1px solid var(--v2-line-light);
}

.b2bv2-plan-grid article:first-child {
  padding-left: 0;
}

.b2bv2-plan-grid article:last-child {
  border-right: 0;
}

.b2bv2-plan-grid article.is-featured {
  margin-top: -38px;
  padding-top: 68px;
  color: #fff;
  background: var(--v2-blue);
}

.b2bv2-plan-grid h3 {
  min-height: 150px;
  margin-top: 44px;
  font-size: clamp(32px, 3vw, 49px);
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.b2bv2-price {
  display: block;
  margin-top: 32px;
  font-size: clamp(32px, 3.8vw, 58px);
  letter-spacing: -0.07em;
  line-height: 1;
}

.b2bv2-plan-grid article > p:not(.b2bv2-card-index) {
  margin-top: 28px;
  color: rgba(5, 6, 7, 0.64);
  font-size: 13px;
}

.b2bv2-plan-grid .is-featured > p:not(.b2bv2-card-index) {
  color: rgba(255, 255, 255, 0.78);
}

.b2bv2-plan-grid ul {
  margin: 30px 0;
  list-style: none;
}

.b2bv2-plan-grid li {
  padding: 11px 0;
  border-top: 1px solid currentColor;
  font-size: 11px;
  text-transform: uppercase;
}

.b2bv2-scope-note {
  max-width: 850px;
  margin: 34px 0 0 auto;
  color: rgba(5, 6, 7, 0.64);
  font-size: 12px;
  text-align: right;
}

.b2bv2-form-section {
  padding: clamp(110px, 11vw, 175px) 0;
  background: var(--v2-charcoal);
}

.b2bv2-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 0.72fr);
  gap: clamp(70px, 10vw, 170px);
  align-items: start;
}

.b2bv2-form-intro {
  position: sticky;
  top: 120px;
}

.b2bv2-form-intro h2 {
  margin-top: 18px;
}

.b2bv2-form-intro > p:not(.b2bv2-eyebrow) {
  max-width: 620px;
  margin-top: 34px;
  color: var(--v2-text-soft);
  font-size: 17px;
}

.b2bv2-form-promises {
  margin-top: 50px;
  list-style: none;
}

.b2bv2-form-promises li {
  padding: 15px 0;
  border-top: 1px solid var(--v2-line-dark);
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.b2bv2-form-section .contact-form-wrap {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.b2bv2-form-section .b2b-form {
  display: grid;
  gap: 22px;
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
  background: transparent;
  box-shadow: none;
  color-scheme: dark;
}

.b2bv2-form-section .b2b-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.b2bv2-xray-transfer {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(113, 151, 255, 0.52);
  background: rgba(47, 104, 255, 0.1);
}

.b2bv2-xray-transfer[hidden] {
  display: none !important;
}

.b2bv2-xray-transfer > p {
  margin: 0;
  color: #9cb6ff;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.b2bv2-form-section .b2b-form .b2bv2-xray-transfer small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 560;
  letter-spacing: 0;
  text-transform: none;
}

.b2bv2-form-section .b2b-form .b2bv2-xray-transfer textarea {
  min-height: 190px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(5, 6, 7, 0.62);
  resize: vertical;
}

.b2bv2-form-section .b2b-form input,
.b2bv2-form-section .b2b-form textarea,
.b2bv2-form-section .b2b-form select {
  width: 100%;
  min-height: 54px;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  caret-color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: 15px;
  text-transform: none;
}

.b2bv2-form-section .b2b-form textarea {
  min-height: 90px;
  resize: vertical;
}

.b2bv2-form-section .b2b-form select option {
  color: #000;
}

.b2bv2-form-section .form-privacy-note {
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  text-transform: none;
}

.b2bv2-form-section .form-privacy-note a {
  color: var(--v2-lime);
  text-decoration: underline;
}

.b2bv2-form-section .b2b-form small {
  color: rgba(255, 255, 255, 0.72);
}

.b2bv2-form-section .b2b-form :is(input, textarea, select) {
  color: #fff;
}

.b2bv2-form-section .b2b-form :is(input, textarea)::placeholder {
  color: rgba(255, 255, 255, 0.56);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.56);
}

.b2bv2-form-section .b2b-form input:-webkit-autofill,
.b2bv2-form-section .b2b-form input:-webkit-autofill:hover,
.b2bv2-form-section .b2b-form input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px var(--v2-charcoal) inset;
  -webkit-text-fill-color: #fff;
}

.b2bv2-form-section .b2bv2-button {
  width: 100%;
  margin-top: 8px;
}

.b2bv2-closing {
  min-height: 82svh;
  display: grid;
  place-items: center;
  padding: 100px 0;
  background: var(--v2-blue);
}

.b2bv2-closing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: end;
}

.b2bv2-closing h2 {
  max-width: 1100px;
  margin-top: 20px;
  font-size: clamp(64px, 8vw, 126px);
}

.b2bv2-closing p:not(.b2bv2-eyebrow) {
  max-width: 700px;
  margin-top: 34px;
  color: #fff;
}

.b2bv2-closing .b2bv2-eyebrow {
  color: #fff;
}

.b2bv2-telemetry {
  color: rgba(255, 255, 255, 0.62);
}

.b2bv2-comparison .b2bv2-section-head > .b2bv2-eyebrow,
.b2bv2-process .b2bv2-section-head > .b2bv2-eyebrow,
.b2bv2-plans .b2bv2-section-head > .b2bv2-eyebrow {
  color: #0039aa;
}

.b2bv2-plan-grid .is-featured > p:not(.b2bv2-card-index) {
  color: #fff;
}

@media (max-width: 1100px) {
  .b2bv2-hero-heading h1 {
    max-width: 900px;
    font-size: clamp(58px, 7.6vw, 84px);
  }

  .b2bv2-route {
    right: 4vw;
    left: 8vw;
  }

  .b2bv2-hero-bottom {
    grid-template-columns: minmax(0, 510px) auto;
  }

  .b2bv2-actions {
    flex-direction: column;
  }

  .b2bv2-system-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    gap: 56px;
  }

  .b2bv2-process-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .b2bv2-process-grid article:nth-child(3) {
    border-right: 0;
  }

  .b2bv2-process-grid article:nth-child(n + 4) {
    border-top: 1px solid var(--v2-line-light);
  }

  .b2bv2-project-grid {
    grid-template-columns: 1fr;
  }

  .b2bv2-project-grid .is-large {
    grid-row: auto;
    grid-template-columns: 1.1fr 0.9fr;
  }

  .b2bv2-form-grid {
    grid-template-columns: 0.8fr minmax(440px, 1fr);
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .b2bv2-hero {
    height: auto;
    min-height: 1080px;
  }

  .b2bv2-hero-sticky {
    position: relative;
    height: 1080px;
    min-height: 0;
  }

  .b2bv2-hero-plate {
    inset: 0;
  }

  .b2bv2-hero-plate img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 48%;
    opacity: 0.82;
  }

  .b2bv2-hero-number {
    top: 90px;
    right: -16px;
    font-size: 132px;
    color: rgba(255, 255, 255, 0.05);
  }

  .b2bv2-hero-heading {
    top: 98px;
    right: 20px;
    left: 20px;
  }

  .b2bv2-hero-heading h1 {
    max-width: 350px;
    margin-top: 10px;
    font-size: clamp(45px, 12.2vw, 55px);
    letter-spacing: -0.072em;
    line-height: 0.86;
  }

  .b2bv2-route {
    top: 424px;
    right: 20px;
    bottom: auto;
    left: auto;
    width: 168px;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .b2bv2-route li {
    min-height: 34px;
    padding: 6px 8px;
  }

  .b2bv2-route li.is-active {
    transform: translateX(-5px);
  }

  .b2bv2-route strong {
    font-size: 8px;
  }

  .b2bv2-hero-bottom {
    right: 20px;
    bottom: 22px;
    left: 20px;
    display: block;
  }

  .b2bv2-hero-bottom > div:first-child {
    padding: 16px;
    background: rgba(5, 6, 7, 0.91);
  }

  .b2bv2-hero-lead {
    font-size: 16px;
  }

  .b2bv2-hero-bottom .offer-boundary,
  .b2bv2-audience {
    font-size: 9px;
  }

  .b2bv2-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 10px;
  }

  .b2bv2-button {
    width: 100%;
    min-height: 50px;
  }

  .b2bv2-telemetry {
    display: none;
  }

  .b2bv2-benefit-grid {
    grid-template-columns: 1fr;
  }

  .b2bv2-benefit-grid article,
  .b2bv2-benefit-grid article + article {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--v2-line-light);
  }

  .b2bv2-system {
    min-height: 0;
    padding: 90px 0;
  }

  .b2bv2-system-grid {
    display: block;
  }

  .b2bv2-system-sticky {
    position: relative;
    top: auto;
    min-height: 0;
  }

  .b2bv2-system-sticky h2,
  .b2bv2-section-head h2,
  .b2bv2-form-intro h2 {
    font-size: clamp(45px, 13vw, 58px);
  }

  .b2bv2-system-plate img {
    height: 520px;
    min-height: 0;
    object-position: center 48%;
  }

  .b2bv2-system-progress {
    display: none;
  }

  .b2bv2-stations {
    padding-top: 42px;
  }

  .b2bv2-stations article {
    min-height: 340px;
    padding: 32px 0 55px;
  }

  .b2bv2-stations h3 {
    font-size: 52px;
  }

  .b2bv2-comparison,
  .b2bv2-process,
  .b2bv2-projects,
  .b2bv2-plans,
  .b2bv2-form-section {
    padding: 90px 0;
  }

  .b2bv2-section-head {
    display: block;
    margin-bottom: 54px;
  }

  .b2bv2-section-head > .b2bv2-eyebrow {
    margin-bottom: 18px;
  }

  .b2bv2-section-head > p:last-child {
    margin-top: 26px;
  }

  .b2bv2-comparison-grid {
    grid-template-columns: 1fr;
  }

  .b2bv2-comparison-grid article {
    min-height: 580px;
    padding: 28px 24px;
  }

  .b2bv2-comparison-grid .is-connected {
    margin: 0;
  }

  .b2bv2-comparison-grid h3 {
    margin-top: 74px;
    font-size: 48px;
  }

  .b2bv2-process-grid {
    grid-template-columns: 1fr;
  }

  .b2bv2-process-grid article,
  .b2bv2-process-grid article:first-child {
    min-height: 290px;
    padding: 24px 0;
    border-right: 0;
    border-top: 1px solid var(--v2-line-light);
  }

  .b2bv2-process-grid h3 {
    margin-top: 56px;
    font-size: 38px;
  }

  .b2bv2-project-grid,
  .b2bv2-project-grid .is-large,
  .b2bv2-project-grid article {
    grid-template-columns: 1fr;
  }

  .b2bv2-project-grid figure,
  .b2bv2-project-grid .is-large figure {
    min-height: 235px;
  }

  .b2bv2-project-grid article > div {
    min-height: 390px;
    padding: 26px 22px;
  }

  .b2bv2-plan-grid {
    grid-template-columns: 1fr;
  }

  .b2bv2-plan-grid article,
  .b2bv2-plan-grid article:first-child {
    min-height: 610px;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--v2-line-light);
  }

  .b2bv2-plan-grid article.is-featured {
    margin: 0 calc(var(--v2-gutter) * -1);
    padding: 42px var(--v2-gutter);
  }

  .b2bv2-plan-grid h3 {
    min-height: 0;
    font-size: 43px;
  }

  .b2bv2-price {
    font-size: 46px;
  }

  .b2bv2-scope-note {
    text-align: left;
  }

  .b2bv2-form-grid {
    display: block;
  }

  .b2bv2-form-intro {
    position: relative;
    top: auto;
    margin-bottom: 68px;
  }

  .b2bv2-form-section .contact-form-wrap {
    margin: 0;
  }

  .b2bv2-closing {
    min-height: 95svh;
    padding: 90px 0;
  }

  .b2bv2-closing-grid {
    display: block;
  }

  .b2bv2-closing h2 {
    font-size: clamp(54px, 15vw, 68px);
  }

  .b2bv2-closing .b2bv2-button {
    margin-top: 58px;
    color: #fff;
    background: var(--v2-ink);
  }
}

@media (prefers-reduced-motion: reduce) {
  .b2bv2-hero-plate,
  .b2bv2-process-grid article,
  .b2bv2-project-grid img,
  .b2bv2-button {
    transform: none !important;
    transition: none !important;
  }
}
