@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&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="54b06f"] {
  --section-id: "54b06f";
  --storage-url: "https://test-9chcb3qm.praweb.cz/_section/54b06f";
  --public-url: "https://test-9chcb3qm.praweb.cz/_section/54b06f";
}
.strip[data-id="54b06f"] .contact-map-split {
  padding: 80px 0;
  background-color: #ffffff;
}
.strip[data-id="54b06f"] .contact-map-split .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="54b06f"] .contact-map-split .grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  min-height: 600px;
}
.strip[data-id="54b06f"] .contact-map-split .map-container {
  flex: 1 1 50%;
  min-height: 400px;
  filter: grayscale(40%) contrast(90%);
}
.strip[data-id="54b06f"] .contact-map-split .map-container iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.strip[data-id="54b06f"] .contact-map-split .content-container {
  flex: 1 1 50%;
  background-color: #FAF9F6;
  background-image: url("https://www.transparenttextures.com/patterns/paper-fibers.png");
  display: flex;
  align-items: center;
  padding: 60px;
  position: relative;
}
.strip[data-id="54b06f"] .contact-map-split .content-inner {
  width: 100%;
}
.strip[data-id="54b06f"] .contact-map-split .section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #8A9A5B;
  margin-bottom: 24px;
  margin-top: 0;
}
.strip[data-id="54b06f"] .contact-map-split .description {
  margin-bottom: 40px;
  line-height: 1.6;
  color: #444;
  font-size: 18px;
}
.strip[data-id="54b06f"] .contact-map-split .description p {
  margin: 0;
}
.strip[data-id="54b06f"] .contact-map-split .contact-info {
  margin-bottom: 40px;
}
.strip[data-id="54b06f"] .contact-map-split .info-group {
  margin-bottom: 20px;
}
.strip[data-id="54b06f"] .contact-map-split .info-group .label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #999;
  margin-bottom: 5px;
  font-weight: 600;
}
.strip[data-id="54b06f"] .contact-map-split .info-group .address {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #8A9A5B;
  line-height: 1.4;
  margin: 0;
}
.strip[data-id="54b06f"] .contact-map-split .contact-link {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #8A9A5B;
  text-decoration: none;
  transition: all 0.3s ease;
}
.strip[data-id="54b06f"] .contact-map-split .contact-link:hover {
  color: #D4AF37;
  transform: translateX(5px);
}
.strip[data-id="54b06f"] .contact-map-split .special-wish {
  padding-top: 20px;
  border-top: 1px solid rgba(138, 154, 91, 0.2);
  font-style: italic;
  color: #666;
  font-size: 15px;
}
.strip[data-id="54b06f"] .contact-map-split .special-wish p {
  margin: 0;
}
.strip[data-id="54b06f"] .contact-map-split .illustration-wrapper {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  opacity: 0.4;
}
.strip[data-id="54b06f"] .contact-map-split .illustration-wrapper img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .strip[data-id="54b06f"] .contact-map-split {
    padding: 40px 0;
  }
  .strip[data-id="54b06f"] .contact-map-split .grid-wrapper {
    flex-direction: column;
    min-height: auto;
  }
  .strip[data-id="54b06f"] .contact-map-split .map-container {
    flex: 1 1 100%;
    height: 350px;
    min-height: 350px;
  }
  .strip[data-id="54b06f"] .contact-map-split .content-container {
    flex: 1 1 100%;
    padding: 40px 25px;
  }
  .strip[data-id="54b06f"] .contact-map-split .illustration-wrapper {
    position: static;
    margin-top: 30px;
    text-align: right;
    width: 50px;
    margin-left: auto;
  }
  .strip[data-id="54b06f"] .contact-map-split .section-title {
    font-size: 28px;
  }
  .strip[data-id="54b06f"] .contact-map-split .contact-link, .strip[data-id="54b06f"] .contact-map-split .info-group .address {
    font-size: 18px;
  }
}.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;
  }
}