/* 🧼 RESET & TELA */
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #111;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: opacity 1.5s ease;
}
body.loaded {
  opacity: 1;
}

/* 🔝 HLAVIČKA */
header {
  background-color: #6c2c8f;
  padding: 20px 0;
}
.main-nav a {
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  margin: 0 15px;
  display: inline-block;
  transition: transform 0.3s ease, text-shadow 0.3s ease;
}
.main-nav a:hover {
  transform: scale(1.2);
  text-shadow: 0 0 10px currentColor, 0 0 20px currentColor;
}

/* 🌈 NEÓNOVÉ FARBY MENU */
.nav-eshop     { color: #39ff14; }  /* zelená */
.nav-sluzby    { color: #00ffff; }  /* tyrkysová */
.nav-blog      { color: #ff6ec7; }  /* ružová */
.nav-onas      { color: #ffff00; }  /* žltá */
.nav-kontakty  { color: #ff4500; }  /* oranžová */

/* 🧘‍♀️ HERO SEKCIA */
.hero {
  padding: 60px 20px;
  text-align: center;
}
.hero img {
  width: 150px;
  margin-bottom: 10px;
  border-radius: 50%;
  box-shadow: 0 0 20px #ff69b4;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.hero img:hover {
  transform: scale(1.15);
  box-shadow: 0 0 30px #ff69b4, 0 0 60px #f8c800;
}
.hero p {
  color: #ff90b3;
  max-width: 600px;
  margin: 20px auto;
  font-size: 18px;
}

/* ✨ FEMEVA NADPIS PO PÍSMENKÁCH */
.logo-title {
  font-size: 36px;
  margin: 0 0 20px;
  color: #f8c800;
  display: inline-block;
}
.logo-title span {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s ease forwards;
  animation-delay: calc(var(--i) * 0.1s);
  display: inline-block;
}
.logo-title span:nth-child(1) { --i: 0; }
.logo-title span:nth-child(2) { --i: 1; }
.logo-title span:nth-child(3) { --i: 2; }
.logo-title span:nth-child(4) { --i: 3; }
.logo-title span:nth-child(5) { --i: 4; }
.logo-title span:nth-child(6) { --i: 5; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 🦶 PÄTIČKA & IKONY */
.footer {
  background-color: #6c2c8f;
  padding: 20px;
  text-align: center;
}
.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  padding-top: 10px;
}

.social-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
  filter: drop-shadow(0 0 5px #ff90b3);
  transition: transform 0.3s ease;
}
.social-icon:hover {
  transform: scale(1.2);
}
.logo-title {
  display: block;
  margin: 0 auto 20px;
}
.hero {
  display: block;
}
.hero img {
  display: block;
  margin: 0 auto 10px;
}
.logo-title {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}
.kontakt {
  padding: 60px 20px;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

.kontakt h2 {
  color: #f8c800;
  margin-bottom: 20px;
  text-align: center;
}

.kontakt p {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ff90b3;
}

.kontakt-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.kontakt-form label {
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}
.form-group label {
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}
.kontakt-form input,
.kontakt-form textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #222;
  color: #fff;
  font-size: 16px;
}
.kontakt-form button {
  padding: 12px 20px;
  background-color: #f8c800;
  color: #000;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.3s ease;
  align-self: flex-start;
}

.kontakt-form button:hover {
  transform: scale(1.05);
}

.form-msg {
  display: none;
  color: #f8c800;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.form-group {
  display: flex;
  flex-direction: column;
}


.uvod-button {
  text-align: center;
  margin-top: 30px;
}

.btn-uvod {
  display: inline-block;
  padding: 10px 20px;
  background-color: #6c2c8f;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-uvod:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px #f8c800;
}


.btn-uvod {
  display: inline-block;
  padding: 10px 20px;
  background-color: #6c2c8f;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-uvod:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px #f8c800;
}
video {
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(255, 144, 179, 0.4);
}
