/* ВзглядТренера — токены, типографика, утилиты лендинга и платформы */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&family=Archivo+Black&display=swap');

:root {
  --ink:        #0B0F2E;
  --ink-2:      #11173A;
  --ink-3:      #1A2150;
  --paper:      #F4F2EC;
  --paper-2:    #E9E6DC;
  --line:       rgba(255,255,255,0.08);
  --mute:       #8A93B8;

  --violet:     #6B3CFF;
  --violet-2:   #5028D9;
  --lime:       #C6F24E;
  --red:        #FF3B30;
  --amber:      #FFB020;
  --orange:     #FF7A3D;

  --sans: 'Manrope', system-ui, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
}

/* ---------- BASE (only inside .vt-shell) ---------- */
.vt-shell, .vt-shell * { box-sizing: border-box; }
.vt-shell {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
.vt-shell button { font-family: inherit; cursor: pointer; border: none; }
.vt-shell a { color: inherit; text-decoration: none; }

/* ---------- TYPOGRAPHY ---------- */
.vt-mono { font-family: var(--mono); font-feature-settings: "tnum" 1; }
.vt-tag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mute); }

/* Wordmark — ВЗГЛЯД (line 1) + ТРЕНЕРА на лайм-плашке (line 2) */
.vt-wordmark { font-family: 'Archivo Black', sans-serif; font-weight: 900; line-height: 0.92; letter-spacing: -0.03em; display: inline-block; }
.vt-wordmark .top { color: #fff; display: block; }
.vt-wordmark .bottom { display: inline-block; position: relative; margin-top: 2px; }
.vt-wordmark .bottom::before {
  content: ""; position: absolute;
  left: -3%; right: -3%; top: 18%; bottom: 10%;
  background: var(--lime); z-index: 0;
}
.vt-wordmark .bottom span { position: relative; z-index: 2; color: var(--ink); }

/* ---------- BUTTONS ---------- */
.vt-btn-primary {
  background: var(--lime) !important; color: var(--ink) !important;
  font-weight: 700;
  padding: 14px 22px; border-radius: 999px; font-size: 15px;
  letter-spacing: -0.01em; display: inline-flex; align-items: center; gap: 8px;
  transition: transform .15s ease, background .2s ease;
  text-decoration: none;
  border: none; cursor: pointer; font-family: inherit;
}
.vt-btn-primary:hover { transform: translateY(-1px); background: #D6FF6E !important; }
.vt-btn-ghost {
  background: transparent; color: #fff !important;
  border: 1px solid rgba(255,255,255,0.2); font-weight: 600;
  padding: 13px 20px; border-radius: 999px; font-size: 15px;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background .2s;
  text-decoration: none;
}
.vt-btn-ghost:hover { background: rgba(255,255,255,0.08); }

/* ---------- BG UTILITIES ---------- */
.vt-dots { background-image: radial-gradient(rgba(255,255,255,0.08) 1px, transparent 1px); background-size: 22px 22px; }
.vt-stripes-d { background-image: repeating-linear-gradient(-45deg, rgba(255,255,255,0.04) 0 8px, transparent 8px 16px); }

/* ---------- ANIMATIONS ---------- */
@keyframes vt-pulseRec { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
.vt-rec-dot { animation: vt-pulseRec 1.6s ease infinite; }
@keyframes vt-marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.vt-marquee-track { animation: vt-marq 28s linear infinite; }

/* ---------- NAV ---------- */
.vt-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11,15,46,0.85); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.vt-nav-inner {
  max-width: 1280px; margin: 0 auto; padding: 14px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.vt-nav nav { display: flex; gap: 28px; color: #fff; font-size: 14px; font-weight: 500; }
.vt-nav nav a:hover { color: var(--lime); }

/* ---------- HERO ---------- */
.vt-hero {
  background: var(--ink); color: #fff;
  position: relative; overflow: hidden; min-height: 760px;
}
.vt-hero-blob {
  position: absolute; right: -20%; top: -30%; width: 900px; height: 900px;
  background: radial-gradient(circle, rgba(107,60,255,0.45) 0%, transparent 60%);
  filter: blur(40px); pointer-events: none;
}
.vt-hero-grid {
  max-width: 1280px; margin: 0 auto; padding: 80px 32px 120px;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center;
  position: relative;
}
.vt-hero-pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(198,242,78,0.12); color: var(--lime);
  padding: 8px 14px; border-radius: 999px; margin-bottom: 28px;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em;
}
.vt-hero-h1 {
  font-size: 96px; font-weight: 900; line-height: 0.92;
  letter-spacing: -0.045em; margin: 0; text-wrap: balance;
}
.vt-hero-h1 em { font-style: normal; color: var(--violet); position: relative; }
.vt-hero-sub {
  font-size: 20px; color: rgba(255,255,255,0.7); margin-top: 32px;
  max-width: 540px; line-height: 1.5;
}
.vt-hero-stats { display: flex; gap: 32px; margin-top: 56px; font-family: var(--mono); font-size: 12px; color: var(--mute); }
.vt-hero-stats b { color: #fff; font-size: 22px; font-weight: 700; display: block; }

.vt-mock-player {
  background: var(--ink-2); border-radius: 20px; padding: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 40px 80px -20px rgba(107,60,255,0.4);
  position: relative;
}
.vt-mock-screen {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, var(--ink-3) 0%, var(--ink) 100%);
  border-radius: 12px; position: relative; overflow: hidden;
}
.vt-mock-overlay { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--mono); font-size: 11px; color: rgba(255,255,255,0.25); letter-spacing: 0.15em; }
.vt-mock-rect {
  position: absolute; left: 34%; top: 24%; width: 26%; height: 42%;
  border: 2px solid var(--red); border-radius: 4px;
  box-shadow: 0 0 0 3px rgba(255,59,48,0.18);
}
.vt-mock-tag {
  position: absolute; top: -24px; left: 0;
  background: var(--red); color: #fff;
  font-family: var(--mono); font-size: 10px; font-weight: 600;
  padding: 3px 7px; border-radius: 3px;
}
.vt-mock-controls {
  position: absolute; bottom: 14px; left: 14px;
  display: flex; align-items: center; gap: 10px;
  background: rgba(11,15,46,0.7); backdrop-filter: blur(8px);
  padding: 8px 14px; border-radius: 999px;
}
.vt-mock-play { width: 24px; height: 24px; border-radius: 50%; background: #fff; display: grid; place-items: center; }
.vt-mock-tl { position: relative; height: 28px; background: var(--ink); border-radius: 6px; margin-top: 12px; }
.vt-mock-tl-prog { position: absolute; left: 0; top: 0; height: 100%; background: rgba(107,60,255,0.4); border-radius: 6px 0 0 6px; }
.vt-mock-tl-marker { position: absolute; top: 3px; bottom: 3px; width: 3px; border-radius: 2px; transition: transform .15s ease; }
.vt-mock-tl-marker:hover { transform: scaleX(1.5) scaleY(1.1); }
.vt-mock-tl-cursor { position: absolute; top: -3px; bottom: -3px; width: 2px; background: #fff; }

.vt-float-card-1 {
  position: absolute; top: -20px; right: -20px;
  background: var(--lime); color: var(--ink);
  padding: 12px 16px; border-radius: 12px;
  font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.05em;
  transform: rotate(4deg);
  box-shadow: 0 12px 30px -10px rgba(0,0,0,0.4);
}
.vt-float-card-2 {
  position: absolute; bottom: 60px; left: -30px;
  background: #fff; color: var(--ink);
  padding: 14px 16px; border-radius: 12px;
  font-size: 12px; font-weight: 500;
  transform: rotate(-3deg); max-width: 240px;
  box-shadow: 0 12px 30px -10px rgba(0,0,0,0.4);
  border-left: 3px solid var(--red);
}

/* ---------- MARQUEE ---------- */
.vt-marquee {
  background: var(--lime); color: var(--ink);
  padding: 20px 0; overflow: hidden;
  border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink);
}
.vt-marquee-track { display: flex; gap: 48px; white-space: nowrap; }
.vt-marquee-track span { font-family: var(--mono); font-size: 18px; font-weight: 700; letter-spacing: 0.12em; display: flex; align-items: center; gap: 48px; }

/* ---------- SECTIONS ---------- */
.vt-section { padding: 120px 32px; }
.vt-section-paper { background: var(--paper); }
.vt-section-ink { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.vt-section-inner { max-width: 1280px; margin: 0 auto; }
.vt-h2 { font-size: 64px; font-weight: 800; line-height: 1; letter-spacing: -0.03em; margin: 0; text-wrap: balance; }
.vt-h2-big { font-size: 72px; line-height: 0.95; }

/* ---------- STEPS ---------- */
.vt-steps-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 64px; gap: 40px; }
.vt-steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.vt-step {
  background: #fff; border-radius: 20px; padding: 28px; min-height: 280px;
  display: flex; flex-direction: column; justify-content: space-between;
  border: 1px solid rgba(11,15,46,0.08); position: relative; overflow: hidden;
}
.vt-step.active { background: var(--ink); color: #fff; border: none; }
.vt-step-num { font-family: var(--mono); font-size: 13px; font-weight: 600; color: var(--violet); }
.vt-step.active .vt-step-num { color: var(--lime); }
.vt-step-title { font-size: 24px; font-weight: 700; letter-spacing: -0.02em; margin: 0 0 12px; line-height: 1.1; }
.vt-step-desc { font-size: 14px; line-height: 1.5; opacity: 0.65; }
.vt-step.active .vt-step-desc { opacity: 0.7; }

/* ---------- FEATURES ---------- */
.vt-features-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 16px; }
.vt-feat-big {
  background: linear-gradient(135deg, var(--violet) 0%, #4A1FB8 100%);
  border-radius: 24px; padding: 40px; min-height: 460px; position: relative; overflow: hidden;
}
.vt-feat-big h3 { font-size: 40px; font-weight: 800; letter-spacing: -0.02em; margin: 12px 0 16px; max-width: 520px; line-height: 1.05; }
.vt-feat-list { display: flex; flex-direction: column; gap: 8px; max-width: 460px; }
.vt-feat-list-item {
  background: rgba(11,15,46,0.4); backdrop-filter: blur(8px);
  padding: 12px 16px; border-radius: 8px;
  display: flex; align-items: center; justify-content: space-between;
}
.vt-feat-side { display: flex; flex-direction: column; gap: 16px; }
.vt-feat-stats { background: var(--ink-2); border-radius: 24px; padding: 32px; flex: 1; border: 1px solid var(--line); }
.vt-feat-stats-num { font-size: 64px; font-weight: 900; letter-spacing: -0.04em; margin-top: 12px; line-height: 1; }
.vt-feat-bars { display: flex; align-items: flex-end; gap: 4px; height: 60px; margin-top: 14px; }
.vt-feat-bars > div { flex: 1; background: var(--violet); border-radius: 3px 3px 0 0; }
.vt-feat-coach { background: var(--lime); color: var(--ink); border-radius: 24px; padding: 32px; flex: 1; }
.vt-feat-grid-small { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 16px; }
.vt-feat-card { background: var(--ink-2); border-radius: 16px; padding: 24px; border: 1px solid var(--line); }
.vt-feat-card-num { width: 40px; height: 40px; border-radius: 10px; background: rgba(107,60,255,0.15); color: var(--violet); display: grid; place-items: center; font-family: var(--mono); font-weight: 700; font-size: 14px; margin-bottom: 16px; }

/* ---------- ROLES ---------- */
.vt-roles-tabs { display: flex; gap: 8px; background: #fff; padding: 6px; border-radius: 999px; border: 1px solid rgba(11,15,46,0.08); }
.vt-roles-tabs button { padding: 12px 22px; border-radius: 999px; font-size: 14px; font-weight: 600; background: transparent; color: var(--ink); transition: all .2s; }
.vt-roles-tabs button.active { background: var(--ink); color: #fff; }
.vt-role-card { background: #fff; border-radius: 28px; padding: 56px; border: 1px solid rgba(11,15,46,0.08); display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.vt-role-card h3 { font-size: 48px; font-weight: 800; line-height: 1; letter-spacing: -0.025em; margin: 0 0 16px; }
.vt-role-card ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.vt-role-card li { display: flex; gap: 14px; align-items: flex-start; font-size: 16px; }
.vt-role-card li::before {
  content: "✓"; flex-shrink: 0; width: 24px; height: 24px;
  background: var(--violet); color: #fff; border-radius: 6px;
  display: grid; place-items: center; font-size: 13px; font-weight: 700;
}

/* ---------- SPORTS ---------- */
.vt-sports-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.vt-sport-card {
  background: #fff; border-radius: 16px; padding: 28px;
  border: 1px solid rgba(11,15,46,0.08);
  display: flex; align-items: center; justify-content: space-between;
  transition: transform .2s, border-color .2s;
}
.vt-sport-card:hover { border-color: var(--violet); transform: translateY(-2px); }
.vt-sport-name { font-size: 20px; font-weight: 700; margin-bottom: 4px; }
.vt-sport-desc { font-family: var(--mono); font-size: 12px; color: var(--mute); }
.vt-sport-status {
  font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: 0.1em;
  padding: 4px 8px; border-radius: 4px;
}
.vt-sport-status.ready { background: var(--lime); color: var(--ink); }
.vt-sport-status.beta { background: rgba(107,60,255,0.15); color: var(--violet); }
.vt-sport-status.soon { background: rgba(11,15,46,0.08); color: var(--ink); }

/* ---------- PRICING ---------- */
.vt-price-toggle { display: inline-flex; gap: 6px; background: #fff; padding: 6px; border-radius: 999px; border: 1px solid rgba(11,15,46,0.08); }
.vt-price-toggle button { padding: 10px 20px; border-radius: 999px; font-size: 13px; font-weight: 600; background: transparent; }
.vt-price-toggle button.active { background: var(--ink); color: #fff; }
.vt-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.vt-price-group { background: #fff; border-radius: 24px; padding: 28px; border: 1px solid rgba(11,15,46,0.08); }
.vt-price-group-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 24px; }
.vt-price-tier { background: rgba(11,15,46,0.04); border-radius: 16px; padding: 20px; margin-bottom: 12px; }
.vt-price-tier.best { background: var(--ink); color: #fff; position: relative; }
.vt-price-amt { font-size: 36px; font-weight: 800; letter-spacing: -0.02em; }
.vt-price-feats { list-style: none; padding: 0; margin: 12px 0 16px; font-size: 13px; line-height: 1.6; }
.vt-price-feats li::before { content: "✓ "; color: var(--violet); font-weight: 700; }

/* ---------- FAQ ---------- */
.vt-faq { display: flex; flex-direction: column; gap: 8px; }
.vt-faq details {
  background: #fff; border-radius: 16px; border: 1px solid rgba(11,15,46,0.08);
  overflow: hidden;
}
.vt-faq summary {
  list-style: none; cursor: pointer;
  padding: 22px 26px; font-size: 18px; font-weight: 600; color: var(--ink);
  display: flex; align-items: center; justify-content: space-between;
}
.vt-faq summary::-webkit-details-marker { display: none; }
.vt-faq summary::after {
  content: "+"; width: 32px; height: 32px; border-radius: 50%;
  background: rgba(11,15,46,0.06); color: var(--ink);
  display: grid; place-items: center; font-size: 18px;
  transition: all .2s;
}
.vt-faq details[open] summary::after { background: var(--violet); color: #fff; transform: rotate(45deg); }
.vt-faq-body { padding: 0 26px 22px; font-size: 15px; color: var(--ink-3); line-height: 1.6; max-width: 700px; }

/* ---------- CTA ---------- */
.vt-cta {
  max-width: 1100px; margin: 0 auto;
  background: linear-gradient(135deg, var(--violet) 0%, #4A1FB8 60%, var(--ink) 100%);
  border-radius: 32px; padding: 80px 56px; position: relative; overflow: hidden; color: #fff;
}
.vt-cta h2 { font-size: 72px; font-weight: 900; line-height: 0.95; letter-spacing: -0.04em; margin: 0 0 24px; text-wrap: balance; }
.vt-cta-circle-big { position: absolute; right: -80px; top: -80px; width: 360px; height: 360px; border-radius: 50%; border: 1px solid rgba(198,242,78,0.25); }
.vt-cta-circle-glow { position: absolute; right: 40px; top: 40px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(198,242,78,0.18) 0%, transparent 70%); }

/* ---------- FOOTER ---------- */
.vt-footer { background: var(--ink); color: #fff; padding: 40px 32px; border-top: 1px solid var(--line); }
.vt-footer-inner { max-width: 1280px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px; }
.vt-footer a { color: var(--mute); font-size: 13px; }
.vt-footer a:hover { color: #fff; }

/* ============================================================
   NAV — hamburger menu (показывается на mobile)
   ============================================================ */
.vt-nav-toggle-cb { display: none; }
.vt-nav-burger {
  display: none;
  width: 40px; height: 40px;
  cursor: pointer;
  position: relative;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 8px;
  border-radius: 8px;
}
.vt-nav-burger span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .2s, opacity .2s;
}
.vt-nav-toggle-cb:checked ~ .vt-nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.vt-nav-toggle-cb:checked ~ .vt-nav-burger span:nth-child(2) { opacity: 0; }
.vt-nav-toggle-cb:checked ~ .vt-nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   AUTH pages — двухколоночные на десктопе, стак на мобайле
   ============================================================ */
.vt-auth-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 480px;
  background: var(--ink);
  color: #fff;
}
.vt-auth-art {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(135deg, var(--ink) 0%, #11173A 60%, var(--violet) 220%);
  position: relative;
  overflow: hidden;
}
.vt-auth-art::after {
  content: "";
  position: absolute;
  right: -200px; bottom: -200px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(107,60,255,0.35) 0%, transparent 60%);
  filter: blur(40px);
  pointer-events: none;
}
.vt-auth-art > * { position: relative; }
.vt-auth-art h1 {
  font-size: 64px; line-height: 0.95; letter-spacing: -0.04em;
  font-weight: 900; margin: 0; max-width: 520px;
}
.vt-auth-art .sub {
  font-size: 18px; opacity: 0.7; margin-top: 24px;
  max-width: 440px; line-height: 1.5;
}
.vt-auth-form-wrap {
  padding: 48px 40px;
  background: var(--paper);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vt-auth-form-wrap h2 {
  font-size: 36px; font-weight: 800; letter-spacing: -0.025em; margin: 0 0 8px;
}
.vt-auth-form-wrap input[type="text"],
.vt-auth-form-wrap input[type="email"],
.vt-auth-form-wrap input[type="password"] {
  background: #fff;
  border: 1px solid rgba(11,15,46,0.1);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  font-family: inherit;
  color: var(--ink);
  width: 100%;
  box-sizing: border-box;
}
.vt-auth-form-wrap input:focus {
  outline: none;
  border-color: var(--violet);
  box-shadow: 0 0 0 4px rgba(107,60,255,0.12);
}
.vt-auth-form-wrap form {
  display: flex; flex-direction: column; gap: 14px;
}
.vt-auth-form-wrap form label {
  display: flex; flex-direction: column; gap: 6px;
}
.vt-auth-form-wrap .field-label {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em;
  color: #5b6478; text-transform: uppercase;
}

/* ============================================================
   RESPONSIVE — main breakpoint at 900px (tablet+phone)
   ============================================================ */
@media (max-width: 900px) {
  /* Section padding */
  .vt-section { padding: 56px 18px; }

  /* Headings */
  .vt-h2, .vt-h2-big { font-size: 36px; }

  /* NAV */
  .vt-nav-inner { padding: 12px 18px; }
  .vt-nav-links {
    display: none;
    position: absolute;
    top: 64px; left: 0; right: 0;
    background: rgba(11,15,46,0.97);
    backdrop-filter: blur(12px);
    flex-direction: column;
    padding: 20px 18px;
    gap: 16px !important;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .vt-nav-actions {
    display: none;
    position: absolute;
    top: 240px; left: 0; right: 0;
    background: rgba(11,15,46,0.97);
    backdrop-filter: blur(12px);
    padding: 0 18px 24px;
    gap: 10px !important;
    flex-direction: column;
  }
  .vt-nav-actions a { width: 100%; justify-content: center; }
  .vt-nav-toggle-cb:checked ~ .vt-nav-links { display: flex; }
  .vt-nav-toggle-cb:checked ~ .vt-nav-actions { display: flex; }
  .vt-nav-burger { display: flex; }

  /* HERO */
  .vt-hero { min-height: auto; }
  .vt-hero-grid {
    grid-template-columns: 1fr !important;
    padding: 48px 18px 64px !important;
    gap: 36px !important;
  }
  .vt-hero-h1 { font-size: 44px !important; }
  .vt-hero-sub { font-size: 16px !important; }
  .vt-hero-h1 svg { display: none; }
  .vt-hero-stats { gap: 20px !important; flex-wrap: wrap; margin-top: 32px !important; }
  .vt-hero-stats b { font-size: 18px !important; }
  .vt-hero-blob { width: 500px !important; height: 500px !important; opacity: 0.6; }
  /* Hero CTA buttons */
  .vt-hero-grid > div:first-child > div[style*="margin-top:40px"] {
    flex-direction: column !important;
    align-items: stretch;
    width: 100%;
  }
  .vt-hero-grid > div:first-child > div[style*="margin-top:40px"] a {
    justify-content: center;
    width: 100%;
  }
  /* Floating cards near mock player — hide on mobile */
  .vt-float-card-1, .vt-float-card-2 { display: none !important; }
  .vt-mock-player { box-shadow: 0 12px 30px -10px rgba(107,60,255,0.4) !important; }

  /* MARQUEE — slower scroll on mobile */
  .vt-marquee { padding: 14px 0; }
  .vt-marquee-track span { font-size: 14px !important; gap: 32px !important; }

  /* STEPS */
  .vt-steps-head {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 16px !important;
    margin-bottom: 32px !important;
  }
  .vt-steps-grid { grid-template-columns: 1fr !important; gap: 12px !important; }
  .vt-step { padding: 22px !important; min-height: auto !important; gap: 24px; }

  /* FEATURES */
  .vt-features-grid { grid-template-columns: 1fr !important; gap: 12px !important; }
  .vt-feat-big { padding: 28px !important; min-height: auto !important; }
  .vt-feat-big h3 { font-size: 28px !important; }
  .vt-feat-stats { padding: 22px !important; }
  .vt-feat-stats-num { font-size: 48px !important; }
  .vt-feat-coach { padding: 22px !important; }
  .vt-feat-grid-small {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 12px !important;
  }
  .vt-feat-card { padding: 20px !important; }

  /* ROLES */
  .vt-role-card {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    padding: 28px !important;
  }
  .vt-role-card h3 { font-size: 32px !important; }
  .vt-roles-tabs { display: flex; flex-wrap: wrap; }

  /* SPORTS */
  .vt-sports-grid { grid-template-columns: 1fr !important; gap: 10px !important; }
  .vt-sport-card { padding: 18px !important; }

  /* PRICING */
  .vt-price-grid { grid-template-columns: 1fr !important; gap: 16px !important; margin-top: 24px !important; }
  .vt-price-group { padding: 22px !important; }
  .vt-price-amt { font-size: 28px !important; }
  /* Pricing toggle — wrap on mobile */
  #pricing > .vt-section-inner > div:first-child {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 16px !important;
  }
  /* Federation banner */
  #pricing > .vt-section-inner > div:last-child {
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left;
    padding: 22px !important;
  }
  #pricing > .vt-section-inner > div:last-child a { width: 100%; justify-content: center; }

  /* FAQ */
  .vt-faq summary { padding: 18px 20px !important; font-size: 15px !important; }
  .vt-faq-body { padding: 0 20px 20px !important; font-size: 14px !important; }

  /* CTA */
  .vt-cta { padding: 36px 24px !important; border-radius: 24px !important; }
  .vt-cta h2 { font-size: 36px !important; }
  .vt-cta p { font-size: 16px !important; margin-bottom: 28px !important; }
  .vt-cta > div:last-child { flex-direction: column !important; align-items: stretch; gap: 10px !important; }
  .vt-cta > div:last-child a { justify-content: center; width: 100%; }

  /* FOOTER */
  .vt-footer-inner {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    text-align: left;
  }
  .vt-footer-inner > div:nth-child(2) {
    flex-wrap: wrap;
    gap: 14px !important;
  }

  /* AUTH */
  .vt-auth-shell {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }
  .vt-auth-art {
    padding: 28px 22px !important;
    min-height: 280px;
  }
  .vt-auth-art h1 { font-size: 36px !important; }
  .vt-auth-art .sub { font-size: 15px !important; margin-top: 16px !important; }
  .vt-auth-art > div:last-child { display: none; } /* version footer на мобиле скрыть */
  .vt-auth-form-wrap { padding: 32px 22px !important; }
  .vt-auth-form-wrap h2 { font-size: 28px !important; }
}

/* Phone-tight (< 480px) */
@media (max-width: 480px) {
  .vt-hero-h1 { font-size: 36px !important; }
  .vt-h2, .vt-h2-big { font-size: 28px !important; }
  .vt-section { padding: 44px 14px; }
  .vt-feat-big h3 { font-size: 24px !important; }
  .vt-feat-stats-num { font-size: 36px !important; }
  .vt-cta h2 { font-size: 28px !important; }
  .vt-auth-art h1 { font-size: 28px !important; }
  .vt-mock-player { padding: 8px !important; }
  .vt-mock-overlay { font-size: 9px !important; }
}

/* ============================================================
   vtModal — общий modal-компонент (заменяет native confirm/prompt/alert)
   ============================================================ */
.vtm-overlay {
  position: fixed; inset: 0;
  background: rgba(11,15,46,0.7); backdrop-filter: blur(8px);
  z-index: 1000; display: grid; place-items: center; padding: 18px;
  animation: vtmFadeIn 0.15s ease;
}
@keyframes vtmFadeIn { from { opacity: 0; } to { opacity: 1; } }
.vtm {
  background: #11173A; border-radius: 16px; padding: 24px;
  max-width: 480px; width: 100%;
  box-shadow: 0 24px 64px rgba(0,0,0,0.5);
  color: #fff; max-height: 90vh; overflow-y: auto;
}
.vtm h3 { margin: 0 0 12px; font-size: 18px; font-weight: 700; letter-spacing: -0.01em; color: #fff; }
.vtm p { color: rgba(255,255,255,0.75); font-size: 14px; margin: 0 0 16px; line-height: 1.5; }
.vtm label { display: block; margin-bottom: 12px; }
.vtm label .lbl {
  display: block; font-family: var(--mono); font-size: 10px;
  color: var(--mute); letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: 6px;
}
.vtm input[type=text], .vtm select, .vtm textarea {
  width: 100%; box-sizing: border-box;
  background: rgba(255,255,255,0.05);
  border: 1.5px solid rgba(255,255,255,0.1);
  border-radius: 8px; padding: 10px 12px;
  font-size: 14px; color: #fff; font-family: inherit;
}
.vtm input:focus, .vtm select:focus, .vtm textarea:focus {
  outline: none; border-color: var(--violet);
  box-shadow: 0 0 0 3px rgba(107,60,255,0.18);
}
.vtm textarea { min-height: 80px; resize: vertical; }
.vtm-actions {
  display: flex; gap: 8px; justify-content: flex-end; margin-top: 18px;
}
.vtm-btn {
  padding: 10px 18px; border-radius: 8px; border: none; cursor: pointer;
  font-size: 13px; font-weight: 600; font-family: inherit;
}
.vtm-btn.primary { background: var(--lime) !important; color: var(--ink) !important; }
.vtm-btn.primary:hover { transform: translateY(-1px); }
.vtm-btn.danger {
  background: rgba(255,59,48,0.15) !important;
  color: #FF7A6E !important;
  border: 1px solid rgba(255,59,48,0.3) !important;
}
.vtm-btn.muted {
  background: rgba(255,255,255,0.06) !important;
  color: var(--mute) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
}
.vtm-btn.muted:hover { color: #fff !important; }
