/* Hero + anchor strip for Vlastnosti / Features pages */

.fb-features-hero {
  position: relative;
  overflow: hidden;
  padding: 1.25rem 0 0.35rem;
  /* background: grid via .vb-bg-black-grid */
}

@media (min-width: 768px) {
  .fb-features-hero {
    padding: 1.5rem 0 0.45rem;
  }
}

.fb-features-hero__content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

/* Barva pro tmavé pozadí; velikost ponecháme z body h1 / body p (main.compiled.css) */
.fb-features-hero__content h1 {
  color: #fafafa;
  margin: 0 0 0.75rem;
}

.fb-features-hero__lead {
  color: #a4a8b8;
  margin: 0 auto;
  max-width: 100%;
}

.fb-features-jump {
  padding: 0.35rem 0 0.75rem;
  /* background: grid via .vb-bg-black-grid */
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

@media (min-width: 768px) {
  .fb-features-jump {
    padding: 0.4rem 0 0.85rem;
  }
}

/* Flex + wrap: každý odkaz jen podle délky textu (grid sloupce je sjednocoval) */
.fb-features-jump__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.4rem 0.45rem;
  max-width: 600px;
  margin: 0 auto;
}

.fb-features-jump__link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.15rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.3;
  color: #f0f1f5;
  text-decoration: none;
  border-radius: 9999px !important;
  background: transparent;
  border: 1px solid #fe1b3f;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.fb-features-jump__link:hover,
.fb-features-jump__link:focus {
  color: #fff;
  background: #fe1b3f;
  border-color: #fe1b3f;
  box-shadow: none;
  text-decoration: none;
  outline: none;
}

.fb-features-jump__link:focus-visible {
  box-shadow: 0 0 0 2px rgba(254, 27, 63, 0.55);
}

@media (max-width: 575.98px) {
  .fb-features-jump__link {
    padding: 0.45rem 0.95rem;
    font-size: 0.75rem;
  }
}

/* Tento stylesheet je jen na vlastnosti.html + en/features.html */
/* main.compiled.css má .badge { border-radius: 0.15rem !important } — přebít pill */
body .badge {
  border-radius: 9999px !important;
}

/* Sekční štítky (Multibrand, Jádro produktu, …) — víc vzduchu; .mb-3 není u CS/EN v kartě */
body .badge.mb-3 {
  padding: 0.5rem 1.2rem !important;
}
