p.vr-intro {
  font-family: "Montserrat", sans-serif !important;
  font-style: italic;
  color: #6b4a32;
  font-size: 20px !important;
}

.fk-hero-head h2 {
  font-weight: 700;
  margin: 0 0 20px;
}

.fk-hero-head h2 em {
  color: var(--color-secondary);
}

.fk-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  background: var(--fk-orange);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: none;
  padding: 13px 26px;
  border-radius: 10px !important;
  transition:
    background 0.15s ease,
    transform 0.15s ease;
  background: var(--color-primary-hover);
}
.fk-cta:hover {
  background: var(--color-primary);
  color: white;
}
.fk-cta svg {
  width: 16px;
  height: 16px;
}

.fk-hero-foot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  padding-top: 8px;
  flex-direction: column;
  align-items: flex-start;
}
.fk-note {
  font-family: "Montserrat", sans-serif;
  color: #8c8175;
  margin: 0;
  max-width: 440px;
}

section.vr-more .fk-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px !important;
}

section.vr-more .fk-grid .fk-card {
  flex-basis: 33%;
  background: #fff;
  border: 1px solid #e8e4de;
  border-radius: 10px !important;
  padding: 34px 30px;
}

section.fk-hero {
  margin-block: 60px;
}

.in-vyhody-registrace p {
  line-height: 1.4 !important;
}

@media (max-width: 767px) {
  section.vr-more .fk-grid {
    flex-direction: column;
  }
}
