@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&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=a5d215] {
  --section-id: "a5d215";
  --storage-url: "https://test-9chcb3qm.praweb.cz/_section/a5d215";
  --public-url: "https://test-9chcb3qm.praweb.cz/_section/a5d215";
}
.strip[data-id=a5d215] .main-header {
  width: 100%;
  background: rgba(252, 251, 247, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.strip[data-id=a5d215] .main-header.scrolled {
  background: rgba(252, 251, 247, 0.95);
  padding: 5px 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
}
.strip[data-id=a5d215] .main-header .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .strip[data-id=a5d215] .main-header .header-container {
    height: 70px;
  }
}
.strip[data-id=a5d215] .main-header .logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: hsl(120, 10%, 20%);
  transition: transform 0.3s ease;
}
.strip[data-id=a5d215] .main-header .logo-link:hover {
  transform: translateY(-1px);
}
.strip[data-id=a5d215] .main-header .logo-link:hover .logo-icon svg {
  transform: rotate(15deg);
}
.strip[data-id=a5d215] .main-header .logo-link .logo-icon {
  width: 42px;
  height: 42px;
  color: hsl(120, 20%, 40%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id=a5d215] .main-header .logo-link .logo-icon svg {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
.strip[data-id=a5d215] .main-header .logo-link .logo-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 0.5px;
  color: hsl(120, 10%, 20%);
}
@media (max-width: 480px) {
  .strip[data-id=a5d215] .main-header .logo-link .logo-text {
    font-size: 16px;
  }
}
.strip[data-id=a5d215] .main-header .desktop-nav {
  display: flex;
  gap: 25px;
}
@media (max-width: 1024px) {
  .strip[data-id=a5d215] .main-header .desktop-nav {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=a5d215] .main-header .desktop-nav {
    display: none;
  }
}
.strip[data-id=a5d215] .main-header .desktop-nav .nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: hsl(120, 10%, 25%);
  text-decoration: none;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id=a5d215] .main-header .desktop-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: hsl(45, 50%, 60%);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id=a5d215] .main-header .desktop-nav .nav-link:hover {
  color: hsl(45, 50%, 60%);
}
.strip[data-id=a5d215] .main-header .desktop-nav .nav-link:hover::after {
  width: 100%;
}
.strip[data-id=a5d215] .main-header .desktop-nav .nav-link.active {
  color: hsl(120, 20%, 40%);
}
.strip[data-id=a5d215] .main-header .desktop-nav .nav-link.active::after {
  width: 20px;
  background-color: hsl(120, 20%, 40%);
}
.strip[data-id=a5d215] .main-header .header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id=a5d215] .main-header .header-actions .phone-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: transparent;
  border: 1.5px solid hsl(340, 60%, 92%);
  border-radius: 50px;
  text-decoration: none;
  color: hsl(120, 10%, 20%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
}
.strip[data-id=a5d215] .main-header .header-actions .phone-button .phone-icon {
  width: 16px;
  height: 16px;
  color: hsl(340, 40%, 60%);
}
.strip[data-id=a5d215] .main-header .header-actions .phone-button:hover {
  background: hsl(340, 60%, 98%);
  border-color: hsl(45, 50%, 60%);
  color: hsl(45, 50%, 60%);
  transform: scale(1.02);
}
.strip[data-id=a5d215] .main-header .header-actions .phone-button:hover .phone-icon {
  color: hsl(45, 50%, 60%);
}
@media (max-width: 640px) {
  .strip[data-id=a5d215] .main-header .header-actions .phone-button {
    padding: 10px 15px;
  }
  .strip[data-id=a5d215] .main-header .header-actions .phone-button .phone-text-prefix {
    display: none;
  }
}
@media (max-width: 480px) {
  .strip[data-id=a5d215] .main-header .header-actions .phone-button {
    padding: 8px;
  }
  .strip[data-id=a5d215] .main-header .header-actions .phone-button .phone-text-number {
    display: none;
  }
}
.strip[data-id=a5d215] .main-header .header-actions .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: hsl(120, 15%, 95%);
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .strip[data-id=a5d215] .main-header .header-actions .mobile-toggle {
    display: flex;
  }
}
.strip[data-id=a5d215] .main-header .header-actions .mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: hsl(120, 20%, 40%);
  transition: all 0.3s ease;
  border-radius: 2px;
}
.strip[data-id=a5d215] .main-header .header-actions .mobile-toggle.active {
  background: hsl(120, 20%, 40%);
}
.strip[data-id=a5d215] .main-header .header-actions .mobile-toggle.active span {
  background-color: white;
}
.strip[data-id=a5d215] .main-header .header-actions .mobile-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.strip[data-id=a5d215] .main-header .header-actions .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(10px);
}
.strip[data-id=a5d215] .main-header .header-actions .mobile-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.strip[data-id=a5d215] .main-header .mobile-menu-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id=a5d215] .main-header .mobile-menu-wrapper.active {
  max-height: 500px;
}
.strip[data-id=a5d215] .main-header .mobile-menu-wrapper .mobile-nav {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 5px;
}
.strip[data-id=a5d215] .main-header .mobile-menu-wrapper .mobile-nav .mobile-nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: hsl(120, 10%, 25%);
  text-decoration: none;
  padding: 12px 15px;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.strip[data-id=a5d215] .main-header .mobile-menu-wrapper .mobile-nav .mobile-nav-link:hover {
  background: hsl(120, 20%, 97%);
  color: hsl(45, 50%, 60%);
  padding-left: 20px;
}.strip[data-id=a87689] {
  --section-id: "a87689";
  --storage-url: "https://test-9chcb3qm.praweb.cz/_section/a87689";
  --public-url: "https://test-9chcb3qm.praweb.cz/_section/a87689";
}
.strip[data-id=a87689] .wedding-service {
  background-color: hsl(340, 60%, 96%);
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.strip[data-id=a87689] .wedding-service .hero-image-container {
  width: 100%;
  height: 60vh;
  min-height: 400px;
  position: relative;
}
.strip[data-id=a87689] .wedding-service .hero-image-container img.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id=a87689] .wedding-service .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.strip[data-id=a87689] .wedding-service .floating-box {
  background: #ffffff;
  padding: 60px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  max-width: 800px;
  margin: -100px auto 0;
  position: relative;
  z-index: 10;
  text-align: center;
  border-radius: 4px;
}
.strip[data-id=a87689] .wedding-service .floating-box h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #556b2f;
  margin-bottom: 30px;
  line-height: 1.2;
}
.strip[data-id=a87689] .wedding-service .floating-box .intro-text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #4a4a4a;
  line-height: 1.6;
  margin-bottom: 40px;
}
.strip[data-id=a87689] .wedding-service .floating-box .services-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  text-align: left;
  margin-bottom: 40px;
}
.strip[data-id=a87689] .wedding-service .floating-box .services-list li {
  position: relative;
  padding-left: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #333;
}
.strip[data-id=a87689] .wedding-service .floating-box .services-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d4af37'%3E%3Cpath d='M17,8C8,10 5.9,16.17 3.82,21.34L5.71,22L6.66,19.7C7.14,19.87 7.64,20 8,20C19,20 22,3 22,3C21,5 14,5.25 9,6.25C4,7.25 2,11.5 2,13.5C2,15.5 3.75,17.25 3.75,17.25C7,8 17,8 17,8Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.strip[data-id=a87689] .wedding-service .floating-box .extra-info {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.5;
}
.strip[data-id=a87689] .wedding-service .floating-box .cta-button {
  display: inline-block;
  padding: 18px 40px;
  background-color: transparent;
  border: 2px solid #d4af37;
  color: #d4af37;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border-radius: 0;
}
.strip[data-id=a87689] .wedding-service .floating-box .cta-button:hover {
  background-color: #d4af37;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
}
.strip[data-id=a87689] .wedding-service .decoration-corner {
  position: absolute;
  width: 300px;
  height: 300px;
  z-index: 1;
  opacity: 0.6;
  pointer-events: none;
}
.strip[data-id=a87689] .wedding-service .decoration-corner.top-left {
  top: 0;
  left: 0;
  transform: rotate(0deg);
}
.strip[data-id=a87689] .wedding-service .decoration-corner.bottom-right {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.strip[data-id=a87689] .wedding-service .decoration-corner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 992px) {
  .strip[data-id=a87689] .wedding-service .floating-box {
    padding: 40px;
    margin: -60px 20px 0;
  }
  .strip[data-id=a87689] .wedding-service .floating-box h2 {
    font-size: 36px;
  }
  .strip[data-id=a87689] .wedding-service .floating-box .services-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .strip[data-id=a87689] .wedding-service .hero-image-container {
    height: 40vh;
  }
  .strip[data-id=a87689] .wedding-service .floating-box {
    padding: 30px 20px;
  }
  .strip[data-id=a87689] .wedding-service .floating-box h2 {
    font-size: 28px;
  }
  .strip[data-id=a87689] .wedding-service .decoration-corner {
    width: 150px;
    height: 150px;
  }
}.strip[data-id=eb0880] {
  --section-id: "eb0880";
  --storage-url: "https://test-9chcb3qm.praweb.cz/_section/eb0880";
  --public-url: "https://test-9chcb3qm.praweb.cz/_section/eb0880";
}
.strip[data-id=eb0880] .footer-elegant-dark {
  background-color: hsl(120, 15%, 22%);
  color: #fffdf0;
  padding: 80px 20px 40px 20px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id=eb0880] .footer-elegant-dark .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id=eb0880] .footer-elegant-dark .footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-bottom: 60px;
}
.strip[data-id=eb0880] .footer-elegant-dark .footer-column h3 {
  color: #d4af37;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
  margin-top: 0;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}
.strip[data-id=eb0880] .footer-elegant-dark .footer-column h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: rgba(212, 175, 55, 0.5);
  transition: width 0.3s ease;
}
.strip[data-id=eb0880] .footer-elegant-dark .footer-column h3:hover {
  color: #fbd2d7;
}
.strip[data-id=eb0880] .footer-elegant-dark .footer-column h3:hover::after {
  width: 100%;
  background-color: #fbd2d7;
}
.strip[data-id=eb0880] .footer-elegant-dark .footer-column .footer-content {
  font-size: 14px;
  line-height: 1.8;
}
.strip[data-id=eb0880] .footer-elegant-dark .footer-column .footer-content p {
  margin: 0;
  color: #fffdf0;
  opacity: 0.9;
}
.strip[data-id=eb0880] .footer-elegant-dark .footer-column .footer-content strong {
  color: #fff;
  font-weight: 600;
}
.strip[data-id=eb0880] .footer-elegant-dark .social-links {
  display: flex;
  gap: 15px;
  margin-top: 5px;
}
.strip[data-id=eb0880] .footer-elegant-dark .social-links .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1.5px solid #d4af37;
  border-radius: 50%;
  color: #d4af37;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 18px;
}
.strip[data-id=eb0880] .footer-elegant-dark .social-links .social-icon:hover {
  background-color: #fbd2d7;
  border-color: #fbd2d7;
  color: #1a1a1a;
  transform: translateY(-3px);
}
.strip[data-id=eb0880] .footer-elegant-dark .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 30px;
  text-align: center;
}
.strip[data-id=eb0880] .footer-elegant-dark .footer-bottom .copyright {
  font-size: 12px;
  opacity: 0.6;
  letter-spacing: 0.5px;
}
.strip[data-id=eb0880] .footer-elegant-dark .footer-bottom .copyright p {
  margin: 0;
}
.strip[data-id=eb0880] .footer-elegant-dark .micro-graphic {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 220px;
  height: 220px;
  opacity: 0.12;
  pointer-events: none;
  z-index: 1;
  filter: sepia(1) saturate(2) hue-rotate(5deg) brightness(1.2);
}
.strip[data-id=eb0880] .footer-elegant-dark .micro-graphic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 992px) {
  .strip[data-id=eb0880] .footer-elegant-dark .footer-grid {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=eb0880] .footer-elegant-dark {
    padding: 60px 20px 30px 20px;
  }
  .strip[data-id=eb0880] .footer-elegant-dark .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .strip[data-id=eb0880] .footer-elegant-dark .footer-column h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id=eb0880] .footer-elegant-dark .social-links {
    justify-content: center;
  }
  .strip[data-id=eb0880] .footer-elegant-dark .micro-graphic {
    width: 150px;
    height: 150px;
    bottom: -10px;
    right: -10px;
  }
}