@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Montserrat&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[data-id=d89e31] {
  --section-id: "d89e31";
  --storage-url: "https://test-w44xttwy.praweb.cz/_section/d89e31";
  --public-url: "https://test-w44xttwy.praweb.cz/_section/d89e31";
}
.strip[data-id=d89e31] .header-wrapper {
  /* Sticky is handled by system property */
  z-index: 1000;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 253, 245, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(242, 204, 209, 0.3);
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
}
.strip[data-id=d89e31] .header-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=d89e31] .logo-zone {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.strip[data-id=d89e31] .logo-zone:hover {
  opacity: 0.8;
}
.strip[data-id=d89e31] .logo-icon {
  width: 42px;
  height: 42px;
  color: #8ca38a;
}
.strip[data-id=d89e31] .logo-text {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  letter-spacing: -0.5px;
}
.strip[data-id=d89e31] .nav-zone {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 32px;
}
.strip[data-id=d89e31] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  padding: 8px 0;
  transition: color 0.3s ease;
  position: relative;
}
.strip[data-id=d89e31] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #8ca38a;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id=d89e31] .nav-link:hover {
  color: #8ca38a;
}
.strip[data-id=d89e31] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id=d89e31] .contact-zone {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.strip[data-id=d89e31] .phone-link {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}
.strip[data-id=d89e31] .phone-link i {
  color: #8ca38a;
  font-size: 14px;
}
.strip[data-id=d89e31] .phone-link:hover {
  color: #8ca38a;
}
.strip[data-id=d89e31] .opening-hours {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: #777777;
  text-align: right;
  letter-spacing: 0.2px;
}
.strip[data-id=d89e31] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: #8ca38a;
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  transition: transform 0.3s ease;
}
.strip[data-id=d89e31] .mobile-toggle:active {
  transform: scale(0.9);
}
.strip[data-id=d89e31] .mobile-menu {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 253, 245, 0.98);
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  z-index: 999;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id=d89e31] .mobile-menu.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.strip[data-id=d89e31] .mobile-menu .nav-link {
  font-size: 20px;
  text-align: center;
  padding: 12px;
}
.strip[data-id=d89e31] .mobile-contact-icon {
  display: none;
  color: #8ca38a;
  font-size: 20px;
  text-decoration: none;
  padding: 8px;
}
@media (max-width: 992px) {
  .strip[data-id=d89e31] .nav-zone, .strip[data-id=d89e31] .contact-zone {
    display: none;
  }
  .strip[data-id=d89e31] .mobile-toggle, .strip[data-id=d89e31] .mobile-contact-icon {
    display: block;
  }
  .strip[data-id=d89e31] .right-actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .strip[data-id=d89e31] .logo-text {
    font-size: 18px;
  }
  .strip[data-id=d89e31] .header-container {
    padding: 0 16px;
  }
}@charset "UTF-8";
.strip[data-id="60d7f3"] {
  --section-id: "60d7f3";
  --storage-url: "https://test-w44xttwy.praweb.cz/_section/60d7f3";
  --public-url: "https://test-w44xttwy.praweb.cz/_section/60d7f3";
}
.strip[data-id="60d7f3"] .wedding-floristry {
  background-color: #fffaf5; /* Cream white */
  font-family: "Inter", sans-serif;
  color: #333;
  padding-bottom: 4rem;
}
.strip[data-id="60d7f3"] .wedding-floristry .banner {
  position: relative;
  width: 100%;
  height: 500px;
  background-image: url(https://test-w44xttwy.praweb.cz/_section/60d7f3/wedding-banner.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .strip[data-id="60d7f3"] .wedding-floristry .banner {
    height: 250px;
    display: block;
  }
}
.strip[data-id="60d7f3"] .wedding-floristry .banner .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .strip[data-id="60d7f3"] .wedding-floristry .banner .container {
    padding: 0;
  }
}
.strip[data-id="60d7f3"] .wedding-floristry .banner .glass-box {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 3rem;
  max-width: 600px;
  border-radius: 8px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
}
@media (max-width: 768px) {
  .strip[data-id="60d7f3"] .wedding-floristry .banner .glass-box {
    position: relative;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    background: #fffaf5;
    backdrop-filter: none;
    padding: 2rem 20px;
  }
}
.strip[data-id="60d7f3"] .wedding-floristry .banner .glass-box h2 {
  font-family: "Playfair Display", serif;
  font-size: 56px;
  color: #2d2d2d;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
@media (max-width: 768px) {
  .strip[data-id="60d7f3"] .wedding-floristry .banner .glass-box h2 {
    font-size: 36px;
  }
}
.strip[data-id="60d7f3"] .wedding-floristry .banner .glass-box p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #4a4a4a;
  margin-bottom: 0;
}
.strip[data-id="60d7f3"] .wedding-floristry .content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="60d7f3"] .wedding-floristry .content-area .services-container {
  border: 2px solid #fce4ec; /* Powder pink */
  border-radius: 20px;
  padding: 3rem;
  background: #ffffff;
}
@media (max-width: 768px) {
  .strip[data-id="60d7f3"] .wedding-floristry .content-area .services-container {
    padding: 1.5rem;
  }
}
.strip[data-id="60d7f3"] .wedding-floristry .content-area .services-container h3 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #2d2d2d;
}
.strip[data-id="60d7f3"] .wedding-floristry .content-area .services-container .services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 600px) {
  .strip[data-id="60d7f3"] .wedding-floristry .content-area .services-container .services-grid {
    grid-template-columns: 1fr;
  }
}
.strip[data-id="60d7f3"] .wedding-floristry .content-area .services-container .services-grid .service-item {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  color: #444;
}
.strip[data-id="60d7f3"] .wedding-floristry .content-area .services-container .services-grid .service-item::before {
  content: "•";
  color: #fce4ec;
  font-size: 1.5rem;
  margin-right: 15px;
  line-height: 1;
}
.strip[data-id="60d7f3"] .wedding-floristry .content-area .services-container .cta-box {
  font-weight: 700;
  color: #4f7942; /* Sage green */
  font-size: 1.2rem;
  border-top: 1px solid #eee;
  padding-top: 2rem;
  text-align: center;
}@charset "UTF-8";
.strip[data-id="1b50db"] {
  --section-id: "1b50db";
  --storage-url: "https://test-w44xttwy.praweb.cz/_section/1b50db";
  --public-url: "https://test-w44xttwy.praweb.cz/_section/1b50db";
  /* Typografie */
  /* Kontakt */
  /* Mapa */
  /* Sociální sítě */
  /* Copyright Bar */
  /* Responzivita */
}
.strip[data-id="1b50db"] .footer-section {
  background-color: #2c2c2c;
  color: #f5f5f5;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.strip[data-id="1b50db"] .wave-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-bottom: 50px;
}
.strip[data-id="1b50db"] .wave-divider svg {
  display: block;
  width: 100%;
  height: 80px;
}
.strip[data-id="1b50db"] .wave-divider .shape-fill {
  fill: #2c2c2c;
}
.strip[data-id="1b50db"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id="1b50db"] .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 50px;
}
.strip[data-id="1b50db"] .brand-title {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #f5f5f5;
  letter-spacing: -0.5px;
}
.strip[data-id="1b50db"] .tagline {
  font-style: italic;
  margin-bottom: 30px;
  opacity: 0.8;
  color: #ffb6c1; /* Pudrově růžová pro oživení */
}
.strip[data-id="1b50db"] .col-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #f5f5f5;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id="1b50db"] .col-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #8da399; /* Šalvějově zelená */
}
.strip[data-id="1b50db"] .contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id="1b50db"] .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.strip[data-id="1b50db"] .contact-item i {
  color: #ffb6c1;
  font-size: 18px;
  margin-top: 3px;
  width: 20px;
  text-align: center;
}
.strip[data-id="1b50db"] .contact-item p {
  margin: 0;
  line-height: 1.6;
}
.strip[data-id="1b50db"] .contact-item a {
  color: #f5f5f5;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="1b50db"] .contact-item a:hover {
  color: #ffb6c1;
}
.strip[data-id="1b50db"] .map-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(245, 245, 245, 0.1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  background: #1a1a1a;
}
.strip[data-id="1b50db"] .social-links {
  display: flex;
  gap: 15px;
}
.strip[data-id="1b50db"] .social-link {
  width: 45px;
  height: 45px;
  background-color: rgba(255, 182, 193, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffb6c1;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id="1b50db"] .social-link:hover {
  background-color: #8da399;
  color: #2c2c2c;
  transform: translateY(-5px) rotate(8deg);
}
.strip[data-id="1b50db"] .footer-bottom {
  border-top: 1px solid rgba(245, 245, 245, 0.1);
  padding-top: 30px;
  text-align: center;
  font-size: 13px;
  opacity: 0.6;
}
.strip[data-id="1b50db"] .footer-bottom p {
  margin: 0;
}
@media (max-width: 1024px) {
  .strip[data-id="1b50db"] .footer-grid {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="1b50db"] .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .strip[data-id="1b50db"] .social-col {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .strip[data-id="1b50db"] .social-links {
    justify-content: center;
  }
  .strip[data-id="1b50db"] .col-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .strip[data-id="1b50db"] .footer-section {
    padding-bottom: 30px;
  }
  .strip[data-id="1b50db"] .wave-divider {
    margin-bottom: 30px;
  }
  .strip[data-id="1b50db"] .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id="1b50db"] .contact-col, .strip[data-id="1b50db"] .map-col, .strip[data-id="1b50db"] .social-col {
    grid-column: span 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .strip[data-id="1b50db"] .contact-item {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .strip[data-id="1b50db"] .map-wrapper {
    aspect-ratio: 4/3;
  }
  .strip[data-id="1b50db"] .wave-divider svg {
    height: 40px;
  }
}