/* =========================================================
   EXKLUZIVNÍ STYLY pro stránku /znacka-biodeur/
   ========================================================= */

@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");

/* Reset + centrování */
#page-znacka-biodeur {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.pageArticleDetail,
.content-inner {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

html,
body,
#page-znacka-biodeur * {
  box-sizing: border-box;
  font-family: "Rubik", sans-serif !important;
}
body {
  background: #fff;
  color: #1a1a1a;
  line-height: 1.6;
}

/* BLOKY TEXT–OBRÁZEK */
.od-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.od-blok {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  margin: 80px auto;
}
@media (min-width: 992px) {
  .od-blok {
    flex-direction: row;
    justify-content: space-between;
  }
}
.od-blok.otoceny {
  flex-direction: column;
}
@media (min-width: 992px) {
  .od-blok.otoceny {
    flex-direction: row-reverse;
  }
}
.od-obrazek {
  flex: 0 0 45%;
}
.od-obrazek img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.od-text {
  flex: 0 0 50%;
  text-align: left;
}
.od-text h2 {
  font-weight: 800;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.3;
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .od-blok,
  .od-blok.otoceny {
    flex-direction: column;
    text-align: center;
  }
}

/* Zvýraznění "70 % lidí" */
.bio-zvyraz-plisne {
  position: relative;
  color: #019640;
  font-weight: 700;
  display: inline-block;
}
.bio-zvyraz-plisne::after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -0.55em;
  height: 0;
  padding-bottom: 80%;
  background-image: url("/user/documents/upload/Web_Biodeur_zvyrazneni-70_.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  z-index: -1;
}
.no-wrap {
  white-space: nowrap;
}

/* Komplexní péče */
.bio-stred__title {
  font-weight: 800;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.3;
}
.bio-zvyraz-diky {
  position: relative;
  color: #019640;
}
.bio-zvyraz-diky::after {
  content: "";
  position: absolute;
  left: -3%;
  right: -3%;
  bottom: -0.08em;
  height: 0.3em;
  background: url("/user/documents/upload/zvyrazneni-biotechnologii.svg")
    no-repeat center / 100% 100%;
  z-index: -1;
}

/* BLOKY 3 + 4 (3 kroky) */
.bio-stred {
  text-align: center;
  margin: 100px auto 60px;
}
.bio-stred__title small {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 0.4rem;
  color: #222;
}
.bio-zvyraz-kroky {
  position: relative;
  color: #019640;
}
.bio-zvyraz-kroky::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -0.08em;
  height: 0.3em;
  background: url("/user/documents/upload/zvyrazneni-3kroky.svg")
    no-repeat center / 100% 100%;
  z-index: -1;
}

/* --- NOVÉ STYLY PRO TEXT POD NADPISY "3 KROKY" --- */
.bio-stred__text {
  max-width: 850px;
  margin: 20px auto 0;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  text-align: center;
  white-space: normal; /* zalomení řádků */
}

/* PRODUKTY */
.znacka-biodeur-nehty-cyklus-inner,
.znacka-biodeur-nohy-cyklus-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto 100px;
}
.nohy-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.333% - 20px);
  text-align: center;
}

/* TUČNÝ TEXT NAD PRODUKTY */
.nohy-group {
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #111;
}

.nohy-img {
  max-width: 260px;
  border-radius: 12px;
  transition: transform 0.3s ease;
}
.nohy-item a:hover .nohy-img {
  transform: scale(1.05);
}
.nohy-box {
  margin-top: 16px;
  width: 100%;
  max-width: 300px;
  padding: 18px 24px;
  border-radius: 14px;
  text-align: left;
  background: #fcd724;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.znacka-biodeur-nohy-cyklus .nohy-box {
  background-color: #afdbf5;
}
.nohy-box p strong {
  display: inline-block;
  font-weight: 700;
  color: #000;
  margin-right: 4px;
}
.nohy-sipka {
  width: 60px;
  align-self: center;
  opacity: 0.8;
}

/* Výhody */
.od-ikony-5-radek-wrap {
  max-width: 1280px;
  margin: 80px auto;
  padding: 0 20px;
}
.od-ikony-5-radek {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  text-align: center;
}
.od-ikony-5-radek-ikona img {
  width: 110px;
  margin-bottom: 10px;
}
.od-ikony-5-radek-ikona p {
  color: #04872c;
  font-weight: 600;
}

/* Technologie */
.znacka-biodeur-nadpis-technologie {
  font-size: 2.2rem;
  font-weight: 800;
  margin: 100px 0 40px;
  text-align: left;
}

/* Recenze */
.znacka-biodeur-recenze {
  text-align: left;
  font-size: 2rem;
  font-weight: 800;
  margin: 60px 0 30px;
}
.znacka-biodeur-recenze-obrazky {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 80px;
  max-width: 1100px;
  margin: 0 auto;
}
.znacka-biodeur-recenze-obrazky img {
  width: calc(40% - 10px); /* zvětšeno 200 % */
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.znacka-biodeur-recenze-obrazky img:hover {
  transform: scale(1.05);
}

/* =========================================================
   RESPONSIVITA PRO MOBILY (DO 768PX)
   ========================================================= */
@media (max-width: 768px) {
  /* Texty pod nadpisy 3 kroky */
  .bio-stred__title {
    font-size: 1.8rem;
  }

  .bio-stred__title small {
    font-size: 1rem;
    line-height: 1.4;
  }

  .bio-stred__text {
    max-width: 95%;
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 15px;
    text-align: center;
    padding: 0 10px;
  }

  /* Produkty pod sebou se středem */
  .znacka-biodeur-nehty-cyklus-inner,
  .znacka-biodeur-nohy-cyklus-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 50px;
  }

  .nohy-item {
    width: 100%;
    max-width: 340px;
    align-items: center;
  }

  .nohy-group {
    font-size: 1.1rem;
    text-align: center;
  }

  .nohy-img {
    max-width: 280px;
  }

  .nohy-box {
    text-align: left;
    max-width: 320px;
  }

  .nohy-sipka {
    display: none;
  }

  /* Ikony – zarovnat na střed */
  .od-ikony-5-radek {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  /* Technologie i text vlevo -> střed */
  .znacka-biodeur-nadpis-technologie,
  .od-text h2 {
    text-align: center;
  }

  .od-text p {
    text-align: center;
  }

  /* Recenze – obrázky na střed, na 100 % */
  .znacka-biodeur-recenze {
    text-align: center;
    font-size: 1.6rem;
  }

  .znacka-biodeur-recenze-obrazky {
    gap: 10px;
  }

  .znacka-biodeur-recenze-obrazky img {
    width: 100%;
    max-width: 400px;
  }

  /* Základní vycentrování */
  body,
  #page-znacka-biodeur {
    text-align: center;
  }
}
