 body {
      margin: 0;
      font-family: 'Comic Sans MS', cursive, sans-serif;
      /*background: linear-gradient(to bottom, #fff8e7, #e0f7fa);*/
      color: #333;
      text-align: center;
    }
    header {
    position: sticky;
    top: 0;
    padding: 1em;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    background-color: white; /* alebo tvoja farba pozadia */
    }
   
    nav a {
      margin: 0 2.5em;
      text-decoration: none;
      color: #ff8c00;
      font-weight: bold;
    }
    nav img {
    display: inline-block;
    vertical-align: middle;
    }
    .language-switch {
      position: absolute;
      right: 1em;
      top: 1em;
    }
    /* Dušové srdiečka pre desktop */
.heart-left.desktop-only {
  position: absolute;
  top: 3em;
  left: 4em;
  width: 180px;
}
.heart-right.desktop-only {
  position: absolute;
  top: 3em;
  right: 4em;
  width: 180px;
}

/* Skry pre mobily */
.mobile-only {
  display: none;
}

/* Mobilná verzia - zobraz len jedno srdiečko hore */
@media (max-width: 768px) {
  .heart-left,
  .heart-right,
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
    margin: 0 auto 1em auto;
    width: 120px;
    height: auto;
    position: relative;
    top: 0;
  }
  
}
    .hero {
      padding: 2em 1em;
      background: transparent; /* zmena */
      position: relative;
    }
    .hero h1 {
      font-size: 2.5em;
      max-width: 900px;
      margin: 0 auto;
      margin-top: 0.5em; /* odsadenie od srdiečka */
      margin-bottom: 0.5em;
    }
    .hero p {
      font-size: 1.2em;
      max-width: 600px;
      margin: auto;
    }
    .cta-button {
      margin-top: 2em;
      background: #ffca28;
      padding: 0.8em 2em;
      border: none;
      border-radius: 30px;
      font-size: 1.1em;
      color: #fff;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
    .cta-button:hover {
      background: #ffa000;
    }
    .section {
      padding: 0.1em 1em;
      background: transparent; /* zmena */
    }
    .section img {
      max-width: 90%;
      height: auto;
      border-radius: 20px;
      margin: 0 auto 1em auto;
      display: block;
    }
    .hero-images {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 1em;
      margin-top: 1.2em;
      margin-bottom: 1.5em;
    }
    .hero-images img {
      border-radius: 20px;
    }
     /* Pôvodný štýl pre veľké obrazovky */
    .heart-left {
      position: absolute;
      top: 2em;
      left: 4em;
      width: 200px;
    }
    .heart-right {
      position: absolute;
      top: 2em;
      right: 4em;
      width: 200px;
    }
    /* Skry pre mobily */
    .mobile-only {
      display: none;
    }

    /* Zobraz pre mobily, skry pre desktop */
    @media (max-width: 768px) {
      .heart-left,  .heart-right, 
      .desktop-only {
       display: none;
      }
      .mobile-only {
        display: block;
        margin: 1.5em auto 0.5em auto;
        width: 100px;
        height: auto;
      }
    }

@media (max-width: 768px) {
  nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8em;
    text-align: center;
  }
  nav a {
    margin: 0.3em 1em;
    font-size: 1.1em;
  }
}
    .heart-center {
      max-width: 300px;
      width: 100%;
    }

    .section h2 {
      color: #ff8c00;
    }
    .section p {
      max-width: 700px;
      margin: auto;
      font-size: 1.1em;
    }

.lang-switch {
  text-align: center;
  font-size: 0.95em;
  margin-top: 0em;
}
.lang-switch a {
  color: #004d26 !important;
  text-decoration: none;
  margin: 0 0.4em;
  font-weight: 500;
}

.lang-switch a:hover {
  color: white !important;
  text-decoration: underline;
}  