.vs-page {
  color: var(--ink);
  background: #ffffff;
}

.vs-hero {
  position: relative;
  overflow: hidden;
  min-height: min(720px, calc(100vh - 80px));
  display: flex;
  align-items: center;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(23, 23, 23, 0.9) 0%, rgba(61, 62, 69, 0.76) 48%, rgba(23, 23, 23, 0.22) 100%),
    var(--vs-hero-image) center right / cover no-repeat,
    #171717;
}

.vs-hero-grid {
  width: min(1300px, calc(100% - 32px));
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.56fr);
  gap: 58px;
  align-items: end;
  padding: 94px 0 86px;
}

.vs-hero-copy {
  max-width: 820px;
}

.vs-kicker {
  margin: 0 0 16px;
  color: var(--brand-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.vs-hero h1 {
  max-width: 900px;
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(44px, 5.2vw, 76px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0;
}

.vs-hero-copy > p:not(.vs-kicker) {
  max-width: 710px;
  margin: 0 0 34px;
  color: #e5edf2;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.56;
}

.vs-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.vs-button {
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  font-weight: 700;
  transition: transform 170ms ease, background 170ms ease, border-color 170ms ease;
}

.vs-button:hover,
.vs-button:focus-visible {
  transform: translateY(-1px);
}

.vs-button [data-lucide] {
  width: 18px;
  height: 18px;
}

.vs-button-primary {
  color: #171717;
  border-color: var(--brand-blue);
  background: var(--brand-blue);
}

.vs-button-primary:hover,
.vs-button-primary:focus-visible {
  background: #a8cce2;
}

.vs-button-secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

.vs-button-secondary:hover,
.vs-button-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.18);
}

.vs-hero-proof {
  display: grid;
  gap: 12px;
}

.vs-hero-proof span {
  min-height: 112px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  padding: 18px;
  color: #d7e4eb;
  background: rgba(23, 23, 23, 0.46);
  backdrop-filter: blur(10px);
}

.vs-hero-proof strong {
  display: block;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.vs-section {
  padding: 88px 0;
  background: #ffffff;
}

.vs-soft {
  background:
    linear-gradient(90deg, rgba(61, 62, 69, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(133, 182, 214, 0.075) 1px, transparent 1px),
    #f4f7f9;
  background-size: 72px 72px, 72px 72px, auto;
}

.vs-dark {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(133, 182, 214, 0.18), rgba(23, 23, 23, 0) 44%),
    var(--dark-gradient);
}

.vs-section-heading {
  max-width: 920px;
  margin: 0 auto 46px;
  text-align: center;
}

.vs-section-heading.vs-left {
  margin: 0;
  text-align: left;
}

.vs-section-heading h2,
.vs-cta h2 {
  margin: 0 0 16px;
  color: #06122b;
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

.vs-dark .vs-cta h2 {
  color: #ffffff;
}

.vs-section-heading > p:not(.vs-kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.62;
}

.vs-card-grid,
.vs-image-grid {
  display: grid;
  gap: 20px;
}

.vs-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vs-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vs-card {
  min-height: 286px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(23, 23, 23, 0.06);
}

.vs-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--brand-charcoal);
  background: var(--brand-silver-soft);
}

.vs-icon [data-lucide] {
  width: 27px;
  height: 27px;
}

.vs-card h3 {
  margin: 0 0 12px;
  color: #06122b;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.25;
}

.vs-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.vs-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: 70px;
  align-items: start;
}

.vs-list {
  display: grid;
  gap: 14px;
}

.vs-list-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
}

.vs-list-item span {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--brand-charcoal);
  font-size: 13px;
  font-weight: 700;
}

.vs-list-item p {
  margin: 0;
  color: #3d3e45;
  font-size: 18px;
  line-height: 1.5;
}

.vs-image-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vs-image-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  color: #ffffff;
  background: #171717;
  box-shadow: 0 22px 54px rgba(23, 23, 23, 0.14);
}

.vs-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(23, 23, 23, 0.04) 0%, rgba(23, 23, 23, 0.16) 42%, rgba(23, 23, 23, 0.82) 100%),
    linear-gradient(90deg, rgba(23, 23, 23, 0.28) 0%, rgba(23, 23, 23, 0.04) 64%);
}

.vs-image-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform 520ms ease, filter 520ms ease;
}

.vs-image-card:hover img,
.vs-image-card:focus-visible img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.045);
}

.vs-image-card span {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  bottom: 24px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.16;
}

.vs-image-card small {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.ics-hero {
  background:
    linear-gradient(90deg, rgba(23, 23, 23, 0.92) 0%, rgba(61, 62, 69, 0.72) 44%, rgba(23, 23, 23, 0.16) 100%),
    var(--vs-hero-image) center right / cover no-repeat,
    #171717;
}

.ics-system-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(61, 62, 69, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(133, 182, 214, 0.075) 1px, transparent 1px),
    #ffffff;
  background-size: 72px 72px, 72px 72px, auto;
}

.ics-system-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(540px, 1.18fr);
  gap: 70px;
  align-items: center;
}

.ics-orbit {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(183, 194, 200, 0.5);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 50%, rgba(133, 182, 214, 0.24), transparent 29%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(237, 243, 246, 0.9));
  box-shadow: 0 28px 70px rgba(23, 23, 23, 0.1);
}

.ics-orbit::before,
.ics-orbit::after {
  content: "";
  position: absolute;
  inset: 64px;
  border: 1px solid rgba(95, 159, 199, 0.28);
  border-radius: 50%;
}

.ics-orbit::after {
  inset: 118px;
  border-style: dashed;
  border-color: rgba(61, 62, 69, 0.22);
}

.ics-orbit-core {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 220px;
  min-height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding: 26px;
  color: #ffffff;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(133, 182, 214, 0.42), rgba(23, 23, 23, 0.08)),
    var(--dark-gradient);
  box-shadow: 0 22px 54px rgba(23, 23, 23, 0.2);
  transform: translate(-50%, -50%);
}

.ics-orbit-core strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.08;
}

.ics-orbit-core span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.4;
}

.ics-orbit-item {
  position: absolute;
  z-index: 3;
  width: 142px;
  height: 142px;
  border: 1px solid rgba(183, 194, 200, 0.64);
  border-radius: 8px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 20px;
  color: #06122b;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(23, 23, 23, 0.1);
}

.ics-orbit-item [data-lucide] {
  width: 34px;
  height: 34px;
  color: var(--brand-blue-deep);
}

.ics-orbit-item span {
  color: #06122b;
  font-size: 16px;
  font-weight: 700;
}

.ics-orbit-kitchen {
  left: 50%;
  top: 34px;
  transform: translateX(-50%);
}

.ics-orbit-wardrobe {
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
}

.ics-orbit-bathroom {
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
}

.ics-orbit-living {
  left: 34px;
  top: 50%;
  transform: translateY(-50%);
}

.ics-image-grid .vs-image-card {
  min-height: 410px;
}

.pcs-hero {
  background:
    linear-gradient(90deg, rgba(23, 23, 23, 0.92) 0%, rgba(61, 62, 69, 0.74) 45%, rgba(23, 23, 23, 0.24) 100%),
    var(--vs-hero-image) center right / cover no-repeat,
    #171717;
}

.pcs-hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.58fr);
  align-items: center;
}

.pcs-hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  padding: 22px;
  color: #ffffff;
  background: rgba(23, 23, 23, 0.56);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.pcs-panel-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding-bottom: 18px;
}

.pcs-panel-head span,
.pcs-system-card span,
.pcs-flow-step span,
.pcs-program-card span,
.pcs-spec-grid span {
  display: block;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.pcs-panel-head strong {
  display: block;
  max-width: 330px;
  margin-top: 8px;
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
}

.pcs-panel-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.pcs-panel-metrics span {
  min-height: 116px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 15px;
  color: #d7e4eb;
  background: rgba(255, 255, 255, 0.08);
}

.pcs-panel-metrics strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}

.pcs-system-card {
  display: grid;
  gap: 10px;
}

.pcs-system-card span {
  min-height: 46px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  color: #f3f8fb;
  letter-spacing: 0;
  text-transform: none;
  background: rgba(255, 255, 255, 0.1);
}

.pcs-system-card [data-lucide] {
  width: 18px;
  height: 18px;
  color: var(--brand-blue);
  flex: 0 0 auto;
}

.pcs-config-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.pcs-config-card {
  min-height: 318px;
  border: 1px solid rgba(183, 194, 200, 0.72);
  border-radius: 8px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(237, 243, 246, 0.72)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(23, 23, 23, 0.06);
}

.pcs-config-number {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  background: var(--brand-charcoal);
  font-size: 13px;
  font-weight: 800;
}

.pcs-config-card > [data-lucide] {
  width: 38px;
  height: 38px;
  margin: 28px 0 24px;
  color: var(--brand-blue-deep);
  stroke-width: 1.8;
}

.pcs-config-card h3,
.pcs-flow-step strong,
.pcs-program-card h3,
.pcs-spec-grid strong {
  color: #06122b;
  font-family: var(--font-heading);
  font-weight: 400;
}

.pcs-config-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.18;
}

.pcs-config-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.pcs-builder-section {
  overflow: hidden;
}

.pcs-builder-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1.22fr);
  gap: 72px;
  align-items: start;
}

.pcs-flow {
  position: relative;
  display: grid;
  gap: 14px;
}

.pcs-flow::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: linear-gradient(180deg, var(--brand-blue), var(--brand-charcoal));
}

.pcs-flow-step {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  column-gap: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px 22px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(23, 23, 23, 0.05);
}

.pcs-flow-step span {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: none;
  background: var(--brand-charcoal);
}

.pcs-flow-step strong {
  align-self: end;
  font-size: 24px;
  line-height: 1.18;
}

.pcs-flow-step p {
  grid-column: 2;
  margin: 7px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.pcs-program-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.pcs-program-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  color: #ffffff;
  background: #171717;
  box-shadow: 0 22px 54px rgba(23, 23, 23, 0.14);
}

.pcs-program-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(23, 23, 23, 0.02) 0%, rgba(23, 23, 23, 0.2) 38%, rgba(23, 23, 23, 0.84) 100%),
    linear-gradient(90deg, rgba(23, 23, 23, 0.22) 0%, rgba(23, 23, 23, 0.02) 66%);
}

.pcs-program-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease, filter 520ms ease;
}

.pcs-program-card:hover img,
.pcs-program-card:focus-visible img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.045);
}

.pcs-program-card span,
.pcs-program-card h3 {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
}

.pcs-program-card span {
  bottom: 116px;
  color: rgba(255, 255, 255, 0.72);
}

.pcs-program-card h3 {
  bottom: 24px;
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
}

.pcs-spec-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(520px, 1.16fr);
  gap: 72px;
  align-items: center;
}

.pcs-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pcs-spec-grid div {
  min-height: 158px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(133, 182, 214, 0.1), rgba(255, 255, 255, 0) 56%),
    #ffffff;
  box-shadow: 0 16px 36px rgba(23, 23, 23, 0.05);
}

.pcs-spec-grid span {
  margin-bottom: 18px;
  color: var(--brand-blue-deep);
}

.pcs-spec-grid strong {
  display: block;
  font-size: 22px;
  line-height: 1.22;
}

.vs-cta {
  max-width: 920px;
  text-align: center;
}

.vs-cta .vs-kicker {
  color: var(--brand-blue);
}

.vs-centered {
  justify-content: center;
}

.vs-dark .vs-button-secondary {
  color: #ffffff;
}

.vs-page .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.vs-page .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.value-support-page {
  background: #ffffff;
}

.vsp-hero {
  background:
    linear-gradient(90deg, rgba(23, 23, 23, 0.92) 0%, rgba(61, 62, 69, 0.76) 47%, rgba(23, 23, 23, 0.2) 100%),
    var(--vs-hero-image) center right / cover no-repeat,
    #171717;
}

.vsp-hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.58fr);
  align-items: center;
}

.vsp-hero-panel {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 22px;
  background: rgba(23, 23, 23, 0.54);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.vsp-hero-panel span {
  min-height: 118px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: block;
  padding: 18px;
  color: #d7e4eb;
  background: rgba(255, 255, 255, 0.08);
  line-height: 1.45;
}

.vsp-hero-panel strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.vsp-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.vsp-pillar-card {
  min-height: 360px;
  border: 1px solid rgba(183, 194, 200, 0.72);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  color: #06122b;
  background:
    linear-gradient(135deg, rgba(133, 182, 214, 0.12), rgba(255, 255, 255, 0) 58%),
    #ffffff;
  box-shadow: 0 18px 42px rgba(23, 23, 23, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.vsp-pillar-card:hover,
.vsp-pillar-card:focus-visible {
  border-color: rgba(95, 159, 199, 0.42);
  box-shadow: 0 24px 58px rgba(23, 23, 23, 0.1);
  transform: translateY(-3px);
}

.vsp-pillar-card span {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--brand-charcoal);
  font-size: 13px;
  font-weight: 800;
}

.vsp-pillar-card [data-lucide] {
  width: 42px;
  height: 42px;
  margin: 32px 0 28px;
  color: var(--brand-blue-deep);
  stroke-width: 1.8;
}

.vsp-pillar-card h3 {
  margin: auto 0 12px;
  color: #06122b;
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.12;
}

.vsp-pillar-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.vsp-split,
.vsp-inspection-layout,
.vsp-calculator-layout,
.vsp-delivery-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1.22fr);
  gap: 64px;
  align-items: start;
}

.vsp-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.vsp-proof-card,
.vsp-risk-card,
.vsp-cost-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(23, 23, 23, 0.06);
}

.vsp-proof-card-large {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(23, 23, 23, 0.04) 0%, rgba(23, 23, 23, 0.18) 42%, rgba(23, 23, 23, 0.86) 100%),
    url("../img/index/pre-configured.png") center / cover no-repeat,
    #171717;
}

.vsp-proof-card strong,
.vsp-cost-card strong {
  display: block;
  margin-bottom: 22px;
  color: var(--brand-blue-deep);
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.vsp-proof-card-large strong {
  color: #ffffff;
  font-size: 58px;
}

.vsp-proof-card h3,
.vsp-risk-card h3,
.vsp-cost-card h3 {
  margin: 0 0 12px;
  color: #06122b;
  font-family: var(--font-heading);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.22;
}

.vsp-proof-card p,
.vsp-risk-card p,
.vsp-cost-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.vsp-proof-card-large h3,
.vsp-proof-card-large p {
  color: #ffffff;
}

.vsp-proof-card-large p {
  color: rgba(255, 255, 255, 0.8);
}

.vsp-workflow-head {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 34px;
}

.vsp-workflow-head h2 {
  margin: 0;
  color: #06122b;
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 400;
  line-height: 1.12;
}

.vsp-workflow-head > p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.vsp-risk-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vsp-risk-card {
  min-height: 310px;
}

.vsp-risk-card [data-lucide] {
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  color: var(--brand-blue-deep);
  stroke-width: 1.8;
}

.vsp-inspection-section {
  overflow: hidden;
}

.vsp-inspection-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(133, 182, 214, 0.12), rgba(255, 255, 255, 0) 54%),
    #ffffff;
  box-shadow: 0 22px 54px rgba(23, 23, 23, 0.08);
}

.vsp-inspection-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.vsp-inspection-flow::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 30px;
  height: 1px;
  background: rgba(95, 159, 199, 0.34);
}

.vsp-inspection-flow span {
  position: relative;
  min-height: 172px;
  border: 1px solid rgba(183, 194, 200, 0.72);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  color: #06122b;
  background: rgba(255, 255, 255, 0.94);
  font-family: var(--font-heading);
  font-size: 23px;
  line-height: 1.15;
}

.vsp-inspection-flow span::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 22px;
  width: 16px;
  height: 16px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: var(--brand-blue-deep);
  box-shadow: 0 0 0 1px rgba(95, 159, 199, 0.42);
}

.vsp-inspection-flow small {
  margin-top: 8px;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.35;
}

.vsp-aql-card {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.vsp-aql-card div {
  min-height: 116px;
  border-radius: 8px;
  padding: 18px;
  color: #d7e4eb;
  background: var(--dark-gradient);
}

.vsp-aql-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vsp-aql-card strong {
  display: block;
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.vsp-delivery-grid {
  align-items: center;
}

.vsp-delivery-grid .vs-section-heading h2 {
  color: #ffffff;
}

.vsp-delivery-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.vsp-delivery-panel span {
  min-height: 158px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 20px;
  color: #d7e4eb;
  background: rgba(255, 255, 255, 0.08);
}

.vsp-delivery-panel strong {
  display: block;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.vsp-delivery-panel p {
  grid-column: 1 / -1;
  margin: 0;
  border-radius: 8px;
  padding: 18px 20px;
  color: #ffffff;
  background: rgba(133, 182, 214, 0.16);
}

.vsp-cost-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vsp-cost-card {
  min-height: 300px;
}

.vsp-cost-card:nth-child(1) {
  grid-column: span 2;
  background:
    linear-gradient(135deg, rgba(133, 182, 214, 0.18), rgba(255, 255, 255, 0) 56%),
    #ffffff;
}

.vsp-calculator-layout {
  align-items: stretch;
}

.vsp-calculator {
  border: 1px solid rgba(183, 194, 200, 0.72);
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  gap: 18px;
  padding: 22px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(23, 23, 23, 0.08);
}

.vsp-calc-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vsp-calculator label {
  display: grid;
  gap: 8px;
  color: #3d3e45;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.vsp-calculator input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d4dde3;
  border-radius: 6px;
  padding: 12px 13px;
  color: #111827;
  background: #ffffff;
  outline: none;
}

.vsp-calculator input:focus {
  border-color: var(--brand-blue-deep);
  box-shadow: 0 0 0 3px rgba(133, 182, 214, 0.22);
}

.vsp-calc-result {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(133, 182, 214, 0.28), rgba(23, 23, 23, 0) 42%),
    var(--dark-gradient);
}

.vsp-calc-result > span {
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vsp-calc-result > strong {
  display: block;
  margin: 18px 0 28px;
  color: #ffffff;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 800;
  line-height: 1;
}

.vsp-calc-breakdown {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.vsp-calc-breakdown p {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 9px;
  color: #d7e4eb;
}

.vsp-calc-breakdown b {
  color: #ffffff;
  font-weight: 800;
  white-space: nowrap;
}

.vsp-cta-section {
  background: #ffffff;
}

@media (max-width: 1180px) {
  .vs-hero-grid,
  .vs-split {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .pcs-hero-grid,
  .pcs-builder-layout,
  .pcs-spec-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .vs-hero-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vs-four,
  .vs-three,
  .vs-image-grid,
  .pcs-config-grid,
  .pcs-program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pcs-hero-panel {
    max-width: 760px;
  }

  .ics-system-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .ics-orbit {
    min-height: 520px;
  }
}

@media (max-width: 760px) {
  .vs-hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(23, 23, 23, 0.94) 0%, rgba(61, 62, 69, 0.8) 56%, rgba(23, 23, 23, 0.58) 100%),
      var(--vs-hero-image) center bottom / cover no-repeat,
      #171717;
  }

  .pcs-hero {
    background:
      linear-gradient(180deg, rgba(23, 23, 23, 0.96) 0%, rgba(61, 62, 69, 0.84) 58%, rgba(23, 23, 23, 0.66) 100%),
      var(--vs-hero-image) center bottom / cover no-repeat,
      #171717;
  }

  .vs-hero-grid {
    padding: 58px 0 64px;
    gap: 36px;
  }

  .vs-hero h1 {
    font-size: 42px;
  }

  .vs-button-row {
    flex-direction: column;
    align-items: stretch;
  }

  .vs-hero-proof,
  .vs-four,
  .vs-three,
  .vs-image-grid,
  .pcs-config-grid,
  .pcs-program-grid,
  .pcs-spec-grid {
    grid-template-columns: 1fr;
  }

  .pcs-panel-metrics {
    grid-template-columns: 1fr;
  }

  .pcs-panel-head strong {
    font-size: 28px;
  }

  .pcs-panel-metrics span {
    min-height: auto;
  }

  .vs-section {
    padding: 64px 0;
  }

  .vs-section-heading,
  .vs-section-heading.vs-left {
    margin-bottom: 34px;
    text-align: left;
  }

  .vs-section-heading h2,
  .vs-cta h2 {
    font-size: 34px;
  }

  .vs-section-heading > p:not(.vs-kicker) {
    font-size: 17px;
  }

  .vs-card,
  .vs-hero-proof span,
  .pcs-config-card,
  .pcs-spec-grid div {
    min-height: auto;
  }

  .pcs-flow::before {
    left: 21px;
  }

  .pcs-flow-step {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .pcs-flow-step span {
    width: 44px;
    height: 44px;
    font-size: 11px;
  }

  .pcs-flow-step strong {
    font-size: 21px;
  }

  .pcs-flow-step p {
    grid-column: 1 / -1;
    margin-top: 10px;
  }

  .pcs-program-card {
    min-height: 350px;
  }

  .pcs-program-card span,
  .pcs-program-card h3 {
    left: 20px;
    right: 20px;
  }

  .pcs-program-card h3 {
    font-size: 21px;
  }

  .vs-list-item {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .vs-list-item p {
    font-size: 16px;
  }

  .vs-image-card {
    min-height: 320px;
  }

  .ics-system-layout {
    gap: 32px;
  }

  .ics-orbit {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  .ics-orbit::before,
  .ics-orbit::after {
    content: none;
  }

  .ics-orbit-core,
  .ics-orbit-item,
  .ics-orbit-kitchen,
  .ics-orbit-wardrobe,
  .ics-orbit-bathroom,
  .ics-orbit-living {
    position: static;
    width: 100%;
    min-height: auto;
    height: auto;
    border-radius: 8px;
    transform: none;
  }

  .ics-orbit-core {
    padding: 30px 22px;
  }

  .ics-orbit-core strong {
    font-size: 28px;
  }

  .ics-orbit-item {
    grid-template-columns: 36px minmax(0, 1fr);
    justify-items: start;
    text-align: left;
  }

  .ics-image-grid .vs-image-card {
    min-height: 340px;
  }
}

.ics-hero-grid {
  align-items: center;
}

.ics-hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 24px;
  color: #ffffff;
  background: rgba(23, 23, 23, 0.52);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.ics-hero-panel-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding-bottom: 20px;
  margin-bottom: 18px;
}

.ics-hero-panel-head span {
  display: block;
  margin-bottom: 10px;
  color: var(--brand-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ics-hero-panel-head strong {
  display: block;
  max-width: 360px;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.16;
}

.ics-hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ics-hero-proof-grid span {
  min-height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 16px;
  color: #d7e4eb;
  background: rgba(255, 255, 255, 0.08);
}

.ics-hero-proof-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.ics-architecture {
  overflow: hidden;
}

.ics-architecture-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(560px, 1.26fr);
  gap: 54px;
  align-items: start;
}

.ics-matrix {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(23, 23, 23, 0.08);
}

.ics-matrix-row {
  display: grid;
  grid-template-columns: minmax(160px, 0.72fr) minmax(0, 1fr) minmax(0, 1fr);
  min-height: 92px;
  border-top: 1px solid var(--line);
}

.ics-matrix-row:first-child {
  border-top: 0;
}

.ics-matrix-row > span {
  display: flex;
  align-items: center;
  gap: 10px;
  border-left: 1px solid var(--line);
  padding: 20px;
  color: var(--muted);
  line-height: 1.45;
}

.ics-matrix-row > span:first-child {
  border-left: 0;
  color: #06122b;
  font-weight: 700;
}

.ics-matrix-row [data-lucide] {
  width: 22px;
  height: 22px;
  color: var(--brand-blue-deep);
  flex: 0 0 auto;
}

.ics-matrix-head {
  min-height: auto;
  color: #ffffff;
  background: var(--dark-gradient);
}

.ics-matrix-head > span,
.ics-matrix-head > span:first-child {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ics-programs {
  background: #ffffff;
}

.ics-program-card {
  min-height: 300px;
}

.ics-workflow-head {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 34px;
}

.ics-workflow-head .vs-section-heading {
  margin-bottom: 0;
}

.ics-workflow-head > p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.ics-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  counter-reset: ics-step;
}

.ics-step {
  min-height: 260px;
  border: 1px solid rgba(183, 194, 200, 0.72);
  border-radius: 8px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(23, 23, 23, 0.06);
}

.ics-step span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 28px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--brand-charcoal);
  font-size: 13px;
  font-weight: 700;
}

.ics-step h3 {
  margin: 0 0 12px;
  color: #06122b;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.25;
}

.ics-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

@media (max-width: 1180px) {
  .ics-hero-panel {
    max-width: 780px;
  }

  .ics-architecture-grid,
  .ics-workflow-head {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ics-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vsp-hero-grid,
  .vsp-split,
  .vsp-inspection-layout,
  .vsp-calculator-layout,
  .vsp-delivery-grid,
  .vsp-workflow-head {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .vsp-hero-panel,
  .vsp-risk-grid,
  .vsp-cost-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vsp-pillar-grid,
  .vsp-delivery-panel {
    grid-template-columns: 1fr;
  }

  .vsp-delivery-panel span {
    min-height: auto;
  }

  .vsp-calculator {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .ics-matrix {
    box-shadow: 0 16px 36px rgba(23, 23, 23, 0.08);
  }

  .ics-matrix-row,
  .ics-matrix-head {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ics-matrix-head {
    display: none;
  }

  .ics-matrix-row {
    min-height: auto;
    padding: 18px;
  }

  .ics-matrix-row > span {
    border-left: 0;
    padding: 4px 0;
  }
}

@media (max-width: 760px) {
  .ics-hero-panel {
    padding: 18px;
  }

  .ics-hero-panel-head strong {
    font-size: 24px;
  }

  .ics-hero-proof-grid,
  .ics-step-grid {
    grid-template-columns: 1fr;
  }

  .ics-hero-proof-grid span {
    min-height: auto;
  }

  .ics-step {
    min-height: auto;
  }

  .vsp-hero {
    background:
      linear-gradient(180deg, rgba(23, 23, 23, 0.96) 0%, rgba(61, 62, 69, 0.84) 58%, rgba(23, 23, 23, 0.62) 100%),
      var(--vs-hero-image) center bottom / cover no-repeat,
      #171717;
  }

  .vsp-hero-panel,
  .vsp-risk-grid,
  .vsp-cost-grid,
  .vsp-proof-grid,
  .vsp-inspection-flow,
  .vsp-aql-card,
  .vsp-calc-fields {
    grid-template-columns: 1fr;
  }

  .vsp-hero-panel span,
  .vsp-pillar-card,
  .vsp-proof-card-large,
  .vsp-risk-card,
  .vsp-cost-card,
  .vsp-inspection-flow span {
    min-height: auto;
  }

  .vsp-pillar-card {
    padding: 24px;
  }

  .vsp-pillar-card h3 {
    margin-top: 0;
  }

  .vsp-proof-card-large strong {
    font-size: 44px;
  }

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

  .vsp-workflow-head h2 {
    font-size: 34px;
  }

  .vsp-inspection-flow::before {
    left: 30px;
    right: auto;
    top: 28px;
    bottom: 28px;
    width: 1px;
    height: auto;
  }

  .vsp-cost-card:nth-child(1) {
    grid-column: auto;
  }

  .vsp-calc-result {
    padding: 22px;
  }
}

/* Why Beneox premium narrative page. */
.why-beneox-page {
  background: #ffffff;
}

.why-beneox-page .vs-kicker {
  letter-spacing: 0;
}

.why-beneox-page .vs-section {
  padding: clamp(78px, 7vw, 118px) 0;
}

.wb-hero {
  min-height: min(720px, calc(100vh - 80px));
  color: #111827;
  background:
    var(--vs-hero-image) center / cover no-repeat,
    #171717;
}

.wb-hero-inner {
  min-height: inherit;
  display: flex;
  align-items: center;
  padding: clamp(80px, 8vw, 112px) 0;
}

.wb-hero-copy {
  max-width: 780px;
}

.wb-hero-copy h1 {
  max-width: 780px;
  margin: 0 0 28px;
  color: #111827;
  font-size: clamp(58px, 6.7vw, 98px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

.wb-hero-lede {
  max-width: 650px;
  margin: 0 0 22px;
  color: rgba(17, 24, 39, 0.78);
  font-size: clamp(19px, 1.45vw, 24px);
  line-height: 1.45;
}

.wb-hero-benefits {
  margin: 0 0 34px;
  color: #111827;
  font-size: clamp(20px, 1.55vw, 26px);
  font-weight: 800;
  line-height: 1.25;
}

.wb-hero-actions .vs-button {
  min-width: 188px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.12);
}

.wb-hero-actions .vs-button-secondary {
  color: #111827;
  border-color: rgba(17, 24, 39, 0.18);
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(8px);
}

.wb-hero-actions .vs-button-secondary:hover,
.wb-hero-actions .vs-button-secondary:focus-visible {
  border-color: rgba(17, 24, 39, 0.34);
  background: rgba(255, 255, 255, 0.9);
}

.wb-hero-proof {
  display: grid;
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.wb-hero-proof span {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 20px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(23, 23, 23, 0.62);
  backdrop-filter: blur(12px);
}

.wb-hero-proof strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 800;
  line-height: 1;
}

.wb-proof-strip-section {
  border-bottom: 1px solid var(--line);
  background: #ffffff;
  padding: 30px 0;
}

.wb-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.wb-proof-strip span {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 22px;
  color: #62656d;
  background: #ffffff;
  line-height: 1.45;
}

.wb-proof-strip strong {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 800;
  line-height: 1;
}

.wb-manifesto {
  background: #ffffff;
}

.why-beneox-page .wb-manifesto {
  padding-top: 0;
}

.wb-value-foundation {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f7f9 100%);
}

.wb-value-foundation::before {
  content: none;
}

.wb-value-foundation .container {
  position: relative;
  z-index: 1;
}

.wb-value-foundation-heading {
  max-width: 660px;
  margin: 0 auto 48px;
  text-align: center;
}

.wb-value-foundation-heading span {
  display: block;
  color: #85b6d6;
  font-family: var(--font-heading);
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wb-value-foundation-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.wb-value-foundation-card {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px 32px 38px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  color: #ffffff;
  background: #171717;
  box-shadow: 0 28px 70px rgba(23, 23, 23, 0.16);
  isolation: isolate;
  text-decoration: none;
}

.wb-value-foundation-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 700ms ease, filter 700ms ease;
}

.wb-value-foundation-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(23, 23, 23, 0.02) 0%, rgba(23, 23, 23, 0.05) 38%, rgba(23, 23, 23, 0.36) 100%),
    linear-gradient(90deg, rgba(23, 23, 23, 0.08) 0%, rgba(23, 23, 23, 0.02) 62%);
  pointer-events: none;
}

.wb-value-foundation-card:hover::before {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.04);
}

.wb-value-foundation-card:focus-visible {
  outline: 3px solid rgba(133, 182, 214, 0.9);
  outline-offset: 4px;
}

.wb-value-foundation-card:nth-child(1)::before {
  background-image: url("../img/index/pre-configured.png");
  background-position: center;
  filter: brightness(1.24) saturate(1.06) contrast(1.03);
}

.wb-value-foundation-card:nth-child(1)::after {
  background:
    linear-gradient(180deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0.03) 38%, rgba(23, 23, 23, 0.26) 100%),
    linear-gradient(90deg, rgba(23, 23, 23, 0.04) 0%, rgba(23, 23, 23, 0.01) 62%);
}

.wb-value-foundation-card:nth-child(1):hover::before {
  filter: brightness(1.28) saturate(1.1) contrast(1.05);
}

.wb-value-foundation-card:nth-child(2)::before {
  background-image: url("../img/index/quality-control.jpg");
  background-position: center;
}

.wb-value-foundation-card:nth-child(3)::before {
  background-image: url("../img/index/reliable-system-delivery.png");
  background-position: center;
}

.wb-value-foundation-card + .wb-value-foundation-card {
  border-left: 1px solid rgba(255, 255, 255, 0.38);
}

.wb-value-card-kicker {
  position: absolute;
  top: 28px;
  left: 30px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 700;
}

.wb-value-foundation-card h3 {
  min-height: 132px;
  margin: 0 0 24px;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(34px, 3.1vw, 46px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
}

.wb-value-foundation-card ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wb-value-foundation-card li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.35;
}

.wb-value-foundation-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #85b6d6;
  transform: translateY(-50%);
}

@media (min-width: 1025px) {
  .wb-value-foundation-card {
    display: grid;
    grid-template-rows: 1fr 120px 228px;
    justify-content: stretch;
  }

  .wb-value-foundation-card h3 {
    grid-row: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 0;
    margin: 0;
  }

  .wb-value-foundation-card ul {
    grid-row: 3;
    align-self: start;
    gap: 9px;
  }

  .wb-value-foundation-card:nth-child(3) ul {
    gap: 7px;
  }

  .wb-value-foundation-card:nth-child(3) li {
    font-size: 15px;
    line-height: 1.24;
  }
}

.wb-outcome-jump-container {
  width: 100%;
  margin: 0;
  padding: clamp(24px, 3.4vw, 44px) 0 clamp(22px, 3vw, 38px);
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 54%, #f4f7f9 100%);
}

.wb-outcome-jump {
  position: relative;
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.wb-outcome-jump-bar {
  margin: 0;
  padding: 0;
  color: var(--brand-charcoal);
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.wb-outcome-jump-bar::before {
  content: none;
}

.wb-outcome-jump-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  gap: clamp(20px, 4vw, 58px);
  padding: 0;
}

.wb-outcome-jump-links a {
  position: relative;
  display: inline-grid;
  grid-template-columns: 34px auto;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 38px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #111827;
  background: transparent;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.wb-outcome-jump-links a:hover,
.wb-outcome-jump-links a:focus-visible {
  color: var(--brand-blue-deep);
  transform: translateY(-2px);
  outline: 0;
}

.wb-outcome-jump-links span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  border: 1px solid rgba(95, 159, 199, 0.28);
  border-radius: 50%;
  color: var(--brand-blue-deep);
  background: rgba(133, 182, 214, 0.12);
}

.wb-outcome-jump-links strong {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.12;
}

.wb-outcome-jump-links i,
.wb-outcome-jump-links svg,
.wb-outcome-jump-links [data-lucide] {
  width: 18px;
  height: 18px;
  color: currentColor;
}

.wb-outcome-jump-container + .wb-manifesto-grid {
  margin-top: clamp(32px, 4vw, 52px);
}

.wb-save-time-story {
  margin-top: clamp(54px, 6vw, 86px);
  scroll-margin-top: 112px;
}

.wb-save-worry-story {
  padding-top: clamp(54px, 6vw, 86px);
}

.wb-save-cost-story {
  padding-top: clamp(54px, 6vw, 86px);
}

.wb-save-time-story + .wb-manifesto-grid {
  margin-top: clamp(64px, 7vw, 104px);
}

.wb-save-time-flow {
  display: grid;
  gap: clamp(54px, 6vw, 92px);
}

.wb-save-time-row {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 0.9fr);
  gap: clamp(36px, 5.5vw, 82px);
  align-items: center;
}

.wb-save-time-row-reverse {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.96fr);
}

.wb-save-time-media {
  margin: 0;
  overflow: hidden;
  background: #eef3f6;
}

.wb-save-time-media img {
  width: 100%;
  aspect-ratio: 1.42;
  display: block;
  object-fit: cover;
}

.wb-save-time-copy {
  max-width: 620px;
}

.wb-save-time-copy h3 {
  margin: 0 0 18px;
  color: #111827;
  font-family: var(--font-heading);
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.wb-save-time-copy p {
  max-width: 620px;
  margin: 0;
  color: #535762;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.7;
}

.wb-save-time-copy ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.wb-save-time-copy li {
  position: relative;
  padding-left: 22px;
  color: #3d3e45;
  font-size: 16px;
  line-height: 1.5;
}

.wb-save-time-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand-blue-deep);
}

.wb-manifesto-grid,
.wb-capability-grid,
.wb-dark-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 0.64fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: start;
}

.wb-manifesto-title h2,
.wb-section-head h2,
.wb-capability-copy h2,
.wb-dark-copy h2,
.wb-process-head h2,
.wb-final-cta h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(38px, 4.8vw, 68px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: 0;
}

.wb-manifesto-copy {
  padding-top: 44px;
}

.wb-manifesto-copy p {
  margin: 0;
  color: #4e5968;
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.68;
}

.wb-manifesto-copy p + p {
  margin-top: 22px;
}

.wb-boardroom-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(23, 23, 23, 0.9), rgba(23, 23, 23, 0.62)),
    url("../img/landing-page/factory-floor.webp") center / cover no-repeat,
    #171717;
}

.wb-boardroom-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 86%);
}

.wb-boardroom-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(560px, 1fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: end;
}

.wb-boardroom-copy {
  max-width: 680px;
}

.wb-boardroom-copy h2,
.wb-ledger-title h2,
.wb-assurance-copy h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(38px, 4.6vw, 64px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: 0;
}

.wb-boardroom-copy p:not(.vs-kicker) {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 19px;
  line-height: 1.65;
}

.wb-pain-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.wb-pain-grid article {
  min-height: 238px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 24px;
  background: rgba(23, 23, 23, 0.36);
}

.wb-pain-grid article:nth-child(2n) {
  border-right: 0;
}

.wb-pain-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.wb-pain-grid span {
  display: block;
  margin-bottom: 58px;
  color: var(--brand-blue);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.wb-pain-grid h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.14;
}

.wb-pain-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
}

.wb-section-head {
  max-width: 860px;
  margin: 0 auto clamp(42px, 5vw, 68px);
  text-align: center;
}

.wb-section-intro {
  max-width: 660px;
  margin: 18px auto 0;
  color: #62656d;
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.62;
}

.wb-save-cost-story .wb-section-head {
  margin-bottom: clamp(26px, 4vw, 44px);
}

.wb-cost-map {
  position: relative;
  overflow: hidden;
  margin: 0 0 clamp(58px, 6.5vw, 94px);
  border-radius: 8px;
  padding: clamp(24px, 3.4vw, 44px);
  background:
    radial-gradient(circle at 16% 54%, rgba(133, 182, 214, 0.18), transparent 24%),
    radial-gradient(circle at 86% 50%, rgba(183, 194, 200, 0.24), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #f4f7f9 100%);
  box-shadow:
    inset 0 0 0 1px rgba(183, 194, 200, 0.46),
    0 22px 56px rgba(23, 23, 23, 0.05);
}

.wb-cost-map-board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 36px);
  align-items: stretch;
}

.wb-cost-map-board::before {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  top: 292px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(95, 159, 199, 0.28) 14%, rgba(61, 62, 69, 0.16) 50%, rgba(95, 159, 199, 0.28) 86%, transparent);
}

.wb-cost-map-group {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(183, 194, 200, 0.66);
  border-radius: 8px;
  min-height: 292px;
  display: grid;
  align-content: center;
  padding: 54px 20px 24px;
  background: rgba(255, 255, 255, 0.7);
}

.wb-cost-map-group-main {
  grid-column: 1 / -1;
  grid-row: 2;
  min-height: auto;
  padding: 76px clamp(20px, 2.6vw, 32px) 28px;
}

.wb-cost-map-group-right {
  grid-column: 2;
  grid-row: 1;
}

.wb-cost-map-group-left {
  grid-column: 1;
  grid-row: 1;
}

.wb-cost-map-label {
  position: absolute;
  top: 17px;
  left: 18px;
  right: 18px;
  color: var(--brand-charcoal);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.wb-cost-lever-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.wb-cost-node {
  position: relative;
  min-height: 220px;
  border: 1px solid rgba(183, 194, 200, 0.72);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 78px 22px 30px;
  color: #111827;
  background:
    radial-gradient(circle at 50% 18%, rgba(133, 182, 214, 0.16), transparent 32%),
    linear-gradient(145deg, #ffffff 0%, #f7fafc 100%);
  box-shadow: 0 16px 38px rgba(23, 23, 23, 0.045);
  text-align: center;
}

.wb-cost-node::before {
  content: none;
}

.wb-cost-node::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(133, 182, 214, 0.95), rgba(95, 159, 199, 0.92));
  box-shadow: 0 10px 22px rgba(95, 159, 199, 0.22);
  transform: translateX(-50%);
}

.wb-cost-node i,
.wb-cost-node svg,
.wb-cost-node [data-lucide] {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 31px;
  width: 22px;
  height: 22px;
  color: #ffffff;
  stroke-width: 2;
  transform: translateX(-50%);
}

.wb-cost-node span {
  color: var(--brand-black);
  font-size: clamp(15px, 1.12vw, 18px);
  font-weight: 800;
  line-height: 1.25;
}

.wb-cost-node strong {
  color: var(--brand-blue-deep);
  font-size: clamp(24px, 2.05vw, 34px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.wb-cost-node p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.wb-cost-node-start,
.wb-cost-node-result {
  width: min(250px, 100%);
  min-height: 250px;
  justify-self: center;
  border-radius: 50%;
  aspect-ratio: 1;
  align-items: center;
  gap: 10px;
  padding: 34px;
  background:
    radial-gradient(circle at 74% 24%, rgba(133, 182, 214, 0.22), transparent 32%),
    #ffffff;
  box-shadow:
    0 26px 64px rgba(23, 23, 23, 0.08),
    inset 0 0 0 1px rgba(183, 194, 200, 0.78);
  text-align: center;
}

.wb-cost-node-start::after,
.wb-cost-node-result::after {
  content: none;
}

.wb-cost-node-start i,
.wb-cost-node-start svg,
.wb-cost-node-start [data-lucide],
.wb-cost-node-result i,
.wb-cost-node-result svg,
.wb-cost-node-result [data-lucide] {
  position: static;
  order: -2;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 12px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(133, 182, 214, 0.95), rgba(95, 159, 199, 0.92));
  box-shadow: 0 10px 22px rgba(95, 159, 199, 0.22);
  transform: none;
}

.wb-cost-node-result {
  background:
    radial-gradient(circle at 30% 24%, rgba(133, 182, 214, 0.24), transparent 32%),
    #ffffff;
}

.wb-cost-node-result strong {
  color: var(--brand-charcoal);
  max-width: 190px;
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 1.12;
  white-space: normal;
}

.wb-cost-example {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(360px, 1.16fr) minmax(230px, 0.62fr);
  align-items: stretch;
  margin: clamp(18px, 2.1vw, 26px) 0 0;
  border: 1px solid rgba(183, 194, 200, 0.56);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(248, 250, 252, 0.68) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.wb-cost-example-intro,
.wb-cost-example-item,
.wb-cost-example-total {
  position: relative;
  z-index: 1;
}

.wb-cost-example-intro {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: clamp(18px, 2.1vw, 24px);
  border-right: 1px solid rgba(183, 194, 200, 0.56);
}

.wb-cost-example-intro span,
.wb-cost-example-item span,
.wb-cost-example-total span {
  color: var(--brand-blue-deep);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.wb-cost-example-intro h3 {
  margin: 0;
  color: #111827;
  font-family: var(--font-heading);
  font-size: clamp(21px, 1.62vw, 26px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

.wb-cost-example-intro p,
.wb-cost-example-item p,
.wb-cost-example-total p {
  margin: 0;
  color: #62656d;
  font-size: 13px;
  line-height: 1.5;
}

.wb-cost-example-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wb-cost-example-item {
  position: relative;
  display: grid;
  align-content: center;
  gap: 9px;
  min-height: 136px;
  padding: clamp(18px, 2.1vw, 24px);
  background: rgba(255, 255, 255, 0.34);
}

.wb-cost-example-item + .wb-cost-example-item {
  border-left: 1px solid rgba(183, 194, 200, 0.56);
}

.wb-cost-example-item strong,
.wb-cost-example-total strong {
  color: #111827;
  font-size: clamp(22px, 1.8vw, 30px);
  font-weight: 800;
  line-height: 1.05;
  white-space: nowrap;
}

.wb-cost-example-total {
  position: relative;
  display: grid;
  align-content: center;
  gap: 9px;
  min-height: 136px;
  padding: clamp(18px, 2.1vw, 24px);
  border-left: 1px solid rgba(183, 194, 200, 0.56);
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(95, 159, 199, 0.94), rgba(65, 123, 160, 0.94));
}

.wb-cost-example-total::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: rgba(255, 255, 255, 0.26);
}

.wb-cost-example-total span {
  color: rgba(255, 255, 255, 0.86);
}

.wb-cost-example-total strong {
  color: #ffffff;
  font-size: clamp(28px, 2.25vw, 38px);
  letter-spacing: 0;
}

.wb-cost-example-total p {
  color: rgba(255, 255, 255, 0.78);
}

.wb-cost-node [data-countup],
.wb-cost-example [data-countup] {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

.wb-promise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cfd8de;
  border-left: 1px solid #cfd8de;
}

.wb-promise-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid #cfd8de;
  border-bottom: 1px solid #cfd8de;
  padding: clamp(28px, 3.4vw, 52px);
  color: #111827;
  background: rgba(255, 255, 255, 0.72);
  scroll-margin-top: 112px;
}

.wb-promise-card-dark {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(133, 182, 214, 0.16), rgba(23, 23, 23, 0) 36%),
    var(--dark-gradient);
}

.wb-promise-card span {
  margin-bottom: auto;
  color: var(--brand-blue-deep);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.wb-promise-card-dark span {
  color: var(--brand-blue);
}

.wb-promise-card h3 {
  margin: 70px 0 18px;
  color: inherit;
  font-family: var(--font-heading);
  font-size: clamp(34px, 3.8vw, 54px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}

.wb-promise-card p {
  margin: 0;
  color: #62656d;
  font-size: 17px;
  line-height: 1.62;
}

.wb-promise-card-dark p {
  color: rgba(255, 255, 255, 0.76);
}

.wb-promise-card ul {
  display: grid;
  gap: 9px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.wb-promise-card li {
  position: relative;
  padding-left: 18px;
  color: #3d3e45;
  font-size: 15px;
  line-height: 1.45;
}

.wb-promise-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.63em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-blue-deep);
}

.wb-promise-card-dark li {
  color: rgba(255, 255, 255, 0.82);
}

.wb-promise-card-dark li::before {
  background: var(--brand-blue);
}

.wb-ledger-section {
  background: #ffffff;
}

.wb-ledger-grid,
.wb-assurance-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(560px, 1fr);
  gap: clamp(44px, 6vw, 86px);
  align-items: start;
}

.wb-ledger-title,
.wb-assurance-copy {
  position: sticky;
  top: 112px;
}

.wb-ledger {
  border-top: 1px solid var(--line);
}

.wb-ledger div {
  display: grid;
  grid-template-columns: 116px minmax(220px, 0.58fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}

.wb-ledger span {
  color: var(--brand-blue-deep);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.wb-ledger strong {
  color: #111827;
  font-size: clamp(21px, 1.75vw, 28px);
  font-weight: 400;
  line-height: 1.12;
}

.wb-ledger p {
  margin: 0;
  color: #62656d;
  line-height: 1.62;
}

.wb-capability-section {
  overflow: hidden;
  background: #ffffff;
}

.wb-capability-grid {
  grid-template-columns: minmax(420px, 0.78fr) minmax(0, 0.82fr);
  align-items: center;
}

.wb-capability-media {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 0.92;
  border-radius: 8px;
  background: #edf3f6;
  box-shadow: 0 28px 70px rgba(23, 23, 23, 0.12);
}

.wb-capability-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wb-capability-copy {
  max-width: 700px;
}

.wb-capability-list {
  display: grid;
  gap: 22px;
  margin-top: 40px;
}

.wb-capability-list article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px 20px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.wb-capability-list [data-lucide] {
  width: 30px;
  height: 30px;
  color: var(--brand-blue-deep);
  stroke-width: 1.8;
}

.wb-capability-list h3 {
  margin: 0;
  color: #111827;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.wb-capability-list p {
  grid-column: 2;
  margin: -7px 0 0;
  color: #62656d;
  line-height: 1.62;
}

.wb-assurance-section {
  background:
    linear-gradient(90deg, rgba(61, 62, 69, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(133, 182, 214, 0.075) 1px, transparent 1px),
    #f4f7f9;
  background-size: 72px 72px, 72px 72px, auto;
}

.wb-assurance-copy p:not(.vs-kicker) {
  margin: 24px 0 0;
  color: #62656d;
  font-size: 18px;
  line-height: 1.68;
}

.wb-assurance-table {
  overflow: hidden;
  border: 1px solid #cfd8de;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(23, 23, 23, 0.08);
}

.wb-assurance-row {
  display: grid;
  grid-template-columns: minmax(140px, 0.44fr) minmax(0, 0.86fr) minmax(0, 0.86fr);
  border-top: 1px solid var(--line);
}

.wb-assurance-row:first-child {
  border-top: 0;
}

.wb-assurance-row span {
  min-height: 96px;
  display: flex;
  align-items: center;
  border-left: 1px solid var(--line);
  padding: 20px;
  color: #62656d;
  line-height: 1.5;
}

.wb-assurance-row span:first-child {
  border-left: 0;
  color: #111827;
  font-weight: 800;
}

.wb-assurance-head {
  color: #ffffff;
  background: var(--dark-gradient);
}

.wb-assurance-head span,
.wb-assurance-head span:first-child {
  min-height: 58px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.wb-dark-band {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(133, 182, 214, 0.18), rgba(23, 23, 23, 0) 42%),
    var(--dark-gradient);
}

.wb-dark-copy h2 {
  color: #ffffff;
}

.wb-metric-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.12);
}

.wb-metric-wall div {
  min-height: 212px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
}

.wb-metric-wall div:nth-child(2n) {
  border-right: 0;
}

.wb-metric-wall div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.wb-metric-wall strong {
  display: block;
  margin-bottom: 16px;
  color: #ffffff;
  font-size: clamp(34px, 3.8vw, 58px);
  font-weight: 800;
  line-height: 1;
}

.wb-metric-wall span {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.5;
}

.wb-process-section {
  background: #ffffff;
}

.wb-process-head {
  max-width: 820px;
  margin-bottom: clamp(44px, 5vw, 74px);
}

.wb-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.wb-process-step {
  position: relative;
  min-height: 320px;
  border-right: 1px solid var(--line);
  padding: 30px 26px 0 0;
}

.wb-process-step:last-child {
  border-right: 0;
}

.wb-process-step::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand-blue-deep);
}

.wb-process-step span {
  display: block;
  margin-bottom: 74px;
  color: var(--brand-blue-deep);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.wb-process-step h3 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.16;
}

.wb-process-step p {
  margin: 0;
  color: #62656d;
  line-height: 1.58;
}

.wb-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wb-gallery-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  color: #ffffff;
  background: #171717;
  box-shadow: 0 24px 60px rgba(23, 23, 23, 0.14);
}

.wb-gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(23, 23, 23, 0.04) 0%, rgba(23, 23, 23, 0.18) 46%, rgba(23, 23, 23, 0.84) 100%),
    linear-gradient(90deg, rgba(23, 23, 23, 0.18), rgba(23, 23, 23, 0));
}

.wb-gallery-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 580ms ease, filter 580ms ease;
}

.wb-gallery-card:hover img,
.wb-gallery-card:focus-visible img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.045);
}

.wb-gallery-card span,
.wb-gallery-card h3 {
  position: absolute;
  z-index: 1;
  left: 26px;
  right: 26px;
}

.wb-gallery-card span {
  bottom: 132px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.wb-gallery-card h3 {
  bottom: 28px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(25px, 2.3vw, 34px);
  font-weight: 400;
  line-height: 1.1;
}

.wb-final-cta-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f7f9 100%);
}

.wb-final-cta {
  position: relative;
  overflow: hidden;
  max-width: 1120px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.45fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  padding: clamp(34px, 4.8vw, 62px);
  border: 1px solid rgba(183, 194, 200, 0.52);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.9) 100%);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.07);
  text-align: left;
}

.wb-final-cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: clamp(34px, 4.8vw, 62px);
  bottom: clamp(34px, 4.8vw, 62px);
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: var(--brand-blue-deep);
}

.wb-final-cta .vs-kicker {
  margin-bottom: 14px;
}

.wb-final-cta h2 {
  max-width: 720px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
}

.wb-final-cta p:not(.vs-kicker) {
  max-width: 660px;
  margin: 22px 0 0;
  color: #4e5968;
  font-size: clamp(17px, 1.28vw, 20px);
  line-height: 1.66;
}

.wb-final-cta-actions {
  display: grid;
  gap: 20px;
  justify-items: stretch;
}

.wb-final-cta-actions .vs-button-row {
  display: grid;
  gap: 12px;
}

.wb-final-cta-actions .vs-button {
  width: 100%;
  justify-content: center;
  min-height: 52px;
}

.wb-final-cta-actions ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(183, 194, 200, 0.62);
  list-style: none;
}

.wb-final-cta-actions li {
  position: relative;
  padding-left: 18px;
  color: #62656d;
  font-size: 14px;
  line-height: 1.35;
}

.wb-final-cta-actions li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-blue-deep);
  transform: translateY(-50%);
}

.wb-final-cta .vs-button-secondary {
  color: #111827;
  border-color: rgba(17, 24, 39, 0.22);
  background: #ffffff;
}

.wb-final-cta .vs-button-secondary:hover,
.wb-final-cta .vs-button-secondary:focus-visible {
  border-color: #111827;
  background: #f8fafc;
}

.wb-inquiry-section {
  padding: 76px 0;
  background: var(--soft);
}

.why-beneox-page .wb-inquiry-section {
  padding: 76px 0;
}

.wb-inquiry-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(520px, 1.08fr);
  gap: 38px;
  align-items: stretch;
}

.wb-inquiry-visual {
  position: relative;
  min-height: 445px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #dce5ec;
}

.wb-inquiry-visual img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wb-inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
  align-self: stretch;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.wb-inquiry-form .contact-field {
  position: relative;
}

.wb-inquiry-form .contact-field > span {
  position: absolute;
  z-index: 1;
  left: 16px;
  top: 16px;
  color: #85b6d6;
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
}

.wb-inquiry-form .contact-field-wide,
.wb-inquiry-form .button {
  grid-column: 1 / -1;
}

.wb-inquiry-form .button {
  min-height: 48px;
  border: 0;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--brand-black);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: background 170ms ease, transform 170ms ease, box-shadow 170ms ease;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.18);
}

.wb-inquiry-form .button:hover,
.wb-inquiry-form .button:focus-visible {
  background: var(--brand-charcoal);
  transform: translateY(-1px);
}

.wb-inquiry-form textarea {
  min-height: 144px;
}

@media (max-width: 1180px) {
  .wb-hero-inner,
  .wb-manifesto-grid,
  .wb-boardroom-grid,
  .wb-ledger-grid,
  .wb-capability-grid,
  .wb-assurance-grid,
  .wb-dark-grid {
    grid-template-columns: 1fr;
  }

  .wb-hero-proof {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .wb-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wb-manifesto-copy {
    max-width: 760px;
    padding-top: 0;
  }

  .wb-ledger-title,
  .wb-assurance-copy {
    position: static;
  }

  .wb-promise-grid,
  .wb-gallery-grid {
    grid-template-columns: 1fr;
  }

  .wb-value-foundation-grid {
    grid-template-columns: 1fr;
  }

  .wb-value-foundation-card {
    min-height: 480px;
  }

  .wb-value-foundation-card + .wb-value-foundation-card {
    border-left: 1px solid rgba(255, 255, 255, 0.38);
    border-top: 1px solid rgba(255, 255, 255, 0.38);
  }

  .wb-value-foundation-card h3 {
    min-height: auto;
  }

  .wb-cost-map-board {
    grid-template-columns: 1fr;
  }

  .wb-cost-map-board::before {
    top: 8%;
    bottom: 8%;
    left: 50%;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(95, 159, 199, 0.28) 12%, rgba(183, 194, 200, 0.42) 88%, transparent);
    transform: translateX(-50%);
  }

  .wb-cost-map-group {
    min-height: auto;
  }

  .wb-cost-map-group-left,
  .wb-cost-map-group-main,
  .wb-cost-map-group-right {
    grid-column: 1;
    grid-row: auto;
  }

  .wb-cost-map-group-main {
    padding-inline: 18px;
  }

  .wb-cost-lever-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wb-cost-lever-grid .wb-cost-node:nth-child(n) {
    grid-column: auto;
  }

  .wb-cost-lever-grid .wb-cost-node:nth-child(5) {
    grid-column: 1 / -1;
  }

  .wb-cost-node-start,
  .wb-cost-node-result {
    width: min(250px, 100%);
    justify-self: center;
  }

  .wb-cost-example {
    grid-template-columns: 1fr minmax(260px, 0.55fr);
    margin-top: clamp(18px, 2.1vw, 26px);
  }

  .wb-cost-example-intro {
    grid-column: 1 / -1;
    max-width: none;
    border-right: 0;
    border-bottom: 1px solid rgba(183, 194, 200, 0.56);
  }

  .wb-cost-example-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wb-cost-example-total {
    min-height: 136px;
    border-top: 0;
    border-left: 1px solid rgba(183, 194, 200, 0.56);
  }

  .wb-cost-example-total::before {
    left: -1px;
    top: 22px;
    bottom: 22px;
    transform: none;
  }

  .wb-final-cta {
    grid-template-columns: 1fr;
  }

  .wb-inquiry-grid {
    grid-template-columns: 1fr;
  }

  .wb-promise-card,
  .wb-gallery-card {
    min-height: 420px;
  }

  .wb-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 0;
  }

  .wb-process-step:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .why-beneox-page .vs-section {
    padding: 62px 0;
  }

  .why-beneox-page .wb-manifesto {
    padding-top: 0;
  }

  .wb-hero {
    min-height: calc(100svh - 68px);
    color: #ffffff;
    background:
      var(--wb-mobile-hero, var(--vs-hero-image)) center top / cover no-repeat,
      #171717;
  }

  .wb-hero-inner {
    padding: 58px 0;
  }

  .wb-hero-copy h1 {
    color: #ffffff;
    font-size: 46px;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.32);
  }

  .wb-hero-lede {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  }

  .wb-hero-benefits {
    margin-bottom: 26px;
    color: #ffffff;
    font-size: 20px;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  }

  .wb-hero-actions .vs-button {
    width: 100%;
    min-width: 0;
  }

  .wb-hero-actions .vs-button-secondary {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.44);
    background: rgba(255, 255, 255, 0.14);
  }

  .wb-value-foundation {
    padding: 60px 0 64px;
  }

  .wb-value-foundation-heading {
    margin-bottom: 34px;
  }

  .wb-value-foundation-heading span {
    font-size: 20px;
  }

  .wb-value-foundation-grid {
    gap: 16px;
  }

  .wb-value-foundation-card {
    min-height: 470px;
    padding: 96px 24px 30px;
  }

  .wb-value-card-kicker {
    top: 20px;
    left: 22px;
  }

  .wb-value-foundation-card h3 {
    margin: 0 0 20px;
    font-size: 32px;
  }

  .wb-value-foundation-card ul {
    margin: 0;
  }

  .wb-outcome-jump {
    width: calc(100% - 28px);
    display: block;
  }

  .wb-outcome-jump-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: center;
    gap: 10px;
    min-height: auto;
    padding: 0 0 14px;
  }

  .wb-outcome-jump-links a {
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    min-height: 62px;
    padding: 0;
    text-align: center;
    white-space: normal;
  }

  .wb-outcome-jump-links a:hover,
  .wb-outcome-jump-links a:focus-visible {
    transform: translateY(-2px);
  }

  .wb-outcome-jump-links span {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .wb-outcome-jump-links strong {
    font-size: 12px;
    line-height: 1.15;
  }

  .wb-outcome-jump-bar {
    max-width: none;
    padding: 0 0 16px 0;
    font-size: 16px;
    line-height: 1.28;
    text-align: center;
  }

  .wb-outcome-jump-bar::before {
    content: none;
  }

  .wb-save-time-story {
    margin-top: 44px;
  }

  .wb-save-time-story + .wb-manifesto-grid {
    margin-top: 54px;
  }

  .wb-save-time-row,
  .wb-save-time-row-reverse {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .wb-save-time-media {
    order: 1;
  }

  .wb-save-time-copy {
    order: 2;
  }

  .wb-save-time-media img {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .wb-save-time-copy {
    max-width: none;
  }

  .wb-save-time-copy h3 {
    font-size: 34px;
  }

  .wb-save-time-copy p {
    font-size: 17px;
  }

  .wb-cost-map {
    padding: 18px;
  }

  .wb-cost-map-group {
    padding: 48px 14px 14px;
  }

  .wb-cost-lever-grid {
    grid-template-columns: 1fr;
  }

  .wb-cost-map-label {
    font-size: 14px;
  }

  .wb-cost-node,
  .wb-cost-node-start,
  .wb-cost-node-result {
    width: 100%;
    min-height: auto;
    aspect-ratio: auto;
    border-radius: 8px;
  }

  .wb-cost-node {
    padding: 76px 18px 26px;
  }

  .wb-cost-node-start,
  .wb-cost-node-result {
    padding: 82px 24px 28px;
  }

  .wb-cost-example {
    grid-template-columns: 1fr;
    margin: 18px 0 0;
    padding: 0;
  }

  .wb-cost-example-intro {
    padding: 24px 20px;
    border-bottom: 1px solid rgba(183, 194, 200, 0.56);
  }

  .wb-cost-example-grid {
    grid-template-columns: 1fr;
  }

  .wb-cost-example-item + .wb-cost-example-item {
    border-left: 0;
    border-top: 1px solid rgba(183, 194, 200, 0.56);
  }

  .wb-cost-example-item {
    min-height: auto;
    padding: 22px 20px;
  }

  .wb-cost-example-total {
    min-height: auto;
    padding: 24px 20px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .wb-cost-example-total::before {
    content: none;
  }

  .wb-cost-example-item strong,
  .wb-cost-example-total strong {
    white-space: normal;
  }

  .wb-cost-node-start i,
  .wb-cost-node-start svg,
  .wb-cost-node-start [data-lucide],
  .wb-cost-node-result i,
  .wb-cost-node-result svg,
  .wb-cost-node-result [data-lucide] {
    flex-basis: 48px;
  }

  .wb-hero-proof,
  .wb-proof-strip,
  .wb-pain-grid,
  .wb-metric-wall,
  .wb-process-grid {
    grid-template-columns: 1fr;
  }

  .wb-hero-proof span,
  .wb-proof-strip span,
  .wb-pain-grid article,
  .wb-promise-card,
  .wb-metric-wall div,
  .wb-process-step {
    min-height: auto;
  }

  .wb-hero-proof span {
    padding: 16px 18px;
  }

  .wb-proof-strip-section {
    padding: 18px 0;
  }

  .wb-proof-strip span {
    padding: 16px 18px;
  }

  .wb-manifesto-title h2,
  .wb-boardroom-copy h2,
  .wb-section-head h2,
  .wb-ledger-title h2,
  .wb-capability-copy h2,
  .wb-assurance-copy h2,
  .wb-dark-copy h2,
  .wb-process-head h2,
  .wb-final-cta h2 {
    font-size: 34px;
  }

  .wb-manifesto-copy p,
  .wb-boardroom-copy p:not(.vs-kicker),
  .wb-final-cta p:not(.vs-kicker) {
    font-size: 17px;
  }

  .wb-final-cta {
    padding: 30px 22px;
    gap: 28px;
  }

  .wb-final-cta::before {
    top: 30px;
    bottom: 30px;
  }

  .wb-final-cta .vs-kicker {
    margin-bottom: 10px;
  }

  .wb-final-cta p:not(.vs-kicker) {
    margin-top: 16px;
  }

  .wb-final-cta-actions .vs-button-row {
    gap: 10px;
  }

  .wb-final-cta-actions ul {
    padding-top: 16px;
  }

  .wb-inquiry-grid {
    gap: 24px;
  }

  .why-beneox-page .wb-inquiry-section {
    padding: 64px 0;
  }

  .wb-inquiry-form {
    grid-template-columns: 1fr;
  }

  .wb-inquiry-visual {
    min-height: 280px;
  }

  .wb-pain-grid article,
  .wb-pain-grid article:nth-child(2n),
  .wb-pain-grid article:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .wb-pain-grid article:last-child {
    border-bottom: 0;
  }

  .wb-pain-grid span {
    margin-bottom: 42px;
  }

  .wb-promise-grid {
    border-left: 0;
  }

  .wb-promise-card {
    border-left: 1px solid #cfd8de;
    padding: 30px 24px;
  }

  .wb-promise-card h3 {
    margin-top: 52px;
    font-size: 34px;
  }

  .wb-capability-media {
    aspect-ratio: 1;
  }

  .wb-ledger div {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 0;
  }

  .wb-capability-list article {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .wb-capability-list p {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .wb-assurance-table {
    box-shadow: 0 16px 36px rgba(23, 23, 23, 0.08);
  }

  .wb-assurance-row,
  .wb-assurance-head {
    grid-template-columns: 1fr;
  }

  .wb-assurance-head {
    display: none;
  }

  .wb-assurance-row {
    padding: 18px 20px;
  }

  .wb-assurance-row span,
  .wb-assurance-row span:first-child {
    min-height: auto;
    border-left: 0;
    padding: 4px 0;
  }

  .wb-metric-wall div,
  .wb-metric-wall div:nth-child(2n),
  .wb-metric-wall div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .wb-metric-wall div:last-child {
    border-bottom: 0;
  }

  .wb-process-grid {
    border-top: 0;
    gap: 0;
  }

  .wb-process-step,
  .wb-process-step:nth-child(2n) {
    border-right: 0;
    border-top: 1px solid var(--line);
    padding: 26px 0;
  }

  .wb-process-step span {
    margin-bottom: 36px;
  }

  .wb-gallery-card {
    min-height: 390px;
  }

  .wb-gallery-card span,
  .wb-gallery-card h3 {
    left: 22px;
    right: 22px;
  }

  .wb-gallery-card span {
    bottom: 116px;
  }

  .wb-gallery-card h3 {
    bottom: 24px;
    font-size: 25px;
  }
}
