/*
Theme Name: Shoptimizer Child Theme
Description: Child theme of Shoptimizer
Author: CommerceGurus
Template: shoptimizer
Version: 1.2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =========================================================
   0) POZNÁMKA
   - Tento soubor je jediný zdroj CSS (nepoužívat už Customizer CSS
     pro stejné věci).
   ========================================================= */

:root {
  /* Promo bar offset under header (used by assets/snippets/promo-bar). */
  --ht-header-offset: 72px;
}

/* Safety guard: never show the legacy injected profile icon in header. */
.main-header .ht-account-icon {
  display: none !important;
}

@media (max-width: 700px) {
  :root {
    --ht-header-offset: 64px;
  }
}

@media (min-width: 771px) {
  #commercegurus-pdp-gallery.cgkit-one-slider .cg-thumb-swiper,
  #commercegurus-pdp-gallery .cg-thumb-swiper.cg-thumbs-count-1 {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  #commercegurus-pdp-gallery.cgkit-one-slider .cg-main-swiper,
  #commercegurus-pdp-gallery.cgkit-one-slider .cg-main-swiper.swiper-container {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
  }

  #commercegurus-pdp-gallery.cgkit-one-slider .swiper-button-next,
  #commercegurus-pdp-gallery.cgkit-one-slider .swiper-button-prev {
    display: none !important;
  }
}


/* =========================================================
   1) KOMPONENTY / CONTENT BLOKY
   ========================================================= */

/* Kurz box */
.kurz-box {
  background: #fff;
  padding: 20px;
  border-left: 4px solid #9c27b0;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  border-radius: 12px;
  text-align: center;
}

/* Global: make author box full width (match content width) */
body .ht-author{
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

/* Global: featured review without frame */
body .ht-featured-review,
body .ht-featured-review--apple{
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Global: remove outer frame around CGKit review wrapper */
body .cgkit-pdp-review,
body .cgkit-pdp-review-mobile,
body .cgkit-pdp-review--mobile,
body .cgkit-pdp-review--text,
body [class*="cgkit-pdp-review"]{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.kurz-box .button {
  background-color: #9c27b0;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

/* Profil box */
.profil-box {
  background: #fff;
  padding: 20px;
  border-left: 4px solid #9c27b0;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  border-radius: 12px;
  text-align: left;
}

.profil-box img {
  border-radius: 50%;
  margin-bottom: 10px;
}

.profil-box p {
  font-size: 16px;
  color: #444;
  margin: 8px 0;
}

.profil-box .button.secondary {
  background: #ddd;
  color: #333;
  padding: 8px 16px;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
}


/* =========================================================
   2) GDPR / FORM – checkbox souhlas
   ========================================================= */

input#custom_gdpr_marketing_consent+span,
input#custom_gdpr_marketing_consent+span *,
input#custom_gdpr_marketing_consent+label,
label[for="custom_gdpr_marketing_consent"],
label[for="custom_gdpr_marketing_consent"] * {
  font-weight: normal !important;
  font-style: normal !important;
}

label[for="custom_gdpr_marketing_consent"] .optional,
.checkbox[data-optional="true"] .optional {
  display: none !important;
}


/* =========================================================
   3) MENU – prvky v menu (sekce, testimonial, CTA button)
   ========================================================= */

.menu-section-title {
  font-size: 12px;
  text-transform: uppercase;
  color: #888;
  margin-top: 20px;
  margin-bottom: 5px;
  letter-spacing: .5px;
}

.menu-testimonial {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #333;
  font-style: italic;
}

.menu-testimonial .stars {
  color: #f5a623;
  font-size: 18px;
  font-style: normal;
  margin-bottom: 5px;
}

.menu-testimonial .author {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 10px;
}

.menu-cta-button {
  display: block;
  text-align: center;
  background-color: #1a936f;
  color: #fff !important;
  padding: 12px;
  border-radius: 6px;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color .3s ease;
}

.menu-cta-button:hover {
  background-color: #157c5a;
}


/* =========================================================
   4) SHOPTIMIZER – MOBILNÍ MENU (barvy + CTA)
   ========================================================= */

.shoptimizer-mobile-menu a,
.shoptimizer-mobile-menu .menu-item a {
  color: #2A6695 !important;
}

.shoptimizer-mobile-menu .stars,
.shoptimizer-mobile-menu .mobile-menu-stars {
  color: #f5a623 !important;
}

.shoptimizer-mobile-menu .menu-cta-button,
.mobile-menu .menu-cta-button {
  background-color: #1a936f !important;
  color: #fff !important;
}

.shoptimizer-mobile-menu .menu-cta-button:hover,
.mobile-menu .menu-cta-button:hover {
  background-color: #157c5a !important;
}

.shoptimizer-mobile-menu .floating-button,
.mobile-menu .floating-button {
  color: #fff !important;
  background-color: #1a936f !important;
}


/* =========================================================
   5) TYPOGRAFIE / SEKCE (About, White, Gray, Carousel)
   ========================================================= */

body {
  --custom-font: 'Montserrat', sans-serif;
}

.about-section,
.white-section,
.gray-section,
.carousel-section {
  font-family: var(--custom-font);
  color: #222;
  padding: 80px 20px;
  text-align: center;
}

.about-section h1,
.white-section h2,
.gray-section h2,
.carousel-section h2 {
  font-size: 32px;
  color: #2a6794;
  margin-bottom: 30px;
}

.about-section p,
.white-section p,
.gray-section p,
.white-section ul,
.gray-section ul {
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
}

.about-portrait {
  max-width: 300px;
  width: 100%;
  border-radius: 12px;
  margin: 40px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

/* Pozadí a přechody */
.about-section {
  background: linear-gradient(to bottom, #f8f9fb, #ffffff);
}

.white-section {
  background: linear-gradient(to bottom, #ffffff, #f8f9fb);
}

.gray-section {
  background: linear-gradient(to bottom, #f8f9fb, #ffffff);
}

.carousel-section {
  background: linear-gradient(to bottom, #ffffff, #f8f9fb);
}


/* =========================================================
   6) SWIPER – Carousel
   ========================================================= */

.carousel-section {
  padding: 60px 20px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.carousel-section h2 {
  font-size: 32px;
  color: #2a6794;
  margin-bottom: 30px;
}

.mySwiper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  transition: transform .3s ease;
}

.swiper-slide img:hover {
  transform: scale(1.03);
}

.swiper-button-next,
.swiper-button-prev {
  color: #2a6794;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width:768px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .carousel-section h2 {
    font-size: 24px;
  }

  .swiper-slide img {
    max-width: 180px;
  }
}


/* =========================================================
   7) BUTTONY (globální)
   ========================================================= */

.btn-main {
  background: #2A6794;
  color: #fff !important;
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .12);
  transition: all .25s ease;
}

.btn-main:hover {
  background: #1f4d70;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .15);
}

.btn-white {
  background: #fff !important;
  color: #2A6794 !important;
}

.btn-white:hover {
  background: #f1f1f1 !important;
}


/* =========================================================
   8) FOOTER – layout widgetů
   ========================================================= */

.site-footer .footer-widgets {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
}

.site-footer .footer-widgets .widget {
  flex: 1 1 0;
  min-width: 260px;
}

@media (min-width:992px) {
  .site-footer .footer-widgets .widget:last-child {
    margin-left: auto;
    text-align: right;
    max-width: 520px;
  }
}

@media (max-width:991px) {
  .site-footer .footer-widgets .widget {
    text-align: center;
  }
}

.site-footer .footer-widgets .widget_text .textwidget {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}

footer .widget_text,
footer .widget_text .textwidget,
footer .widget_text p {
  text-align: center !important;
}


/* =========================================================
   9) PRODUKT – MEDITACE LANDING (JEDINÝ ZDROJ, BEZ DUPLICIT)
   ========================================================= */

/* Shoptimizer wrapper fix jen tam, kde je .meditace-landing (moderní prohlížeče) */
@supports selector(:has(*)) {

  body.single-product #tab-description:has(.meditace-landing),
  body.single-product .woocommerce-Tabs-panel--description:has(.meditace-landing) {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.single-product .woocommerce-tabs__content:has(.meditace-landing)::before,
  body.single-product .woocommerce-tabs__content:has(.meditace-landing)::after,
  body.single-product .product-section--description:has(.meditace-landing)::before,
  body.single-product .product-section--description:has(.meditace-landing)::after {
    display: none !important;
    content: none !important;
    background: none !important;
  }
}

/* Fallback: jen produkt 488 */
body.single-product.postid-488 #tab-description,
body.single-product.postid-488 .woocommerce-Tabs-panel--description {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.single-product.postid-488 .woocommerce-tabs__content::before,
body.single-product.postid-488 .woocommerce-tabs__content::after,
body.single-product.postid-488 .product-section--description::before,
body.single-product.postid-488 .product-section--description::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

/* Landing sekce */
.meditace-landing {
  --c1: #a85e69;
  --c2: #864651;
  --c3: #f6fbff;
  --ink: #0f172a;
  --muted: #64748b;

  font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.55;

  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.06);

  margin: 20px 0;
  padding: 0;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.meditace-landing * {
  box-sizing: border-box;
}

.meditace-landing h1,
.meditace-landing h2,
.meditace-landing h3,
.meditace-landing h4,
.meditace-landing p,
.meditace-landing ul,
.meditace-landing li {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

.meditace-landing p:empty {
  display: none;
}

.meditace-landing .ml-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 16px;
}

/* Hero */
.meditace-landing .ml-hero {
  background: linear-gradient(135deg, var(--c1), var(--c2));
  color: #fff;
  padding: 26px 0;
}

.meditace-landing .ml-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.meditace-landing .ml-hero-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.meditace-landing .ml-eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-weight: 600;
  background: rgba(255, 255, 255, .16);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  white-space: nowrap;
}

.meditace-landing .ml-title {
  font-size: 26px;
  line-height: 1.18;
  letter-spacing: -.02em;
  margin: 12px 0 10px;
}

.meditace-landing .ml-sub {
  font-size: 15px;
  opacity: .95;
  margin: 0 0 14px;
  max-width: 40rem;
}

/* Badges jako chips */
.meditace-landing .ml-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 16px;
}

.meditace-landing .ml-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.3;
  width: auto;
  white-space: normal;
}

/* Pricebox */
.meditace-landing .ml-pricebox {
  margin: 12px 0 0;
  background: #fff;
  color: var(--ink);
  border: 1px solid #e6eef6;
  border-radius: 14px;
  padding: 14px 14px 16px;
  max-width: 320px;

  display: flex;
  flex-direction: column;
  gap: 10px;
}

.meditace-landing .p-eyebrow {
  font-weight: 800;
  color: var(--c2);
  font-size: 12px;
}

.meditace-landing .p-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.meditace-landing .p-now {
  font-size: 24px;
  font-weight: 900;
  color: var(--c2);
}

.meditace-landing .p-note {
  font-size: 12px;
  color: var(--muted);
}

/* CTA finální: full width v rámci priceboxu */
.meditace-landing .ml-pricebox .ml-cta {
  -webkit-appearance: none;
  appearance: none;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  width: 100%;
  max-width: none;
  margin: 0;

  min-height: 52px;
  padding: 14px 16px;
  line-height: 1;
  font-size: 16px;
  font-weight: 800;

  border-radius: 999px;

  background: #864651;
  color: #fff;
  text-decoration: none;

  box-shadow: 0 10px 20px rgba(15, 23, 42, .18);
}

.meditace-landing .ml-pricebox .ml-cta:hover {
  filter: brightness(1.06);
}

.meditace-landing .ml-support {
  margin-top: 10px;
  font-size: 12px;
  color: #0b0f16;
  max-width: 22rem;
}

.meditace-landing .ml-hero-visual {
  margin-top: 10px;
  text-align: center;
}

.meditace-landing .ml-hero-visual img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  display: block;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .35);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
  object-fit: cover;
}

/* Sekce */
.meditace-landing .ml-sec {
  padding: 26px 16px;
  border-top: 1px solid #eef2f7;
  background: #fff;
}

.meditace-landing .ml-sec h3 {
  font-size: 20px;
  margin: 0 0 12px;
  color: var(--c2);
}

/* Větší odstup mezi sekcemi v rámci .ml-sec */
.meditace-landing .ml-sec h3 + .ml-included,
.meditace-landing .ml-sec h3 + .ml-list {
  margin-top: 12px;
}

.meditace-landing .ml-included + h3,
.meditace-landing .ml-list + h3 {
  margin-top: 18px;
}

.meditace-landing .ml-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.meditace-landing .ml-card {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 14px;
  padding: 14px;
}

.meditace-landing .ml-high {
  background: var(--c3);
  border: 1px dashed #dbe7f5;
}

.meditace-landing .ml-list {
  display: grid;
  gap: 10px;
}

.meditace-landing .ml-list li {
  list-style: none;
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 12px;
  padding: 12px 14px;
}

/* Témata – tahák (číslované, výraznější karty) */
.meditace-landing .ml-list--topics{
  counter-reset: topic;
  gap: 12px;
}

.meditace-landing .ml-list--topics li{
  position: relative;
  padding: 16px 16px 16px 58px;
  border-radius: 16px;
  border: 1px solid rgba(168, 94, 105, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #faf7f7 100%);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.meditace-landing .ml-list--topics li::before{
  counter-increment: topic;
  content: counter(topic, decimal-leading-zero);
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(168, 94, 105, 0.12);
  border: 1px solid rgba(168, 94, 105, 0.28);
  color: #a85e69;
  font-weight: 700;
  font-size: 12px;
  display: grid;
  place-items: center;
}

.meditace-landing .ml-list--topics li::after{
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(168, 94, 105, 0.65), rgba(168, 94, 105, 0.12));
}

@media (max-width: 480px){
  .meditace-landing .ml-list--topics li{
    padding: 14px 14px 14px 52px;
  }
  .meditace-landing .ml-list--topics li::before{
    width: 26px;
    height: 26px;
    font-size: 11px;
    left: 14px;
  }
}

/* Brand highlight pro posledni "tahak" polozku */
.meditace-landing .ml-list .ml-list-more{
  list-style: none;
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--c2, #9b6068) 12%, white) !important;
  border: 1px solid color-mix(in srgb, var(--c2, #9b6068) 28%, white) !important;
  color: color-mix(in srgb, var(--c2, #9b6068) 70%, black) !important;
  font-weight: 600;
  pointer-events: none;
  cursor: default;
}

.meditace-landing .ml-list .ml-list-more::marker{
  content: "";
}

/* Fallback + non-scoped variant (kdyz list neni uvnitr .meditace-landing) */
.ml-list .ml-list-more{
  list-style: none;
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(155, 96, 104, 0.12) !important;
  border: 1px solid rgba(155, 96, 104, 0.28) !important;
  color: #5a2f34 !important;
  font-weight: 600;
  pointer-events: none;
  cursor: default;
}

.ml-list .ml-list-more::marker{
  content: "";
}

/* Zachovat brand highlight i pri kliknuti / vyberu */
.meditace-landing .ml-list .ml-list-more:active,
.meditace-landing .ml-list .ml-list-more.is-selected,
.ml-list .ml-list-more:active,
.ml-list .ml-list-more.is-selected{
  background: rgba(155, 96, 104, 0.12) !important;
  border: 1px solid rgba(155, 96, 104, 0.28) !important;
  color: #5a2f34 !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.10) !important;
}

/* Final override: vzdy brand highlight pro "A mnoho dalsiho!" */
.meditace-landing .ml-list li.ml-list-more,
.ml-list li.ml-list-more{
  background: rgba(155, 96, 104, 0.12) !important;
  background-color: rgba(155, 96, 104, 0.12) !important;
  border: 1px solid rgba(155, 96, 104, 0.28) !important;
  color: #5a2f34 !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.10) !important;
}

.meditace-landing .ml-list li.ml-list-more.is-selected,
.ml-list li.ml-list-more.is-selected{
  background: rgba(155, 96, 104, 0.12) !important;
  background-color: rgba(155, 96, 104, 0.12) !important;
  border-color: rgba(155, 96, 104, 0.28) !important;
  color: #5a2f34 !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.10) !important;
}


.meditace-landing .ml-included {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.meditace-landing .ml-inc {
  background: var(--c3);
  border: 1px solid #dbe7f5;
  border-radius: 12px;
  padding: 12px;
}

.meditace-landing .ml-proof {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.meditace-landing .ml-grid--2{
  grid-template-columns: 1fr;
}

@media (min-width: 701px){
  .meditace-landing .ml-grid--2{
    grid-template-columns: repeat(2, 1fr);
  }
}

.meditace-landing .ml-facts{
  background: #f7f9fc;
  border: 1px solid var(--soft);
  border-radius: 16px;
  padding: 16px;
}

.meditace-landing .ml-facts .ml-list{
  margin: 0;
}

.meditace-landing .ml-facts__refs{
  font-size: 12px;
  color: var(--muted);
  margin-top: 10px;
}

.meditace-landing .ml-facts__refs a{
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.meditace-landing .ml-faq details{
  border: 1px solid var(--soft);
  border-radius: 12px;
  padding: 12px 14px;
  background: #fff;
}

.meditace-landing .ml-faq details + details{
  margin-top: 8px;
}

.meditace-landing .ml-faq summary{
  cursor: pointer;
  font-weight: 700;
}

.meditace-landing .ml-faq details[open]{
  background: #f8fafc;
  border-color: rgba(47, 114, 255, 0.2);
}

.meditace-landing .ml-cta-block{
  text-align: center;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid var(--soft);
  background: #f7f8fb;
}

.meditace-landing .ml-cta-block .ml-cta{
  max-width: 360px;
  margin: 8px auto 0;
}

.meditace-landing .ml-quote {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 14px;
  padding: 14px;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.meditace-landing .ml-quote:hover{
  transform: translateY(-1px);
  border-color: rgba(134, 70, 81, .22);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.10);
}

.meditace-landing .ml-quote:active{
  transform: translateY(0);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.meditace-landing .ml-quote small {
  color: var(--muted);
  font-weight: 600;
}

.meditace-landing .ml-kpis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  text-align: center;
}

.meditace-landing .ml-kpi {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 12px;
  padding: 10px;
}

.meditace-landing .ml-kpi b {
  font-size: 16px;
  color: var(--c2);
}

.meditace-landing .ml-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  counter-reset: ml-step;
}

.meditace-landing .ml-step {
  background: #fff;
  border: 1px dashed #dbe7f5;
  border-radius: 12px;
  padding: 10px 12px 10px 52px;
  font-size: 14px;
  position: relative;
}

.meditace-landing .ml-step::before{
  counter-increment: ml-step;
  content: counter(ml-step);
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(134, 70, 81, 0.08);
  border: 1px solid rgba(134, 70, 81, 0.18);
  color: #864651;
  font-weight: 800;
  font-size: 12px;
}

/* =========================
   Trust badges (Cart + Checkout)
   ========================= */
.woocommerce-cart .ht-trust-badges,
.woocommerce-checkout .ht-trust-badges {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  text-align: center;
}

.ht-trust-badges__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  flex-direction: row;
}

.ht-trust-badges__logo {
  height: 18px;
  width: auto;
  opacity: 0.72;
  filter: grayscale(100%);
  transition: opacity .2s ease, filter .2s ease, transform .2s ease;
}

/* Pokud jsou loga vlozena jako <img> bez tridy */
.ht-trust-badges__row img,
.ht-trust-badges__row svg{
  display: inline-block;
  height: 18px;
  width: auto;
  opacity: 0.72;
  filter: grayscale(100%);
  transition: opacity .2s ease, filter .2s ease, transform .2s ease;
}

.ht-trust-badges__row img:hover,
.ht-trust-badges__row svg:hover{
  opacity: 1;
  filter: grayscale(0%);
  transform: translateY(-1px);
}

.ht-trust-badges__logo:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: translateY(-1px);
}

.ht-trust-badges__note {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.75;
}

@media (max-width: 480px) {
  .ht-trust-badges__row { gap: 12px; }
  .ht-trust-badges__logo { height: 17px; }
}

/* Mobil */
@media (max-width:480px) {
  .meditace-landing .ml-title {
    font-size: 22px;
  }

  .meditace-landing .ml-sub {
    font-size: 14px;
  }

  .meditace-landing .ml-badge {
    font-size: 12px;
    padding: 6px 10px;
  }

  .meditace-landing .ml-pricebox {
    max-width: 100%;
    padding: 12px;
  }
}

/* Desktop */
@media (min-width:701px) {
  .meditace-landing .ml-wrap {
    padding: 28px 20px;
  }

  .meditace-landing .ml-hero {
    padding: 32px 0;
  }

  .meditace-landing .ml-hero-inner {
    padding: 0 22px;
  }

  .meditace-landing .ml-title {
    font-size: clamp(28px, 3.4vw, 40px);
  }

  .meditace-landing .ml-sub {
    font-size: clamp(16px, 2vw, 19px);
  }

  .meditace-landing .ml-hero-grid {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }

  .meditace-landing .ml-hero-copy {
    flex: 1.2;
  }

  .meditace-landing .ml-hero-visual {
    flex: 0.9;
  }

  .meditace-landing .ml-sec h3 {
    font-size: clamp(22px, 2.5vw, 28px);
  }

  .meditace-landing .ml-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .meditace-landing .ml-included {
    grid-template-columns: repeat(2, 1fr);
  }

  .meditace-landing .ml-proof {
    grid-template-columns: repeat(3, 1fr);
  }

  .meditace-landing .ml-kpis {
    grid-template-columns: repeat(4, 1fr);
  }

  .meditace-landing .ml-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* =========================
   CTA FIX: stabilní centrování (flex + reset)
   ========================= */

.meditace-landing .ml-pricebox .ml-cta {
  /* box */
  width: 100% !important;
  box-sizing: border-box !important;

  /* vzhled */
  background: linear-gradient(180deg, #ffffff 0%, #fbf7f8 100%) !important;
  color: #864651 !important;
  border: 2px solid rgba(134, 70, 81, .22) !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 24px rgba(15, 23, 42, .12) !important;

  /* reset link stylů */
  text-decoration: none !important;

  /* layout: jisté centrování */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  text-indent: 0 !important;

  /* typografie */
  font-weight: 900 !important;
  font-size: 16px !important;
  letter-spacing: 0.01em !important;
  line-height: 1 !important;

  /* pevná výška bez hacků */
  min-height: 58px !important;
  padding: 0 18px 6px !important;
}

/* Shoptimizer někdy přidá podtržení nebo vnitřní bloky */
.meditace-landing .ml-pricebox .ml-cta,
.meditace-landing .ml-pricebox .ml-cta:link,
.meditace-landing .ml-pricebox .ml-cta:visited {
  text-decoration: none !important;
}

/* Vnitřní elementy: ať nezlobí */
.meditace-landing .ml-pricebox .ml-cta>* {
  display: inline !important;
  position: static !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.meditace-landing .ml-pricebox .ml-cta br {
  display: none !important;
}

/* Pseudo-elementy pryč (kdyby theme přidávala ikonku) */
.meditace-landing .ml-pricebox .ml-cta::before,
.meditace-landing .ml-pricebox .ml-cta::after {
  content: none !important;
  display: none !important;
}

/* Woo: skrýt množství u všech produktů (jen tlačítko Přidat do košíku) */
body.single-product form.cart .quantity {
  display: none !important;
}

body.single-product form.cart .single_add_to_cart_button {
  margin-left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  display: block !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #35c25e 0%, #22a84f 100%) !important;
  border: 1px solid rgba(20, 83, 45, 0.25) !important;
  box-shadow: 0 14px 28px rgba(34, 168, 79, 0.28), 0 2px 0 rgba(20, 83, 45, 0.25) !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  letter-spacing: 0.01em !important;
  color: #fff !important;
  padding: 18px 24px 34px !important;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

/* ===== CTA se subtextem (vyšší konverze) ===== */
body.single-product form.cart .single_add_to_cart_button {
  position: relative;
  height: auto !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  line-height: 1.15 !important;
  padding: 16px 24px 14px !important; /* místo pro subtext */
}

body.single-product form.cart .single_add_to_cart_button::after {
  content: "Okamžitý přístup po zaplacení • MP3 ke stažení";
  position: static;
  display: block;
  margin-top: 2px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  opacity: .92;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.02em;
}

body.single-product form.cart .single_add_to_cart_button:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 18px 36px rgba(34, 168, 79, 0.32), 0 3px 0 rgba(20, 83, 45, 0.28) !important;
}

body.single-product form.cart .single_add_to_cart_button:active {
  transform: translateY(0);
  filter: brightness(0.98);
}

@media (min-width:900px) {
  body.single-product form.cart {
    max-width: 760px;
    margin: 16px auto 0;
  }

  body.single-product .ht-premium {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ===== HT Premium (short description) – Apple-like minimal ===== */
.ht-premium{
  --ink:#0f172a;
  --muted:#475569;
  --line:rgba(15,23,42,.10);
  --soft:rgba(15,23,42,.04);

  margin: 18px 0;
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(15,23,42,.08);
  color: var(--ink);
}

.ht-premium__kicker{
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}

.ht-premium__headline{
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--ink);
}

.ht-premium__text{
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

.ht-premium__bullets{
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--soft);
  padding-top: 12px;
}

.ht-premium__bullet{
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--soft);
  background: #fff;
  font-size: 14px;
  color: var(--ink);
}

.ht-premium__bullet strong{
  font-weight: 800;
}

@media (max-width:480px){
  .ht-premium{ padding: 14px; border-radius: 14px; }
  .ht-premium__headline{ font-size: 18px; }
}

/* ===== Scroll progress to top ===== */
.ht-scrolltop {
  --progress: 0%;
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: conic-gradient(#864651 var(--progress), rgba(134, 70, 81, .18) 0);
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .18);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease, filter .2s ease;
  z-index: 9999;
}

.ht-scrolltop::before {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, .1);
  place-self: center;
}

.ht-scrolltop__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  place-items: center;
  z-index: 1;
  color: #864651;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  transform: translateY(-1px);
  pointer-events: none;
}

.ht-scrolltop.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (hover:hover) {
  .ht-scrolltop:hover {
    filter: brightness(1.03);
    box-shadow: 0 14px 28px rgba(15, 23, 42, .2);
  }
}

@media (max-width:480px) {
  .ht-scrolltop {
    right: 12px;
    bottom: 12px;
  }
}

/* HELP – premium link pod CTA (nenápadné, čisté) */
body.single-product button[data-trigger="callBack"]{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;

  margin: 10px auto 0 !important;
  padding: 8px 10px !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: .2px !important;
  line-height: 1.1 !important;

  color: rgba(134,70,81,.85) !important;
  text-decoration: none !important;
  cursor: pointer !important;

  position: static !important;
  inset: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  z-index: auto !important;
}

/* schovej původní floating callback (ponecháme jen inline) */
body.single-product button[data-trigger="callBack"]:not(.ht-callback-inline){
  display: none !important;
}

/* hover: decentní */
body.single-product button[data-trigger="callBack"]:hover{
  color: rgba(134,70,81,1) !important;
  opacity: .95;
}

/* kdyby theme tlačila pseudo-elementy */
body.single-product button[data-trigger="callBack"]::after{
  content: none !important;
  display: none !important;
}

/* vycentrování v rámci cart form */
body.single-product .ht-callback-wrap{
  display: block;
  text-align: center;
  margin-bottom: 4px;
}

/* WooCommerce tabs: skrytí pouze když je jen "Popis" */
body.single-product .woocommerce-tabs.ht-hide-tabs ul.tabs.wc-tabs{
  display:none !important;
}

body.single-product .woocommerce-tabs.ht-hide-tabs{
  padding-top:0 !important;
  margin-top:0 !important;
}

body.single-product form.cart{
  margin-bottom: 8px !important;
}

/* =========================
   HT Author box (premium)
   ========================= */

.meditace-landing .ht-author{
  margin: 14px 0 8px;
  padding: 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e6eef6;
  box-shadow: 0 12px 28px rgba(15,23,42,.08);
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

/* Match carousel width (A: stejné roztažení) */
.meditace-landing .ml-sec .ml-wrap .ht-author{
  width: calc(100% + 64px);
  margin-left: -32px;
  margin-right: -32px;
  box-sizing: border-box;
}

@media (min-width:701px){
  .meditace-landing .ml-sec .ml-wrap .ht-author{
    width: calc(100% + 72px);
    margin-left: -36px;
    margin-right: -36px;
  }
}

@media (min-width:701px){
  .meditace-landing .ht-author{
    margin: 22px 0 10px;
    max-width: none;
    width: 100%;
    padding: 22px;
    border-radius: 20px;
  }
}

.meditace-landing .ht-author__top{
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 14px;
  align-items: start;
}

.meditace-landing .ht-author__avatar{
  width: 74px;
  height: 74px;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 10px 20px rgba(15,23,42,.10);
  background: #fff;
  display: block;
  object-fit: cover;
}

.meditace-landing .ht-author__avatar img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.meditace-landing .ht-author__kicker{
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6b7280;
}

.meditace-landing .ht-author__name{
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.15;
  color: #0f172a;
}

.meditace-landing .ht-author__text{
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.65;
  color: #475569;
}

.meditace-landing .ht-author__text strong{
  color: #0f172a;
  font-weight: 800;
}

.meditace-landing .ht-author__stats{
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
}

@media (min-width:701px){
  .meditace-landing .ht-author__stats{
    grid-template-columns: repeat(3, 1fr);
  }
}

.meditace-landing .ht-author__stat{
  padding: 12px 14px;
  border-radius: 14px;
  background: #fafbfc;
  border: 1px solid rgba(15,23,42,.06);
  color: #0f172a;
  font-size: 14px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

.meditace-landing .ht-author__stat strong{
  font-weight: 900;
}

/* Actions/links: jemné, uprostřed */
.meditace-landing .ht-author__actions,
.meditace-landing .ht-author__links{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  margin-top: 10px;
  flex-wrap: nowrap;
}

/* WP někdy vloží <p>/<br> okolo odkazů – srovnat do řádku */
.meditace-landing .ht-author__links > p{
  margin: 0;
  display: inline-flex;
  width: auto;
}

.meditace-landing .ht-author__links > p > a{
  display: inline-flex;
  align-items: center;
}

.meditace-landing .ht-author__links br{
  display: none !important;
}

.meditace-landing .ht-author__links p:empty{
  display: none !important;
}

/* O mně: text-link, ne pill */
.meditace-landing .ht-authorlink,
.meditace-landing .ht-author__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-weight: 800;
  color: rgba(134,70,81,.7);
  text-decoration: none !important;
  padding: 0 2px;
  border-bottom: 0 !important;
  line-height: 1;
  height: 30px;
  white-space: nowrap;
}

.meditace-landing .ht-authorlink:hover{
  border-bottom-color: rgba(134,70,81,.75);
  filter: brightness(0.98);
}

/* Instagram: jemný link s ikonou */
.meditace-landing .ht-iglink{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:0;
  color: #475569;
  text-decoration: none;
  font-weight: 800;
  padding: 0;
  height: 30px;
  line-height: 1;
  white-space: nowrap;
}

.meditace-landing .ht-igicon,
.meditace-landing .ht-author__link .ht-ig,
.meditace-landing .ht-author__link .ht-fb{
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border: 1px solid rgba(15,23,42,.10);
  background: #fff;
  box-shadow: 0 6px 14px rgba(15,23,42,.06);
}

.meditace-landing .ht-author__actions > *{
  display: inline-flex;
  align-items: center;
}

.meditace-landing .ht-iglink:hover{
  color: #0f172a;
}

.meditace-landing .ht-iglink:hover .ht-igicon{
  border-color: rgba(15,23,42,.18);
}

/* mobil: kdyby se to nevešlo, ať je to pořád hezké */
@media (max-width:420px){
  .meditace-landing .ht-author__actions,
  .meditace-landing .ht-author__links{
    gap: 10px;
  }
}

/* Instagram pouze ikonka */
.meditace-landing .ht-iglink span:not(.ht-igicon){
  display: none !important;
}

/* Instagram link ve variantě s .ht-author__link */
.meditace-landing .ht-author__link[href*="instagram"],
.meditace-landing .ht-author__link[href*="facebook"]{
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
}

.meditace-landing .ht-author__link[href*="instagram"] br,
.meditace-landing .ht-author__link[href*="facebook"] br{
  display: none !important;
}

.meditace-landing .ht-author__link[href*="instagram"] .ht-ig,
.meditace-landing .ht-author__link[href*="facebook"] .ht-fb{
  position: absolute;
  inset: 0;
  margin: auto;
}

/* Premium Help button pod CTA (ghost pill) */
.ht-help-inline{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin: 12px auto 0;
  padding: 10px 14px;

  background: rgba(255,255,255,.7);
  border: 1px solid rgba(134,70,81,.18);
  border-radius: 999px;

  box-shadow: none;

  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .2px;

  color: #864651;
  text-decoration: none;

  opacity: .92;
  cursor: pointer;
  width: fit-content;
}

/* hover/focus jako Apple */
.ht-help-inline:hover{
  opacity: 1;
  background: rgba(134,70,81,.06);
  border-color: rgba(134,70,81,.28);
}
.ht-help-inline:focus{
  outline: 2px solid rgba(134,70,81,.22);
  outline-offset: 3px;
}

/* ===== Apple-like premium overrides (meditace landing) ===== */
.meditace-landing {
  --ink: #0b0f16;
  --muted: #556070;
  --c1: #f7f8fb;
  --c2: #7b4d5a;
  --c3: #f6f7fb;
  --line: rgba(15, 23, 42, 0.08);
  --soft: rgba(15, 23, 42, 0.04);

  font-family: "SF Pro Display", "SF Pro Text", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.08);
}

.meditace-landing .ml-hero {
  background: linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
  color: var(--ink);
  border-bottom: 1px solid var(--soft);
}

.meditace-landing .ml-eyebrow {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--muted);
  font-weight: 600;
}

.meditace-landing .ml-title {
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.meditace-landing .ml-sub {
  color: var(--muted);
  opacity: 1;
}

.meditace-landing .ml-badge {
  background: #fff;
  border: 1px solid var(--soft);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.meditace-landing .ml-pricebox {
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.meditace-landing .p-eyebrow {
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
}

.meditace-landing .p-now {
  color: var(--c2);
}

.meditace-landing .p-note {
  color: var(--muted);
}

.meditace-landing .ml-pricebox .ml-cta {
  background: linear-gradient(180deg, #8c5a66 0%, #6f3b46 100%) !important;
  color: #fff !important;
  border: 1px solid rgba(109, 59, 70, 0.45) !important;
  box-shadow: 0 12px 26px rgba(109, 59, 70, 0.26) !important;
}

/* CTA v sekcích – stejný vzhled jako pricebox */
.meditace-landing .ml-sec .ml-cta{
  -webkit-appearance: none;
  appearance: none;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  width: 100%;
  max-width: none;
  margin: 0;

  min-height: 58px;
  padding: 0 18px;
  line-height: 1;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.01em;

  border-radius: 999px;

  background: linear-gradient(180deg, #8c5a66 0%, #6f3b46 100%);
  color: #fff;
  border: 1px solid rgba(109, 59, 70, 0.45);
  box-shadow: 0 12px 26px rgba(109, 59, 70, 0.26);

  text-decoration: none;
  box-sizing: border-box;
}

.meditace-landing .ml-sec .ml-cta:hover{
  filter: brightness(1.06);
}

.meditace-landing .ml-sec .ml-cta br{
  display: none;
}

.meditace-landing .ml-sec {
  background: #fff;
  border-top: 1px solid var(--soft);
}

.meditace-landing .ml-sec h3 {
  color: var(--ink);
  font-weight: 700;
}

.meditace-landing .ml-card,
.meditace-landing .ml-list li,
.meditace-landing .ml-inc,
.meditace-landing .ml-quote,
.meditace-landing .ml-kpi,
.meditace-landing .ml-step {
  background: #fff;
  border: 1px solid var(--soft);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

/* Jemny press efekt pro vsechny karty/seznamy */
.meditace-landing .ml-card:active,
.meditace-landing .ml-list li:active,
.meditace-landing .ml-inc:active,
.meditace-landing .ml-quote:active,
.meditace-landing .ml-kpi:active,
.meditace-landing .ml-step:active{
  background-color: rgba(168, 94, 105, 0.08);
  border-color: rgba(168, 94, 105, 0.28);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

/* Trvale zvýrazněné po kliknutí */
.meditace-landing .ml-card.is-selected,
.meditace-landing .ml-list li.is-selected,
.meditace-landing .ml-inc.is-selected,
.meditace-landing .ml-quote.is-selected,
.meditace-landing .ml-kpi.is-selected,
.meditace-landing .ml-step.is-selected{
  background-color: rgba(168, 94, 105, 0.10);
  border-color: rgba(168, 94, 105, 0.32);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.10);
}

.meditace-landing .ml-high {
  background: #f9fafb;
  border: 1px dashed var(--line);
}

.meditace-landing .ml-hero-visual img {
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}

/* Hotfix: author links (IG/FB) vycentrovat + jen ikonky */
.meditace-landing .ht-author__links{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 14px !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 0 !important;
}

.meditace-landing .ht-author__links p{
  margin: 0 !important;
  display: inline-flex !important;
}

.meditace-landing .ht-author__links br{
  display: none !important;
}

.meditace-landing .ht-author__links .ht-author__link{
  font-size: 13px !important;
  line-height: 1 !important;
}

.meditace-landing .ht-author__links a.ht-author__link[href*="instagram"],
.meditace-landing .ht-author__links a.ht-author__link[href*="facebook"]{
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  gap: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
  white-space: nowrap !important;
}

.meditace-landing .ht-author__links a.ht-author__link[href*="facebook"] .ht-fb{
  border-radius: 999px !important;
  border: 1px solid rgba(15,23,42,.10) !important;
  background: #fff !important;
  box-shadow: 0 6px 14px rgba(15,23,42,.06) !important;
  width: 30px !important;
  height: 30px !important;
}

.meditace-landing .ht-author__links a.ht-author__link[href*="instagram"] .ht-ig,
.meditace-landing .ht-author__links a.ht-author__link[href*="facebook"] .ht-fb{
  position: absolute !important;
  inset: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* ===== HT Carousel (Apple-like) ===== */
.meditace-landing .ht-carousel{
  position: relative;
  border-radius: 26px;
  background: transparent;
  border: 1px solid rgba(10, 20, 30, 0.08);
  box-shadow: 0 22px 60px rgba(10, 20, 30, 0.12);
  overflow: hidden;
  margin-top: 14px;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

/* Kdyby carousel nebyl uvnitr .ml-wrap (editor to casto prehodi) */
.meditace-landing .ml-sec > .ht-carousel{
  width: calc(100% - 32px);
  max-width: 1100px;
  margin-left: 16px;
  margin-right: 16px;
}

.meditace-landing .ml-wrap .ht-carousel{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* Carousel zarovnat na sirku obsahu (.ml-wrap) */
.meditace-landing .ml-wrap > .ht-carousel{
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

.meditace-landing .ml-sec > .ht-carousel{
  width: calc(100% - 32px) !important;
  margin-left: 16px !important;
  margin-right: 16px !important;
  box-sizing: border-box !important;
}

@media (min-width: 701px){
  .meditace-landing .ml-sec > .ht-carousel{
    width: calc(100% - 40px) !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

@media (max-width: 700px){
  .meditace-landing .ht-carousel{
    max-width: 100%;
  }
}

.meditace-landing .ht-carousel__viewport{
  overflow: hidden;
  border-radius: inherit;
}

.meditace-landing .ht-carousel__track{
  display: flex;
  transition: transform .35s ease;
  will-change: transform;
}

.meditace-landing .ht-carousel__slide{
  flex: 0 0 100%;
  padding: 14px;
  box-sizing: border-box;
}

.meditace-landing .ht-carousel__slide img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
  border: 1px solid rgba(10, 20, 30, 0.08);
  background: #fff;
  box-shadow: 0 18px 46px rgba(10, 20, 30, 0.18);
}

.meditace-landing .ht-carousel__btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(10, 20, 30, 0.14);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 12px 26px rgba(10, 20, 30, 0.16);
  display: grid;
  place-items: center;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}

.meditace-landing .ht-carousel__btn:hover{
  transform: translateY(-50%) scale(1.04);
  box-shadow: 0 16px 32px rgba(10, 20, 30, 0.18);
}

.meditace-landing .ht-carousel__btn--prev{ left: 10px; }
.meditace-landing .ht-carousel__btn--next{ right: 10px; }

@media (max-width: 640px){
  .meditace-landing .ht-carousel__btn{ width: 38px; height: 38px; }
}

.meditace-landing .ht-carousel__dots{
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px 14px;
  background: transparent;
}

/* Fullscreen lightbox for ht-carousel */
.ht-carousel-lightbox{
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 12, 18, 0.85);
}

.ht-carousel-lightbox__dialog{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ht-carousel-lightbox__img{
  width: 100%;
  height: 100%;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
  border-radius: 0;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
}

.ht-carousel-lightbox__close{
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 0;
  background: #fff;
  color: #111;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
}

.ht-carousel-lightbox__nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
}

.ht-carousel-lightbox__prev{ left: 16px; }
.ht-carousel-lightbox__next{ right: 16px; }

.ht-carousel-lightbox.is-single .ht-carousel-lightbox__nav{
  display: none;
}

body.ht-carousel-lightbox-open{
  overflow: hidden;
}

@media (max-width: 700px){
  .ht-carousel-lightbox__close{
    top: 12px;
    right: 12px;
  }

  .ht-carousel-lightbox__prev{ left: 8px; }
  .ht-carousel-lightbox__next{ right: 8px; }
}

/* Hide reCAPTCHA v3 badge */
.grecaptcha-badge{
  visibility: hidden !important;
}

/* Review carousel (layout like mockup, light theme) */
.ht-review-section{
  background: transparent;
  color: inherit;
  padding: 0;
}

.ht-review-section__inner{
  max-width: 1100px;
  margin: 0 auto;
}

.ht-review-carousel{
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.ht-review-carousel .ht-carousel__viewport{
  overflow: hidden;
  border-radius: 22px;
}

.ht-review-carousel .ht-carousel__track{
  display: flex;
  transition: transform .35s ease;
  will-change: transform;
}

.ht-review-carousel .ht-carousel__slide{
  flex: 0 0 100%;
  padding: 0;
}

.ht-review-slide{
  display: grid;
  gap: 16px;
}

@media (min-width:701px){
  .ht-review-slide{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ht-review-card{
  background: #ffffff;
  border: 1px solid rgba(134, 70, 81, 0.18);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.ht-review-card--wide{
  grid-column: 1 / -1;
}

.ht-review-card__head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.ht-review-card__name{
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}

.ht-review-card__stars{
  display: inline-flex;
  gap: 4px;
  flex-shrink: 0;
  line-height: 1;
}

.ht-review-card__stars svg{
  width: 16px !important;
  height: 16px !important;
  display: block;
  fill: #f5c542;
}

.ht-review-card svg{
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
}

.ht-review-card__logo{
  margin-top: 12px;
  height: 24px !important;
  width: auto !important;
  max-width: 140px;
  display: block;
}

.ht-review-card img,
.ht-review-card img[src*="google-logo"]{
  height: 24px !important;
  width: auto !important;
  max-width: 140px;
  display: inline-block;
  object-fit: contain;
  background: transparent !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.single-product .meditace-landing .ht-review-card img.ht-review-card__logo{
  background-color: transparent !important;
  background-image: none !important;
}

.ht-review-card figure,
.ht-review-card .wp-block-image,
.ht-review-card .wp-block-image img{
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ht-review-card__divider{
  height: 1px;
  background: rgba(134, 70, 81, 0.18);
  margin: 14px 0;
}

.ht-review-card__text{
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #475569;
}

.ht-review-carousel .ht-carousel__btn{
  display: none;
}

.ht-review-carousel .ht-carousel__dots{
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 14px 12px 0;
  background: transparent;
}

.ht-review-carousel .ht-carousel__dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(134, 70, 81, 0.25);
  cursor: pointer;
}

.ht-review-carousel .ht-carousel__dot.is-active{
  width: 22px;
  background: #864651;
}

.ht-review-section__cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 18px auto 0;
  padding: 12px 18px;
  background: #864651;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(134, 70, 81, 0.35);
}

.ht-review-section__cta:hover{
  filter: brightness(1.05);
  text-decoration: none !important;
}

a.ht-review-section__cta:link,
a.ht-review-section__cta:visited{
  color: #fff;
  text-decoration: none !important;
}

a.ht-review-section__cta:hover,
a.ht-review-section__cta:focus,
a.ht-review-section__cta:active{
  color: #fff;
  text-decoration: none !important;
}

.meditace-landing a.ht-review-section__cta,
.meditace-landing a.ht-review-section__cta:link,
.meditace-landing a.ht-review-section__cta:visited{
  background: #864651 !important;
  color: #fff !important;
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: 0 10px 24px rgba(134, 70, 81, 0.35) !important;
}

.meditace-landing a.ht-review-section__cta:hover,
.meditace-landing a.ht-review-section__cta:focus,
.meditace-landing a.ht-review-section__cta:active{
  background: #864651 !important;
  color: #fff !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

/* Final override for review CTA in product landings */
body .meditace-landing a.ht-review-section__cta,
body .meditace-landing a.ht-review-section__cta:link,
body .meditace-landing a.ht-review-section__cta:visited,
body .meditace-landing a.ht-review-section__cta:hover,
body .meditace-landing a.ht-review-section__cta:focus,
body .meditace-landing a.ht-review-section__cta:active{
  display: inline-flex !important;
  background-color: #864651 !important;
  background-image: none !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 0 !important;
  border-bottom: none !important;
  box-shadow: 0 10px 24px rgba(134, 70, 81, 0.35) !important;
}

body.single-product .meditace-landing .ml-sec .ml-wrap a.ht-review-section__cta{
  background-color: #864651 !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 0 !important;
  border-bottom: none !important;
  box-shadow: 0 10px 24px rgba(134, 70, 81, 0.35) !important;
}

.meditace-landing .ht-review-carousel{
  border: 0;
  box-shadow: none;
  background: transparent;
}

.wpcf7 input[type="submit"],
.wpcf7 input.wpcf7-submit{
  background-color: #864651;
  color: #ffffff;
  border: 0;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input.wpcf7-submit:hover{
  background-color: #a85e69;
}

/* Reference page */
.ht-reviews-page{
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 16px 40px;
  font-family: inherit;
}

@media (min-width: 701px){
  .ht-reviews-page{
    padding: 20px 20px 60px;
  }
}

.ht-reviews-title{
  margin: 0 0 16px;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  color: #0f172a;
  font-family: inherit;
}

.ht-reviews-grid{
  display: grid;
  gap: 16px;
}

@media (min-width: 760px){
  .ht-reviews-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

.ht-reviews-page .ht-review-card__name{
  margin: 0 0 10px;
  font-family: inherit;
}

.ht-reviews-page .ht-review-card__text{
  margin: 0;
  font-family: inherit;
}

.ht-reviews-page .ht-review-card__text + .ht-review-card__text{
  margin-top: 10px;
}

.ht-reviews-contact{
  margin-top: 26px;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(134, 70, 81, 0.18);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.ht-reviews-contact__title{
  margin: 0 0 12px;
  font-size: 22px;
  color: #0f172a;
  font-family: inherit;
}

/* Featured review – Apple-like */
.ht-featured-review--apple{
  --fr-bg: #ffffff;
  --fr-border: rgba(15, 23, 42, .10);
  --fr-text: #0b1220;      /* hluboký soft black */
  --fr-muted: rgba(11, 18, 32, .62);

  background: var(--fr-bg);
  border: 1px solid var(--fr-border);
  border-radius: 20px;
  padding: 18px 18px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .06);
  width: 100%;
  max-width: none;
  margin: 0;
  display: block;
  box-sizing: border-box;
}

/* Mobile: featured review without card frame */
@media (max-width: 700px){
  .meditace-landing .ht-featured-review--apple,
  .cgkit-pdp-review .ht-featured-review--apple{
    border: 0;
    box-shadow: none;
  }
}

/* Zarovnat sirku featured review na stejny okraj jako carousel */
.meditace-landing .ml-sec .ml-wrap .ht-featured-review--apple{
  width: calc(100% + 64px);
  max-width: none;
  margin-left: -32px;
  margin-right: -32px;
}

/* Featured review: roztahnout pres cely ramecek v cgkit bloku */
.cgkit-pdp-review{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.cgkit-pdp-review--text{
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

.cgkit-pdp-review--mobile{
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.cgkit-pdp-review .ht-featured-review--apple{
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.ht-fr__grid{
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 14px;
  align-items: start;
}

.ht-fr__content--full{
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
}

.ht-fr__content--full .ht-fr__meta{
  margin-top: 14px;
}

.ht-fr__content--full .ht-fr__tag{
  margin-left: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--fr-muted);
  font-size: 12px;
  font-weight: 500;
  opacity: .9;
}

.ht-fr__avatar img{
  width: 80px;
  height: 56px;
  border-radius: 12px;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(15, 23, 42, .06);
  box-shadow: none;
  opacity: .75;
  filter: grayscale(100%) contrast(1.2);
}

.ht-fr__kicker{
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--fr-muted);
  margin-bottom: 10px;
}

.ht-fr__quote{
  position: relative;
  margin: 0;
  padding-left: 18px; /* prostor pro uvozovku */
}

.ht-fr__mark{
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 34px;
  line-height: 1;
  color: rgba(11, 18, 32, .18);
  font-weight: 700;
}

.ht-fr__quote p{
  margin: 0;
  color: var(--fr-text);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500; /* Apple-like “solid” text */
  font-family: inherit; /* Inter/Montserrat zůstane */
}

.ht-fr__meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--fr-muted);
  font-size: 13px;
}

.ht-fr__name{
  color: var(--fr-text);
  font-weight: 700;
}

.ht-fr__dot{
  opacity: .5;
}

.ht-fr__tag{
  margin-left: 6px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(11, 18, 32, .02);
  border: 1px solid rgba(11, 18, 32, .03);
  color: rgba(11, 18, 32, .35);
  font-size: 10px;
  font-weight: 600;
  opacity: .5;
}

/* Mobile */
@media (max-width: 520px){
  .ht-fr__grid{
    grid-template-columns: 64px 1fr;
    gap: 12px;
  }
  .ht-fr__content--full{
    grid-column: 1 / -1;
  }
  .ht-fr__avatar img{
    width: 64px;
    height: 44px;
  }
  .ht-fr__quote p{
    font-size: 16px;
  }
}

.meditace-landing .ht-carousel__dot{
  width: 8px;
  height: 8px;
  border-radius: 99px;
  border: 0;
  background: rgba(10, 20, 30, 0.22);
  cursor: pointer;
}

.meditace-landing .ht-carousel__dot.is-active{
  width: 18px;
  background: linear-gradient(90deg, rgba(134, 70, 81, 0.9), rgba(10, 20, 30, 0.65));
}

/* Jemny focus/tap highlight v brand barve */
.meditace-landing .ht-carousel__dot,
.meditace-landing .ht-carousel__btn{
  -webkit-tap-highlight-color: transparent;
}

.meditace-landing .ht-carousel__dot:focus-visible,
.meditace-landing .ht-carousel__btn:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px rgba(134, 70, 81, 0.28);
}


/* Zmensi vnitrni padding, aby obrazek byl vetsi */
.meditace-landing .ht-carousel__slide{
  padding: 0;
}

/* At obrazek vyplni box co nejvic */
.meditace-landing .ht-carousel__slide img{
  border-radius: 0;
  border: 0;
}

/* Mensi spodni tecky padding */
.meditace-landing .ht-carousel__dots{
  padding: 10px 12px 12px;
}

/* Finalni override: carousel az k okraji sekce */
@media (min-width: 701px){
  .meditace-landing .ml-sec .ht-carousel{
    width: calc(100% + 40px) !important;
    max-width: none !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}

@media (max-width: 700px){
  .meditace-landing .ml-sec .ht-carousel{
    width: calc(100% + 32px) !important;
    max-width: none !important;
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
}

/* Zarovnani na obsah: carousel uvnitr .ml-wrap */
.meditace-landing .ml-wrap .ht-carousel{
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Final: carousel zarovnat na okraj obsahu v .ml-sec (zrusit extra odsazeni z .ml-wrap) */
.meditace-landing .ml-sec .ml-wrap .ht-carousel{
  width: calc(100% + 64px) !important;
  max-width: none !important;
  margin-left: -32px !important;
  margin-right: -32px !important;
  box-sizing: border-box !important;
}

/* Uklidit WP auto <p>/<br> kolem carouselu (dělají mezery) */
.meditace-landing .ml-sec .ml-wrap > p{
  margin: 0 !important;
  padding: 0 !important;
}

.meditace-landing .ml-sec .ml-wrap > p > br{
  display: none !important;
}

.meditace-landing .ht-carousel > p{
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.meditace-landing .ht-carousel > p > br{
  display: none !important;
}

.meditace-landing .ht-carousel__track > p{
  display: none !important;
}

/* Final override at EOF: ml-list-more brand highlight */
.meditace-landing .ml-list li.ml-list-more,
.meditace-landing .ml-list li.ml-list-more.is-selected,
.meditace-landing .ml-list li.ml-list-more:active,
.ml-list li.ml-list-more,
.ml-list li.ml-list-more.is-selected,
.ml-list li.ml-list-more:active{
  background: rgba(155, 96, 104, 0.12) !important;
  background-color: rgba(155, 96, 104, 0.12) !important;
  border: 1px solid rgba(155, 96, 104, 0.28) !important;
  color: #5a2f34 !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.10) !important;
  pointer-events: none;
}

/* WooCommerce breadcrumbs */
.ht-breadcrumbs{
  max-width: 1100px;
  margin: 10px auto 20px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fbf8f7;
  border: 1px solid rgba(168, 94, 105, 0.18);
  color: #7b4d5a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .2px;
}

.ht-breadcrumbs a{
  color: #7b4d5a;
  text-decoration: none;
}

.ht-breadcrumbs a:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Rank Math breadcrumbs (theme output) */
.rank-math-breadcrumb,
.rankmath.woocommerce-breadcrumb{
  max-width: 1100px;
  margin: 10px auto 20px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .2px;
  color: #7b4d5a;
}

.rank-math-breadcrumb a,
.rankmath.woocommerce-breadcrumb a{
  color: #a85e69;
  text-decoration: none;
  font-weight: 500;
}

.rank-math-breadcrumb a:hover,
.rankmath.woocommerce-breadcrumb a:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rank-math-breadcrumb .separator,
.rankmath.woocommerce-breadcrumb .separator{
  color: rgba(168, 94, 105, 0.6);
}

.rank-math-breadcrumb .last,
.rankmath.woocommerce-breadcrumb .last{
  color: #111827;
  font-weight: 600;
}

/* Breadcrumbs inside product gallery (only hide after JS move) */
body.single-product .ht-gallery-host,
body.single-product .woocommerce-product-gallery{
  position: relative;
  z-index: 1;
}

body.single-product.ht-bc-in-gallery .rank-math-breadcrumb,
body.single-product.ht-bc-in-gallery .rankmath.woocommerce-breadcrumb,
body.single-product.ht-bc-in-gallery .woocommerce-breadcrumb{
  display: none;
}

body.single-product .ht-gallery-host .ht-gallery-breadcrumbs,
body.single-product .woocommerce-product-gallery .ht-gallery-breadcrumbs{
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 4;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  pointer-events: auto;
}

body.single-product .ht-gallery-host .ht-gallery-breadcrumbs .rank-math-breadcrumb,
body.single-product .ht-gallery-host .ht-gallery-breadcrumbs .rankmath.woocommerce-breadcrumb,
body.single-product .ht-gallery-host .ht-gallery-breadcrumbs .woocommerce-breadcrumb,
body.single-product .woocommerce-product-gallery .ht-gallery-breadcrumbs .rank-math-breadcrumb,
body.single-product .woocommerce-product-gallery .ht-gallery-breadcrumbs .rankmath.woocommerce-breadcrumb,
body.single-product .woocommerce-product-gallery .ht-gallery-breadcrumbs .woocommerce-breadcrumb{
  display: block;
  margin: 0;
  padding: 6px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.10);
  text-shadow: none;
  backdrop-filter: blur(6px);
}

@media (max-width: 640px){
  body.single-product .ht-gallery-host .ht-gallery-breadcrumbs,
  body.single-product .woocommerce-product-gallery .ht-gallery-breadcrumbs{
    left: 12px;
    top: 12px;
  }
}


.rank-math-breadcrumb p,
.rankmath.woocommerce-breadcrumb p{
  margin: 0;
  display: block;
}

/* Header edge softening (no overlay on breadcrumbs) */
.single-product #masthead{
  background: #fff;
  border-bottom: 0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}
.meditace-landing .ml-list li.ml-list-more,
.meditace-landing .ml-list li.ml-list-more.is-selected{
  background-color: rgba(168, 94, 105, 0.12) !important;
  border-color: rgba(168, 94, 105, 0.28) !important;
  color: #5a2f34 !important;
}

/* Témata – styl 2: jemný akcent pod nadpisem */
.meditace-landing .ml-list.ml-list--topics{
  position: relative;
  margin-top: 12px;
  padding: 12px 0 0;
  list-style: none;
  gap: 0;
}

.meditace-landing .ml-list.ml-list--topics::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
  height: 2px;
  border-radius: 999px;
  background: rgba(168, 94, 105, 0.6);
}

.meditace-landing .ml-list.ml-list--topics li{
  list-style: none;
  margin: 0;
  padding: 10px 0 12px;
  border: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  background: transparent !important;
  box-shadow: none !important;
  font-weight: 500;
}

.meditace-landing .ml-list.ml-list--topics li:last-child{
  border-bottom: 0;
}

.meditace-landing .ml-list.ml-list--topics li::before,
.meditace-landing .ml-list.ml-list--topics li::after{
  content: none !important;
}

/* Mobile: full-width author + borderless featured review */
@media (max-width: 700px){
  .meditace-landing .ht-author{
    width: calc(100% + 64px) !important;
    max-width: none !important;
    margin-left: -32px !important;
    margin-right: -32px !important;
    box-sizing: border-box !important;
  }

  .meditace-landing .ht-featured-review--apple{
    width: calc(100% + 32px) !important;
    max-width: none !important;
    margin-left: -16px !important;
    margin-right: -16px !important;
    box-sizing: border-box !important;
  }

  .cgkit-pdp-review,
  .cgkit-pdp-review-mobile,
  .cgkit-pdp-review--mobile,
  .cgkit-pdp-review--text,
  [class*="cgkit-pdp-review"]{
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

}

/* ===== Shop hub / anchor sections (meditace landing) ===== */
.meditace-landing .ml-soft{
  padding: 50px 20px;
  margin: 10px auto 30px;
  border-radius: 0;
  background: transparent;
}

.meditace-landing .ml-container{
  max-width: 1200px;
  margin: 0 auto;
}

.meditace-landing .ml-center{
  text-align: center;
}

.meditace-landing .ml-lead{
  color: #555;
  font-size: 17px;
  margin: 0 0 26px;
}

.meditace-landing .ml-grid--hub{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  text-align: left;
}

.meditace-landing .ml-soft h2{
  color: var(--c2);
  font-size: 28px;
  margin: 0 0 10px;
}

.meditace-landing .ml-icon{
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: -4px;
  margin-right: 8px;
  object-fit: contain;
}

.meditace-landing .ml-icon--btn{
  width: 18px;
  height: 18px;
  vertical-align: -3px;
  margin-right: 6px;
}

.meditace-landing .ml-soft .ml-title,
.meditace-landing .ml-section .ml-title{
  color: var(--c2);
}

.meditace-landing .ml-soft .ml-card{
  padding: 26px;
  border-radius: 12px;
  background: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: none;
}

.meditace-landing .ml-soft .ml-card h3{
  color: var(--c2);
  margin: 0 0 10px;
  font-size: 20px;
}

.meditace-landing .ml-soft .ml-card p{
  color: #444;
  margin: 0 0 18px;
  line-height: 1.5;
}

.meditace-landing .ml-btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--c2);
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: filter .2s ease, transform .2s ease, box-shadow .2s ease;
}

.meditace-landing .ml-btn:hover{
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.meditace-landing .ml-section{
  padding: 50px 20px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 24px;
  scroll-margin-top: 110px; /* uprav podle vysky hlavicky */
}

/* Hero image only */
.meditace-landing .ml-hero-only{
  padding-top: 24px;
  padding-bottom: 10px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.meditace-landing .ml-hero-split{
  display: grid;
  gap: 24px;
  align-items: center;
}

.meditace-landing .ml-hero-media{
  max-width: 640px;
  margin: 0 auto;
}

.meditace-landing .ml-hero-lightbox{
  display: block;
  cursor: zoom-in;
  border-radius: 16px;
}

.meditace-landing .ml-hero-lightbox:focus{
  outline: 2px solid rgba(134, 70, 81, 0.35);
  outline-offset: 4px;
}

.meditace-landing .ml-hero-img{
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.meditace-landing .ml-hero-copy .ml-title{
  margin-top: 6px;
}

.meditace-landing .ml-hero-copy .ml-lead{
  margin-bottom: 16px;
}

.meditace-landing .ml-hero-note{
  margin: 10px 0 0;
  font-size: 13px;
  color: var(--muted);
}

.meditace-landing .ml-forwho{
  margin-top: -6px;
  font-size: 14px;
  color: var(--muted);
}

.meditace-landing .ml-title__tag{
  font-weight: 600;
  font-size: 14px;
  color: var(--muted);
}

/* Trust badges – compact in hero */
.meditace-landing .ht-trust-badges--carousel{
  margin-top: 28px;
  padding: 16px 18px;
  border: 1px solid rgba(134, 70, 81, 0.18);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  max-width: calc(100% + 40px);
  box-sizing: border-box;
  text-align: center;
}

.meditace-landing .ht-trust-badges--carousel .ht-trust-badges__row{
  gap: 18px;
  justify-content: center;
}

.meditace-landing .ht-trust-badges--carousel .ht-trust-badges__logo{
  height: 34px;
  opacity: 0.9;
}

.meditace-landing .ht-trust-badges--carousel .ht-trust-badges__note{
  font-size: 13px;
  opacity: 0.85;
  margin-top: 8px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 700px){
  .meditace-landing .ht-trust-badges--carousel{
    width: calc(100% + 56px);
    margin-left: -28px;
    margin-right: -28px;
    padding: 16px 18px;
  }
}

@media (min-width: 800px){
  .meditace-landing .ml-hero-only{
    padding-top: 36px;
    padding-bottom: 16px;
  }

  .meditace-landing .ml-hero-split{
    grid-template-columns: minmax(260px, 520px) 1fr;
    gap: 36px;
  }

  .meditace-landing .ml-hero-media{
    display: flex;
    justify-content: center;
    max-width: 520px;
  }

  .meditace-landing .ml-hero-img{
    margin: 0;
    max-width: 520px;
  }
}

/* Self-love special */
.meditace-landing .ml-selflove{
  background: linear-gradient(135deg, #8c5a66 0%, #6f3b46 100%);
  color: #fff;
  border: 0;
}

.meditace-landing .ml-selflove .ml-title,
.meditace-landing .ml-selflove .ml-lead,
.meditace-landing .ml-selflove .ml-kicker{
  color: #fff;
}

.meditace-landing .ml-selflove .ml-kicker{
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.85;
  margin: 0 0 8px;
  font-weight: 700;
}

.meditace-landing .ml-selflove .ml-code{
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.45);
  font-weight: 800;
  letter-spacing: 0.4px;
}

/* Countdown */
.meditace-landing .ml-countdown{
  background: #fff;
  border: 1px solid rgba(134, 70, 81, 0.18);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.meditace-landing .ml-countdown__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 520px;
  margin: 10px auto 8px;
}

.meditace-landing .ml-countdown__item{
  background: #fff;
  border: 1px solid rgba(134, 70, 81, 0.2);
  border-radius: 14px;
  padding: 14px 10px 12px;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.06);
}

.meditace-landing .ml-countdown__num{
  display: block;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  color: var(--c2);
  letter-spacing: 0.5px;
}

.meditace-landing .ml-countdown__label{
  display: block;
  margin-top: 6px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  font-weight: 700;
}

.meditace-landing .ml-countdown__note{
  font-size: 13px;
  color: var(--muted);
  margin: 8px 0 0;
}

.meditace-landing .ml-countdown__title{
  margin: 0 0 4px;
  font-size: 22px;
}

.meditace-landing .ml-countdown__subtitle{
  margin: 0 0 6px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
  font-weight: 700;
}

.meditace-landing .ml-countdown__done{
  font-size: 22px;
  font-weight: 800;
  color: var(--c2);
  padding: 12px 0 6px;
}

@media (min-width: 700px){
  .meditace-landing .ml-countdown__num{
    font-size: 44px;
  }
}


/* Jemnejsi scroll na kotvy */
@media (prefers-reduced-motion: no-preference){
  html{
    scroll-behavior: smooth;
  }
}

/* Bez obaloveho ramecku na beznych strankach */
body:not(.single-product) .meditace-landing{
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

/* Final override: bez vnejsiho ramecku */
.meditace-landing{
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

/* =========================================================
   HT REDESIGN 2026
   Produkt: Hlava jako zahrada
   Test override pro ml-workbook
   ========================================================= */

.meditace-landing.ml-workbook{
  --ht-bg: #f6f1ed;
  --ht-surface: rgba(255,255,255,0.72);
  --ht-surface-strong: #ffffff;
  --ht-line: rgba(111, 59, 70, 0.12);
  --ht-line-strong: rgba(111, 59, 70, 0.18);
  --ht-primary: #864651;
  --ht-primary-dark: #6f3b46;
  --ht-primary-soft: rgba(134, 70, 81, 0.08);
  --ht-ink: #17141a;
  --ht-muted: #5f6673;
  --ht-shadow-sm: 0 8px 24px rgba(20, 16, 18, 0.05);
  --ht-shadow-md: 0 18px 48px rgba(20, 16, 18, 0.08);
  --ht-shadow-lg: 0 28px 80px rgba(20, 16, 18, 0.12);
  --ht-radius-xs: 14px;
  --ht-radius-sm: 18px;
  --ht-radius-md: 24px;
  --ht-radius-lg: 32px;

  color: var(--ht-ink);
  background:
    radial-gradient(circle at top left, rgba(168, 94, 105, 0.08), transparent 24%),
    radial-gradient(circle at top right, rgba(168, 94, 105, 0.06), transparent 22%),
    linear-gradient(180deg, #fbf7f4 0%, #ffffff 28%, #fbf8f6 100%);
  border: 0 !important;
  box-shadow: none !important;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.meditace-landing.ml-workbook .ml-wrap{
  max-width: 1180px;
  padding: 34px 22px;
}

.meditace-landing.ml-workbook .ml-sec{
  padding: 18px 0;
  border-top: 0;
  background: transparent;
}

.meditace-landing.ml-workbook .ml-sec + .ml-sec{
  margin-top: 6px;
}

.meditace-landing.ml-workbook h2.ml-title,
.meditace-landing.ml-workbook .ml-sec h3,
.meditace-landing.ml-workbook .ht-author__name{
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  letter-spacing: -0.02em;
  color: var(--ht-ink);
}

.meditace-landing.ml-workbook h2.ml-title{
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.95;
  margin: 14px 0 10px;
  font-weight: 700;
}

.meditace-landing.ml-workbook .ml-sec h3{
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.02;
  margin: 0 0 18px;
  color: var(--ht-primary-dark);
}

.meditace-landing.ml-workbook .ml-sub{
  font-size: 17px;
  line-height: 1.72;
  color: var(--ht-muted);
  max-width: 720px;
  margin-bottom: 16px;
}

.meditace-landing.ml-workbook .ml-sub-strong{
  font-size: 24px;
  line-height: 1.25;
  color: var(--ht-ink);
  font-weight: 700;
  margin-bottom: 10px;
}

.meditace-landing.ml-workbook .ml-section-intro,
.meditace-landing.ml-workbook .ml-final-text,
.meditace-landing.ml-workbook .ml-note{
  color: var(--ht-muted);
  line-height: 1.7;
}

.meditace-landing.ml-workbook .ml-hero{
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(250,245,242,0.88) 100%);
  color: var(--ht-ink);
  border: 1px solid rgba(111, 59, 70, 0.08);
  border-radius: var(--ht-radius-lg);
  box-shadow: var(--ht-shadow-md);
  padding: 0;
  margin: 12px 0 28px;
  backdrop-filter: blur(12px);
}

.meditace-landing.ml-workbook .ml-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(168, 94, 105, 0.10), transparent 26%),
    radial-gradient(circle at 88% 14%, rgba(168, 94, 105, 0.07), transparent 22%);
  pointer-events: none;
}

.meditace-landing.ml-workbook .ml-hero-inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 26px;
  position: relative;
  z-index: 1;
}

.meditace-landing.ml-workbook .ml-hero-grid{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
}

.meditace-landing.ml-workbook .ml-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  border: 1px solid var(--ht-line);
  color: var(--ht-primary-dark);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(20,16,18,0.04);
  white-space: normal;
}

.meditace-landing.ml-workbook .ml-hero-benefits{
  display: grid;
  gap: 12px;
  margin: 22px 0 24px;
}

.meditace-landing.ml-workbook .ml-hero-benefit{
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.68);
  border: 1px solid rgba(111, 59, 70, 0.10);
  box-shadow: 0 6px 20px rgba(20,16,18,0.04);
}

.meditace-landing.ml-workbook .ml-hero-benefit strong{
  display: block;
  font-size: 16px;
  line-height: 1.35;
  color: var(--ht-ink);
  margin-bottom: 4px;
}

.meditace-landing.ml-workbook .ml-hero-benefit span{
  display: block;
  color: var(--ht-muted);
  line-height: 1.55;
  font-size: 14px;
}

.meditace-landing.ml-workbook .ml-hero-visual{
  margin: 0;
}

.meditace-landing.ml-workbook .ml-hero-visual img{
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  display: block;
  border: 0;
  border-radius: 28px;
  box-shadow: 0 24px 64px rgba(20,16,18,0.16);
  background: #fff;
}

.meditace-landing.ml-workbook .ml-pricebox{
  max-width: 420px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(111, 59, 70, 0.10);
  box-shadow: 0 18px 42px rgba(20,16,18,0.08);
  gap: 12px;
  backdrop-filter: blur(10px);
}

.meditace-landing.ml-workbook .p-eyebrow{
  color: var(--ht-primary-dark);
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-size: 11px;
  font-weight: 800;
}

.meditace-landing.ml-workbook .p-row{
  margin: 0;
}

.meditace-landing.ml-workbook .p-now{
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 52px;
  line-height: 0.95;
  color: var(--ht-primary);
  font-weight: 700;
}

.meditace-landing.ml-workbook .p-note{
  font-size: 13px;
  line-height: 1.55;
  color: var(--ht-muted);
}

.meditace-landing.ml-workbook .ml-pricebox .ml-cta,
.meditace-landing.ml-workbook .ml-sec .ml-cta{
  min-height: 58px;
  border-radius: 999px;
  border: 0 !important;
  background: linear-gradient(180deg, #9b6068 0%, #864651 100%) !important;
  color: #fff !important;
  font-weight: 800;
  font-size: 16px;
  box-shadow: 0 16px 34px rgba(134, 70, 81, 0.28) !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.meditace-landing.ml-workbook .ml-pricebox .ml-cta:hover,
.meditace-landing.ml-workbook .ml-sec .ml-cta:hover{
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 20px 40px rgba(134, 70, 81, 0.32) !important;
}

.meditace-landing.ml-workbook .ml-trustline{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 14px;
  color: var(--ht-muted);
  font-size: 13px;
}

.meditace-landing.ml-workbook .ml-trustline span{
  position: relative;
  padding-left: 14px;
}

.meditace-landing.ml-workbook .ml-trustline span::before{
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(134, 70, 81, 0.35);
}

.meditace-landing.ml-workbook .ml-grid{
  gap: 18px;
}

.meditace-landing.ml-workbook .ml-card,
.meditace-landing.ml-workbook .ml-list li,
.meditace-landing.ml-workbook .ml-step,
.meditace-landing.ml-workbook .ml-inc,
.meditace-landing.ml-workbook .ml-kpi{
  border-radius: 22px;
  border: 1px solid rgba(111, 59, 70, 0.09);
  background: rgba(255,255,255,0.88);
  box-shadow: 0 10px 28px rgba(20,16,18,0.05);
}

.meditace-landing.ml-workbook .ml-card{
  padding: 22px;
}

.meditace-landing.ml-workbook .ml-card h4{
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 8px;
  color: var(--ht-ink);
}

.meditace-landing.ml-workbook .ml-card p{
  color: var(--ht-muted);
  line-height: 1.65;
}

.meditace-landing.ml-workbook .ml-gain-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.meditace-landing.ml-workbook .ml-gain-card{
  min-height: 100%;
}

.meditace-landing.ml-workbook .ml-fit-grid{
  gap: 18px;
}

.meditace-landing.ml-workbook .ml-fit-card,
.meditace-landing.ml-workbook .ml-high{
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(250,246,243,0.94) 100%);
}

.meditace-landing.ml-workbook .ml-list{
  gap: 12px;
  margin-top: 18px;
}

.meditace-landing.ml-workbook .ml-list li{
  padding: 16px 18px;
  line-height: 1.65;
  color: var(--ht-muted);
}

.meditace-landing.ml-workbook .ml-list li b{
  color: var(--ht-ink);
}

.meditace-landing.ml-workbook .ml-flow-list,
.meditace-landing.ml-workbook .ml-flow-list--compact{
  display: grid;
  gap: 12px;
}

.meditace-landing.ml-workbook .ml-steps{
  gap: 14px;
}

.meditace-landing.ml-workbook .ml-step{
  min-height: 100%;
  padding: 18px 18px 18px 64px;
  line-height: 1.55;
  font-size: 15px;
  border-style: solid;
}

.meditace-landing.ml-workbook .ml-step::before{
  width: 34px;
  height: 34px;
  left: 18px;
  background: rgba(134, 70, 81, 0.10);
  border: 1px solid rgba(134, 70, 81, 0.18);
  color: var(--ht-primary);
  font-size: 13px;
  font-weight: 800;
}

.meditace-landing.ml-workbook .ht-author{
  width: 100% !important;
  margin: 0 !important;
  padding: 26px;
  border-radius: 30px;
  border: 1px solid rgba(111, 59, 70, 0.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(249,245,241,0.88) 100%);
  box-shadow: var(--ht-shadow-md);
}

.meditace-landing.ml-workbook .ht-author__top{
  grid-template-columns: 104px 1fr;
  gap: 18px;
  align-items: center;
}

.meditace-landing.ml-workbook .ht-author__avatar{
  width: 104px;
  height: 104px;
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(20,16,18,0.10);
  border: 2px solid rgba(255,255,255,0.8);
}

.meditace-landing.ml-workbook .ht-author__kicker{
  color: var(--ht-primary-dark);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.meditace-landing.ml-workbook .ht-author__name{
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1;
  margin-bottom: 10px;
}

.meditace-landing.ml-workbook .ht-author__text{
  font-size: 15px;
  line-height: 1.72;
  color: var(--ht-muted);
}

.meditace-landing.ml-workbook .ht-author__stats{
  margin-top: 18px;
  gap: 12px;
}

.meditace-landing.ml-workbook .ht-author__stat{
  min-height: 78px;
  border-radius: 18px;
  border: 1px solid rgba(111, 59, 70, 0.08);
  background: rgba(255,255,255,0.82);
  box-shadow: 0 8px 24px rgba(20,16,18,0.04);
  flex-direction: column;
  gap: 2px;
}

.meditace-landing.ml-workbook .ht-author__stat strong{
  font-size: 24px;
  color: var(--ht-primary);
}

.meditace-landing.ml-workbook .ht-author__stat span{
  color: var(--ht-muted);
  font-size: 13px;
}

.meditace-landing.ml-workbook .ht-author__links{
  margin-top: 16px;
  gap: 12px;
}

.meditace-landing.ml-workbook .ht-author__link{
  color: var(--ht-primary-dark) !important;
}

.meditace-landing.ml-workbook .ht-review-carousel{
  margin-top: 10px;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.meditace-landing.ml-workbook .ht-review-slide{
  gap: 18px;
}

.meditace-landing.ml-workbook .ht-review-card{
  border-radius: 24px;
  border: 1px solid rgba(111, 59, 70, 0.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(250,246,243,0.90) 100%);
  box-shadow: 0 14px 34px rgba(20,16,18,0.08);
  padding: 24px;
}

.meditace-landing.ml-workbook .ht-review-card__name{
  font-size: 18px;
  color: var(--ht-ink);
}

.meditace-landing.ml-workbook .ht-review-card__text{
  font-size: 15px;
  line-height: 1.75;
  color: var(--ht-muted);
}

.meditace-landing.ml-workbook .ht-review-card__divider{
  background: rgba(111, 59, 70, 0.12);
}

.meditace-landing.ml-workbook .ht-review-carousel .ht-carousel__dots{
  padding-top: 18px;
}

.meditace-landing.ml-workbook .ht-review-carousel .ht-carousel__dot{
  width: 10px;
  height: 10px;
  background: rgba(134, 70, 81, 0.20);
}

.meditace-landing.ml-workbook .ht-review-carousel .ht-carousel__dot.is-active{
  width: 24px;
  background: var(--ht-primary);
}

.meditace-landing.ml-workbook a.ht-review-section__cta,
.meditace-landing.ml-workbook a.ht-review-section__cta:link,
.meditace-landing.ml-workbook a.ht-review-section__cta:visited{
  margin-top: 20px;
  border-radius: 999px;
  background: rgba(255,255,255,0.88) !important;
  color: var(--ht-primary-dark) !important;
  border: 1px solid rgba(111, 59, 70, 0.14) !important;
  box-shadow: 0 10px 24px rgba(20,16,18,0.06) !important;
  padding: 13px 18px;
  font-weight: 700;
}

.meditace-landing.ml-workbook a.ht-review-section__cta:hover{
  background: rgba(255,255,255,1) !important;
  color: var(--ht-primary) !important;
}

.meditace-landing.ml-workbook .ht-carousel.ht-carousel--sample{
  border-radius: 30px;
  border: 1px solid rgba(111, 59, 70, 0.10);
  background: rgba(255,255,255,0.82);
  box-shadow: 0 20px 54px rgba(20,16,18,0.08);
  overflow: hidden;
}

.meditace-landing.ml-workbook .ht-carousel.ht-carousel--sample .ht-carousel__slide{
  padding: 18px;
}

.meditace-landing.ml-workbook .ht-carousel.ht-carousel--sample .ht-carousel__slide img{
  border-radius: 22px;
  border: 1px solid rgba(111, 59, 70, 0.08);
  box-shadow: 0 14px 36px rgba(20,16,18,0.10);
}

.meditace-landing.ml-workbook .ht-carousel__btn{
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(111, 59, 70, 0.10);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 12px 30px rgba(20,16,18,0.10);
  color: var(--ht-primary-dark);
}

.meditace-landing.ml-workbook .ht-carousel__btn:hover{
  box-shadow: 0 16px 34px rgba(20,16,18,0.14);
}

.meditace-landing.ml-workbook .ht-carousel__dot{
  background: rgba(134, 70, 81, 0.18);
}

.meditace-landing.ml-workbook .ht-carousel__dot.is-active{
  background: var(--ht-primary);
}

.meditace-landing.ml-workbook .ml-final-box{
  padding: 34px 22px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(249,245,241,0.92) 100%);
  border: 1px solid rgba(111, 59, 70, 0.10);
  box-shadow: var(--ht-shadow-md);
  text-align: center;
}

.meditace-landing.ml-workbook .ml-final-box h3{
  color: var(--ht-primary-dark);
  margin-bottom: 12px;
}

.meditace-landing.ml-workbook .ml-final-text{
  max-width: 720px;
  margin: 0 auto 20px;
  font-size: 16px;
}

@media (min-width: 901px){
  .meditace-landing.ml-workbook .ml-grid,
  .meditace-landing.ml-workbook .ml-fit-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .meditace-landing.ml-workbook .ml-gain-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .meditace-landing.ml-workbook .ml-steps{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px){
  .meditace-landing.ml-workbook .ml-hero-grid{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .meditace-landing.ml-workbook .ml-pricebox{
    max-width: 100%;
  }

  .meditace-landing.ml-workbook .ht-author__top{
    grid-template-columns: 1fr;
    text-align: center;
  }

  .meditace-landing.ml-workbook .ht-author__avatar{
    margin: 0 auto;
  }
}

@media (max-width: 700px){
  .meditace-landing.ml-workbook .ml-wrap{
    padding: 24px 16px;
  }

  .meditace-landing.ml-workbook .ml-hero{
    border-radius: 24px;
    margin-bottom: 22px;
  }

  .meditace-landing.ml-workbook .ml-hero-inner{
    padding: 22px 16px;
  }

  .meditace-landing.ml-workbook h2.ml-title{
    font-size: 42px;
    line-height: 0.98;
  }

  .meditace-landing.ml-workbook .ml-sub-strong{
    font-size: 22px;
  }

  .meditace-landing.ml-workbook .ml-sub{
    font-size: 15px;
  }

  .meditace-landing.ml-workbook .ml-gain-grid{
    grid-template-columns: 1fr;
  }

  .meditace-landing.ml-workbook .ml-step{
    padding-left: 58px;
  }

  .meditace-landing.ml-workbook .ht-author{
    padding: 20px;
    border-radius: 24px;
  }

  .meditace-landing.ml-workbook .ht-author__name{
    font-size: 34px;
  }

  .meditace-landing.ml-workbook .ht-review-card{
    padding: 20px;
    border-radius: 20px;
  }

  .meditace-landing.ml-workbook .ml-final-box{
    padding: 24px 16px;
    border-radius: 24px;
  }
}

@media (min-width: 901px){
  .meditace-landing.ml-workbook .ml-hero-copy,
  .meditace-landing.ml-workbook .ml-sec,
  .meditace-landing.ml-workbook .ml-card,
  .meditace-landing.ml-workbook .ml-list li,
  .meditace-landing.ml-workbook .ml-note,
  .meditace-landing.ml-workbook .ht-author,
  .meditace-landing.ml-workbook .ht-review-card,
  .meditace-landing.ml-workbook .ml-final-box{
    text-align: center;
  }

  .meditace-landing.ml-workbook .ml-sub,
  .meditace-landing.ml-workbook .ml-section-intro,
  .meditace-landing.ml-workbook .ml-final-text,
  .meditace-landing.ml-workbook .p-note,
  .meditace-landing.ml-workbook .ml-note,
  .meditace-landing.ml-workbook .ht-author__text,
  .meditace-landing.ml-workbook .ht-review-card__text{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .meditace-landing.ml-workbook .ml-eyebrow,
  .meditace-landing.ml-workbook .ml-sub-strong,
  .meditace-landing.ml-workbook .ml-pricebox,
  .meditace-landing.ml-workbook .ht-review-section__cta{
    margin-left: auto;
    margin-right: auto;
  }

  .meditace-landing.ml-workbook .ml-trustline{
    justify-content: center;
  }

  .meditace-landing.ml-workbook .ht-author__top{
    text-align: left;
  }

  .meditace-landing.ml-workbook .ht-author__avatar{
    margin-left: auto;
    margin-right: auto;
  }

  .meditace-landing.ml-workbook .ht-review-card__head{
    justify-content: center;
  }

  .meditace-landing.ml-workbook .ht-review-card__stars{
    flex-shrink: 0;
  }

  .meditace-landing.ml-workbook .ht-review-card__logo{
    margin-left: auto;
    margin-right: auto;
  }
}

.meditace-landing.ml-workbook .ht-review-carousel + .ht-review-section__cta,
.meditace-landing.ml-workbook a.ht-review-section__cta,
.meditace-landing.ml-workbook a.ht-review-section__cta:link,
.meditace-landing.ml-workbook a.ht-review-section__cta:visited{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-height: 46px;
  padding: 10px 22px !important;
  margin: 18px auto 0 !important;
  line-height: 1.1;
}

.meditace-landing.ml-workbook .ml-wrap > .ht-review-section__cta{
  display: flex;
  width: fit-content !important;
}

/* =========================================================
   HT Workbook Editorial Refresh
   Single final override block
   ========================================================= */

.meditace-landing.ml-workbook{
  --ht-accent: #a76570;
  --ht-accent-deep: #8f5862;
  --ht-accent-line: rgba(167, 101, 112, 0.14);
  --ht-accent-faint: rgba(167, 101, 112, 0.07);
  --ht-text: #1d1820;
  --ht-muted: #66626d;
  --ht-surface: rgba(255,255,255,0.88);
  --ht-surface-strong: rgba(255,255,255,0.95);
  --ht-shadow-soft: 0 18px 44px rgba(34, 24, 29, 0.06);
  --ht-shadow-lift: 0 26px 60px rgba(34, 24, 29, 0.10);
  --ht-radius-section: 30px;
  background: #ffffff;
  color: var(--ht-text);
}

.meditace-landing.ml-workbook .ml-wrap{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 18px;
}

.meditace-landing.ml-workbook .ml-sec{
  padding: 18px 0;
  background: transparent;
  border: 0;
}

.meditace-landing.ml-workbook .ml-sec + .ml-sec{
  margin-top: 8px;
}

.meditace-landing.ml-workbook .ml-sec .ml-wrap{
  position: relative;
}

.meditace-landing.ml-workbook .ml-sec + .ml-sec .ml-wrap::before{
  content: "";
  display: block;
  width: min(88px, 24vw);
  height: 1px;
  margin: 0 auto 24px;
  background: linear-gradient(90deg, transparent, rgba(167, 101, 112, 0.30), transparent);
}

.meditace-landing.ml-workbook h2.ml-title,
.meditace-landing.ml-workbook .ml-sec h3,
.meditace-landing.ml-workbook .ht-author__name,
.ht-premium__headline{
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  color: var(--ht-accent-deep);
  letter-spacing: -0.028em;
}

.meditace-landing.ml-workbook h2.ml-title{
  margin: 6px 0 12px;
  font-size: clamp(42px, 12vw, 66px);
  line-height: 0.92;
  font-weight: 700;
  text-wrap: balance;
}

.meditace-landing.ml-workbook .ml-sec h3{
  margin: 0 0 14px;
  font-size: clamp(30px, 8vw, 46px);
  line-height: 1.02;
  text-align: center;
}

.meditace-landing.ml-workbook .ml-eyebrow,
.ht-premium__kicker{
  display: block;
  margin: 0 0 10px;
  color: var(--ht-accent-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.meditace-landing.ml-workbook .ml-sub,
.meditace-landing.ml-workbook .ml-section-intro,
.meditace-landing.ml-workbook .ml-note,
.meditace-landing.ml-workbook .ml-final-text,
.meditace-landing.ml-workbook .ht-author__text,
.meditace-landing.ml-workbook .ht-review-card__text,
.ht-premium__text{
  color: var(--ht-muted);
  line-height: 1.72;
}

.meditace-landing.ml-workbook .ml-sub{
  max-width: 39rem;
  margin: 0 auto 12px;
  font-size: 15px;
  text-align: center;
}

.meditace-landing.ml-workbook .ml-sub-strong{
  display: block;
  margin: 0 auto 12px;
  color: var(--ht-accent-deep);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
  text-align: center;
}

.meditace-landing.ml-workbook .ml-hero{
  margin: 4px 0 18px;
  border: 1px solid rgba(167, 101, 112, 0.12);
  border-radius: var(--ht-radius-section);
  background: #ffffff !important;
  box-shadow: var(--ht-shadow-soft);
  overflow: hidden;
}

.meditace-landing.ml-workbook .ml-hero::before{
  display: none;
}

.meditace-landing.ml-workbook .ml-hero-inner{
  background: transparent !important;
  padding: 18px 16px 22px;
}

.meditace-landing.ml-workbook .ml-hero-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
}

.meditace-landing.ml-workbook .ml-hero-copy{
  text-align: center;
}

.meditace-landing.ml-workbook .ml-hero-visual{
  order: -1;
  margin: 0;
}

.meditace-landing.ml-workbook .ml-hero-visual img{
  display: block;
  width: 100%;
  max-width: 246px;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  filter: drop-shadow(0 16px 30px rgba(34, 24, 29, 0.14));
}

.meditace-landing.ml-workbook .ml-hero-benefits{
  display: grid;
  gap: 0;
  margin: 16px 0 20px;
}

.meditace-landing.ml-workbook .ml-hero-benefit{
  padding: 12px 0;
  border-top: 1px solid rgba(167, 101, 112, 0.12);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.meditace-landing.ml-workbook .ml-hero-benefit:last-child{
  border-bottom: 1px solid rgba(167, 101, 112, 0.12);
}

.meditace-landing.ml-workbook .ml-hero-benefit strong{
  display: block;
  margin-bottom: 3px;
  color: var(--ht-accent-deep);
  font-size: 16px;
  line-height: 1.34;
}

.meditace-landing.ml-workbook .ml-hero-benefit span{
  display: block;
  color: var(--ht-muted);
  font-size: 14px;
  line-height: 1.58;
}

.meditace-landing.ml-workbook .ml-pricebox{
  max-width: 430px;
  margin: 0 auto;
  padding: 20px 20px 18px;
  border: 1px solid rgba(167, 101, 112, 0.14);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.97) 0%, rgba(249,244,241,0.94) 100%);
  box-shadow: var(--ht-shadow-lift);
  text-align: center;
}

.meditace-landing.ml-workbook .p-eyebrow{
  margin-bottom: 8px;
  color: var(--ht-accent-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.meditace-landing.ml-workbook .p-row{
  margin: 0 0 6px;
}

.meditace-landing.ml-workbook .p-now{
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 11vw, 60px);
  line-height: 0.94;
  color: var(--ht-accent-deep);
  font-weight: 700;
}

.meditace-landing.ml-workbook .p-note{
  max-width: 28rem;
  margin: 0 auto 16px;
  color: var(--ht-muted);
  font-size: 13px;
  line-height: 1.62;
}

.meditace-landing.ml-workbook .ml-pricebox .ml-cta,
.meditace-landing.ml-workbook .ml-final-box .ml-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 0 !important;
  min-height: 54px !important;
  padding: 0 28px !important;
  border: 1px solid rgba(143, 88, 98, 0.22) !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #b1707b 0%, #9a606a 100%) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(154, 96, 106, 0.24) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.meditace-landing.ml-workbook .ml-pricebox .ml-cta:hover,
.meditace-landing.ml-workbook .ml-final-box .ml-cta:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(154, 96, 106, 0.28) !important;
}

.meditace-landing.ml-workbook .ml-trustline{
  display: block;
  margin-top: 14px;
  color: var(--ht-muted);
  font-size: 13px;
  line-height: 1.75;
  text-align: center;
}

.meditace-landing.ml-workbook .ml-trustline span{
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.meditace-landing.ml-workbook .ml-trustline span + span::before{
  content: " • ";
  color: rgba(143, 88, 98, 0.56);
}

.meditace-landing.ml-workbook .ml-grid{
  gap: 14px;
}

.meditace-landing.ml-workbook .ml-card{
  padding: 18px 0 16px;
  border: 0;
  border-top: 1px solid rgba(167, 101, 112, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.meditace-landing.ml-workbook .ml-grid .ml-card:last-child{
  border-bottom: 1px solid rgba(167, 101, 112, 0.12);
}

.meditace-landing.ml-workbook .ml-card h4{
  margin: 0 0 8px;
  color: var(--ht-accent-deep);
  font-size: 19px;
  line-height: 1.26;
}

.meditace-landing.ml-workbook .ml-card p{
  margin: 0;
  color: var(--ht-muted);
  line-height: 1.66;
}

.meditace-landing.ml-workbook .ml-gain-grid{
  counter-reset: gain-cards;
  gap: 16px;
}

.meditace-landing.ml-workbook .ml-gain-card{
  counter-increment: gain-cards;
  position: relative;
  padding: 24px 22px 22px;
  border: 1px solid rgba(167, 101, 112, 0.10);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(250,246,243,0.88) 100%);
  box-shadow: 0 14px 34px rgba(34, 24, 29, 0.05);
  text-align: left;
  overflow: hidden;
}

.meditace-landing.ml-workbook .ml-gain-grid .ml-gain-card:last-child{
  border-bottom: 1px solid rgba(167, 101, 112, 0.10);
}

.meditace-landing.ml-workbook .ml-gain-card::before{
  content: counter(gain-cards, decimal-leading-zero);
  position: absolute;
  top: 16px;
  right: 18px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1;
  color: rgba(167, 101, 112, 0.18);
  font-weight: 700;
  pointer-events: none;
}

.meditace-landing.ml-workbook .ml-gain-card h4{
  max-width: calc(100% - 56px);
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.24;
  text-align: left;
}

.meditace-landing.ml-workbook .ml-gain-card p{
  max-width: 34rem;
  text-align: left;
}

.meditace-landing.ml-workbook .ml-flow-list,
.meditace-landing.ml-workbook .ml-flow-list--compact{
  gap: 12px;
}

.meditace-landing.ml-workbook .ml-flow-list li,
.meditace-landing.ml-workbook .ml-flow-list--compact li{
  padding: 16px 18px 16px 20px;
  border: 1px solid rgba(167, 101, 112, 0.09);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.86) 0%, rgba(250,246,243,0.72) 100%);
  box-shadow: 0 10px 24px rgba(34, 24, 29, 0.04);
  text-align: left;
}

.meditace-landing.ml-workbook .ml-flow-list li:last-child,
.meditace-landing.ml-workbook .ml-flow-list--compact li:last-child{
  border-bottom: 1px solid rgba(167, 101, 112, 0.09);
}

.meditace-landing.ml-workbook .ml-flow-list li::before,
.meditace-landing.ml-workbook .ml-flow-list--compact li::before{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(167, 101, 112, 0.76) 0%, rgba(143, 88, 98, 0.90) 100%);
  vertical-align: middle;
}

.meditace-landing.ml-workbook .ml-fit-grid{
  gap: 16px;
}

.meditace-landing.ml-workbook .ml-fit-card{
  padding: 22px 20px;
  border: 1px solid rgba(167, 101, 112, 0.10);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(249,245,242,0.84) 100%);
  box-shadow: 0 12px 28px rgba(34, 24, 29, 0.05);
  text-align: center;
}

.meditace-landing.ml-workbook .ml-fit-grid .ml-fit-card:last-child{
  border-bottom: 1px solid rgba(167, 101, 112, 0.10);
}

.meditace-landing.ml-workbook .ml-fit-card p{
  font-size: 16px;
  line-height: 1.62;
}

.meditace-landing.ml-workbook .ml-steps{
  gap: 14px;
  counter-reset: step-cards;
}

.meditace-landing.ml-workbook .ml-step{
  counter-increment: step-cards;
  padding: 18px 18px 18px 58px;
  border: 1px solid rgba(167, 101, 112, 0.10);
  border-radius: 20px;
  background: rgba(255,255,255,0.74);
  box-shadow: 0 10px 24px rgba(34, 24, 29, 0.04);
  text-align: left;
}

.meditace-landing.ml-workbook .ml-step:last-child{
  border-bottom: 1px solid rgba(167, 101, 112, 0.10);
}

.meditace-landing.ml-workbook .ml-list{
  display: grid;
  gap: 0;
  margin-top: 14px;
}

.meditace-landing.ml-workbook .ml-list li{
  padding: 14px 0;
  border: 0;
  border-top: 1px solid rgba(167, 101, 112, 0.10);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ht-muted);
  line-height: 1.66;
  text-align: center;
}

.meditace-landing.ml-workbook .ml-list li:last-child{
  border-bottom: 1px solid rgba(167, 101, 112, 0.10);
}

.meditace-landing.ml-workbook .ml-list li b{
  color: var(--ht-accent-deep);
}

.meditace-landing.ml-workbook .ml-steps{
  display: grid;
  gap: 0;
}

.meditace-landing.ml-workbook .ml-step{
  font-size: 14px;
  line-height: 1.58;
}

.meditace-landing.ml-workbook .ml-step::before{
  content: counter(step-cards);
  left: 18px;
  top: 18px;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(167, 101, 112, 0.16);
  border-radius: 50%;
  background: rgba(167, 101, 112, 0.08);
  color: var(--ht-accent-deep);
  font-size: 11px;
  font-weight: 700;
}

.meditace-landing.ml-workbook .ml-grid:not(.ml-gain-grid):not(.ml-fit-grid) .ml-card{
  padding: 22px 20px;
  border: 1px solid rgba(167, 101, 112, 0.10);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.90) 0%, rgba(249,245,242,0.82) 100%);
  box-shadow: 0 12px 28px rgba(34, 24, 29, 0.05);
}

.meditace-landing.ml-workbook .ml-grid:not(.ml-gain-grid):not(.ml-fit-grid) .ml-card:last-child{
  border-bottom: 1px solid rgba(167, 101, 112, 0.10);
}

.meditace-landing.ml-workbook .ml-grid:not(.ml-gain-grid):not(.ml-fit-grid) .ml-card h4{
  font-size: 21px;
  margin-bottom: 10px;
}

.meditace-landing.ml-workbook .ml-high{
  background:
    radial-gradient(circle at top center, rgba(167, 101, 112, 0.08), transparent 46%),
    linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(250,245,242,0.88) 100%) !important;
  border-color: rgba(167, 101, 112, 0.14) !important;
  box-shadow: 0 16px 34px rgba(34, 24, 29, 0.06) !important;
}

.meditace-landing.ml-workbook .ml-note--topline{
  max-width: 760px;
  margin: 16px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(167, 101, 112, 0.10);
}

.meditace-landing.ml-workbook .ht-author{
  padding: 24px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.meditace-landing.ml-workbook .ht-author__top{
  grid-template-columns: 1fr;
  gap: 16px;
  text-align: center;
}

.meditace-landing.ml-workbook .ht-author__avatar{
  width: 96px;
  height: 96px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(34, 24, 29, 0.10);
}

.meditace-landing.ml-workbook .ht-author__kicker{
  color: var(--ht-accent-deep);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.meditace-landing.ml-workbook .ht-author__name{
  margin-bottom: 8px;
  font-size: clamp(30px, 8vw, 42px);
  line-height: 1.02;
}

.meditace-landing.ml-workbook .ht-author__text{
  max-width: 760px;
  margin: 0 auto;
  font-size: 15px;
}

.meditace-landing.ml-workbook .ht-author__stats{
  margin-top: 20px;
  gap: 0;
  border-top: 1px solid rgba(167, 101, 112, 0.10);
  border-bottom: 1px solid rgba(167, 101, 112, 0.10);
}

.meditace-landing.ml-workbook .ht-author__stat{
  min-height: 84px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  flex-direction: column;
  gap: 4px;
}

.meditace-landing.ml-workbook .ht-author__stat strong{
  color: var(--ht-accent-deep);
  font-size: 24px;
}

.meditace-landing.ml-workbook .ht-author__stat span{
  color: var(--ht-muted);
  font-size: 13px;
}

.meditace-landing.ml-workbook .ht-author__links{
  margin-top: 16px;
  gap: 16px;
  justify-content: center;
}

.meditace-landing.ml-workbook .ht-author__link{
  color: var(--ht-accent-deep) !important;
}

.meditace-landing.ml-workbook .ht-review-carousel{
  margin-top: 8px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.meditace-landing.ml-workbook .ht-review-slide{
  gap: 16px;
}

.meditace-landing.ml-workbook .ht-review-card{
  padding: 20px 18px;
  border: 1px solid rgba(167, 101, 112, 0.10);
  border-radius: 22px;
  background: rgba(255,255,255,0.70);
  box-shadow: 0 10px 26px rgba(34, 24, 29, 0.04);
}

.meditace-landing.ml-workbook .ht-review-card__name{
  color: var(--ht-accent-deep);
  font-size: 18px;
}

.meditace-landing.ml-workbook .ht-review-card__divider{
  background: rgba(167, 101, 112, 0.10);
}

.meditace-landing.ml-workbook .ht-review-carousel .ht-carousel__dot,
.meditace-landing.ml-workbook .ht-carousel--sample .ht-carousel__dot{
  background: rgba(167, 101, 112, 0.20);
}

.meditace-landing.ml-workbook .ht-review-carousel .ht-carousel__dot.is-active,
.meditace-landing.ml-workbook .ht-carousel--sample .ht-carousel__dot.is-active{
  background: var(--ht-accent-deep);
}

.meditace-landing.ml-workbook .ml-wrap > .ht-review-section__cta,
.meditace-landing.ml-workbook a.ht-review-section__cta,
.meditace-landing.ml-workbook a.ht-review-section__cta:link,
.meditace-landing.ml-workbook a.ht-review-section__cta:visited{
  display: inline-block !important;
  width: auto !important;
  margin: 18px auto 0 !important;
  padding: 0 0 4px !important;
  min-height: 0;
  border: 0 !important;
  border-bottom: 1px solid rgba(143, 88, 98, 0.30) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ht-accent-deep) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none !important;
}

.meditace-landing.ml-workbook a.ht-review-section__cta:hover{
  color: var(--ht-accent-deep) !important;
  border-bottom-color: var(--ht-accent-deep) !important;
}

.meditace-landing.ml-workbook .ht-carousel.ht-carousel--sample{
  width: min(100%, 760px) !important;
  max-width: 760px !important;
  margin: 14px auto 0 !important;
  border: 1px solid rgba(167, 101, 112, 0.10);
  border-radius: 24px;
  background: rgba(255,255,255,0.78);
  box-shadow: var(--ht-shadow-soft);
  overflow: hidden;
}

.meditace-landing.ml-workbook .ht-carousel.ht-carousel--sample .ht-carousel__slide{
  padding: 14px;
}

.meditace-landing.ml-workbook .ht-carousel.ht-carousel--sample .ht-carousel__slide img{
  width: 100%;
  max-height: min(72vh, 760px);
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(34, 24, 29, 0.08);
}

.meditace-landing.ml-workbook .ht-carousel__btn{
  width: 42px;
  height: 42px;
  border: 1px solid rgba(167, 101, 112, 0.12);
  border-radius: 50%;
  background: rgba(255,255,255,0.90);
  box-shadow: 0 10px 24px rgba(34, 24, 29, 0.08);
  color: var(--ht-accent-deep);
}

.meditace-landing.ml-workbook .ml-sec--topics{
  padding-top: 26px;
}

.meditace-landing.ml-workbook .ml-list--airy{
  max-width: 860px;
  margin: 2px auto 0;
}

.meditace-landing.ml-workbook .ml-list--airy li{
  padding: 13px 0;
}

.meditace-landing.ml-workbook .ml-note--airy{
  max-width: 760px;
  margin: 18px auto 0;
  padding: 16px 0 0;
  border: 0;
  border-top: 1px solid rgba(167, 101, 112, 0.10);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.meditace-landing.ml-workbook .ml-sec--final{
  padding-top: 28px;
}

.meditace-landing.ml-workbook .ml-final-box{
  text-align: center;
}

.meditace-landing.ml-workbook .ml-final-box--airy{
  max-width: 900px;
  margin: 0 auto;
  padding: 34px 20px;
  border-top: 1px solid rgba(167, 101, 112, 0.14);
  border-bottom: 1px solid rgba(167, 101, 112, 0.14);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.meditace-landing.ml-workbook .ml-final-text{
  max-width: 700px;
  margin: 0 auto 18px;
  font-size: 15px;
}

.ht-premium{
  max-width: 760px;
  margin: 18px auto 22px;
  padding: 18px 0 0;
  border: 0;
  border-top: 1px solid rgba(167, 101, 112, 0.14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.ht-premium::before{
  display: none;
}

.ht-premium__kicker{
  margin: 0 0 10px;
}

.ht-premium__headline{
  max-width: 720px;
  margin: 0 auto 12px;
  font-size: clamp(34px, 10vw, 54px);
  line-height: 0.98;
  text-wrap: balance;
}

.ht-premium__text{
  max-width: 650px;
  margin: 0 auto;
  font-size: 15px;
}

.ht-premium__bullets{
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 760px;
  margin: 18px auto 0;
}

.ht-premium__bullet{
  padding: 14px 0;
  border: 0;
  border-top: 1px solid rgba(167, 101, 112, 0.10);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ht-muted);
  line-height: 1.62;
  text-align: center;
}

.ht-premium__bullet:last-child{
  border-bottom: 1px solid rgba(167, 101, 112, 0.10);
}

.ht-premium__bullet strong{
  color: var(--ht-accent-deep);
}

@media (min-width: 901px){
  .meditace-landing.ml-workbook .ml-wrap{
    margin-left: auto;
    margin-right: auto;
    padding: 30px 22px;
  }

  .meditace-landing.ml-workbook .ml-hero-inner{
    padding: 26px 28px 28px;
  }

  .meditace-landing.ml-workbook .ml-hero-grid{
    grid-template-columns: 0.9fr 1.1fr;
    gap: 34px;
  }

  .meditace-landing.ml-workbook .ml-hero-visual{
    order: 0;
  }

  .meditace-landing.ml-workbook .ml-hero-visual img{
    max-width: 390px;
  }

  .meditace-landing.ml-workbook .ml-hero-copy{
    text-align: left;
  }

  .meditace-landing.ml-workbook .ml-sub,
  .meditace-landing.ml-workbook .p-note{
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .meditace-landing.ml-workbook .ml-sub-strong,
  .meditace-landing.ml-workbook .ml-eyebrow{
    text-align: left;
  }

  .meditace-landing.ml-workbook .ml-hero-benefit{
    text-align: left;
  }

  .meditace-landing.ml-workbook .ml-pricebox{
    margin-left: 0;
    margin-right: 0;
  }

  .meditace-landing.ml-workbook .ml-trustline{
    text-align: left;
  }

  .meditace-landing.ml-workbook .ml-gain-grid,
  .meditace-landing.ml-workbook .ml-fit-grid,
  .meditace-landing.ml-workbook .ml-steps{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  .meditace-landing.ml-workbook .ml-gain-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 42px;
    row-gap: 22px;
  }

  .meditace-landing.ml-workbook .ml-fit-grid,
  .meditace-landing.ml-workbook .ml-steps{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 34px;
  }

  .meditace-landing.ml-workbook .ml-list,
  .meditace-landing.ml-workbook .ml-note--airy,
  .meditace-landing.ml-workbook .ml-final-box,
  .meditace-landing.ml-workbook .ht-review-carousel,
  .meditace-landing.ml-workbook .ht-carousel--sample{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .meditace-landing.ml-workbook .ml-list{
    max-width: 920px;
  }

  .meditace-landing.ml-workbook .ht-author{
    text-align: left;
  }

  .meditace-landing.ml-workbook .ht-author__top{
    grid-template-columns: 104px 1fr;
    text-align: left;
  }

  .meditace-landing.ml-workbook .ht-author__avatar{
    margin: 0;
  }

  .meditace-landing.ml-workbook .ht-author__text{
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .meditace-landing.ml-workbook .ht-author__stats{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .meditace-landing.ml-workbook .ht-author__stat{
    min-height: 94px;
  }

  .meditace-landing.ml-workbook .ml-sec .ml-wrap > .ht-review-section__cta{
    display: table !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .ht-premium__bullets{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 34px;
  }
}

/* Workbook corrections: author box + review CTA */
.meditace-landing.ml-workbook .ht-author{
  width: 100% !important;
  margin: 0 !important;
  padding: 26px;
  border-radius: 30px;
  border: 1px solid rgba(111, 59, 70, 0.10);
  background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(249,245,241,0.88) 100%);
  box-shadow: var(--ht-shadow-soft);
  text-align: left;
}

.meditace-landing.ml-workbook .ht-author__top{
  grid-template-columns: 104px 1fr;
  gap: 18px;
  align-items: center;
  text-align: left;
}

.meditace-landing.ml-workbook .ht-author__avatar{
  width: 104px;
  height: 104px;
  margin: 0;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.80);
  box-shadow: 0 14px 32px rgba(20,16,18,0.10);
}

.meditace-landing.ml-workbook .ht-author__name{
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1;
  margin-bottom: 10px;
}

.meditace-landing.ml-workbook .ht-author__text{
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.meditace-landing.ml-workbook .ht-author__stats{
  margin-top: 18px;
  gap: 12px;
  border-top: 0;
  border-bottom: 0;
}

.meditace-landing.ml-workbook .ht-author__stat{
  min-height: 78px;
  border-radius: 18px;
  border: 1px solid rgba(111, 59, 70, 0.08);
  background: rgba(255,255,255,0.82);
  box-shadow: 0 8px 24px rgba(20,16,18,0.04);
  flex-direction: column;
  gap: 2px;
}

.meditace-landing.ml-workbook .ht-author__stat strong{
  color: var(--ht-accent-deep);
}

.meditace-landing.ml-workbook .ht-author__links{
  justify-content: flex-start;
}

body.single-product .summary > h1.product_title,
body.single-product .entry-summary > h1.product_title{
  display: none !important;
}

/* Final workbook overrides */
body.single-product .woocommerce-Tabs-panel--description > .meditace-landing.ml-workbook,
body.single-product #tab-description > .meditace-landing.ml-workbook,
body.single-product .product-section--description .meditace-landing.ml-workbook,
body.single-product .woocommerce-tabs__content .meditace-landing.ml-workbook,
body.single-product .meditace-landing.ml-workbook{
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  float: none !important;
  clear: both !important;
}

body.single-product .meditace-landing.ml-workbook .ml-wrap,
body.single-product .meditace-landing.ml-workbook .ml-hero-inner{
  box-sizing: border-box !important;
  width: min(100%, 1480px) !important;
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(18px, 3vw, 44px) !important;
  padding-right: clamp(18px, 3vw, 44px) !important;
}

body.single-product .meditace-landing.ml-workbook .ml-sec .ml-wrap .ht-carousel,
body.single-product .meditace-landing.ml-workbook .ml-wrap > .ht-carousel,
body.single-product .meditace-landing.ml-workbook .ht-review-carousel,
body.single-product .meditace-landing.ml-workbook .ht-carousel--sample{
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.single-product .meditace-landing.ml-workbook .ml-wrap > a.ht-review-section__cta.ht-review-section__cta--modal,
body.single-product .meditace-landing.ml-workbook a.ht-review-section__cta.ht-review-section__cta--modal,
body.single-product .meditace-landing.ml-workbook a.ht-review-section__cta.ht-review-section__cta--modal:link,
body.single-product .meditace-landing.ml-workbook a.ht-review-section__cta.ht-review-section__cta--modal:visited{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  width: min(100%, 336px) !important;
  min-width: min(100%, 336px) !important;
  height: 62px !important;
  min-height: 62px !important;
  margin: 18px auto 0 !important;
  padding: 0 28px !important;
  border: 1px solid rgba(111, 59, 70, 0.14) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.94) !important;
  color: var(--ht-accent-deep) !important;
  box-shadow: 0 10px 24px rgba(20,16,18,0.06) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-align: center !important;
  white-space: nowrap !important;
  float: none !important;
  clear: both !important;
}

body.single-product .meditace-landing.ml-workbook a.ht-review-section__cta.ht-review-section__cta--modal:hover,
body.single-product .meditace-landing.ml-workbook a.ht-review-section__cta.ht-review-section__cta--modal:focus{
  background: #fff !important;
  color: var(--ht-accent-deep) !important;
  border-color: rgba(111, 59, 70, 0.22) !important;
  box-shadow: 0 14px 28px rgba(20,16,18,0.08) !important;
}

body.single-product .meditace-landing.ml-workbook .ml-trustline.is-trust-carousel{
  position: relative !important;
  display: block !important;
  min-height: 76px !important;
  margin-top: 18px !important;
  overflow: hidden !important;
}

body.single-product .meditace-landing.ml-workbook .ml-trustline__viewport{
  display: block !important;
  overflow: hidden !important;
}

body.single-product .meditace-landing.ml-workbook .ml-trustline__track{
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
  will-change: transform !important;
}

body.single-product .meditace-landing.ml-workbook .ml-trustline.is-trust-carousel .ml-trustline__track > span,
body.single-product .meditace-landing.ml-workbook .ml-trustline.is-trust-carousel .ml-trustline__slide{
  flex: 0 0 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 64px !important;
  margin: 0 !important;
  padding: 0 26px !important;
  border: 1px solid rgba(111, 59, 70, 0.10) !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,0.90) !important;
  box-shadow: 0 14px 32px rgba(20,16,18,0.05) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
}

body.single-product .meditace-landing.ml-workbook .ml-trustline.is-trust-carousel .ml-trustline__track > span::before,
body.single-product .meditace-landing.ml-workbook .ml-trustline.is-trust-carousel .ml-trustline__slide::before,
body.single-product .meditace-landing.ml-workbook .ml-trustline__dots{
  display: none !important;
  content: none !important;
}

body.single-product .meditace-landing.ml-workbook .ml-sec--final{
  padding-top: 40px !important;
}

body.single-product .meditace-landing.ml-workbook .ml-final-box--airy{
  padding: 44px 22px 34px !important;
}

body.single-product .meditace-landing.ml-workbook .ml-final-box h3{
  margin-bottom: 18px !important;
}

body.single-product .meditace-landing.ml-workbook .ml-final-text{
  max-width: 720px !important;
  margin: 0 auto 28px !important;
  line-height: 1.55 !important;
}

body.single-product .meditace-landing.ml-workbook .ml-final-box .ml-cta{
  margin-top: 10px !important;
}

body.single-product .meditace-landing.ml-workbook .ml-hero-grid,
body.single-product .meditace-landing.ml-workbook .ml-hero-copy,
body.single-product .meditace-landing.ml-workbook .ml-hero-visual,
body.single-product .meditace-landing.ml-workbook .ml-hero-visual img,
body.single-product .meditace-landing.ml-workbook .ml-steps .ml-step{
  box-sizing: border-box !important;
}

body.single-product .meditace-landing.ml-workbook .ml-steps{
  width: 100% !important;
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.single-product .meditace-landing.ml-workbook .ml-steps .ml-step{
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

body.single-product .meditace-landing.ml-workbook .ml-step--pay .ml-step__headline{
  white-space: normal !important;
}

body.single-product .meditace-landing.ml-workbook .ml-step--pay .ml-step__payments-copy{
  display: none !important;
}

@media (max-width: 1023px){
  body.single-product .meditace-landing.ml-workbook .ml-wrap,
  body.single-product .meditace-landing.ml-workbook .ml-hero-inner{
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-grid{
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 24px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-copy{
    width: 100% !important;
    max-width: 760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-copy .ml-sub,
  body.single-product .meditace-landing.ml-workbook .ml-hero-copy .ml-sub-strong,
  body.single-product .meditace-landing.ml-workbook .ml-hero-copy .ml-eyebrow,
  body.single-product .meditace-landing.ml-workbook .ml-hero-copy .p-note,
  body.single-product .meditace-landing.ml-workbook .ml-hero-copy .ml-trustline{
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-pricebox{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-visual{
    order: -1 !important;
    width: 100% !important;
    max-width: 380px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-self: center !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-visual img{
    width: 100% !important;
    max-width: 380px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-steps{
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-steps .ml-step{
    display: flex !important;
    align-items: center !important;
    min-height: 96px !important;
    height: auto !important;
    padding: 18px 18px 18px 64px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-step::before{
    top: 50% !important;
    left: 20px !important;
    transform: translateY(-50%) !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-step--pay{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: 12px !important;
    min-height: 96px !important;
    height: auto !important;
    padding: 18px 18px 18px 64px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-step--pay .ml-step__headline{
    margin: 0 !important;
    padding: 0 !important;
    font-size: clamp(15px, 4vw, 18px) !important;
    line-height: 1.24 !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-step--pay .ml-step__payments{
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-left: auto !important;
    white-space: nowrap !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-step--pay .ml-step__payments img{
    display: block !important;
    width: auto !important;
    height: 24px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-wrap > a.ht-review-section__cta.ht-review-section__cta--modal,
  body.single-product .meditace-landing.ml-workbook a.ht-review-section__cta.ht-review-section__cta--modal,
  body.single-product .meditace-landing.ml-workbook a.ht-review-section__cta.ht-review-section__cta--modal:link,
  body.single-product .meditace-landing.ml-workbook a.ht-review-section__cta.ht-review-section__cta--modal:visited{
    width: min(100%, 294px) !important;
    min-width: min(100%, 294px) !important;
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 24px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-final-box--airy{
    padding: 36px 18px 30px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-final-text{
    margin: 0 auto 24px !important;
  }
}

@media (min-width: 1024px){
  body.single-product .meditace-landing.ml-workbook .ml-hero-grid{
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 520px) !important;
    gap: clamp(36px, 5vw, 78px) !important;
    align-items: center !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-copy{
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-copy .ml-sub,
  body.single-product .meditace-landing.ml-workbook .ml-hero-copy .ml-sub-strong,
  body.single-product .meditace-landing.ml-workbook .ml-hero-copy .ml-eyebrow,
  body.single-product .meditace-landing.ml-workbook .ml-hero-copy .p-note,
  body.single-product .meditace-landing.ml-workbook .ml-hero-copy .ml-trustline{
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-pricebox{
    max-width: 460px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-visual{
    order: 0 !important;
    width: 100% !important;
    max-width: 520px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-self: center !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-visual img{
    width: 100% !important;
    max-width: 520px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-steps{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
    align-items: stretch !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-steps .ml-step{
    display: flex !important;
    align-items: center !important;
    min-height: 128px !important;
    height: auto !important;
    padding: 20px 24px 20px 72px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-step::before{
    top: 50% !important;
    left: 26px !important;
    transform: translateY(-50%) !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-step--pay{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: 16px !important;
    min-height: 128px !important;
    height: auto !important;
    padding: 20px 24px 20px 72px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-step--pay .ml-step__headline{
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: clamp(16px, 1.35vw, 18px) !important;
    line-height: 1.28 !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-step--pay .ml-step__payments{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    margin-left: auto !important;
    white-space: nowrap !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-step--pay .ml-step__payments img{
    display: block !important;
    width: auto !important;
    height: 26px !important;
  }
}

/* Front-end styles moved from functions.php */

.ht-gtm-noscript{
  display:none;
  visibility:hidden;
  width:0;
  height:0;
}

@media (min-width: 771px) {
  body.single-product .archive-header + .col-full {
    padding-top: 22px;
  }

  body.single-product #commercegurus-pdp-gallery .cg-main-swiper .swiper-slide img,
  body.single-product #commercegurus-pdp-gallery .cg-thumb-swiper .swiper-slide img {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
  }

  body.single-product #commercegurus-pdp-gallery .cg-main-swiper .swiper-slide:hover img,
  body.single-product #commercegurus-pdp-gallery .cg-thumb-swiper .swiper-slide:hover img {
    transform: none !important;
  }

  #commercegurus-pdp-gallery .cg-thumb-swiper:has(.swiper-wrapper:empty) {
    display: none !important;
  }

  #commercegurus-pdp-gallery .cg-thumb-swiper .swiper-wrapper.ht-gallery-fallback-thumbs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    transform: none !important;
  }

  #commercegurus-pdp-gallery .cg-thumb-swiper .swiper-wrapper.ht-gallery-fallback-thumbs .swiper-slide {
    cursor: pointer;
  }

  #commercegurus-pdp-gallery .cg-thumb-swiper .ht-gallery-thumb-button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  #commercegurus-pdp-gallery .cg-thumb-swiper .ht-gallery-thumb-button img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.clenska-sekce-wrapper {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 16px;
  max-width: 900px;
  margin: 40px auto;
  font-family: 'Segoe UI', sans-serif;
}

.clenska-sekce-wrapper h2 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #333;
}

.clenska-sekce-wrapper h3 {
  font-size: 22px;
  margin-top: 30px;
  color: #444;
}

.clenska-sekce-wrapper p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.profil-box,
.rezervace-box,
.kurz-box {
  background: #fff;
  padding: 20px;
  border-left: 4px solid #9c27b0;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}

.kurz-box h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.kurz-box .button {
  background-color: #9c27b0;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
}

.kurz-box .button:hover {
  background-color: #7b1fa2;
}

.button.secondary {
  background: #ddd;
  color: #333;
}

.profil-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.profil-foto {
  flex-shrink: 0;
}

.profil-udaje p {
  margin: 5px 0;
}

#custom_gdpr_marketing {
  margin-bottom: 20px;
}

#custom_gdpr_marketing .ht-underline-link {
  text-decoration: underline;
}

.woocommerce-order-coupon {
  margin: 32px 0;
  padding: 24px;
  border: 2px dashed #2A6794;
  border-radius: 12px;
  background: #f4f8fb;
  text-align: center;
}

.woocommerce-order-coupon__title {
  margin: 0 0 12px;
  color: #2A6794;
}

.woocommerce-order-coupon__text {
  margin: 0 0 16px;
  font-size: 16px;
  color: #333;
}

.woocommerce-order-coupon__code {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #000;
}

.ht-prb-hidden-form {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Workbook final authority: consistent layout in WP and standalone preview */
body.single-product .meditace-landing.ml-workbook,
.meditace-landing.ml-workbook{
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  float: none !important;
  clear: both !important;
  overflow-x: clip !important;
}

body.single-product .meditace-landing.ml-workbook .ml-wrap,
body.single-product .meditace-landing.ml-workbook .ml-hero-inner,
.meditace-landing.ml-workbook .ml-wrap,
.meditace-landing.ml-workbook .ml-hero-inner{
  box-sizing: border-box !important;
  width: min(100%, 1480px) !important;
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(18px, 3vw, 44px) !important;
  padding-right: clamp(18px, 3vw, 44px) !important;
}

body.single-product .meditace-landing.ml-workbook .ml-wrap,
body.single-product .meditace-landing.ml-workbook .ml-hero-inner,
body.single-product .meditace-landing.ml-workbook .ml-hero-grid,
body.single-product .meditace-landing.ml-workbook .ml-hero-copy,
body.single-product .meditace-landing.ml-workbook .ml-hero-visual,
body.single-product .meditace-landing.ml-workbook .ml-hero-visual img,
body.single-product .meditace-landing.ml-workbook .ml-steps,
body.single-product .meditace-landing.ml-workbook .ml-step,
.meditace-landing.ml-workbook .ml-wrap,
.meditace-landing.ml-workbook .ml-hero-inner,
.meditace-landing.ml-workbook .ml-hero-grid,
.meditace-landing.ml-workbook .ml-hero-copy,
.meditace-landing.ml-workbook .ml-hero-visual,
.meditace-landing.ml-workbook .ml-hero-visual img,
.meditace-landing.ml-workbook .ml-steps,
.meditace-landing.ml-workbook .ml-step{
  min-width: 0 !important;
}

body.single-product .meditace-landing.ml-workbook .ml-hero-grid,
.meditace-landing.ml-workbook .ml-hero-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-items: center !important;
  gap: clamp(24px, 4vw, 72px) !important;
}

body.single-product .meditace-landing.ml-workbook .ml-hero-copy,
.meditace-landing.ml-workbook .ml-hero-copy{
  width: 100% !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

body.single-product .meditace-landing.ml-workbook .ml-hero-copy .ml-sub,
body.single-product .meditace-landing.ml-workbook .ml-hero-copy .ml-sub-strong,
body.single-product .meditace-landing.ml-workbook .ml-hero-copy .ml-eyebrow,
body.single-product .meditace-landing.ml-workbook .ml-hero-copy .p-note,
body.single-product .meditace-landing.ml-workbook .ml-hero-copy .ml-trustline,
.meditace-landing.ml-workbook .ml-hero-copy .ml-sub,
.meditace-landing.ml-workbook .ml-hero-copy .ml-sub-strong,
.meditace-landing.ml-workbook .ml-hero-copy .ml-eyebrow,
.meditace-landing.ml-workbook .ml-hero-copy .p-note,
.meditace-landing.ml-workbook .ml-hero-copy .ml-trustline{
  text-align: inherit !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.single-product .meditace-landing.ml-workbook .ml-pricebox,
.meditace-landing.ml-workbook .ml-pricebox{
  margin-left: auto !important;
  margin-right: auto !important;
}

body.single-product .meditace-landing.ml-workbook .ml-hero-visual,
.meditace-landing.ml-workbook .ml-hero-visual{
  order: -1 !important;
  width: 100% !important;
  max-width: 420px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-self: center !important;
}

body.single-product .meditace-landing.ml-workbook .ml-hero-visual img,
.meditace-landing.ml-workbook .ml-hero-visual img{
  display: block !important;
  width: 100% !important;
  max-width: 420px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.single-product .meditace-landing.ml-workbook .ml-steps,
.meditace-landing.ml-workbook .ml-steps{
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: stretch !important;
}

body.single-product .meditace-landing.ml-workbook .ml-steps .ml-step,
.meditace-landing.ml-workbook .ml-steps .ml-step{
  display: flex !important;
  align-items: center !important;
  min-height: 116px !important;
  height: auto !important;
  padding: 20px 22px 20px 72px !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  overflow: hidden !important;
}

body.single-product .meditace-landing.ml-workbook .ml-step::before,
.meditace-landing.ml-workbook .ml-step::before{
  top: 50% !important;
  left: 24px !important;
  transform: translateY(-50%) !important;
}

body.single-product .meditace-landing.ml-workbook .ml-step--pay,
.meditace-landing.ml-workbook .ml-step--pay{
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 14px !important;
}

body.single-product .meditace-landing.ml-workbook .ml-step--pay .ml-step__headline,
.meditace-landing.ml-workbook .ml-step--pay .ml-step__headline{
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
}

body.single-product .meditace-landing.ml-workbook .ml-step--pay .ml-step__payments,
.meditace-landing.ml-workbook .ml-step--pay .ml-step__payments{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  margin-left: auto !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

body.single-product .meditace-landing.ml-workbook .ml-step--pay .ml-step__payments img,
.meditace-landing.ml-workbook .ml-step--pay .ml-step__payments img{
  display: block !important;
  width: auto !important;
  height: 24px !important;
}

body.single-product .meditace-landing.ml-workbook .ml-trustline.is-trust-carousel,
.meditace-landing.ml-workbook .ml-trustline.is-trust-carousel{
  display: block !important;
  overflow: hidden !important;
}

body.single-product .meditace-landing.ml-workbook .ml-trustline__viewport,
.meditace-landing.ml-workbook .ml-trustline__viewport{
  display: block !important;
  overflow: hidden !important;
}

body.single-product .meditace-landing.ml-workbook .ml-trustline__track,
.meditace-landing.ml-workbook .ml-trustline__track{
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
  will-change: transform !important;
}

body.single-product .meditace-landing.ml-workbook .ml-trustline.is-trust-carousel .ml-trustline__track > span,
body.single-product .meditace-landing.ml-workbook .ml-trustline.is-trust-carousel .ml-trustline__slide,
.meditace-landing.ml-workbook .ml-trustline.is-trust-carousel .ml-trustline__track > span,
.meditace-landing.ml-workbook .ml-trustline.is-trust-carousel .ml-trustline__slide{
  flex: 0 0 100% !important;
}

@media (max-width: 1279px){
  body.single-product .meditace-landing.ml-workbook .ml-step--pay,
  .meditace-landing.ml-workbook .ml-step--pay{
    grid-template-columns: 1fr !important;
    align-content: center !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-step--pay .ml-step__payments,
  .meditace-landing.ml-workbook .ml-step--pay .ml-step__payments{
    justify-content: flex-start !important;
    margin-left: 0 !important;
  }
}

@media (min-width: 1024px){
  body.single-product .meditace-landing.ml-workbook .ml-hero-grid,
  .meditace-landing.ml-workbook .ml-hero-grid{
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 520px) !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-copy,
  .meditace-landing.ml-workbook .ml-hero-copy{
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-copy .ml-sub,
  body.single-product .meditace-landing.ml-workbook .ml-hero-copy .ml-sub-strong,
  body.single-product .meditace-landing.ml-workbook .ml-hero-copy .ml-eyebrow,
  body.single-product .meditace-landing.ml-workbook .ml-hero-copy .p-note,
  body.single-product .meditace-landing.ml-workbook .ml-hero-copy .ml-trustline,
  .meditace-landing.ml-workbook .ml-hero-copy .ml-sub,
  .meditace-landing.ml-workbook .ml-hero-copy .ml-sub-strong,
  .meditace-landing.ml-workbook .ml-hero-copy .ml-eyebrow,
  .meditace-landing.ml-workbook .ml-hero-copy .p-note,
  .meditace-landing.ml-workbook .ml-hero-copy .ml-trustline{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-pricebox,
  .meditace-landing.ml-workbook .ml-pricebox{
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 460px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-visual,
  .meditace-landing.ml-workbook .ml-hero-visual{
    order: 0 !important;
    max-width: 520px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-visual img,
  .meditace-landing.ml-workbook .ml-hero-visual img{
    max-width: 520px !important;
  }
}

/* Workbook refinement: editorial metadata, premium price box, mobile carousel usability, author layout */
body.single-product .meditace-landing.ml-workbook .ml-eyebrow,
.meditace-landing.ml-workbook .ml-eyebrow{
  display: inline-block !important;
  max-width: 100% !important;
  margin: 0 auto 18px !important;
  padding: 0 0 10px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(111, 59, 70, 0.16) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(111, 59, 70, 0.72) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  line-height: 1.45 !important;
  text-transform: uppercase !important;
  white-space: normal !important;
}

body.single-product .meditace-landing.ml-workbook .ml-pricebox,
.meditace-landing.ml-workbook .ml-pricebox{
  display: grid !important;
  gap: 0 !important;
  max-width: 418px !important;
  padding: 28px 28px 24px !important;
  border: 1px solid rgba(111, 59, 70, 0.14) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(34, 24, 29, 0.04) !important;
  text-align: left !important;
}

body.single-product .meditace-landing.ml-workbook .p-eyebrow,
.meditace-landing.ml-workbook .p-eyebrow{
  margin: 0 0 10px !important;
  color: rgba(111, 59, 70, 0.62) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.22em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body.single-product .meditace-landing.ml-workbook .p-row,
.meditace-landing.ml-workbook .p-row{
  margin: 0 0 12px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid rgba(111, 59, 70, 0.10) !important;
}

body.single-product .meditace-landing.ml-workbook .p-now,
.meditace-landing.ml-workbook .p-now{
  font-size: clamp(52px, 7vw, 74px) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.02em !important;
}

body.single-product .meditace-landing.ml-workbook .p-note,
.meditace-landing.ml-workbook .p-note{
  max-width: none !important;
  margin: 0 0 18px !important;
  color: rgba(69, 59, 62, 0.78) !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

body.single-product .meditace-landing.ml-workbook .ml-pricebox .ml-cta,
.meditace-landing.ml-workbook .ml-pricebox .ml-cta{
  justify-self: start !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 50px !important;
  padding: 0 22px !important;
  border: 1px solid rgba(111, 59, 70, 0.20) !important;
  border-radius: 11px !important;
  background: #a36c76 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.015em !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.single-product .meditace-landing.ml-workbook .ml-pricebox .ml-cta:hover,
body.single-product .meditace-landing.ml-workbook .ml-pricebox .ml-cta:focus,
.meditace-landing.ml-workbook .ml-pricebox .ml-cta:hover,
.meditace-landing.ml-workbook .ml-pricebox .ml-cta:focus{
  background: #935f69 !important;
  box-shadow: none !important;
  transform: translateY(-1px) !important;
}

body.single-product .meditace-landing.ml-workbook .ht-carousel__viewport,
body.single-product .meditace-landing.ml-workbook .ml-trustline__viewport,
body.single-product .meditace-landing.ml-workbook .ht-review-carousel,
body.single-product .meditace-landing.ml-workbook .ht-carousel--sample,
.meditace-landing.ml-workbook .ht-carousel__viewport,
.meditace-landing.ml-workbook .ml-trustline__viewport,
.meditace-landing.ml-workbook .ht-review-carousel,
.meditace-landing.ml-workbook .ht-carousel--sample{
  touch-action: pan-y !important;
  overscroll-behavior-x: contain;
}

body.single-product .meditace-landing.ml-workbook .ht-author,
.meditace-landing.ml-workbook .ht-author{
  padding: 34px 36px 30px !important;
  border: 1px solid rgba(111, 59, 70, 0.10) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(34, 24, 29, 0.04) !important;
  text-align: left !important;
}

body.single-product .meditace-landing.ml-workbook .ht-author__top,
.meditace-landing.ml-workbook .ht-author__top{
  display: grid !important;
  grid-template-columns: minmax(116px, 144px) minmax(0, 1fr) !important;
  gap: 28px !important;
  align-items: start !important;
  text-align: left !important;
}

body.single-product .meditace-landing.ml-workbook .ht-author__avatar,
.meditace-landing.ml-workbook .ht-author__avatar{
  width: 132px !important;
  height: 132px !important;
  margin: 0 !important;
  border-radius: 18px !important;
  object-fit: cover !important;
  object-position: center top !important;
  box-shadow: none !important;
}

body.single-product .meditace-landing.ml-workbook .ht-author__head,
.meditace-landing.ml-workbook .ht-author__head{
  min-width: 0 !important;
}

body.single-product .meditace-landing.ml-workbook .ht-author__kicker,
.meditace-landing.ml-workbook .ht-author__kicker{
  margin-bottom: 12px !important;
  color: rgba(111, 59, 70, 0.60) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
}

body.single-product .meditace-landing.ml-workbook .ht-author__name,
.meditace-landing.ml-workbook .ht-author__name{
  margin: 0 0 14px !important;
  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1.04 !important;
}

body.single-product .meditace-landing.ml-workbook .ht-author__text,
.meditace-landing.ml-workbook .ht-author__text{
  max-width: 68ch !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.82 !important;
  color: rgba(69, 59, 62, 0.82) !important;
  text-wrap: pretty;
}

body.single-product .meditace-landing.ml-workbook .ht-author__stats,
.meditace-landing.ml-workbook .ht-author__stats{
  margin-top: 26px !important;
  padding-top: 20px !important;
  gap: 18px !important;
  border-top: 1px solid rgba(111, 59, 70, 0.10) !important;
  border-bottom: 0 !important;
}

body.single-product .meditace-landing.ml-workbook .ht-author__stat,
.meditace-landing.ml-workbook .ht-author__stat{
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  align-items: flex-start !important;
  text-align: left !important;
}

body.single-product .meditace-landing.ml-workbook .ht-author__stat strong,
.meditace-landing.ml-workbook .ht-author__stat strong{
  font-size: 23px !important;
  line-height: 1.05 !important;
}

body.single-product .meditace-landing.ml-workbook .ht-author__stat span,
.meditace-landing.ml-workbook .ht-author__stat span{
  font-size: 12px !important;
  line-height: 1.55 !important;
  color: rgba(69, 59, 62, 0.74) !important;
}

body.single-product .meditace-landing.ml-workbook .ht-author__links,
.meditace-landing.ml-workbook .ht-author__links{
  margin-top: 18px !important;
  justify-content: flex-start !important;
  gap: 12px !important;
}

@media (max-width: 767px){
  body.single-product .meditace-landing.ml-workbook .ml-pricebox,
  .meditace-landing.ml-workbook .ml-pricebox{
    padding: 24px 22px 22px !important;
    text-align: center !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-pricebox .ml-cta,
  .meditace-landing.ml-workbook .ml-pricebox .ml-cta{
    justify-self: stretch !important;
    width: 100% !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author,
  .meditace-landing.ml-workbook .ht-author{
    padding: 28px 22px 24px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__top,
  .meditace-landing.ml-workbook .ht-author__top{
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__avatar,
  .meditace-landing.ml-workbook .ht-author__avatar{
    margin: 0 auto !important;
    width: 110px !important;
    height: 110px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__text,
  .meditace-landing.ml-workbook .ht-author__text{
    max-width: none !important;
    font-size: 15px !important;
    line-height: 1.76 !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__links,
  .meditace-landing.ml-workbook .ht-author__links{
    justify-content: center !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-review-carousel .ht-carousel__btn,
  body.single-product .meditace-landing.ml-workbook .ht-carousel--sample .ht-carousel__btn,
  .meditace-landing.ml-workbook .ht-review-carousel .ht-carousel__btn,
  .meditace-landing.ml-workbook .ht-carousel--sample .ht-carousel__btn{
    width: 40px !important;
    height: 40px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-review-carousel .ht-carousel__dots,
  body.single-product .meditace-landing.ml-workbook .ht-carousel--sample .ht-carousel__dots,
  .meditace-landing.ml-workbook .ht-review-carousel .ht-carousel__dots,
  .meditace-landing.ml-workbook .ht-carousel--sample .ht-carousel__dots{
    gap: 10px !important;
    padding: 12px 12px 14px !important;
  }
}

@media (min-width: 1024px){
  body.single-product .meditace-landing.ml-workbook .ml-eyebrow,
  .meditace-landing.ml-workbook .ml-eyebrow{
    margin: 0 0 18px !important;
  }
}

/* Workbook final polish: compact payment steps + visible page modal */
body.single-product .meditace-landing.ml-workbook .ml-steps,
.meditace-landing.ml-workbook .ml-steps{
  gap: 14px !important;
}

body.single-product .meditace-landing.ml-workbook .ml-steps .ml-step,
.meditace-landing.ml-workbook .ml-steps .ml-step{
  min-height: 98px !important;
  padding: 16px 18px 16px 64px !important;
}

body.single-product .meditace-landing.ml-workbook .ml-step::before,
.meditace-landing.ml-workbook .ml-step::before{
  left: 20px !important;
}

body.single-product .meditace-landing.ml-workbook .ml-step--pay,
.meditace-landing.ml-workbook .ml-step--pay{
  min-height: 98px !important;
  padding: 16px 18px 16px 64px !important;
  column-gap: 10px !important;
}

body.single-product .meditace-landing.ml-workbook .ml-step--pay .ml-step__headline,
.meditace-landing.ml-workbook .ml-step--pay .ml-step__headline{
  font-size: clamp(17px, 2vw, 20px) !important;
  line-height: 1.28 !important;
}

body.single-product .meditace-landing.ml-workbook .ml-step--pay .ml-step__payments,
.meditace-landing.ml-workbook .ml-step--pay .ml-step__payments{
  gap: 10px !important;
}

body.single-product .meditace-landing.ml-workbook .ml-step--pay .ml-step__payments img,
.meditace-landing.ml-workbook .ml-step--pay .ml-step__payments img{
  height: 20px !important;
}

@media (max-width: 767px){
  body.single-product .meditace-landing.ml-workbook .ml-steps .ml-step,
  .meditace-landing.ml-workbook .ml-steps .ml-step{
    min-height: 84px !important;
    padding: 15px 16px 15px 58px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-step::before,
  .meditace-landing.ml-workbook .ml-step::before{
    left: 16px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-step--pay,
  .meditace-landing.ml-workbook .ml-step--pay{
    min-height: 84px !important;
    padding: 15px 16px 15px 58px !important;
    column-gap: 8px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-step--pay .ml-step__headline,
  .meditace-landing.ml-workbook .ml-step--pay .ml-step__headline{
    font-size: clamp(16px, 4.8vw, 18px) !important;
    line-height: 1.3 !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-step--pay .ml-step__payments,
  .meditace-landing.ml-workbook .ml-step--pay .ml-step__payments{
    gap: 8px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-step--pay .ml-step__payments img,
  .meditace-landing.ml-workbook .ml-step--pay .ml-step__payments img{
    height: 18px !important;
  }
}

body.ht-page-modal-open{
  overflow: hidden !important;
  overflow-x: hidden !important;
}

.ht-page-modal{
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(20, 16, 18, 0.52);
  overflow-x: hidden;
  overflow-y: auto;
}

.ht-page-modal__dialog{
  position: relative;
  width: min(1120px, 100%);
  height: min(84vh, 860px);
  background: #fff;
  border-radius: 18px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: 0 24px 60px rgba(20, 16, 18, 0.18);
}

.ht-page-modal__iframe{
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
  overflow-x: hidden;
}

.ht-page-modal__close{
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(111, 59, 70, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #6f3b46;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(20, 16, 18, 0.10);
}

.ht-page-modal__close:hover,
.ht-page-modal__close:focus{
  background: #fff;
  border-color: rgba(111, 59, 70, 0.22);
  outline: none;
}

@media (max-width: 767px){
  .ht-page-modal{
    padding: 12px;
  }

  .ht-page-modal__dialog{
    width: 100%;
    height: min(88vh, 100%);
    border-radius: 14px;
  }

  .ht-page-modal__close{
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    font-size: 24px;
  }
}

/* Workbook hero benefits final visual polish */
body.single-product .meditace-landing.ml-workbook .ml-hero-benefits,
.meditace-landing.ml-workbook .ml-hero-benefits{
  gap: 14px !important;
}

body.single-product .meditace-landing.ml-workbook .ml-hero-benefit,
.meditace-landing.ml-workbook .ml-hero-benefit{
  position: relative !important;
  overflow: hidden !important;
  padding: 18px 20px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(111, 59, 70, 0.12) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(251, 247, 247, 0.92) 100%) !important;
  box-shadow: 0 14px 30px rgba(111, 59, 70, 0.05) !important;
}

body.single-product .meditace-landing.ml-workbook .ml-hero-benefit::before,
.meditace-landing.ml-workbook .ml-hero-benefit::before{
  content: "" !important;
  position: absolute !important;
  inset: 0 auto auto 0 !important;
  width: 100% !important;
  height: 1px !important;
  background: linear-gradient(90deg, rgba(167, 101, 112, 0.22), rgba(167, 101, 112, 0)) !important;
  pointer-events: none !important;
}

body.single-product .meditace-landing.ml-workbook .ml-hero-benefit strong,
.meditace-landing.ml-workbook .ml-hero-benefit strong{
  margin-bottom: 8px !important;
  color: #8c5b66 !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
}

body.single-product .meditace-landing.ml-workbook .ml-hero-benefit span,
.meditace-landing.ml-workbook .ml-hero-benefit span{
  color: rgba(69, 59, 62, 0.84) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

@media (min-width: 1180px){
  body.single-product .meditace-landing.ml-workbook .ml-hero-benefit,
  .meditace-landing.ml-workbook .ml-hero-benefit{
    min-height: 126px !important;
  }
}

@media (max-width: 767px){
  body.single-product .meditace-landing.ml-workbook .ml-hero-benefits,
  .meditace-landing.ml-workbook .ml-hero-benefits{
    gap: 12px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-benefit,
  .meditace-landing.ml-workbook .ml-hero-benefit{
    padding: 16px 18px !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 22px rgba(111, 59, 70, 0.04) !important;
  }
}

/* Workbook author/trust final override */
body.single-product .meditace-landing.ml-workbook .ht-author,
.meditace-landing.ml-workbook .ht-author{
  padding: clamp(32px, 4vw, 52px) !important;
  border: 1px solid rgba(111, 59, 70, 0.10) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 16px 38px rgba(34, 24, 29, 0.05) !important;
}

body.single-product .meditace-landing.ml-workbook .ht-author__top,
.meditace-landing.ml-workbook .ht-author__top{
  display: grid !important;
  grid-template-columns: minmax(160px, 196px) minmax(0, 1fr) !important;
  gap: clamp(26px, 4vw, 46px) !important;
  align-items: start !important;
}

body.single-product .meditace-landing.ml-workbook .ht-author__avatar,
.meditace-landing.ml-workbook .ht-author__avatar{
  width: clamp(160px, 18vw, 196px) !important;
  height: clamp(190px, 22vw, 240px) !important;
  border-radius: 18px !important;
  object-fit: cover !important;
  object-position: center 18% !important;
}

body.single-product .meditace-landing.ml-workbook .ht-author__head,
.meditace-landing.ml-workbook .ht-author__head{
  display: grid !important;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.45fr) !important;
  column-gap: clamp(28px, 4vw, 54px) !important;
  row-gap: 10px !important;
  align-items: start !important;
  min-width: 0 !important;
}

body.single-product .meditace-landing.ml-workbook .ht-author__kicker,
.meditace-landing.ml-workbook .ht-author__kicker{
  grid-column: 1 !important;
  align-self: end !important;
  margin: 0 !important;
  color: rgba(111, 59, 70, 0.62) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.20em !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}

body.single-product .meditace-landing.ml-workbook .ht-author__name,
.meditace-landing.ml-workbook .ht-author__name{
  grid-column: 1 !important;
  margin: 0 !important;
  max-width: 11ch !important;
  color: #6f3b46 !important;
  font-size: clamp(28px, 2.7vw, 38px) !important;
  font-weight: 600 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.02em !important;
}

body.single-product .meditace-landing.ml-workbook .ht-author__text,
.meditace-landing.ml-workbook .ht-author__text{
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  align-self: start !important;
  max-width: none !important;
  margin: 0 !important;
  color: rgba(69, 59, 62, 0.82) !important;
  font-size: 16px !important;
  line-height: 1.82 !important;
  text-wrap: pretty !important;
}

body.single-product .meditace-landing.ml-workbook .ht-author__stats,
.meditace-landing.ml-workbook .ht-author__stats{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin-top: clamp(28px, 3vw, 34px) !important;
  padding: 0 !important;
  border: 1px solid rgba(111, 59, 70, 0.10) !important;
  border-radius: 18px !important;
  background: rgba(111, 59, 70, 0.045) !important;
  overflow: hidden !important;
}

body.single-product .meditace-landing.ml-workbook .ht-author__stat,
.meditace-landing.ml-workbook .ht-author__stat{
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 112px !important;
  padding: 22px 24px !important;
  border-right: 1px solid rgba(111, 59, 70, 0.10) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.single-product .meditace-landing.ml-workbook .ht-author__stat:last-child,
.meditace-landing.ml-workbook .ht-author__stat:last-child{
  border-right: 0 !important;
}

body.single-product .meditace-landing.ml-workbook .ht-author__stat strong,
.meditace-landing.ml-workbook .ht-author__stat strong{
  display: block !important;
  color: #6f3b46 !important;
  font-size: clamp(28px, 2.2vw, 36px) !important;
  font-weight: 600 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.02em !important;
}

body.single-product .meditace-landing.ml-workbook .ht-author__stat span,
.meditace-landing.ml-workbook .ht-author__stat span{
  display: block !important;
  max-width: 18ch !important;
  color: rgba(69, 59, 62, 0.76) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

body.single-product .meditace-landing.ml-workbook .ht-author__links,
.meditace-landing.ml-workbook .ht-author__links{
  margin-top: 18px !important;
  padding-left: calc(clamp(160px, 18vw, 196px) + clamp(26px, 4vw, 46px)) !important;
  justify-content: flex-start !important;
  gap: 12px !important;
}

@media (max-width: 1023px){
  body.single-product .meditace-landing.ml-workbook .ht-author,
  .meditace-landing.ml-workbook .ht-author{
    padding: 30px 24px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__top,
  .meditace-landing.ml-workbook .ht-author__top{
    grid-template-columns: 128px minmax(0, 1fr) !important;
    gap: 22px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__avatar,
  .meditace-landing.ml-workbook .ht-author__avatar{
    width: 128px !important;
    height: 154px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__head,
  .meditace-landing.ml-workbook .ht-author__head{
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: 10px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__kicker,
  body.single-product .meditace-landing.ml-workbook .ht-author__name,
  body.single-product .meditace-landing.ml-workbook .ht-author__text,
  .meditace-landing.ml-workbook .ht-author__kicker,
  .meditace-landing.ml-workbook .ht-author__name,
  .meditace-landing.ml-workbook .ht-author__text{
    grid-column: auto !important;
    grid-row: auto !important;
    max-width: none !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__name,
  .meditace-landing.ml-workbook .ht-author__name{
    font-size: clamp(26px, 4vw, 34px) !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__text,
  .meditace-landing.ml-workbook .ht-author__text{
    font-size: 15.5px !important;
    line-height: 1.78 !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__stats,
  .meditace-landing.ml-workbook .ht-author__stats{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__links,
  .meditace-landing.ml-workbook .ht-author__links{
    padding-left: 150px !important;
  }
}

@media (max-width: 767px){
  body.single-product .meditace-landing.ml-workbook .ht-author,
  .meditace-landing.ml-workbook .ht-author{
    padding: 26px 20px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__top,
  .meditace-landing.ml-workbook .ht-author__top{
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__avatar,
  .meditace-landing.ml-workbook .ht-author__avatar{
    width: 124px !important;
    height: 148px !important;
    margin: 0 auto !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__head,
  .meditace-landing.ml-workbook .ht-author__head{
    grid-template-columns: 1fr !important;
    row-gap: 10px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__kicker,
  .meditace-landing.ml-workbook .ht-author__kicker{
    text-align: center !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__name,
  .meditace-landing.ml-workbook .ht-author__name{
    max-width: none !important;
    text-align: center !important;
    font-size: 28px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__text,
  .meditace-landing.ml-workbook .ht-author__text{
    font-size: 15px !important;
    line-height: 1.76 !important;
    text-align: left !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__stats,
  .meditace-landing.ml-workbook .ht-author__stats{
    grid-template-columns: 1fr !important;
    margin-top: 22px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__stat,
  .meditace-landing.ml-workbook .ht-author__stat{
    min-height: 0 !important;
    padding: 18px 18px 16px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(111, 59, 70, 0.10) !important;
    text-align: center !important;
    align-items: center !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__stat:last-child,
  .meditace-landing.ml-workbook .ht-author__stat:last-child{
    border-bottom: 0 !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__stat span,
  .meditace-landing.ml-workbook .ht-author__stat span{
    max-width: none !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__links,
  .meditace-landing.ml-workbook .ht-author__links{
    margin-top: 16px !important;
    padding-left: 0 !important;
    justify-content: center !important;
  }
}

/* Workbook carousel dots final consistency */
body.single-product .meditace-landing.ml-workbook .ht-carousel__dots,
.meditace-landing.ml-workbook .ht-carousel__dots{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}

body.single-product .meditace-landing.ml-workbook .ht-carousel__dot,
body.single-product .meditace-landing.ml-workbook .ht-carousel__dot.is-active,
.meditace-landing.ml-workbook .ht-carousel__dot,
.meditace-landing.ml-workbook .ht-carousel__dot.is-active{
  width: 12px !important;
  min-width: 12px !important;
  max-width: 12px !important;
  height: 12px !important;
  min-height: 12px !important;
  max-height: 12px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  transform: none !important;
}

body.single-product .meditace-landing.ml-workbook .ht-carousel__dot,
.meditace-landing.ml-workbook .ht-carousel__dot{
  background: rgba(111, 59, 70, 0.18) !important;
}

body.single-product .meditace-landing.ml-workbook .ht-carousel__dot.is-active,
.meditace-landing.ml-workbook .ht-carousel__dot.is-active{
  background: #8c5b66 !important;
}

body.single-product .meditace-landing.ml-workbook .ht-carousel__dot:focus-visible,
.meditace-landing.ml-workbook .ht-carousel__dot:focus-visible{
  outline: 2px solid rgba(140, 91, 102, 0.28) !important;
  outline-offset: 2px !important;
}

/* Workbook final authoritative fixes */
body.single-product .meditace-landing.ml-workbook .ht-author__avatar,
.meditace-landing.ml-workbook .ht-author__avatar{
  width: clamp(132px, 16vw, 168px) !important;
  height: clamp(132px, 16vw, 168px) !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 999px !important;
  object-fit: cover !important;
  object-position: center 18% !important;
}

body.single-product .meditace-landing.ml-workbook .p-row,
body.single-product .meditace-landing.ml-workbook .p-now,
body.single-product .meditace-landing.ml-workbook .p-note,
.meditace-landing.ml-workbook .p-row,
.meditace-landing.ml-workbook .p-now,
.meditace-landing.ml-workbook .p-note{
  text-align: center !important;
}

body.single-product .meditace-landing.ml-workbook .p-now,
.meditace-landing.ml-workbook .p-now{
  display: block !important;
  width: 100% !important;
}

body.single-product .meditace-landing.ml-workbook .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal,
.meditace-landing.ml-workbook .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  max-width: calc(100% - 24px) !important;
  min-width: 248px !important;
  min-height: 54px !important;
  margin: 22px auto 0 !important;
  padding: 14px 30px !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(111, 59, 70, 0.16) !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: #8c5b66 !important;
  -webkit-text-fill-color: #8c5b66 !important;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  text-indent: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  float: none !important;
  clear: both !important;
  overflow: visible !important;
  cursor: pointer !important;
}

body.single-product .meditace-landing.ml-workbook .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal::before,
body.single-product .meditace-landing.ml-workbook .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal::after,
.meditace-landing.ml-workbook .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal::before,
.meditace-landing.ml-workbook .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal::after{
  content: none !important;
  display: none !important;
}

body.single-product .meditace-landing.ml-workbook .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal:hover,
body.single-product .meditace-landing.ml-workbook .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal:focus,
.meditace-landing.ml-workbook .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal:hover,
.meditace-landing.ml-workbook .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal:focus{
  color: #6f3b46 !important;
  -webkit-text-fill-color: #6f3b46 !important;
  border-color: rgba(111, 59, 70, 0.24) !important;
  background: #fff !important;
  text-decoration: none !important;
}

body.single-product .meditace-landing.ml-workbook .ml-trustline.is-trust-carousel,
.meditace-landing.ml-workbook .ml-trustline.is-trust-carousel{
  display: block !important;
  margin-top: 14px !important;
}

body.single-product .meditace-landing.ml-workbook .ml-trustline__viewport,
.meditace-landing.ml-workbook .ml-trustline__viewport{
  overflow: hidden !important;
}

body.single-product .meditace-landing.ml-workbook .ml-trustline.is-trust-carousel .ml-trustline__track > span,
body.single-product .meditace-landing.ml-workbook .ml-trustline.is-trust-carousel .ml-trustline__slide,
.meditace-landing.ml-workbook .ml-trustline.is-trust-carousel .ml-trustline__track > span,
.meditace-landing.ml-workbook .ml-trustline.is-trust-carousel .ml-trustline__slide{
  min-height: 56px !important;
  padding: 0 20px !important;
  border: 1px solid rgba(111, 59, 70, 0.10) !important;
  border-radius: 16px !important;
  background: rgba(250, 247, 247, 0.94) !important;
  box-shadow: none !important;
  color: rgba(69, 59, 62, 0.80) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.42 !important;
  letter-spacing: 0.01em !important;
  text-align: center !important;
}

@media (min-width: 1180px){
  body.single-product .meditace-landing.ml-workbook .ml-hero-grid,
  .meditace-landing.ml-workbook .ml-hero-grid{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 360px) minmax(420px, 0.92fr) !important;
    grid-auto-rows: auto !important;
    align-items: start !important;
    gap: clamp(30px, 3.6vw, 56px) !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-copy,
  .meditace-landing.ml-workbook .ml-hero-copy{
    display: contents !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-copy > .ml-eyebrow,
  .meditace-landing.ml-workbook .ml-hero-copy > .ml-eyebrow{
    grid-column: 1 / 3 !important;
    grid-row: 1 !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-copy > .ml-title,
  .meditace-landing.ml-workbook .ml-hero-copy > .ml-title{
    grid-column: 1 / 3 !important;
    grid-row: 2 !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-copy > .ml-sub-strong,
  body.single-product .meditace-landing.ml-workbook .ml-hero-copy > .ml-sub,
  .meditace-landing.ml-workbook .ml-hero-copy > .ml-sub-strong,
  .meditace-landing.ml-workbook .ml-hero-copy > .ml-sub{
    position: static !important;
    inset: auto !important;
    transform: none !important;
    display: block !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-copy > .ml-sub-strong,
  .meditace-landing.ml-workbook .ml-hero-copy > .ml-sub-strong{
    grid-column: 1 / 3 !important;
    grid-row: 3 !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-copy > .ml-sub,
  .meditace-landing.ml-workbook .ml-hero-copy > .ml-sub{
    grid-column: 1 / 3 !important;
    grid-row: 4 !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-benefits,
  .meditace-landing.ml-workbook .ml-hero-benefits{
    grid-column: 1 !important;
    grid-row: 5 !important;
    margin: 0 !important;
    align-content: start !important;
    gap: 16px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-benefit,
  .meditace-landing.ml-workbook .ml-hero-benefit{
    min-height: 0 !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-pricebox,
  .meditace-landing.ml-workbook .ml-pricebox{
    grid-column: 2 !important;
    grid-row: 5 !important;
    align-self: center !important;
    justify-self: center !important;
    width: min(100%, 360px) !important;
    max-width: 360px !important;
    margin: 0 !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-visual,
  .meditace-landing.ml-workbook .ml-hero-visual{
    grid-column: 3 !important;
    grid-row: 1 / 6 !important;
    justify-self: center !important;
    align-self: start !important;
    width: 100% !important;
    max-width: 620px !important;
    margin: 0 !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-visual img,
  .meditace-landing.ml-workbook .ml-hero-visual img{
    display: block !important;
    width: min(100%, 620px) !important;
    max-width: 620px !important;
    margin: 0 auto !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-hero-copy > .ml-trustline,
  .meditace-landing.ml-workbook .ml-hero-copy > .ml-trustline{
    grid-column: 3 !important;
    grid-row: 6 !important;
    align-self: start !important;
    justify-self: center !important;
    width: 100% !important;
    max-width: 420px !important;
    margin: 18px auto 0 !important;
  }

  body.single-product .meditace-landing.ml-workbook .ml-trustline.is-trust-carousel .ml-trustline__track > span,
  body.single-product .meditace-landing.ml-workbook .ml-trustline.is-trust-carousel .ml-trustline__slide,
  .meditace-landing.ml-workbook .ml-trustline.is-trust-carousel .ml-trustline__track > span,
  .meditace-landing.ml-workbook .ml-trustline.is-trust-carousel .ml-trustline__slide{
    min-height: 58px !important;
    padding: 0 22px !important;
    border-radius: 18px !important;
    background: rgba(251, 248, 248, 0.98) !important;
  }
}

@media (max-width: 767px){
  body.single-product .meditace-landing.ml-workbook .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal,
  .meditace-landing.ml-workbook .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal{
    min-width: 0 !important;
    min-height: 50px !important;
    padding: 12px 22px !important;
    font-size: 14px !important;
  }

  body.single-product .meditace-landing.ml-workbook .ht-author__avatar,
  .meditace-landing.ml-workbook .ht-author__avatar{
    width: 132px !important;
    height: 132px !important;
  }
}

/* Hlava jako zahrada v2 final scoped overrides */
body.single-product .meditace-landing.ml-workbook--v2,
.meditace-landing.ml-workbook--v2{
  --hkz-accent: #8c5b66;
  --hkz-accent-deep: #6f3b46;
  --hkz-ink: #544d50;
  --hkz-muted: #766e72;
  --hkz-line: rgba(111, 59, 70, 0.12);
  --hkz-line-strong: rgba(111, 59, 70, 0.18);
  --hkz-surface: #fffdfc;
  --hkz-surface-soft: #fbf8f7;
}

body.single-product .meditace-landing.ml-workbook--v2 .ml-wrap,
body.single-product .meditace-landing.ml-workbook--v2 .ml-hero-inner,
.meditace-landing.ml-workbook--v2 .ml-wrap,
.meditace-landing.ml-workbook--v2 .ml-hero-inner{
  width: min(1320px, calc(100% - 48px)) !important;
  max-width: min(1320px, calc(100% - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .ml-hero,
.meditace-landing.ml-workbook--v2 .ml-hero{
  padding: clamp(28px, 5vw, 64px) 0 clamp(34px, 6vw, 74px) !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .ml-hero-grid,
.meditace-landing.ml-workbook--v2 .ml-hero-grid{
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas:
    "copy"
    "visual"
    "trust" !important;
  align-items: start !important;
  gap: clamp(22px, 4vw, 42px) !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .ml-hero-copy,
.meditace-landing.ml-workbook--v2 .ml-hero-copy{
  grid-area: copy !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas:
    "eyebrow"
    "title"
    "lead"
    "body"
    "benefits"
    "price" !important;
  align-items: start !important;
  gap: 16px !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .ml-hero-copy > .ml-eyebrow,
.meditace-landing.ml-workbook--v2 .ml-hero-copy > .ml-eyebrow{
  grid-area: eyebrow !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: fit-content !important;
  margin: 0 0 4px !important;
  padding: 0 0 14px !important;
  border-bottom: 1px solid rgba(111, 59, 70, 0.14) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--hkz-accent) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.24em !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .ml-hero-copy > .ml-title,
.meditace-landing.ml-workbook--v2 .ml-hero-copy > .ml-title{
  grid-area: title !important;
  margin: 0 !important;
  max-width: 9.2ch !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .ml-hero-copy > .ml-sub-strong,
body.single-product .meditace-landing.ml-workbook--v2 .ml-hero-copy > .ml-sub,
.meditace-landing.ml-workbook--v2 .ml-hero-copy > .ml-sub-strong,
.meditace-landing.ml-workbook--v2 .ml-hero-copy > .ml-sub{
  position: static !important;
  inset: auto !important;
  transform: none !important;
  display: block !important;
  width: auto !important;
  max-width: 40rem !important;
  margin: 0 !important;
  clear: both !important;
  text-align: left !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .ml-hero-copy > .ml-sub-strong,
.meditace-landing.ml-workbook--v2 .ml-hero-copy > .ml-sub-strong{
  grid-area: lead !important;
  color: var(--hkz-accent) !important;
  line-height: 1.18 !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .ml-hero-copy > .ml-sub,
.meditace-landing.ml-workbook--v2 .ml-hero-copy > .ml-sub{
  grid-area: body !important;
  color: var(--hkz-ink) !important;
  line-height: 1.58 !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .ml-hero-benefits,
.meditace-landing.ml-workbook--v2 .ml-hero-benefits{
  grid-area: benefits !important;
  display: grid !important;
  gap: 14px !important;
  margin: 6px 0 0 !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .ml-hero-benefit,
.meditace-landing.ml-workbook--v2 .ml-hero-benefit{
  min-height: 0 !important;
  padding: 18px 20px !important;
  border: 1px solid var(--hkz-line) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 18px 40px rgba(61, 44, 48, 0.04) !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .ml-hero-benefit strong,
.meditace-landing.ml-workbook--v2 .ml-hero-benefit strong{
  display: block !important;
  margin-bottom: 6px !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .ml-pricebox,
.meditace-landing.ml-workbook--v2 .ml-pricebox{
  grid-area: price !important;
  align-self: center !important;
  justify-self: center !important;
  width: min(100%, 360px) !important;
  max-width: 360px !important;
  margin: 4px auto 0 !important;
  padding: 28px 30px 26px !important;
  border: 1px solid var(--hkz-line-strong) !important;
  border-radius: 30px !important;
  background: var(--hkz-surface) !important;
  box-shadow: 0 24px 56px rgba(61, 44, 48, 0.05) !important;
  text-align: center !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .p-eyebrow,
.meditace-landing.ml-workbook--v2 .p-eyebrow{
  margin-bottom: 12px !important;
  color: var(--hkz-accent) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .p-row,
body.single-product .meditace-landing.ml-workbook--v2 .p-now,
body.single-product .meditace-landing.ml-workbook--v2 .p-note,
.meditace-landing.ml-workbook--v2 .p-row,
.meditace-landing.ml-workbook--v2 .p-now,
.meditace-landing.ml-workbook--v2 .p-note{
  text-align: center !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .p-row,
.meditace-landing.ml-workbook--v2 .p-row{
  margin: 0 0 16px !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .p-now,
.meditace-landing.ml-workbook--v2 .p-now{
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .p-note,
.meditace-landing.ml-workbook--v2 .p-note{
  max-width: 19ch !important;
  margin: 0 auto 18px !important;
  color: var(--hkz-muted) !important;
  line-height: 1.48 !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .ml-pricebox .ml-cta,
body.single-product .meditace-landing.ml-workbook--v2 .ml-final-box .ml-cta,
.meditace-landing.ml-workbook--v2 .ml-pricebox .ml-cta,
.meditace-landing.ml-workbook--v2 .ml-final-box .ml-cta{
  width: 100% !important;
  min-height: 56px !important;
  padding: 15px 24px !important;
  border-radius: 18px !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .ml-hero-visual,
.meditace-landing.ml-workbook--v2 .ml-hero-visual{
  grid-area: visual !important;
  width: min(100%, 520px) !important;
  margin: 0 auto !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .ml-hero-visual img,
.meditace-landing.ml-workbook--v2 .ml-hero-visual img{
  display: block !important;
  width: 100% !important;
  max-width: 520px !important;
  margin: 0 auto !important;
  border-radius: 32px !important;
  box-shadow: 0 28px 60px rgba(61, 44, 48, 0.07) !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .ml-trustline,
.meditace-landing.ml-workbook--v2 .ml-trustline{
  grid-area: trust !important;
  display: block !important;
  width: min(100%, 430px) !important;
  margin: 4px auto 0 !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .ml-trustline__viewport,
.meditace-landing.ml-workbook--v2 .ml-trustline__viewport{
  overflow: hidden !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .ml-trustline.is-trust-carousel,
.meditace-landing.ml-workbook--v2 .ml-trustline.is-trust-carousel{
  display: block !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .ml-trustline.is-trust-carousel .ml-trustline__track > span,
body.single-product .meditace-landing.ml-workbook--v2 .ml-trustline.is-trust-carousel .ml-trustline__slide,
.meditace-landing.ml-workbook--v2 .ml-trustline.is-trust-carousel .ml-trustline__track > span,
.meditace-landing.ml-workbook--v2 .ml-trustline.is-trust-carousel .ml-trustline__slide{
  min-height: 54px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(111, 59, 70, 0.10) !important;
  border-radius: 18px !important;
  background: var(--hkz-surface-soft) !important;
  box-shadow: 0 14px 36px rgba(61, 44, 48, 0.035) !important;
  color: var(--hkz-ink) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.42 !important;
  text-align: center !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal,
.meditace-landing.ml-workbook--v2 .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal{
  all: unset !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 230px !important;
  min-height: 54px !important;
  margin: 24px auto 0 !important;
  padding: 14px 28px !important;
  border: 1px solid rgba(111, 59, 70, 0.16) !important;
  border-radius: 18px !important;
  background: #fff !important;
  color: var(--hkz-accent) !important;
  -webkit-text-fill-color: var(--hkz-accent) !important;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.01em !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  box-shadow: 0 14px 34px rgba(61, 44, 48, 0.035) !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal::before,
body.single-product .meditace-landing.ml-workbook--v2 .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal::after,
.meditace-landing.ml-workbook--v2 .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal::before,
.meditace-landing.ml-workbook--v2 .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal::after{
  content: none !important;
  display: none !important;
}

body.single-product .meditace-landing.ml-workbook--v2 .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal:hover,
body.single-product .meditace-landing.ml-workbook--v2 .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal:focus,
.meditace-landing.ml-workbook--v2 .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal:hover,
.meditace-landing.ml-workbook--v2 .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal:focus{
  color: var(--hkz-accent-deep) !important;
  -webkit-text-fill-color: var(--hkz-accent-deep) !important;
  border-color: rgba(111, 59, 70, 0.24) !important;
  background: #fff !important;
}

@media (min-width: 1180px){
  body.single-product .meditace-landing.ml-workbook--v2 .ml-hero-grid,
  .meditace-landing.ml-workbook--v2 .ml-hero-grid{
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 520px) !important;
    grid-template-areas:
      "copy visual"
      "copy trust" !important;
    gap: clamp(34px, 4vw, 68px) !important;
  }

  body.single-product .meditace-landing.ml-workbook--v2 .ml-hero-copy,
  .meditace-landing.ml-workbook--v2 .ml-hero-copy{
    grid-template-columns: minmax(0, 1fr) minmax(286px, 360px) !important;
    grid-template-areas:
      "eyebrow eyebrow"
      "title title"
      "lead lead"
      "body body"
      "benefits price" !important;
    column-gap: clamp(24px, 2.6vw, 42px) !important;
    row-gap: 18px !important;
  }

  body.single-product .meditace-landing.ml-workbook--v2 .ml-hero-copy > .ml-title,
  .meditace-landing.ml-workbook--v2 .ml-hero-copy > .ml-title{
    max-width: 8.4ch !important;
  }

  body.single-product .meditace-landing.ml-workbook--v2 .ml-hero-visual,
  .meditace-landing.ml-workbook--v2 .ml-hero-visual{
    align-self: start !important;
    justify-self: center !important;
  }

  body.single-product .meditace-landing.ml-workbook--v2 .ml-trustline,
  .meditace-landing.ml-workbook--v2 .ml-trustline{
    justify-self: center !important;
    align-self: start !important;
    width: min(100%, 400px) !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 767px){
  body.single-product .meditace-landing.ml-workbook--v2 .ml-wrap,
  body.single-product .meditace-landing.ml-workbook--v2 .ml-hero-inner,
  .meditace-landing.ml-workbook--v2 .ml-wrap,
  .meditace-landing.ml-workbook--v2 .ml-hero-inner{
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
  }

  body.single-product .meditace-landing.ml-workbook--v2 .ml-hero-copy,
  .meditace-landing.ml-workbook--v2 .ml-hero-copy{
    gap: 14px !important;
  }

  body.single-product .meditace-landing.ml-workbook--v2 .ml-hero-copy > .ml-title,
  .meditace-landing.ml-workbook--v2 .ml-hero-copy > .ml-title{
    max-width: 8.6ch !important;
  }

  body.single-product .meditace-landing.ml-workbook--v2 .ml-pricebox,
  .meditace-landing.ml-workbook--v2 .ml-pricebox{
    max-width: none !important;
    padding: 24px 22px 22px !important;
  }

  body.single-product .meditace-landing.ml-workbook--v2 .ml-hero-visual,
  .meditace-landing.ml-workbook--v2 .ml-hero-visual{
    width: min(100%, 420px) !important;
  }

  body.single-product .meditace-landing.ml-workbook--v2 .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal,
  .meditace-landing.ml-workbook--v2 .ht-review-carousel + a.ht-review-section__cta.ht-review-section__cta--modal{
    min-width: 0 !important;
    width: fit-content !important;
    max-width: calc(100% - 12px) !important;
    padding: 13px 22px !important;
    font-size: 15px !important;
  }
}

/* Hlava jako zahrada new landing system */
body.single-product .htlp--workbook,
.htlp--workbook{
  --htlp-accent: #9a6774;
  --htlp-accent-deep: #774a56;
  --htlp-accent-soft: #f6edef;
  --htlp-ink: #3f3639;
  --htlp-text: #5d5458;
  --htlp-muted: #7f7579;
  --htlp-line: rgba(119, 74, 86, 0.12);
  --htlp-line-strong: rgba(119, 74, 86, 0.18);
  --htlp-surface: #fffdfc;
  --htlp-surface-soft: #fbf7f6;
  --htlp-shadow: 0 24px 60px rgba(63, 54, 57, 0.05);
  display: block;
  color: var(--htlp-text);
  background:
    radial-gradient(circle at top, rgba(154, 103, 116, 0.05), transparent 34%),
    linear-gradient(180deg, #fffdfc 0%, #fffaf9 100%);
}

body.single-product .htlp--workbook *,
.htlp--workbook *{
  box-sizing: border-box;
}

body.single-product .htlp--workbook img,
.htlp--workbook img{
  max-width: 100%;
  height: auto;
}

body.single-product .htlp--workbook a,
.htlp--workbook a{
  color: inherit;
}

body.single-product .htlp--workbook .htlp-shell,
body.single-product .htlp--workbook .ml-wrap,
.htlp--workbook .htlp-shell,
.htlp--workbook .ml-wrap{
  width: min(1240px, calc(100% - 40px));
  max-width: min(1240px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

body.single-product .htlp--workbook .htlp-section,
body.single-product .htlp--workbook .ml-sec,
.htlp--workbook .htlp-section,
.htlp--workbook .ml-sec{
  padding: clamp(54px, 7vw, 96px) 0;
}

body.single-product .htlp--workbook .htlp-section + .htlp-section,
body.single-product .htlp--workbook .ml-sec + .ml-sec,
body.single-product .htlp--workbook .htlp-section + .ml-sec,
body.single-product .htlp--workbook .ml-sec + .htlp-section,
.htlp--workbook .htlp-section + .htlp-section,
.htlp--workbook .ml-sec + .ml-sec,
.htlp--workbook .htlp-section + .ml-sec,
.htlp--workbook .ml-sec + .htlp-section{
  border-top: 1px solid rgba(119, 74, 86, 0.07);
}

body.single-product .htlp--workbook .htlp-section__head,
.htlp--workbook .htlp-section__head{
  margin-bottom: clamp(24px, 4vw, 40px);
}

body.single-product .htlp--workbook .htlp-section__head h2,
body.single-product .htlp--workbook .ml-sec > .ml-wrap > h2,
.htlp--workbook .htlp-section__head h2,
.htlp--workbook .ml-sec > .ml-wrap > h2{
  margin: 0;
  color: var(--htlp-accent);
  font-size: clamp(2rem, 4.8vw, 3.5rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

body.single-product .htlp--workbook .htlp-hero,
.htlp--workbook .htlp-hero{
  padding: clamp(30px, 6vw, 72px) 0 clamp(56px, 8vw, 94px);
}

body.single-product .htlp--workbook .htlp-hero__grid,
.htlp--workbook .htlp-hero__grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 5vw, 48px);
  align-items: start;
}

body.single-product .htlp--workbook .htlp-hero__content,
.htlp--workbook .htlp-hero__content{
  display: grid;
  gap: 18px;
  align-content: start;
}

body.single-product .htlp--workbook .htlp-meta,
.htlp--workbook .htlp-meta{
  width: fit-content;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(119, 74, 86, 0.14);
  color: var(--htlp-accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.single-product .htlp--workbook .htlp-title,
.htlp--workbook .htlp-title{
  margin: 0;
  max-width: 8.2ch;
  color: var(--htlp-accent);
  font-size: clamp(3.15rem, 9vw, 6.7rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

body.single-product .htlp--workbook .htlp-subtitle,
.htlp--workbook .htlp-subtitle{
  margin: 0;
  max-width: 20ch;
  color: var(--htlp-accent-deep);
  font-size: clamp(1.5rem, 3.3vw, 2.35rem);
  font-weight: 600;
  line-height: 1.1;
}

body.single-product .htlp--workbook .htlp-intro,
.htlp--workbook .htlp-intro{
  margin: 0;
  max-width: 36rem;
  color: var(--htlp-text);
  font-size: clamp(1.05rem, 1.55vw, 1.32rem);
  line-height: 1.62;
}

body.single-product .htlp--workbook .htlp-benefits,
.htlp--workbook .htlp-benefits{
  display: grid;
  gap: 14px;
}

body.single-product .htlp--workbook .htlp-benefit,
.htlp--workbook .htlp-benefit{
  padding: 18px 20px 18px 22px;
  border: 1px solid var(--htlp-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 36px rgba(63, 54, 57, 0.03);
}

body.single-product .htlp--workbook .htlp-benefit h2,
.htlp--workbook .htlp-benefit h2{
  margin: 0 0 8px;
  color: var(--htlp-accent-deep);
  font-size: clamp(1.18rem, 1.8vw, 1.48rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

body.single-product .htlp--workbook .htlp-benefit p,
.htlp--workbook .htlp-benefit p{
  margin: 0;
  color: var(--htlp-text);
  font-size: 1rem;
  line-height: 1.5;
}

body.single-product .htlp--workbook .htlp-purchase,
.htlp--workbook .htlp-purchase{
  width: min(100%, 360px);
  padding: 28px 28px 26px;
  border: 1px solid var(--htlp-line-strong);
  border-radius: 32px;
  background: var(--htlp-surface);
  box-shadow: var(--htlp-shadow);
  text-align: center;
}

body.single-product .htlp--workbook .htlp-purchase__label,
.htlp--workbook .htlp-purchase__label{
  margin-bottom: 12px;
  color: var(--htlp-accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.single-product .htlp--workbook .htlp-purchase__price,
.htlp--workbook .htlp-purchase__price{
  color: var(--htlp-accent);
  font-size: clamp(3.8rem, 6vw, 5.6rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

body.single-product .htlp--workbook .htlp-purchase__note,
.htlp--workbook .htlp-purchase__note{
  max-width: 19ch;
  margin: 14px auto 18px;
  color: var(--htlp-muted);
  font-size: 1rem;
  line-height: 1.48;
}

body.single-product .htlp--workbook .htlp-btn--primary,
body.single-product .htlp--workbook .ml-final-box .ml-cta,
.htlp--workbook .htlp-btn--primary,
.htlp--workbook .ml-final-box .ml-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 16px 24px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: var(--htlp-accent);
  color: #fff;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  transition: background-color 0.24s ease, transform 0.24s ease;
}

body.single-product .htlp--workbook .htlp-btn--primary:hover,
body.single-product .htlp--workbook .ml-final-box .ml-cta:hover,
.htlp--workbook .htlp-btn--primary:hover,
.htlp--workbook .ml-final-box .ml-cta:hover{
  background: var(--htlp-accent-deep);
  color: #fff;
  transform: translateY(-1px);
}

body.single-product .htlp--workbook .htlp-microtrust,
.htlp--workbook .htlp-microtrust{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  color: var(--htlp-muted);
  font-size: 13px;
  line-height: 1.45;
}

body.single-product .htlp--workbook .htlp-microtrust span,
.htlp--workbook .htlp-microtrust span{
  position: relative;
}

body.single-product .htlp--workbook .htlp-microtrust span + span::before,
.htlp--workbook .htlp-microtrust span + span::before{
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(119, 74, 86, 0.32);
  transform: translateY(-50%);
}

body.single-product .htlp--workbook .htlp-hero__visual,
.htlp--workbook .htlp-hero__visual{
  width: min(100%, 540px);
  margin: 0 auto;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid var(--htlp-line);
  border-radius: 36px;
  background: linear-gradient(180deg, #fffefd 0%, #fffaf8 100%);
  box-shadow: 0 30px 70px rgba(63, 54, 57, 0.06);
}

body.single-product .htlp--workbook .htlp-hero__visual img,
.htlp--workbook .htlp-hero__visual img{
  display: block;
  width: 100%;
  border-radius: 24px;
}

body.single-product .htlp--workbook .htlp-card-grid,
.htlp--workbook .htlp-card-grid{
  display: grid;
  gap: 18px;
}

body.single-product .htlp--workbook .htlp-card-grid--2x2,
.htlp--workbook .htlp-card-grid--2x2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.single-product .htlp--workbook .htlp-card,
.htlp--workbook .htlp-card{
  padding: 26px 24px;
  border: 1px solid var(--htlp-line);
  border-radius: 26px;
  background: #fff;
}

body.single-product .htlp--workbook .htlp-card h3,
.htlp--workbook .htlp-card h3{
  margin: 0 0 10px;
  color: var(--htlp-accent-deep);
  font-size: 1.34rem;
  line-height: 1.16;
}

body.single-product .htlp--workbook .htlp-card p,
.htlp--workbook .htlp-card p{
  margin: 0;
  color: var(--htlp-text);
  line-height: 1.55;
}

body.single-product .htlp--workbook .htlp-section--steps,
.htlp--workbook .htlp-section--steps{
  background: rgba(251, 247, 246, 0.72);
}

body.single-product .htlp--workbook .htlp-steps,
.htlp--workbook .htlp-steps{
  display: grid;
  gap: 18px;
  counter-reset: htlp-steps;
}

body.single-product .htlp--workbook .htlp-step,
.htlp--workbook .htlp-step{
  position: relative;
  padding: 24px 24px 24px 86px;
  border: 1px solid var(--htlp-line);
  border-radius: 28px;
  background: #fff;
  counter-increment: htlp-steps;
}

body.single-product .htlp--workbook .htlp-step::before,
.htlp--workbook .htlp-step::before{
  content: counter(htlp-steps);
  position: absolute;
  left: 26px;
  top: 24px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(119, 74, 86, 0.18);
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--htlp-accent);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  background: rgba(255, 255, 255, 0.96);
}

body.single-product .htlp--workbook .htlp-step h3,
.htlp--workbook .htlp-step h3{
  margin: 0;
  color: var(--htlp-ink);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.24;
}

body.single-product .htlp--workbook .htlp-step__payments,
.htlp--workbook .htlp-step__payments{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-top: 12px;
  color: var(--htlp-muted);
  font-size: 0.94rem;
}

body.single-product .htlp--workbook .htlp-step__payments img,
.htlp--workbook .htlp-step__payments img{
  height: 21px;
  width: auto;
}

body.single-product .htlp--workbook .htlp-note,
.htlp--workbook .htlp-note{
  max-width: 56rem;
  margin: 18px auto 0;
  color: var(--htlp-muted);
  font-size: 1rem;
  line-height: 1.62;
  text-align: center;
}

body.single-product .htlp--workbook .htlp-author,
.htlp--workbook .htlp-author{
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--htlp-line);
  border-radius: 36px;
  background: linear-gradient(180deg, #fffdfc 0%, #fffaf9 100%);
  box-shadow: var(--htlp-shadow);
}

body.single-product .htlp--workbook .htlp-author__main,
.htlp--workbook .htlp-author__main{
  display: grid;
  gap: clamp(28px, 4vw, 48px);
}

body.single-product .htlp--workbook .htlp-author__identity,
.htlp--workbook .htlp-author__identity{
  display: grid;
  justify-items: start;
  gap: 20px;
}

body.single-product .htlp--workbook .htlp-author__photo,
.htlp--workbook .htlp-author__photo{
  width: clamp(148px, 19vw, 220px);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  object-fit: cover;
  object-position: center 20%;
  border: 1px solid rgba(119, 74, 86, 0.08);
  box-shadow: 0 18px 40px rgba(63, 54, 57, 0.05);
}

body.single-product .htlp--workbook .htlp-author__kicker,
.htlp--workbook .htlp-author__kicker{
  margin-bottom: 8px;
  color: var(--htlp-accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.single-product .htlp--workbook .htlp-author__name,
.htlp--workbook .htlp-author__name{
  margin: 0;
  max-width: 12ch;
  color: var(--htlp-accent);
  font-size: clamp(2.15rem, 4vw, 3.6rem);
  line-height: 0.97;
  letter-spacing: -0.03em;
}

body.single-product .htlp--workbook .htlp-author__body p,
.htlp--workbook .htlp-author__body p{
  margin: 0;
  max-width: 54ch;
  color: var(--htlp-text);
  font-size: clamp(1.02rem, 1.3vw, 1.14rem);
  line-height: 1.74;
}

body.single-product .htlp--workbook .htlp-author__links,
.htlp--workbook .htlp-author__links{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
}

body.single-product .htlp--workbook .htlp-author__links a,
.htlp--workbook .htlp-author__links a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--htlp-line);
  border-radius: 999px;
  background: #fff;
  color: var(--htlp-accent-deep);
  font-size: 0.94rem;
  font-weight: 600;
  text-decoration: none;
}

body.single-product .htlp--workbook .htlp-proof,
.htlp--workbook .htlp-proof{
  display: grid;
  gap: 14px;
  margin-top: clamp(28px, 4vw, 36px);
  padding-top: clamp(22px, 3vw, 28px);
  border-top: 1px solid rgba(119, 74, 86, 0.10);
}

body.single-product .htlp--workbook .htlp-proof__item,
.htlp--workbook .htlp-proof__item{
  padding: 18px 20px;
  border: 1px solid rgba(119, 74, 86, 0.10);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
}

body.single-product .htlp--workbook .htlp-proof__item strong,
.htlp--workbook .htlp-proof__item strong{
  display: block;
  margin-bottom: 4px;
  color: var(--htlp-accent);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1;
}

body.single-product .htlp--workbook .htlp-proof__item span,
.htlp--workbook .htlp-proof__item span{
  color: var(--htlp-muted);
  font-size: 0.95rem;
  line-height: 1.4;
}

body.single-product .htlp--workbook .htlp-section--reviews,
body.single-product .htlp--workbook .ml-sec,
.htlp--workbook .htlp-section--reviews,
.htlp--workbook .ml-sec{
  position: relative;
}

body.single-product .htlp--workbook .ht-review-carousel,
body.single-product .htlp--workbook .ht-carousel--sample,
.htlp--workbook .ht-review-carousel,
.htlp--workbook .ht-carousel--sample{
  padding-bottom: 18px;
}

body.single-product .htlp--workbook .ht-review-slide,
.htlp--workbook .ht-review-slide{
  display: grid;
  gap: 18px;
}

body.single-product .htlp--workbook .ht-review-card,
.htlp--workbook .ht-review-card{
  height: 100%;
  padding: 24px 22px 22px;
  border: 1px solid var(--htlp-line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 46px rgba(63, 54, 57, 0.04);
}

body.single-product .htlp--workbook .ht-review-card__head,
.htlp--workbook .ht-review-card__head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.single-product .htlp--workbook .ht-review-card__name,
.htlp--workbook .ht-review-card__name{
  color: var(--htlp-accent-deep);
  font-size: 1.08rem;
  font-weight: 700;
}

body.single-product .htlp--workbook .ht-review-card__stars,
.htlp--workbook .ht-review-card__stars{
  display: inline-flex;
  gap: 4px;
  color: var(--htlp-accent);
}

body.single-product .htlp--workbook .ht-review-card__stars svg,
.htlp--workbook .ht-review-card__stars svg{
  width: 16px;
  height: 16px;
  fill: currentColor;
}

body.single-product .htlp--workbook .ht-review-card__logo,
.htlp--workbook .ht-review-card__logo{
  width: auto;
  height: 18px;
  margin-top: 16px;
}

body.single-product .htlp--workbook .ht-review-card__divider,
.htlp--workbook .ht-review-card__divider{
  height: 1px;
  margin: 16px 0 14px;
  background: rgba(119, 74, 86, 0.08);
}

body.single-product .htlp--workbook .ht-review-card__text,
.htlp--workbook .ht-review-card__text{
  margin: 0;
  color: var(--htlp-text);
  font-size: 1rem;
  line-height: 1.65;
}

body.single-product .htlp--workbook a.ht-review-section__cta,
body.single-product .htlp--workbook a.ht-review-section__cta:link,
body.single-product .htlp--workbook a.ht-review-section__cta:visited,
.htlp--workbook a.ht-review-section__cta,
.htlp--workbook a.ht-review-section__cta:link,
.htlp--workbook a.ht-review-section__cta:visited{
  all: unset !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-height: 54px !important;
  margin: 22px auto 0 !important;
  padding: 14px 28px !important;
  border: 1px solid rgba(119, 74, 86, 0.16) !important;
  border-radius: 18px !important;
  background: #fff !important;
  color: var(--htlp-accent) !important;
  -webkit-text-fill-color: var(--htlp-accent) !important;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

body.single-product .htlp--workbook a.ht-review-section__cta::before,
body.single-product .htlp--workbook a.ht-review-section__cta::after,
.htlp--workbook a.ht-review-section__cta::before,
.htlp--workbook a.ht-review-section__cta::after{
  content: none !important;
  display: none !important;
}

body.single-product .htlp--workbook a.ht-review-section__cta:hover,
body.single-product .htlp--workbook a.ht-review-section__cta:focus,
.htlp--workbook a.ht-review-section__cta:hover,
.htlp--workbook a.ht-review-section__cta:focus{
  color: var(--htlp-accent-deep) !important;
  -webkit-text-fill-color: var(--htlp-accent-deep) !important;
  border-color: rgba(119, 74, 86, 0.26) !important;
}

body.single-product .htlp--workbook .ht-carousel--sample,
.htlp--workbook .ht-carousel--sample{
  width: min(100%, 980px);
  margin: 0 auto;
}

body.single-product .htlp--workbook .ht-carousel--sample .ht-carousel__slide img,
.htlp--workbook .ht-carousel--sample .ht-carousel__slide img{
  display: block;
  width: 100%;
  border-radius: 30px;
  border: 1px solid rgba(119, 74, 86, 0.08);
  box-shadow: 0 22px 50px rgba(63, 54, 57, 0.05);
}

body.single-product .htlp--workbook .ht-carousel__btn,
.htlp--workbook .ht-carousel__btn{
  width: 44px;
  height: 44px;
  border: 1px solid rgba(119, 74, 86, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--htlp-accent);
  font-size: 24px;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(63, 54, 57, 0.04);
}

body.single-product .htlp--workbook .ht-carousel__dots,
.htlp--workbook .ht-carousel__dots{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

body.single-product .htlp--workbook .ht-carousel__dot,
.htlp--workbook .ht-carousel__dot{
  width: 10px;
  height: 10px;
  min-width: 10px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(119, 74, 86, 0.18);
  box-shadow: none;
}

body.single-product .htlp--workbook .ht-carousel__dot.is-active,
.htlp--workbook .ht-carousel__dot.is-active{
  background: var(--htlp-accent);
}

body.single-product .htlp--workbook .ml-sec--fit-help .ml-wrap,
.htlp--workbook .ml-sec--fit-help .ml-wrap{
  display: grid;
  gap: 22px;
}

body.single-product .htlp--workbook .ml-fit-grid,
body.single-product .htlp--workbook .ml-help-grid,
.htlp--workbook .ml-fit-grid,
.htlp--workbook .ml-help-grid{
  display: grid;
  gap: 18px;
}

body.single-product .htlp--workbook .ml-card,
.htlp--workbook .ml-card{
  padding: 24px 22px;
  border: 1px solid var(--htlp-line);
  border-radius: 26px;
  background: #fff;
}

body.single-product .htlp--workbook .ml-card h3,
body.single-product .htlp--workbook .ml-card h4,
.htlp--workbook .ml-card h3,
.htlp--workbook .ml-card h4{
  margin: 0 0 10px;
  color: var(--htlp-accent-deep);
  font-size: 1.34rem;
  line-height: 1.16;
}

body.single-product .htlp--workbook .ml-card p,
.htlp--workbook .ml-card p{
  margin: 0;
  color: var(--htlp-text);
  line-height: 1.58;
}

body.single-product .htlp--workbook .ml-fit-card,
.htlp--workbook .ml-fit-card{
  background: rgba(255, 255, 255, 0.9);
}

body.single-product .htlp--workbook .ml-high,
.htlp--workbook .ml-high{
  background: linear-gradient(180deg, rgba(154, 103, 116, 0.08), rgba(255, 255, 255, 0.96));
}

body.single-product .htlp--workbook .ml-fit-help-divider,
.htlp--workbook .ml-fit-help-divider{
  height: 1px;
  background: rgba(119, 74, 86, 0.1);
}

body.single-product .htlp--workbook .ml-sec--topics,
.htlp--workbook .ml-sec--topics{
  background: rgba(251, 247, 246, 0.5);
}

body.single-product .htlp--workbook .ml-list,
.htlp--workbook .ml-list{
  margin: 0;
  padding: 0;
  list-style: none;
}

body.single-product .htlp--workbook .ml-list--airy,
.htlp--workbook .ml-list--airy{
  display: grid;
  gap: 12px;
}

body.single-product .htlp--workbook .ml-list--airy li,
.htlp--workbook .ml-list--airy li{
  position: relative;
  padding-left: 18px;
  color: var(--htlp-text);
  line-height: 1.58;
}

body.single-product .htlp--workbook .ml-list--airy li::before,
.htlp--workbook .ml-list--airy li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(119, 74, 86, 0.28);
  transform: translateY(-50%);
}

body.single-product .htlp--workbook .ml-note,
.htlp--workbook .ml-note{
  margin: 18px 0 0;
  color: var(--htlp-muted);
  line-height: 1.58;
}

body.single-product .htlp--workbook .ml-note--meta,
.htlp--workbook .ml-note--meta{
  padding-top: 16px;
  border-top: 1px solid rgba(119, 74, 86, 0.08);
}

body.single-product .htlp--workbook .ml-section-intro,
.htlp--workbook .ml-section-intro{
  max-width: 42rem;
  margin: -8px auto 24px;
  color: var(--htlp-muted);
  font-size: 1rem;
  line-height: 1.62;
  text-align: center;
}

body.single-product .htlp--workbook .ml-sec--final,
.htlp--workbook .ml-sec--final{
  padding-top: clamp(60px, 8vw, 110px);
  padding-bottom: clamp(70px, 9vw, 120px);
}

body.single-product .htlp--workbook .ml-final-box,
.htlp--workbook .ml-final-box{
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 56px);
  border: 1px solid rgba(119, 74, 86, 0.12);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(154, 103, 116, 0.06), rgba(255, 255, 255, 0.98));
  box-shadow: 0 26px 60px rgba(63, 54, 57, 0.05);
  text-align: center;
}

body.single-product .htlp--workbook .ml-final-box h2,
.htlp--workbook .ml-final-box h2{
  margin: 0 0 16px;
  color: var(--htlp-accent);
  font-size: clamp(2.4rem, 5vw, 4.1rem);
  line-height: 0.98;
}

body.single-product .htlp--workbook .ml-final-text,
.htlp--workbook .ml-final-text{
  max-width: 38rem;
  margin: 0 auto 24px;
  color: var(--htlp-text);
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  line-height: 1.62;
}

@media (min-width: 900px){
  body.single-product .htlp--workbook .htlp-card-grid--2x2,
  .htlp--workbook .htlp-card-grid--2x2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.single-product .htlp--workbook .htlp-steps,
  .htlp--workbook .htlp-steps{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.single-product .htlp--workbook .htlp-proof,
  .htlp--workbook .htlp-proof{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.single-product .htlp--workbook .ht-review-slide,
  .htlp--workbook .ht-review-slide{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.single-product .htlp--workbook .ht-review-card--wide,
  .htlp--workbook .ht-review-card--wide{
    grid-column: 1 / -1;
    max-width: 860px;
    margin: 0 auto;
  }

  body.single-product .htlp--workbook .ml-fit-grid,
  body.single-product .htlp--workbook .ml-help-grid,
  .htlp--workbook .ml-fit-grid,
  .htlp--workbook .ml-help-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.single-product .htlp--workbook .ml-list--airy,
  .htlp--workbook .ml-list--airy{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
  }
}

@media (min-width: 1120px){
  body.single-product .htlp--workbook .htlp-hero__grid,
  .htlp--workbook .htlp-hero__grid{
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.84fr);
    gap: clamp(40px, 5vw, 84px);
  }

  body.single-product .htlp--workbook .htlp-hero__content,
  .htlp--workbook .htlp-hero__content{
    grid-template-columns: minmax(0, 1fr) minmax(290px, 360px);
    grid-template-areas:
      "meta meta"
      "title title"
      "subtitle subtitle"
      "intro intro"
      "benefits purchase"
      "micro micro";
    column-gap: clamp(26px, 3vw, 42px);
    row-gap: 18px;
  }

  body.single-product .htlp--workbook .htlp-meta,
  .htlp--workbook .htlp-meta{ grid-area: meta; }
  body.single-product .htlp--workbook .htlp-title,
  .htlp--workbook .htlp-title{ grid-area: title; }
  body.single-product .htlp--workbook .htlp-subtitle,
  .htlp--workbook .htlp-subtitle{ grid-area: subtitle; }
  body.single-product .htlp--workbook .htlp-intro,
  .htlp--workbook .htlp-intro{ grid-area: intro; }
  body.single-product .htlp--workbook .htlp-benefits,
  .htlp--workbook .htlp-benefits{ grid-area: benefits; align-content: start; }
  body.single-product .htlp--workbook .htlp-purchase,
  .htlp--workbook .htlp-purchase{ grid-area: purchase; align-self: start; justify-self: center; }
  body.single-product .htlp--workbook .htlp-microtrust,
  .htlp--workbook .htlp-microtrust{ grid-area: micro; }

  body.single-product .htlp--workbook .htlp-author__main,
  .htlp--workbook .htlp-author__main{
    grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1fr);
    align-items: start;
  }

  body.single-product .htlp--workbook .ml-sec--fit-help .ml-wrap,
  .htlp--workbook .ml-sec--fit-help .ml-wrap{
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    grid-template-areas:
      "fit-title divider help-title"
      "fit-grid divider help-grid";
    column-gap: clamp(30px, 4vw, 54px);
    row-gap: 24px;
    align-items: start;
  }

  body.single-product .htlp--workbook .ml-sec--fit-help .ml-wrap > h2:first-of-type,
  .htlp--workbook .ml-sec--fit-help .ml-wrap > h2:first-of-type{ grid-area: fit-title; }
  body.single-product .htlp--workbook .ml-sec--fit-help .ml-wrap > h2:nth-of-type(2),
  .htlp--workbook .ml-sec--fit-help .ml-wrap > h2:nth-of-type(2){ grid-area: help-title; }
  body.single-product .htlp--workbook .ml-sec--fit-help .ml-fit-grid,
  .htlp--workbook .ml-sec--fit-help .ml-fit-grid{ grid-area: fit-grid; }
  body.single-product .htlp--workbook .ml-sec--fit-help .ml-help-grid,
  .htlp--workbook .ml-sec--fit-help .ml-help-grid{ grid-area: help-grid; }
  body.single-product .htlp--workbook .ml-fit-help-divider,
  .htlp--workbook .ml-fit-help-divider{
    grid-area: divider;
    width: 1px;
    height: 100%;
    min-height: 100%;
  }
}

@media (max-width: 899px){
  body.single-product .htlp--workbook .htlp-card-grid--2x2,
  .htlp--workbook .htlp-card-grid--2x2{
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 767px){
  body.single-product .htlp--workbook .htlp-shell,
  body.single-product .htlp--workbook .ml-wrap,
  .htlp--workbook .htlp-shell,
  .htlp--workbook .ml-wrap{
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
  }

  body.single-product .htlp--workbook .htlp-section,
  body.single-product .htlp--workbook .ml-sec,
  .htlp--workbook .htlp-section,
  .htlp--workbook .ml-sec{
    padding: 42px 0;
  }

  body.single-product .htlp--workbook .htlp-meta,
  .htlp--workbook .htlp-meta{
    padding-bottom: 12px;
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  body.single-product .htlp--workbook .htlp-title,
  .htlp--workbook .htlp-title{
    max-width: 7.8ch;
    font-size: clamp(2.8rem, 15vw, 4.55rem);
  }

  body.single-product .htlp--workbook .htlp-subtitle,
  .htlp--workbook .htlp-subtitle{
    max-width: 14ch;
  }

  body.single-product .htlp--workbook .htlp-benefit,
  body.single-product .htlp--workbook .htlp-card,
  body.single-product .htlp--workbook .ml-card,
  .htlp--workbook .htlp-benefit,
  .htlp--workbook .htlp-card,
  .htlp--workbook .ml-card{
    border-radius: 22px;
  }

  body.single-product .htlp--workbook .htlp-purchase,
  .htlp--workbook .htlp-purchase{
    width: 100%;
    padding: 24px 22px 22px;
  }

  body.single-product .htlp--workbook .htlp-microtrust,
  .htlp--workbook .htlp-microtrust{
    gap: 8px 16px;
    font-size: 12px;
  }

  body.single-product .htlp--workbook .htlp-microtrust span + span::before,
  .htlp--workbook .htlp-microtrust span + span::before{
    left: -10px;
  }

  body.single-product .htlp--workbook .htlp-step,
  .htlp--workbook .htlp-step{
    padding: 22px 18px 20px 74px;
  }

  body.single-product .htlp--workbook .htlp-step::before,
  .htlp--workbook .htlp-step::before{
    left: 18px;
    top: 20px;
  }

  body.single-product .htlp--workbook .htlp-author,
  .htlp--workbook .htlp-author{
    padding: 22px 18px;
    border-radius: 28px;
  }

  body.single-product .htlp--workbook .htlp-author__identity,
  .htlp--workbook .htlp-author__identity{
    justify-items: center;
    text-align: center;
  }

  body.single-product .htlp--workbook .htlp-author__name,
  .htlp--workbook .htlp-author__name{
    max-width: none;
  }

  body.single-product .htlp--workbook .htlp-author__body p,
  .htlp--workbook .htlp-author__body p{
    max-width: none;
  }

  body.single-product .htlp--workbook .htlp-author__links,
  .htlp--workbook .htlp-author__links{
    justify-content: center;
  }

  body.single-product .htlp--workbook a.ht-review-section__cta,
  body.single-product .htlp--workbook a.ht-review-section__cta:link,
  body.single-product .htlp--workbook a.ht-review-section__cta:visited,
  .htlp--workbook a.ht-review-section__cta,
  .htlp--workbook a.ht-review-section__cta:link,
  .htlp--workbook a.ht-review-section__cta:visited{
    max-width: calc(100% - 8px) !important;
    padding: 13px 22px !important;
    font-size: 15px !important;
  }

  body.single-product .htlp--workbook .ht-carousel__btn,
  .htlp--workbook .ht-carousel__btn{
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  body.single-product .htlp--workbook .ml-final-box,
  .htlp--workbook .ml-final-box{
    padding: 28px 20px;
    border-radius: 28px;
  }
}

/* Hlava jako zahrada test - targeted CSS additions */
body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-eyebrow,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-sub.ml-sub-strong,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-sub.ml-sub-strong {
  margin-bottom: 14px;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-sub,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-sub {
  max-width: 640px;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefits,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefits {
  position: relative;
  isolation: isolate;
  margin-top: 24px;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefit strong,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefit strong {
  display: block;
  margin-bottom: 4px;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefits::after,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefits::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -34px;
  width: min(92%, 760px);
  aspect-ratio: 16 / 7;
  transform: translateX(-50%);
  background: url("https://holistickaterapie.cz/wp-content/uploads/2026/04/Untitled-design_result.webp") center bottom / contain no-repeat;
  opacity: 0.14;
  pointer-events: none;
  z-index: 0;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefit,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefit {
  position: relative;
  z-index: 1;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-pricebox .p-eyebrow,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-pricebox .p-eyebrow {
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-pricebox .p-note,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-pricebox .p-note {
  line-height: 1.5;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-step--pay .ml-step__headline,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-step--pay .ml-step__headline {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-trustline,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-trustline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 16px;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-trustline span,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-trustline span {
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(20, 26, 40, 0.78);
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-trustline span::before,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-trustline span::before {
  content: none !important;
  display: none !important;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-trustline span:not(:last-child)::after,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-trustline span:not(:last-child)::after {
  content: "•";
  margin-left: 16px;
  color: rgba(20, 26, 40, 0.35);
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-section-intro,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-section-intro {
  max-width: 760px;
  line-height: 1.6;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-topics-list,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-topics-list {
  margin-top: 22px;
  border-top: 1px solid rgba(155, 110, 121, 0.12);
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-row,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-row {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(155, 110, 121, 0.12);
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-no,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-no {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(155, 110, 121, 0.55);
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-text,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-text {
  font-size: 18px;
  line-height: 1.5;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-note--topline,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-note--topline {
  font-style: italic;
  max-width: 900px;
  margin: 28px auto 0;
  padding: 20px 0 0;
  text-align: center;
  font-size: clamp(1.15rem, 1.55vw, 1.5rem);
  line-height: 1.7;
  color: rgba(69, 59, 62, 0.82);
  border-top: 1px solid rgba(155, 110, 121, 0.14);
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-note--topline::before,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-note--topline::before {
  content: "“";
  display: block;
  margin-bottom: 4px;
  color: rgba(155, 110, 121, 0.36);
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 3vw, 3.4rem);
  line-height: 0.8;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-review-benefits,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-review-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 20px 0 24px;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-review-benefit,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-review-benefit {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(155, 110, 121, 0.12);
  text-align: center;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-review-benefit strong,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-review-benefit strong {
  display: block;
  margin-bottom: 6px;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-review-benefit span,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-review-benefit span {
  display: block;
  line-height: 1.5;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-objection-grid,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-objection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-objection-card h4,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-objection-card h4 {
  margin-bottom: 10px;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ht-review-carousel,
.meditace-landing.ml-workbook[data-product-id="503"] .ht-review-carousel {
  margin-top: 8px;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ht-review-card__text,
.meditace-landing.ml-workbook[data-product-id="503"] .ht-review-card__text {
  line-height: 1.6;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ht-review-section__cta,
.meditace-landing.ml-workbook[data-product-id="503"] .ht-review-section__cta {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ht-carousel--sample,
.meditace-landing.ml-workbook[data-product-id="503"] .ht-carousel--sample {
  margin-top: 20px;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ht-carousel--sample .ht-carousel__slide img,
.meditace-landing.ml-workbook[data-product-id="503"] .ht-carousel--sample .ht-carousel__slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-final-text,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-final-text {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-trustline,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-trustline {
    display: grid;
    gap: 8px;
  }

  body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-trustline span:not(:last-child)::after,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-trustline span:not(:last-child)::after {
    display: none;
  }

  body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-review-benefits,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-review-benefits {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 16px 0 20px;
  }

  body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefits::after,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefits::after {
    width: min(100%, 420px);
    bottom: -24px;
    opacity: 0.11;
  }

  body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-row,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px 0;
  }

  body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-no,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-no {
    font-size: 12px;
  }

  body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-text,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-text {
    font-size: 17px;
  }

  body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-note--topline,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-note--topline {
    margin-top: 18px;
    padding-top: 14px;
    font-size: 1.08rem;
    line-height: 1.62;
  }

  body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-objection-grid,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-objection-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-review-benefits,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-review-benefits {
    grid-template-columns: 1fr;
  }

  body.single-product .meditace-landing.ml-workbook[data-product-id="503"] .ml-objection-grid,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-objection-grid {
    grid-template-columns: 1fr;
  }
}

/* Hlava jako zahrada test - clean final 503 layer */
body.single-product.postid-503 .related,
body.single-product.postid-503 .related.products,
body.single-product.postid-503 section.related,
body.single-product.postid-503 .upsells.products {
  display: none !important;
}

body.single-product.postid-503 .product_meta .posted_in,
body.single-product.postid-503 .product_meta .posted_in a,
body.single-product.postid-503 .ht-product-kicker,
body.single-product.postid-503 .shoptimizer-product-prevnext {
  display: none !important;
}

body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"],
body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] p,
body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] li,
body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] span,
body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] a,
body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] button,
body.single-product.postid-503 #product-503 .ht-product-title,
body.single-product.postid-503 #product-503 .ht-product-subtitle,
body.single-product.postid-503 #product-503 .price,
body.single-product.postid-503 #product-503 .single_add_to_cart_button,
.meditace-landing.ml-workbook[data-product-id="503"],
.meditace-landing.ml-workbook[data-product-id="503"] p,
.meditace-landing.ml-workbook[data-product-id="503"] li,
.meditace-landing.ml-workbook[data-product-id="503"] span,
.meditace-landing.ml-workbook[data-product-id="503"] a,
.meditace-landing.ml-workbook[data-product-id="503"] button {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-title,
body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-sec h3,
body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-card h4,
body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ht-author__name,
body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-midcta-box h3,
body.single-product.postid-503 #product-503 .ht-product-title,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-title,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-sec h3,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-card h4,
.meditace-landing.ml-workbook[data-product-id="503"] .ht-author__name,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-midcta-box h3 {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif !important;
  font-weight: 700 !important;
}

body.single-product.postid-503 #product-503 .ht-product-subtitle,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-sub.ml-sub-strong {
  font-style: italic !important;
}

body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefits::after,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefits::after {
  content: none !important;
  display: none !important;
}

body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] a.ml-cta,
body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] a.ml-cta:link,
body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] a.ml-cta:visited,
.meditace-landing.ml-workbook[data-product-id="503"] a.ml-cta,
.meditace-landing.ml-workbook[data-product-id="503"] a.ml-cta:link,
.meditace-landing.ml-workbook[data-product-id="503"] a.ml-cta:visited {
  background: linear-gradient(135deg, #35c25e 0%, #22a84f 100%) !important;
  border: 1px solid rgba(20, 83, 45, 0.25) !important;
  box-shadow: 0 14px 28px rgba(34, 168, 79, 0.22), 0 2px 0 rgba(20, 83, 45, 0.18) !important;
  color: #ffffff !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(255, 255, 255, 0.92) !important;
  text-decoration-thickness: 0.08em !important;
  text-underline-offset: 0.14em !important;
}

body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] a.ht-review-section__cta::before,
body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] a.ht-review-section__cta::after,
.meditace-landing.ml-workbook[data-product-id="503"] a.ht-review-section__cta::before,
.meditace-landing.ml-workbook[data-product-id="503"] a.ht-review-section__cta::after {
  content: none !important;
  display: none !important;
}

body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] a.ht-review-section__cta,
body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] a.ht-review-section__cta:link,
body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] a.ht-review-section__cta:visited,
.meditace-landing.ml-workbook[data-product-id="503"] a.ht-review-section__cta,
.meditace-landing.ml-workbook[data-product-id="503"] a.ht-review-section__cta:link,
.meditace-landing.ml-workbook[data-product-id="503"] a.ht-review-section__cta:visited {
  background: #fff !important;
  color: var(--wb-wine) !important;
  text-decoration: none !important;
}

body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-sec--midcta,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-sec--midcta {
  padding-top: 18px !important;
}

body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-midcta-box,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-midcta-box {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(28px, 3.6vw, 42px) clamp(22px, 4vw, 40px);
  border-radius: 30px;
  border: 1px solid rgba(155, 110, 121, 0.16);
  background: linear-gradient(180deg, rgba(255,255,255,0.97) 0%, rgba(249,245,242,0.95) 100%);
  box-shadow: 0 20px 44px rgba(20,16,18,0.05);
  text-align: center;
}

body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-midcta-text,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-midcta-text {
  max-width: 640px;
  margin: 0 auto 22px;
  line-height: 1.65;
  color: rgba(45, 37, 40, 0.78);
}

@media (min-width: 1180px) {
  body.single-product.postid-503 .col-full > #primary.content-area,
  body.single-product.postid-503 #primary.content-area {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important;
  }

  body.single-product.postid-503 #secondary,
  body.single-product.postid-503 #secondary.widget-area {
    display: none !important;
  }

  body.single-product.postid-503 #main.site-main {
    width: min(100%, 1320px) !important;
    max-width: 1320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.single-product.postid-503 #product-503 {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: min(100%, 1220px) !important;
    max-width: 1220px !important;
    margin: 0 auto clamp(34px, 4vw, 54px) !important;
  }

  body.single-product.postid-503 #product-503::after {
    content: "" !important;
    display: block !important;
    clear: both !important;
  }

  body.single-product.postid-503 .woocommerce-tabs.wc-tabs-wrapper,
  body.single-product.postid-503 .woocommerce-Tabs-panel--description,
  body.single-product.postid-503 #tab-description {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
  }

  body.single-product.postid-503 .woocommerce-tabs.wc-tabs-wrapper {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    margin-top: clamp(34px, 4vw, 60px) !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-topics-list,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-topics-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 clamp(32px, 4vw, 60px) !important;
    margin-top: 28px !important;
    border-top: 0 !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-row,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-row {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: start !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 24px 0 !important;
    border-top: 1px solid rgba(155, 110, 121, 0.12) !important;
    border-bottom: 0 !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-row:nth-last-child(-n+2),
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-row:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(155, 110, 121, 0.12) !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-no,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-no {
    font-size: 15px !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-text,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-text {
    min-width: 0 !important;
    max-width: none !important;
    font-size: clamp(1.12rem, 1.45vw, 1.34rem) !important;
    line-height: 1.42 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    text-wrap: pretty !important;
  }
}

@media (max-width: 767px) {
  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-sec--midcta,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-sec--midcta {
    padding-top: 8px !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-midcta-box,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-midcta-box {
    padding: 24px 18px;
    border-radius: 24px;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-midcta-text,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-midcta-text {
    margin-bottom: 18px;
  }
}

/* Hlava jako zahrada test - outline watermark inside hero pills */
body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefit,
body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-pricebox,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefit,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-pricebox {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefit::before,
body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-pricebox::before,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefit::before,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-pricebox::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)),
    url("https://holistickaterapie.cz/wp-content/uploads/2026/04/Untitled-design_result.webp") center center / 130% auto no-repeat;
  opacity: 0.28;
  pointer-events: none;
  z-index: 0;
}

body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-pricebox::before,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-pricebox::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
    url("https://holistickaterapie.cz/wp-content/uploads/2026/04/Untitled-design_result.webp") center 42% / 140% auto no-repeat;
  opacity: 0.24;
}

body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefit > *,
body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-pricebox > *,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefit > *,
.meditace-landing.ml-workbook[data-product-id="503"] .ml-pricebox > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefit::before,
  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-pricebox::before,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefit::before,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-pricebox::before {
    background-size: 160% auto;
    opacity: 0.22;
  }
}

body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ht-author__links,
.meditace-landing.ml-workbook[data-product-id="503"] .ht-author__links {
  justify-content: center !important;
  align-items: center !important;
  padding-left: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ht-author__stat,
.meditace-landing.ml-workbook[data-product-id="503"] .ht-author__stat {
  cursor: default;
}

body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ht-author__stat strong,
.meditace-landing.ml-workbook[data-product-id="503"] .ht-author__stat strong {
  display: inline-block !important;
  min-width: 4ch;
}

/* Hlava jako zahrada test - final desktop landing layout */
@media (min-width: 1180px) {
  body.single-product.postid-503 .woocommerce-tabs.wc-tabs-wrapper,
  body.single-product.postid-503 .woocommerce-Tabs-panel--description,
  body.single-product.postid-503 #tab-description {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-wrap,
  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-inner,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-wrap,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-inner {
    width: min(100%, 1280px) !important;
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-grid,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 520px) !important;
    gap: 34px 56px !important;
    align-items: start !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-copy,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-copy {
    display: contents !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-eyebrow,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-eyebrow {
    grid-column: 1 !important;
    grid-row: 1 !important;
    margin: 0 0 18px !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-title,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-title {
    grid-column: 1 !important;
    grid-row: 2 !important;
    margin: 0 0 14px !important;
    max-width: 9ch !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-sub.ml-sub-strong,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-sub.ml-sub-strong {
    grid-column: 1 !important;
    grid-row: 3 !important;
    margin: 0 0 18px !important;
    max-width: 18ch !important;
    font-size: clamp(1.75rem, 2.5vw, 2.3rem) !important;
    line-height: 1.22 !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-sub:not(.ml-sub-strong),
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-sub:not(.ml-sub-strong) {
    grid-column: 1 !important;
    grid-row: 4 !important;
    margin: 0 !important;
    max-width: 58ch !important;
    font-size: 1.12rem !important;
    line-height: 1.72 !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-visual,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-visual {
    grid-column: 2 !important;
    grid-row: 1 / 5 !important;
    align-self: center !important;
    justify-self: center !important;
    width: 100% !important;
    max-width: 520px !important;
    margin: 20px auto 0 !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-visual img,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-visual img {
    display: block !important;
    width: 100% !important;
    max-width: 520px !important;
    margin: 0 auto !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefits,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefits {
    grid-column: 1 / -1 !important;
    grid-row: 5 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
    margin: 8px 0 0 !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefit,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-hero-benefit {
    min-height: 0 !important;
    padding: 24px 24px 22px !important;
    text-align: center !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-pricebox,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-pricebox {
    grid-column: 1 / -1 !important;
    grid-row: 6 !important;
    justify-self: center !important;
    align-self: start !important;
    width: min(100%, 760px) !important;
    max-width: 760px !important;
    margin: 4px auto 0 !important;
    padding: 34px 38px 30px !important;
    text-align: center !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-pricebox .ml-cta,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-pricebox .ml-cta {
    justify-self: center !important;
    width: min(100%, 520px) !important;
    min-height: 60px !important;
    padding: 0 30px !important;
    font-size: 18px !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-trustline,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-trustline {
    grid-column: 1 / -1 !important;
    grid-row: 7 !important;
    justify-self: center !important;
    width: min(100%, 980px) !important;
    max-width: 980px !important;
    margin: 6px auto 0 !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-sec .ml-section-intro,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-sec .ml-section-intro {
    max-width: 860px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ht-review-carousel,
  .meditace-landing.ml-workbook[data-product-id="503"] .ht-review-carousel {
    max-width: 1320px !important;
    margin: 14px auto 0 !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ht-review-slide,
  .meditace-landing.ml-workbook[data-product-id="503"] .ht-review-slide {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)) !important;
    gap: 24px !important;
    align-items: stretch !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ht-review-card,
  .meditace-landing.ml-workbook[data-product-id="503"] .ht-review-card {
    width: 100% !important;
    max-width: none !important;
    min-height: 100% !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-topics-list,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-topics-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 56px !important;
    max-width: 1180px !important;
    margin: 28px auto 0 !important;
    border-top: 0 !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-row,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-row {
    display: grid !important;
    grid-template-columns: 62px minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: start !important;
    padding: 24px 0 !important;
    border-top: 1px solid rgba(155, 110, 121, 0.12) !important;
    border-bottom: 0 !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-row:nth-last-child(-n+2),
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-row:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(155, 110, 121, 0.12) !important;
  }

  body.single-product.postid-503 .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-text,
  .meditace-landing.ml-workbook[data-product-id="503"] .ml-topic-text {
    font-size: 20px !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }
}
