:root {
  --eot3d-navy: #04131f;
  --eot3d-panel: #082739;
  --eot3d-cyan: #17d4d0;
  --eot3d-gold: #e8b84a;
  --eot3d-white: #f7fbff;
}

#eot72-immersive-3d,
#eot72-immersive-3d * {
  box-sizing: border-box;
}

.eot3d-launcher {
  position: fixed;
  z-index: 2147482988;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(232, 184, 74, 0.58);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(6, 24, 39, 0.95);
  color: var(--eot3d-white);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(12px);
  font: 800 13px/1.2 Arial, sans-serif;
  cursor: pointer;
}

.eot3d-launcher:hover {
  transform: translateY(-2px);
}

.eot3d-launcher:focus-visible,
.eot3d-btn:focus-visible,
.eot3d-close:focus-visible {
  outline: 3px solid rgba(232, 184, 74, 0.8);
  outline-offset: 3px;
}

.eot3d-launcher-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--eot3d-gold), #f9df8d);
  color: var(--eot3d-navy);
  box-shadow: 0 0 0 5px rgba(232, 184, 74, 0.12);
  font-size: 15px;
}

.eot3d-overlay {
  position: fixed;
  z-index: 2147483005;
  inset: 0;
  overflow: auto;
  display: grid;
  place-items: center;
  padding: 22px;
  background:
    radial-gradient(circle at 15% 20%, rgba(23, 212, 208, 0.18), transparent 32%),
    radial-gradient(circle at 85% 82%, rgba(232, 184, 74, 0.15), transparent 31%),
    rgba(1, 9, 15, 0.94);
  backdrop-filter: blur(14px);
  color: var(--eot3d-white);
  font-family: Arial, sans-serif;
}

.eot3d-overlay[hidden] {
  display: none;
}

.eot3d-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.4;
  background-image:
    linear-gradient(rgba(23, 212, 208, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 212, 208, 0.075) 1px, transparent 1px);
  background-size: 54px 54px;
  transform: perspective(650px) rotateX(63deg) translateY(42%);
  transform-origin: center bottom;
}

.eot3d-shell {
  position: relative;
  width: min(1120px, 100%);
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(360px, 1.22fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
}

.eot3d-close {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font-size: 25px;
  cursor: pointer;
}

.eot3d-copy {
  position: relative;
  z-index: 4;
  direction: rtl;
}

.eot3d-kicker {
  color: var(--eot3d-cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
}

.eot3d-title {
  margin: 8px 0 12px;
  max-width: 620px;
  font-size: clamp(31px, 5vw, 58px);
  line-height: 1.03;
}

.eot3d-lead {
  margin: 0;
  max-width: 560px;
  color: rgba(247, 251, 255, 0.76);
  font-size: 15px;
  line-height: 1.8;
}

.eot3d-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}

.eot3d-chip {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(247, 251, 255, 0.82);
  font-size: 11px;
  font-weight: 800;
}

.eot3d-chip.accent {
  border-color: rgba(23, 212, 208, 0.45);
  color: #83f3ef;
}

.eot3d-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.eot3d-btn {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.07);
  color: white;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.eot3d-btn.primary {
  border-color: transparent;
  background: var(--eot3d-cyan);
  color: var(--eot3d-navy);
}

.eot3d-credit {
  margin-top: 20px;
  color: rgba(247, 251, 255, 0.54);
  font-size: 10.5px;
  line-height: 1.7;
}

.eot3d-credit a {
  color: #9feeea;
}

.eot3d-scene {
  position: relative;
  z-index: 3;
  min-height: 570px;
  display: grid;
  place-items: center;
  perspective: 1400px;
  touch-action: pan-y;
}

.eot3d-orbit,
.eot3d-orbit::before,
.eot3d-orbit::after {
  position: absolute;
  border: 1px solid rgba(23, 212, 208, 0.24);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}

.eot3d-orbit {
  width: min(520px, 84vw);
  height: min(520px, 84vw);
  transform: rotateX(68deg) rotateZ(12deg);
  animation: eot3d-spin 18s linear infinite;
}

.eot3d-orbit::before {
  inset: 44px;
  border-color: rgba(232, 184, 74, 0.2);
}

.eot3d-orbit::after {
  inset: 92px;
  border-style: dashed;
}

@keyframes eot3d-spin {
  to { transform: rotateX(68deg) rotateZ(372deg); }
}

.eot3d-video-card {
  position: relative;
  width: min(360px, 74vw);
  aspect-ratio: 9 / 16;
  border-radius: 28px;
  transform-style: preserve-3d;
  transform: rotateX(3deg) rotateY(-8deg) translateZ(50px);
  transition: transform 150ms ease-out;
  will-change: transform;
}

.eot3d-video-card::before,
.eot3d-video-card::after {
  position: absolute;
  content: '';
  inset: -12px;
  z-index: -1;
  border-radius: 35px;
  border: 1px solid rgba(23, 212, 208, 0.48);
  background: rgba(7, 42, 58, 0.35);
  transform: translateZ(-34px) translate(20px, 20px);
}

.eot3d-video-card::after {
  inset: -22px;
  border-color: rgba(232, 184, 74, 0.25);
  transform: translateZ(-68px) translate(38px, 38px);
  background: rgba(6, 24, 39, 0.2);
}

.eot3d-video-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  background: #061827;
  box-shadow:
    0 45px 90px rgba(0, 0, 0, 0.55),
    0 0 55px rgba(23, 212, 208, 0.14);
  transform: translateZ(10px);
}

.eot3d-video-frame video,
.eot3d-video-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.eot3d-video-frame video {
  background: #061827;
}

.eot3d-video-frame::after {
  position: absolute;
  content: '';
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), transparent 22%, transparent 76%, rgba(1,8,14,.72)),
    repeating-linear-gradient(180deg, rgba(255,255,255,.025) 0 1px, transparent 1px 4px);
}

.eot3d-badge {
  position: absolute;
  z-index: 4;
  top: 16px;
  right: 16px;
  border: 1px solid rgba(23, 212, 208, 0.45);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(6, 24, 39, 0.75);
  color: #a7f3f0;
  backdrop-filter: blur(8px);
  font-size: 10px;
  font-weight: 900;
}

.eot3d-caption {
  position: absolute;
  z-index: 4;
  right: 18px;
  left: 18px;
  bottom: 18px;
  direction: rtl;
  text-shadow: 0 2px 12px rgba(0,0,0,.8);
}

.eot3d-caption b {
  display: block;
  font-size: 18px;
}

.eot3d-caption span {
  color: rgba(255,255,255,.76);
  font-size: 11px;
}

.eot3d-status {
  position: absolute;
  z-index: 5;
  inset: auto 16px 74px;
  display: none;
  border: 1px solid rgba(232, 184, 74, 0.38);
  border-radius: 13px;
  padding: 10px;
  background: rgba(6, 24, 39, 0.88);
  color: #f6d988;
  direction: rtl;
  font-size: 11px;
  line-height: 1.55;
}

.eot3d-status.show {
  display: block;
}

body.eot3d-open {
  overflow: hidden;
}

@media (max-width: 840px) {
  .eot3d-overlay { padding: 16px; }
  .eot3d-shell {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 48px;
  }
  .eot3d-copy { order: 2; text-align: center; }
  .eot3d-lead { margin-inline: auto; }
  .eot3d-chips, .eot3d-actions { justify-content: center; }
  .eot3d-credit { text-align: center; }
  .eot3d-scene { order: 1; min-height: 500px; }
  .eot3d-video-card { width: min(300px, 68vw); }
  .eot3d-title { font-size: clamp(28px, 9vw, 44px); }
}

@media (max-width: 680px) {
  .eot3d-launcher { right: 10px; bottom: 66px; padding: 9px 12px; }
  .eot3d-launcher-icon { width: 25px; height: 25px; }
  .eot3d-scene { min-height: 430px; }
  .eot3d-video-card { width: min(250px, 67vw); }
  .eot3d-orbit { width: 360px; height: 360px; }
}

@media (prefers-reduced-motion: reduce) {
  .eot3d-orbit { animation: none; }
  .eot3d-video-card, .eot3d-launcher { transition: none; }
}

@media print {
  #eot72-immersive-3d { display: none !important; }
}
