.elementor-1676 .elementor-element.elementor-element-d648359{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */@import url("https://fonts.cdnfonts.com/css/satoshi");

.vte-home {
  --vte-text: #0b1110;
  --vte-muted: rgba(11, 17, 16, 0.58);
  --vte-line: rgba(11, 17, 16, 0.1);
  --vte-line-strong: rgba(11, 17, 16, 0.18);
  --vte-green: #3cf9a2;
  --vte-green-dark: #058a5f;
  --vte-font: "Satoshi", "Inter", "Segoe UI", Arial, sans-serif;
  width: 100%;
  overflow-x: clip;
  background: #ffffff;
  color: var(--vte-text);
  font-family: var(--vte-font);
}

.vte-home *,
.vte-home *::before,
.vte-home *::after {
  box-sizing: border-box;
}

.vte-home a {
  color: inherit;
  text-decoration: none;
}

.vte-home img {
  display: block;
  max-width: 100%;
}

.vte-home button,
.vte-home input,
.vte-home textarea {
  font: inherit;
}

.vte-home button,
.vte-home a,
.vte-home input,
.vte-home textarea {
  -webkit-tap-highlight-color: transparent;
}

.vte-home button:focus,
.vte-home button:focus-visible,
.vte-home a:focus,
.vte-home a:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.vte-container {
  width: min(1500px, calc(100% - 56px));
  margin-inline: auto;
}

.vte-kicker,
.vte-dark-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(60, 249, 162, 0.18);
  color: var(--vte-green-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.vte-dark-kicker {
  color: var(--vte-green);
  background: rgba(60, 249, 162, 0.12);
}

.vte-btn,
.vte-clean-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 21px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.025em;
  transition: transform 0.22s ease;
}

.vte-btn:hover,
.vte-clean-btn:hover {
  transform: translateY(-2px);
}

.vte-btn--primary,
.vte-clean-btn--primary {
  color: #06100d;
  background: linear-gradient(135deg, var(--vte-green), #18cfc2);
  box-shadow: 0 16px 44px rgba(60, 249, 162, 0.24);
}

.vte-clean-btn--glass {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(14px);
}

/* REVEAL ANIMATION — poza hero */
.vte-reveal {
  opacity: 0;
  transform: translateY(46px);
  transition:
    opacity 0.78s ease,
    transform 0.78s cubic-bezier(.22, .8, .22, 1);
  will-change: opacity, transform;
}

.vte-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .vte-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* MENU */

.vte-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  border-bottom: 1px solid transparent;
  transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.vte-nav.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(11, 17, 16, 0.08);
  box-shadow: 0 14px 40px rgba(11, 17, 16, 0.06);
  backdrop-filter: blur(18px);
}

.vte-nav__inner {
  width: min(1500px, calc(100% - 56px));
  min-height: 86px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  gap: 28px;
}

.vte-logo img {
  width: 185px;
  height: auto;
  object-fit: contain;
}

.vte-menu {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 34px;
}

.vte-menu a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: -0.025em;
}

.vte-nav.is-scrolled .vte-menu a {
  color: rgba(11, 17, 16, 0.68);
}

.vte-nav__right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 9px;
}

.vte-social {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.vte-nav.is-scrolled .vte-social {
  color: #101010;
  background: rgba(11, 17, 16, 0.04);
  border-color: rgba(11, 17, 16, 0.1);
}

.vte-nav-cta {
  min-height: 42px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--vte-green);
  color: #06100d;
  font-size: 13px;
  font-weight: 850;
}

.vte-nav-toggle {
  display: none;
}

/* HERO */

.vte-product-hero {
  position: relative;
  background: #ffffff;
}

.vte-product-hero__panel {
  position: sticky;
  top: 0;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.vte-product-hero__panel:nth-child(1) { z-index: 1; }
.vte-product-hero__panel:nth-child(2) { z-index: 2; }
.vte-product-hero__panel:nth-child(3) { z-index: 3; }

.vte-product-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.vte-product-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 10, 10, 0.84) 0%, rgba(7, 10, 10, 0.66) 24%, rgba(7, 10, 10, 0.34) 48%, rgba(7, 10, 10, 0.06) 76%),
    linear-gradient(180deg, rgba(7, 10, 10, 0.08), rgba(7, 10, 10, 0.52));
}

.vte-product-hero__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.22;
  pointer-events: none;
}

.vte-product-hero__inner {
  position: relative;
  z-index: 4;
  height: 100%;
  padding-block: 130px 70px;
  display: flex;
  align-items: flex-end;
}

.vte-product-hero__line {
  position: absolute;
  left: 0;
  top: 158px;
  bottom: 88px;
  width: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  overflow: hidden;
}

.vte-product-hero__line span {
  position: absolute;
  inset: auto 0 0 0;
  height: 0%;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, var(--vte-green));
  box-shadow: 0 0 22px rgba(60, 249, 162, 0.65);
}

.vte-product-hero__content {
  width: min(640px, 100%);
  padding-left: 36px;
  padding-bottom: 42px;
  color: #ffffff;
}

.vte-product-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--vte-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vte-product-hero__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--vte-green);
}

.vte-product-hero h1,
.vte-product-hero h2 {
  max-width: 11ch;
  margin: 0;
  color: #ffffff;
  font-size: clamp(48px, 4.7vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 620;
}

.vte-product-hero p {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: 1.72;
}

.vte-product-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

/* PROCESS */

.vte-process {
  position: relative;
  z-index: 10;
  background: #ffffff;
  padding: 0;
  overflow: visible;
}

.vte-process__story {
  position: relative;
  min-height: 190vh;
}

.vte-process__sticky {
  position: sticky;
  top: 92px;
  z-index: 20;
  padding: 90px 0 70px;
  background: #ffffff;
}

.vte-process__top {
  display: grid;
  grid-template-columns: minmax(460px, 0.8fr) minmax(380px, 0.7fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: start;
  margin-bottom: 40px;
}

.vte-process__top h2 {
  max-width: 720px;
  margin: 14px 0 0;
  font-size: clamp(38px, 3.6vw, 62px);
  line-height: 1.03;
  letter-spacing: -0.048em;
  font-weight: 590;
}

.vte-process__top p {
  max-width: 620px;
  margin: 56px 0 0;
  color: var(--vte-muted);
  font-size: 16px;
  line-height: 1.7;
}

.vte-process-bar-wrap {
  min-height: 112px;
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 18px;
  padding: 18px 28px 18px 20px;
  border-top: 1px solid var(--vte-line-strong);
  border-bottom: 1px solid var(--vte-line);
  background: #ffffff;
}

.vte-step-number {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: #101010;
  font-size: 28px;
  font-weight: 800;
  border: 1px solid var(--vte-line);
}

.vte-energy-progress {
  position: relative;
  height: 74px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: start;
}

.vte-energy-progress::before {
  content: "";
  position: absolute;
  left: calc(100% / 14);
  right: calc(100% / 14);
  top: 24px;
  height: 1px;
  background: var(--vte-line-strong);
}

.vte-energy-progress__fill {
  position: absolute;
  left: calc(100% / 14);
  top: 24px;
  width: 0%;
  max-width: 85.72%;
  height: 1px;
  background: var(--vte-green);
  box-shadow: 0 0 20px rgba(60, 249, 162, 0.65);
}

.vte-energy-step {
  position: relative;
  z-index: 4;
  appearance: none;
  border: 0;
  background: transparent !important;
  padding: 0;
  cursor: pointer;
  text-align: center;
  color: rgba(16, 16, 16, 0.34);
}

.vte-energy-step:hover,
.vte-energy-step:focus,
.vte-energy-step:focus-visible {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.vte-energy-step i {
  position: relative;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin: 13px auto 13px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(16, 16, 16, 0.24);
}

.vte-energy-step span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.vte-energy-step.is-done,
.vte-energy-step.is-active {
  color: #101010;
}

.vte-energy-step.is-done i {
  background: var(--vte-green);
  border-color: var(--vte-green);
  box-shadow: 0 0 22px rgba(60, 249, 162, 0.45);
}

.vte-energy-step.is-done i::before {
  content: "✓";
  color: #06100d;
  font-size: 12px;
  font-weight: 900;
}

.vte-energy-step.is-active i {
  border-color: #101010;
}

.vte-energy-step.is-active i::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #101010;
}

.vte-energy-step:last-child.is-active i,
.vte-energy-step:last-child.is-done i {
  background: #101010 !important;
  border-color: #101010 !important;
  box-shadow:
    0 0 0 8px rgba(60, 249, 162, 0.18),
    0 0 26px rgba(60, 249, 162, 0.55) !important;
}

.vte-energy-step:last-child.is-active i::before,
.vte-energy-step:last-child.is-done i::before {
  content: "⚡" !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  color: #3cf9a2 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

.vte-process-bottom {
  display: grid;
  grid-template-columns: minmax(420px, 0.75fr) minmax(420px, 0.95fr);
  gap: clamp(36px, 5vw, 90px);
  align-items: center;
  margin-top: 34px;
}

.vte-process-tooltip {
  width: 100%;
  padding: 22px 0;
  border-bottom: 1px solid var(--vte-line-strong);
  background: #ffffff;
}

.vte-process-tooltip span {
  color: var(--vte-green-dark);
  font-size: 12px;
  font-weight: 850;
}

.vte-process-tooltip h3 {
  margin: 8px 0 0;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 760;
}

.vte-process-tooltip p {
  margin: 14px 0 0;
  color: var(--vte-muted);
  font-size: 15px;
  line-height: 1.65;
}

.vte-process-visual {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.vte-process-visual img {
  position: absolute;
  right: 0;
  top: 50%;
  width: min(560px, 100%);
  max-height: 310px;
  object-fit: contain;
  opacity: 0;
  transform: translateY(-50%) translateX(24px) scale(0.96);
  transition: opacity 0.35s ease, transform 0.35s ease;
  filter: drop-shadow(0 24px 44px rgba(11, 17, 16, 0.08));
}

.vte-process-visual img.is-active {
  opacity: 1;
  transform: translateY(-50%) translateX(0) scale(1);
}

/* INDUSTRIES */

.vte-industries {
  position: relative;
  z-index: 2;
  min-height: 900px;
  padding: 110px 0 120px;
  overflow: hidden;
  background: #050807;
  color: #ffffff;
  isolation: isolate;
}

.vte-industries-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("https://vtacenergy.com.pl/wp-content/uploads/2026/06/scott-goodwill-CtRE4_4L7b8-unsplash-scaled.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(0.02) blur(0.5px);
  opacity: 0.84;
  transform: scale(1.03);
  transition: background-image 0.35s ease, opacity 0.35s ease;
}

.vte-industries-dark {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 58%, rgba(60, 249, 162, 0.11), transparent 36%),
    linear-gradient(90deg, rgba(0,0,0,0.54), rgba(0,0,0,0.38), rgba(0,0,0,0.62)),
    linear-gradient(180deg, rgba(5,8,7,0.76) 0%, rgba(5,8,7,0.32) 46%, rgba(5,8,7,0.78) 100%);
}

.vte-industries-head {
  position: relative;
  z-index: 4;
  margin-bottom: 56px;
}

.vte-industries-head h2 {
  max-width: 820px;
  margin: 18px 0 0;
  color: #ffffff;
  font-size: clamp(38px, 3.8vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 620;
}

.vte-industries-head p {
  max-width: 820px;
  margin: 22px 0 0;
  color: rgba(255,255,255,0.82);
  font-size: 17px;
  line-height: 1.72;
}

.vte-industry-stage {
  position: relative;
  z-index: 4;
  height: 560px;
}

.vte-industry-carousel {
  position: relative;
  width: 100%;
  height: 100%;
}

.vte-industry-slide {
  position: absolute;
  left: 50%;
  top: 47%;
  width: 250px;
  height: 365px;
  padding: 12px;
  border-radius: 22px;
  background: rgba(7, 10, 10, 0.44);
  border: 1px solid rgba(255,255,255,0.14);
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  filter: grayscale(0.25);
  pointer-events: none;
  cursor: pointer;
  box-shadow: 0 22px 70px rgba(0,0,0,0.24);
  backdrop-filter: blur(8px);
  transition: transform 0.45s ease, opacity 0.45s ease, filter 0.45s ease, border-color 0.45s ease;
}

.vte-industry-slide:hover,
.vte-industry-slide:focus,
.vte-industry-slide:focus-visible {
  background: rgba(7, 10, 10, 0.44) !important;
  outline: none !important;
  box-shadow: 0 22px 70px rgba(0,0,0,0.24) !important;
}

.vte-industry-slide img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 15px;
}

.vte-industry-slide__content {
  padding: 18px 7px 0;
}

.vte-industry-slide__content span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(60,249,162,0.13);
  color: var(--vte-green);
  font-size: 11px;
  font-weight: 850;
}

.vte-industry-slide__content h3 {
  margin: 0;
  color: #ffffff;
  font-size: 25px;
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.vte-industry-slide__content p {
  margin: 12px 0 0;
  color: rgba(255,255,255,0.74);
  font-size: 14px;
  line-height: 1.58;
}

.vte-industry-slide.is-active {
  z-index: 6;
  width: 340px;
  height: 450px;
  opacity: 1;
  filter: grayscale(0);
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  border-color: rgba(60,249,162,0.82);
  background: rgba(8, 14, 12, 0.62);
  box-shadow: 0 34px 90px rgba(0,0,0,0.36);
}

.vte-industry-slide.is-active img {
  height: 194px;
}

.vte-industry-slide.is-prev {
  z-index: 4;
  opacity: 0.78;
  pointer-events: auto;
  transform: translate(calc(-50% - 300px), -50%) scale(0.88);
}

.vte-industry-slide.is-next {
  z-index: 4;
  opacity: 0.78;
  pointer-events: auto;
  transform: translate(calc(-50% + 300px), -50%) scale(0.88);
}

.vte-industry-slide.is-prev-2 {
  z-index: 2;
  opacity: 0.44;
  transform: translate(calc(-50% - 555px), -50%) scale(0.76);
}

.vte-industry-slide.is-next-2 {
  z-index: 2;
  opacity: 0.44;
  transform: translate(calc(-50% + 555px), -50%) scale(0.76);
}

.vte-industry-slide.is-hidden {
  opacity: 0;
}

.vte-industry-arrow {
  position: absolute;
  z-index: 20;
  top: 47%;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  background: rgba(255,255,255,0.94);
  color: var(--vte-green-dark);
  cursor: pointer;
  transform: translateY(-50%);
  font-size: 34px;
  box-shadow: 0 18px 54px rgba(0,0,0,0.2);
}

.vte-industry-arrow:hover,
.vte-industry-arrow:focus {
  background: rgba(255,255,255,0.94) !important;
}

.vte-industry-arrow--prev { left: 0; }
.vte-industry-arrow--next { right: 0; }

.vte-industry-counter {
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.42);
  font-size: 18px;
  font-weight: 700;
}

.vte-industry-counter span {
  color: #ffffff;
}

.vte-industry-counter strong::before {
  content: "/";
  margin-right: 6px;
}

/* SWITCH */

.vte-switch-section {
  position: relative;
  z-index: 3;
  height: 240vh;
  background: #ffffff;
  overflow: visible;
}

.vte-switch-sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  height: 100vh;
  display: grid;
  align-items: stretch;
  overflow: hidden;
  background: #ffffff;
  isolation: isolate;
}

.vte-switch-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #ffffff;
  background-image: url("https://vtacenergy.com.pl/wp-content/uploads/2026/06/ChatGPT-Image-30-cze-2026-13_20_04.png");
  background-size: 70% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  opacity: 1;
  pointer-events: none;
}

.vte-switch-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,0.00) 0%,
      rgba(255,255,255,0.00) 36%,
      rgba(255,255,255,0.46) 55%,
      rgba(255,255,255,0.92) 72%,
      #ffffff 100%
    );
  pointer-events: none;
}

.vte-switch-layout {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 70px;
  display: grid;
  grid-template-columns: minmax(520px, 1.08fr) minmax(420px, 0.72fr);
  gap: clamp(44px, 4vw, 70px);
  align-items: start;
}

.vte-switch-copy {
  text-align: left;
  justify-self: start;
  align-self: start;
  max-width: 760px;
  padding-top: 0;
}

.vte-switch-copy h2 {
  max-width: 12ch;
  margin: 0;
  color: #050807;
  font-size: clamp(48px, 4vw, 74px);
  line-height: 1.08;
  letter-spacing: -0.058em;
  font-weight: 520;
}

.vte-switch-copy h2 span {
  display: block;
}

.vte-switch-copy p {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(16, 16, 16, 0.66);
  font-size: 17px;
  line-height: 1.9;
}

.vte-switch-card {
  width: min(440px, 100%);
  justify-self: end;
  align-self: start;
  padding: 20px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 16, 16, 0.08);
  box-shadow: 0 28px 90px rgba(16, 16, 16, 0.09);
}

.vte-switch-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 22px;
  padding: 4px 4px 16px;
  border-bottom: 1px solid rgba(16, 16, 16, 0.1);
}

.vte-switch-card__top h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.vte-switch-card__top p {
  margin: 8px 0 0;
  color: rgba(16, 16, 16, 0.48);
  font-size: 13px;
}

.vte-switch-card__top span {
  color: #058a5f;
  font-size: 13px;
  font-weight: 850;
}

.vte-switch-progress {
  height: 3px;
  margin: 17px 4px 15px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(16, 16, 16, 0.1);
}

.vte-switch-progress span {
  display: block;
  width: 14.285%;
  height: 100%;
  background: #3cf9a2;
}

.vte-switch-list {
  display: grid;
  gap: 7px;
}

.vte-switch-item {
  min-height: 66px;
  display: grid;
  grid-template-columns: 42px 1fr 46px;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 17px;
  color: rgba(16, 16, 16, 0.42);
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.vte-switch-item:hover,
.vte-switch-item:focus,
.vte-switch-item:focus-visible {
  background: transparent !important;
}

.vte-switch-item.is-on {
  color: #101010;
  background: rgba(255, 255, 255, 0.92);
}

.vte-switch-item.is-current {
  box-shadow: 0 16px 44px rgba(60, 249, 162, 0.13);
}

.vte-switch-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(16, 16, 16, 0.06);
  color: rgba(16, 16, 16, 0.46);
  font-size: 11px;
  font-weight: 800;
}

.vte-switch-item.is-on .vte-switch-icon {
  background: #101010;
  color: #ffffff;
  border-radius: 50%;
}

.vte-switch-text strong {
  display: block;
  font-size: 14px;
  line-height: 1.18;
  letter-spacing: -0.025em;
  font-weight: 800;
}

.vte-switch-text span {
  display: block;
  margin-top: 5px;
  color: rgba(16, 16, 16, 0.52);
  font-size: 12px;
  line-height: 1.45;
}

.vte-switch-toggle {
  position: relative;
  width: 43px;
  height: 25px;
  border-radius: 999px;
  background: rgba(16, 16, 16, 0.12);
}

.vte-switch-toggle i {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #ffffff;
  transition: transform 0.25s ease;
}

.vte-switch-item.is-on .vte-switch-toggle {
  background: #3cf9a2;
}

.vte-switch-item.is-on .vte-switch-toggle i {
  transform: translateX(18px);
}

/* EMS */

.vte-ems {
  position: relative;
  z-index: 4;
  background: #ffffff;
  padding: 0;
  overflow: visible;
}

.vte-ems__story {
  position: relative;
  min-height: 230vh;
}

.vte-ems__sticky {
  position: sticky;
  top: 92px;
  min-height: calc(100vh - 92px);
  display: grid;
  align-items: center;
  padding-block: 80px;
  background: #ffffff;
}

.vte-ems__layout {
  display: grid;
  grid-template-columns: 0.56fr 1.32fr 0.62fr;
  gap: 44px;
  align-items: center;
}

.vte-ems__copy h2,
.vte-contact__copy h2 {
  margin: 14px 0 0;
  font-size: clamp(38px, 3.6vw, 62px);
  line-height: 1.03;
  letter-spacing: -0.048em;
  font-weight: 590;
}

.vte-ems__copy p,
.vte-contact__copy p {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--vte-muted);
  font-size: 16px;
  line-height: 1.72;
}

.vte-laptop-mockup {
  position: relative;
  width: min(1040px, 100%);
  margin: 0 auto;
  transform: scale(1.06);
  transform-origin: center;
}

.vte-laptop-mockup > img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 30px 70px rgba(11,17,16,0.12));
}

.vte-laptop-screen {
  position: absolute;
  z-index: 1;
  left: 8.9%;
  top: 10.1%;
  width: 81.8%;
  height: 63.6%;
  overflow: hidden;
  border-radius: 8px;
  background: #050807;
}

.vte-ems-screen-scroll {
  position: absolute;
  inset: 0;
  height: 300%;
  display: flex;
  flex-direction: column;
  transition: transform 0.55s cubic-bezier(.22, .8, .22, 1);
  will-change: transform;
}

.vte-ems-screen-scroll img {
  width: 100%;
  height: 33.333333%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.vte-ems-list {
  display: grid;
  gap: 20px;
}

.vte-ems-list article {
  padding: 22px 0;
  border-top: 1px solid var(--vte-line);
  opacity: 0.42;
  transition: opacity 0.25s ease;
}

.vte-ems-list article.is-active {
  opacity: 1;
}

.vte-ems-list span {
  color: var(--vte-green-dark);
  font-weight: 850;
  font-size: 12px;
}

.vte-ems-list h3 {
  margin: 8px 0 0;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 760;
}

.vte-ems-list p {
  margin: 10px 0 0;
  color: var(--vte-muted);
  font-size: 14px;
  line-height: 1.55;
}

/* CASE STUDIES */

.vte-cases {
  position: relative;
  z-index: 5;
  min-height: 100vh;
  padding: 100px 0;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: #101010;
  overflow: hidden;
}

.vte-cases::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(16, 16, 16, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 16, 16, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.vte-cases::after {
  content: "";
  position: absolute;
  left: -8%;
  top: 5%;
  width: 82%;
  height: 90%;
  background: radial-gradient(circle at 42% 52%, rgba(60, 249, 162, 0.16), transparent 58%);
  pointer-events: none;
}

.vte-cases__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) 330px;
  gap: clamp(14px, 2vw, 34px);
  align-items: center;
}

.vte-case-map {
  position: relative;
  min-height: 860px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.vte-case-map__stage {
  position: relative;
  width: min(1520px, calc(100% + 360px));
  max-width: none;
  margin-left: -180px;
}

.vte-case-map__stage img {
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: left center;
  filter:
    drop-shadow(0 0 34px rgba(60, 249, 162, 0.25))
    drop-shadow(0 42px 84px rgba(16, 16, 16, 0.16));
}

.vte-case-pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 8;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.vte-case-pin span {
  position: relative;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin: auto;
  border-radius: 50%;
  background: var(--vte-green);
  box-shadow:
    0 0 0 9px rgba(60, 249, 162, 0.24),
    0 0 34px rgba(60, 249, 162, 0.72);
  transition:
    width 0.25s ease,
    height 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.vte-case-pin span::after {
  content: "";
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.vte-case-pin:hover span {
  transform: scale(1.12);
}

.vte-case-pin.is-active span {
  width: 34px;
  height: 34px;
  background: #101010;
  box-shadow:
    0 0 0 10px rgba(60, 249, 162, 0.22),
    0 0 36px rgba(60, 249, 162, 0.82);
}

.vte-case-pin.is-active span::after {
  content: "⚡";
  opacity: 1;
  transform: scale(1);
  color: var(--vte-green);
  font-size: 15px;
  line-height: 1;
}

.vte-case-panel {
  align-self: center;
  width: 100%;
  max-width: 330px;
  justify-self: end;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(11, 17, 16, 0.08);
  box-shadow: 0 28px 88px rgba(11, 17, 16, 0.08);
  overflow: hidden;
}

.vte-case-panel__head {
  padding: 20px 20px 15px;
}

.vte-case-panel__head h2 {
  max-width: 270px;
  margin: 12px 0 0;
  color: #050807;
  font-size: clamp(24px, 1.65vw, 31px);
  line-height: 1.03;
  letter-spacing: -0.045em;
  font-weight: 590;
}

.vte-case-panel__head p {
  margin-top: 12px;
  color: rgba(11, 17, 16, 0.58);
  font-size: 12px;
  line-height: 1.5;
}

.vte-case-details {
  position: relative;
  min-height: 370px;
}

.vte-case-detail {
  display: none;
  border-top: 1px solid rgba(11, 17, 16, 0.1);
  background: rgba(60, 249, 162, 0.08);
}

.vte-case-detail.is-active {
  display: block;
  animation: vteCaseIn 0.28s ease both;
}

@keyframes vteCaseIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.vte-case-detail__image {
  padding: 15px 15px 0;
}

.vte-case-detail__image img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  object-position: center;
  border-radius: 17px;
  background: #eef4f1;
}

.vte-case-detail__body {
  padding: 17px 20px 21px;
}

.vte-case-detail__body > span {
  display: block;
  color: var(--vte-green-dark);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.vte-case-detail__body h3 {
  margin: 6px 0 14px;
  color: #050807;
  font-size: 20px;
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 820;
}

.vte-case-detail__body dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.vte-case-detail__body dl div {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 10px;
  align-items: baseline;
}

.vte-case-detail__body dt {
  margin: 0;
  color: rgba(16, 16, 16, 0.48);
  font-size: 11px;
  line-height: 1.3;
  font-weight: 760;
}

.vte-case-detail__body dd {
  margin: 0;
  color: rgba(16, 16, 16, 0.76);
  font-size: 11px;
  line-height: 1.34;
}

.vte-case-more {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  color: #06100d;
  font-size: 12px;
  font-weight: 850;
}

/* CONTACT */

.vte-contact {
  position: relative;
  z-index: 6;
  padding: 110px 0;
  background: #ffffff;
}

.vte-contact__inner {
  display: grid;
  grid-template-columns: 0.95fr 0.82fr;
  gap: 76px;
}

.vte-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--vte-line-strong);
}

.vte-form label {
  display: grid;
  gap: 8px;
  padding: 18px 0;
  border-bottom: 1px solid var(--vte-line);
}

.vte-form label:nth-child(odd) {
  padding-right: 18px;
}

.vte-form label:nth-child(even) {
  padding-left: 18px;
}

.vte-form span {
  color: rgba(16,16,16,0.58);
  font-size: 12px;
  font-weight: 750;
}

.vte-form input,
.vte-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #101010;
  font-size: 15px;
}

.vte-form textarea {
  min-height: 128px;
  resize: vertical;
}

.vte-form__full {
  grid-column: 1 / -1;
}

/* FOOTER */

.vte-footer {
  position: relative;
  z-index: 7;
  padding: 90px 0 28px;
  background:
    radial-gradient(circle at 15% 15%, rgba(60,249,162,0.28), transparent 28%),
    radial-gradient(circle at 80% 30%, rgba(24,207,194,0.18), transparent 34%),
    linear-gradient(135deg, #f2fff8, #ffffff 48%, #eafff7);
  color: #101010;
  overflow: hidden;
}

.vte-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(16,16,16,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,16,16,0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.vte-footer__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 76px;
}

.vte-footer-logo img {
  width: 170px;
}

.vte-footer p {
  max-width: 430px;
  margin: 22px 0 0;
  color: rgba(16,16,16,0.62);
  line-height: 1.6;
}

.vte-footer__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}

.vte-footer__cols h3 {
  margin: 0 0 18px;
  color: rgba(16,16,16,0.92);
  font-size: 13px;
}

.vte-footer__cols a {
  display: block;
  margin-top: 11px;
  color: rgba(16,16,16,0.58);
  font-size: 13px;
}

.vte-footer__bottom {
  position: relative;
  z-index: 2;
  min-height: 58px;
  margin-top: 72px;
  padding-top: 22px;
  border-top: 1px solid rgba(16,16,16,0.09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(16,16,16,0.48);
  font-size: 12px;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
  .vte-process__top,
  .vte-process-bottom,
  .vte-switch-layout,
  .vte-ems__layout,
  .vte-cases__inner,
  .vte-contact__inner,
  .vte-footer__inner {
    grid-template-columns: 1fr;
  }

  .vte-switch-card {
    max-width: 620px;
    justify-self: start;
  }

  .vte-case-map {
    min-height: auto;
  }

  .vte-case-map__stage {
    width: min(1200px, 120%);
    margin-left: -8%;
  }

  .vte-case-panel {
    max-width: 520px;
    justify-self: center;
  }

  .vte-footer__cols {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .vte-container,
  .vte-nav__inner {
    width: min(100% - 32px, 1500px);
  }

  .vte-nav {
    background: rgba(255,255,255,0.96);
    border-bottom-color: rgba(11,17,16,0.08);
  }

  .vte-nav__inner {
    grid-template-columns: 1fr auto;
    min-height: 68px;
  }

  .vte-logo img {
    width: 150px;
  }

  .vte-menu,
  .vte-nav__right {
    display: none;
  }

  .vte-menu.is-open {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 74px;
    display: grid;
    padding: 14px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(11,17,16,0.14);
  }

  .vte-menu.is-open a {
    color: #101010;
    min-height: 42px;
    display: grid;
    place-items: center;
  }

  .vte-nav-toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(11,17,16,0.1);
    border-radius: 50%;
    background: rgba(255,255,255,0.8);
  }

  .vte-nav-toggle span {
    width: 17px;
    height: 2px;
    background: #101010;
  }

  .vte-product-hero__panel {
    position: relative;
    height: auto;
    min-height: 100svh;
  }

  .vte-product-hero h1,
  .vte-product-hero h2,
  .vte-process__top h2,
  .vte-switch-copy h2,
  .vte-ems__copy h2,
  .vte-contact__copy h2 {
    font-size: clamp(34px, 8vw, 50px);
    line-height: 1.04;
  }

  .vte-process__story,
  .vte-switch-section,
  .vte-ems__story {
    min-height: auto;
    height: auto;
  }

  .vte-process__sticky,
  .vte-switch-sticky,
  .vte-ems__sticky {
    position: relative;
    top: auto;
    height: auto;
    min-height: auto;
  }

  .vte-process__top p {
    margin-top: 0;
  }

  .vte-energy-progress {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    gap: 14px;
  }

  .vte-energy-progress::before,
  .vte-energy-progress__fill {
    display: none;
  }

  .vte-energy-step {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    text-align: left;
  }

  .vte-energy-step i {
    margin: 0;
  }

  .vte-process-visual {
    min-height: 240px;
    justify-content: center;
  }

  .vte-process-visual img {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    display: none;
  }

  .vte-process-visual img.is-active {
    display: block;
    transform: none;
  }

  .vte-switch-layout {
    min-height: auto;
    padding-block: 80px;
  }

  .vte-switch-bg {
    background-size: cover;
    background-position: left bottom;
  }

  .vte-switch-bg::after {
    background: rgba(255,255,255,0.66);
  }

  .vte-industry-slide.is-prev,
  .vte-industry-slide.is-next,
  .vte-industry-slide.is-prev-2,
  .vte-industry-slide.is-next-2 {
    opacity: 0;
    pointer-events: none;
  }

  .vte-industry-arrow--prev { left: 8px; }
  .vte-industry-arrow--next { right: 8px; }

  .vte-laptop-mockup {
    transform: none;
  }

  .vte-case-map__stage {
    width: 126%;
    margin-left: -12%;
  }

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

  .vte-form label:nth-child(odd),
  .vte-form label:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }

  .vte-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */