/* ==========================================================================
   Enterprise — hero "Exhibit", seat pricing + calculator, offerings,
   security principles, onboarding timeline.
   Scope: .enterprise-*  · logical properties only (RTL-safe) · tokens only
   ========================================================================== */

/* ---------- Hero ---------- */
.enterprise-hero {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  padding-block: calc(var(--header-h) + clamp(56px, 8vw, 120px)) clamp(64px, 7vw, 110px);
}
.enterprise-hero__bg { position: absolute; inset: 0; z-index: -2; pointer-events: none; }
.enterprise-hero__orb--a { width: 680px; height: 680px; inset-block-start: -260px; inset-inline-end: -180px; opacity: 0.5; }
.enterprise-hero__orb--b { width: 520px; height: 520px; inset-block-end: 4%; inset-inline-start: -160px; opacity: 0.3; }
.enterprise-hero__bg .grid-lines { -webkit-mask-image: radial-gradient(ellipse at 30% 20%, #000 10%, transparent 65%); mask-image: radial-gradient(ellipse at 30% 20%, #000 10%, transparent 65%); opacity: 0.4; }

/* The liquid-glass wave hangs behind the exhibit wall only */
.enterprise-hero__fx.fx {
  z-index: -1;
  inset-block-start: 40%;
  opacity: 0.9;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 58%, transparent 92%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 58%, transparent 92%);
}

.enterprise-hero__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: clamp(32px, 5vw, 72px);
  align-items: end;
}
.enterprise-hero__titles { display: flex; flex-direction: column; align-items: flex-start; gap: 26px; }
.enterprise-hero__title { max-width: 12ch; }
.enterprise-hero__aside { display: flex; flex-direction: column; gap: 28px; padding-block-end: 12px; }
.enterprise-hero__aside .lead { font-size: clamp(16px, 1.35vw, 19px); }

/* Exhibit wall: three tall glass panels, hung on a rising line */
.enterprise-hero .enterprise-wall {
  position: relative;
  list-style: none;
  margin: clamp(64px, 8vw, 112px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 28px);
  align-items: start;
}
.enterprise-wall::after {
  /* the gallery floor */
  content: "";
  position: absolute;
  inset-inline: -6%;
  inset-block-end: -34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong) 20%, color-mix(in srgb, var(--gold-2) 35%, transparent) 50%, var(--line-strong) 80%, transparent);
}
.enterprise-panel:nth-child(1) { margin-block-start: 96px; }
.enterprise-panel:nth-child(2) { margin-block-start: 48px; }

.enterprise-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: clamp(420px, 40vw, 560px);
  border-radius: var(--radius-l);
  border: 1px solid var(--glass-border);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--ice) 9%, transparent), color-mix(in srgb, var(--ice) 2%, transparent) 42%, color-mix(in srgb, var(--bg-0) 42%, transparent)),
    var(--glass);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  backdrop-filter: blur(24px) saturate(150%);
  box-shadow: var(--shadow-2);
}
.enterprise-panel::before {
  /* glass rim: bright top edge fading down */
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 36%, color-mix(in srgb, var(--gold-2) 12%, transparent) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.enterprise-panel__visual { position: relative; flex: 1; min-height: 250px; }
.enterprise-panel__caption {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 clamp(22px, 2.4vw, 32px) clamp(24px, 2.6vw, 34px);
}
.enterprise-panel__no { font-size: 11px; letter-spacing: 0.1em; color: var(--gold-2); }
.enterprise-panel__word {
  font-size: clamp(42px, 4.6vw, 68px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.045em;
  color: var(--text);
}
[dir="rtl"] .enterprise-panel__word, :lang(zh-Hans) .enterprise-panel__word { letter-spacing: 0; line-height: 1.2; }
.enterprise-panel__note { max-width: 30ch; font-size: 14.5px; line-height: 1.55; color: var(--text-2); }

/* Panel 1 — Seats: a receding floor of seats, a gold wave rolls toward you */
.enterprise-floor {
  position: absolute;
  inset-inline: 9%;
  inset-block: 8% 4%;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  align-content: center;
  gap: 16px 12px;
  transform: perspective(520px) rotateX(54deg);
  transform-origin: 50% 70%;
}
.enterprise-floor i {
  position: relative;
  aspect-ratio: 1;
  border-radius: 50%;
  background: color-mix(in srgb, var(--ice) 6%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ice) 22%, transparent);
}
.enterprise-floor i.is-on { background: color-mix(in srgb, var(--ice) 42%, transparent); box-shadow: 0 0 10px color-mix(in srgb, var(--ice) 25%, transparent); }
/* The wave rolls row by row toward the viewer: only the gold overlay's opacity animates,
   so every seat is back at rest between two passes */
.enterprise-floor i::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--gold-2);
  box-shadow: 0 0 16px color-mix(in srgb, var(--gold-2) 85%, transparent);
  opacity: 0;
  animation: enterprise-seat 6.5s var(--ease-in-out) infinite;
  animation-delay: calc(var(--r) * 240ms);
}
.enterprise-floor i:not(.is-on)::after { background: color-mix(in srgb, var(--gold-2) 40%, transparent); box-shadow: none; }
@keyframes enterprise-seat {
  0%, 9%, 100% { opacity: 0; }
  3.5% { opacity: 1; }
}

/* Panel 2 — Security: nested rounded diamonds, a scanning light, a lock */
.enterprise-shield { --s: clamp(150px, 13.6vw, 196px); position: absolute; inset: 0; display: grid; place-items: center; }
.enterprise-shield > * { grid-area: 1 / 1; }
.enterprise-shield__orbit {
  width: calc(var(--s) * 1.28);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px dashed color-mix(in srgb, var(--ice) 16%, transparent);
  animation: enterprise-spin 40s linear infinite;
}
.enterprise-shield__orbit::after {
  content: "";
  position: absolute;
  inset-block-start: -3px;
  inset-inline-start: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 12px var(--gold-2);
}
.enterprise-shield__orbit { position: relative; }
.enterprise-shield__ring {
  width: calc(var(--s) - var(--k) * var(--s) * 0.255);
  aspect-ratio: 1;
  border-radius: 30%;
  rotate: 45deg;
  border: 1px solid color-mix(in srgb, var(--ice) 24%, transparent);
  background: radial-gradient(closest-side, color-mix(in srgb, var(--blue-2) 8%, transparent), transparent);
}
.enterprise-shield__ring--mid { border-color: color-mix(in srgb, var(--ice) 34%, transparent); }
.enterprise-shield__ring--core { border-color: color-mix(in srgb, var(--gold-2) 55%, transparent); box-shadow: 0 0 30px -4px color-mix(in srgb, var(--gold) 45%, transparent); }
.enterprise-shield__scan {
  width: calc(var(--s) * 0.97);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  box-shadow: 0 0 14px 1px color-mix(in srgb, var(--gold-2) 60%, transparent);
  animation: enterprise-scan 4.8s var(--ease-in-out) infinite alternate;
}
.enterprise-shield__core {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: var(--bg-0);
  background: radial-gradient(circle at 35% 30%, var(--ice-2), var(--gold-3) 50%, var(--gold));
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--gold) 12%, transparent), 0 0 40px color-mix(in srgb, var(--gold-2) 55%, transparent);
}
.enterprise-shield__core .icon { width: 24px; height: 24px; stroke-width: 1.7; }
@keyframes enterprise-scan {
  from { translate: 0 -92px; opacity: 0.2; }
  50% { opacity: 1; }
  to { translate: 0 92px; opacity: 0.2; }
}
@keyframes enterprise-spin { to { rotate: 360deg; } }

/* Panel 3 — Scale: isometric plates stacking up, the top one in gold */
.enterprise-plates { position: absolute; inset: 0; }
.enterprise-plates__plate {
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
  inset-block-start: calc(68% - var(--k) * 11%);
  width: clamp(120px, 11vw, 150px);
  aspect-ratio: 1;
  translate: 0 -50%;
  transform: rotateX(62deg) rotateZ(45deg);
  border-radius: 20px;
  border: 1px solid color-mix(in srgb, var(--ice) 30%, transparent);
  background: linear-gradient(135deg, color-mix(in srgb, var(--ice) 16%, transparent), color-mix(in srgb, var(--blue-2) 6%, transparent) 60%, color-mix(in srgb, var(--bg-0) 20%, transparent));
  box-shadow: 0 0 44px -8px color-mix(in srgb, var(--blue-2) 45%, transparent);
  animation: enterprise-plate 5.5s var(--ease-in-out) infinite alternate;
}
.enterprise-plates__plate:nth-child(5) {
  border-color: color-mix(in srgb, var(--gold-3) 75%, transparent);
  background: linear-gradient(135deg, color-mix(in srgb, var(--gold-3) 50%, transparent), color-mix(in srgb, var(--gold) 16%, transparent) 60%, color-mix(in srgb, var(--gold) 4%, transparent));
  box-shadow: 0 0 60px -6px color-mix(in srgb, var(--gold) 70%, transparent);
}
.enterprise-plates__beam {
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
  inset-block: 12% 30%;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--gold-2) 30%, color-mix(in srgb, var(--ice) 50%, transparent) 80%, transparent);
  opacity: 0.55;
}
@keyframes enterprise-plate {
  from { translate: 0 -50%; }
  to { translate: 0 calc(-50% - var(--k) * 9px); }
}

/* ---------- Seat pricing band ---------- */
.enterprise-seats {
  padding-block-start: calc(var(--section-y) * 0.7);
  border-block-end: 1px solid var(--line);
  /* no top edge: the band fades in from the hero, so the glass wave dissolves into it */
  background:
    radial-gradient(900px 520px at 12% 30%, color-mix(in srgb, var(--gold) 8%, transparent), transparent 60%),
    radial-gradient(800px 520px at 90% 90%, color-mix(in srgb, var(--blue) 12%, transparent), transparent 60%),
    linear-gradient(180deg, transparent, var(--bg-1) clamp(120px, 14vw, 200px));
}
.enterprise-seats__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 480px);
  gap: clamp(40px, 7vw, 120px);
  align-items: center;
}
.enterprise-seats__intro { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.enterprise-seats__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 16px; margin-block: 6px 4px; }
.enterprise-seats__amount { display: inline-flex; align-items: baseline; gap: 4px; }
.enterprise-seats__cur { align-self: flex-start; margin-block-start: 0.3em; font-size: clamp(28px, 3vw, 44px); font-weight: 300; line-height: 1; color: var(--gold-2); }
.enterprise-seats__num {
  font-size: calc(clamp(104px, 14vw, 210px) * var(--price-k, 1));
  font-weight: 200;
  line-height: 0.82;
  letter-spacing: -0.065em;
  background: var(--grad-ice);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-inline-end: 0.04em;
}
.enterprise-seats__per { font-size: clamp(16px, 1.4vw, 19px); color: var(--text-2); white-space: nowrap; }
.enterprise-seats__personal { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; color: var(--text-3); font-size: 15px; }

/* Calculator */
.enterprise-calc { display: flex; flex-direction: column; gap: 22px; padding: clamp(24px, 3vw, 40px); border-radius: var(--radius-xl); }
.enterprise-calc__title { color: var(--text-3); }
.enterprise-calc__seats { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.enterprise-calc__label { font-size: 14px; color: var(--text-2); }
.enterprise-calc__count { display: flex; align-items: baseline; gap: 10px; color: var(--text-3); font-size: 15px; }
.enterprise-calc__count output {
  font-size: clamp(44px, 4.4vw, 60px);
  font-weight: 200;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--text);
  font-variant-numeric: tabular-nums;
}

.enterprise-calc__control { display: flex; align-items: center; gap: 14px; }
.enterprise-calc__step {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--glass-border);
  background: color-mix(in srgb, var(--ice) 5%, transparent);
  color: var(--text);
  transition: background-color var(--dur-fast), border-color var(--dur-fast), opacity var(--dur-fast);
}
.enterprise-calc__step:disabled { opacity: 0.35; cursor: default; }
.enterprise-calc__step:hover { background: color-mix(in srgb, var(--ice) 10%, transparent); border-color: color-mix(in srgb, var(--ice) 30%, transparent); }
.enterprise-calc__step .icon { width: 18px; height: 18px; }

.enterprise-calc__range {
  --fill: 4%;
  flex: 1;
  min-width: 0;
  height: 32px;
  margin: 0;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.enterprise-calc__range::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--gold-2), var(--gold) var(--fill), color-mix(in srgb, var(--ice) 14%, transparent) var(--fill));
}
[dir="rtl"] .enterprise-calc__range::-webkit-slider-runnable-track {
  background: linear-gradient(270deg, var(--gold-2), var(--gold) var(--fill), color-mix(in srgb, var(--ice) 14%, transparent) var(--fill));
}
.enterprise-calc__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  margin-block-start: -11px;
  border-radius: 50%;
  border: 0;
  background: radial-gradient(circle at 35% 30%, var(--ice-2), var(--gold-3) 60%, var(--gold-2));
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--gold) 16%, transparent), 0 6px 18px rgba(0, 0, 0, 0.55);
  transition: box-shadow var(--dur) var(--ease-out);
}
.enterprise-calc__range:hover::-webkit-slider-thumb { box-shadow: 0 0 0 9px color-mix(in srgb, var(--gold) 22%, transparent), 0 6px 18px rgba(0, 0, 0, 0.55); }
.enterprise-calc__range::-moz-range-track { height: 4px; border-radius: 4px; background: color-mix(in srgb, var(--ice) 14%, transparent); }
.enterprise-calc__range::-moz-range-progress { height: 4px; border-radius: 4px; background: var(--grad-gold); }
.enterprise-calc__range::-moz-range-thumb {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 0;
  background: radial-gradient(circle at 35% 30%, var(--ice-2), var(--gold-3) 60%, var(--gold-2));
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--gold) 16%, transparent), 0 6px 18px rgba(0, 0, 0, 0.55);
}
.enterprise-calc__range:hover::-moz-range-thumb { box-shadow: 0 0 0 9px color-mix(in srgb, var(--gold) 22%, transparent), 0 6px 18px rgba(0, 0, 0, 0.55); }
/* Keyboard focus: the site's gold ring around the track + a crisp ring on the thumb (WebKit/Blink & Gecko) */
.enterprise-calc__range:focus-visible {
  outline: 2px solid var(--gold-2);
  outline-offset: 6px;
  border-radius: var(--radius-pill);
}
.enterprise-calc__range:focus-visible::-webkit-slider-thumb { box-shadow: 0 0 0 3px var(--bg-1), 0 0 0 5px var(--gold-2), 0 6px 18px rgba(0, 0, 0, 0.55); }
.enterprise-calc__range:focus-visible::-moz-range-thumb { box-shadow: 0 0 0 3px var(--bg-1), 0 0 0 5px var(--gold-2), 0 6px 18px rgba(0, 0, 0, 0.55); }

.enterprise-calc__scale { display: flex; justify-content: space-between; margin-block-start: -14px; padding-inline: 58px; font-size: 11px; letter-spacing: 0.08em; color: var(--text-3); }

.enterprise-calc__dots {
  display: grid;
  grid-template-columns: repeat(25, minmax(0, 1fr));
  gap: 6px;
  padding: 16px;
  border-radius: var(--radius-m);
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg-0) 35%, transparent);
}
.enterprise-calc__dots i {
  aspect-ratio: 1;
  border-radius: 50%;
  background: color-mix(in srgb, var(--ice) 10%, transparent);
  transition: background-color 380ms var(--ease-out), box-shadow 380ms var(--ease-out), transform 380ms var(--ease-out);
}
.enterprise-calc__dots i.is-on { background: var(--gold-2); box-shadow: 0 0 8px color-mix(in srgb, var(--gold-2) 60%, transparent); }

.enterprise-calc__result {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-block-start: 20px;
  border-block-start: 1px solid var(--line);
}
.enterprise-calc__total {
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 250;
  line-height: 1;
  letter-spacing: -0.045em;
  color: var(--text);
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 40px color-mix(in srgb, var(--gold-2) 25%, transparent);
}
[dir="rtl"] .enterprise-calc__total { text-align: end; align-self: flex-start; }
.enterprise-calc__formula { font-size: 14px; color: var(--text-3); }
.enterprise-calc__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.enterprise-calc__foot .form-note { flex: 1 1 200px; max-width: 34ch; }

/* ---------- Offerings (spec-sheet grid) ---------- */
.enterprise-offer__head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(24px, 5vw, 80px);
  align-items: end;
  margin-block-end: clamp(40px, 6vw, 72px);
}
.enterprise-offer__head .section-head { margin-block-end: 0; }
.enterprise-offer__lead { padding-block-end: 6px; }
.enterprise-offer__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-radius: var(--radius-l);
  border: 1px solid var(--line);
  background: var(--line);
  overflow: hidden;
}
.enterprise-offer__item {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 260px;
  padding: clamp(22px, 2.4vw, 34px);
  background: var(--bg-0);
  transition: background-color var(--dur) var(--ease-out);
}
.enterprise-offer__item:hover { background: var(--bg-1); }
.enterprise-offer__top { display: flex; align-items: flex-start; justify-content: space-between; padding-block-end: 30px; }
.enterprise-offer__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: var(--gold-2);
  background: linear-gradient(180deg, color-mix(in srgb, var(--gold) 14%, transparent), color-mix(in srgb, var(--gold) 3%, transparent));
  border: 1px solid color-mix(in srgb, var(--gold-2) 22%, transparent);
  transition: box-shadow var(--dur) var(--ease-out);
}
.enterprise-offer__item:nth-child(even) .enterprise-offer__icon {
  color: var(--ice);
  background: linear-gradient(180deg, color-mix(in srgb, var(--blue-2) 18%, transparent), color-mix(in srgb, var(--blue-2) 3%, transparent));
  border-color: color-mix(in srgb, var(--blue-2) 30%, transparent);
}
.enterprise-offer__item:hover .enterprise-offer__icon { box-shadow: 0 0 24px -4px color-mix(in srgb, var(--gold) 50%, transparent); }
.enterprise-offer__icon .icon { width: 22px; height: 22px; }
.enterprise-offer__no { font-size: 11px; letter-spacing: 0.1em; color: var(--text-3); }
.enterprise-offer__title { font-size: 19px; line-height: 1.25; font-weight: 450; letter-spacing: -0.015em; color: var(--text); }
.enterprise-offer__text { font-size: 14.5px; line-height: 1.55; color: var(--text-2); }

/* ---------- Security by design ---------- */
.enterprise-offer { padding-block-end: calc(var(--section-y) * 0.6); }
.enterprise-security { padding-block: calc(var(--section-y) * 0.55) calc(var(--section-y) * 0.6); }
.enterprise-security__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(40px, 7vw, 120px);
  align-items: start;
}
.enterprise-security__visual { position: sticky; inset-block-start: calc(var(--header-h) + 56px); }
.enterprise-emblem {
  position: relative;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1;
  margin-inline: auto;
}
.enterprise-emblem::before {
  content: "";
  position: absolute;
  inset: 8%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(closest-side, color-mix(in srgb, var(--blue) 28%, transparent), transparent 70%);
  filter: blur(20px);
}
.enterprise-emblem svg { width: 100%; height: 100%; overflow: visible; }
.enterprise-stop--ice { stop-color: var(--ice); stop-opacity: 0.6; }
.enterprise-stop--blue { stop-color: var(--blue-2); stop-opacity: 0.28; }
.enterprise-stop--gold { stop-color: var(--gold-2); stop-opacity: 0.75; }
.enterprise-stop--gold-3 { stop-color: var(--gold-3); stop-opacity: 0.95; }
.enterprise-stop--amber { stop-color: var(--gold); stop-opacity: 0.15; }
.enterprise-stop--halo { stop-color: var(--gold-2); stop-opacity: 0.3; }
.enterprise-stop--none { stop-color: var(--gold-2); stop-opacity: 0; }
.enterprise-emblem__dots { stroke: color-mix(in srgb, var(--ice) 22%, transparent); stroke-dasharray: 2 10; }
.enterprise-emblem__sat { fill: var(--gold-2); filter: drop-shadow(0 0 6px color-mix(in srgb, var(--gold-2) 90%, transparent)); }
.enterprise-emblem__sat--ice { fill: var(--ice); filter: drop-shadow(0 0 5px color-mix(in srgb, var(--ice) 90%, transparent)); }
.enterprise-emblem__arc { stroke: url(#ent-emblem-b); stroke-width: 1.6; stroke-dasharray: 150 856; stroke-linecap: round; }
.enterprise-emblem__d1 { stroke: url(#ent-emblem-a); stroke-width: 1.2; }
.enterprise-emblem__d2 { stroke: color-mix(in srgb, var(--ice) 20%, transparent); }
.enterprise-emblem__d3 { stroke: url(#ent-emblem-b); stroke-width: 1.5; animation: enterprise-pulse 4s var(--ease-in-out) infinite; }
.enterprise-emblem__lock { fill: none; stroke: var(--gold-3); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 8px color-mix(in srgb, var(--gold-2) 60%, transparent)); }
.enterprise-emblem__spin { transform-origin: 200px 200px; animation: enterprise-spin 70s linear infinite; }
.enterprise-emblem__spin--rev { animation-duration: 16s; animation-direction: reverse; }
@keyframes enterprise-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

.enterprise-security__content { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.enterprise-security .enterprise-principles { list-style: none; margin: 18px 0 0; padding: 0; width: 100%; border-block-end: 1px solid var(--line); }
.enterprise-principles__item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  padding-block: 24px;
  border-block-start: 1px solid var(--line);
}
.enterprise-principles__no { padding-block-start: 4px; font-size: 12px; letter-spacing: 0.08em; color: var(--gold-2); }
.enterprise-principles__title { font-size: 19px; line-height: 1.3; font-weight: 450; letter-spacing: -0.015em; color: var(--text); margin-block-end: 6px; }
.enterprise-principles__text { font-size: 15px; line-height: 1.6; color: var(--text-2); max-width: 56ch; }
.enterprise-security__cta { margin-block-start: 14px; }

/* ---------- Onboarding timeline ---------- */
.enterprise-onboard { padding-block: calc(var(--section-y) * 0.55) calc(var(--section-y) * 0.35); }
.enterprise-steps {
  --node: 60px;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 56px);
}
.enterprise-steps::before,
.enterprise-steps::after {
  content: "";
  position: absolute;
  inset-block-start: calc(var(--node) / 2);
  inset-inline: calc(100% / 6);
  height: 1px;
  background: var(--line-strong);
}
.enterprise-steps::after {
  height: 2px;
  margin-block-start: -0.5px;
  background: linear-gradient(90deg, var(--gold-2), var(--gold) 50%, var(--ice));
  box-shadow: 0 0 12px color-mix(in srgb, var(--gold-2) 55%, transparent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.8s var(--ease-out) 0.25s;
}
[dir="rtl"] .enterprise-steps::after { transform-origin: right center; background: linear-gradient(270deg, var(--gold-2), var(--gold) 50%, var(--ice)); }
.enterprise-steps.is-in::after,
.no-js .enterprise-steps::after { transform: scaleX(1); }

.enterprise-step { position: relative; display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
.enterprise-step__node {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: var(--node);
  height: var(--node);
  margin-block-end: 12px;
  border-radius: 50%;
  border: 1px solid var(--glass-border);
  background: var(--bg-1);
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--text-2);
  transition: border-color 600ms var(--ease-out), box-shadow 600ms var(--ease-out), color 600ms var(--ease-out);
  transition-delay: calc(0.3s + var(--i) * 0.55s);
}
.enterprise-step__node::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  border: 1px solid var(--line);
}
.enterprise-steps.is-in .enterprise-step__node,
.no-js .enterprise-step__node {
  color: var(--gold-3);
  border-color: color-mix(in srgb, var(--gold-2) 55%, transparent);
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--gold) 7%, transparent), 0 0 32px -4px color-mix(in srgb, var(--gold) 55%, transparent);
}
.enterprise-step__title { font-size: var(--fs-h3); line-height: 1.15; font-weight: 400; letter-spacing: -0.02em; color: var(--text); }
.enterprise-step__text { max-width: 32ch; font-size: 15px; line-height: 1.6; color: var(--text-2); }

/* ---------- Responsive ---------- */
@media (max-width: 1040px) {
  .enterprise-hero__head { grid-template-columns: minmax(0, 1fr); align-items: start; }
  .enterprise-hero__aside { max-width: 560px; }
  .enterprise-seats__grid { grid-template-columns: minmax(0, 1fr); justify-items: start; }
  .enterprise-calc { width: 100%; max-width: 560px; }
  .enterprise-offer__item { min-height: 0; }
  .enterprise-offer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .enterprise-offer__head { grid-template-columns: minmax(0, 1fr); }
  .enterprise-security__grid { grid-template-columns: minmax(0, 1fr); }
  .enterprise-security__visual { position: relative; inset-block-start: auto; max-width: 380px; margin-inline: auto; width: 100%; }
}
@media (max-width: 820px) {
  .enterprise-panel { min-height: 400px; }
  .enterprise-panel:nth-child(1) { margin-block-start: 56px; }
  .enterprise-panel:nth-child(2) { margin-block-start: 28px; }
  .enterprise-panel__caption { padding: 0 20px 22px; }
  .enterprise-panel__note { font-size: 13.5px; }
  .enterprise-floor { gap: 12px 8px; }
  .enterprise-shield { --s: 150px; }

  .enterprise-onboard .section-head--center { margin-inline: 0; text-align: start; align-items: flex-start; }
  .enterprise-onboard .section-head--center .lead { margin-inline: 0; }
  .enterprise-steps { --gap: 36px; grid-template-columns: minmax(0, 1fr); gap: var(--gap); }
  .enterprise-steps::before,
  .enterprise-steps::after { display: none; }
  .enterprise-step:not(:last-child)::before,
  .enterprise-step:not(:last-child)::after {
    content: "";
    position: absolute;
    inset-inline-start: calc(var(--node) / 2 - 0.5px);
    inset-block: var(--node) calc(var(--gap) * -1);
    width: 1px;
    background: var(--line-strong);
  }
  .enterprise-step:not(:last-child)::after {
    width: 2px;
    margin-inline-start: -0.5px;
    background: linear-gradient(180deg, var(--gold-2), var(--gold) 60%, var(--ice));
    box-shadow: 0 0 10px color-mix(in srgb, var(--gold-2) 45%, transparent);
    transform: scaleY(0);
    transform-origin: center top;
    transition: transform 0.7s var(--ease-out);
    transition-delay: calc(0.45s + var(--i) * 0.55s);
  }
  .enterprise-steps.is-in .enterprise-step::after,
  .no-js .enterprise-step:not(:last-child)::after { transform: scaleY(1); }
  .enterprise-step { display: grid; grid-template-columns: var(--node) minmax(0, 1fr); column-gap: 20px; row-gap: 6px; align-items: start; text-align: start; }
  .enterprise-step__node { grid-row: span 2; margin: 0; }
  .enterprise-step__title { padding-block-start: 14px; }
  .enterprise-step__text { max-width: none; }
}
@media (max-width: 640px) {
  .enterprise-hero { padding-block-start: calc(var(--header-h) + 48px); }
  .enterprise-hero__actions { width: 100%; }
  .enterprise-hero__actions > * { flex: 1 1 100%; justify-content: center; }
  /* The exhibit wall becomes a swipeable rail on phones */
  .enterprise-hero .enterprise-wall {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    margin-inline: calc(var(--gutter) * -1);
    padding: 8px var(--gutter) 24px;
    scroll-padding-inline: var(--gutter);
    scrollbar-width: none;
  }
  .enterprise-wall::-webkit-scrollbar { display: none; }
  .enterprise-wall::after { display: none; }
  .enterprise-panel { flex: 0 0 min(78vw, 300px); min-height: 400px; scroll-snap-align: start; }
  .enterprise-panel:nth-child(1), .enterprise-panel:nth-child(2) { margin-block-start: 0; }
  .enterprise-seats__num { font-size: calc(clamp(96px, 30vw, 132px) * var(--price-k, 1)); }
  .enterprise-calc { padding: 22px 18px; border-radius: var(--radius-l); }
  .enterprise-calc__dots { grid-template-columns: repeat(10, 14px); justify-content: space-between; row-gap: 9px; padding: 14px 16px; }
  .enterprise-calc__scale { padding-inline: 58px; }
  .enterprise-calc__foot .btn { width: 100%; }
  .enterprise-offer__grid { grid-template-columns: minmax(0, 1fr); }
  .enterprise-offer__item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 6px;
    min-height: 0;
    padding: 22px 20px;
  }
  .enterprise-offer__top { grid-row: span 2; padding: 0; }
  .enterprise-offer__no { display: none; }
  .enterprise-offer__title { font-size: 17px; padding-block-start: 2px; }
  .enterprise-offer__text { font-size: 14px; }
  .enterprise-security__visual { max-width: 280px; }
  .enterprise-principles__item { grid-template-columns: 36px minmax(0, 1fr); }
}

/* ---------- Reduced motion: still frames ---------- */
@media (prefers-reduced-motion: reduce) {
  .enterprise-floor i::after,
  .enterprise-shield__orbit,
  .enterprise-shield__scan,
  .enterprise-plates__plate,
  .enterprise-emblem__spin,
  .enterprise-emblem__d3 { animation: none; }
  .enterprise-shield__scan { translate: 0 -30px; }
  .enterprise-floor i:nth-child(n + 37):nth-child(-n + 45)::after { opacity: 0.9; }
  .enterprise-steps::after,
  .enterprise-step::after { transition: none; }
  .enterprise-step__node { transition: none; }
}
