/* Landing hero — shared EN/CS (particles host, badge, CTAs, screenshot frame) */

.vb-hero > .container {
  position: relative;
  z-index: 1;
  padding-top: 2.5rem !important;
  padding-bottom: 0 !important;
}

@media (min-width: 576px) {
  .vb-hero > .container {
    padding-top: 3rem !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .vb-hero > .container {
    padding-top: 3.25rem !important;
    padding-bottom: 0 !important;
  }
}

.vb-hero {
  background: transparent;
  padding: 0;
  overflow: hidden;
  position: relative;
}

/* Červený nádech řeší globálně .vb-site-ambient-glow (vb-site-dot-grid.css) */

/* Nav + content sit above hero-local layers; bar shares hero background */
.vb-hero > .vb-hero__nav.navbar {
  position: relative;
  z-index: 2;
}

#vb-hero-canvas-host {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

#vb-particles {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.vb-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(254, 27, 63, 0.12);
  border: 1px solid rgba(254, 27, 63, 0.3);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 13px;
  color: #fe1b3f;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}

.vb-hero__badge-dot {
  width: 7px;
  height: 7px;
  background: #fe1b3f;
  border-radius: 50%;
  animation: vb-hero-pulse 2s ease-in-out infinite;
}

@keyframes vb-hero-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

.vb-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 700;
  color: #fafafa;
  line-height: 1.15;
  max-width: 820px;
  margin: 0 auto 20px;
}

.vb-hero h1 em {
  font-style: normal;
  color: #fe1b3f;
  display: block;
}

.vb-hero__lead {
  font-size: 1.125rem;
  color: #a4a8b8;
  max-width: 520px;
  margin: 0 auto 32px;
  line-height: 1.6;
}

.vb-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}

.vb-hero__cta-primary {
  background: #fe1b3f;
  color: #fff;
  border: none;
  border-radius: 9999px;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.vb-hero__ctas .btn.btn-outline-secondary {
  padding: 13px 31px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.25;
}

.vb-hero__cta-primary:hover {
  background: #d4162f;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.vb-hero__cta-secondary {
  color: #a4a8b8;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}

.vb-hero__cta-secondary:hover {
  color: #fafafa;
  text-decoration: none;
}

.vb-hero__no-cc {
  font-size: 13px;
  color: #A8A8A8;
  margin-top: 8px;
}

.vb-hero__screenshots {
  margin-top: 48px;
  position: relative;
}

.vb-hero__screenshots-inner {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 -8px 60px rgba(254, 27, 63, 0.15), 0 0 80px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.vb-hero__screenshots-inner img {
  width: 100%;
  display: block;
}
