@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Lora:wght@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="828c7a"] {
  --section-id: "828c7a";
  --storage-url: "https://test-7i6yk9ky.praweb.cz/_section/828c7a";
  --public-url: "https://test-7i6yk9ky.praweb.cz/_section/828c7a";
  /* Base mobile menu state - hidden on desktop */
  /* Responsive queries */
}
.strip[data-id="828c7a"] .header-section {
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="828c7a"] .header-section.scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding-top: 5px;
  padding-bottom: 5px;
}
.strip[data-id="828c7a"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: padding 0.3s ease;
}
.strip[data-id="828c7a"] .logo-wrapper .logo-link {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #2d3748;
}
.strip[data-id="828c7a"] .logo-wrapper img {
  height: 42px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.strip[data-id="828c7a"] .logo-link:hover img {
  transform: scale(1.05);
}
.strip[data-id="828c7a"] .logo-text {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #2d3748;
}
.strip[data-id="828c7a"] .main-nav {
  display: block;
}
.strip[data-id="828c7a"] .nav-list {
  display: flex;
  list-style: none;
  gap: 35px;
  margin: 0;
  padding: 0;
}
.strip[data-id="828c7a"] .nav-list a {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #4a5568;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding: 8px 0;
}
.strip[data-id="828c7a"] .nav-list a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #87a96b;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
}
.strip[data-id="828c7a"] .nav-list a:hover {
  color: #87a96b;
}
.strip[data-id="828c7a"] .nav-list a:hover::after {
  width: 100%;
}
.strip[data-id="828c7a"] .cta-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id="828c7a"] .btn-cta {
  display: inline-block;
  background: #87a96b;
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}
.strip[data-id="828c7a"] .btn-cta:hover {
  background: transparent;
  color: #87a96b;
  border-color: #87a96b;
  transform: translateY(-1px);
}
.strip[data-id="828c7a"] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: rgba(135, 169, 107, 0.1);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  gap: 6px;
}
.strip[data-id="828c7a"] .mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #4a5568;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="828c7a"] .mobile-toggle.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id="828c7a"] .mobile-toggle.open span:nth-child(2) {
  opacity: 0;
  transform: translateX(10px);
}
.strip[data-id="828c7a"] .mobile-toggle.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.strip[data-id="828c7a"] .mobile-menu {
  display: none;
}
.strip[data-id="828c7a"] .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
  width: 100%;
}
.strip[data-id="828c7a"] .mobile-nav-list a {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2d3748;
  text-decoration: none;
  display: block;
  padding: 10px;
  transition: color 0.3s ease;
}
.strip[data-id="828c7a"] .mobile-nav-list a:hover {
  color: #87a96b;
}
.strip[data-id="828c7a"] .btn-cta-mobile {
  display: block;
  background: #87a96b;
  color: #fff;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  margin: 40px auto 0;
  width: 100%;
  max-width: 250px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(135, 169, 107, 0.3);
}
@media (max-width: 991px) {
  .strip[data-id="828c7a"] .main-nav {
    display: none;
  }
  .strip[data-id="828c7a"] .desktop-only {
    display: none;
  }
  .strip[data-id="828c7a"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="828c7a"] .mobile-menu {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: 999;
    padding: 100px 30px 40px;
    flex-direction: column;
    align-items: center;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.05);
    transform: translateX(100%); /* Completely hidden off-screen */
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden; /* Prevent interaction when hidden */
  }
  .strip[data-id="828c7a"] .mobile-menu.active {
    transform: translateX(0);
    visibility: visible;
  }
}
@media (max-width: 480px) {
  .strip[data-id="828c7a"] .logo-text {
    font-size: 1.1rem;
  }
  .strip[data-id="828c7a"] .container {
    padding: 10px 15px;
  }
  .strip[data-id="828c7a"] .logo-wrapper .logo-link {
    gap: 10px;
  }
  .strip[data-id="828c7a"] .logo-wrapper img {
    height: 36px;
  }
}.strip[data-id=e0b386] {
  --section-id: "e0b386";
  --storage-url: "https://test-7i6yk9ky.praweb.cz/_section/e0b386";
  --public-url: "https://test-7i6yk9ky.praweb.cz/_section/e0b386";
}
.strip[data-id=e0b386] .services-detail {
  padding: 0;
  overflow: hidden;
}
.strip[data-id=e0b386] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=e0b386] .section-header {
  text-align: center;
  padding: 80px 0 40px;
}
.strip[data-id=e0b386] .section-header h2 {
  font-family: "Lora", serif;
  font-size: 42px;
  color: #708090;
  margin: 0;
}
.strip[data-id=e0b386] .service-block {
  position: relative;
  padding: 80px 0;
  background-color: #ffffff;
}
.strip[data-id=e0b386] .service-block.alternate {
  background-color: #fdfaf5;
}
.strip[data-id=e0b386] .service-content {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
}
.strip[data-id=e0b386] .service-block.alternate .service-content {
  flex-direction: row-reverse;
}
.strip[data-id=e0b386] .service-text {
  flex: 1;
}
.strip[data-id=e0b386] .service-text h3 {
  font-family: "Lora", serif;
  font-size: 32px;
  color: #708090;
  margin-bottom: 20px;
}
.strip[data-id=e0b386] .service-text p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}
.strip[data-id=e0b386] .service-image {
  flex: 1;
}
.strip[data-id=e0b386] .service-image img,
.strip[data-id=e0b386] .service-image generated-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: block;
}
.strip[data-id=e0b386] .service-number {
  position: absolute;
  top: 40px;
  left: 20px;
  font-family: "Lora", serif;
  font-size: 18px;
  font-weight: 600;
  color: #87a96b;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .strip[data-id=e0b386] .service-content {
    flex-direction: column !important;
    gap: 30px;
  }
  .strip[data-id=e0b386] .service-image img,
  .strip[data-id=e0b386] .service-image generated-img {
    height: 300px;
  }
  .strip[data-id=e0b386] .service-block {
    padding: 60px 0;
  }
  .strip[data-id=e0b386] .section-header h2 {
    font-size: 32px;
  }
}.strip[data-id=f3f0d8] {
  --section-id: "f3f0d8";
  --storage-url: "https://test-7i6yk9ky.praweb.cz/_section/f3f0d8";
  --public-url: "https://test-7i6yk9ky.praweb.cz/_section/f3f0d8";
}
.strip[data-id=f3f0d8] .footer-section {
  background-color: #293d39;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  padding: 80px 0 40px 0;
  line-height: 1.6;
}
.strip[data-id=f3f0d8] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id=f3f0d8] .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}
.strip[data-id=f3f0d8] .footer-col h3 {
  color: #a3b8ae; /* Slightly lighter sage green for better contrast */
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.strip[data-id=f3f0d8] .brand-description {
  margin-bottom: 20px;
  max-width: 320px;
}
.strip[data-id=f3f0d8] .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=f3f0d8] .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.strip[data-id=f3f0d8] .contact-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #a3b8ae;
  margin-top: 2px;
}
.strip[data-id=f3f0d8] .contact-item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.strip[data-id=f3f0d8] .contact-item a:hover {
  color: #ffffff;
}
.strip[data-id=f3f0d8] .social-links {
  display: flex;
  gap: 16px;
}
.strip[data-id=f3f0d8] .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id=f3f0d8] .social-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.strip[data-id=f3f0d8] .social-icon:hover {
  background-color: #a3b8ae;
  color: #293d39;
  transform: translateY(-3px);
}
.strip[data-id=f3f0d8] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.strip[data-id=f3f0d8] .footer-bottom-links {
  display: flex;
  gap: 24px;
}
.strip[data-id=f3f0d8] .footer-bottom-links a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.strip[data-id=f3f0d8] .footer-bottom-links a:hover {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991px) {
  .strip[data-id=f3f0d8] .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 640px) {
  .strip[data-id=f3f0d8] .footer-section {
    padding: 60px 0 30px 0;
  }
  .strip[data-id=f3f0d8] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }
  .strip[data-id=f3f0d8] .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .strip[data-id=f3f0d8] .brand-description {
    max-width: 100%;
  }
}