:root {
  --ev6-bg: #05070c;
  --ev6-panel: #0d121c;
  --ev6-panel-soft: rgba(255, 255, 255, 0.045);
  --ev6-line: rgba(255, 255, 255, 0.11);
  --ev6-line-strong: rgba(255, 255, 255, 0.2);
  --ev6-text: #f8f9ff;
  --ev6-muted: #9aa4b6;
  --ev6-blue: #275bff;
  --ev6-purple: #7b3cff;
  --ev6-cyan: #38d9ff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--ev6-bg); }

body.v2-enterprise-v6-page {
  min-width: 0;
  margin: 0;
  overflow-x: clip;
  color: var(--ev6-text);
  background:
    radial-gradient(circle at 16% 18%, rgba(39, 91, 255, 0.13), transparent 26%),
    radial-gradient(circle at 86% 46%, rgba(123, 60, 255, 0.12), transparent 28%),
    var(--ev6-bg);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.v2-enterprise-v6-page a { color: inherit; text-decoration: none; }
.v2-enterprise-v6-page button,
.v2-enterprise-v6-page input,
.v2-enterprise-v6-page select,
.v2-enterprise-v6-page textarea { font: inherit; }
.v2-enterprise-v6-page :focus-visible { outline: 2px solid var(--ev6-cyan); outline-offset: 4px; }

.v2-enterprise-v6-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 74px;
  padding: 0 clamp(20px, 4vw, 68px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 7, 12, 0.8);
  backdrop-filter: blur(18px);
}

.v2-enterprise-v6-brand,
.v2-enterprise-v6-actions,
.v2-enterprise-v6-nav { display: flex; align-items: center; }
.v2-enterprise-v6-brand { gap: 10px; font-size: 22px; font-weight: 900; letter-spacing: -0.04em; }
.v2-enterprise-v6-brand img { width: 30px; height: 30px; }
.v2-enterprise-v6-nav { justify-content: center; gap: clamp(18px, 2.6vw, 38px); color: rgba(255, 255, 255, 0.76); font-size: 13px; font-weight: 760; }
.v2-enterprise-v6-actions { gap: 14px; }
.v2-enterprise-v6-login { color: rgba(255,255,255,.86); font-size: 13px; font-weight: 820; }
.v2-enterprise-v6-start,
.v2-enterprise-v6-lang > button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 850;
}
.v2-enterprise-v6-start {
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(100deg, var(--ev6-purple), var(--ev6-blue));
  box-shadow: 0 16px 42px rgba(42, 75, 255, 0.32);
}
.v2-enterprise-v6-lang { position: relative; }
.v2-enterprise-v6-lang > button {
  min-width: 42px;
  border: 1px solid var(--ev6-line);
  color: #d8dce5;
  background: rgba(9, 12, 18, 0.78);
  cursor: pointer;
}
.v2-enterprise-v6-lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: none;
  min-width: 172px;
  padding: 8px;
  border: 1px solid var(--ev6-line);
  border-radius: 14px;
  background: #0b0f18;
  box-shadow: 0 24px 70px rgba(0,0,0,.55);
}
.v2-enterprise-v6-lang:hover .v2-enterprise-v6-lang-menu,
.v2-enterprise-v6-lang:focus-within .v2-enterprise-v6-lang-menu { display: grid; }
.v2-enterprise-v6-lang-menu a { padding: 10px 12px; border-radius: 9px; color: #aab1bf; font-size: 12px; }
.v2-enterprise-v6-lang-menu a[aria-current="page"],
.v2-enterprise-v6-lang-menu a:hover { color: #fff; background: rgba(79, 92, 220, 0.22); }

.v2-enterprise-v6-hero {
  position: relative;
  display: grid;
  min-height: min(900px, 100svh);
  align-items: center;
  overflow: hidden;
  padding: 124px 22px 78px;
  background: #070a10;
  isolation: isolate;
}
.v2-enterprise-v6-hero video,
.v2-enterprise-v6-hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.v2-enterprise-v6-hero video {
  z-index: -3;
  object-fit: cover;
  filter: saturate(.72) contrast(1.08) brightness(.55);
  transform: scale(1.04);
}
.v2-enterprise-v6-hero-scrim {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4,6,11,.84), rgba(4,6,11,.32) 48%, rgba(4,6,11,.68)),
    linear-gradient(180deg, rgba(4,6,11,.2), rgba(4,6,11,.04) 46%, #05070c 100%);
}
.v2-enterprise-v6-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 76%);
}
.v2-enterprise-v6-hero-copy { width: min(950px, 100%); margin: 0 auto; text-align: center; }
.v2-enterprise-v6-eyebrow,
.v2-enterprise-v6-kicker {
  margin: 0 0 18px;
  color: #91a8ff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.v2-enterprise-v6-hero h1 {
  max-width: 960px;
  margin: 0 auto;
  font-size: clamp(48px, 7vw, 92px);
  line-height: .99;
  letter-spacing: -0.06em;
  text-wrap: balance;
}
.v2-enterprise-v6-hero h1 em {
  color: transparent;
  background: linear-gradient(100deg, #fff 10%, #c8d1ff 50%, #738cff 76%, #b86cff);
  background-clip: text;
  font-style: normal;
}
.v2-enterprise-v6-lede {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.68;
}
.v2-enterprise-v6-url-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  width: min(760px, 100%);
  margin: 38px auto 0;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px;
  background: rgba(9,12,18,.78);
  box-shadow: 0 32px 100px rgba(0,0,0,.5), inset 0 1px rgba(255,255,255,.08);
  backdrop-filter: blur(24px);
}
.v2-enterprise-v6-url-panel label {
  display: flex;
  min-width: 0;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid var(--ev6-line);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
}
.v2-enterprise-v6-url-panel input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font-size: 15px;
}
.v2-enterprise-v6-url-panel input::placeholder { color: #798295; }
.v2-enterprise-v6-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(100deg, var(--ev6-purple), var(--ev6-blue));
  box-shadow: 0 14px 38px rgba(42,75,255,.28), inset 0 1px rgba(255,255,255,.24);
  font-weight: 850;
  cursor: pointer;
}
.v2-enterprise-v6-chips {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.v2-enterprise-v6-chips span,
.v2-enterprise-v6-service-chips span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--ev6-line);
  border-radius: 8px;
  color: #c3cad7;
  background: rgba(255,255,255,.025);
  font-size: 11px;
  font-weight: 750;
}
.v2-enterprise-v6-credit { grid-column: 1 / -1; margin: 2px 0 0; color: #cfd5e1; font-size: 12px; }

.v2-enterprise-v6-section {
  width: min(1240px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(82px, 10vw, 132px) 0;
}
.v2-enterprise-v6-heading { max-width: 860px; margin: 0 auto 40px; text-align: center; }
.v2-enterprise-v6-heading h2 {
  margin: 0;
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 1.05;
  letter-spacing: -0.055em;
  text-wrap: balance;
}
.v2-enterprise-v6-heading p { margin: 16px 0 0; color: var(--ev6-muted); line-height: 1.65; }

.v2-enterprise-v6-brand-strip {
  width: 100%;
  overflow: hidden;
  padding: clamp(58px, 7vw, 92px) 0 clamp(54px, 6vw, 82px);
  border-top: 1px solid var(--ev6-line);
  border-bottom: 1px solid var(--ev6-line);
  background:
    radial-gradient(circle at 72% 24%, rgba(34, 113, 86, .16), transparent 28%),
    linear-gradient(180deg, rgba(5, 6, 12, .98), rgba(4, 11, 12, .96));
  text-align: center;
}
.v2-enterprise-v6-brand-heading {
  width: min(1080px, calc(100% - 44px));
  margin: 0 auto clamp(36px, 5vw, 58px);
}
.v2-enterprise-v6-brand-kicker {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(129, 148, 255, .36);
  border-radius: 999px;
  color: #c8d0ff;
  background: rgba(92, 105, 225, .12);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.v2-enterprise-v6-brand-heading h2 {
  max-width: 1120px;
  margin: 22px auto 0;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.055em;
}
.v2-enterprise-v6-brand-strip p {
  max-width: 760px;
  margin: 22px auto 0;
  color: #9da5b4;
  font-size: clamp(15px, 1.6vw, 22px);
  font-weight: 760;
  line-height: 1.62;
}
.v2-enterprise-v6-logos {
  display: grid;
  gap: 18px;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent 0, black 10%, black 90%, transparent 100%);
}
.v2-enterprise-v6-logo-row {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: ev6-logo-marquee 34s linear infinite;
}
.v2-enterprise-v6-logo-row.is-reverse {
  animation-direction: reverse;
  animation-duration: 40s;
  margin-left: clamp(-180px, -10vw, -80px);
}
.v2-enterprise-v6-logo-row span {
  display: grid;
  width: clamp(210px, 19vw, 286px);
  min-height: 92px;
  place-items: center;
  padding: 0 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  color: rgba(255,255,255,.82);
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.045));
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 18px 56px rgba(0,0,0,.28);
  overflow: hidden;
  font-size: clamp(20px, 2.1vw, 42px);
  font-weight: 900;
  letter-spacing: -0.035em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@keyframes ev6-logo-marquee {
  to { transform: translateX(calc(-33.333% - 6px)); }
}

.v2-enterprise-v6-examples { width: min(1440px, calc(100% - 32px)); }
.v2-enterprise-v6-filter-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: -10px auto 28px;
}
.v2-enterprise-v6-filter-row button {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid var(--ev6-line);
  border-radius: 999px;
  color: #aab3c4;
  background: rgba(255,255,255,.035);
  font-size: 12px;
  font-weight: 830;
  cursor: pointer;
}
.v2-enterprise-v6-filter-row button:hover,
.v2-enterprise-v6-filter-row button.is-active {
  color: #fff;
  border-color: rgba(124, 144, 255, .5);
  background: rgba(75, 91, 205, .28);
}
.v2-enterprise-v6-carousel-shell {
  position: relative;
}
.v2-enterprise-v6-carousel-arrow {
  position: absolute;
  z-index: 5;
  top: 43%;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  color: #fff;
  background: rgba(6, 9, 16, .68);
  box-shadow: 0 18px 46px rgba(0,0,0,.38);
  backdrop-filter: blur(12px);
  cursor: pointer;
  overflow: hidden;
  font-size: 0;
}
.v2-enterprise-v6-carousel-arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.v2-enterprise-v6-carousel-arrow.is-left::before { transform: rotate(-135deg); margin-left: 4px; }
.v2-enterprise-v6-carousel-arrow.is-right::before { transform: rotate(45deg); margin-right: 4px; }
.v2-enterprise-v6-carousel-arrow.is-left { left: clamp(6px, 1.4vw, 18px); }
.v2-enterprise-v6-carousel-arrow.is-right { right: clamp(6px, 1.4vw, 18px); }
.v2-enterprise-v6-video-track {
  display: grid;
  grid-auto-columns: clamp(210px, 17vw, 264px);
  grid-auto-flow: column;
  gap: 14px;
  overflow-x: auto;
  padding: 4px clamp(18px, 4vw, 58px) 22px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}
.v2-enterprise-v6-video-card.is-hidden { display: none; }
.v2-enterprise-v6-video-card {
  position: relative;
  min-width: 0;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid var(--ev6-line);
  border-radius: 16px;
  background: #0b0e14;
  box-shadow: 0 18px 56px rgba(0,0,0,.36);
  scroll-snap-align: center;
}
.v2-enterprise-v6-video-card::after {
  content: "";
  position: absolute;
  inset: 46% 0 0;
  background: linear-gradient(transparent, rgba(3,5,9,.92));
}
.v2-enterprise-v6-video-card video { width: 100%; height: 100%; object-fit: cover; }
.v2-enterprise-v6-play {
  position: absolute;
  z-index: 2;
  top: 45%;
  left: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  color: #fff;
  background: rgba(5,7,12,.56);
  backdrop-filter: blur(12px);
  transform: translate(-50%, -50%);
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.v2-enterprise-v6-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid currentColor;
}
.v2-enterprise-v6-video-card div {
  position: absolute;
  z-index: 3;
  left: 18px;
  right: 18px;
  bottom: 18px;
}
.v2-enterprise-v6-video-card strong { display: block; font-size: 16px; }
.v2-enterprise-v6-video-card span { display: block; margin-top: 5px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 750; }

.v2-enterprise-v6-workflow-grid {
  display: grid;
  grid-template-columns: minmax(380px, .95fr) minmax(420px, 1.05fr);
  gap: clamp(42px, 7vw, 94px);
  align-items: center;
}
.v2-enterprise-v6-flywheel {
  position: relative;
  width: min(480px, 100%);
  aspect-ratio: 1;
  margin: auto;
}
.v2-enterprise-v6-orbit,
.v2-enterprise-v6-orbit::after,
.v2-enterprise-v6-core,
.v2-enterprise-v6-node i { position: absolute; border-radius: 50%; }
.v2-enterprise-v6-orbit { inset: 17%; border: 1px solid rgba(102,126,255,.38); animation: ev6-spin 18s linear infinite; }
.v2-enterprise-v6-orbit.two { inset: 27%; border-color: rgba(109,63,255,.28); animation-direction: reverse; animation-duration: 12s; }
.v2-enterprise-v6-orbit::after { content: ""; width: 7px; height: 7px; top: 8%; left: 17%; background: #7f95ff; box-shadow: 0 0 16px #718cff; }
.v2-enterprise-v6-core {
  inset: 39%;
  display: grid;
  place-items: center;
  background: conic-gradient(from 190deg, #643aff, #3bd8ff, #284bff, #ff5ed8, #643aff);
  box-shadow: 0 0 32px rgba(71,115,255,.5), 0 0 72px rgba(130,56,255,.3);
  animation: ev6-spin 10s linear infinite;
}
.v2-enterprise-v6-core::before { content: ""; position: absolute; inset: 8px; border-radius: inherit; background: #0a0d14; }
.v2-enterprise-v6-core img { position: relative; width: 42%; animation: ev6-spin 10s linear infinite reverse; }
.v2-enterprise-v6-node {
  position: absolute;
  display: grid;
  justify-items: center;
  gap: 6px;
  width: 112px;
  color: #bbc2cf;
  font-size: 11px;
  font-weight: 760;
  line-height: 1.35;
  text-align: center;
}
.v2-enterprise-v6-node i {
  position: static;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(111,139,255,.35);
  border-radius: 13px;
  color: #8298ff;
  background: #0c111c;
  font-style: normal;
}
.v2-enterprise-v6-node.one { top: 0; left: calc(50% - 56px); }
.v2-enterprise-v6-node.two { top: 24%; right: 0; }
.v2-enterprise-v6-node.three { right: 10%; bottom: 3%; }
.v2-enterprise-v6-node.four { left: 10%; bottom: 3%; }
.v2-enterprise-v6-node.five { top: 24%; left: 0; }
@keyframes ev6-spin { to { transform: rotate(360deg); } }

.v2-enterprise-v6-workflow-list,
.v2-enterprise-v6-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.v2-enterprise-v6-workflow-list li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--ev6-line);
}
.v2-enterprise-v6-workflow-list li > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--ev6-line);
  border-radius: 12px;
  color: #8498ff;
  background: rgba(255,255,255,.025);
  font-size: 11px;
  font-weight: 900;
}
.v2-enterprise-v6-workflow-list p { margin: 7px 0 0; color: var(--ev6-muted); font-size: 13px; line-height: 1.6; }

.v2-enterprise-v6-solution-section {
  padding-top: clamp(72px, 8vw, 104px);
  padding-bottom: clamp(72px, 8vw, 104px);
}
.v2-enterprise-v6-solution-panel {
  overflow: hidden;
  border: 1px solid var(--ev6-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 78%, rgba(38, 99, 255, .22), transparent 20%),
    radial-gradient(circle at 86% 6%, rgba(110, 66, 255, .16), transparent 30%),
    linear-gradient(160deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
  box-shadow: 0 28px 100px rgba(0,0,0,.26);
}
.v2-enterprise-v6-bridge {
  display: grid;
  grid-template-columns: .74fr 1fr .18fr 1.08fr;
  gap: 24px;
  align-items: center;
  padding: clamp(28px, 4vw, 46px);
  border-bottom: 1px solid var(--ev6-line);
}
.v2-enterprise-v6-bridge h2 { margin: 0; font-size: clamp(28px, 3.2vw, 44px); line-height: 1.1; letter-spacing: -0.045em; }
.v2-enterprise-v6-bridge p { color: var(--ev6-muted); line-height: 1.65; }
.v2-enterprise-v6-bridge-column-title {
  margin: 0 0 14px;
  color: #b5becd;
  font-size: 14px;
  font-weight: 850;
}
.v2-enterprise-v6-mini-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.v2-enterprise-v6-mini-list li,
.v2-enterprise-v6-capability,
.v2-enterprise-v6-plan,
.v2-enterprise-v6-form-shell {
  border: 1px solid var(--ev6-line);
  border-radius: 14px;
  background: rgba(255,255,255,.045);
}
.v2-enterprise-v6-mini-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 82px;
  padding: 16px 18px;
  color: #cbd2df;
  font-size: 14px;
  font-weight: 760;
}
.v2-enterprise-v6-mini-list strong { display: block; color: #e8ebf4; font-size: 15px; }
.v2-enterprise-v6-mini-list span:not(.v2-enterprise-v6-icon) { display: block; margin-top: 4px; color: #9098a8; font-size: 12px; line-height: 1.4; }
.v2-enterprise-v6-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #7f76ff;
}
.v2-enterprise-v6-icon svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}
.v2-enterprise-v6-arrow { color: #718cff; font-size: 54px; text-align: center; }

.v2-enterprise-v6-capabilities,
.v2-enterprise-v6-plans { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.v2-enterprise-v6-capabilities { padding: 14px; }
.v2-enterprise-v6-capability { display: grid; grid-template-columns: 54px 1fr; gap: 14px; min-height: 142px; padding: 22px; }
.v2-enterprise-v6-capability strong { display: block; font-size: 16px; }
.v2-enterprise-v6-capability p { margin: 10px 0 0; color: var(--ev6-muted); font-size: 12px; line-height: 1.55; }

.v2-enterprise-v6-tabs { display: flex; width: fit-content; gap: 4px; margin: 0 auto 30px; padding: 4px; border: 1px solid var(--ev6-line); border-radius: 999px; background: #0b0e14; }
.v2-enterprise-v6-tabs a { min-height: 36px; padding: 10px 18px; border-radius: 999px; color: var(--ev6-muted); font-size: 12px; font-weight: 820; }
.v2-enterprise-v6-tabs a.is-active { color: #fff; background: rgba(77,92,205,.24); }
.v2-enterprise-v6-plan {
  position: relative;
  display: flex;
  min-height: 340px;
  flex-direction: column;
  padding: 25px;
  box-shadow: 0 18px 50px rgba(0,0,0,.24);
}
.v2-enterprise-v6-plan.is-recommended { border-color: rgba(122,75,255,.7); box-shadow: 0 24px 70px rgba(96,49,223,.22); }
.v2-enterprise-v6-plan .badge {
  position: absolute;
  top: -12px;
  right: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(100deg, #7947ff, #315dff);
  font-size: 9px;
  font-weight: 900;
}
.v2-enterprise-v6-plan h3 { margin: 0; color: #e6e9f0; font-size: 14px; }
.v2-enterprise-v6-price { margin: 12px 0 0; font-size: clamp(30px, 3vw, 42px); font-weight: 930; letter-spacing: -0.05em; }
.v2-enterprise-v6-plan > span { display: block; min-height: 34px; margin-top: 7px; color: var(--ev6-muted); font-size: 11px; }
.v2-enterprise-v6-plan ul { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; color: #a9b1bf; font-size: 12px; line-height: 1.45; list-style: none; }
.v2-enterprise-v6-plan li::before { content: "✓"; margin-right: 8px; color: #91a2ff; }
.v2-enterprise-v6-plan a { margin-top: auto; width: 100%; min-height: 42px; border-radius: 9px; }
.v2-enterprise-v6-service-chips { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.v2-enterprise-v6-service-chips span { justify-content: center; min-height: 48px; }

.v2-enterprise-v6-form-shell {
  display: grid;
  grid-template-columns: .32fr 1fr;
  gap: 34px;
  padding: clamp(26px, 4vw, 48px);
  position: relative;
  overflow: hidden;
  border-color: rgba(111, 132, 255, .28);
  background:
    radial-gradient(circle at 78% 0%, rgba(99, 72, 255, .22), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.024));
  box-shadow: 0 34px 110px rgba(39,91,255,.18), inset 0 1px rgba(255,255,255,.08);
}
.v2-enterprise-v6-form-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(170, 186, 255, .7), transparent);
}
.v2-enterprise-v6-steps { display: grid; align-content: start; gap: 24px; border-right: 1px solid var(--ev6-line); padding-right: 28px; }
.v2-enterprise-v6-steps div { display: grid; grid-template-columns: 44px 1fr; gap: 12px; }
.v2-enterprise-v6-steps span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(117, 98, 255, .7);
  border-radius: 50%;
  color: #9c8cff;
  font-weight: 900;
}
.v2-enterprise-v6-steps strong { display: block; font-size: 13px; }
.v2-enterprise-v6-steps p { margin: 5px 0 0; color: var(--ev6-muted); font-size: 11px; line-height: 1.5; }
.v2-enterprise-v6-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(18px, 2.2vw, 26px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(5, 8, 16, .56);
  box-shadow: inset 0 1px rgba(255,255,255,.07);
}
.v2-enterprise-v6-form-intro {
  display: grid;
  gap: 7px;
  margin-bottom: 5px;
}
.v2-enterprise-v6-form-intro p {
  margin: 0;
  color: #91a8ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.v2-enterprise-v6-form-intro h2 {
  margin: 0;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}
.v2-enterprise-v6-form-intro span {
  max-width: 780px;
  color: #aab3c4;
  font-size: 13px;
  line-height: 1.6;
}
.v2-enterprise-v6-form label { display: grid; gap: 7px; color: #afb6c3; font-size: 11px; font-weight: 800; }
.v2-enterprise-v6-form input,
.v2-enterprise-v6-form select,
.v2-enterprise-v6-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--ev6-line);
  border-radius: 9px;
  outline: 0;
  color: #fff;
  background: rgba(255,255,255,.04);
}
.v2-enterprise-v6-form select option { color: #fff; background: #0d121c; }
.v2-enterprise-v6-form textarea { min-height: 108px; resize: vertical; }
.v2-enterprise-v6-wide,
.v2-enterprise-v6-form-status { grid-column: 1 / -1; }
.v2-enterprise-v6-legal { color: #788293; font-size: 10px; line-height: 1.6; }
.v2-enterprise-v6-legal p { margin: 0 0 7px; }
.v2-enterprise-v6-legal a { color: #a5b3ff; text-decoration: underline; }
.v2-enterprise-v6-form-status { margin: 0; color: #7de7b0; font-size: 12px; font-weight: 800; }

.v2-enterprise-v6-faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 980px; margin: auto; }
.v2-enterprise-v6-faq-grid details { border: 1px solid var(--ev6-line); border-radius: 13px; background: rgba(255,255,255,.035); }
.v2-enterprise-v6-faq-grid summary { padding: 21px 52px 21px 22px; font-size: 14px; font-weight: 820; cursor: pointer; }
.v2-enterprise-v6-faq-grid p { margin: -4px 22px 21px; color: var(--ev6-muted); font-size: 12px; line-height: 1.65; }
.v2-enterprise-v6-footer {
  padding: 0 clamp(22px, 5vw, 76px) 32px;
  border-top: 1px solid var(--ev6-line);
  background: linear-gradient(180deg, #080b11, #030407);
}
.v2-enterprise-v6-wordmark {
  display: block;
  overflow: hidden;
  padding: clamp(54px, 7vw, 96px) 0 28px;
  font-size: clamp(92px, 18vw, 260px);
  font-weight: 950;
  line-height: .74;
  letter-spacing: -0.09em;
  text-align: center;
  color: transparent;
  background: linear-gradient(180deg, #fff, #747a88 82%);
  background-clip: text;
}
.v2-enterprise-v6-footer-row { display: flex; justify-content: space-between; gap: 24px; padding-top: 30px; border-top: 1px solid var(--ev6-line); color: #8f98a9; font-size: 11px; }
.v2-enterprise-v6-footer-row nav,
.v2-enterprise-v6-footer-row div { display: flex; flex-wrap: wrap; gap: 18px; }

@media (max-width: 1080px) {
  .v2-enterprise-v6-header { grid-template-columns: 1fr auto; }
  .v2-enterprise-v6-nav { display: none; }
  .v2-enterprise-v6-workflow-grid,
  .v2-enterprise-v6-bridge,
  .v2-enterprise-v6-form-shell { grid-template-columns: 1fr; }
  .v2-enterprise-v6-arrow { transform: rotate(90deg); }
  .v2-enterprise-v6-capabilities,
  .v2-enterprise-v6-plans,
  .v2-enterprise-v6-service-chips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v2-enterprise-v6-steps { border-right: 0; border-bottom: 1px solid var(--ev6-line); padding: 0 0 24px; }
}

@media (max-width: 720px) {
  .v2-enterprise-v6-header { min-height: 64px; padding: 0 16px; gap: 10px; }
  .v2-enterprise-v6-brand { font-size: 18px; }
  .v2-enterprise-v6-brand img { width: 26px; height: 26px; }
  .v2-enterprise-v6-login { display: none; }
  .v2-enterprise-v6-actions { gap: 8px; }
  .v2-enterprise-v6-start { min-height: 36px; padding: 0 12px; font-size: 11px; }
  .v2-enterprise-v6-hero { min-height: 800px; padding: 104px 16px 72px; }
  .v2-enterprise-v6-hero h1 { font-size: clamp(42px, 13vw, 64px); }
  .v2-enterprise-v6-url-panel { grid-template-columns: 1fr; padding: 12px; border-radius: 16px; }
  .v2-enterprise-v6-button { width: 100%; }
  .v2-enterprise-v6-chips { justify-content: flex-start; }
  .v2-enterprise-v6-credit { text-align: left; }
  .v2-enterprise-v6-section { width: min(100% - 28px, 1240px); padding: 78px 0; }
  .v2-enterprise-v6-heading h2 { font-size: 38px; }
  .v2-enterprise-v6-capabilities,
  .v2-enterprise-v6-plans,
  .v2-enterprise-v6-service-chips,
  .v2-enterprise-v6-form,
  .v2-enterprise-v6-faq-grid { grid-template-columns: 1fr; }
  .v2-enterprise-v6-video-track { grid-auto-columns: min(72vw, 270px); padding-inline: 14px; }
  .v2-enterprise-v6-carousel-arrow { display: none; }
  .v2-enterprise-v6-logo-row span { width: 188px; min-height: 76px; font-size: 24px; }
  .v2-enterprise-v6-bridge { gap: 18px; padding: 24px; }
  .v2-enterprise-v6-capabilities { grid-template-columns: 1fr; padding: 12px; }
  .v2-enterprise-v6-flywheel { transform: scale(.92); }
  .v2-enterprise-v6-form-shell { padding: 24px; }
  .v2-enterprise-v6-wide,
  .v2-enterprise-v6-form-status { grid-column: 1; }
  .v2-enterprise-v6-wordmark { font-size: clamp(76px, 24vw, 140px); }
  .v2-enterprise-v6-footer-row { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .v2-enterprise-v6-page *,
  .v2-enterprise-v6-page *::before,
  .v2-enterprise-v6-page *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .v2-enterprise-v6-hero video { display: none; }
}
