/* Skrytí inPage "Powered by" v patičce */
.footer__poweredby {
  display: none !important;
}

/* Tlačítko zpět nahoru */
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #333;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 9999;
}

/* Viditelné tlačítko */
.back-to-top.visible {
  opacity: 0.8;
  pointer-events: auto;
}

.back-to-top:hover {
  opacity: 1;
  transform: translateY(-3px);
}

.wf-title {
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  color: rgb(9,144,0);
  margin: 0 auto;
  line-height: 1.2;
  font-size: clamp(28px, 8vw, 56px);
}

/* Velká písmena */
.wf-title .big {
  font-size: 1.4em;
}

/* Menší písmena uvnitř */
.wf-title .small {
  font-size: 1em;
}

/* Registrovaná značka */
.wf-title .reg {
  font-size: 0.45em;
  vertical-align: super;
}

/* Text motivu posun vertikální */
.motto {
  margin-top: -90px;
}

@media (max-width: 768px) {
  .motto {
    margin-top: -85px;
  }
}
