@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Montserrat:ital,wght@0,400;0,500;1,400&family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Playfair+Display:wght@700&family=Plus+Jakarta+Sans:wght@400;500;600&display=swap');
.strip[data-id="7f0690"] {
  --section-id: "7f0690";
  --storage-url: "https://preview-zygo-cz-20260429-02.praweb.cz/_section/7f0690";
  --public-url: "https://preview-zygo-cz-20260429-02.praweb.cz/_section/7f0690";
}
.strip[data-id="7f0690"] .header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: rgba(236, 227, 217, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="7f0690"] .header-wrapper.scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  background-color: rgba(236, 227, 217, 0.98);
}
.strip[data-id="7f0690"] .header-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  transition: height 0.3s ease;
}
.strip[data-id="7f0690"] .header-wrapper.scrolled .header-container {
  height: 70px;
}
.strip[data-id="7f0690"] .logo-box {
  flex-shrink: 0;
}
.strip[data-id="7f0690"] .logo-link {
  display: flex;
  align-items: center;
}
.strip[data-id="7f0690"] .logo-img {
  width: 116px;
  height: auto;
  display: block;
  transition: width 0.3s ease;
}
.strip[data-id="7f0690"] .header-wrapper.scrolled .logo-img {
  width: 90px;
}
.strip[data-id="7f0690"] .nav-desktop {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 20px;
}
.strip[data-id="7f0690"] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #1A1A1A;
  text-decoration: none;
  position: relative;
  padding: 8px 0;
  white-space: nowrap;
  transition: color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.strip[data-id="7f0690"] .nav-link:hover {
  color: #2D4F1E;
}
.strip[data-id="7f0690"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 4"><path d="M0 3.5c5 0 5-3 10-3s5 3 10 3" fill="none" stroke="%232D4F1E" stroke-width="1.5"/></svg>');
  background-size: 20px 4px;
  transition: width 0.3s ease;
  opacity: 0.7;
}
.strip[data-id="7f0690"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="7f0690"] .actions-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.strip[data-id="7f0690"] .action-icon {
  color: #2D4F1E;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s ease;
  padding: 8px;
  border-radius: 50%;
}
.strip[data-id="7f0690"] .action-icon:hover {
  background-color: rgba(45, 79, 30, 0.05);
  transform: translateY(-2px);
}
.strip[data-id="7f0690"] .action-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.8;
}
.strip[data-id="7f0690"] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: #2D4F1E;
  z-index: 10001;
}
.strip[data-id="7f0690"] .mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ECE3D9;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  gap: 25px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="7f0690"] .mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.strip[data-id="7f0690"] .mobile-nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #1A1A1A;
  text-decoration: none;
  text-align: center;
  transition: color 0.3s ease;
}
.strip[data-id="7f0690"] .mobile-nav-link:hover {
  color: #2D4F1E;
}
@media (max-width: 1100px) {
  .strip[data-id="7f0690"] .nav-desktop {
    display: none;
  }
  .strip[data-id="7f0690"] .mobile-toggle {
    display: block;
  }
  .strip[data-id="7f0690"] .header-container {
    height: 70px;
  }
  .strip[data-id="7f0690"] .logo-img {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="7f0690"] .action-icon.search, .strip[data-id="7f0690"] .action-icon.profile {
    display: none;
  }
  .strip[data-id="7f0690"] .header-container {
    padding: 0 16px;
  }
}@charset "UTF-8";
.strip[data-id="4ba98c"] {
  --section-id: "4ba98c";
  --storage-url: "https://preview-zygo-cz-20260429-02.praweb.cz/_section/4ba98c";
  --public-url: "https://preview-zygo-cz-20260429-02.praweb.cz/_section/4ba98c";
  /* Dekorativní prvek na pozadí */
}
.strip[data-id="4ba98c"] .hero-section {
  background-color: #FFFDF9;
  background-image: radial-gradient(at 0% 0%, rgba(45, 79, 30, 0.03) 0px, transparent 50%), radial-gradient(at 100% 100%, rgba(166, 77, 121, 0.03) 0px, transparent 50%);
  padding: 100px 20px;
  overflow: hidden;
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.strip[data-id="4ba98c"] .hero-section::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(45, 79, 30, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 1;
}
.strip[data-id="4ba98c"] .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  z-index: 2;
}
.strip[data-id="4ba98c"] .content-box {
  flex: 1.2;
  max-width: 650px;
}
.strip[data-id="4ba98c"] .overline {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  color: #2D4F1E;
  margin-bottom: 16px;
  opacity: 0.8;
}
.strip[data-id="4ba98c"] .hero-title {
  font-family: "Playfair Display", serif;
  font-size: 72px;
  color: #2D4F1E;
  margin-bottom: 24px;
  line-height: 1.05;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.8), 4px 4px 15px rgba(45, 79, 30, 0.1);
}
.strip[data-id="4ba98c"] .notice-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(166, 77, 121, 0.1);
  color: #A64D79;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 24px;
  border-left: 4px solid #A64D79;
}
.strip[data-id="4ba98c"] .description-text {
  color: #4A4A4A;
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 90%;
}
.strip[data-id="4ba98c"] .cta-group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id="4ba98c"] .cta-button {
  display: inline-block;
  background-color: #2D4F1E;
  color: #FFFFFF;
  padding: 18px 44px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 20px rgba(45, 79, 30, 0.15);
}
.strip[data-id="4ba98c"] .cta-button:hover {
  background-color: #1e3614;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(45, 79, 30, 0.25);
}
.strip[data-id="4ba98c"] .secondary-link {
  color: #4A4A4A;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.strip[data-id="4ba98c"] .secondary-link:hover {
  color: #2D4F1E;
  border-bottom-color: #2D4F1E;
}
.strip[data-id="4ba98c"] .image-box {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
}
.strip[data-id="4ba98c"] .blob-wrapper {
  position: relative;
  width: 100%;
  max-width: 520px;
}
.strip[data-id="4ba98c"] .blob-container {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  animation: blob-morph 12s ease-in-out infinite alternate;
  box-shadow: 0 30px 60px rgba(45, 79, 30, 0.15);
  border: 8px solid #FFFFFF;
}
.strip[data-id="4ba98c"] .blob-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
.strip[data-id="4ba98c"] .blob-container:hover img {
  transform: scale(1);
}
.strip[data-id="4ba98c"] .seal-badge {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: #FFFFFF;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  border: 1px solid #E8E2D5;
  z-index: 3;
  animation: float-slow 6s ease-in-out infinite;
}
.strip[data-id="4ba98c"] .seal-badge svg {
  margin-bottom: 5px;
  filter: drop-shadow(0 2px 4px rgba(212, 175, 55, 0.2));
}
.strip[data-id="4ba98c"] .seal-badge span {
  font-size: 11px;
  font-weight: 700;
  color: #8B732A;
  line-height: 1.2;
}
@keyframes blob-morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
@keyframes float-slow {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-5px, -15px) rotate(5deg);
  }
}
@media (max-width: 1024px) {
  .strip[data-id="4ba98c"] .hero-title {
    font-size: 56px;
  }
  .strip[data-id="4ba98c"] .container {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="4ba98c"] .hero-section {
    padding: 80px 20px;
  }
  .strip[data-id="4ba98c"] .container {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="4ba98c"] .content-box {
    max-width: 100%;
    order: 1;
  }
  .strip[data-id="4ba98c"] .image-box {
    order: 2;
    margin-top: 40px;
  }
  .strip[data-id="4ba98c"] .description-text {
    max-width: 100%;
  }
  .strip[data-id="4ba98c"] .cta-group {
    justify-content: center;
  }
  .strip[data-id="4ba98c"] .notice-badge {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .strip[data-id="4ba98c"] .hero-title {
    font-size: 42px;
  }
  .strip[data-id="4ba98c"] .description-text {
    font-size: 17px;
  }
  .strip[data-id="4ba98c"] .cta-group {
    flex-direction: column;
    width: 100%;
  }
  .strip[data-id="4ba98c"] .cta-button {
    width: 100%;
    text-align: center;
  }
  .strip[data-id="4ba98c"] .blob-wrapper {
    max-width: 350px;
  }
  .strip[data-id="4ba98c"] .seal-badge {
    width: 100px;
    height: 100px;
    right: 0;
    bottom: 0;
  }
}.strip[data-id="17f9fa"] {
  --section-id: "17f9fa";
  --storage-url: "https://preview-zygo-cz-20260429-02.praweb.cz/_section/17f9fa";
  --public-url: "https://preview-zygo-cz-20260429-02.praweb.cz/_section/17f9fa";
}
.strip[data-id="17f9fa"] .care-guide-section {
  background-color: #ffffff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  /* Botanical pattern in corners */
  background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 10C80 10 120 60 120 130C120 200 60 250 10 250' stroke='%23ECE3D9' stroke-width='1.5'/%3E%3Cpath d='M40 30C90 30 130 70 130 120' stroke='%23ECE3D9' stroke-width='1'/%3E%3Cpath d='M70 50C110 50 140 80 140 110' stroke='%23ECE3D9' stroke-width='0.5'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M290 290C220 290 180 240 180 170C180 100 240 50 290 50' stroke='%23ECE3D9' stroke-width='1.5'/%3E%3Cpath d='M260 270C210 270 170 230 170 180' stroke='%23ECE3D9' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top -50px left -50px, bottom -50px right -50px;
}
.strip[data-id="17f9fa"] .care-guide-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="17f9fa"] .care-guide-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  align-items: flex-start;
}
.strip[data-id="17f9fa"] .care-guide-image {
  flex: 1 1 400px;
  position: sticky;
  top: 40px;
}
.strip[data-id="17f9fa"] .care-guide-image img {
  width: 100%;
  height: auto;
  border-radius: 32px;
  box-shadow: 0 40px 80px rgba(45, 79, 30, 0.12);
  display: block;
  transition: transform 0.5s ease;
}
.strip[data-id="17f9fa"] .care-guide-image:hover img {
  transform: scale(1.02);
}
.strip[data-id="17f9fa"] .care-guide-content {
  flex: 1.2 1 500px;
}
.strip[data-id="17f9fa"] .care-guide-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #2D4F1E;
  margin: 0 0 48px 0;
  line-height: 1.2;
}
.strip[data-id="17f9fa"] .guide-steps {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.strip[data-id="17f9fa"] .guide-step {
  display: flex;
  gap: 24px;
  padding: 20px;
  border-radius: 20px;
  transition: background-color 0.3s ease;
}
.strip[data-id="17f9fa"] .guide-step:hover {
  background-color: #f9fbf8;
}
.strip[data-id="17f9fa"] .step-icon-wrapper {
  flex-shrink: 0;
}
.strip[data-id="17f9fa"] .step-number {
  width: 48px;
  height: 48px;
  background-color: #2D4F1E;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  box-shadow: 0 4px 12px rgba(45, 79, 30, 0.2);
}
.strip[data-id="17f9fa"] .step-text h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #2D4F1E;
  margin: 0 0 12px 0;
  font-weight: 700;
}
.strip[data-id="17f9fa"] .step-text p {
  color: #4a4a4a;
  line-height: 1.8;
  margin: 0;
  font-size: 17px;
}
.strip[data-id="17f9fa"] .watering-details {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 20px;
}
.strip[data-id="17f9fa"] .watering-badge {
  flex-shrink: 0;
}
.strip[data-id="17f9fa"] .organic-circle {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border: 2px solid #2D4F1E;
  border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #2D4F1E;
  box-shadow: 0 10px 25px rgba(45, 79, 30, 0.1);
  animation: morph-shape 8s ease-in-out infinite;
}
@keyframes morph-shape {
  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
  }
  50% {
    border-radius: 60% 40% 30% 70%/55% 55% 45% 45%;
  }
}
.strip[data-id="17f9fa"] .organic-circle svg {
  width: 32px;
  height: 32px;
  margin-bottom: 4px;
  stroke-width: 1.5;
}
.strip[data-id="17f9fa"] .organic-circle span {
  font-size: 15px;
  font-weight: 700;
}
.strip[data-id="17f9fa"] .reclamation-box {
  background-color: #fffafc;
  border: 1px solid #e8d5de;
  border-left: 6px solid #A64D79;
  padding: 32px;
  border-radius: 20px;
  display: flex;
  gap: 24px;
  margin-top: 10px;
  box-shadow: 0 8px 20px rgba(166, 77, 121, 0.05);
}
.strip[data-id="17f9fa"] .reclamation-box .step-number {
  background-color: #A64D79;
  box-shadow: 0 4px 12px rgba(166, 77, 121, 0.3);
}
.strip[data-id="17f9fa"] .reclamation-content h3 {
  font-family: "Playfair Display", serif;
  color: #A64D79;
  margin: 0 0 12px 0;
  font-size: 24px;
}
.strip[data-id="17f9fa"] .reclamation-content p {
  color: #8c3a63;
  margin: 0;
  font-weight: 500;
  line-height: 1.6;
  font-size: 16px;
}
@media (max-width: 992px) {
  .strip[data-id="17f9fa"] .care-guide-grid {
    gap: 50px;
  }
  .strip[data-id="17f9fa"] .care-guide-image {
    position: static;
  }
}
@media (max-width: 768px) {
  .strip[data-id="17f9fa"] .care-guide-section {
    padding: 70px 0;
  }
  .strip[data-id="17f9fa"] .care-guide-grid {
    gap: 40px;
  }
  .strip[data-id="17f9fa"] .care-guide-image {
    flex: 1 1 100%;
    order: -1;
  }
  .strip[data-id="17f9fa"] .care-guide-content h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .strip[data-id="17f9fa"] .watering-details {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .strip[data-id="17f9fa"] .reclamation-box {
    flex-direction: column;
    gap: 20px;
    padding: 24px;
  }
  .strip[data-id="17f9fa"] .guide-step {
    padding: 0;
  }
  .strip[data-id="17f9fa"] .guide-step:hover {
    background-color: transparent;
  }
}.strip[data-id=b35060] {
  --section-id: "b35060";
  --storage-url: "https://preview-zygo-cz-20260429-02.praweb.cz/_section/b35060";
  --public-url: "https://preview-zygo-cz-20260429-02.praweb.cz/_section/b35060";
  /* Organic shapes */
}
.strip[data-id=b35060] section {
  --primary-green: #2D4F1E;
  --accent-cream: #ECE3D9;
  --glass-bg: rgba(236, 227, 217, 0.08);
  --glass-border: rgba(236, 227, 217, 0.15);
  background-color: var(--primary-green);
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  font-family: "Playfair Display", serif;
}
.strip[data-id=b35060] .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://preview-zygo-cz-20260429-02.praweb.cz/_section/b35060/orchid-bg-premium.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.12;
  mix-blend-mode: luminosity;
  pointer-events: none;
  z-index: 0;
}
.strip[data-id=b35060] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
.strip[data-id=b35060] .section-header {
  text-align: center;
  margin-bottom: 100px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.strip[data-id=b35060] .section-header.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id=b35060] .section-title {
  color: var(--accent-cream);
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.strip[data-id=b35060] .section-subtitle {
  color: rgba(236, 227, 217, 0.7);
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.strip[data-id=b35060] .reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
  align-items: start;
}
.strip[data-id=b35060] .review-card {
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 60px 50px 50px;
  border: 1px solid var(--glass-border);
  position: relative;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(50px);
}
.strip[data-id=b35060] .review-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id=b35060] .review-card:nth-child(3n+1) {
  border-radius: 70% 30% 50% 50%/30% 30% 70% 70%;
}
.strip[data-id=b35060] .review-card:nth-child(3n+2) {
  border-radius: 40% 60% 40% 60%/60% 40% 60% 40%;
}
.strip[data-id=b35060] .review-card:nth-child(3n+3) {
  border-radius: 50% 50% 70% 30%/70% 70% 30% 30%;
}
.strip[data-id=b35060] .quote-icon {
  position: absolute;
  top: -25px;
  left: 40px;
  width: 50px;
  height: 50px;
  background: var(--primary-green);
  border: 1px solid var(--glass-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-cream);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.strip[data-id=b35060] .quote-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.strip[data-id=b35060] .review-text {
  color: var(--accent-cream);
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 40px;
  font-style: italic;
}
.strip[data-id=b35060] .review-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid rgba(236, 227, 217, 0.1);
}
.strip[data-id=b35060] .author-meta {
  display: flex;
  flex-direction: column;
}
.strip[data-id=b35060] .author-name {
  font-family: "Montserrat", sans-serif;
  color: var(--accent-cream);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;
}
.strip[data-id=b35060] .author-tag {
  font-family: "Montserrat", sans-serif;
  color: rgba(236, 227, 217, 0.5);
  font-size: 0.8rem;
  margin-top: 4px;
}
.strip[data-id=b35060] .social-link {
  color: var(--accent-cream);
  opacity: 0.4;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.strip[data-id=b35060] .social-link svg {
  width: 20px;
  height: 20px;
}
.strip[data-id=b35060] .review-card:hover {
  transform: translateY(-15px) scale(1.02);
  background: rgba(236, 227, 217, 0.12);
  border-color: rgba(236, 227, 217, 0.4);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}
.strip[data-id=b35060] .review-card:hover .social-link {
  opacity: 1;
  transform: rotate(12deg);
}
@media (max-width: 1024px) {
  .strip[data-id=b35060] .reviews-grid {
    gap: 60px 30px;
  }
}
@media (max-width: 850px) {
  .strip[data-id=b35060] .reviews-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
  .strip[data-id=b35060] section {
    padding: 80px 0;
  }
  .strip[data-id=b35060] .review-card {
    padding: 50px 35px 40px;
  }
}
@media (max-width: 480px) {
  .strip[data-id=b35060] .section-title {
    font-size: 2.2rem;
  }
  .strip[data-id=b35060] .review-text {
    font-size: 19px;
  }
  .strip[data-id=b35060] .review-card {
    border-radius: 40px !important;
  }
}@charset "UTF-8";
.strip[data-id=aed1b3] {
  --section-id: "aed1b3";
  --storage-url: "https://preview-zygo-cz-20260429-02.praweb.cz/_section/aed1b3";
  --public-url: "https://preview-zygo-cz-20260429-02.praweb.cz/_section/aed1b3";
  /* Jemná overlay pro lepší čitelnost, pokud by textura byla moc divoká */
}
.strip[data-id=aed1b3] .info-grid-cards-section {
  background-image: url(https://preview-zygo-cz-20260429-02.praweb.cz/_section/aed1b3/paper-texture.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 20px;
  position: relative;
}
.strip[data-id=aed1b3] .info-grid-cards-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
.strip[data-id=aed1b3] .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id=aed1b3] .info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.strip[data-id=aed1b3] .card {
  background: #ffffff; /* Čistě bílá pro maximální kontrast */
  border-radius: 24px;
  padding: 48px 40px;
  box-shadow: 0 15px 45px rgba(45, 79, 30, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center; /* Vycentrování obsahu karty */
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(45, 79, 30, 0.05);
}
.strip[data-id=aed1b3] .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(45, 79, 30, 0.15);
  border-color: rgba(45, 79, 30, 0.1);
}
.strip[data-id=aed1b3] .icon-wrapper {
  margin-bottom: 30px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f5f2;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.strip[data-id=aed1b3] .card:hover .icon-wrapper {
  transform: scale(1.1);
}
.strip[data-id=aed1b3] .icon-wrapper svg {
  width: 36px;
  height: 36px;
}
.strip[data-id=aed1b3] .icon-snowflake {
  color: #A64D79;
}
.strip[data-id=aed1b3] .icon-warning {
  color: #2D4F1E;
}
.strip[data-id=aed1b3] .icon-envelope {
  color: #2D4F1E;
}
.strip[data-id=aed1b3] h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #2D4F1E;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  padding-bottom: 15px;
}
.strip[data-id=aed1b3] h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: currentColor;
  opacity: 0.3;
}
.strip[data-id=aed1b3] .card-content {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  margin: 0;
}
@media (max-width: 1024px) {
  .strip[data-id=aed1b3] .info-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .strip[data-id=aed1b3] .card:last-child {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .strip[data-id=aed1b3] .info-grid-cards-section {
    padding: 80px 20px;
  }
  .strip[data-id=aed1b3] .info-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=aed1b3] .card:last-child {
    grid-column: span 1;
  }
  .strip[data-id=aed1b3] .card {
    padding: 40px 30px;
  }
}.strip[data-id="2b4fce"] {
  --section-id: "2b4fce";
  --storage-url: "https://preview-zygo-cz-20260429-02.praweb.cz/_section/2b4fce";
  --public-url: "https://preview-zygo-cz-20260429-02.praweb.cz/_section/2b4fce";
}
.strip[data-id="2b4fce"] .legal-section {
  background-color: #ECE3D9;
  background-image: radial-gradient(#2D4F1E 0.5px, transparent 0.5px);
  background-size: 30px 30px;
  background-position: center;
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  color: #1A1A1A;
  position: relative;
}
.strip[data-id="2b4fce"] .legal-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}
.strip[data-id="2b4fce"] .legal-section .section-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.strip[data-id="2b4fce"] .legal-section .legal-card {
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(45, 79, 30, 0.2);
  padding: 45px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
}
.strip[data-id="2b4fce"] .legal-section .legal-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background-color: #2D4F1E;
  transition: height 0.3s ease;
}
.strip[data-id="2b4fce"] .legal-section .legal-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(45, 79, 30, 0.1);
  border-color: rgba(45, 79, 30, 0.4);
}
.strip[data-id="2b4fce"] .legal-section .legal-card:hover::before {
  height: 100%;
}
.strip[data-id="2b4fce"] .legal-section .card-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 20px;
}
.strip[data-id="2b4fce"] .legal-section .card-header i {
  font-size: 28px;
  color: #2D4F1E;
  background: rgba(45, 79, 30, 0.1);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.strip[data-id="2b4fce"] .legal-section .legal-card:hover .card-header i {
  transform: scale(1.1) rotate(5deg);
}
.strip[data-id="2b4fce"] .legal-section .card-header h3 {
  font-size: 19px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #2D4F1E;
}
.strip[data-id="2b4fce"] .legal-section .card-body {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  flex-grow: 1;
}
.strip[data-id="2b4fce"] .legal-section .card-body p {
  margin-bottom: 0;
}
.strip[data-id="2b4fce"] .legal-section .legal-quote {
  margin-top: 25px;
  padding: 20px;
  background-color: #f8f5f2;
  border-left: 3px solid #2D4F1E;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  color: #444;
}
.strip[data-id="2b4fce"] .legal-section .logo-container {
  margin-top: 30px;
  max-width: 180px;
  padding: 10px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.strip[data-id="2b4fce"] .legal-section .logo-container img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}
@media (max-width: 992px) {
  .strip[data-id="2b4fce"] .legal-section .section-grid {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="2b4fce"] .legal-section {
    padding: 60px 0;
  }
  .strip[data-id="2b4fce"] .legal-section .section-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="2b4fce"] .legal-section .legal-card {
    padding: 35px;
  }
  .strip[data-id="2b4fce"] .legal-section .card-header i {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}.strip[data-id=a5edf0] {
  --section-id: "a5edf0";
  --storage-url: "https://preview-zygo-cz-20260429-02.praweb.cz/_section/a5edf0";
  --public-url: "https://preview-zygo-cz-20260429-02.praweb.cz/_section/a5edf0";
  /* Decorative leaf icon */
}
.strip[data-id=a5edf0] .newsletter-section {
  background-color: #2D4F1E;
  background-image: linear-gradient(rgba(45, 79, 30, 0.85), rgba(45, 79, 30, 0.85)), url(https://preview-zygo-cz-20260429-02.praweb.cz/_section/a5edf0/leaves-texture.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 20px 160px 20px;
  position: relative;
  overflow: hidden;
  color: #ECE3D9;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id=a5edf0] .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
  animation: fadeIn 1s ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.strip[data-id=a5edf0] h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  margin-bottom: 24px;
  color: #ECE3D9;
  font-weight: 700;
  letter-spacing: 1px;
}
.strip[data-id=a5edf0] .description {
  font-size: 19px;
  line-height: 1.7;
  max-width: 750px;
  margin: 0 auto 50px auto;
  color: #ECE3D9;
  opacity: 0.85;
}
.strip[data-id=a5edf0] .newsletter-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.strip[data-id=a5edf0] .newsletter-form {
  display: flex;
  gap: 0;
  flex-grow: 1;
  max-width: 600px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(236, 227, 217, 0.2);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id=a5edf0] .newsletter-form:focus-within {
  border-color: rgba(236, 227, 217, 0.5);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}
.strip[data-id=a5edf0] .newsletter-form input {
  flex-grow: 1;
  padding: 18px 30px;
  background: transparent;
  border: none;
  color: #ECE3D9;
  font-size: 16px;
  outline: none;
}
.strip[data-id=a5edf0] .newsletter-form input::placeholder {
  color: rgba(236, 227, 217, 0.5);
}
.strip[data-id=a5edf0] .newsletter-form button {
  background-color: #A64D79;
  color: #ffffff;
  border: none;
  padding: 18px 40px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease, letter-spacing 0.3s ease;
  text-transform: uppercase;
}
.strip[data-id=a5edf0] .newsletter-form button:hover {
  background-color: #BF5E8E;
  letter-spacing: 1px;
}
.strip[data-id=a5edf0] .social-links {
  display: flex;
  gap: 15px;
  align-items: center;
}
.strip[data-id=a5edf0] .social-icon {
  color: #ECE3D9;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(236, 227, 217, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: rgba(255, 255, 255, 0.03);
}
.strip[data-id=a5edf0] .social-icon:hover {
  color: #ffffff;
  background-color: #A64D79;
  border-color: #A64D79;
  transform: translateY(-5px);
}
.strip[data-id=a5edf0] .social-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.strip[data-id=a5edf0] .shape-divider {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.strip[data-id=a5edf0] .shape-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 100px;
}
.strip[data-id=a5edf0] .shape-divider .shape-fill {
  fill: #ffffff;
}
.strip[data-id=a5edf0] .deco-leaf {
  display: block;
  margin: 0 auto 20px;
  width: 40px;
  height: 40px;
  opacity: 0.6;
  color: #A64D79;
}
@media (max-width: 992px) {
  .strip[data-id=a5edf0] .newsletter-flex {
    flex-direction: column;
    gap: 30px;
  }
  .strip[data-id=a5edf0] .newsletter-form {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .strip[data-id=a5edf0] .newsletter-section {
    padding: 80px 20px 120px 20px;
  }
  .strip[data-id=a5edf0] h2 {
    font-size: 36px;
  }
  .strip[data-id=a5edf0] .newsletter-form {
    flex-direction: column;
    border-radius: 15px;
  }
  .strip[data-id=a5edf0] .newsletter-form input {
    width: 100%;
    text-align: center;
    padding: 20px;
  }
  .strip[data-id=a5edf0] .newsletter-form button {
    width: 100%;
    border-radius: 0;
  }
}.strip[data-id=fad720] {
  --section-id: "fad720";
  --storage-url: "https://preview-zygo-cz-20260429-02.praweb.cz/_section/fad720";
  --public-url: "https://preview-zygo-cz-20260429-02.praweb.cz/_section/fad720";
}
.strip[data-id=fad720] .footer-minimal-dark {
  background-color: #1A1A1A;
  color: #ECE3D9;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  border-top: 1px solid #2D4F1E;
  padding: 40px 0;
}
.strip[data-id=fad720] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=fad720] .footer-top {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(45, 79, 30, 0.2);
}
.strip[data-id=fad720] .country-selector {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.strip[data-id=fad720] .selector-label {
  font-weight: 500;
  opacity: 0.9;
}
.strip[data-id=fad720] .flags-wrapper {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.strip[data-id=fad720] .flag-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #ECE3D9;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.strip[data-id=fad720] .flag-link:hover {
  opacity: 0.7;
  transform: translateY(-1px);
}
.strip[data-id=fad720] .flag-link img {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(236, 227, 217, 0.1);
}
.strip[data-id=fad720] .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.strip[data-id=fad720] .footer-links {
  display: flex;
  gap: 25px;
}
.strip[data-id=fad720] .footer-links a {
  color: #ECE3D9;
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.strip[data-id=fad720] .footer-links a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .strip[data-id=fad720] .footer-container {
    display: flex;
    flex-direction: column;
  }
  .strip[data-id=fad720] .footer-bottom {
    flex-direction: column;
    text-align: center;
    order: 1;
  }
  .strip[data-id=fad720] .footer-top {
    order: 2;
    border-bottom: none;
    border-top: 1px solid rgba(45, 79, 30, 0.2);
    margin-bottom: 0;
    margin-top: 25px;
    padding-top: 25px;
  }
  .strip[data-id=fad720] .country-selector {
    justify-content: center;
    flex-direction: column;
    gap: 15px;
  }
  .strip[data-id=fad720] .flags-wrapper {
    justify-content: center;
  }
  .strip[data-id=fad720] .footer-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
}