/* Vuma Tech — iPhone 17 Pro po delih (deluje z /assets/vt-teardown.js) */
.vtt {
  --vtt-accent: #f85b26;
  --vtt-tx: #f2f2f4;
  --vtt-tx2: #a4a4ad;
  --vtt-tx3: #6e6e76;
  --vtt-bd: rgba(255, 255, 255, 0.1);
  --vtt-glass: rgba(20, 20, 23, 0.7);
  --vtt-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --vtt-font: 'DM Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;
  position: relative;
  height: 1000svh;
  color: var(--vtt-tx);
  font-family: var(--vtt-font);
}
.vtt-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  contain: layout paint;
}

/* ── Ozadje in platno ─────────────────────────────────────────────────── */
.vtt-glow {
  position: absolute;
  inset: -10%;
  pointer-events: none;
  background:
    radial-gradient(38% 42% at 40% 52%, rgba(248, 91, 38, 0.13), transparent 70%),
    radial-gradient(50% 50% at 42% 48%, rgba(120, 130, 170, 0.1), transparent 72%),
    radial-gradient(90% 60% at 50% 115%, rgba(255, 255, 255, 0.05), transparent 70%);
  transition: opacity 1.2s var(--vtt-ease);
  opacity: 0;
}
.vtt-ready .vtt-glow { opacity: 1; }
.vtt-canvas {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  opacity: 0;
  transition: opacity 1s var(--vtt-ease);
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.vtt-ready .vtt-canvas { opacity: 1; }
.vtt-has-poster .vtt-canvas { transition-duration: 0.45s; }

/* slika telefona ob odprtju — na mestu 3D, dokler se ta ne naloži */
.vtt-poster {
  position: absolute;
  left: 66%;
  top: 54%;
  height: 84%;
  width: auto;
  max-width: none;
  transform: translate(-50%, -50%);
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  transition: opacity 0.5s var(--vtt-ease) 0.4s;
}
.vtt-ready .vtt-poster { opacity: 0; }
@media (max-width: 759px), (max-aspect-ratio: 85/100) {
  .vtt-poster { left: 50%; top: 71%; height: 38%; }
}

/* ── Uvod ─────────────────────────────────────────────────────────────── */
.vtt-hero {
  position: absolute;
  left: max(28px, calc((100% - 1240px) / 2 + 28px));
  top: 50%;
  margin-top: -170px;
  width: min(520px, 44vw);
  will-change: opacity, transform;
}
.vtt-kick, .vtt-ck {
  font-size: 10.5px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--vtt-tx2);
}
.vtt-hero h1 {
  margin: 14px 0 0;
  font-size: clamp(38px, 5.4vw, 76px);
  font-weight: 200;
  letter-spacing: -0.035em;
  line-height: 1;
}
.vtt-hero h1 b { display: block; font-weight: 800; }
.vtt-hero p {
  margin: 20px 0 0;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.55;
  color: var(--vtt-tx2);
  max-width: 440px;
}
.vtt-finish {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
}
.vtt-sw {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.45), transparent 55%), var(--c);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18) inset, 0 0 0 0 transparent;
  transition: box-shadow 0.25s var(--vtt-ease), transform 0.25s var(--vtt-ease);
}
.vtt-sw:hover { transform: scale(1.08); }
.vtt-sw[aria-pressed='true'] { box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18) inset, 0 0 0 2px #0a0a0b, 0 0 0 3.5px rgba(255, 255, 255, 0.85); }
.vtt-sw:focus-visible { outline: 2px solid var(--vtt-accent); outline-offset: 4px; }
.vtt-finish-name { font-size: 12px; color: var(--vtt-tx2); margin-left: 4px; }

/* ── Tirnica s poglavji ───────────────────────────────────────────────── */
.vtt-rail {
  position: absolute;
  left: max(20px, calc((100% - 1320px) / 2 + 20px));
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s var(--vtt-ease);
}
.vtt[data-ch]:not([data-ch='hero']) .vtt-rail { opacity: 1; pointer-events: auto; }
.vtt-rail button {
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: 0;
  padding: 7px 8px;
  color: var(--vtt-tx3);
  font: 500 12px/1 var(--vtt-font);
  letter-spacing: 0.2px;
  cursor: pointer;
  text-align: left;
  border-radius: 8px;
  transition: color 0.25s;
}
.vtt-rail i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  flex: none;
  transition: transform 0.35s var(--vtt-ease), background 0.25s, box-shadow 0.35s;
}
.vtt-rail span { opacity: 0; transform: translateX(-4px); transition: opacity 0.25s, transform 0.35s var(--vtt-ease); white-space: nowrap; }
.vtt-rail:hover span, .vtt-rail .vtt-act span { opacity: 1; transform: none; }
.vtt-rail button:hover { color: var(--vtt-tx); }
.vtt-rail .vtt-act { color: var(--vtt-tx); }
.vtt-rail .vtt-act i { background: var(--vtt-accent); transform: scale(1.5); box-shadow: 0 0 0 4px rgba(248, 91, 38, 0.18); }
.vtt-rail button:focus-visible { outline: 2px solid var(--vtt-accent); }

/* ── Kartica z opisom in cenami ───────────────────────────────────────── */
.vtt-card {
  position: absolute;
  right: max(24px, calc((100% - 1320px) / 2 + 24px));
  top: 50%;
  transform: translateY(-50%);
  width: min(420px, 32vw);
  max-height: calc(100% - 150px);
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  padding: 26px 26px 22px;
  border-radius: 22px;
  background: var(--vtt-glass);
  border: 1px solid var(--vtt-bd);
  backdrop-filter: blur(22px) saturate(1.5);
  -webkit-backdrop-filter: blur(22px) saturate(1.5);
  box-shadow: 0 30px 80px -30px rgba(0, 0, 0, 0.8);
  transition: opacity 0.42s var(--vtt-ease), visibility 0.42s;
}
.vtt-card::-webkit-scrollbar { display: none; }
.vtt-card-in { transition: opacity 0.34s var(--vtt-ease), transform 0.5s var(--vtt-ease); }
.vtt-card.vtt-out .vtt-card-in { opacity: 0; transform: translate3d(0, 10px, 0); transition-duration: 0.16s; }
.vtt-card.vtt-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.vtt-ck { display: flex; gap: 10px; align-items: center; }
.vtt-ck span { color: var(--vtt-accent); font-weight: 700; letter-spacing: 1.5px; }
.vtt-card h2 {
  margin: 10px 0 0;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
}
.vtt-card h2 b { display: block; font-weight: 200; }
.vtt-card p {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--vtt-tx2);
}
.vtt-rows { margin-top: 18px; border-top: 1px solid var(--vtt-bd); }
.vtt-row {
  display: grid;
  grid-template-columns: 1fr auto 14px;
  gap: 14px;
  align-items: center;
  width: 100%;
  padding: 13px 8px;
  margin: 0 -8px;
  box-sizing: content-box;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  background: none;
  color: var(--vtt-tx);
  font: 500 13.5px/1.35 var(--vtt-font);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.vtt-row:last-child { border-bottom: 0; }
.vtt-row span { min-width: 0; }
.vtt-row small { display: inline-grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: rgba(248, 91, 38, 0.16); color: var(--vtt-accent); font-size: 10px; font-weight: 700; margin-right: 10px; vertical-align: 1px; }
.vtt-row em {
  display: block;
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #3ecf8e;
  margin-top: 3px;
}
.vtt-row b { font-size: 16px; font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; letter-spacing: -0.2px; }
.vtt-row i { font-style: normal; color: var(--vtt-tx3); transition: transform 0.3s var(--vtt-ease), color 0.2s; }
.vtt-row:hover, .vtt-row:focus-visible { background: rgba(255, 255, 255, 0.055); outline: none; }
.vtt-row:hover i, .vtt-row:focus-visible i { color: var(--vtt-accent); transform: translateX(3px); }
.vtt-row:hover b { color: #fff; }
.vtt-jump:hover i { transform: translateY(2px); }
.vtt-empty { cursor: default; color: var(--vtt-tx2); }

/* vrstica s ceno: + (izračun) in povezava na popravilo */
.vtt-pr { grid-template-columns: 30px minmax(0, 1fr); gap: 4px; padding: 0 0 0 6px; cursor: default; }
.vtt-pr:hover { background: none; }
.vtt-rl {
  display: grid;
  grid-template-columns: 1fr auto 14px;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 13px 8px 13px 6px;
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
  transition: background 0.2s;
}
.vtt-rl:hover, .vtt-rl:focus-visible { background: rgba(255, 255, 255, 0.055); outline: none; }
.vtt-rl:hover i, .vtt-rl:focus-visible i { color: var(--vtt-accent); transform: translateX(3px); }
.vtt-rl:hover b { color: #fff; }
.vtt-add {
  position: relative;
  width: 26px;
  height: 26px;
  padding: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.26);
  background: transparent;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.vtt-row .vtt-add i { position: absolute; inset: 0; display: grid; place-items: center; transform: none; color: var(--vtt-tx); }
.vtt-add i::before { content: '+'; font: 400 18px/1 var(--vtt-font); margin-top: -1px; }
.vtt-add:hover { border-color: var(--vtt-accent); }
.vtt-add[aria-pressed='true'] { background: var(--vtt-accent); border-color: var(--vtt-accent); }
.vtt-add[aria-pressed='true'] i::before { content: '✓'; font-size: 13px; font-weight: 800; color: #fff; margin: 0; }
.vtt-add:focus-visible { outline: 2px solid var(--vtt-accent); outline-offset: 2px; }
.vtt-pop { animation: vtt-pop 0.38s var(--vtt-ease); }
@keyframes vtt-pop { 0% { transform: scale(1); } 40% { transform: scale(1.28); } 100% { transform: scale(1); } }

/* noga kartice z izračunom (ostane spodaj, tudi ko se kartica drsi) */
.vtt-est-slot { position: sticky; bottom: -22px; margin: 16px -26px -22px; z-index: 1; }
.vtt-est-slot:empty { display: none; }
.vtt-est {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px 12px 26px;
  background: rgba(30, 30, 34, 0.97);
  border-top: 1px solid var(--vtt-bd);
  font-size: 13px;
  color: var(--vtt-tx2);
  animation: vtt-rise 0.4s var(--vtt-ease);
}
.vtt-est b { color: var(--vtt-tx); font-variant-numeric: tabular-nums; }
.vtt-est .vtt-btn { flex: none; padding: 10px 16px; }
@keyframes vtt-rise { from { transform: translateY(8px); opacity: 0; } to { transform: none; opacity: 1; } }
.vtt-sum { margin-top: 18px; }
.vtt-sum .vtt-rows { margin-top: 10px; }
.vtt-total { display: flex; justify-content: space-between; align-items: baseline; padding: 12px 2px 0; border-top: 1px solid var(--vtt-bd); font-size: 13px; color: var(--vtt-tx2); }
.vtt-total b { font-size: 22px; color: var(--vtt-tx); letter-spacing: -0.4px; font-variant-numeric: tabular-nums; }
.vtt-card p.vtt-tipline { font-size: 12.5px; color: var(--vtt-tx3); }
.vtt-plus { display: inline-grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid rgba(255, 255, 255, 0.3); font-style: normal; font-size: 13px; line-height: 1; vertical-align: -3px; color: var(--vtt-tx); }
.vtt-ctas { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.vtt-ctas:empty { display: none; }
.vtt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1 1 auto;
  padding: 13px 18px;
  border-radius: 12px;
  background: var(--vtt-accent);
  color: #fff;
  font: 700 13px/1.1 var(--vtt-font);
  letter-spacing: 0.2px;
  text-decoration: none;
  transition: filter 0.2s, transform 0.2s var(--vtt-ease);
}
.vtt-btn:hover { filter: brightness(1.08); }
.vtt-btn:active { transform: scale(0.98); }
.vtt-btn2 { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.16); color: var(--vtt-tx); }
.vtt-btn:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.vtt-note { margin-top: 12px; font-size: 11px; color: var(--vtt-tx3); line-height: 1.5; }
.vtt-finish-card { margin-top: 20px; }

/* ── Oznake na delih ──────────────────────────────────────────────────── */
.vtt-hots { position: absolute; inset: 0; pointer-events: none; }
.vtt-hot {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  will-change: transform, opacity;
}
.vtt-hot i {
  position: absolute;
  inset: 3px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--vtt-accent);
  color: #fff;
  font: 700 11px/1 var(--vtt-font);
  font-style: normal;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}
.vtt-hot i::after {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1.5px solid var(--vtt-accent);
  opacity: 0;
  animation: vtt-ping 2.4s var(--vtt-ease) infinite;
}
@keyframes vtt-ping {
  0% { transform: scale(0.7); opacity: 0.7; }
  70%, 100% { transform: scale(1.5); opacity: 0; }
}
.vtt-hot span {
  position: absolute;
  left: 34px;
  top: 50%;
  transform: translate3d(-4px, -50%, 0);
  padding: 6px 11px;
  border-radius: 100px;
  background: rgba(14, 14, 16, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--vtt-tx);
  font: 600 12px/1 var(--vtt-font);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.3s var(--vtt-ease);
}
.vtt-hot:hover span, .vtt-hot:focus-visible span { opacity: 1; transform: translate3d(0, -50%, 0); }
.vtt-hot:focus-visible { outline: none; }
.vtt-hot:focus-visible i { box-shadow: 0 0 0 3px #fff; }
.vtt-tip {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(14, 14, 16, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font: 500 11px/1.3 var(--vtt-font);
  color: var(--vtt-accent);
  opacity: 0;
  transition: opacity 0.18s;
  white-space: nowrap;
}
.vtt-tip b { display: block; color: var(--vtt-tx); font-size: 12.5px; font-weight: 600; }
.vtt-tip.vtt-on { opacity: 1; }

/* ── Namig, nalaganje, napredek ───────────────────────────────────────── */
.vtt-hint {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--vtt-tx2);
  pointer-events: none;
  transition: opacity 0.5s;
}
.vtt-hint span { width: 18px; height: 28px; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 10px; position: relative; }
.vtt-hint span::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 6px;
  width: 3px;
  height: 6px;
  margin-left: -1.5px;
  border-radius: 2px;
  background: var(--vtt-accent);
  animation: vtt-wheel 1.8s var(--vtt-ease) infinite;
}
@keyframes vtt-wheel {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(10px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}
.vtt-load {
  position: absolute;
  left: 66%;
  top: 54%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--vtt-tx3);
  transition: opacity 0.6s;
  pointer-events: none;
}
.vtt-load i { display: block; width: 140px; height: 2px; background: rgba(255, 255, 255, 0.1); border-radius: 2px; overflow: hidden; position: relative; }
.vtt-load i { background: linear-gradient(90deg, var(--vtt-accent), var(--vtt-accent)) 0 0 / 100% 100% no-repeat, rgba(255, 255, 255, 0.1); transform-origin: 0 0; }
.vtt-ready .vtt-load { opacity: 0; }
.vtt-has-poster .vtt-load { top: auto; bottom: 74px; left: 50%; transform: translateX(-50%); flex-direction: row; gap: 10px; }
.vtt-has-poster .vtt-load i { width: 60px; }
.vtt-bar { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: rgba(255, 255, 255, 0.06); }
.vtt-bar i { display: block; height: 100%; background: var(--vtt-accent); transform-origin: 0 0; transform: scaleX(0); }

/* ── Telefon ──────────────────────────────────────────────────────────── */
.vtt-m .vtt-glow {
  background:
    radial-gradient(60% 34% at 50% 34%, rgba(248, 91, 38, 0.16), transparent 70%),
    radial-gradient(70% 40% at 50% 30%, rgba(120, 130, 170, 0.1), transparent 72%);
}
.vtt-m .vtt-hero {
  left: 20px;
  right: 20px;
  top: 76px;
  margin: 0;
  width: auto;
}
.vtt-m .vtt-hero h1 { font-size: clamp(34px, 10.5vw, 46px); margin-top: 10px; }
.vtt-m .vtt-hero p { font-size: 14.5px; margin-top: 12px; }
.vtt-m .vtt-finish { margin-top: 16px; }
.vtt-m .vtt-rail {
  left: 0;
  right: 0;
  top: 62px;
  transform: none;
  flex-direction: row;
  gap: 6px;
  padding: 0 16px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 16px, #000 calc(100% - 16px), transparent);
  mask-image: linear-gradient(90deg, transparent, #000 16px, #000 calc(100% - 16px), transparent);
}
.vtt-m .vtt-rail::-webkit-scrollbar { display: none; }
.vtt-m .vtt-rail button {
  flex: none;
  padding: 8px 13px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(20, 20, 23, 0.6);
  color: var(--vtt-tx2);
  font-size: 12.5px;
  gap: 7px;
}
.vtt-m .vtt-rail span { opacity: 1; transform: none; }
.vtt-m .vtt-rail i { display: none; }
.vtt-m .vtt-rail .vtt-act { background: var(--vtt-tx); color: #0a0a0b; border-color: transparent; font-weight: 700; }
.vtt-m .vtt-card {
  left: 10px;
  right: 10px;
  top: auto;
  bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  width: auto;
  transform: none;
  max-height: 47%;
  max-width: 560px;
  margin: 0 auto;
  padding: 18px 18px 14px;
  border-radius: 22px;
}
.vtt-m .vtt-card h2 { font-size: 25px; margin-top: 7px; }
.vtt-m .vtt-card p { font-size: 13px; margin-top: 7px; line-height: 1.45; }
.vtt-m .vtt-rows { margin-top: 12px; }
.vtt-m .vtt-row { padding: 10px 6px; margin: 0 -6px; font-size: 13px; gap: 10px; }
.vtt-m .vtt-row b { font-size: 15px; }
.vtt-m .vtt-pr { padding: 0 0 0 4px; margin: 0 -6px; gap: 2px; }
.vtt-m .vtt-rl { padding: 10px 6px 10px 4px; gap: 10px; }
.vtt-m .vtt-add { width: 28px; height: 28px; }
.vtt-m .vtt-est-slot { bottom: -14px; margin: 12px -18px -14px; }
.vtt-m .vtt-est { padding: 10px 14px 10px 18px; font-size: 12.5px; }
.vtt-m .vtt-has-poster .vtt-load, .vtt-m.vtt-has-poster .vtt-load { bottom: 64px; }
.vtt-m .vtt-ctas { margin-top: 12px; }
.vtt-m .vtt-btn { padding: 12px 14px; }
.vtt-m .vtt-note { margin-top: 8px; }
.vtt-m .vtt-hot span { display: none; }
.vtt-m .vtt-card-ov p { display: none; }
.vtt-m .vtt-card-ov .vtt-rows { display: grid; grid-template-columns: 1fr 1fr; column-gap: 14px; }
.vtt-m .vtt-card-ov .vtt-row { grid-template-columns: 1fr; gap: 2px; padding: 8px 6px; margin: 0 -6px; font-size: 12.5px; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.vtt-m .vtt-card-ov .vtt-row:nth-last-child(2):nth-child(odd) { border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.vtt-m .vtt-card-ov .vtt-row b { font-size: 12px; color: var(--vtt-accent); padding-left: 28px; }
.vtt-m .vtt-card-ov .vtt-row i { display: none; }
.vtt-m .vtt-load { left: 50%; top: 62%; }
.vtt-m .vtt-hint { bottom: 22px; }

/* ── Izoliran del ─────────────────────────────────────────────────────── */
.vtt-x {
  position: sticky;
  top: 0;
  float: right;
  margin: -8px -8px 0 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: var(--vtt-tx);
  font: 300 22px/1 var(--vtt-font);
  cursor: pointer;
  z-index: 1;
  transition: background 0.2s, transform 0.25s var(--vtt-ease);
}
.vtt-x:hover { background: rgba(255, 255, 255, 0.14); transform: rotate(90deg); }
.vtt-x:focus-visible { outline: 2px solid var(--vtt-accent); outline-offset: 2px; }
.vtt-isohint {
  position: absolute;
  left: 40%;
  bottom: 34px;
  transform: translateX(-50%);
  padding: 8px 14px;
  border-radius: 100px;
  background: rgba(14, 14, 16, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 11.5px;
  color: var(--vtt-tx2);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s var(--vtt-ease);
}
.vtt-iso .vtt-isohint { opacity: 1; transition-delay: 0.35s; }
.vtt-iso .vtt-hots { opacity: 0; pointer-events: none; }
.vtt-hots { transition: opacity 0.3s; }
.vtt-iso .vtt-rail { opacity: 0.35 !important; }
.vtt-iso .vtt-canvas { touch-action: none; }
.vtt-m .vtt-isohint { bottom: auto; top: 108px; left: 50% !important; }

/* ── Brez WebGL ───────────────────────────────────────────────────────── */
.vtt-nogl { height: auto !important; }
.vtt-nogl .vtt-stage { display: none; }
.vtt-fallback { max-width: 760px; margin: 0 auto; padding: 110px 20px 20px; }
.vtt-fallback > p { color: var(--vtt-tx2); font-size: 14px; }
.vtt-fallback section { margin-top: 34px; }
.vtt-fallback h2 { font-size: 26px; font-weight: 700; letter-spacing: -0.02em; margin: 0; }
.vtt-fallback section > p { color: var(--vtt-tx2); font-size: 14px; line-height: 1.55; margin: 8px 0 0; }

/* Telefoni in tablice: CSS zameglitev ozadja nad 3D sliko se preračuna v vsaki sličici (kartica in
   vsaka oznaka posebej). Na telefonu, posebej v brskalniku znotraj Facebooka ali Instagrama, je to
   glavni vzrok zatikanja med drsenjem — zato tam neprosojna podlaga namesto stekla. */
@media (pointer: coarse) {
  .vtt-card, .vtt-hot span, .vtt-tip, .vtt-isohint { -webkit-backdrop-filter: none; backdrop-filter: none; }
  .vtt-card { background: rgba(18, 18, 21, 0.95); box-shadow: 0 18px 40px -22px rgba(0, 0, 0, 0.8); }
  .vtt-hot span, .vtt-tip { background: rgba(14, 14, 16, 0.94); }
  .vtt-isohint { background: rgba(14, 14, 16, 0.88); }
  .vtt-hot i::after { animation: none; }
}

@media (prefers-reduced-motion: reduce) {
  .vtt-hint span::after { animation: none; }
  .vtt-card-in, .vtt-rail span, .vtt-rail i { transition: none; }
}
