@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');
.strip[data-id=dd9d99] {
  --section-id: "dd9d99";
  --storage-url: "https://test-kvetinarstvi-02.praweb.cz/_section/dd9d99";
  --public-url: "https://test-kvetinarstvi-02.praweb.cz/_section/dd9d99";
}
.strip[data-id=dd9d99] .header-section {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.strip[data-id=dd9d99] .top-bar {
  background-color: #064e3b;
  color: #f7e7ce;
  padding: 10px 0;
  font-size: 13px;
  letter-spacing: 0.8px;
}
.strip[data-id=dd9d99] .top-bar .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
}
.strip[data-id=dd9d99] .contact-info {
  display: flex;
  gap: 30px;
}
.strip[data-id=dd9d99] .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.strip[data-id=dd9d99] .contact-item:hover {
  opacity: 0.8;
}
.strip[data-id=dd9d99] .contact-item svg {
  stroke: #d4af37;
}
.strip[data-id=dd9d99] .main-nav {
  height: 90px;
  background-color: hsla(40, 30%, 98%, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  display: flex;
  align-items: center;
  transition: height 0.3s ease;
}
.strip[data-id=dd9d99] .main-nav .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.strip[data-id=dd9d99] .nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=dd9d99] .logo {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #065f46;
  transition: transform 0.3s ease;
}
.strip[data-id=dd9d99] .logo:hover {
  transform: translateY(-1px);
}
.strip[data-id=dd9d99] .logo-icon svg {
  width: 50px;
  height: 50px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.strip[data-id=dd9d99] .logo-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1;
}
.strip[data-id=dd9d99] .nav-list {
  display: flex;
  list-style: none;
  gap: 35px;
  margin: 0;
  padding: 0;
}
.strip[data-id=dd9d99] .nav-list li a {
  text-decoration: none;
  color: #065f46;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  position: relative;
  padding: 10px 0;
  transition: color 0.3s ease;
}
.strip[data-id=dd9d99] .nav-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #d4af37;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id=dd9d99] .nav-list li a:hover {
  color: #047857;
}
.strip[data-id=dd9d99] .nav-list li a:hover::after {
  width: 100%;
}
.strip[data-id=dd9d99] .menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 1001;
}
.strip[data-id=dd9d99] .menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #065f46;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 992px) {
  .strip[data-id=dd9d99] .main-nav {
    height: 80px;
  }
  .strip[data-id=dd9d99] .nav-list {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background-color: #fdfaf5;
    padding: 100px 40px;
    gap: 30px;
    text-align: left;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    transition: right 0.4s ease;
    z-index: 1000;
  }
  .strip[data-id=dd9d99] .nav-list.active {
    right: 0;
  }
  .strip[data-id=dd9d99] .menu-toggle {
    display: flex;
  }
  .strip[data-id=dd9d99] .top-bar .container {
    justify-content: center;
  }
  .strip[data-id=dd9d99] .contact-info {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .strip[data-id=dd9d99] .logo-text {
    font-size: 18px;
  }
}
.strip[data-id=dd9d99] .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  display: none;
  z-index: 999;
}
.strip[data-id=dd9d99] .overlay.active {
  display: block;
}@charset "UTF-8";
.strip[data-id=cbec3c] {
  --section-id: "cbec3c";
  --storage-url: "https://test-kvetinarstvi-02.praweb.cz/_section/cbec3c";
  --public-url: "https://test-kvetinarstvi-02.praweb.cz/_section/cbec3c";
  /* Floating Petals Decoration */
}
.strip[data-id=cbec3c] section {
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(180deg, #fdf4f5 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  color: #333;
}
.strip[data-id=cbec3c] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id=cbec3c] .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id=cbec3c] h1 {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  color: #4a4a4a;
  margin-bottom: 20px;
  font-weight: 700;
}
.strip[data-id=cbec3c] .lead-text {
  font-size: 1.25rem;
  color: #666;
  max-width: 800px;
  margin: 0 auto 10px;
  line-height: 1.6;
}
.strip[data-id=cbec3c] .sub-lead {
  font-size: 1.1rem;
  color: #888;
  margin-bottom: 40px;
}
.strip[data-id=cbec3c] .hero-image-wrapper {
  width: 100%;
  margin-bottom: 60px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.strip[data-id=cbec3c] .hero-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px;
}
.strip[data-id=cbec3c] .services-list {
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: 0 auto 60px;
}
.strip[data-id=cbec3c] .services-list li {
  font-size: 1.2rem;
  padding: 15px 0 15px 40px;
  position: relative;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}
.strip[data-id=cbec3c] .services-list li:last-child {
  border-bottom: none;
}
.strip[data-id=cbec3c] .services-list li::before {
  content: "🍂"; /* Fallback or placeholder for gold leaf */
  position: absolute;
  left: 0;
  color: #d4af37;
  font-size: 1.4rem;
}
.strip[data-id=cbec3c] .cta-box {
  background: #d4af37;
  color: #fff;
  padding: 50px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 15px 30px rgba(212, 175, 55, 0.3);
  max-width: 900px;
  margin: 0 auto;
}
.strip[data-id=cbec3c] .cta-box p {
  font-size: 1.3rem;
  margin-bottom: 30px;
  line-height: 1.6;
  font-family: "Playfair Display", serif;
}
.strip[data-id=cbec3c] .btn-primary {
  display: inline-block;
  background: #fff;
  color: #d4af37;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: 2px solid #fff;
}
.strip[data-id=cbec3c] .btn-primary:hover {
  background: transparent;
  color: #fff;
}
.strip[data-id=cbec3c] .petal {
  position: absolute;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}
.strip[data-id=cbec3c] .petal-1 {
  top: 10%;
  left: 5%;
  width: 60px;
  transform: rotate(15deg);
}
.strip[data-id=cbec3c] .petal-2 {
  top: 20%;
  right: 8%;
  width: 40px;
  transform: rotate(-20deg);
}
.strip[data-id=cbec3c] .petal-3 {
  bottom: 15%;
  left: 10%;
  width: 50px;
  transform: rotate(45deg);
}
.strip[data-id=cbec3c] .petal-4 {
  bottom: 25%;
  right: 5%;
  width: 70px;
  transform: rotate(-10deg);
}
@media (max-width: 768px) {
  .strip[data-id=cbec3c] h1 {
    font-size: 2.5rem;
  }
  .strip[data-id=cbec3c] .cta-box {
    padding: 30px 20px;
  }
  .strip[data-id=cbec3c] .btn-primary {
    width: 100%;
    box-sizing: border-box;
  }
}.strip[data-id="2bb10f"] {
  --section-id: "2bb10f";
  --storage-url: "https://test-kvetinarstvi-02.praweb.cz/_section/2bb10f";
  --public-url: "https://test-kvetinarstvi-02.praweb.cz/_section/2bb10f";
}
.strip[data-id="2bb10f"] .footer-section {
  background-color: hsl(160, 50%, 5%);
  color: #F7E7CE;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 100px 0 50px 0;
  line-height: 1.6;
  border-top: 1px solid rgba(212, 175, 55, 0.3);
  position: relative;
}
.strip[data-id="2bb10f"] .footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}
.strip[data-id="2bb10f"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id="2bb10f"] .footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  margin-bottom: 80px;
}
.strip[data-id="2bb10f"] .column-title {
  color: #F7E7CE;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
.strip[data-id="2bb10f"] .column-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #D4AF37;
}
.strip[data-id="2bb10f"] .footer-column p {
  margin-bottom: 15px;
  opacity: 0.95;
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id="2bb10f"] .footer-column a {
  color: #F7E7CE;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.strip[data-id="2bb10f"] .footer-column a:hover {
  color: #C08081;
  border-bottom-color: #C08081;
}
.strip[data-id="2bb10f"] .contact-icon {
  color: #D4AF37;
  flex-shrink: 0;
}
.strip[data-id="2bb10f"] .social-icons {
  display: flex;
  gap: 15px;
  margin-top: 5px;
}
.strip[data-id="2bb10f"] .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 50%;
  color: #D4AF37;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: rgba(212, 175, 55, 0.05);
}
.strip[data-id="2bb10f"] .social-icon:hover {
  border-color: #C08081;
  color: #C08081;
  transform: translateY(-8px);
  background: rgba(192, 128, 129, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
.strip[data-id="2bb10f"] .footer-bottom {
  border-top: 1px solid rgba(247, 231, 206, 0.1);
  padding-top: 40px;
  text-align: center;
  font-size: 13px;
  color: rgba(247, 231, 206, 0.6);
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .strip[data-id="2bb10f"] .footer-grid {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="2bb10f"] .footer-section {
    padding: 70px 0 40px 0;
  }
  .strip[data-id="2bb10f"] .footer-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }
  .strip[data-id="2bb10f"] .footer-column p {
    justify-content: center;
  }
  .strip[data-id="2bb10f"] .column-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="2bb10f"] .social-icons {
    justify-content: center;
  }
}