/* Homepage 3×2 video grid + /promo-videos page */

.stage.has-video-grid {
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
  min-height: 100dvh;
}

.stage.has-video-grid .energy-core {
  top: 42%;
  opacity: 0.45;
}

.stage.has-video-grid .center-core {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  width: min(520px, 92vw);
  margin: 4.6rem auto 0.6rem;
  z-index: 6;
  pointer-events: none;
}

.stage.has-video-grid .center-core .center-actions {
  pointer-events: auto;
}

.stage.has-video-grid .brand-logo {
  width: min(260px, 64vw);
}

.hex-orbit.video-grid {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  width: min(1120px, 96vw);
  height: auto;
  max-height: none;
  margin: 0.4rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas:
    "v1 v2 v3"
    "v6 v5 v4";
  gap: 0.85rem 1rem;
  padding: 0.4rem 0.6rem 0.2rem;
  z-index: 6;
}

.holo-cell {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-width: 0;
}

.holo-cell[data-slot="1"] { grid-area: v1; }
.holo-cell[data-slot="2"] { grid-area: v2; }
.holo-cell[data-slot="3"] { grid-area: v3; }
.holo-cell[data-slot="4"] { grid-area: v4; }
.holo-cell[data-slot="5"] { grid-area: v5; }
.holo-cell[data-slot="6"] { grid-area: v6; }

.hex-orbit.video-grid .holo-panel,
.hex-orbit.video-grid .holo-panel[data-i="0"],
.hex-orbit.video-grid .holo-panel[data-i="1"],
.hex-orbit.video-grid .holo-panel[data-i="2"],
.hex-orbit.video-grid .holo-panel[data-i="3"],
.hex-orbit.video-grid .holo-panel[data-i="4"],
.hex-orbit.video-grid .holo-panel[data-i="5"] {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  --a: 0deg;
  --orbit: 0px;
  --ox: 0px;
  --rx: 0deg;
  --ry: 0deg;
  transform: none !important;
  animation: none;
  aspect-ratio: 16 / 10;
}

.holo-desc {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--muted);
  letter-spacing: 0.01em;
  text-align: left;
  min-height: 2.6em;
}

.holo-desc strong {
  display: block;
  color: var(--text);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.15rem;
}

.grid-cta-row {
  position: relative;
  z-index: 6;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem 1rem;
  width: min(1120px, 96vw);
  margin: 0.85rem auto 1.4rem;
  padding: 0 0.6rem 0.4rem;
}

.grid-cta-row .side-action-btn {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  width: auto;
  min-width: 180px;
  --a: 0deg;
  --orbit: 0px;
  --ox: 0px;
  --s: 1;
}

.promo-all-link {
  color: var(--cyan-bright);
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(90, 212, 255, 0.35);
  border-radius: 999px;
  padding: 0.55rem 1.15rem;
  background: rgba(4, 18, 40, 0.55);
  box-shadow: 0 0 18px rgba(0, 140, 255, 0.18);
}

.promo-all-link:hover,
.promo-all-link:focus-visible {
  outline: none;
  color: #fff;
  border-color: rgba(90, 212, 255, 0.75);
  box-shadow: 0 0 28px rgba(0, 180, 255, 0.35);
}

html.is-mobile .hex-orbit.video-grid {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.1rem;
  padding: 0.25rem 1rem 0.5rem;
}

html.is-mobile .holo-cell {
  width: min(100%, 420px);
  margin: 0 auto;
}

html.is-mobile .grid-cta-row {
  flex-direction: column;
  width: 100%;
}

/* ---------- Promo videos page ---------- */
body.promo-page {
  overflow: auto;
  min-height: 100dvh;
  background: #02060f;
  color: var(--text);
  font-family: var(--font);
}

.promo-wrap {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.15rem 1.15rem 4rem;
}

.promo-wrap header.top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1.4rem;
}

.promo-wrap header.top nav a {
  color: #7dd3ff;
  text-decoration: none;
  margin-left: 0.85rem;
  font-size: 0.82rem;
}

.promo-wrap header.top nav a.promo-get-started {
  color: #111;
  margin-left: 1rem;
}

.promo-cta-wrap {
  margin: 0 0 1.6rem;
}

.promo-cta-wrap-bottom {
  margin: 0.4rem 0 0;
  text-align: center;
}

.promo-get-started {
  display: inline-block;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
  background: #b6ff3b;
  border: 1px solid #b6ff3b;
  border-radius: 999px;
  padding: 0.5rem 1.05rem;
  box-shadow: 0 0 18px rgba(182, 255, 59, 0.28);
}

.promo-get-started:hover,
.promo-get-started:focus-visible {
  outline: none;
  color: #111;
  background: #c8ff63;
  box-shadow: 0 0 28px rgba(182, 255, 59, 0.45);
}

.promo-get-started-lg {
  font-size: 0.95rem;
  padding: 0.75rem 1.4rem;
}

.promo-wrap h1 {
  font-size: clamp(1.5rem, 3.6vw, 2.15rem);
  letter-spacing: 0.04em;
  margin: 0.2rem 0 0.55rem;
}

.promo-lead {
  color: var(--muted);
  max-width: 42rem;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}

.promo-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
  gap: 1.25rem 1.5rem;
  align-items: center;
  margin: 0 0 2rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(90, 212, 255, 0.22);
  background: rgba(4, 18, 40, 0.7);
  border-radius: 14px;
  scroll-margin-top: 1.2rem;
}

.promo-thumb {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(90, 212, 255, 0.28);
  background: #000;
  aspect-ratio: 16 / 9;
}

.promo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.promo-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(4, 16, 36, 0.62);
  border: 1px solid rgba(90, 212, 255, 0.65);
  color: #fff;
  font-size: 1.35rem;
  box-shadow: 0 0 28px rgba(0, 160, 255, 0.45);
  pointer-events: none;
}

.promo-thumb:hover .promo-play,
.promo-thumb:focus-visible .promo-play {
  background: rgba(0, 100, 180, 0.7);
  box-shadow: 0 0 36px rgba(0, 180, 255, 0.65);
}

.promo-thumb:focus-visible {
  outline: 2px solid rgba(90, 212, 255, 0.8);
  outline-offset: 2px;
}

body.promo-page.is-video-open {
  overflow: hidden;
}

.promo-copy h2 {
  font-size: 1.05rem;
  color: #7dd3ff;
  margin: 0 0 0.45rem;
  letter-spacing: 0.04em;
}

.promo-copy p {
  margin: 0 0 0.85rem;
  line-height: 1.5;
  color: #c5e4f6;
}

.share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.share-btn {
  appearance: none;
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: #e8f6ff;
  border: 1px solid rgba(90, 212, 255, 0.35);
  background: rgba(8, 28, 55, 0.55);
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
}

.share-btn:hover,
.share-btn:focus-visible {
  outline: none;
  border-color: rgba(90, 212, 255, 0.8);
  background: rgba(0, 100, 180, 0.45);
  color: #fff;
}

.share-toast {
  position: fixed;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  background: rgba(4, 18, 40, 0.92);
  border: 1px solid rgba(90, 212, 255, 0.45);
  color: #e8f6ff;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  font-size: 0.8rem;
  opacity: 0;
  pointer-events: none;
  z-index: 80;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.share-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.email-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  place-items: center;
  background: rgba(2, 8, 20, 0.62);
  padding: 1rem;
}

.email-modal.open {
  display: grid;
}

.email-modal .form-panel {
  width: min(460px, 96vw);
  background: rgba(6, 16, 36, 0.96);
  border: 1px solid rgba(90, 212, 255, 0.4);
  border-radius: 16px;
  padding: 1.1rem 1.15rem 1.2rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.email-modal h2 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}

.email-modal p.form-sub {
  margin: 0 0 0.9rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.email-modal label {
  display: block;
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 0.7rem;
}

.email-modal input,
.email-modal textarea {
  display: block;
  width: 100%;
  margin-top: 0.28rem;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(90, 212, 255, 0.28);
  background: rgba(2, 10, 24, 0.7);
  color: var(--text);
  padding: 0.5rem 0.65rem;
}

.email-modal .hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.email-modal .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 0.4rem;
}

@media (max-width: 820px) {
  .promo-row {
    grid-template-columns: 1fr;
  }
}
