@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Playfair+Display:wght@700&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}
.strip.underlay-sticky {
    margin-top: calc(-1 * var(--sticky-header-height, 0px)) !important;
}

.strip.underlay-sticky > :first-child {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* In the admin editor, strip-controls is injected as the first child. We bypass it to style the actual user section content. */
.strip.underlay-sticky > .strip-controls {
    border-top: none !important;
}

.strip.underlay-sticky > .strip-controls + * {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Administration Editor: collapse strip divider immediately preceding an underlay strip */
.strip-divider:has(+ .strip.underlay-sticky) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    pointer-events: none !important;
    opacity: 0 !important;
}

.strip-divider:has(+ .strip.underlay-sticky) * {
    display: none !important;
}.strip[data-id="65ec0c"] {
  --section-id: "65ec0c";
  --storage-url: "https://preview-detoxikace-jana-cz.praweb.cz/_section/65ec0c";
  --public-url: "https://preview-detoxikace-jana-cz.praweb.cz/_section/65ec0c";
}
.strip[data-id="65ec0c"] .main-header {
  min-height: 80px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.strip[data-id="65ec0c"] .header-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="65ec0c"] .logo-link {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
}
.strip[data-id="65ec0c"] .logo-link:hover {
  opacity: 0.9;
  transform: scale(1.02);
}
.strip[data-id="65ec0c"] .logo-img {
  max-height: 60px;
  width: auto;
  display: block;
  object-fit: contain;
}
.strip[data-id="65ec0c"] .nav-menu {
  display: flex;
  align-items: center;
}
.strip[data-id="65ec0c"] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}
.strip[data-id="65ec0c"] .nav-link {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id="65ec0c"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #7a8d6d;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id="65ec0c"] .nav-link:hover {
  color: #7a8d6d;
}
.strip[data-id="65ec0c"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="65ec0c"] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}
.strip[data-id="65ec0c"] .mobile-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #7a8d6d;
  margin: 6px 0;
  transition: 0.3s;
}
@media (max-width: 1100px) {
  .strip[data-id="65ec0c"] .nav-list {
    gap: 15px;
  }
  .strip[data-id="65ec0c"] .nav-link {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="65ec0c"] .mobile-toggle {
    display: block;
  }
  .strip[data-id="65ec0c"] .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    background-color: #ffffff;
    flex-direction: column;
    justify-content: center;
    transition: right 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.05);
  }
  .strip[data-id="65ec0c"] .nav-menu.active {
    right: 0;
  }
  .strip[data-id="65ec0c"] .nav-list {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    width: 100%;
  }
  .strip[data-id="65ec0c"] .nav-link {
    font-size: 16px;
    padding: 10px 20px;
  }
  .strip[data-id="65ec0c"] .mobile-toggle.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }
  .strip[data-id="65ec0c"] .mobile-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id="65ec0c"] .mobile-toggle.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }
}@charset "UTF-8";
.strip[data-id="23f4de"] {
  --section-id: "23f4de";
  --storage-url: "https://preview-detoxikace-jana-cz.praweb.cz/_section/23f4de";
  --public-url: "https://preview-detoxikace-jana-cz.praweb.cz/_section/23f4de";
  /* Responzivita */
}
.strip[data-id="23f4de"] .hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh; /* Zvýšeno pro lepší dojem z full-screenu */
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 120px 0 80px 0; /* Horní padding kvůli sticky headeru */
}
.strip[data-id="23f4de"] .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Víceúrovňový gradient pro maximální čitelnost */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.8) 100%);
  z-index: 1;
}
.strip[data-id="23f4de"] .container {
  position: relative;
  z-index: 2;
  max-width: 1000px; /* Mírně zúženo pro lepší čitelnost */
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
  opacity: 0;
  animation: fadeInHero 1.2s ease-out forwards;
}
@keyframes fadeInHero {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.strip[data-id="23f4de"] h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 8vw, 72px); /* Responzivní velikost */
  color: #3e5a36; /* Mírně tmavší zelená pro lepší kontrast */
  font-weight: 700;
  margin: 0 0 24px 0;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.strip[data-id="23f4de"] p {
  font-family: "Lato", sans-serif;
  font-size: clamp(18px, 2.5vw, 22px);
  color: #2c2c2c;
  max-width: 750px;
  margin: 0 auto 48px auto;
  line-height: 1.7;
  font-weight: 400;
}
.strip[data-id="23f4de"] .cta-wrapper {
  display: block;
}
.strip[data-id="23f4de"] .cta-button {
  display: inline-block;
  background-color: #8D6E63;
  color: #ffffff;
  padding: 18px 45px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.02em;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(141, 110, 99, 0.3);
}
.strip[data-id="23f4de"] .cta-button:hover {
  background-color: #4A6741;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(74, 103, 65, 0.4);
}
.strip[data-id="23f4de"] .leaf-graphic {
  position: absolute;
  width: 40vw;
  height: 40vw;
  max-width: 500px;
  max-height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.12;
  z-index: 1;
  pointer-events: none;
  filter: blur(1px); /* Jemné rozostření pro hloubku */
}
.strip[data-id="23f4de"] .leaf-top-left {
  top: -100px;
  left: -100px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%234A6741" d="M10,90 Q30,10 90,10 Q70,90 10,90" /></svg>');
}
.strip[data-id="23f4de"] .leaf-bottom-right {
  bottom: -100px;
  right: -100px;
  transform: rotate(180deg);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%234A6741" d="M10,90 Q30,10 90,10 Q70,90 10,90" /></svg>');
}
@media (max-width: 768px) {
  .strip[data-id="23f4de"] .hero-section {
    min-height: 80vh;
    padding: 100px 0 60px 0;
  }
  .strip[data-id="23f4de"] p {
    margin-bottom: 32px;
  }
  .strip[data-id="23f4de"] .cta-button {
    padding: 15px 35px;
    font-size: 17px;
  }
  .strip[data-id="23f4de"] .leaf-graphic {
    width: 60vw;
    height: 60vw;
    opacity: 0.08;
  }
}.strip[data-id="0cd59c"] {
  --section-id: "0cd59c";
  --storage-url: "https://preview-detoxikace-jana-cz.praweb.cz/_section/0cd59c";
  --public-url: "https://preview-detoxikace-jana-cz.praweb.cz/_section/0cd59c";
}
.strip[data-id="0cd59c"] .detox-method {
  position: relative;
  overflow: hidden;
  background-color: #F9F9F9;
  width: 100%;
}
.strip[data-id="0cd59c"] .watermark {
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translateY(-50%);
  font-size: 50vw;
  color: #333333;
  opacity: 0.02;
  z-index: 0;
  pointer-events: none;
  font-family: serif;
  line-height: 1;
  user-select: none;
}
.strip[data-id="0cd59c"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 24px;
  position: relative;
  z-index: 1;
}
.strip[data-id="0cd59c"] .content-grid {
  display: flex;
  gap: 80px;
  align-items: center;
}
.strip[data-id="0cd59c"] .text-column {
  flex: 0 0 58%;
}
.strip[data-id="0cd59c"] .visual-column {
  flex: 0 0 38%;
}
.strip[data-id="0cd59c"] h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #2D3436;
  margin-bottom: 28px;
  line-height: 1.15;
  margin-top: 0;
}
.strip[data-id="0cd59c"] h3 {
  font-family: "Lato", sans-serif;
  font-size: 26px;
  color: #2E7D32;
  font-weight: 700;
  margin-top: 48px;
  margin-bottom: 24px;
}
.strip[data-id="0cd59c"] p {
  font-family: "Lato", sans-serif;
  font-size: 19px;
  line-height: 1.75;
  color: #4A4A4A;
  margin-bottom: 24px;
}
.strip[data-id="0cd59c"] .benefits-list {
  list-style: none;
  padding: 0;
  margin: 32px 0;
}
.strip[data-id="0cd59c"] .benefits-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 18px;
  font-family: "Lato", sans-serif;
  font-size: 19px;
  color: #333333;
  transition: transform 0.2s ease;
}
.strip[data-id="0cd59c"] .benefits-list li:hover {
  transform: translateX(5px);
}
.strip[data-id="0cd59c"] .benefits-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23558B2F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 3.5 1.8 9.2a7 7 0 0 1-9.8 8.8Z"></path><path d="M11 20q-4-5-1-8"></path></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.strip[data-id="0cd59c"] .illustration-wrapper {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.12);
  background: #ffffff;
  line-height: 0;
  transition: transform 0.5s ease;
}
.strip[data-id="0cd59c"] .illustration-wrapper:hover {
  transform: translateY(-10px);
}
.strip[data-id="0cd59c"] .illustration-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.strip[data-id="0cd59c"] .organs-icons {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 48px;
  padding: 0 10px;
}
.strip[data-id="0cd59c"] .organ-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.strip[data-id="0cd59c"] .organ-icon:hover {
  transform: scale(1.1) translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.strip[data-id="0cd59c"] .organ-icon svg {
  width: 28px;
  height: 28px;
}
@media (max-width: 1200px) {
  .strip[data-id="0cd59c"] .container {
    padding: 80px 24px;
  }
  .strip[data-id="0cd59c"] h2 {
    font-size: 42px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="0cd59c"] .content-grid {
    flex-direction: column-reverse;
    gap: 60px;
  }
  .strip[data-id="0cd59c"] .text-column, .strip[data-id="0cd59c"] .visual-column {
    flex: 0 0 100%;
    width: 100%;
  }
  .strip[data-id="0cd59c"] .visual-column {
    max-width: 540px;
    margin: 0 auto;
  }
  .strip[data-id="0cd59c"] .text-column {
    text-align: left;
  }
  .strip[data-id="0cd59c"] .watermark {
    font-size: 80vw;
    left: -20%;
  }
}
@media (max-width: 576px) {
  .strip[data-id="0cd59c"] h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .strip[data-id="0cd59c"] h3 {
    font-size: 24px;
    margin-top: 36px;
  }
  .strip[data-id="0cd59c"] p, .strip[data-id="0cd59c"] .benefits-list li {
    font-size: 17px;
  }
  .strip[data-id="0cd59c"] .container {
    padding: 60px 20px;
  }
  .strip[data-id="0cd59c"] .organs-icons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
  }
  .strip[data-id="0cd59c"] .organ-icon {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    border-radius: 12px;
  }
  .strip[data-id="0cd59c"] .organ-icon svg {
    width: 24px;
    height: 24px;
  }
}.strip[data-id="114669"] {
  --section-id: "114669";
  --storage-url: "https://preview-detoxikace-jana-cz.praweb.cz/_section/114669";
  --public-url: "https://preview-detoxikace-jana-cz.praweb.cz/_section/114669";
  /* Fallback for no-js or before animation */
}
.strip[data-id="114669"] .diagnostic-process {
  background-color: #FDFCF9;
  padding: 100px 0;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  color: #2C3E50;
}
.strip[data-id="114669"] .diagnostic-process .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="114669"] .diagnostic-process .step {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 100px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.strip[data-id="114669"] .diagnostic-process .step.visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id="114669"] .diagnostic-process .step {
    opacity: 1;
    transform: none;
  }
}
.strip[data-id="114669"] .diagnostic-process .step:last-child {
  margin-bottom: 0;
}
.strip[data-id="114669"] .diagnostic-process .step.reverse {
  flex-direction: row-reverse;
}
.strip[data-id="114669"] .diagnostic-process .content-box {
  flex: 1;
  position: relative;
}
.strip[data-id="114669"] .diagnostic-process .visual-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id="114669"] .diagnostic-process .step-number {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  font-weight: 900;
  color: rgba(141, 110, 99, 0.1);
  position: absolute;
  top: -40px;
  left: -20px;
  z-index: 0;
  line-height: 1;
}
.strip[data-id="114669"] .diagnostic-process h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #2C3E50;
  position: relative;
  z-index: 1;
}
.strip[data-id="114669"] .diagnostic-process h3 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #8D6E63;
}
.strip[data-id="114669"] .diagnostic-process p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #4F5B66;
}
.strip[data-id="114669"] .diagnostic-process .image-wrapper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.strip[data-id="114669"] .diagnostic-process .image-wrapper:hover {
  transform: scale(1.02);
}
.strip[data-id="114669"] .diagnostic-process .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.strip[data-id="114669"] .diagnostic-process .icon-frame {
  width: 160px;
  height: 160px;
  border: 2px solid #A3B18A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0 10px 30px rgba(163, 177, 138, 0.15);
  position: relative;
}
.strip[data-id="114669"] .diagnostic-process .icon-frame i {
  font-size: 56px;
  color: #8D6E63;
}
.strip[data-id="114669"] .diagnostic-process .divider {
  width: 50px;
  height: 3px;
  background-color: #A3B18A;
  margin: 30px 0;
  border-radius: 2px;
}
@media (max-width: 991px) {
  .strip[data-id="114669"] .diagnostic-process {
    padding: 60px 0;
  }
  .strip[data-id="114669"] .diagnostic-process .step,
  .strip[data-id="114669"] .diagnostic-process .step.reverse {
    flex-direction: column;
    gap: 40px;
    text-align: center;
    margin-bottom: 80px;
  }
  .strip[data-id="114669"] .diagnostic-process .divider {
    margin: 30px auto;
  }
  .strip[data-id="114669"] .diagnostic-process .step-number {
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
  }
  .strip[data-id="114669"] .diagnostic-process h2 {
    font-size: 34px;
  }
  .strip[data-id="114669"] .diagnostic-process .visual-box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}.strip[data-id="53167d"] {
  --section-id: "53167d";
  --storage-url: "https://preview-detoxikace-jana-cz.praweb.cz/_section/53167d";
  --public-url: "https://preview-detoxikace-jana-cz.praweb.cz/_section/53167d";
  /* Decorative background pattern */
  /* Decorative vertical lines */
}
.strip[data-id="53167d"] .detox-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #2E3B2A 0%, #1e261b 100%);
  color: #F9F9F9;
  font-family: "Lato", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="53167d"] .detox-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.04;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 86c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm66 3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm-46-45c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm26 18c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1z' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.strip[data-id="53167d"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id="53167d"] .grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: center;
}
.strip[data-id="53167d"] .text-block {
  display: flex;
  flex-direction: column;
}
.strip[data-id="53167d"] h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #F9F9F9;
  margin: 0 0 30px 0;
  line-height: 1.2;
  font-weight: 700;
}
.strip[data-id="53167d"] h3 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: #F9F9F9;
  margin: 0 0 25px 0;
  line-height: 1.3;
  font-weight: 400;
  font-style: italic;
}
.strip[data-id="53167d"] p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 20px 0;
  color: #F9F9F9;
  opacity: 0.85;
  font-weight: 300;
}
.strip[data-id="53167d"] .icon-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  position: relative;
  padding: 0 40px;
}
.strip[data-id="53167d"] .icon-column::before,
.strip[data-id="53167d"] .icon-column::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background: linear-gradient(to bottom, transparent, #AED581, transparent);
  left: 50%;
  transform: translateX(-50%);
}
.strip[data-id="53167d"] .icon-column::before {
  top: -120px;
}
.strip[data-id="53167d"] .icon-column::after {
  bottom: -120px;
}
.strip[data-id="53167d"] .icon-wrapper {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #AED581;
  background: rgba(174, 213, 129, 0.05);
  border-radius: 50%;
  border: 1px solid rgba(174, 213, 129, 0.2);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: default;
}
.strip[data-id="53167d"] .icon-wrapper:hover {
  transform: scale(1.1) rotate(5deg);
  background: rgba(174, 213, 129, 0.1);
  border-color: rgba(174, 213, 129, 0.5);
  box-shadow: 0 0 30px rgba(174, 213, 129, 0.2);
}
.strip[data-id="53167d"] .icon-wrapper svg {
  width: 60px;
  height: 60px;
  filter: drop-shadow(0 0 15px rgba(174, 213, 129, 0.6));
}
@media (max-width: 1100px) {
  .strip[data-id="53167d"] .grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  .strip[data-id="53167d"] .icon-column {
    grid-column: 1/-1;
    flex-direction: row;
    justify-content: center;
    order: -1;
    padding: 0;
    margin-bottom: 20px;
  }
  .strip[data-id="53167d"] .icon-column::before,
  .strip[data-id="53167d"] .icon-column::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .strip[data-id="53167d"] .detox-section {
    background: #F9F9F9;
    padding: 80px 0;
  }
  .strip[data-id="53167d"] .detox-section::before {
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 86c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm66 3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm-46-45c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm26 18c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1z' fill='%232E3B2A' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
  }
  .strip[data-id="53167d"] .grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .strip[data-id="53167d"] h2, .strip[data-id="53167d"] h3 {
    color: #2E3B2A;
    font-size: 32px;
  }
  .strip[data-id="53167d"] h3 {
    font-size: 26px;
  }
  .strip[data-id="53167d"] p {
    color: #444;
    opacity: 1;
    font-size: 17px;
  }
  .strip[data-id="53167d"] .icon-wrapper {
    width: 100px;
    height: 100px;
  }
}.strip[data-id=ed2beb] {
  --section-id: "ed2beb";
  --storage-url: "https://preview-detoxikace-jana-cz.praweb.cz/_section/ed2beb";
  --public-url: "https://preview-detoxikace-jana-cz.praweb.cz/_section/ed2beb";
}
.strip[data-id=ed2beb] .usage-storage {
  background-color: #FDFBF9;
  padding: 100px 20px;
  font-family: "Lato", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id=ed2beb] .usage-storage::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(141, 110, 99, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id=ed2beb] .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id=ed2beb] .section-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id=ed2beb] .section-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.8rem;
  color: #2D2D2D;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.strip[data-id=ed2beb] .section-header p {
  font-size: 1.15rem;
  color: #5D5D5D;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id=ed2beb] .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}
.strip[data-id=ed2beb] .card {
  background-color: #FFFFFF;
  padding: 40px 25px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(141, 110, 99, 0.08);
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.strip[data-id=ed2beb] .card:hover {
  background-color: #F1F8F1;
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(141, 110, 99, 0.1);
  border-color: rgba(141, 110, 99, 0.2);
}
.strip[data-id=ed2beb] .step-number {
  position: absolute;
  top: 15px;
  right: 20px;
  font-family: "Playfair Display", serif;
  font-size: 0.9rem;
  color: rgba(141, 110, 99, 0.2);
  font-weight: 700;
}
.strip[data-id=ed2beb] .icon-wrapper {
  width: 56px;
  height: 56px;
  color: #8D6E63;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease;
}
.strip[data-id=ed2beb] .icon-wrapper svg {
  width: 100%;
  height: 100%;
}
.strip[data-id=ed2beb] .card:hover .icon-wrapper {
  animation: swing 1s ease infinite;
  color: #6D4C41;
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(12deg);
  }
  40% {
    transform: rotate(-8deg);
  }
  60% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.strip[data-id=ed2beb] .card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  color: #2D2D2D;
  margin-bottom: 12px;
  font-weight: 700;
}
.strip[data-id=ed2beb] .card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1200px) {
  .strip[data-id=ed2beb] .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .strip[data-id=ed2beb] .section-header h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .strip[data-id=ed2beb] .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .strip[data-id=ed2beb] .usage-storage {
    padding: 70px 20px;
  }
}
@media (max-width: 576px) {
  .strip[data-id=ed2beb] .grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=ed2beb] .card {
    padding: 35px 20px;
  }
  .strip[data-id=ed2beb] .section-header {
    margin-bottom: 40px;
  }
}.strip[data-id="522ceb"] {
  --section-id: "522ceb";
  --storage-url: "https://preview-detoxikace-jana-cz.praweb.cz/_section/522ceb";
  --public-url: "https://preview-detoxikace-jana-cz.praweb.cz/_section/522ceb";
}
.strip[data-id="522ceb"] .pricing-section {
  padding: 100px 20px;
  background-color: #fcfdfc;
  border-bottom: 6px solid #4CAF50;
  font-family: "Lato", sans-serif;
}
.strip[data-id="522ceb"] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="522ceb"] h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  text-align: center;
  color: #2D3436;
  margin-bottom: 60px;
  line-height: 1.2;
}
.strip[data-id="522ceb"] .pricing-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  padding-top: 20px;
}
.strip[data-id="522ceb"] .price-card {
  flex: 1;
  background: #ffffff;
  padding: 50px 35px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #f0f0f0;
}
.strip[data-id="522ceb"] .price-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
.strip[data-id="522ceb"] .price-card .icon-wrapper {
  width: 60px;
  height: 60px;
  background: rgba(76, 175, 80, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.strip[data-id="522ceb"] .price-card .icon-wrapper svg {
  width: 30px;
  height: 30px;
  stroke: #4CAF50;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.strip[data-id="522ceb"] .price-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  color: #2D3436;
  margin-bottom: 15px;
}
.strip[data-id="522ceb"] .price {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #8D6E63;
  font-weight: 700;
  margin-bottom: 25px;
}
.strip[data-id="522ceb"] .description {
  font-size: 17px;
  line-height: 1.6;
  color: #4b5558;
  margin: 0;
}
.strip[data-id="522ceb"] .price-card.featured {
  transform: scale(1.05);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
  border: 2px solid #4CAF50;
  z-index: 2;
  background: linear-gradient(180deg, #ffffff 0%, #f9fff9 100%);
}
.strip[data-id="522ceb"] .price-card.featured:hover {
  transform: scale(1.07) translateY(-5px);
}
.strip[data-id="522ceb"] .price-card.featured .icon-wrapper {
  background: #4CAF50;
}
.strip[data-id="522ceb"] .price-card.featured .icon-wrapper svg {
  stroke: #ffffff;
}
.strip[data-id="522ceb"] .badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #4CAF50;
  color: #ffffff;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .strip[data-id="522ceb"] .pricing-grid {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .strip[data-id="522ceb"] .price-card {
    width: 100%;
    max-width: 450px;
  }
  .strip[data-id="522ceb"] .price-card.featured {
    transform: scale(1);
  }
  .strip[data-id="522ceb"] .price-card.featured:hover {
    transform: translateY(-10px);
  }
}
@media (max-width: 480px) {
  .strip[data-id="522ceb"] .pricing-section {
    padding: 60px 20px;
  }
  .strip[data-id="522ceb"] h2 {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .strip[data-id="522ceb"] .price {
    font-size: 30px;
  }
  .strip[data-id="522ceb"] .price-card {
    padding: 40px 25px;
  }
}.strip[data-id="36b43e"] {
  --section-id: "36b43e";
  --storage-url: "https://preview-detoxikace-jana-cz.praweb.cz/_section/36b43e";
  --public-url: "https://preview-detoxikace-jana-cz.praweb.cz/_section/36b43e";
  /* Decorative leaf element */
}
.strip[data-id="36b43e"] .contact-section {
  background-color: #fcfbf7; /* Slightly warmer cream */
  padding: 100px 0;
  font-family: "Lato", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="36b43e"] .contact-section::before {
  content: "\f06c"; /* fa-leaf */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: -20px;
  right: -20px;
  font-size: 200px;
  color: #8a9a5b;
  opacity: 0.05;
  transform: rotate(-15deg);
  pointer-events: none;
}
.strip[data-id="36b43e"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id="36b43e"] .split-layout {
  display: flex;
  gap: 80px;
  align-items: stretch; /* Match heights */
}
.strip[data-id="36b43e"] .contact-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.strip[data-id="36b43e"] .map-container {
  flex: 1;
}
.strip[data-id="36b43e"] h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  line-height: 1.2;
  color: #1a252f; /* Darker for better contrast */
  margin-bottom: 24px;
  text-align: left;
}
.strip[data-id="36b43e"] .lead-text {
  font-size: 19px;
  color: #444; /* Darker for better contrast */
  margin-bottom: 48px;
  line-height: 1.6;
}
.strip[data-id="36b43e"] .contact-card {
  border: 1px solid #e2e8d8;
  padding: 50px;
  border-radius: 30px 70px 40px 80px; /* More organic but stable */
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(138, 154, 91, 0.08);
  max-width: 500px;
  position: relative;
  z-index: 1;
}
.strip[data-id="36b43e"] .contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 28px;
}
.strip[data-id="36b43e"] .contact-info-item:last-child {
  margin-bottom: 0;
}
.strip[data-id="36b43e"] .icon {
  color: #8A9A5B;
  font-size: 22px;
  width: 30px;
  padding-top: 4px;
  text-align: center;
}
.strip[data-id="36b43e"] .info-text {
  font-size: 17px;
  color: #2c3e50;
  line-height: 1.6;
}
.strip[data-id="36b43e"] .info-text strong {
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
  color: #1a252f;
  font-family: "Playfair Display", serif;
}
.strip[data-id="36b43e"] .contact-link {
  color: #2c3e50;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(76, 175, 80, 0.2);
}
.strip[data-id="36b43e"] .contact-link:hover {
  color: #4CAF50;
  border-bottom: 1px solid #4CAF50;
}
.strip[data-id="36b43e"] .map-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  background-color: #eee; /* Placeholder color */
}
.strip[data-id="36b43e"] .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (max-width: 1100px) {
  .strip[data-id="36b43e"] .split-layout {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="36b43e"] .contact-section {
    padding: 80px 0;
  }
  .strip[data-id="36b43e"] .split-layout {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .strip[data-id="36b43e"] .contact-content {
    align-items: center;
  }
  .strip[data-id="36b43e"] .contact-card {
    margin: 0 auto;
    border-radius: 40px;
    width: 100%;
  }
  .strip[data-id="36b43e"] h2 {
    text-align: center;
  }
  .strip[data-id="36b43e"] .lead-text {
    text-align: center;
  }
  .strip[data-id="36b43e"] .map-wrapper {
    min-height: 400px;
  }
}
@media (max-width: 576px) {
  .strip[data-id="36b43e"] .contact-section {
    padding: 60px 0;
  }
  .strip[data-id="36b43e"] h2 {
    font-size: 32px;
  }
  .strip[data-id="36b43e"] .contact-card {
    padding: 40px 25px;
  }
  .strip[data-id="36b43e"] .map-wrapper {
    height: 350px;
    min-height: 350px;
  }
}.strip[data-id="0d1a19"] {
  --section-id: "0d1a19";
  --storage-url: "https://preview-detoxikace-jana-cz.praweb.cz/_section/0d1a19";
  --public-url: "https://preview-detoxikace-jana-cz.praweb.cz/_section/0d1a19";
}
.strip[data-id="0d1a19"] .footer-elegant {
  background-color: #333333;
  position: relative;
  padding: 80px 20px 60px;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
}
.strip[data-id="0d1a19"] .footer-texture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: repeat;
  opacity: 0.05;
  pointer-events: none;
  z-index: 1;
}
.strip[data-id="0d1a19"] .footer-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}
.strip[data-id="0d1a19"] .footer-divider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.strip[data-id="0d1a19"] .footer-line {
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, #8D6E63, transparent);
  max-width: 150px;
}
.strip[data-id="0d1a19"] .footer-icon {
  color: #8D6E63;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="0d1a19"] .footer-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.strip[data-id="0d1a19"] .footer-content p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #F9F9F9;
  opacity: 0.9;
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 300;
}
.strip[data-id="0d1a19"] .footer-content strong {
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 768px) {
  .strip[data-id="0d1a19"] .footer-elegant {
    padding: 60px 15px 40px;
  }
  .strip[data-id="0d1a19"] .footer-line {
    max-width: 80px;
  }
}