/* HUMAC Nativ - landing page Detoxikacne kury - verzia 9
   Vsetky pravidla su ohranicene triedou .hn-lp alebo pritomnostou .hn-lp--top. */

.hn-lp,
.hn-lp * {
  box-sizing: border-box;
}

.hn-lp {
  --hn-css-version: 9;
  --hn-green: #00a76c;
  --hn-green-hover: #008f5d;
  --hn-olive: #3c4a24;
  --hn-olive-dark: #273217;
  --hn-olive-soft: #eef3e6;
  --hn-cream: #f7f5f0;
  --hn-warm: #faf6ee;
  --hn-paper: #ffffff;
  --hn-ink: #0f0f0f;
  --hn-text: #292929;
  --hn-muted: #5f6270;
  --hn-line: #e0e5ee;
  --hn-shadow: 0 18px 55px rgba(15, 15, 15, 0.09);
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  color: var(--hn-text);
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

.hn-lp img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hn-lp a {
  color: inherit;
  text-decoration: none;
}

.hn-lp h1,
.hn-lp h2,
.hn-lp h3,
.hn-lp h4,
.hn-lp p,
.hn-lp ul {
  margin-top: 0;
}

.hn-lp h1,
.hn-lp h2,
.hn-lp h3,
.hn-lp h4 {
  color: var(--hn-ink);
  font-family: Roboto, Arial, sans-serif;
}

.hn-lp h1 {
  margin-bottom: 24px;
  font-size: clamp(48px, 6.2vw, 86px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hn-lp h1 span {
  color: var(--hn-green);
}

.hn-lp h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 4.5vw, 62px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.hn-lp h3 {
  line-height: 1.25;
}

.hn-lp .hn-kicker {
  margin-bottom: 18px;
  color: var(--hn-green);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hn-lp .hn-lead {
  max-width: 820px;
  margin: 26px 0 0;
  color: var(--hn-muted);
  font-size: 19px;
  line-height: 1.75;
}

.hn-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border: 0;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hn-btn:hover,
.hn-btn:focus-visible {
  transform: translateY(-1px);
}

.hn-btn--primary {
  color: #ffffff !important;
  background: var(--hn-green);
}

.hn-btn--primary:hover,
.hn-btn--primary:focus-visible {
  background: var(--hn-green-hover);
}

.hn-btn--light {
  color: var(--hn-olive-dark) !important;
  background: #ffffff;
}

.hn-text-link {
  display: inline-flex;
  padding: 8px 0 5px;
  color: var(--hn-olive) !important;
  border-bottom: 1px solid rgba(60, 74, 36, 0.28);
  font-size: 13px;
  font-weight: 700;
}

.hn-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.hn-section {
  padding: 104px 64px;
}

.hn-section-heading {
  max-width: 850px;
}

.hn-section-heading--split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: end;
  gap: 80px;
}

.hn-section-heading--split > p {
  margin-bottom: 0;
  color: var(--hn-muted);
  line-height: 1.8;
}

/* Shoptet page scope */
body:has(.hn-lp--top) h1.category-title {
  display: none;
}

body:has(.hn-lp--top) .category-perex,
body:has(.hn-lp--top) .category__secondDescription {
  max-width: none;
  margin: 0;
  padding: 0;
}

body:has(.hn-lp--top) .products-block {
  scroll-margin-top: 110px;
}

/* Produktovy vypis kopiruje maximalnu sirku landing page.
   Na sirokych monitoroch sa preto karty neroztiahnu cez celu obrazovku. */
.in-detoxikacne-kury #products.products-block {
  width: 100% !important;
  max-width: 1280px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  justify-content: center !important;
}

/* Shoptet na velmi sirokom monitore prepina sablonu na styri stlpce.
   Landing page ma iba tri produkty, preto ich na desktope drzime v troch stlpcoch. */
@media (min-width: 1051px) {
  .in-detoxikacne-kury #products.products-block > .product {
    width: 33.333333% !important;
    max-width: 426.667px !important;
    flex: 0 0 33.333333% !important;
  }
}

/* Farebne benefitove stitky prekryvali produktove fotografie.
   Na tejto landing page ponechavame iba samostatny zlavovy stitok. */
.in-detoxikacne-kury #products .flags-default {
  display: none !important;
}

/* Hero */
.hn-hero {
  position: relative;
  display: grid;
  min-height: 680px;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: 28px;
  padding: 72px 64px 58px;
  border: 1px solid var(--hn-line);
  border-radius: 22px 22px 0 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(0, 167, 108, 0.16), transparent 28%),
    linear-gradient(125deg, #ffffff 0%, var(--hn-cream) 54%, var(--hn-olive-soft) 100%);
}

.hn-hero::after {
  content: "";
  position: absolute;
  right: -190px;
  bottom: -310px;
  width: 690px;
  height: 690px;
  border: 1px solid rgba(0, 167, 108, 0.15);
  border-radius: 50%;
  pointer-events: none;
}

.hn-hero__copy,
.hn-hero__visual {
  position: relative;
  z-index: 1;
}

.hn-hero__lead {
  max-width: 650px;
  margin-bottom: 0;
  color: #535560;
  font-size: 18px;
  line-height: 1.75;
}

.hn-hero__numbers {
  display: flex;
  gap: 34px;
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid rgba(60, 74, 36, 0.16);
}

.hn-hero__numbers div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hn-hero__numbers strong {
  color: var(--hn-ink);
  font-size: 23px;
  line-height: 1.2;
}

.hn-hero__numbers span {
  color: var(--hn-muted);
  font-size: 11px;
}

.hn-hero__visual {
  display: flex;
  min-width: 0;
  min-height: 500px;
  align-items: center;
  justify-content: center;
}

.hn-hero__halo {
  position: absolute;
  width: min(480px, 92%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 0 0 45px rgba(255, 255, 255, 0.18);
}

.hn-hero__visual img {
  position: relative;
  z-index: 2;
  width: min(112%, 720px);
  max-width: none;
  filter: drop-shadow(0 28px 20px rgba(15, 15, 15, 0.2));
}

.hn-float-note {
  position: absolute;
  z-index: 3;
  max-width: 235px;
  padding: 10px 14px;
  color: var(--hn-olive-dark);
  border: 1px solid rgba(60, 74, 36, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 30px rgba(15, 15, 15, 0.08);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.hn-float-note--top {
  top: 11%;
  right: 0;
}

.hn-float-note--bottom {
  bottom: 9%;
  left: 0;
}

/* Trust */
.hn-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--hn-line);
  border-top: 0;
  background: var(--hn-paper);
}

.hn-trust article {
  display: flex;
  min-height: 104px;
  align-items: center;
  gap: 15px;
  padding: 22px;
  border-right: 1px solid var(--hn-line);
}

.hn-trust article:last-child {
  border-right: 0;
}

.hn-trust__number {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--hn-green);
  border: 1px solid rgba(0, 167, 108, 0.25);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
}

.hn-trust article div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hn-trust strong {
  color: var(--hn-ink);
  font-size: 13px;
  line-height: 1.35;
}

.hn-trust article div span {
  color: var(--hn-muted);
  font-size: 11px;
  line-height: 1.35;
}

/* Top mechanism and product handoff */
.hn-section--mechanism {
  background: var(--hn-paper);
}

.hn-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 48px;
}

.hn-step-grid article {
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--hn-line);
  border-radius: 12px;
  background: var(--hn-cream);
}

.hn-step-grid article > span {
  color: var(--hn-green);
  font-size: 12px;
  font-weight: 800;
}

.hn-step-grid h3 {
  margin: 54px 0 10px;
  font-size: 21px;
}

.hn-step-grid p {
  margin-bottom: 0;
  color: var(--hn-muted);
  font-size: 14px;
  line-height: 1.7;
}

.hn-clarification {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
  margin-top: 18px;
  padding: 25px 28px;
  color: #ffffff;
  border-radius: 10px;
  background: var(--hn-olive);
}

.hn-clarification strong {
  color: #ffffff;
}

.hn-clarification p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.hn-products-intro {
  padding: 72px 64px 35px;
  border-top: 1px solid var(--hn-line);
  background: var(--hn-olive-soft);
  scroll-margin-top: 120px;
}

.hn-products-intro > div:first-of-type {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: end;
  gap: 70px;
}

.hn-products-intro h2 {
  max-width: 690px;
}

.hn-products-intro > div:first-of-type > p {
  margin-bottom: 0;
  color: var(--hn-muted);
}

.hn-native-products-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 38px;
  padding: 16px 19px;
  border: 1px dashed rgba(0, 167, 108, 0.35);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
}

.hn-native-products-note > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  color: #ffffff;
  border-radius: 50%;
  background: var(--hn-green);
}

.hn-native-products-note p {
  margin-bottom: 0;
  color: var(--hn-muted);
  font-size: 13px;
}

.hn-native-products-note strong {
  color: var(--hn-ink);
}

/* Why */
.hn-lp--bottom {
  margin-top: 55px;
}

.hn-section--why {
  border: 1px solid var(--hn-line);
  border-radius: 18px 18px 0 0;
  background: var(--hn-paper);
}

.hn-system-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 52px;
  border: 1px solid var(--hn-line);
  background: var(--hn-line);
}

.hn-system-grid article {
  min-height: 255px;
  padding: 27px 24px;
  background: var(--hn-cream);
}

.hn-system-grid article > span {
  color: var(--hn-green);
  font-size: 12px;
  font-weight: 800;
}

.hn-system-grid h3 {
  margin: 65px 0 10px;
  font-size: 22px;
}

.hn-system-grid p {
  margin-bottom: 0;
  color: var(--hn-muted);
  font-size: 14px;
}

.hn-highlight {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  margin-top: 20px;
  padding: 28px 30px;
  color: #ffffff;
  border-radius: 10px;
  background: var(--hn-olive);
}

.hn-highlight__mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--hn-olive);
  border-radius: 50%;
  background: #ffffff;
  font-weight: 900;
}

.hn-highlight h3 {
  margin: 1px 0 7px;
  color: #ffffff;
  font-size: 20px;
}

.hn-highlight p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

/* History */
.hn-section--history {
  color: #ffffff;
  background: var(--hn-olive);
}

.hn-section--history h2,
.hn-section--history h3 {
  color: #ffffff;
}

.hn-section--history .hn-kicker {
  color: #bdf2d5;
}

.hn-section--history .hn-section-heading--split > p {
  color: rgba(255, 255, 255, 0.67);
}

.hn-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hn-timeline article {
  position: relative;
  min-height: 310px;
  padding: 38px 24px 24px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.hn-timeline article:not(:first-child) {
  padding-left: 24px;
}

.hn-timeline article:last-child {
  border-right: 0;
}

.hn-timeline article::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffffff;
}

.hn-timeline article:not(:first-child)::before {
  left: 24px;
}

.hn-history-top {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hn-history-number {
  color: rgba(255, 255, 255, 0.35);
  font-size: 30px;
  font-weight: 800;
}

.hn-history-icon {
  display: grid;
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  place-items: center;
  color: #bdf2d5;
  border: 1px solid rgba(189, 242, 213, 0.3);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hn-history-icon::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: currentColor;
  -webkit-mask: var(--hn-history-icon) center / contain no-repeat;
  mask: var(--hn-history-icon) center / contain no-repeat;
}

.hn-history-icon--fasting {
  --hn-history-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2064%2064'%20fill%3D'none'%20stroke%3D'black'%20stroke-width%3D'3.2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M11%2045h42'%2F%3E%3Cpath%20d%3D'M17%2045c1-12%207-19%2015-19s14%207%2015%2019'%2F%3E%3Cpath%20d%3D'M32%2014v8'%2F%3E%3Cpath%20d%3D'M27%2014h10'%2F%3E%3Cpath%20d%3D'M14%2052h36'%2F%3E%3C%2Fsvg%3E");
}

.hn-history-icon--bath {
  --hn-history-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2064%2064'%20fill%3D'none'%20stroke%3D'black'%20stroke-width%3D'3.2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M32%207S18%2023%2018%2035a14%2014%200%200%200%2028%200C46%2023%2032%207%2032%207Z'%2F%3E%3Cpath%20d%3D'M12%2052c5-4%209%204%2014%200s9%204%2014%200%209%204%2014%200'%2F%3E%3C%2Fsvg%3E");
}

.hn-history-icon--sauna {
  --hn-history-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2064%2064'%20fill%3D'none'%20stroke%3D'black'%20stroke-width%3D'3.2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M12%2042h40v12H12Z'%2F%3E%3Cpath%20d%3D'M18%2054v4m28-4v4'%2F%3E%3Cpath%20d%3D'M20%2033c-4-4%204-7%200-12s4-8%200-12m12%2024c-4-4%204-7%200-12s4-8%200-12m12%2024c-4-4%204-7%200-12s4-8%200-12'%2F%3E%3C%2Fsvg%3E");
}

.hn-history-icon--warning {
  --hn-history-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2064%2064'%20fill%3D'none'%20stroke%3D'black'%20stroke-width%3D'3.2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M32%208%2057%2054H7L32%208Z'%2F%3E%3Cpath%20d%3D'M32%2024v14'%2F%3E%3Cpath%20d%3D'M32%2046h.01'%2F%3E%3C%2Fsvg%3E");
}

.hn-timeline small {
  display: block;
  min-height: 36px;
  margin: 28px 0 8px;
  color: #bdf2d5;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hn-timeline h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.hn-timeline p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 12px;
}

.hn-section--history .hn-history-note {
  margin: 24px 0 0;
  padding: 22px 24px;
  color: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.055);
  font-size: 12px;
}

.hn-section--history .hn-history-note strong {
  color: #ffffff;
}

/* Exposure */
.hn-section--exposure {
  background: var(--hn-cream);
}

.hn-warning {
  padding: 22px;
  border: 1px solid rgba(160, 115, 34, 0.25);
  border-radius: 8px;
  background: var(--hn-warm);
}

.hn-warning strong {
  display: block;
  margin-bottom: 5px;
  color: #8a6320;
  font-size: 13px;
}

.hn-warning p {
  margin-bottom: 0;
  color: #74694e;
  font-size: 12px;
}

.hn-contaminant-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 52px;
}

.hn-contaminant-grid article {
  grid-column: span 2;
  min-height: 390px;
  padding: 26px;
  border: 1px solid var(--hn-line);
  border-radius: 10px;
  background: #ffffff;
}

.hn-contaminant-grid article:nth-child(4) {
  grid-column: 2 / span 2;
}

.hn-contaminant-grid small {
  color: var(--hn-green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hn-contaminant-grid h3 {
  margin: 5px 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--hn-line);
  font-size: 26px;
}

.hn-contaminant-grid h4 {
  margin: 20px 0 5px;
  color: var(--hn-olive);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hn-contaminant-grid p {
  margin-bottom: 0;
  color: var(--hn-muted);
  font-size: 12px;
}

.hn-scope-note {
  margin: 22px 0 0;
  padding-left: 15px;
  color: var(--hn-muted);
  border-left: 3px solid var(--hn-green);
  font-size: 11px;
}

/* Science */
.hn-section--science {
  background: #ffffff;
}

.hn-binding-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 52px;
}

.hn-binding-grid article {
  min-height: 245px;
  padding: 25px;
  color: #ffffff;
  border-radius: 10px;
  background: var(--hn-olive);
}

.hn-binding-grid article:nth-child(even) {
  background: #4c5d2e;
}

.hn-binding-grid span {
  color: #bdf2d5;
  font-size: 12px;
  font-weight: 800;
}

.hn-binding-grid h3 {
  margin: 65px 0 10px;
  color: #ffffff;
  font-size: 19px;
}

.hn-binding-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}

.hn-evidence {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.95fr);
  gap: 65px;
  margin-top: 72px;
  padding-top: 62px;
  border-top: 1px solid var(--hn-line);
}

.hn-evidence > div:first-child h3 {
  margin-bottom: 18px;
  font-size: 34px;
  letter-spacing: -0.03em;
}

.hn-evidence > div:first-child > p:last-child {
  margin-bottom: 0;
  color: var(--hn-muted);
}

.hn-evidence__levels {
  display: grid;
  gap: 9px;
}

.hn-evidence__levels article {
  padding: 20px 22px;
  border: 1px solid var(--hn-line);
  border-radius: 8px;
}

.hn-evidence__levels small,
.hn-evidence__levels strong {
  display: block;
}

.hn-evidence__levels small {
  margin-bottom: 4px;
  color: var(--hn-green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hn-evidence__levels strong {
  color: var(--hn-ink);
  font-size: 16px;
}

.hn-evidence__levels p {
  margin: 5px 0 0;
  color: var(--hn-muted);
  font-size: 11px;
}

.hn-evidence__levels .hn-evidence__limit {
  background: var(--hn-warm);
}

.hn-evidence__levels .hn-evidence__limit small {
  color: #8a6320;
}

/* Formula */
.hn-section--formula {
  background: var(--hn-olive-soft);
}

.hn-table-wrap {
  overflow-x: auto;
  margin-top: 48px;
  border: 1px solid var(--hn-line);
  border-radius: 8px;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.hn-formula-table {
  width: 100%;
  min-width: 1040px;
  margin: 0;
  border-collapse: collapse;
}

.hn-formula-table th,
.hn-formula-table td {
  padding: 17px 15px;
  border-right: 1px solid var(--hn-line);
  border-bottom: 1px solid var(--hn-line);
  font-size: 12px;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}

.hn-formula-table thead th {
  color: #ffffff;
  background: var(--hn-olive);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hn-formula-table tbody th {
  min-width: 185px;
  color: var(--hn-olive);
  background: var(--hn-cream);
}

.hn-formula-table tr:last-child th,
.hn-formula-table tr:last-child td {
  border-bottom: 0;
}

.hn-formula-table th:last-child,
.hn-formula-table td:last-child {
  border-right: 0;
}

.hn-table-note {
  margin: 12px 0 0;
  color: var(--hn-muted);
  font-size: 12px;
}

/* Claims */
.hn-section--claims {
  background: var(--hn-cream);
}

.hn-claim-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 48px;
}

.hn-claim-grid details {
  border: 1px solid var(--hn-line);
  border-radius: 10px;
  background: #ffffff;
}

.hn-claim-grid summary {
  position: relative;
  display: flex;
  min-height: 95px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 20px 55px 20px 22px;
  list-style: none;
}

.hn-claim-grid summary::-webkit-details-marker {
  display: none;
}

.hn-claim-grid summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--hn-green);
  font-size: 24px;
  transform: translateY(-50%);
}

.hn-claim-grid details[open] summary::after {
  content: "−";
}

.hn-claim-grid summary span,
.hn-claim-grid summary strong {
  display: block;
}

.hn-claim-grid summary span {
  color: var(--hn-green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hn-claim-grid summary strong {
  color: var(--hn-ink);
  font-size: 19px;
}

.hn-claim-grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0 24px 24px 41px;
}

.hn-claim-grid li {
  color: var(--hn-muted);
  font-size: 13px;
}

/* Videos */
.hn-section--video {
  color: #ffffff;
  background: var(--hn-olive-dark);
}

.hn-section--video h2,
.hn-section--video h3 {
  color: #ffffff;
}

.hn-section--video .hn-kicker {
  color: #bdf2d5;
}

.hn-section--video .hn-section-heading--split > p {
  color: rgba(255, 255, 255, 0.66);
}

.hn-video-grid {
  display: grid;
  grid-template-columns: minmax(190px, 0.52fr) minmax(190px, 0.52fr) minmax(420px, 1.36fr);
  align-items: end;
  gap: 22px;
  margin-top: 52px;
}

.hn-video-card--short {
  width: 100%;
  max-width: 320px;
  justify-self: center;
}

.hn-video-card--wide {
  width: 100%;
}

.hn-video-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: #12180d;
}

.hn-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hn-video-frame--vertical {
  width: min(100%, 320px);
  aspect-ratio: 9 / 16;
}

.hn-video-frame--wide {
  aspect-ratio: 16 / 9;
}

.hn-video-card small {
  display: block;
  margin-top: 13px;
  color: #bdf2d5;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hn-video-card h3 {
  margin: 5px 0 0;
  font-size: 20px;
}

/* Routine */
.hn-section--routine {
  background: var(--hn-cream);
}

.hn-routine-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: 65px;
  padding: 48px;
  border: 1px solid var(--hn-line);
  border-radius: 14px;
  background: #ffffff;
}

.hn-routine-card h2 {
  font-size: clamp(36px, 4vw, 55px);
}

.hn-routine-card > div:first-child > p:last-child {
  margin: 22px 0 0;
  color: var(--hn-muted);
}

.hn-routine-math {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.hn-routine-math > div {
  display: flex;
  width: 98px;
  height: 98px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--hn-line);
  border-radius: 8px;
  background: var(--hn-cream);
}

.hn-routine-math strong {
  color: var(--hn-ink);
  font-size: 33px;
  line-height: 1;
}

.hn-routine-math span {
  margin-top: 5px;
  color: var(--hn-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hn-routine-math > b {
  color: var(--hn-green);
  font-size: 17px;
}

.hn-routine-math .hn-routine-math__result {
  color: #ffffff;
  border-color: var(--hn-green);
  background: var(--hn-green);
}

.hn-routine-math__result strong {
  color: #ffffff;
}

.hn-routine-math__result span {
  color: rgba(255, 255, 255, 0.72);
}

.hn-dose-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 15px;
}

.hn-dose-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--hn-line);
  border-radius: 10px;
  background: #ffffff;
}

.hn-dose-grid article > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--hn-green);
  border: 1px solid rgba(0, 167, 108, 0.25);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.hn-dose-grid h3 {
  margin: 2px 0 5px;
  font-size: 14px;
}

.hn-dose-grid p {
  margin-bottom: 0;
  color: var(--hn-muted);
  font-size: 13px;
}

.hn-dose-note {
  margin: 16px 0 0;
  color: var(--hn-muted);
  font-size: 12px;
}

/* Reviews */
.hn-section--reviews {
  background: #ffffff;
}

.hn-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 48px;
}

.hn-review-grid article {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--hn-line);
  border-radius: 10px;
  background: var(--hn-cream);
}

.hn-review-stars {
  margin-bottom: 0;
  color: var(--hn-green);
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.16em;
}

.hn-review-grid blockquote {
  flex: 1;
  margin: 0 0 28px;
  color: var(--hn-text);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.hn-review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}

.hn-review-platform {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 5px 9px;
  border: 1px solid rgba(0, 167, 108, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--hn-olive);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hn-review-card--rating-only blockquote {
  display: flex;
  align-items: center;
  color: var(--hn-olive);
  font-size: 24px;
  line-height: 1.35;
}

.hn-review-grid article > div:last-child {
  padding-top: 16px;
  border-top: 1px solid var(--hn-line);
}

.hn-review-grid article strong,
.hn-review-grid article small {
  display: block;
}

.hn-review-grid article strong {
  color: var(--hn-ink);
  font-size: 12px;
  font-weight: 700;
}

.hn-review-grid article small {
  margin-top: 5px;
  color: var(--hn-muted);
  font-size: 11px;
}

.hn-review-note {
  margin: 16px 0 0;
  color: var(--hn-muted);
  font-size: 11px;
  text-align: right;
}

/* Ilustracne ikony organov a troch krokov. Ikony su vlozene priamo v CSS. */
.hn-system-grid article,
.hn-step-grid article {
  position: relative;
}

.hn-card-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--hn-green);
  border: 1px solid rgba(0, 167, 108, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
}

.hn-card-icon::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: currentColor;
  -webkit-mask: var(--hn-icon) center / contain no-repeat;
  mask: var(--hn-icon) center / contain no-repeat;
}

.hn-card-icon--liver {
  --hn-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2064%2064'%20fill%3D'none'%20stroke%3D'black'%20stroke-width%3D'3.2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M8%2033c0-11%208-19%2020-19h6c5%200%209%203%2012%207%203%204%206%206%2011%207-1%2012-8%2020-20%2021H20C12%2049%208%2043%208%2033Z'%2F%3E%3Cpath%20d%3D'M35%2015c-2%209%202%2018%2013%2024'%2F%3E%3Cpath%20d%3D'M37%2037c-6%200-11%203-14%209'%2F%3E%3C%2Fsvg%3E");
}

.hn-card-icon--kidneys {
  --hn-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2064%2064'%20fill%3D'none'%20stroke%3D'black'%20stroke-width%3D'3.2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M24%2012c-9%200-15%208-15%2019%200%2010%205%2017%2012%2017%206%200%2010-5%2010-11V22c0-6-2-10-7-10Z'%2F%3E%3Cpath%20d%3D'M40%2012c9%200%2015%208%2015%2019%200%2010-5%2017-12%2017-6%200-10-5-10-11V22c0-6%202-10%207-10Z'%2F%3E%3Cpath%20d%3D'M24%2033c4%200%207%202%208%206m8-6c-4%200-7%202-8%206M28%2047v9m8-9v9'%2F%3E%3C%2Fsvg%3E");
}

.hn-card-icon--gut {
  --hn-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2064%2064'%20fill%3D'none'%20stroke%3D'black'%20stroke-width%3D'3.2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M27%207v14c0%204-3%207-7%208-6%202-9%208-7%2014%202%207%2010%2011%2017%208%207-3%2011-10%2010-18-1-8-6-12-13-12'%2F%3E%3Cpath%20d%3D'M38%208v12'%2F%3E%3Cpath%20d%3D'M24%2037h22a9%209%200%200%201%200%2018H24a8%208%200%200%201%200-16h17a6%206%200%200%201%200%2012H27'%2F%3E%3C%2Fsvg%3E");
}

.hn-card-icon--lungs {
  --hn-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2064%2064'%20fill%3D'none'%20stroke%3D'black'%20stroke-width%3D'3.2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M32%207v24M32%2020l-9%208m9-8%209%208'%2F%3E%3Cpath%20d%3D'M27%2023c-6%200-10%204-13%2010-4%208-5%2018%200%2021%206%203%2014-2%2017-10V29'%2F%3E%3Cpath%20d%3D'M37%2023c6%200%2010%204%2013%2010%204%208%205%2018%200%2021-6%203-14-2-17-10V29'%2F%3E%3C%2Fsvg%3E");
}

.hn-card-icon--water {
  --hn-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2064%2064'%20fill%3D'none'%20stroke%3D'black'%20stroke-width%3D'3.2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M10%2023h27l-3%2032H13L10%2023Z'%2F%3E%3Cpath%20d%3D'M13%2040c4-3%208%203%2012%200s7%202%2011%200'%2F%3E%3Cpath%20d%3D'M40%2010a8%208%200%200%201%2011%200l3%203a8%208%200%200%201-11%2011l-3-3a8%208%200%200%201%200-11Z'%2F%3E%3Cpath%20d%3D'm43%2013%208%208'%2F%3E%3C%2Fsvg%3E");
}

.hn-card-icon--binding {
  --hn-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2064%2064'%20fill%3D'none'%20stroke%3D'black'%20stroke-width%3D'3.2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Ccircle%20cx%3D'32'%20cy%3D'32'%20r%3D'8'%2F%3E%3Ccircle%20cx%3D'12'%20cy%3D'17'%20r%3D'5'%2F%3E%3Ccircle%20cx%3D'52'%20cy%3D'16'%20r%3D'5'%2F%3E%3Ccircle%20cx%3D'13'%20cy%3D'49'%20r%3D'5'%2F%3E%3Ccircle%20cx%3D'51'%20cy%3D'49'%20r%3D'5'%2F%3E%3Cpath%20d%3D'm18%2021%208%206m20-7-8%207M18%2046l8-8m20%208-8-8'%2F%3E%3Ccircle%20cx%3D'32'%20cy%3D'32'%20r%3D'2'%2F%3E%3C%2Fsvg%3E");
}

.hn-card-icon--exit {
  --hn-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2064%2064'%20fill%3D'none'%20stroke%3D'black'%20stroke-width%3D'3.2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Ccircle%20cx%3D'18'%20cy%3D'13'%20r%3D'6'%2F%3E%3Cpath%20d%3D'M24%2013h10c8%200%2014%206%2014%2014s-6%2014-14%2014H24'%2F%3E%3Cpath%20d%3D'M24%2034v22m-8-8%208%208%208-8'%2F%3E%3Cpath%20d%3D'M12%2028c4-4%208%204%2012%200s8%204%2012%200'%2F%3E%3C%2Fsvg%3E");
}

/* Odbornik a pribeh vyvoja */
.hn-section--expert {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 72px;
  background: var(--hn-olive-soft);
}

.hn-expert-media {
  position: relative;
}

.hn-expert-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 18px;
  box-shadow: var(--hn-shadow);
}

.hn-expert-badge {
  position: absolute;
  right: -18px;
  bottom: 28px;
  max-width: 190px;
  padding: 15px 17px;
  color: #ffffff;
  border: 5px solid var(--hn-olive-soft);
  border-radius: 12px;
  background: var(--hn-olive);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.hn-expert-copy > p:not(.hn-kicker):not(.hn-expert-role) {
  margin: 24px 0 0;
  color: var(--hn-muted);
  font-size: 17px;
  line-height: 1.75;
}

.hn-expert-role {
  margin: 24px 0 0;
  padding: 18px 20px;
  border-left: 3px solid var(--hn-green);
  background: rgba(255, 255, 255, 0.68);
  color: var(--hn-olive);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.hn-expert-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.hn-expert-facts div {
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(60, 74, 36, 0.15);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.72);
}

.hn-expert-facts strong,
.hn-expert-facts span {
  display: block;
}

.hn-expert-facts strong {
  color: var(--hn-green);
  font-size: 17px;
}

.hn-expert-facts span {
  margin-top: 4px;
  color: var(--hn-muted);
  font-size: 11px;
  line-height: 1.35;
}

.hn-expert-copy .hn-btn {
  margin-top: 28px;
}

/* Trial */
.hn-section--trial {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 70px;
  background: var(--hn-olive-soft);
}

.hn-trial-number {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 167, 108, 0.2);
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff 0%, rgba(255, 255, 255, 0.75) 55%, transparent 56%);
}

.hn-trial-number strong {
  color: var(--hn-green);
  font-size: 88px;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.hn-trial-number span {
  margin-top: 10px;
  color: var(--hn-olive);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hn-section--trial > div:last-child > p:not(.hn-kicker) {
  margin: 23px 0 27px;
  color: var(--hn-muted);
}

.hn-trial-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hn-trial-option {
  position: relative;
  display: flex;
  min-height: 170px;
  flex-direction: column;
  padding: 18px;
  border: 1px solid rgba(60, 74, 36, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.hn-trial-option:hover,
.hn-trial-option:focus-visible {
  border-color: rgba(0, 167, 108, 0.55);
  box-shadow: 0 12px 28px rgba(15, 15, 15, 0.08);
  transform: translateY(-2px);
}

.hn-trial-option > span {
  color: var(--hn-green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hn-trial-option > strong {
  margin-top: 7px;
  color: var(--hn-ink);
  font-size: 15px;
  line-height: 1.35;
}

.hn-trial-option > small {
  margin-top: 7px;
  color: var(--hn-muted);
  font-size: 12px;
}

.hn-trial-option > b {
  margin-top: auto;
  padding-top: 18px;
  color: var(--hn-green);
  font-size: 12px;
}

/* FAQ */
.hn-section--faq {
  background: var(--hn-cream);
}

.hn-faq-list {
  margin-top: 48px;
  border-top: 1px solid var(--hn-line);
}

.hn-faq-list details {
  border-bottom: 1px solid var(--hn-line);
}

.hn-faq-list summary {
  position: relative;
  cursor: pointer;
  padding: 22px 48px 22px 0;
  color: var(--hn-ink);
  font-size: 18px;
  font-weight: 700;
  list-style: none;
}

.hn-faq-list summary::-webkit-details-marker {
  display: none;
}

.hn-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 5px;
  color: var(--hn-green);
  font-size: 25px;
  transform: translateY(-50%);
}

.hn-faq-list details[open] summary::after {
  content: "−";
}

.hn-faq-list details p {
  max-width: 900px;
  margin-bottom: 22px;
  color: var(--hn-muted);
  font-size: 15px;
}

/* Sources */
.hn-section--sources {
  background: #ffffff;
}

.hn-source-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 48px;
  border: 1px solid var(--hn-line);
  background: var(--hn-line);
}

.hn-source-list a {
  display: grid;
  min-height: 75px;
  grid-template-columns: 78px 1fr;
  align-items: center;
  gap: 12px;
  padding: 16px 19px;
  background: var(--hn-cream);
}

.hn-source-list a:hover,
.hn-source-list a:focus-visible {
  background: #ffffff;
}

.hn-source-list span {
  color: var(--hn-green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hn-source-list strong {
  color: var(--hn-text);
  font-size: 13px;
  font-weight: 600;
}

.hn-legal {
  margin-top: 22px;
  padding: 22px 24px;
  border: 1px solid rgba(160, 115, 34, 0.25);
  border-radius: 8px;
  background: var(--hn-warm);
}

.hn-legal strong {
  display: block;
  margin-bottom: 5px;
  color: #8a6320;
  font-size: 12px;
}

.hn-legal p {
  margin-bottom: 0;
  color: #74694e;
  font-size: 13px;
}

/* Final CTA */
.hn-final-cta {
  padding: 98px 40px;
  color: #ffffff;
  border-radius: 0 0 18px 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 167, 108, 0.3), transparent 38%),
    var(--hn-olive-dark);
  text-align: center;
}

.hn-final-cta .hn-kicker {
  color: #bdf2d5;
}

.hn-final-cta h2 {
  color: #ffffff;
}

.hn-final-cta > p:not(.hn-kicker) {
  max-width: 680px;
  margin: 22px auto 28px;
  color: rgba(255, 255, 255, 0.68);
}

.hn-mobile-cta {
  display: none;
}

/* Shoptet prvky, ktore na tejto landing page netreba */
.in-detoxikacne-kury #category-header,
.in-detoxikacne-kury #filters-wrapper,
.in-detoxikacne-kury .benefitBanner.position--benefitCategory,
.in-detoxikacne-kury .faq-block,
.in-detoxikacne-kury .custom-footer__newsletter {
  display: none !important;
}

@media (max-width: 1050px) {
  .hn-section-heading--split,
  .hn-products-intro > div:first-of-type,
  .hn-evidence {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hn-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hn-hero__copy {
    max-width: 760px;
    margin-inline: auto;
  }

  .hn-hero__lead {
    margin-inline: auto;
  }

  .hn-actions,
  .hn-hero__numbers {
    justify-content: center;
  }

  .hn-hero__visual {
    min-height: 460px;
  }

  .hn-trust,
  .hn-system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hn-trust article:nth-child(2) {
    border-right: 0;
  }

  .hn-trust article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--hn-line);
  }

  .hn-timeline,
  .hn-binding-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hn-timeline article:nth-child(2) {
    border-right: 0;
  }

  .hn-contaminant-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hn-contaminant-grid article,
  .hn-contaminant-grid article:nth-child(4) {
    grid-column: auto;
    min-height: 0;
  }

  .hn-contaminant-grid article:last-child {
    grid-column: 1 / -1;
  }

  .hn-routine-card,
  .hn-section--trial {
    grid-template-columns: 1fr;
  }

  .hn-routine-math {
    max-width: 560px;
  }

  .hn-trial-number {
    width: 340px;
    min-height: 340px;
    margin-inline: auto;
  }

  .hn-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .hn-video-card--wide,
  .hn-video-card:not(.hn-video-card--short) {
    grid-column: 1 / -1;
  }

  .hn-section--expert {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hn-expert-media {
    width: min(100%, 500px);
    margin-inline: auto;
  }

  .hn-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body:has(.hn-lp--top) {
    padding-bottom: 72px;
  }

  .hn-lp {
    font-size: 15px;
  }

  .hn-lp h1 {
    font-size: clamp(46px, 15vw, 68px);
  }

  .hn-lp h2 {
    font-size: 38px;
  }

  .hn-lp .hn-lead {
    font-size: 16px;
  }

  .hn-section {
    padding: 74px 20px;
  }

  .hn-hero {
    min-height: 0;
    gap: 20px;
    padding: 54px 20px 36px;
    border-radius: 14px 14px 0 0;
    text-align: left;
  }

  .hn-hero__lead {
    font-size: 15px;
  }

  .hn-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin-top: 26px;
  }

  .hn-actions .hn-btn {
    width: 100%;
  }

  .hn-text-link {
    width: fit-content;
    align-self: center;
  }

  .hn-hero__numbers {
    justify-content: space-between;
    gap: 8px;
    margin-top: 30px;
  }

  .hn-hero__numbers strong {
    font-size: 18px;
  }

  .hn-hero__numbers span {
    max-width: 85px;
    line-height: 1.3;
  }

  .hn-hero__visual {
    min-height: 315px;
  }

  .hn-hero__visual img {
    width: 116%;
  }

  .hn-float-note {
    max-width: 190px;
    padding: 8px 10px;
    font-size: 10px;
  }

  .hn-float-note--top {
    top: 2%;
  }

  .hn-float-note--bottom {
    bottom: 1%;
  }

  .hn-trust,
  .hn-system-grid,
  .hn-step-grid,
  .hn-timeline,
  .hn-binding-grid,
  .hn-claim-grid,
  .hn-dose-grid,
  .hn-review-grid,
  .hn-source-list {
    grid-template-columns: 1fr;
  }

  .hn-review-grid {
    grid-template-columns: 1fr;
  }

  .hn-review-note {
    text-align: left;
  }

  .hn-trust article,
  .hn-trust article:nth-child(2) {
    min-height: 85px;
    border-right: 0;
    border-bottom: 1px solid var(--hn-line);
  }

  .hn-trust article:last-child {
    border-bottom: 0;
  }

  .hn-step-grid {
    margin-top: 34px;
  }

  .hn-step-grid article {
    min-height: 165px;
  }

  .hn-step-grid h3 {
    margin-top: 54px;
  }

  .hn-clarification,
  .hn-highlight {
    grid-template-columns: 1fr;
  }

  .hn-products-intro {
    padding: 58px 20px 28px;
  }

  .hn-native-products-note {
    align-items: flex-start;
  }

  .hn-system-grid article {
    min-height: 190px;
  }

  .hn-system-grid h3 {
    margin-top: 58px;
  }

  .hn-timeline {
    margin-top: 42px;
  }

  .hn-timeline article,
  .hn-timeline article:not(:first-child) {
    min-height: 0;
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .hn-timeline article:not(:first-child)::before {
    left: 0;
  }

  .hn-timeline small {
    min-height: 0;
    margin-top: 22px;
  }

  .hn-history-icon {
    width: 54px;
    height: 54px;
    border-radius: 15px;
  }

  .hn-history-icon::before {
    width: 30px;
    height: 30px;
  }

  .hn-contaminant-grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .hn-contaminant-grid article:last-child {
    grid-column: auto;
  }

  .hn-binding-grid {
    margin-top: 38px;
  }

  .hn-binding-grid article {
    min-height: 190px;
  }

  .hn-binding-grid h3 {
    margin-top: 38px;
  }

  .hn-evidence {
    margin-top: 55px;
    padding-top: 45px;
  }

  .hn-evidence > div:first-child h3 {
    font-size: 29px;
  }

  .hn-table-wrap {
    margin-right: -20px;
    border-radius: 8px 0 0 8px;
  }

  .hn-video-grid {
    grid-template-columns: 1fr;
    align-items: start;
    margin-top: 38px;
  }

  .hn-video-card--wide,
  .hn-video-card:not(.hn-video-card--short) {
    grid-column: auto;
  }

  .hn-video-frame--vertical {
    width: min(82%, 320px);
  }

  .hn-video-card:not(.hn-video-card--short) {
    margin-top: 18px;
  }

  .hn-routine-card {
    gap: 35px;
    padding: 28px 20px;
  }

  .hn-routine-math {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hn-routine-math > div {
    width: 100%;
  }

  .hn-routine-math > b {
    display: none;
  }

  .hn-trial-number {
    width: min(100%, 290px);
    min-height: 290px;
  }

  .hn-trial-number strong {
    font-size: 75px;
  }

  .hn-section--trial .hn-btn {
    width: 100%;
  }

  .hn-trial-options {
    grid-template-columns: 1fr;
  }

  .hn-trial-option {
    min-height: 145px;
  }

  .hn-card-icon {
    top: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }

  .hn-card-icon::before {
    width: 30px;
    height: 30px;
  }

  .hn-section--expert {
    gap: 32px;
  }

  .hn-expert-badge {
    right: 10px;
    bottom: 10px;
    max-width: 165px;
    border-width: 3px;
    font-size: 10px;
  }

  .hn-expert-facts {
    grid-template-columns: 1fr;
  }

  .hn-expert-facts div {
    min-height: 0;
  }

  .hn-expert-copy .hn-btn {
    width: 100%;
  }

  .hn-review-grid article {
    min-height: 0;
  }

  .hn-review-card--rating-only blockquote {
    min-height: 120px;
  }

  .hn-faq-list summary {
    font-size: 16px;
  }

  .hn-final-cta {
    padding: 78px 20px;
  }

  .hn-mobile-cta {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    min-height: 76px;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(39, 50, 23, 0.97);
    backdrop-filter: blur(12px);
  }

  .hn-mobile-cta > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
  }

  .hn-mobile-cta > div span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .hn-mobile-cta > div strong {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.25;
  }

  .hn-mobile-cta .hn-btn {
    min-height: 46px;
    padding: 11px 15px;
    font-size: 14px;
    white-space: nowrap;
  }

  /* Jeden produkt na riadok. Dlhe nazvy a ceny tak ostanu citatelne. */
  .in-detoxikacne-kury #products.products-block > .product {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* Na mobile nechavame iba maly zlavovy stitok. */
  .in-detoxikacne-kury #products .flags-default .flag {
    display: none !important;
  }

  .in-detoxikacne-kury #products .flags-default .flag-discount {
    display: inline-flex !important;
    width: auto;
    max-width: calc(100% - 20px);
    align-items: center;
    padding: 7px 10px;
    white-space: normal;
    font-size: 11px;
    line-height: 1.2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hn-lp *,
  .hn-lp *::before,
  .hn-lp *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
