@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&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="6f8c73"] {
  --section-id: "6f8c73";
  --storage-url: "https://test-9nhi3cmo.praweb.cz/_section/6f8c73";
  --public-url: "https://test-9nhi3cmo.praweb.cz/_section/6f8c73";
  /* Scrolled state for the section (managed by JS if needed, but here's the style) */
}
.strip[data-id="6f8c73"] .header-section {
  position: relative;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
  transition: padding 0.3s ease;
  pointer-events: none; /* Allows clicking through the section padding */
}
.strip[data-id="6f8c73"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: hsla(48, 33%, 96%, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  pointer-events: auto; /* Re-enable clicks for the actual header */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="6f8c73"] .logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: hsl(203, 30%, 26%);
  transition: opacity 0.3s ease;
}
.strip[data-id="6f8c73"] .logo-link:hover {
  opacity: 0.8;
}
.strip[data-id="6f8c73"] .logo-icon {
  width: 36px;
  height: 36px;
  color: hsl(117, 16%, 60%);
  flex-shrink: 0;
}
.strip[data-id="6f8c73"] .logo-text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.strip[data-id="6f8c73"] .nav-menu {
  display: flex;
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.strip[data-id="6f8c73"] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: hsl(203, 30%, 26%);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id="6f8c73"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: hsl(117, 16%, 60%);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id="6f8c73"] .nav-link:hover {
  color: hsl(117, 16%, 60%);
}
.strip[data-id="6f8c73"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="6f8c73"] .cta-button {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background-color: hsl(117, 16%, 60%);
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px hsla(117, 16%, 60%, 0.3);
}
.strip[data-id="6f8c73"] .cta-button:hover {
  background-color: hsl(203, 30%, 26%);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.strip[data-id="6f8c73"] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  position: relative;
  z-index: 1002;
}
.strip[data-id="6f8c73"] .mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: hsl(203, 30%, 26%);
  margin: 5px 0;
  transition: 0.3s ease;
}
.strip[data-id="6f8c73"] .mobile-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.strip[data-id="6f8c73"] .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
.strip[data-id="6f8c73"] .mobile-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 1024px) {
  .strip[data-id="6f8c73"] .nav-menu {
    gap: 20px;
  }
  .strip[data-id="6f8c73"] .nav-link {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="6f8c73"] .header-section {
    padding: 15px 0;
  }
  .strip[data-id="6f8c73"] .nav-menu, .strip[data-id="6f8c73"] .cta-button {
    display: none;
  }
  .strip[data-id="6f8c73"] .mobile-toggle {
    display: block;
  }
  .strip[data-id="6f8c73"] .header-container {
    padding: 8px 20px;
    margin: 0 15px;
  }
  .strip[data-id="6f8c73"] .logo-text {
    font-size: 16px;
  }
}
.strip[data-id="6f8c73"] .mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background: hsl(48, 33%, 96%);
  box-shadow: -15px 0 40px rgba(0, 0, 0, 0.15);
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.strip[data-id="6f8c73"] .mobile-nav.active {
  transform: translateX(-100%);
}
.strip[data-id="6f8c73"] .mobile-nav .nav-link {
  font-size: 22px;
  margin-bottom: 30px;
  text-align: center;
}
.strip[data-id="6f8c73"] .mobile-nav .cta-button {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.strip[data-id="6f8c73"] .mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  display: none;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.strip[data-id="6f8c73"] .mobile-overlay.active {
  display: block;
  opacity: 1;
}
.strip[data-id="6f8c73"] .header-section.scrolled .header-container {
  background: hsla(48, 33%, 96%, 0.95);
  padding: 8px 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}.strip[data-id=d8705a] {
  --section-id: "d8705a";
  --storage-url: "https://test-9nhi3cmo.praweb.cz/_section/d8705a";
  --public-url: "https://test-9nhi3cmo.praweb.cz/_section/d8705a";
}
.strip[data-id=d8705a] .services-pricing-section {
  background-color: #fdfaf5;
  padding: 80px 0;
  width: 100%;
}
.strip[data-id=d8705a] .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=d8705a] .section-title {
  text-align: center;
  margin-bottom: 50px;
  font-family: "Playfair Display", serif;
  color: #334e68;
  font-size: 36px;
}
.strip[data-id=d8705a] .services-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id=d8705a] .service-card {
  background: #ffffff;
  border: 1px solid #8a9a5b;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}
.strip[data-id=d8705a] .service-card:hover {
  background-color: #f4f6f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.strip[data-id=d8705a] .service-card:hover .price {
  transform: scale(1.1);
}
.strip[data-id=d8705a] .service-info {
  flex: 1;
  padding-right: 30px;
}
.strip[data-id=d8705a] .service-name {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #334e68;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id=d8705a] .service-description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #555;
  margin: 0;
  line-height: 1.5;
}
.strip[data-id=d8705a] .price {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  color: #8a9a5b;
  white-space: nowrap;
  transition: transform 0.3s ease;
}
.strip[data-id=d8705a] .shockwave-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.strip[data-id=d8705a] .pulse-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8a9a5b;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .strip[data-id=d8705a] .service-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
  .strip[data-id=d8705a] .service-info {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .strip[data-id=d8705a] .price {
    align-self: flex-start;
  }
  .strip[data-id=d8705a] .section-title {
    font-size: 28px;
  }
}@charset "UTF-8";
.strip[data-id="6f8142"] {
  --section-id: "6f8142";
  --storage-url: "https://test-9nhi3cmo.praweb.cz/_section/6f8142";
  --public-url: "https://test-9nhi3cmo.praweb.cz/_section/6f8142";
}
.strip[data-id="6f8142"] .footer-section {
  background-color: hsl(203, 30%, 26%);
  padding: 80px 0 0 0;
  font-family: "Montserrat", sans-serif;
  color: hsl(48, 33%, 96%);
}
.strip[data-id="6f8142"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="6f8142"] .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 60px;
}
.strip[data-id="6f8142"] .footer-branding {
  margin-bottom: 25px;
}
.strip[data-id="6f8142"] .footer-logo {
  font-size: 24px;
  font-weight: 700;
  color: #a3b18a;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="6f8142"] .column-title {
  color: #a3b18a; /* Šalvějová zelená */
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id="6f8142"] .column-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #a3b18a;
  opacity: 0.5;
}
.strip[data-id="6f8142"] .footer-text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
  margin-top: 0;
  opacity: 0.9;
}
.strip[data-id="6f8142"] .footer-link {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.strip[data-id="6f8142"] .footer-link:hover {
  color: #a3b18a;
  border-bottom-color: rgba(163, 177, 138, 0.4);
}
.strip[data-id="6f8142"] .contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.strip[data-id="6f8142"] .social-icons {
  display: flex;
  gap: 12px;
  margin-top: 5px;
}
.strip[data-id="6f8142"] .social-icon {
  color: hsl(48, 33%, 96%);
  background: rgba(255, 255, 255, 0.05);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.strip[data-id="6f8142"] .social-icon svg {
  width: 18px;
  height: 18px;
}
.strip[data-id="6f8142"] .social-icon:hover {
  background: #a3b18a;
  color: hsl(203, 30%, 26%);
  transform: translateY(-3px);
  border-color: #a3b18a;
}
.strip[data-id="6f8142"] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
  margin-top: 20px;
}
.strip[data-id="6f8142"] .footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .strip[data-id="6f8142"] .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 640px) {
  .strip[data-id="6f8142"] .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .strip[data-id="6f8142"] .column-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="6f8142"] .social-icons {
    justify-content: center;
  }
  .strip[data-id="6f8142"] .footer-bottom-content {
    flex-direction: column;
    gap: 10px;
  }
  .strip[data-id="6f8142"] .footer-section {
    padding-top: 60px;
  }
}