/* Select Your Girls - site skin (neon blue on midnight). Prefix: vlt- */

@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/sora-wght-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('../fonts/mulish-wght-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/mulish-italic-wght-latin.woff2') format('woff2');
}

:root {
  --vlt-bg: #060a14;
  --vlt-bg-2: #0a1122;
  --vlt-bg-3: #0d162b;
  --vlt-card: #0f1a33;
  --vlt-card-hi: #14223f;
  --vlt-line: #1b2a4b;
  --vlt-line-hi: #2b4274;
  --vlt-neon: #2da8ff;
  --vlt-neon-hi: #72c9ff;
  --vlt-neon-deep: #0c6fd8;
  --vlt-neon-soft: rgba(45, 168, 255, .12);
  --vlt-ice: #eaf4ff;
  --vlt-text: #c9d6ec;
  --vlt-muted: #97a9c8;
  --vlt-dim: #7688a9;
  --vlt-go: #34e0a1;
  --vlt-stop: #ff6b86;
  --vlt-wa: #25d366;
  --vlt-glow: 0 0 0 1px rgba(45, 168, 255, .55), 0 0 22px rgba(45, 168, 255, .45);
  --vlt-shadow: 0 18px 40px rgba(0, 0, 0, .45);
  --vlt-r: 14px;
  --vlt-r-lg: 22px;
  --vlt-f-head: 'Sora', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --vlt-f-body: 'Mulish', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --vlt-bar-h: 56px;
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--vlt-bg);
  color: var(--vlt-text);
  font-family: var(--vlt-f-body);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, svg, video, iframe { max-width: 100%; }
img { height: auto; display: block; }
h1, h2, h3, h4, h5, h6 { font-family: var(--vlt-f-head); color: var(--vlt-ice); margin: 0; line-height: 1.25; font-weight: 700; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
a { color: var(--vlt-neon); text-decoration: none; }
a:hover { color: var(--vlt-neon-hi); }
p a { text-decoration: underline; text-underline-offset: 3px; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--vlt-neon); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--vlt-neon); color: #02101f; }
.hidden { display: none !important; }
.vlt-sr { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
body.vlt-lock { overflow: hidden; }

.vlt-wrap { width: 100%; max-width: 1220px; margin-inline: auto; padding-inline: 20px; }
.vlt-wrap--narrow { max-width: 980px; }
.vlt-ico { width: 18px; height: 18px; flex: 0 0 auto; }

/* ---------- buttons ---------- */
.vlt-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 46px; padding: 10px 22px; border-radius: 999px;
  font-family: var(--vlt-f-head); font-weight: 600; font-size: .95rem; letter-spacing: .01em;
  border: 1px solid transparent; cursor: pointer; text-decoration: none; white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.vlt-btn:hover { transform: translateY(-2px); }
.vlt-btn--neon { background: var(--vlt-neon); color: #03111f; box-shadow: 0 0 24px rgba(45, 168, 255, .38); }
.vlt-btn--neon:hover { background: var(--vlt-neon-hi); color: #03111f; box-shadow: var(--vlt-glow); }
.vlt-btn--wa { background: var(--vlt-wa); color: #04160b; }
.vlt-btn--wa:hover { background: #45e07f; color: #04160b; }
.vlt-btn--line { background: transparent; color: var(--vlt-ice); border-color: var(--vlt-line-hi); }
.vlt-btn--line:hover { border-color: var(--vlt-neon); color: var(--vlt-neon-hi); }
.vlt-btn--soft { background: var(--vlt-neon-soft); color: var(--vlt-neon-hi); border-color: rgba(45, 168, 255, .35); }
.vlt-btn--soft:hover { background: rgba(45, 168, 255, .22); color: var(--vlt-ice); }
.vlt-btn--block { width: 100%; }
.vlt-btn--sm { min-height: 38px; padding: 7px 16px; font-size: .86rem; }
.vlt-chip {
  display: inline-flex; align-items: center; gap: 7px; padding: 6px 14px; border-radius: 999px;
  background: var(--vlt-neon-soft); border: 1px solid rgba(45, 168, 255, .32); color: var(--vlt-neon-hi);
  font-family: var(--vlt-f-head); font-size: .82rem; font-weight: 600; letter-spacing: .02em;
}

/* ---------- header: brand row (scrolls away) ---------- */
.vlt-top { background: #040810; border-bottom: 1px solid #0f1830; position: relative; z-index: 45; }
.vlt-top__row { display: flex; align-items: center; justify-content: space-between; gap: 14px 22px; min-height: 74px; padding-block: 10px; flex-wrap: wrap; }
.vlt-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.vlt-brand img { height: 42px; width: auto; }
.vlt-top__hours { display: none; align-items: center; gap: 10px; color: var(--vlt-muted); font-size: .84rem; }
.vlt-top__hours b { color: var(--vlt-ice); font-weight: 700; font-family: var(--vlt-f-head); font-size: .8rem; }
.vlt-pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--vlt-neon); box-shadow: 0 0 10px var(--vlt-neon); flex: 0 0 auto; }
.vlt-top__links { display: flex; align-items: center; gap: 6px 16px; flex-wrap: wrap; font-size: .86rem; }
.vlt-top__links a, .vlt-top__links span { color: var(--vlt-muted); display: inline-flex; align-items: center; gap: 6px; }
.vlt-top__links a:hover { color: var(--vlt-neon-hi); }
.vlt-top__mail, .vlt-top__tel { display: none !important; }
.vlt-flags { display: inline-flex; gap: 8px; align-items: center; }
.vlt-flags img { border-radius: 2px; }
@media (min-width: 768px) {
  .vlt-top__mail, .vlt-top__tel { display: inline-flex !important; }
}
@media (min-width: 1100px) {
  .vlt-top__hours { display: inline-flex; }
}

/* ---------- header: slim sticky bar ---------- */
.vlt-bar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(6, 10, 20, .94);
  -webkit-backdrop-filter: saturate(140%) blur(10px); backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--vlt-line);
}
.vlt-bar::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: linear-gradient(90deg, transparent, rgba(45, 168, 255, .7), transparent); }
.vlt-bar__row { display: flex; align-items: center; gap: 10px; height: var(--vlt-bar-h); }
.vlt-bar__mark { display: inline-flex; flex: 0 0 auto; }
.vlt-bar__mark img { width: 34px; height: 34px; }
.vlt-menu { display: none; list-style: none; align-items: center; gap: 4px; margin-right: auto; }
.vlt-menu a {
  display: inline-flex; align-items: center; height: 38px; padding: 0 14px; border-radius: 999px;
  color: var(--vlt-text); font-family: var(--vlt-f-head); font-weight: 600; font-size: .9rem; letter-spacing: .01em;
}
.vlt-menu a:hover { color: var(--vlt-ice); background: rgba(255, 255, 255, .05); }
.vlt-menu a.is-on { color: var(--vlt-neon-hi); background: var(--vlt-neon-soft); box-shadow: inset 0 0 0 1px rgba(45, 168, 255, .45), 0 0 16px rgba(45, 168, 255, .25); }
.vlt-bar__cta { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.vlt-bar__cta .vlt-btn { min-height: 40px; padding: 6px 14px; font-size: .88rem; }
.vlt-call__txt { display: flex; flex-direction: column; line-height: 1.1; text-align: left; font-size: .84rem; }
.vlt-call__txt small { font-family: var(--vlt-f-body); font-weight: 800; font-size: .6rem; text-transform: uppercase; letter-spacing: .08em; opacity: .75; }
.vlt-wa__txt { display: none; }
.vlt-burger {
  display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; flex: 0 0 auto;
  border-radius: 12px; border: 1px solid var(--vlt-line-hi); background: var(--vlt-bg-3); cursor: pointer; color: var(--vlt-ice);
}
.vlt-burger:hover { border-color: var(--vlt-neon); color: var(--vlt-neon-hi); }
.vlt-burger svg { width: 22px; height: 22px; }
@media (min-width: 420px) { .vlt-wa__txt { display: inline; } }
@media (min-width: 1024px) {
  .vlt-bar__mark, .vlt-burger { display: none; }
  .vlt-menu { display: flex; }
  .vlt-bar__cta { margin-left: 0; }
  .vlt-call__txt { font-size: .9rem; }
  .vlt-bar__cta .vlt-btn { min-height: 42px; padding: 6px 18px; }
}

/* ---------- mobile drawer ---------- */
.vlt-shade { position: fixed; inset: 0; background: rgba(2, 5, 12, .7); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; z-index: 70; }
.vlt-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: 320px; max-width: 88vw; z-index: 71;
  background: linear-gradient(180deg, #0b1428 0%, #060a14 100%); border-left: 1px solid var(--vlt-line-hi);
  transform: translateX(104%); transition: transform .32s cubic-bezier(.4, 0, .2, 1);
  display: flex; flex-direction: column; overflow-y: auto; -webkit-overflow-scrolling: touch;
}
.vlt-drawer.is-open { transform: translateX(0); }
.vlt-shade.is-open { opacity: 1; visibility: visible; }
.vlt-drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid var(--vlt-line); }
.vlt-drawer__head img { height: 30px; width: auto; }
.vlt-x { width: 40px; height: 40px; border-radius: 12px; border: 1px solid var(--vlt-line-hi); background: transparent; color: var(--vlt-ice); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.vlt-x:hover { border-color: var(--vlt-neon); color: var(--vlt-neon-hi); }
.vlt-drawer__call { display: flex; align-items: center; gap: 12px; margin: 16px 18px 6px; padding: 12px 14px; border-radius: 14px; background: var(--vlt-neon-soft); border: 1px solid rgba(45, 168, 255, .35); color: var(--vlt-ice); }
.vlt-drawer__call:hover { color: var(--vlt-ice); border-color: var(--vlt-neon); }
.vlt-drawer__call .vlt-dot-ico { width: 40px; height: 40px; border-radius: 50%; background: var(--vlt-neon); color: #03111f; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.vlt-drawer__call small { display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; color: var(--vlt-neon-hi); font-weight: 700; }
.vlt-drawer__call b { font-family: var(--vlt-f-head); font-size: 1.02rem; }
.vlt-drawer__nav { list-style: none; padding: 8px 12px; display: flex; flex-direction: column; gap: 2px; }
.vlt-drawer__nav a { display: flex; align-items: center; gap: 14px; padding: 13px 12px; border-radius: 12px; color: var(--vlt-text); font-family: var(--vlt-f-head); font-weight: 600; font-size: .98rem; }
.vlt-drawer__nav a svg { color: var(--vlt-neon); width: 20px; height: 20px; }
.vlt-drawer__nav a:hover, .vlt-drawer__nav a.is-on { background: rgba(45, 168, 255, .1); color: var(--vlt-ice); }
.vlt-drawer__cta { padding: 10px 18px 6px; display: grid; gap: 10px; }
.vlt-drawer__foot { margin-top: auto; padding: 16px 18px 22px; border-top: 1px solid var(--vlt-line); text-align: center; }
.vlt-drawer__social { display: flex; justify-content: center; gap: 10px; margin-bottom: 10px; }
.vlt-drawer__social a { width: 40px; height: 40px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--vlt-neon-hi); background: var(--vlt-neon-soft); border: 1px solid rgba(45, 168, 255, .3); }
.vlt-drawer__foot p { margin: 0; font-size: .78rem; color: var(--vlt-dim); }
@media (min-width: 1024px) { .vlt-drawer, .vlt-shade { display: none; } }

/* ---------- age popup (bottom sheet on phones, wide panel on desktop) ---------- */
.vlt-age { position: fixed; inset: 0; z-index: 90; display: flex; align-items: flex-end; justify-content: center; background: rgba(2, 5, 12, .78); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.vlt-age.hidden { display: none !important; }
.vlt-age__box {
  width: 100%; max-width: 760px; background: linear-gradient(160deg, #0f1c38, #070c19 70%);
  border: 1px solid var(--vlt-line-hi); border-bottom: 0; border-radius: 24px 24px 0 0; padding: 26px 20px 22px;
  box-shadow: 0 -20px 60px rgba(0, 0, 0, .6); animation: vltRise .45s cubic-bezier(.22, 1, .36, 1) both;
  display: grid; gap: 16px; max-height: 92vh; overflow-y: auto;
}
.vlt-age__side { display: flex; align-items: center; gap: 14px; }
.vlt-age__ring::before { content: "18+"; }
.vlt-age__ring { width: 64px; height: 64px; border-radius: 50%; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; border: 3px solid var(--vlt-neon); box-shadow: 0 0 22px rgba(45, 168, 255, .45), inset 0 0 14px rgba(45, 168, 255, .25); font-family: var(--vlt-f-head); font-weight: 800; font-size: 1.3rem; color: var(--vlt-ice); }
.vlt-age__side img { height: 34px; width: auto; }
.vlt-age h3 { font-size: 1.25rem; margin-bottom: 8px; }
.vlt-age p { color: var(--vlt-muted); font-size: .95rem; margin-bottom: 8px; }
.vlt-age p strong { color: var(--vlt-ice); }
.vlt-age__acts { display: flex; flex-direction: column; gap: 10px; margin-top: 6px; }
.vlt-age__leave { color: var(--vlt-muted); text-align: center; padding: 10px; font-weight: 700; font-family: var(--vlt-f-head); font-size: .92rem; border-radius: 999px; border: 1px solid var(--vlt-line-hi); }
.vlt-age__leave:hover { color: var(--vlt-stop); border-color: var(--vlt-stop); }
.vlt-age__note { font-size: .82rem; color: var(--vlt-dim); }
.vlt-age__note strong { color: var(--vlt-neon-hi); }
@keyframes vltRise { from { transform: translateY(40px); opacity: 0; } to { transform: none; opacity: 1; } }
@media (min-width: 768px) {
  .vlt-age { align-items: center; padding: 20px; }
  .vlt-age__box { border-radius: 26px; border-bottom: 1px solid var(--vlt-line-hi); grid-template-columns: 190px 1fr; gap: 28px; padding: 34px; }
  .vlt-age__side { flex-direction: column; justify-content: center; border-right: 1px solid var(--vlt-line); padding-right: 24px; gap: 18px; }
  .vlt-age__ring { width: 104px; height: 104px; font-size: 2rem; }
  .vlt-age__acts { flex-direction: row; }
  .vlt-age__acts > * { flex: 1; }
}

/* ---------- cookie note ---------- */
.vlt-cookie { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60; max-width: 420px; background: #0c1630; border: 1px solid var(--vlt-line-hi); border-radius: 18px; padding: 18px; box-shadow: var(--vlt-shadow); transition: opacity .4s ease, transform .4s ease; }
.vlt-cookie.opacity-0 { opacity: 0; transform: translateY(16px); }
.vlt-cookie h2 { font-size: 1.02rem; margin-bottom: 6px; }
.vlt-cookie p { font-size: .9rem; color: var(--vlt-muted); margin: 0 0 12px; }
.vlt-cookie__acts { display: flex; gap: 10px; }
.vlt-cookie__acts .vlt-btn { flex: 1; min-height: 40px; }
@media (min-width: 768px) { .vlt-cookie { left: auto; right: 24px; bottom: 24px; } }

/* ---------- sections + typography ---------- */
.vlt-sec { padding-block: clamp(48px, 7vw, 88px); position: relative; }
.vlt-sec--tight { padding-block: clamp(36px, 5vw, 56px); }
.vlt-sec--alt { background: var(--vlt-bg-2); }
.vlt-sec--deep { background: #04070f; }
.vlt-sec--glow { background: radial-gradient(900px 420px at 12% 0%, rgba(45, 168, 255, .10), transparent 65%), var(--vlt-bg-2); }
.vlt-sec--edge { border-top: 1px solid var(--vlt-line); }
.vlt-head { text-align: center; max-width: 820px; margin: 0 auto clamp(28px, 4vw, 44px); }
.vlt-head h2, .vlt-head h3, .vlt-title { font-size: clamp(1.7rem, 3.6vw, 2.6rem); font-weight: 700; letter-spacing: -.02em; }
.vlt-head h2::after, .vlt-head h3::after, .vlt-title--line::after { content: ""; display: block; width: 72px; height: 3px; margin: 16px auto 0; border-radius: 3px; background: linear-gradient(90deg, transparent, var(--vlt-neon), transparent); box-shadow: 0 0 12px rgba(45, 168, 255, .6); }
.vlt-head p { color: var(--vlt-muted); font-size: 1.05rem; margin: 14px auto 0; max-width: 64ch; }
.vlt-lead { color: var(--vlt-muted); font-size: 1.08rem; }
.vlt-blue { color: var(--vlt-neon); }
.vlt-light { font-weight: 400; color: var(--vlt-muted); }

.vlt-copy { padding-block: clamp(44px, 6vw, 76px); background: var(--vlt-bg); border-top: 1px solid var(--vlt-line); }
.vlt-copy:nth-of-type(even) { background: var(--vlt-bg); }
.vlt-copy--alt { background: var(--vlt-bg-2); }
.vlt-copy__in { max-width: 900px; }
.vlt-h2 {
  font-size: clamp(1.35rem, 2.6vw, 1.85rem); margin: 0 0 16px; padding-left: 16px; position: relative;
}
.vlt-h2::before { content: ""; position: absolute; left: 0; top: .18em; bottom: .18em; width: 4px; border-radius: 4px; background: var(--vlt-neon); box-shadow: 0 0 12px rgba(45, 168, 255, .7); }
.vlt-p + .vlt-h2, .vlt-p ~ .vlt-h2 { margin-top: 38px; }
.vlt-p { color: var(--vlt-text); max-width: 75ch; margin: 0 0 1em; }
.vlt-p:empty { display: none; }
.vlt-h2:empty { display: none; }
.vlt-ticks { list-style: none; display: grid; gap: 10px; margin: 8px 0 1em; }
.vlt-tick { position: relative; padding-left: 28px; max-width: 75ch; }
.vlt-tick::before { content: ""; position: absolute; left: 2px; top: .5em; width: 12px; height: 7px; border-left: 2px solid var(--vlt-neon); border-bottom: 2px solid var(--vlt-neon); transform: rotate(-45deg); }

/* ---------- inner page hero ---------- */
.vlt-hero {
  position: relative; isolation: isolate; overflow: hidden;
  background-color: #050913; background-size: cover; background-position: center; background-repeat: no-repeat;
  min-height: clamp(300px, 42vw, 440px); display: flex; align-items: center;
}
.vlt-hero--top { background-position: top center; }
.vlt-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4, 7, 15, .96) 0%, rgba(4, 7, 15, .86) 45%, rgba(4, 7, 15, .55) 100%); }
.vlt-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: linear-gradient(90deg, var(--vlt-neon), transparent 70%); box-shadow: 0 0 16px var(--vlt-neon); }
.vlt-hero__in { padding-block: clamp(44px, 6vw, 72px); }
.vlt-hero__box { max-width: 760px; }
.vlt-hero h1 { font-size: clamp(1.9rem, 4.6vw, 3.2rem); font-weight: 800; letter-spacing: -.025em; margin-bottom: 16px; }
.vlt-hero__sub { display: block; color: var(--vlt-text); font-size: clamp(1rem, 1.8vw, 1.2rem); max-width: 62ch; margin-bottom: 22px; }
.vlt-hero__acts { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.vlt-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: .9rem; color: var(--vlt-muted); padding-block: 16px; }
.vlt-crumbs a { color: var(--vlt-neon-hi); }
.vlt-crumbs span[aria-hidden] { color: var(--vlt-dim); }
.vlt-crumbs ol { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; }

/* ---------- home hero ---------- */
.vlt-home-hero { position: relative; isolation: isolate; overflow: hidden; min-height: min(86vh, 760px); display: flex; align-items: center; background: #04070f; }
.vlt-home-hero__bg { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center right; }
.vlt-home-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4, 7, 15, .97) 0%, rgba(4, 7, 15, .9) 38%, rgba(4, 7, 15, .45) 75%, rgba(4, 7, 15, .6) 100%), linear-gradient(0deg, rgba(4, 7, 15, 1) 0%, transparent 30%); }
.vlt-home-hero__grid { display: grid; gap: 28px; align-items: center; padding-block: clamp(48px, 8vw, 96px); }
.vlt-home-hero__logo { width: 240px; max-width: 70%; margin-bottom: 22px; }
.vlt-home-hero h1 { font-size: clamp(2rem, 5.2vw, 3.7rem); font-weight: 800; letter-spacing: -.03em; line-height: 1.1; max-width: 16ch; }
.vlt-home-hero h1 .vlt-blue { text-shadow: 0 0 26px rgba(45, 168, 255, .45); }
.vlt-rule { display: flex; align-items: center; gap: 10px; margin: 22px 0; }
.vlt-rule span { height: 2px; width: 56px; background: var(--vlt-neon); border-radius: 2px; box-shadow: 0 0 10px var(--vlt-neon); }
.vlt-rule i { width: 7px; height: 7px; border-radius: 50%; background: var(--vlt-neon-hi); }
.vlt-rule b { height: 2px; width: 22px; background: var(--vlt-line-hi); }
.vlt-home-hero__desc { color: var(--vlt-text); font-size: clamp(1rem, 1.6vw, 1.14rem); max-width: 58ch; margin-bottom: 26px; }
.vlt-hours-card { background: rgba(10, 17, 34, .82); border: 1px solid var(--vlt-line-hi); border-radius: var(--vlt-r-lg); padding: 20px 22px; max-width: 360px; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.vlt-hours-card__t { font-family: var(--vlt-f-head); font-weight: 700; color: var(--vlt-ice); font-size: 1rem; display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.vlt-hours { list-style: none; display: grid; gap: 8px; }
.vlt-hours li { display: flex; justify-content: space-between; gap: 12px; font-size: .94rem; border-bottom: 1px dashed var(--vlt-line); padding-bottom: 7px; }
.vlt-hours li:last-child { border-bottom: 0; padding-bottom: 0; }
.vlt-hours b { font-family: var(--vlt-f-head); color: var(--vlt-ice); font-weight: 600; font-size: .88rem; }
.vlt-hours span { color: var(--vlt-text); white-space: nowrap; }
.vlt-hours-card p { margin: 10px 0 0; font-size: .84rem; color: var(--vlt-muted); }
@media (min-width: 980px) { .vlt-home-hero__grid { grid-template-columns: 1fr 360px; } }

/* ---------- girl cards ---------- */
.vlt-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 700px) { .vlt-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; } }
@media (min-width: 1080px) { .vlt-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; } }
.vlt-card { position: relative; display: flex; flex-direction: column; background: var(--vlt-card); border: 1px solid var(--vlt-line); border-radius: 18px; overflow: hidden; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; min-width: 0; }
.vlt-card:hover { transform: translateY(-4px); border-color: rgba(45, 168, 255, .6); box-shadow: 0 16px 36px rgba(0, 0, 0, .5), 0 0 0 1px rgba(45, 168, 255, .25); }
.vlt-card__link { display: flex; flex-direction: column; color: inherit; flex: 1; }
.vlt-card__link:hover { color: inherit; }
.vlt-card__media { display: block; position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: #0a1224; }
.vlt-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .45s ease, opacity .35s ease; }
.vlt-card__media .vlt-card__alt { position: absolute; inset: 0; opacity: 0; }
.vlt-card:hover .vlt-card__media img { transform: scale(1.04); }
.vlt-card:hover .vlt-card__alt { opacity: 1; }
.vlt-card__media::after { content: ""; position: absolute; inset: auto 0 0 0; height: 38%; background: linear-gradient(0deg, rgba(6, 10, 20, .85), transparent); pointer-events: none; }
.vlt-state { position: absolute; top: 10px; right: 10px; z-index: 2; display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px 4px 8px; border-radius: 999px; font-size: .74rem; font-weight: 800; background: rgba(4, 8, 16, .78); color: var(--vlt-ice); border: 1px solid rgba(255, 255, 255, .14); }
.vlt-state::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--vlt-go); box-shadow: 0 0 8px var(--vlt-go); }
.vlt-state--off::before { background: var(--vlt-stop); box-shadow: 0 0 8px var(--vlt-stop); }
.vlt-tier { position: absolute; top: 10px; left: 10px; z-index: 2; padding: 3px 10px; border-radius: 8px; font-family: var(--vlt-f-head); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: var(--vlt-neon); color: #03111f; }
.vlt-tag { position: absolute; left: 10px; bottom: 10px; z-index: 2; padding: 3px 9px; border-radius: 8px; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; background: rgba(4, 8, 16, .8); color: var(--vlt-neon-hi); border: 1px solid rgba(45, 168, 255, .4); }
.vlt-feat { display: block; text-align: center; padding: 5px 8px; font-family: var(--vlt-f-head); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #03111f; background: linear-gradient(90deg, var(--vlt-neon-deep), var(--vlt-neon), var(--vlt-neon-deep)); }
.vlt-card__body { padding: 12px 12px 6px; display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.vlt-ok { display: inline-flex; align-items: center; gap: 5px; font-size: .74rem; font-weight: 700; color: var(--vlt-go); text-transform: uppercase; letter-spacing: .06em; }
.vlt-ok svg { width: 13px; height: 13px; }
.vlt-card__name { font-size: clamp(.98rem, 1.6vw, 1.14rem); font-weight: 700; color: var(--vlt-ice); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vlt-card__line { display: block; font-size: .84rem; color: var(--vlt-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vlt-facts { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; padding-top: 9px; border-top: 1px solid var(--vlt-line); }
.vlt-fact { display: inline-flex; align-items: center; gap: 5px; font-size: .8rem; color: var(--vlt-text); background: #0b1428; border: 1px solid var(--vlt-line); border-radius: 8px; padding: 2px 7px; }
.vlt-facts svg { width: 13px; height: 13px; color: var(--vlt-neon); }
.vlt-card__more { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 8px 12px 12px; min-height: 38px; border-radius: 999px; font-family: var(--vlt-f-head); font-weight: 600; font-size: .84rem; color: var(--vlt-neon-hi); border: 1px solid rgba(45, 168, 255, .35); background: var(--vlt-neon-soft); }
.vlt-card__more:hover { background: var(--vlt-neon); color: #03111f; }
.vlt-card__more svg { width: 16px; height: 16px; }
.vlt-empty { grid-column: 1 / -1; text-align: center; color: var(--vlt-muted); }
@media (max-width: 420px) {
  .vlt-card__body { padding: 10px 9px 4px; }
  .vlt-fact { font-size: .74rem; padding: 2px 5px; }
  .vlt-state { font-size: .66rem; padding: 3px 7px 3px 6px; }
}

/* ---------- generic panels ---------- */
.vlt-panel { background: linear-gradient(160deg, var(--vlt-card-hi), var(--vlt-card) 60%); border: 1px solid var(--vlt-line); border-radius: var(--vlt-r-lg); padding: clamp(20px, 3vw, 30px); position: relative; }
.vlt-panel--hover { transition: border-color .25s ease, transform .25s ease; }
.vlt-panel--hover:hover { border-color: rgba(45, 168, 255, .55); transform: translateY(-3px); }
.vlt-panel h3, .vlt-panel h4 { font-size: 1.16rem; margin-bottom: 8px; }
.vlt-panel p { color: var(--vlt-muted); margin: 0; }
.vlt-panel .vlt-p { color: var(--vlt-text); margin: 0 0 1em; }
.vlt-cols { display: grid; gap: 16px; }
@media (min-width: 640px) { .vlt-cols--2, .vlt-cols--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .vlt-cols--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 980px) { .vlt-cols--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .vlt-cols--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } .vlt-cols { gap: 22px; } }
.vlt-badge-ico { width: 52px; height: 52px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--vlt-neon-hi); background: var(--vlt-neon-soft); border: 1px solid rgba(45, 168, 255, .35); }
.vlt-badge-ico svg, .vlt-badge-ico img { width: 26px; height: 26px; }
.vlt-num { width: 42px; height: 42px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; font-family: var(--vlt-f-head); font-weight: 800; color: #03111f; background: var(--vlt-neon); box-shadow: 0 0 16px rgba(45, 168, 255, .45); flex: 0 0 auto; }
.vlt-center { text-align: center; }
.vlt-center .vlt-badge-ico { margin-inline: auto; }

/* split media + text blocks */
.vlt-split { display: grid; gap: clamp(24px, 4vw, 56px); align-items: center; }
@media (min-width: 980px) { .vlt-split { grid-template-columns: 1fr 1fr; } .vlt-split--rev > :first-child { order: 2; } }
.vlt-frame { position: relative; border-radius: var(--vlt-r-lg); overflow: hidden; border: 1px solid var(--vlt-line-hi); box-shadow: var(--vlt-shadow); }
.vlt-frame::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(45, 168, 255, .2); pointer-events: none; }
.vlt-frame img { width: 100%; height: 100%; object-fit: cover; }
.vlt-quote-mini { display: flex; align-items: center; gap: 14px; margin-top: 18px; padding: 12px 16px; border-radius: 16px; background: rgba(255, 255, 255, .03); border: 1px solid var(--vlt-line); }
.vlt-quote-mini img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 2px solid var(--vlt-neon); }
.vlt-quote-mini p { margin: 0; font-size: .95rem; color: var(--vlt-muted); }
.vlt-quote-mini b { color: var(--vlt-neon-hi); }

/* area chips */
.vlt-areas { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0 auto 30px; }
.vlt-areas a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 999px; background: var(--vlt-card); border: 1px solid var(--vlt-line-hi); color: var(--vlt-ice); font-family: var(--vlt-f-head); font-weight: 600; font-size: .92rem; white-space: nowrap; transition: all .2s ease; }
.vlt-areas a svg { width: 16px; height: 16px; color: var(--vlt-neon); }
.vlt-areas a:hover { border-color: var(--vlt-neon); box-shadow: 0 0 16px rgba(45, 168, 255, .3); color: var(--vlt-ice); }
.vlt-kick { text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: .82rem; color: var(--vlt-neon-hi); font-family: var(--vlt-f-head); margin: 0 0 10px; }
.vlt-shout { text-transform: uppercase; letter-spacing: .04em; font-weight: 800; font-size: .88rem; color: var(--vlt-text); max-width: 80ch; margin: 0 auto 16px; line-height: 1.7; }

/* list of links (destinations) */
.vlt-dest { display: grid; gap: 12px; margin-top: 8px; }
@media (min-width: 768px) { .vlt-dest { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; } }
.vlt-dest a { display: flex; gap: 14px; align-items: flex-start; padding: 16px; border-radius: 16px; background: var(--vlt-card); border: 1px solid var(--vlt-line); color: inherit; transition: all .2s ease; }
.vlt-dest a:hover { border-color: rgba(45, 168, 255, .6); transform: translateY(-2px); }
.vlt-dest__t { display: block; font-family: var(--vlt-f-head); font-weight: 700; color: var(--vlt-ice); margin-bottom: 2px; }
.vlt-dest__d { display: block; font-size: .9rem; color: var(--vlt-muted); line-height: 1.5; }

/* category type boards */
.vlt-board { background: var(--vlt-card); border: 1px solid var(--vlt-line); border-radius: var(--vlt-r-lg); padding: clamp(18px, 3vw, 28px); }
.vlt-board h2 { font-size: 1.25rem; display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.vlt-board h2 svg { width: 22px; height: 22px; color: var(--vlt-neon); }
.vlt-types { display: grid; gap: 10px; }
@media (min-width: 560px) { .vlt-types { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.vlt-types a { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 14px; background: #0b1428; border: 1px solid var(--vlt-line); color: var(--vlt-ice); font-weight: 700; }
.vlt-types a:hover { border-color: var(--vlt-neon); color: var(--vlt-ice); background: #0f1d3a; }
.vlt-types a .vlt-types__i { font-size: 1.2rem; width: 30px; text-align: center; }
.vlt-types a svg { margin-left: auto; width: 18px; height: 18px; color: var(--vlt-neon); }

/* promo strip (home) */
.vlt-promo { display: grid; gap: 20px; align-items: center; background: linear-gradient(120deg, #0e1d3d, #081022); border: 1px solid var(--vlt-line-hi); border-radius: var(--vlt-r-lg); padding: clamp(20px, 4vw, 34px); }
.vlt-promo p { font-size: clamp(1.02rem, 1.8vw, 1.2rem); color: var(--vlt-ice); margin: 0 0 16px; }
.vlt-promo__brand { display: flex; align-items: center; gap: 12px; justify-content: center; padding: 14px 18px; border-radius: 16px; background: #050a16; border: 1px solid var(--vlt-line); }
.vlt-promo__brand img { width: 40px; height: 40px; }
.vlt-promo__brand span { font-family: var(--vlt-f-head); font-weight: 800; font-size: clamp(1.2rem, 2.6vw, 1.6rem); color: var(--vlt-ice); letter-spacing: .02em; }
.vlt-promo__brand span span { color: var(--vlt-neon); }
@media (min-width: 800px) { .vlt-promo { grid-template-columns: 1fr auto; } }

/* tiles with photo (trending / VIP) */
.vlt-duo { display: grid; }
@media (min-width: 900px) { .vlt-duo { grid-template-columns: 1fr 1fr; } }
.vlt-duo__img { position: relative; min-height: 300px; overflow: hidden; }
.vlt-duo__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vlt-duo__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4, 7, 15, .55), transparent 60%); }
.vlt-duo__txt { padding: clamp(28px, 5vw, 56px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; background: var(--vlt-bg-3); border-top: 1px solid var(--vlt-line); }
.vlt-duo__txt .vlt-kick span { color: var(--vlt-ice); }
.vlt-duo__txt .vlt-duo__big { font-family: var(--vlt-f-head); font-weight: 800; font-size: clamp(1.6rem, 3.2vw, 2.3rem); color: var(--vlt-ice); line-height: 1.15; margin: 4px 0 12px; }
.vlt-duo__txt p { color: var(--vlt-muted); }
.vlt-duo__txt p b { color: var(--vlt-neon-hi); font-weight: 700; }
.vlt-cursor { color: var(--vlt-neon); }
.console-underscore.hidden { display: inline !important; visibility: hidden; }
@media (max-width: 899px) { .vlt-duo > .vlt-duo__img:nth-child(4) { order: 3; } .vlt-duo > .vlt-duo__txt:nth-child(3) { order: 4; } }

/* photo banner cta */
.vlt-photo-cta { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(56px, 8vw, 96px); text-align: center; }
.vlt-photo-cta__bg { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; }
.vlt-photo-cta__bg img { width: 100%; height: 100%; object-fit: cover; }
.vlt-photo-cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(700px 300px at 50% 50%, rgba(8, 20, 44, .72), rgba(4, 7, 15, .93)); }
.vlt-photo-cta h2, .vlt-photo-cta h3 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 16px; }
.vlt-photo-cta p { color: var(--vlt-text); max-width: 64ch; margin-inline: auto; font-size: 1.06rem; }

/* booking steps */
.vlt-steps { display: grid; gap: 16px; counter-reset: vs; }
@media (min-width: 640px) { .vlt-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 980px) { .vlt-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; } }
.vlt-step { position: relative; padding: 26px 22px 22px; border-radius: var(--vlt-r-lg); background: var(--vlt-card); border: 1px solid var(--vlt-line); }
.vlt-step::before { counter-increment: vs; content: "0" counter(vs); position: absolute; right: 18px; top: 14px; font-family: var(--vlt-f-head); font-weight: 800; font-size: 1.9rem; color: rgba(45, 168, 255, .16); }
.vlt-step h3 { font-size: 1.1rem; margin-bottom: 6px; }
.vlt-step p { color: var(--vlt-muted); margin: 0; }
.vlt-step .vlt-badge-ico { margin-bottom: 14px; }

/* numbered rules list (incall / outcall) */
.vlt-rules { display: grid; gap: 18px; }
@media (min-width: 980px) { .vlt-rules { grid-template-columns: 1fr 1fr; align-items: start; } }
.vlt-rules h3 { font-size: 1.3rem; margin-bottom: 14px; display: flex; gap: 10px; align-items: center; }
.vlt-rules ul { list-style: none; display: grid; gap: 10px; }
.vlt-rules li { position: relative; padding-left: 30px; color: var(--vlt-text); }
.vlt-rules li::before { content: ""; position: absolute; left: 0; top: .42em; width: 16px; height: 16px; border-radius: 50%; border: 2px solid var(--vlt-neon); box-shadow: 0 0 8px rgba(45, 168, 255, .45); }
.vlt-rules li::after { content: ""; position: absolute; left: 6px; top: calc(.42em + 6px); width: 4px; height: 4px; border-radius: 50%; background: var(--vlt-neon-hi); }
.vlt-note { text-align: center; font-style: italic; font-size: 1.08rem; color: var(--vlt-text); margin-top: 28px; }
.vlt-note b { color: var(--vlt-neon-hi); font-style: normal; }
.vlt-note u { text-decoration-style: dashed; text-underline-offset: 3px; }

/* ---------- slider ---------- */
.vlt-slider { position: relative; }
.vlt-slider__view { overflow: hidden; }
.vlt-slider__track { display: flex; align-items: stretch; will-change: transform; }
.vlt-slider__item { flex-shrink: 0; min-width: 0; }
.vlt-slider__item img { -webkit-user-drag: none; }
.vlt-slider.is-drag .vlt-slider__view { cursor: grab; }
.vlt-slider.is-grab .vlt-slider__view { cursor: grabbing; }
.vlt-slider__nav { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 20px; }
.vlt-slider__btn { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--vlt-line-hi); background: var(--vlt-card); color: var(--vlt-ice); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: all .2s ease; }
.vlt-slider__btn:hover { border-color: var(--vlt-neon); color: var(--vlt-neon-hi); box-shadow: 0 0 14px rgba(45, 168, 255, .35); }
.vlt-slider__btn.is-off { opacity: .35; pointer-events: none; }
.vlt-slider__btn svg { width: 20px; height: 20px; }
.vlt-slider__dots { display: flex; gap: 2px; align-items: center; }
.vlt-slider__dots button { width: 22px; height: 22px; border: 0; background: transparent; position: relative; cursor: pointer; padding: 0; }
.vlt-slider__dots button::before { content: ""; position: absolute; left: 50%; top: 50%; width: 8px; height: 8px; transform: translate(-50%, -50%); border-radius: 8px; background: var(--vlt-line-hi); transition: all .25s ease; }
.vlt-slider__dots button.is-on::before { width: 22px; background: var(--vlt-neon); box-shadow: 0 0 10px var(--vlt-neon); }

/* reviews */
.vlt-review { height: 100%; display: flex; flex-direction: column; gap: 10px; padding: 26px 22px; border-radius: var(--vlt-r-lg); background: linear-gradient(170deg, var(--vlt-card-hi), var(--vlt-card)); border: 1px solid var(--vlt-line); position: relative; }
.vlt-review::before { content: "\201D"; position: absolute; right: 20px; top: 4px; font-family: Georgia, serif; font-size: 5rem; line-height: 1; color: rgba(45, 168, 255, .16); }
.vlt-review__who { display: flex; align-items: center; gap: 12px; }
.vlt-avatar { width: 50px; height: 50px; border-radius: 50%; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; font-family: var(--vlt-f-head); font-weight: 800; font-size: 1.2rem; color: #03111f; background: linear-gradient(135deg, var(--vlt-neon-hi), var(--vlt-neon-deep)); }
.vlt-review h3, .vlt-review__name { font-size: 1.02rem; margin: 0; color: var(--vlt-ice); font-family: var(--vlt-f-head); font-weight: 700; }
.vlt-review__svc { margin: 0; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--vlt-neon-hi); }
.vlt-review__txt { font-style: italic; color: var(--vlt-text); margin: 0; flex: 1; }
.vlt-review__meta { margin: 0; font-size: .86rem; color: var(--vlt-dim); }
.vlt-stars { display: flex; gap: 3px; }
.vlt-stars svg { width: 18px; height: 18px; }
.vlt-review img.vlt-review__pic { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 2px solid var(--vlt-neon); }

/* stats */
.vlt-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 30px; }
.vlt-stat { min-width: 160px; text-align: center; padding: 16px 22px; border-radius: 18px; background: var(--vlt-card); border: 1px solid var(--vlt-line); }
.vlt-stat p { margin: 0; }
.vlt-stat p:first-child { font-family: var(--vlt-f-head); font-weight: 800; font-size: 1.9rem; color: var(--vlt-neon); text-shadow: 0 0 16px rgba(45, 168, 255, .4); }
.vlt-stat p:last-child { color: var(--vlt-muted); font-size: .92rem; }

/* ---------- FAQ ---------- */
.vlt-faq { display: grid; gap: 12px; max-width: 900px; margin-inline: auto; counter-reset: vq; }
.vlt-faq details { border-radius: 16px; background: var(--vlt-card); border: 1px solid var(--vlt-line); transition: border-color .2s ease; }
.vlt-faq details[open] { border-color: rgba(45, 168, 255, .55); box-shadow: 0 0 0 1px rgba(45, 168, 255, .15); }
.vlt-faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 14px; padding: 16px 18px; font-family: var(--vlt-f-head); font-weight: 600; color: var(--vlt-ice); font-size: 1rem; }
.vlt-faq summary::-webkit-details-marker { display: none; }
.vlt-faq summary::before { counter-increment: vq; content: "0" counter(vq); width: 32px; height: 32px; border-radius: 10px; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; background: var(--vlt-neon-soft); color: var(--vlt-neon-hi); font-size: .82rem; font-weight: 800; border: 1px solid rgba(45, 168, 255, .3); }
.vlt-faq summary::after { content: ""; margin-left: auto; flex: 0 0 auto; width: 10px; height: 10px; border-right: 2px solid var(--vlt-neon); border-bottom: 2px solid var(--vlt-neon); transform: rotate(45deg); transition: transform .25s ease; margin-top: -4px; }
.vlt-faq details[open] summary::after { transform: rotate(-135deg); margin-top: 4px; }
.vlt-faq__n { width: 32px; height: 32px; border-radius: 10px; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; background: var(--vlt-neon-soft); color: var(--vlt-neon-hi); font-size: .82rem; font-weight: 800; border: 1px solid rgba(45, 168, 255, .3); }
.vlt-faq__a { padding: 0 18px 18px 64px; color: var(--vlt-muted); }
.vlt-faq__a ul { list-style: disc; padding-left: 20px; margin: 8px 0; display: grid; gap: 4px; }
.vlt-faq__a p { margin: 0 0 8px; }
.vlt-faq__a strong { color: var(--vlt-ice); }
@media (max-width: 560px) { .vlt-faq__a { padding-left: 18px; } }

/* ---------- blog cards ---------- */
.vlt-posts { display: grid; gap: 18px; }
@media (min-width: 700px) { .vlt-posts--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .vlt-posts--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .vlt-posts--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; } }
.vlt-post { display: flex; flex-direction: column; border-radius: var(--vlt-r-lg); overflow: hidden; background: var(--vlt-card); border: 1px solid var(--vlt-line); transition: border-color .25s ease, transform .25s ease; }
.vlt-post:hover { border-color: rgba(45, 168, 255, .55); transform: translateY(-3px); }
.vlt-post__img { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #0a1224; display: block; }
.vlt-post__img img { width: 100%; height: 100%; object-fit: cover; }
.vlt-post__cat { position: absolute; top: 12px; left: 12px; }
.vlt-post__body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; gap: 8px; }
.vlt-post__meta { display: flex; justify-content: space-between; gap: 10px; font-size: .84rem; color: var(--vlt-dim); }
.vlt-post__meta b { color: var(--vlt-neon-hi); font-weight: 700; }
.vlt-post__title { font-family: var(--vlt-f-head); font-weight: 700; font-size: 1.12rem; line-height: 1.35; color: var(--vlt-ice); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.vlt-post__title:hover { color: var(--vlt-neon-hi); }
.vlt-post__text { color: var(--vlt-muted); font-size: .95rem; margin: 0; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.vlt-post__go { font-family: var(--vlt-f-head); font-weight: 600; font-size: .9rem; }
.vlt-filter { display: flex; flex-wrap: wrap; gap: 8px; }
.vlt-filter button { padding: 8px 16px; border-radius: 999px; border: 1px solid var(--vlt-line-hi); background: var(--vlt-card); color: var(--vlt-text); font-family: var(--vlt-f-head); font-weight: 600; font-size: .88rem; cursor: pointer; }
.vlt-filter button:hover, .vlt-filter button.is-on { border-color: var(--vlt-neon); color: #03111f; background: var(--vlt-neon); }
.vlt-mini-cat { align-self: flex-start; padding: 2px 10px; border-radius: 999px; border: 1px solid rgba(45, 168, 255, .35); background: var(--vlt-neon-soft); color: var(--vlt-neon-hi); font-size: .78rem; font-weight: 700; cursor: pointer; }
.vlt-blog-grid { display: grid; gap: 26px; }
@media (min-width: 1024px) { .vlt-blog-grid { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 32px; } }
.vlt-side { display: grid; gap: 16px; align-content: start; }
.vlt-side__box { padding: 20px; border-radius: 18px; background: var(--vlt-card); border: 1px solid var(--vlt-line); }
.vlt-side__box h2, .vlt-side__box h3 { font-size: 1.1rem; margin-bottom: 12px; }
.vlt-side__box > p { color: var(--vlt-muted); margin: 0; font-size: .95rem; }
.vlt-side__list { list-style: none; display: grid; }
.vlt-side__list li { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--vlt-line); min-width: 0; }
.vlt-side__list li:last-child { border-bottom: 0; }
.vlt-side__list svg { width: 16px; height: 16px; color: var(--vlt-neon); flex: 0 0 auto; }
.vlt-side__list a, .vlt-side__list button { color: var(--vlt-text); background: none; border: 0; padding: 0; cursor: pointer; text-align: left; font-size: .95rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; display: block; }
.vlt-side__list a:hover, .vlt-side__list button:hover { color: var(--vlt-neon-hi); }
.vlt-soon { margin-top: 20px; text-align: center; padding: 26px; border-radius: 18px; border: 1px dashed var(--vlt-line-hi); color: var(--vlt-muted); }
.vlt-soon p:first-child { font-family: var(--vlt-f-head); font-weight: 700; font-size: 1.3rem; color: var(--vlt-ice); margin-bottom: 4px; }
.vlt-article h2.vlt-article__title { font-size: clamp(1.6rem, 3.4vw, 2.3rem); margin-bottom: 16px; }
.vlt-meta-bar { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; padding: 12px 16px; border-radius: 14px; background: var(--vlt-card); border: 1px solid var(--vlt-line); font-size: .9rem; color: var(--vlt-muted); margin-bottom: 18px; }
.vlt-meta-bar > div { display: inline-flex; align-items: center; gap: 7px; }
.vlt-meta-bar svg { width: 16px; height: 16px; color: var(--vlt-neon); }
.vlt-meta-bar b { color: var(--vlt-ice); }
.vlt-meta-bar .vlt-sep { color: var(--vlt-line-hi); }
.vlt-article__img { border-radius: 18px; overflow: hidden; border: 1px solid var(--vlt-line); margin-bottom: 22px; }
.vlt-article__img img { width: 100%; }
.vlt-prose { color: var(--vlt-text); font-size: 1.06rem; max-width: 75ch; }
.vlt-prose p { margin: 0 0 1.05em; }
.vlt-prose strong { color: var(--vlt-ice); }
.vlt-prose h2, .vlt-prose h3, .vlt-prose h4 { margin: 1.4em 0 .5em; }
.vlt-prose ul, .vlt-prose ol { padding-left: 1.3em; margin: 0 0 1em; }
.vlt-prose a { text-decoration: underline; }

/* category cards */
.vlt-cat { display: flex; flex-direction: column; padding: 12px; border-radius: var(--vlt-r-lg); background: var(--vlt-card); border: 1px solid var(--vlt-line); text-align: left; height: 100%; transition: border-color .25s ease, transform .25s ease; }
.vlt-cat:hover { border-color: rgba(45, 168, 255, .55); transform: translateY(-3px); }
.vlt-cat__img { display: block; aspect-ratio: 3 / 4; border-radius: 14px; overflow: hidden; background: #0a1224; margin-bottom: 14px; }
.vlt-cat__img img { width: 100%; height: 100%; object-fit: cover; }
.vlt-cat h3 { font-size: 1.12rem; margin: 0 4px 6px; }
.vlt-cat__meta { display: flex; align-items: center; gap: 8px; margin: 0 4px 8px; font-size: .84rem; color: var(--vlt-dim); }
.vlt-cat__meta span:first-child { display: inline-flex; align-items: center; gap: 6px; padding: 2px 9px; border-radius: 8px; background: #0b1428; border: 1px solid var(--vlt-line); color: var(--vlt-text); }
.vlt-cat__meta svg { width: 14px; height: 14px; color: var(--vlt-neon); }
.vlt-cat p { margin: 0 4px 12px; color: var(--vlt-muted); font-size: .92rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; flex: 1; }
.vlt-cat .vlt-btn { align-self: flex-start; margin: 0 4px 4px; }
.vlt-catgrid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 800px) { .vlt-catgrid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; } }
@media (min-width: 1100px) { .vlt-catgrid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 480px) { .vlt-cat { padding: 8px; } .vlt-cat .vlt-btn { padding: 6px 12px; font-size: .8rem; min-height: 34px; } }

/* location cards */
.vlt-spot { position: relative; display: flex; flex-direction: column; border-radius: 18px; overflow: hidden; background: var(--vlt-card); border: 1px solid var(--vlt-line); color: inherit; height: 100%; transition: border-color .25s ease, transform .25s ease; }
.vlt-spot:hover { border-color: rgba(45, 168, 255, .6); transform: translateY(-3px); color: inherit; }
.vlt-spot__img { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #0a1224; }
.vlt-spot__img img { width: 100%; height: 100%; object-fit: cover; }
.vlt-spot__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6, 10, 20, .7), transparent 55%); }
.vlt-spot__body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.vlt-spot h4 { font-size: 1.05rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vlt-spot p { margin: 0; font-size: .88rem; color: var(--vlt-muted); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.vlt-spot__go { margin-top: auto; padding-top: 6px; display: inline-flex; align-items: center; gap: 6px; font-family: var(--vlt-f-head); font-weight: 600; font-size: .86rem; color: var(--vlt-neon-hi); }
.vlt-spot__go svg { width: 15px; height: 15px; }
@media (max-width: 480px) { .vlt-spot__body { padding: 10px; } .vlt-spot h4 { font-size: .95rem; } }

/* service tiles with photo background */
.vlt-svc { position: relative; overflow: hidden; isolation: isolate; text-align: center; padding: 28px 22px; border-radius: var(--vlt-r-lg); background: var(--vlt-card); border: 1px solid var(--vlt-line); transition: border-color .25s ease, transform .25s ease; }
.vlt-svc:hover { border-color: rgba(45, 168, 255, .55); transform: translateY(-3px); }
.vlt-svc__bg { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; opacity: .22; transition: opacity .3s ease; }
.vlt-svc:hover .vlt-svc__bg { opacity: .32; }
.vlt-svc::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10, 17, 34, .4), rgba(10, 17, 34, .92)); }
.vlt-svc h4, .vlt-svc h3 { font-size: 1.15rem; margin-bottom: 8px; }
.vlt-svc p { color: var(--vlt-muted); margin: 0 0 14px; }
.vlt-svc .vlt-badge-ico { margin-inline: auto; }

/* ---------- price ---------- */
.vlt-plans { display: grid; gap: 18px; align-items: stretch; }
@media (min-width: 700px) { .vlt-plans { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .vlt-plans { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; } }
.vlt-plan { position: relative; display: flex; flex-direction: column; border-radius: 24px; background: linear-gradient(180deg, var(--vlt-card-hi), var(--vlt-card)); border: 1px solid var(--vlt-line); overflow: hidden; }
.vlt-plan--hot { border-color: var(--vlt-neon); box-shadow: 0 0 0 1px rgba(45, 168, 255, .4), 0 0 40px rgba(45, 168, 255, .18); }
.vlt-plan__top { padding: 26px 22px 22px; text-align: center; border-bottom: 1px solid var(--vlt-line); }
.vlt-plan__flag { position: absolute; top: 14px; right: -34px; transform: rotate(45deg); background: var(--vlt-neon); color: #03111f; font-family: var(--vlt-f-head); font-weight: 700; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; padding: 4px 40px; }
.vlt-plan h3 { font-size: 1.3rem; margin-bottom: 10px; }
.vlt-plan__price { display: flex; flex-direction: column; align-items: center; gap: 2px; margin-bottom: 18px; }
.vlt-plan__price span:first-child { font-family: var(--vlt-f-head); font-weight: 800; font-size: 2.2rem; color: var(--vlt-ice); letter-spacing: -.02em; }
.vlt-plan--hot .vlt-plan__price span:first-child { color: var(--vlt-neon); text-shadow: 0 0 18px rgba(45, 168, 255, .35); }
.vlt-plan__price span:last-child { color: var(--vlt-muted); font-size: .92rem; }
.vlt-plan ul { list-style: none; padding: 20px 22px 24px; display: grid; gap: 11px; }
.vlt-plan li { display: flex; align-items: center; gap: 10px; color: var(--vlt-text); }
.vlt-plan li.is-no { color: var(--vlt-dim); }
.vlt-plan li.is-no span:last-child { text-decoration: line-through; text-decoration-color: rgba(255, 107, 134, .5); }
.vlt-yes, .vlt-no { width: 22px; height: 22px; border-radius: 50%; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; }
.vlt-yes { background: rgba(52, 224, 161, .14); color: var(--vlt-go); }
.vlt-no { background: rgba(255, 107, 134, .12); color: var(--vlt-stop); }
.vlt-yes svg, .vlt-no svg { width: 12px; height: 12px; }
.vlt-safe { border-radius: 24px; background: var(--vlt-card); border: 1px solid var(--vlt-line); padding: clamp(22px, 4vw, 40px); position: relative; overflow: hidden; }
.vlt-safe::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--vlt-neon); box-shadow: 0 0 16px var(--vlt-neon); }
.vlt-safe__head { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px; }
.vlt-safe__head .vlt-badge-ico { margin: 0; color: var(--vlt-stop); background: rgba(255, 107, 134, .1); border-color: rgba(255, 107, 134, .35); }
.vlt-safe h3 { font-size: 1.2rem; margin-bottom: 6px; }
.vlt-safe p { color: var(--vlt-muted); margin: 0; }
.vlt-safe__tips { display: grid; gap: 18px; }
@media (min-width: 800px) { .vlt-safe__tips { grid-template-columns: 1fr 1fr; } }
.vlt-safe__tip { display: flex; gap: 14px; align-items: flex-start; }
.vlt-safe__tip > span { width: 34px; height: 34px; border-radius: 50%; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; background: var(--vlt-neon-soft); color: var(--vlt-neon-hi); }
.vlt-safe__tip svg { width: 18px; height: 18px; }
.vlt-safe h4 { font-size: 1.02rem; margin-bottom: 4px; }
.vlt-safe__foot { margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--vlt-line); }
.vlt-safe__foot p:first-child { font-style: italic; }
.vlt-safe__foot p:last-child { margin-top: 8px; color: var(--vlt-dim); font-weight: 700; }

/* ---------- contact ---------- */
.vlt-info { text-align: center; }
.vlt-info h3 { font-size: 1.3rem; margin-bottom: 8px; }
.vlt-info p { margin: 0 0 18px; color: var(--vlt-muted); overflow-wrap: anywhere; }
.vlt-form { display: grid; gap: 14px; }
.vlt-field { display: flex; align-items: center; gap: 10px; border-radius: 14px; background: #081022; border: 1px solid var(--vlt-line-hi); padding: 0 14px; transition: border-color .2s ease, box-shadow .2s ease; }
.vlt-field:focus-within { border-color: var(--vlt-neon); box-shadow: 0 0 0 3px rgba(45, 168, 255, .18); }
.vlt-field svg { width: 18px; height: 18px; color: var(--vlt-neon); flex: 0 0 auto; }
.vlt-field input { flex: 1; min-width: 0; background: transparent; border: 0; outline: 0; color: var(--vlt-ice); font: inherit; padding: 13px 0; }
.vlt-form textarea { width: 100%; background: #081022; border: 1px solid var(--vlt-line-hi); border-radius: 14px; color: var(--vlt-ice); font: inherit; padding: 13px 14px; outline: 0; resize: vertical; }
.vlt-form textarea:focus { border-color: var(--vlt-neon); box-shadow: 0 0 0 3px rgba(45, 168, 255, .18); }
.vlt-form ::placeholder { color: var(--vlt-dim); }
.vlt-err { color: var(--vlt-stop); font-size: .86rem; margin: 4px 0 0; }
.vlt-check { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 10px; font-size: .9rem; color: var(--vlt-muted); }
.vlt-check input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--vlt-neon); }
.vlt-check label { flex: 1; min-width: 0; }
.vlt-check .vlt-err { flex-basis: 100%; }
.vlt-msg { padding: 10px 14px; border-radius: 12px; font-size: .92rem; text-align: center; font-weight: 700; }
.vlt-msg--ok { background: rgba(52, 224, 161, .15); color: var(--vlt-go); border: 1px solid rgba(52, 224, 161, .4); }
.vlt-msg--bad { background: rgba(255, 107, 134, .12); color: var(--vlt-stop); border: 1px solid rgba(255, 107, 134, .4); }
.vlt-msg--wait { background: var(--vlt-neon-soft); color: var(--vlt-neon-hi); border: 1px solid rgba(45, 168, 255, .4); }
.vlt-btn[disabled] { opacity: .7; cursor: not-allowed; transform: none; }
.vlt-contact-list { list-style: none; display: grid; gap: 10px; margin-bottom: 8px; }
.vlt-contact-list li { overflow-wrap: anywhere; }
.vlt-contact-list strong { color: var(--vlt-ice); }
.vlt-table-hours { width: 100%; border-collapse: collapse; margin: 6px 0 14px; }
.vlt-table-hours td, .vlt-table-hours th { padding: 10px 12px; border-bottom: 1px solid var(--vlt-line); text-align: left; }

/* ---------- profile page ---------- */
.vlt-prof { display: grid; gap: 26px; padding: clamp(16px, 3vw, 30px); border-radius: 26px; background: var(--vlt-bg-2); border: 1px solid var(--vlt-line); }
@media (min-width: 1024px) { .vlt-prof { grid-template-columns: 5fr 7fr; gap: 36px; } }
.vlt-gal__main { display: block; border-radius: 18px; overflow: hidden; border: 1px solid var(--vlt-line-hi); background: #0a1224; }
.vlt-gal__main img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: top center; cursor: zoom-in; }
.vlt-gal__strip { position: relative; margin-top: 12px; }
.vlt-gal__row { display: flex; gap: 8px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; padding: 4px 2px; }
.vlt-gal__row::-webkit-scrollbar { display: none; }
.vlt-gal__row a { flex: 0 0 calc((100% - 16px) / 3); border-radius: 12px; overflow: hidden; border: 2px solid transparent; }
.vlt-gal__row a img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: top center; }
.vlt-gal__row a.is-on { border-color: var(--vlt-neon); box-shadow: 0 0 12px rgba(45, 168, 255, .5); }
.vlt-gal__btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--vlt-line-hi); background: rgba(6, 10, 20, .9); color: var(--vlt-ice); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.vlt-gal__btn:hover { border-color: var(--vlt-neon); color: var(--vlt-neon-hi); }
.vlt-gal__btn--l { left: -6px; } .vlt-gal__btn--r { right: -6px; }
.vlt-gal__btn svg { width: 18px; height: 18px; }
.vlt-status { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 10px 14px; border-radius: 14px; margin-bottom: 18px; background: var(--vlt-neon-soft); border: 1px solid rgba(45, 168, 255, .35); font-family: var(--vlt-f-head); font-weight: 700; color: var(--vlt-ice); }
.vlt-status .is-on { color: var(--vlt-go); }
.vlt-status .is-off { color: var(--vlt-stop); }
.vlt-prof__name { font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin-bottom: 18px; }
.vlt-prof__name span:last-child { display: block; font-family: var(--vlt-f-body); font-size: clamp(1rem, 1.8vw, 1.2rem); font-weight: 600; color: var(--vlt-muted); margin-top: 6px; letter-spacing: 0; }
.vlt-prof__name span.vlt-comma { display: inline; font-size: inherit; color: var(--vlt-dim); margin: 0; }
.vlt-prof__sec { padding-top: 18px; margin-top: 18px; border-top: 1px solid var(--vlt-line); }
.vlt-prof__sec > h2 { font-size: 1.15rem; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.vlt-prof__sec > h2::before { content: ""; width: 10px; height: 10px; border-radius: 3px; background: var(--vlt-neon); box-shadow: 0 0 8px var(--vlt-neon); }
.vlt-specs { display: grid; gap: 8px; }
@media (min-width: 600px) { .vlt-specs { grid-template-columns: 1fr 1fr; } }
.vlt-specs p { margin: 0; padding: 9px 12px; border-radius: 12px; background: var(--vlt-card); border: 1px solid var(--vlt-line); font-size: .95rem; }
.vlt-specs p.vlt-specs__wide { grid-column: 1 / -1; }
.vlt-specs .vlt-k { color: var(--vlt-dim); font-weight: 700; }
.vlt-specs .vlt-v { color: var(--vlt-ice); font-weight: 700; }
.vlt-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.vlt-pills div { padding: 6px 13px; border-radius: 999px; font-size: .88rem; font-weight: 700; color: var(--vlt-neon-hi); background: var(--vlt-neon-soft); border: 1px solid rgba(45, 168, 255, .3); }
.vlt-rates { width: 100%; border-collapse: separate; border-spacing: 0; border-radius: 14px; overflow: hidden; border: 1px solid var(--vlt-line); }
.vlt-rates th { background: #0d1a36; color: var(--vlt-ice); font-family: var(--vlt-f-head); font-size: .82rem; letter-spacing: .08em; text-align: left; padding: 11px 14px; }
.vlt-rates td { padding: 11px 14px; border-top: 1px solid var(--vlt-line); color: var(--vlt-text); }
.vlt-rates td:last-child { font-family: var(--vlt-f-head); font-weight: 700; color: var(--vlt-ice); white-space: nowrap; }
.vlt-rates a { text-decoration: underline; }
.vlt-about { position: relative; }
.vlt-about__txt { max-height: 9.5em; overflow: hidden; transition: max-height .45s ease; color: var(--vlt-text); }
.vlt-about__txt.is-open { max-height: none; }
.vlt-about__fade { position: absolute; left: 0; right: 0; bottom: 42px; height: 70px; background: linear-gradient(0deg, var(--vlt-bg-2), transparent); pointer-events: none; }
.vlt-about__btn { margin-top: 10px; background: none; border: 0; color: var(--vlt-neon-hi); font-family: var(--vlt-f-head); font-weight: 700; cursor: pointer; padding: 6px 0; }
.vlt-book { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
@media (min-width: 760px) { .vlt-book { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.vlt-book .vlt-btn { padding-inline: 10px; }
.vlt-btn--mail { background: #1a2748; color: var(--vlt-ice); border-color: var(--vlt-line-hi); }
.vlt-btn--tg { background: #0f2c4f; color: #bfe3ff; border-color: #1f4f80; }
.vlt-map { display: grid; gap: 22px; margin-top: 24px; padding: clamp(16px, 3vw, 28px); border-radius: 26px; background: var(--vlt-bg-2); border: 1px solid var(--vlt-line); align-items: center; }
@media (min-width: 1024px) { .vlt-map { grid-template-columns: 1fr 1fr; gap: 34px; } }
.vlt-map__frame { border-radius: 18px; overflow: hidden; border: 1px solid var(--vlt-line-hi); height: clamp(260px, 36vw, 380px); }
.vlt-map__frame iframe { width: 100%; height: 100%; border: 0; filter: saturate(.8) brightness(.9); }
.vlt-map h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin-bottom: 12px; }
.vlt-map p { margin: 0 0 4px; }
.vlt-map .vlt-btn { margin-top: 16px; }
.vlt-related { margin-top: 24px; padding: clamp(20px, 3vw, 34px); border-radius: 26px; background: var(--vlt-bg-2); border: 1px solid var(--vlt-line); }

/* ---------- footer ---------- */
.vlt-callband { background: linear-gradient(90deg, #07142c, #0b2250 50%, #07142c); border-top: 1px solid var(--vlt-line-hi); border-bottom: 1px solid var(--vlt-line-hi); }
.vlt-callband__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding-block: 22px; }
.vlt-callband img { height: 38px; width: auto; }
.vlt-callband__acts { display: flex; flex-wrap: wrap; gap: 10px; }
.vlt-foot { background: #03060d; color: var(--vlt-muted); font-size: .95rem; }
.vlt-foot__grid { display: grid; gap: 34px; padding-block: 48px 30px; }
@media (min-width: 640px) { .vlt-foot__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .vlt-foot__grid { grid-template-columns: 1.15fr .8fr 1.1fr 1.2fr; gap: 40px; } }
.vlt-foot__h { font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; color: var(--vlt-ice); margin: 0 0 16px; display: flex; align-items: center; gap: 10px; }
.vlt-foot__h::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, var(--vlt-line-hi), transparent); }
.vlt-foot__h--gap { margin-top: 26px; }
.vlt-foot__list { list-style: none; display: grid; gap: 9px; }
.vlt-foot__list a { color: var(--vlt-muted); }
.vlt-foot__list a:hover { color: var(--vlt-neon-hi); }
.vlt-foot__links { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 9px 14px; }
@media (min-width: 1024px) { .vlt-foot__links { grid-template-columns: 1fr; } }
.vlt-foot__links a { color: var(--vlt-muted); display: inline-flex; align-items: center; gap: 8px; }
.vlt-foot__links a::before { content: ""; width: 6px; height: 6px; border-radius: 2px; background: var(--vlt-neon); opacity: .7; }
.vlt-foot__links a:hover { color: var(--vlt-ice); }
.vlt-foot__card { padding: 16px 18px; border-radius: 16px; background: #070d1b; border: 1px solid var(--vlt-line); margin-bottom: 14px; }
.vlt-foot__card h4 { font-size: .98rem; color: var(--vlt-neon-hi); margin: 0 0 6px; }
.vlt-foot__card p { margin: 0; line-height: 1.75; }
.vlt-foot__sub { margin: 0 0 8px; color: var(--vlt-text); font-weight: 700; }
.vlt-foot__facts { list-style: none; display: grid; gap: 12px; }
.vlt-foot__facts li { padding-left: 14px; border-left: 2px solid rgba(45, 168, 255, .45); }
.vlt-foot__facts p { margin: 0; color: var(--vlt-text); font-weight: 700; line-height: 1.45; }
.vlt-foot__facts span { font-size: .82rem; color: var(--vlt-dim); }
.vlt-social { display: flex; gap: 10px; }
.vlt-social a { width: 42px; height: 42px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--vlt-neon-hi); background: #070d1b; border: 1px solid var(--vlt-line-hi); }
.vlt-social a:hover { border-color: var(--vlt-neon); box-shadow: 0 0 14px rgba(45, 168, 255, .35); color: var(--vlt-ice); }
.vlt-news { display: grid; gap: 10px; max-width: 360px; }
.vlt-news input { width: 100%; padding: 12px 14px; border-radius: 12px; background: #070d1b; border: 1px solid var(--vlt-line-hi); color: var(--vlt-ice); font: inherit; outline: 0; }
.vlt-news input:focus { border-color: var(--vlt-neon); }
.vlt-news p { margin: 0; font-size: .88rem; }
.vlt-news .is-ok { color: var(--vlt-go); } .vlt-news .is-bad { color: var(--vlt-stop); }
.vlt-foot__bottom { border-top: 1px solid #101a33; padding-block: 18px 26px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 20px; font-size: .86rem; }
.vlt-foot__bottom p { margin: 0; }
.vlt-adult { display: inline-flex; align-items: center; gap: 10px; color: var(--vlt-muted); }
.vlt-adult b::before { content: "18+"; }
.vlt-adult b { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--vlt-stop); color: var(--vlt-ice); font-family: var(--vlt-f-head); font-size: .74rem; flex: 0 0 auto; }
.vlt-totop { position: fixed; right: 16px; bottom: 18px; z-index: 40; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--vlt-neon); background: rgba(6, 10, 20, .92); color: var(--vlt-neon-hi); font-size: 1.3rem; cursor: pointer; box-shadow: 0 0 16px rgba(45, 168, 255, .35); transition: opacity .3s ease; }
.vlt-totop.opacity-0 { opacity: 0; pointer-events: none; }

/* ---------- lightbox (profile photos) ---------- */
body.syg-lb-lock { overflow: hidden; }
.syg-lb { position: fixed; inset: 0; z-index: 9999; background: rgba(2, 5, 12, .96); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity .28s ease, visibility .28s ease; }
.syg-lb.open { opacity: 1; visibility: visible; }
.syg-lb__stage { position: relative; display: flex; align-items: center; justify-content: center; max-width: 92vw; max-height: 86vh; }
.syg-lb__img { max-width: 92vw; max-height: 86vh; object-fit: contain; border-radius: 12px; opacity: 0; transform: scale(.97); transition: opacity .35s ease, transform .35s ease; }
.syg-lb__img.loaded { opacity: 1; transform: none; }
.syg-lb__spin { position: absolute; width: 46px; height: 46px; border-radius: 50%; border: 3px solid rgba(255, 255, 255, .16); border-top-color: var(--vlt-neon); opacity: 0; pointer-events: none; }
.syg-lb__spin.on { opacity: 1; animation: vltSpin .7s linear infinite; }
@keyframes vltSpin { to { transform: rotate(360deg); } }
.syg-lb__btn { position: absolute; z-index: 2; width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--vlt-ice); background: rgba(13, 22, 43, .85); border: 1px solid var(--vlt-line-hi); }
.syg-lb__btn:hover { border-color: var(--vlt-neon); color: var(--vlt-neon-hi); }
.syg-lb__btn svg { width: 22px; height: 22px; }
.syg-lb__close { top: 16px; right: 16px; }
.syg-lb__prev { left: 16px; top: 50%; transform: translateY(-50%); }
.syg-lb__next { right: 16px; top: 50%; transform: translateY(-50%); }
.syg-lb__cap { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); max-width: 80vw; text-align: center; color: var(--vlt-ice); background: rgba(6, 10, 20, .7); font-size: .88rem; padding: 7px 16px; border-radius: 10px; pointer-events: none; }
.syg-lb__cap:empty { display: none; }
.syg-lb__count { position: absolute; top: 20px; left: 50%; transform: translateX(-50%); color: var(--vlt-ice); background: rgba(6, 10, 20, .7); border: 1px solid var(--vlt-line-hi); padding: 4px 14px; border-radius: 999px; font-size: .8rem; font-weight: 700; }
.syg-lb.single .syg-lb__prev, .syg-lb.single .syg-lb__next, .syg-lb.single .syg-lb__count { display: none; }
@media (max-width: 640px) { .syg-lb__btn { width: 40px; height: 40px; } .syg-lb__prev { left: 8px; } .syg-lb__next { right: 8px; } .syg-lb__close { top: 10px; right: 10px; } }

/* ---------- error pages ---------- */
.vlt-err-page { min-height: 100vh; min-height: 100dvh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 36px 20px; background: radial-gradient(700px 420px at 50% 30%, rgba(45, 168, 255, .14), transparent 70%), var(--vlt-bg); }
.vlt-err-box { max-width: 620px; width: 100%; }
.vlt-err-box > img { height: 44px; width: auto; margin: 0 auto 30px; }
.vlt-err-code { font-family: var(--vlt-f-head); font-weight: 800; font-size: clamp(5rem, 22vw, 10rem); line-height: 1; color: transparent; -webkit-text-stroke: 2px var(--vlt-neon); text-shadow: 0 0 40px rgba(45, 168, 255, .35); letter-spacing: .02em; }
.vlt-err-icon { width: 96px; height: 96px; margin: 0 auto; color: var(--vlt-neon); filter: drop-shadow(0 0 16px rgba(45, 168, 255, .5)); }
.vlt-err-box h1 { font-size: clamp(1.4rem, 5vw, 2.1rem); margin: 18px 0 12px; }
.vlt-err-box p { color: var(--vlt-muted); max-width: 48ch; margin: 0 auto 28px; }
.vlt-err-acts { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
