/* css override */
#widget-total-discount .widget-sale-discount {
  display: none;
}

.smiley-scale-wrap .sg-button.black {
  width: auto;
  background: #e24a64;
  color: #fff;
  border: 1px solid #e24a64;
  border-radius: 8px;
  padding: 12px 28px;
  font-weight: 600;
}
.smiley-scale-wrap .sg-button.black:hover {
  background: #c9415a;
  border-color: #c9415a;
  color: #fff;
}

/* reference */
.section--text-page .text-page__content .referencies-wrap  h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #4a4a4a;
}.section--text-page .text-page__content .referencies-wrap .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}.section--text-page .text-page__content .referencies-wrap .card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  padding: 0.5rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #dddddd;
}.section--text-page .text-page__content .referencies-wrap .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 12px rgba(0,0,0,0.1);
}.section--text-page .text-page__content .referencies-wrap .card h3 {
  margin: 0 0 5px;
  font-size: 1.25rem;
  color: #4a4a4a;
}.section--text-page .text-page__content .referencies-wrap .reference-text {
  font-size: 0.95rem;
  line-height: 26px;
  color: #555;
  flex-grow: 1;
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 1rem;
}.section--text-page .text-page__content .referencies-wrap .reference-text::before {
  content: '“';
  font-size: 1rem;
  left: 0;
  top: -0.2rem;
  color: #a0aec0;
}.section--text-page .text-page__content .referencies-wrap .reference-text::after {
  content: '”';
  font-size: 1rem;
  right: 0;
  bottom: -30px;
  color: #a0aec0;
}.section--text-page .text-page__content .referencies-wrap .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  /*background-color: #1a1a1a;*/
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}.section--text-page .text-page__content .referencies-wrap .btn:hover {
  background-color: #c9415a;
}.section--text-page .text-page__content .referencies-wrap .btn .arrow {
  margin-left: 0.5rem;
  font-size: 1rem;
}.section--text-page .text-page__content .referencies-wrap .footer {
  text-align: center;
  margin-top: calc(2rem + 20px);
  font-size: 0.875rem;
  color: #666;
}.section--text-page .text-page__content .referencies-wrap .sg-button.black {
    border: 1px solid #e24a64;
    border-radius: 8px;
    margin-top: 10px;
    background: #e24a64;
    color: #fff;
}.section--text-page .text-page__content .referencies-wrap .sg-button.black:hover {
    border-color: #c9415a;
    background: #c9415a;
}

/* video reference */
.section--text-page .text-page__content .videoreferences-wrap {
      max-width: 960px;
      margin: 0 auto;
      padding: 20px;
    }.section--text-page .text-page__content .videoreferences-wrap h2 {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 1.5rem;
    }.section--text-page .text-page__content .videoreferences-wrap .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 1.5rem;
    }.section--text-page .text-page__content .videoreferences-wrap .card {
      background: #fff;
      border-radius: 12px;
      border: 1px solid #dddddd;
      box-shadow: 0 4px 6px rgba(0,0,0,0.05);
      padding: 1rem;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      display: flex;
      flex-direction: column;
    }.section--text-page .text-page__content .videoreferences-wrap .card:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 12px rgba(0,0,0,0.1);
    }.section--text-page .text-page__content .videoreferences-wrap .video-title {
      margin: 0;
      padding: 10px 0 15px;
      font-size: 1rem;
      text-align: left;
    }.section--text-page .text-page__content .videoreferences-wrap .iframe-container {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      margin-bottom: 1rem;
      border-radius: 8px;
      overflow: hidden;
    }.section--text-page .text-page__content .videoreferences-wrap .responsive-iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }.section--text-page .text-page__content .videoreferences-wrap .product-heading {
      margin: 1rem 0 1rem;
      font-size: 0.95rem;
      font-weight: 600;
    }.section--text-page .text-page__content .videoreferences-wrap .product-links {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
      margin-bottom: 1rem;
      justify-content: flex-start;
    }.section--text-page .text-page__content .videoreferences-wrap .product-links a {
      text-transform: uppercase;
    }.section--text-page .text-page__content .videoreferences-wrap .sg-button.black {
    border: 1px solid #e24a64;
    border-radius: 8px;
      text-align: center;
      width: auto;
      justify-content: center;
      margin-top: 0;
      min-height: 40px;
      font-weight: 100;
      background: #e24a64;
      color: #fff;
	}.section--text-page .text-page__content .videoreferences-wrap .sg-button.black:hover {
    border-color: #c9415a;
      background: #c9415a;
	}.section--text-page .text-page__content .videoreferences-wrap .product-btn {
      /*background-color: #1a1a1a;*/
      background: #e24a64;
      color: #fff;
      text-decoration: none;
      padding: 0.5rem 0.75rem;
      border-radius: 8px;
      font-size: 0.875rem;
      transition: background-color 0.3s ease;
    }.section--text-page .text-page__content .videoreferences-wrap .product-btn:hover {
      background-color: #c9415a;
    }.section--text-page .text-page__content .videoreferences-wrap .back-link {
      display: inline-block;
      margin-bottom: 1.5rem;
      text-decoration: none;
      font-weight: bold;
      transition: color 0.3s ease;
    }.section--text-page .text-page__content .videoreferences-wrap .back-link:hover {
      color: #c9415a;
    }.section--text-page .text-page__content .videoreferences-wrap .footer {
      text-align: center;
      margin-top: 2rem;
      font-size: 0.875rem;
      color: #666;
    }

/* textové reference */
.section--text-page .text-page__content .text-references-wrap {
  max-width: 960px;
  margin: 0 auto;
}.section--text-page .text-page__content .text-references-wrap h2 {
  text-align: center;
  font-size: 2rem;
  /*margin-bottom: 1.5rem;*/
  padding: 10px 0 0 0;
}.section--text-page .text-page__content .text-references-wrap .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
}.section--text-page .text-page__content .text-references-wrap .card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #dddddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}.section--text-page .text-page__content .text-references-wrap .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}.section--text-page .text-page__content .text-references-wrap .ref-title {
  margin: 0;
  padding: 5px 0 15px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.45;
}.section--text-page .text-page__content .text-references-wrap .ref-content {
  font-size: 0.9rem;
  line-height: 2;
  color: #555;
  flex-grow: 1;
  margin-bottom: 1rem;
  white-space: pre-wrap;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}.section--text-page .text-page__content .text-references-wrap .product-heading {
  margin: 0.75rem 0;
  font-size: 0.95rem;
  font-weight: 600;
}.section--text-page .text-page__content .text-references-wrap .product-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 15px;
}.section--text-page .text-page__content .text-references-wrap .sg-button.black {
    border: 1px solid #e24a64;
    border-radius: 8px;
  text-align: center;
  width: auto;
  justify-content: center;
  margin-top: 0;
  min-height: 40px;
  font-weight: 100;
  background: #e24a64;
  color: #fff;
}.section--text-page .text-page__content .text-references-wrap .sg-button.black:hover {
    border-color: #c9415a;
  background: #c9415a;
}.section--text-page .text-page__content .text-references-wrap .product-btn {
  background-color: #e24a64;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  font-size: 0.875rem;
  transition: background-color 0.3s ease;
}.section--text-page .text-page__content .text-references-wrap .product-btn:hover {
  background-color: #c9415a;
}.section--text-page .text-page__content .text-references-wrap .back-link {
  display: inline-block;
  margin-bottom: 1.5rem;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}.section--text-page .text-page__content .text-references-wrap .back-link:hover {
  color: #e24a64;
}.section--text-page .text-page__content .text-references-wrap .footer {
  text-align: center;
  margin-top: 0;
  font-size: 0.875rem;
  color: #666;
}.section--text-page .text-page__content .text-references-wrap .footer strong span {
  display: block;
  font-weight: 100;
}
/* kontejner pro select */
.section--text-page .text-page__content .text-references-wrap .ref-nav {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
  margin: 0 0 15px 0;
  display: flex;
  justify-content: center;
}.section--text-page .text-page__content .text-references-wrap .ref-nav select {
  max-width: 400px;
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
}
/* zvýrazněná karta */
.section--text-page .text-page__content .text-references-wrap .card.highlight {
  /*border: 2px solid #e24a64 !important;
  box-shadow: 0 0 12px rgba(255, 140, 0, 0.6) !important;*/
  border: 2px solid rgba(0, 144, 209, 0.6) !important;
  box-shadow: 0 0 12px rgba(0, 144, 209, 0.6) !important;
  transition: border 0.3s, box-shadow 0.3s;
  background: #f8f8f8;
}.section--text-page .text-page__content .text-references-wrap .card:hover {
  background: #f8f8f8;
}.section--text-page .text-page__content .text-references-wrap .scroll-to-dropdown {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 48px;
  height: 48px;
  background-color: #e24a64;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 999;
  transition: opacity 0.3s ease;
  opacity: 0.8;
}.section--text-page .text-page__content .text-references-wrap .scroll-to-dropdown:hover {
  opacity: 1;
}.section--text-page .text-page__content .text-references-wrap .scroll-to-dropdown svg {
  width: 24px;
  height: 24px;
  fill: none;
}.section--text-page .text-page__content .text-references-wrap .scroll-to-dropdown path {
  stroke: #fff;
}
  /* pole pro hledání vedle selectu */
.section--text-page .text-page__content .text-references-wrap .ref-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}.section--text-page .text-page__content .text-references-wrap #refSearch {
  flex: 1 1 200px;
  padding: 0.5em;
  font-size: 0.9rem;
  border: 1px solid #ccc;
  border-radius: 8px;
}
/* responsivita – na malých obrazovkách zúžit výšku menu */
@media (max-width: 480px) {
    .section--text-page .text-page__content .text-references-wrap .ref-nav select,
    .section--text-page .text-page__content .text-references-wrap #refSearch {
    flex: 1 1 100%;
  }
}
  /* ===== Nové styly pro vyhledávací pole a select ===== */
.section--text-page .text-page__content .text-references-wrap .controls {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1.5rem 0;
}.section--text-page .text-page__content .text-references-wrap #searchInput {
  flex: 1;
  min-width: 200px;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.2;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
/* placeholder barva */
.section--text-page .text-page__content .text-references-wrap #searchInput::placeholder {
  color: #999;
}
/* focus efekt */
.section--text-page .text-page__content .text-references-wrap #searchInput:focus
.section--text-page .text-page__content .text-references-wrap #refSelector:focus {
  /*outline: none;
  border-color: #b33749;
  box-shadow: 0 0 0 3px rgba(39,66,97,0.2);*/
}.section--text-page .text-page__content .text-references-wrap #refSelector {
  flex: 1;
  min-width: 200px;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.2;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='6'><path d='M0 0 L6 6 L12 0 Z' fill='%23333'/></svg>");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 6px;
  cursor: pointer;
}
@media (min-width: 768px) {
    /*.text-references-wrap #refSelector {
      flex: 1;
      min-width: 200px;
      padding: 0.5rem 0.75rem;
      font-size: 0.9rem;
      line-height: 1.2;
      color: #333;
      background-color: #fff;
      border: 1px solid #ccc;
      border-radius: 8px;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
      box-sizing: border-box;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
      background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='6'><path d='M0 0 L6 6 L12 0 Z' fill='%23333'/></svg>");
      background-repeat: no-repeat;
      background-repeat: no-repeat;
      background-position: right 12px center;
      background-size: 12px 6px;
    }*/
}
/* responzivní úprava: na mobilu se oba prvky natáhnou na 100% */
@media (max-width: 768px) {
    /*.text-references-wrap #refSelector {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 44px;
    padding: 0 40px 0 12px;
    font-size: 16px;
    color: #000;
    background-color: #e24a64;
    border: 1px solid #e24a64;
    border-radius: 8px;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='6'><path d='M0 0 L6 6 L12 0 Z' fill='%23333'/></svg>");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 6px;*/
  }
@media (max-width: 600px) {
    .section--text-page .text-page__content .text-references-wrap .controls {
    flex-direction: column;
  }
    .section--text-page .text-page__content .text-references-wrap #searchInput,
    .section--text-page .text-page__content .text-references-wrap #refSelector {
    min-width: auto;
  }
    .section--text-page .text-page__content .text-references-wrap #searchInput {
      width: auto;
    display: block;
    }
}.section--text-page .text-page__content .text-references-wrap .scroll-to-dropdown {
  position: fixed; bottom: 20px; right: 20px;
  background: #b33749; border-radius: 50%;
  width: 48px; height: 48px;
  align-items: center; justify-content: center;
  display: none; cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* FOTO reference */
.section--text-page .text-page__content .photo-references-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}.section--text-page .text-page__content .photo-references-wrap .sub h2
.section--text-page .text-page__content .photo-references-wrap h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}.section--text-page .text-page__content .photo-references-wrap .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
}.section--text-page .text-page__content .photo-references-wrap .card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #dddddd;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  padding: 1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}.section--text-page .text-page__content .photo-references-wrap .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 12px rgba(0,0,0,0.1);
}.section--text-page .text-page__content .photo-references-wrap .photo-image {
  width: 100%;
  height: 250px;
  max-height: 250px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 1rem;
}.section--text-page .text-page__content .photo-references-wrap .photo-title {
  margin: -10px 0 20px;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
}.section--text-page .text-page__content .photo-references-wrap .more-button-wrapper {
  margin-top: auto;
  width: 100%;
}.section--text-page .text-page__content .photo-references-wrap .sg-button.black {
    border: 1px solid #e24a64;
    border-radius: 8px;
    background: #e24a64;
    width: 200px;
    justify-content: center;
    border-radius: 8px;
    margin: 10px 0;
}.section--text-page .text-page__content .photo-references-wrap .sg-button.black:hover {
    border-color: #c9415a;
  background-color: #c9415a;
}.section--text-page .text-page__content .photo-references-wrap .back-link {
  display: inline-block;
  margin-bottom: 1.5rem;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}.section--text-page .text-page__content .photo-references-wrap .back-link:hover {
  color: #c9415a;
}.section--text-page .text-page__content .photo-references-wrap .footer {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.875rem;
  color: #666;
}



/* ========================================
===============   FUNNELS   ===============
======================================== */

/* Proměnné pouze ve scope .lavy-funnel */
.lavy-funnel {
    --accent: #e24a64;
    --accent-2: #F59184;
    --dark: #222222;
    --grey: #f5f5f5;
    --white: #ffffff;
    --muted: #6b7280;
}

.lavy-funnel,
.lavy-funnel * {
    box-sizing: border-box;
}

.lavy-funnel *,
.lavy-funnel *::before,
.lavy-funnel *::after {
    margin: 0;
    padding: 0;
}

.lavy-funnel {
    font-family: 'Poppins', system-ui, sans-serif;
    color: var(--dark);
    line-height: 1.6;
    background: var(--white);
}

/* ======================================================
   ShopFocus override — skryje prvky e-shopu, funnel na celou šířku
   (cíleno na body/html jen pokud obsahují .lavy-funnel)
====================================================== */
html:has(.lavy-funnel) {
    font-size: 18px;
}

body:has(.lavy-funnel) .site-header,
body:has(.lavy-funnel) .site-footer,
body:has(.lavy-funnel) .top-banner,
body:has(.lavy-funnel) .breadcrumbs-nav,
body:has(.lavy-funnel) .page-head,
body:has(.lavy-funnel) .footer-sections,
body:has(.lavy-funnel) #smartsupp-widget-container,
body:has(.lavy-funnel) #chat-application-iframe {
    display: none !important;
}

body:has(.lavy-funnel) .site-main,
body:has(.lavy-funnel) .section--text-page,
body:has(.lavy-funnel) .section--text-page .section__inner,
body:has(.lavy-funnel) .text-page,
body:has(.lavy-funnel) .text-page__content,
body:has(.lavy-funnel) .text-page__content .ckeditor {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
    background: transparent !important;
    display: block !important;
    border: 0 !important;
    box-shadow: none !important;
}

body:has(.lavy-funnel) {
    background: var(--bg, #f7f5f0) !important;
    overflow-x: hidden !important;
}

.lavy-funnel {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: none !important;
}

/* ======================================================
   iCheck fix — CMS plugin přepisuje naše checkboxy
====================================================== */
.lavy-funnel .icheckbox_square-black {
    position: static !important;
    display: inline !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.lavy-funnel .iCheck-helper {
    display: none !important;
}

.lavy-funnel section.rapport li::before {
    display: none !important;
}

.lavy-funnel section.rapport label:has(input:checked) span {
    background: var(--accent) !important;
}

.lavy-funnel section.rapport label:has(input:checked) span::after {
    display: block !important;
}

/* ======================================================
   Typografie
====================================================== */
.lavy-funnel h1,
.lavy-funnel h2,
.lavy-funnel h3,
.lavy-funnel h4 {
    /* font-family: 'Merriweather', serif !important; */
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 1.5rem;
    color: inherit;
}

.lavy-funnel h1 { font-size: 2.5rem !important; }
.lavy-funnel h2 { font-size: 2rem !important; }
.lavy-funnel h3 { font-size: 1.4rem !important; }
.lavy-funnel h4 { font-size: 1.15rem !important; }

.lavy-funnel p {
    margin-bottom: 1rem;
}

.lavy-funnel p,
.lavy-funnel li,
.lavy-funnel dd,
.lavy-funnel td,
.lavy-funnel blockquote,
.lavy-funnel cite,
.lavy-funnel label {
    font-size: 18px;
}

.lavy-funnel th {
    font-size: 18px;
    letter-spacing: .3px;
}

.lavy-funnel strong {
    color: inherit;
}

.lavy-funnel a {
    color: inherit;
    text-decoration: none !important;
}

.no-touch .lavy-funnel a:hover {
    color: var(--white);
    text-decoration: underline !important;
}

.lavy-funnel ul li::before {
    font-family: inherit !important;
}

.lavy-funnel section.testimonials ul li::before {
    content: none !important;
}

/* ======================================================
   Tables (scoped na .lavy-funnel)
====================================================== */
.lavy-funnel table {
    width: 100%;
    border-collapse: collapse;
    margin: 2.5rem 0;
    background: var(--white);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .05);
    border-radius: 8px;
    overflow: hidden;
}

.lavy-funnel th,
.lavy-funnel td {
    padding: 1.2rem 1.5rem;
    text-align: left;
    border: none !important;
    border-bottom: 1px solid #eee !important;
    line-height: 1.4;
}

.lavy-funnel th {
    background: var(--accent);
    color: var(--white);
    font-weight: 500;
    border-bottom: none !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.lavy-funnel tr:last-child td,
.lavy-funnel table tr:last-child td {
    border-bottom: none !important;
}

/* ======================================================
   Layout
====================================================== */
.lavy-funnel header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 1.5rem 2rem;
    z-index: 10;
}

.lavy-funnel .logo {
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 700;
    /* font-family: 'Merriweather', serif; */
    letter-spacing: 1px;
}

.lavy-funnel .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 2rem;
}

/* ======================================================
   HERO — pozadí přes CSS proměnnou --hero-bg, posun přes --hero-pos
====================================================== */
.lavy-funnel section.hero {
    height: 100vh;
    background: linear-gradient(to right, rgba(74, 74, 74, .9), rgba(74, 74, 74, .5)),
                var(--hero-bg, none) var(--hero-pos, center)/cover;
    display: flex;
    align-items: center;
    color: var(--white);
    padding: 0 2rem;
}

/* Per-page hero obrázky */
.lavy-funnel section.hero.hero--nose {
    --hero-bg: url('/upload/images/funnels/nose/zena-si-drzi-nos.jpg');
}

.lavy-funnel section.hero.hero--klouby {
    --hero-bg: url('/upload/images/funnels/klouby/klouby-hero-green.jpeg');
    --hero-pos: 63% center;
}

.lavy-funnel section.hero.hero--alergie {
    --hero-bg: url('/upload/images/funnels/alergie/alergie-hero.jpg');
    --hero-pos: 78% center;
}

.lavy-funnel section.hero.hero--pets {
    --hero-bg: url('/upload/images/funnels/pets/pets-hero.jpg');
}

.lavy-funnel section.hero .container {
    max-width: 600px;
    padding: 0;
    margin: 0;
}

.lavy-funnel section.hero h1 {
    font-size: 3rem !important;
    margin-bottom: .5rem;
}

.lavy-funnel section.hero p:first-of-type {
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--accent-2);
    margin-bottom: 2rem;
}

.lavy-funnel section.hero p:nth-of-type(2) {
    font-style: italic;
    color: #e0e0e0;
    font-size: 1.1rem;
}

.lavy-funnel section.hero p:last-child {
    margin-top: 3rem;
    font-weight: 500;
    color: var(--accent-2);
}

/* Hero — class-based varianty (alternativa k positional selectors výše) */
.lavy-funnel section.hero p.subtitle {
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--accent-2);
    margin-bottom: 1rem;
}

.lavy-funnel section.hero p.lead {
    font-size: 1.1rem;
    font-style: normal;
    color: #e8e8e8;
    margin-bottom: 2.5rem;
    line-height: 1.5;
}

.lavy-funnel section.hero p.cta-meta {
    margin-top: 1.2rem;
    margin-bottom: 0;
    font-size: .85rem;
    color: #e0e0e0;
    opacity: .9;
}

/* ======================================================
   STORY
====================================================== */
.lavy-funnel section.story {
    background: #ffe8ee;
}

.lavy-funnel section.story h2 {
    font-size: 1.8rem !important;
    text-align: center;
}

.lavy-funnel section.story blockquote {
    font-size: 1.1rem;
    font-weight: 300;
    position: relative;
    padding-left: 3rem;
    border-left: 3px solid var(--accent);
}

.lavy-funnel section.story blockquote::before {
    content: '"';
    position: absolute;
    left: 1rem;
    top: -10px;
    font-size: 3rem;
    color: var(--accent);
    /* font-family: 'Merriweather', serif; */
    line-height: 1;
    opacity: .3;
}

.lavy-funnel section.story blockquote footer {
    margin-top: 1rem;
    text-align: right;
    font-size: .95rem;
    font-weight: 600;
    color: #6b7280;
}

/* ======================================================
   RAPPORT (checkboxy)
====================================================== */
.lavy-funnel section.rapport {
    background: var(--white);
}

.lavy-funnel section.rapport ul {
    list-style: none;
    margin: 2rem 0;
}

.lavy-funnel section.rapport li {
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
}

.lavy-funnel section.rapport label {
    display: inline-block;
    position: relative;
    padding-left: 2.5rem;
    cursor: pointer;
    font-size: 1.1rem;
    user-select: none;
}

.lavy-funnel section.rapport input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.lavy-funnel section.rapport label span {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background: var(--white);
    border: 2px solid var(--accent);
    border-radius: 4px;
}

.lavy-funnel section.rapport input:checked ~ span {
    background: var(--accent);
}

.lavy-funnel section.rapport label span::after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.lavy-funnel section.rapport input:checked ~ span::after {
    display: block;
}

.lavy-funnel section.rapport p:last-child {
    margin-top: 2rem;
    font-weight: 600;
    color: var(--accent);
    font-size: 1.1rem;
}

/* ======================================================
   PROBLEM
====================================================== */
.lavy-funnel section.problem {
    background: var(--grey);
}

.lavy-funnel section.problem h2 {
    font-size: 2rem !important;
    margin-bottom: 2rem;
}

.lavy-funnel section.problem .principle {
    background: var(--white);
    padding: 1rem;
    border-radius: 4px;
    display: inline-block;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .02);
    font-weight: 500;
}

.lavy-funnel section.problem ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
}

.lavy-funnel section.problem ul li {
    margin-bottom: .8rem;
    padding-left: 2rem;
    position: relative;
}

.lavy-funnel section.problem ul li::before {
    content: "✓";
    color: var(--accent);
    font-weight: bold;
    position: absolute;
    left: 0;
}

.lavy-funnel section.problem .emphasized {
    text-align: center;
    font-weight: 600;
    margin-bottom: 2rem;
    /* font-family: 'Merriweather', serif; */
    color: var(--accent);
}

/* Plain bullet list — pro vý�?et "běžných (špatných) řešení" bez ✓ checkmarků */
.lavy-funnel ul.plain-list {
    list-style: disc;
    margin: 1.5rem 0 2rem 2rem;
}

.lavy-funnel ul.plain-list li {
    margin-bottom: .5rem;
    padding-left: 0;
    position: static;
}

.lavy-funnel ul.plain-list li::before {
    content: none !important;
}

/* ======================================================
   PAIN
====================================================== */
.lavy-funnel section.pain {
    background: var(--dark);
    color: var(--white);
}

.lavy-funnel section.pain h2 {
    color: var(--white);
}

.lavy-funnel section.pain h3 {
    color: var(--accent-2);
}

.lavy-funnel section.pain blockquote {
    font-size: 1.6rem;
    font-style: italic;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    padding: 2.5rem 0;
    margin: 3rem 0;
    color: var(--accent-2);
}

.lavy-funnel section.pain ul {
    list-style: none;
    margin-left: 1rem;
    margin-bottom: 3rem;
}

.lavy-funnel section.pain ul li {
    margin-bottom: .8rem;
    padding-left: 1.5rem;
    position: relative;
}

.lavy-funnel section.pain ul li::before {
    content: "•";
    color: var(--accent-2);
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -4px;
}

.lavy-funnel section.pain p:last-child {
    font-size: 1.1rem;
    opacity: .9;
}

.lavy-funnel section.pain table th {
    background: #222222;
}

/* ======================================================
   VISION
====================================================== */
.lavy-funnel section.vision {
    background: var(--grey);
}

.lavy-funnel section.vision .container {
    display: flex;
    gap: 4rem;
    align-items: center;
}

.lavy-funnel section.vision .container > div {
    flex: 1;
}

.lavy-funnel section.vision figure {
    flex: 1;
    margin: 0;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.lavy-funnel section.vision figure::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(33, 126, 194, 0.25) 0%, rgba(33, 126, 194, 0.05) 60%, transparent 100%);
}

.lavy-funnel section.vision figure img {
    width: 100%;
    display: block;
}

.lavy-funnel section.vision ul {
    list-style: none;
    margin-top: 1.5rem;
}

.lavy-funnel section.vision ul li {
    margin-bottom: .8rem;
    padding-left: 2rem;
    position: relative;
}

.lavy-funnel section.vision ul li::before {
    content: "✓";
    color: var(--accent);
    font-weight: bold;
    position: absolute;
    left: 0;
}

.lavy-funnel section.vision ul.emoji-list {
    list-style: none;
    margin: 1rem 0 1.5rem;
}

.lavy-funnel section.vision ul.emoji-list li {
    margin-bottom: .8rem;
    padding-left: 0;
    position: static;
    font-size: 1.05rem;
}

.lavy-funnel section.vision ul.emoji-list li::before {
    content: none !important;
}

.lavy-funnel section.vision p.closing {
    margin-top: 1.5rem;
    font-style: italic;
    color: var(--accent);
    font-weight: 500;
}

/* ======================================================
   PRODUCT
====================================================== */
.lavy-funnel section.product {
    background: var(--white);
}

.lavy-funnel section.product h2 {
    color: var(--accent);
    text-align: center;
}

.lavy-funnel section.product .container > p:first-of-type {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.lavy-funnel section.product aside {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 8px;
    margin: 2.5rem 0;
    border-top: 4px solid var(--accent);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .02);
}

.lavy-funnel section.product aside h3 {
    font-size: 1.3rem !important;
    margin-bottom: 1rem;
    color: var(--dark);
}

.lavy-funnel section.product aside p {
    margin-bottom: 0;
}

.lavy-funnel section.product .tagline {
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: 3rem;
}

.lavy-funnel section.product ul {
    list-style: none;
    margin-bottom: 3rem;
    font-size: 1.05rem;
}

.lavy-funnel section.product ul li {
    margin-bottom: .8rem;
    padding-left: 2rem;
    position: relative;
}

.lavy-funnel section.product ul li::before {
    content: "✓";
    color: var(--accent);
    font-weight: bold;
    position: absolute;
    left: 0;
}

.lavy-funnel section.product h3.spaced {
    margin-top: 3rem;
}

.lavy-funnel section.product h3.spaced-lg {
    margin-top: 4rem;
}

.lavy-funnel section.product .warning {
    background: var(--grey);
    border-left: 4px solid var(--accent-2);
    padding: 1.2rem;
    border-radius: 4px;
    font-size: .95rem;
}

.lavy-funnel section.product ul.benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0 3rem;
    list-style: none;
}

.lavy-funnel section.product ul.benefits li {
    background: var(--grey);
    padding: 1.5rem;
    border-radius: 8px;
    position: static;
    padding-left: 1.5rem;
}

.lavy-funnel section.product ul.benefits li::before {
    content: none !important;
}

.lavy-funnel section.product ul.benefits h3 {
    font-size: 1.15rem !important;
    margin-bottom: .5rem;
    color: var(--dark);
}

.lavy-funnel section.product ul.benefits p {
    font-size: .95rem;
    margin: 0;
}

.lavy-funnel section.product p.cta-wrap {
    text-align: center;
    margin: 2rem 0 .5rem;
}

.lavy-funnel section.product p.cta-meta {
    text-align: center;
    font-size: .9rem;
    color: var(--muted);
    margin-top: .5rem;
}

/* ======================================================
   TESTIMONIALS
====================================================== */
.lavy-funnel section.testimonials {
    background: var(--grey);
}

.lavy-funnel section.testimonials h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.lavy-funnel section.testimonials .container > p {
    text-align: center;
    opacity: .8;
}

.lavy-funnel section.testimonials ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
    list-style: none;
}

.lavy-funnel section.testimonials article {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .03);
    border-bottom: 3px solid #eee;
    transition: border-bottom-color .2s;
}

.lavy-funnel section.testimonials article:hover {
    border-bottom-color: var(--accent);
}

.lavy-funnel section.testimonials .tag {
    display: inline-block;
    background: #ffe8ee;
    color: var(--accent);
    font-size: .85rem;
    font-weight: 600;
    padding: .3rem .8rem;
    border-radius: 4px;
    margin-bottom: 1rem;
    letter-spacing: .5px;
}

.lavy-funnel section.testimonials .stars {
    color: #f5c542;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.lavy-funnel section.testimonials blockquote {
    font-style: italic;
    margin-bottom: 1.5rem;
}

.lavy-funnel section.testimonials cite {
    font-size: .95rem;
    font-weight: 600;
    color: #6b7280;
    font-style: normal;
}

.lavy-funnel section.testimonials p.badge {
    display: block;
    text-align: center;
    margin-top: 3rem;
    font-size: 1.15rem;
    color: var(--accent);
    font-weight: 600;
}

/* ======================================================
   TRUST — sekce důvěry (split layout s obrázkem, white bg)
====================================================== */
.lavy-funnel section.trust {
    background: var(--white);
}

.lavy-funnel section.trust .container {
    display: flex;
    gap: 4rem;
    align-items: center;
}

.lavy-funnel section.trust .container > div {
    flex: 1;
}

.lavy-funnel section.trust h2 {
    color: var(--accent);
}

.lavy-funnel section.trust figure {
    flex: 1;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.lavy-funnel section.trust figure img {
    width: 100%;
    display: block;
}

/* ======================================================
   FAQ
====================================================== */
.lavy-funnel section.faq {
    background: var(--white);
}

.lavy-funnel section.faq h2 {
    text-align: center;
    margin-bottom: 4rem;
}

.lavy-funnel section.faq dt {
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--accent);
    margin-bottom: .8rem;
    margin-top: 2rem;
}

.lavy-funnel section.faq dt:first-of-type {
    margin-top: 0;
}

.lavy-funnel section.faq dd {
    margin-left: 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

/* ======================================================
   CTA — Objednací tabulka s tla�?ítkem v buňce
====================================================== */
.lavy-funnel section.cta {
    background: var(--dark);
    color: var(--white);
    text-align: center;
}

.lavy-funnel section.cta h2 {
    font-size: 2.5rem !important;
}

.lavy-funnel section.cta .lead {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: .9;
}

.lavy-funnel section.cta .body {
    max-width: 750px;
    margin: 0 auto 3rem;
    opacity: .8;
    font-size: 1.1rem;
}

.lavy-funnel section.cta table {
    color: var(--dark);
    max-width: 850px;
    margin: 3rem auto 2rem;
}

.lavy-funnel section.cta table th {
    background: #222222;
}

.lavy-funnel section.cta tr,
.lavy-funnel section.cta th,
.lavy-funnel section.cta td {
    vertical-align: middle !important;
}

.lavy-funnel section.cta td:last-child {
    color: var(--accent);
    font-weight: 600;
    cursor: pointer;
    text-align: center;
}

.lavy-funnel section.cta .cta-btn {
    vertical-align: middle;
}

.lavy-funnel section.cta .product-note {
    color: var(--muted);
    font-size: 14px;
}

.lavy-funnel .cta-btn {
    display: inline-block;
    background: var(--accent-2) !important;
    color: var(--white) !important;
    font-weight: 600;
    padding: 1em 3.5rem;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(245, 145, 132, .4);
    transition: transform .2s, background-color .2s;
}

.lavy-funnel .cta-btn:hover {
    background: #e28275 !important;
    color: var(--white) !important;
    transform: translateY(-2px);
}

.lavy-funnel section.cta footer {
    margin-top: 4rem;
    font-size: .9rem;
    opacity: .8;
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding-top: 2rem;
}

.lavy-funnel section.cta footer p:first-child {
    color: var(--accent-2);
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.lavy-funnel section.cta footer p:last-child {
    margin-top: 3.5rem;
    opacity: .6;
    line-height: 1.4;
}

.lavy-funnel section.cta p.cta-wrap {
    margin: 1rem 0;
}

.lavy-funnel section.cta .cta-secondary {
    display: inline-block;
    margin-top: .5rem;
    color: var(--white);
    text-decoration: underline !important;
    opacity: .8;
    font-size: 1rem;
}

.lavy-funnel section.cta p.cta-meta {
    margin-top: 1.5rem;
    font-size: .9rem;
    opacity: .8;
}

/* ======================================================
   CLOSING — závěre�?ná věta na samostatné dark sekci
====================================================== */
.lavy-funnel section.closing {
    background: var(--dark);
    color: var(--accent-2);
    padding: 4rem 2rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.lavy-funnel section.closing p {
    font-size: 1.6rem;
    font-style: italic;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
}

/* ======================================================
   Responzivita
====================================================== */
@media (max-width: 768px) {
    .lavy-funnel section.vision .container,
    .lavy-funnel section.trust .container {
        flex-direction: column;
        gap: 2rem;
    }

    .lavy-funnel section.hero {
        padding: 0 1.5rem;
        align-items: flex-end;
        padding-bottom: 3rem;
    }

    .lavy-funnel section.hero .container {
        max-width: 100%;
    }

    .lavy-funnel section.hero h1 {
        font-size: 2rem !important;
        margin-bottom: .75rem;
    }

    .lavy-funnel section.hero p:first-of-type {
        font-size: 1.2rem;
        margin-bottom: 1.2rem;
    }

    .lavy-funnel section.hero p:nth-of-type(2) {
        font-size: 1rem;
    }

    .lavy-funnel section.hero p:last-child {
        margin-top: 1.5rem;
        font-size: .95rem;
    }

    .lavy-funnel section.hero p.subtitle {
        font-size: 1.15rem;
    }

    .lavy-funnel section.hero p.lead {
        font-size: 1rem;
    }

    .lavy-funnel section.closing p {
        font-size: 1.25rem;
    }

    .lavy-funnel .container {
        padding: 3.5rem 1.5rem;
    }

    .lavy-funnel th,
    .lavy-funnel td {
        padding: .8rem 1rem;
        font-size: .9rem;
    }

    .lavy-funnel .cta-btn {
        padding: 1em 1rem;
    }

    .lavy-funnel table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* ========================= */

