/* ============================================
   LYNOVA — CSS pro produktové popisky (Shoptet)
   ============================================ */

/* ---- WRAPPER ---- */
.ln-section {
}

/* ---- HOOK (modrý pruh, bez pozadí) ---- */
.ln-hook {
  border-left: 3px solid #3c4bc2;
  padding: 20px 24px;
  margin-bottom: 18px !important;
}

.ln-hook__title {
  font-size: 22px !important;
  font-weight: 700 !important;
  margin: 0 0 12px !important;
  line-height: 1.3 !important;
}

.ln-hook__sub {
  font-size: 20px !important;
  font-style: italic !important;
  color: #3c4bc2 !important;
  margin: 0 0 14px !important;
  line-height: 1.35 !important;
}

.ln-hook__body {
  font-size: 20px !important;
  margin: 0 0 10px !important;
  line-height: 1.65 !important;
}

.ln-hook__closing {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}

/* ---- BENEFIT IKONY ---- */
.ln-benefits {
  display: flex;
  gap: 8px;
  margin-bottom: 18px !important;
  flex-wrap: wrap;
}

.ln-benefit {
  flex: 1;
  min-width: 90px;
  text-align: center;
  padding: 14px 6px 12px;
  border: 1px solid #3c4bc2;
  border-radius: 10px;
}

.ln-benefit__img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
  margin: 0 auto 7px !important;
}

.ln-benefit__label {
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

/* ---- VĚDECKÝ DIFFERENTIATOR (modrý bar) ---- */
.ln-science {
  background: #3c4bc2;
  border-radius: 10px;
  padding: 16px 20px;
  color: #ffffff !important;
}

.ln-science__tag {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  opacity: 0.65 !important;
  margin-bottom: 7px !important;
}

.ln-science__text {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
  color: #ffffff !important;
}

.ln-science__link {
  display: inline-block;
  margin-top: 10px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #96ece7 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(150, 236, 231, 0.4);
}

.ln-science__link:hover {
  border-color: #96ece7;
}

/* ---- NADPISY SEKCÍ ---- */
/* H2 — hlavní nadpis první obsahové sekce */
h2.ln-section-title {
  font-size: 26px !important;
  font-weight: 700 !important;
  margin: 0 0 14px !important;
  padding-bottom: 8px;
  border-bottom: 2px solid #3c4bc2;
}

/* H3 — nadpisy dalších sekcí (Složení, Jak to funguje, Pro koho…) */
h3.ln-section-title {
  font-size: 22px !important;
  font-weight: 700 !important;
  margin: 0 0 12px !important;
  padding-bottom: 6px;
  border-bottom: 2px solid #3c4bc2;
}

/* ---- OBRÁZEK + TEXT ---- */
.ln-imgtext {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 24px !important;
}

.ln-imgtext--reverse {
  flex-direction: row-reverse;
}

.ln-imgtext > div:not(.ln-imgtext__img) {
  flex: 1;
  min-width: 0;
  text-align: left;
}

/* Bez obrázku — text přes celou šířku */
.ln-imgtext--textonly {
  display: block;
}

.ln-imgtext--textonly > div {
  width: 100%;
}

.ln-imgtext__img {
  flex: 0 0 320px;
  border-radius: 12px !important;
  overflow: hidden;
  padding: 0 !important;
}

.ln-imgtext__img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ln-imgtext__title {
  font-size: 16px !important;
  font-weight: 700 !important;
  margin: 0 0 8px !important;
  line-height: 1.4 !important;
}

.ln-imgtext__text {
  font-size: 18px !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

.ln-imgtext__text strong {
  color: #3c4bc2 !important;
}

/* ---- SLOŽENÍ — PILULKY ---- */
.ln-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px !important;
}

.ln-pill {
  background: #fdfcf8;
  border: 1px solid #E6DFCE;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #1a3a38 !important;
}

/* ---- SLOŽENÍ — TABULKA ---- */
.ln-composition {
  border: 1px solid #E6DFCE;
  background: #fdfcf8;
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 8px !important;
}

.ln-composition__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 5px 0;
  border-bottom: 0.5px solid #E6DFCE;
  font-size: 14px !important;
}

.ln-composition__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ln-composition__amount {
  font-weight: 700 !important;
}

/* ---- EU CLAIM ---- */
.ln-eu-claim {
  font-size: 11px !important;
  color: #777777 !important;
  line-height: 1.65 !important;
  margin-bottom: 24px !important;
}

/* ---- JEDNOTNÝ STYL TLAČÍTEK ---- */
.ln-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #3c4bc2 !important;
  text-decoration: none !important;
  background: transparent;
  border: 1px solid #3c4bc2;
  border-radius: 20px;
  padding: 6px 14px;
}

.ln-btn:hover {
  background: #f0f2ff;
}

.ln-btn--blog::before {
  content: "→";
  font-size: 14px !important;
}

.ln-sources {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px !important;
}

/* ---- CLOSING BOX (text nahoře, foto dole s gradientem) ---- */
.ln-closing {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px !important;
  background: #fdfcf8;
  padding: 0 !important;
}

.ln-closing__body {
  padding: 24px 24px 16px;
}

.ln-closing__title {
  font-size: 22px !important;
  font-weight: 700 !important;
  margin: 0 0 8px !important;
}

.ln-closing__text {
  font-size: 18px !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

.ln-closing__img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 100% !important;
  box-sizing: border-box !important;
  position: relative;
  height: 460px;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0;
  line-height: 0;
}

.ln-closing__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
}

.ln-closing__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, #fdfcf8, transparent);
  z-index: 1;
  pointer-events: none;
}

/* ---- INFO BOXY (upozornění, skladování, trvanlivost) ---- */
.ln-info-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px !important;
}

.ln-info-box {
  flex: 1;
  min-width: 160px;
  border: 1px solid #fdfcf8;
  background: #fdfcf8;
  border-radius: 10px;
  padding: 14px 16px;
}

.ln-info-box__label {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #3c4bc2 !important;
  margin-bottom: 6px !important;
}

.ln-info-box__text {
  font-size: 16px !important;
  line-height: 1.6 !important;
}

/* ---- VĚDECKÉ ZDROJE ---- */
.ln-references {
  margin-bottom: 24px !important;
}

.ln-reference {
  padding: 12px 0;
  border-bottom: 0.5px solid #e0e0e0;
  font-size: 12px !important;
  line-height: 1.65 !important;
}

.ln-reference:last-child {
  border-bottom: none;
}

.ln-reference__title {
  font-weight: 700 !important;
  display: block;
  margin-bottom: 2px !important;
}

.ln-reference__links {
  display: flex;
  gap: 8px;
  margin-top: 6px !important;
  flex-wrap: wrap;
}

/* ---- PERSONY (bez fotek) ---- */
.ln-personas {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 24px !important;
}

.ln-persona {
  flex: 1;
  min-width: 140px;
  border: 1px solid #fdfcf8;
  background: #fdfcf8;
  border-radius: 10px;
  padding: 14px;
}

.ln-persona__img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
  margin-bottom: 8px !important;
}

.ln-persona__title {
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
}

.ln-persona__desc {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

/* ---- PERSONY S FOTKOU — styl jako closing box ----
   Text nahoře na pozadí #fdfcf8, foto dole s gradientem.
   Použijte kontejnery ln-personas-img-3 / -4 / -5 pro počet person. ---- */

/* Grid kontejnery pro 3, 4 nebo 5 person */
.ln-personas-img-3,
.ln-personas-img-4,
.ln-personas-img-5 {
  display: grid;
  gap: 12px;
  margin-bottom: 24px !important;
}

.ln-personas-img-3 { grid-template-columns: repeat(3, 1fr); }
.ln-personas-img-4 { grid-template-columns: repeat(4, 1fr); }
.ln-personas-img-5 { grid-template-columns: repeat(5, 1fr); }

/* Karta */
.ln-persona-img__card {
  background: #fdfcf8;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}

.ln-persona-img__body {
  padding: 16px 16px 10px;
  flex: 1;
}

.ln-persona-img__title {
  font-size: 16px !important;
  font-weight: 800 !important;
  margin-bottom: 4px !important;
}

.ln-persona-img__desc {
  font-size: 14px !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

/* Foto s gradientem dole */
.ln-persona-img__foot {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 100% !important;
  box-sizing: border-box !important;
  position: relative;
  height: 180px;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0;
  line-height: 0;
}

/* Img tag se skryje — obrázek vložte jako background-image přímo na div:
   <div class="ln-persona-img__foot" style="background-image: url('...')"></div> */
.ln-persona-img__foot img {
  display: none;
}

.ln-persona-img__foot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to bottom, #fdfcf8, transparent);
  z-index: 1;
  pointer-events: none;
}

/* ---- DÁVKOVÁNÍ ---- */
.ln-dosage {
  border-left: 3px solid #f4ed68;
  padding: 14px 18px;
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin-bottom: 24px !important;
}

/* ---- DISCLAIMER ---- */
.ln-disclaimer {
  font-size: 12px !important;
  color: #999999 !important;
  line-height: 1.65 !important;
  border-top: 1px solid #eeeeee;
  padding-top: 14px;
  margin: 0 !important;
}

/* ---- RESPONZIVITA (mobil) ---- */
@media (max-width: 600px) {
  .ln-imgtext,
  .ln-imgtext--reverse {
    flex-direction: column;
  }

  .ln-imgtext__img {
    flex: none;
    width: 100%;
  }

  .ln-imgtext__img img {
    height: 300px;
    width: 100%;
  }

  .ln-info-box {
    min-width: 100%;
  }

  /* Persony s fotkou — 2 sloupce na mobilu */
  .ln-personas-img-3,
  .ln-personas-img-4,
  .ln-personas-img-5 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Lichý počet (3 a 5) — poslední karta uprostřed, stejně široká */
  .ln-personas-img-3 .ln-persona-img__card:last-child,
  .ln-personas-img-5 .ln-persona-img__card:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 6px);
    margin: 0 auto !important;
  }
}
