html {
  font-family: "Montserrat", sans-serif;
}

/* ========================================
   SPOLEČNÉ STYLY
======================================== */
.hp_nadpis {
  color: #ff4d6d;
  font-size: 2.5rem;
  font-weight: 500;
}

.vlastni_sekce h1,
.vlastni_sekce h2 {
  font-family: "PresicavRg-Regular";
}

/* ========================================
   SEKCE 1 - Hlavní produkty
======================================== */
.hp_sekce1 {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 18px;
  margin-top: 52px;
}

.hp_sekce1__nadpis {
  margin-bottom: 21px;
}

.hp_sekce1__produkty {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.hp_sekce1__produkt {
  flex: 1;
  text-decoration: none;
  color: inherit;
  display: block;
}

.hp_sekce1__img {
  width: 100%;
}

.hp_sekce1__tlacitko {
  border-radius: 10px;
  background: #ff4d6d;
  color: white;
  padding: 18px 78px;
  text-decoration: none;
  display: inline-block;
}

.hp_sekce1__popis {
  margin-top: 5px;
  display: inline-block;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}

.hp_sekce1__produkt:hover .hp_sekce1__popis::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #ff4873;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .hp_sekce1__produkty {
    flex-direction: column;
  }
}

/* ========================================
   SEKCE 2 - Výhody
======================================== */
.hp_sekce2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6px 20px;
  text-align: center;
}

.hp_sekce2__polozky {
  display: flex;
  gap: 20px;
}

.hp_sekce2__polozka {
  flex: 1;
}

.hp_sekce2__img {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}

.hp_sekce2__nazev {
  margin-top: -10px;
  margin-bottom: 0;
  display: block;
  font-weight: bold;
}

.hp_sekce2__popis {
  margin-top: 5px;
  display: block;
  max-width: 234px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .hp_sekce2__polozky {
    flex-direction: column;
  }
}

/* ========================================
   SEKCE 3 - Certifikace
======================================== */
.hp_sekce3 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 20px;
}

.hp_sekce3__nadpis {
  margin-bottom: 20px;
}

.hp_sekce3__loga {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.hp_sekce3__logo {
  max-width: 150px;
  max-height: 80px;
  height: auto;
}

@media (max-width: 768px) {
  .hp_sekce3__loga {
    flex-wrap: wrap;
    gap: 20px;
  }

  .hp_sekce3__logo {
    max-width: 100px;
  }
}

/* ========================================
   SEKCE 4 - Uvnitř farmy
======================================== */
.hp_sekce4 {
  background: #ffedf1;
  padding: 30px 20px;
  text-align: center;
}

.hp_sekce4__nadpis {
  margin-bottom: 14px;
  margin-top: 0;
}

.hp_sekce4__video {
  position: relative;
  max-width: 813px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

.hp_sekce4__img {
  width: 100%;
  display: block;
}

.hp_sekce4__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  cursor: pointer;
}

/* ========================================
   SEKCE 5 - Reference
======================================== */
.hp_sekce5 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  padding-top: 0;
  text-align: center;
  margin-top: 45px;
}

.hp_sekce5__nadpis {
  margin-bottom: 20px;
}

.hp_sekce5__loga {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.hp_sekce5__logo {
  max-width: 180px;
  max-height: 60px;
  height: auto;
}

.hp_sekce5__logo--yora {
  max-height: 80px;
}

.hp_sekce5__logo--zahradni {
  max-height: 86px;
}

.hp_sekce5__text {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .hp_sekce5__loga {
    flex-wrap: wrap;
    gap: 20px;
  }

  .hp_sekce5__logo {
    max-width: 120px;
  }
}

/* ========================================
   SEKCE 6 - Spolupracujte s námi
======================================== */
.hp_sekce6 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  margin: 0 auto;
}

.hp_sekce6__text {
  background: #5a2d3a;
  color: white;
  padding: 36px 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hp_sekce6__nadpis {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
  color: #ffc1cf;
}

.hp_sekce6__popis {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 25px;
  margin-top: 10px;
}

.hp_sekce6__tlacitko {
  background: #ff4873;
  color: white;
  padding: 10px 40px;
  text-decoration: none;
  display: inline-block;
  width: fit-content;
}

.hp_sekce6__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .hp_sekce6 {
    grid-template-columns: 1fr;
  }
}
