@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Playfair+Display:ital,wght@1,400;1,700&family=Playfair+Display:wght@700&display=swap');
.strip[data-id="21eb59"] {
  --section-id: "21eb59";
  --storage-url: "https://test-1my5ldr4.praweb.cz/_section/21eb59";
  --public-url: "https://test-1my5ldr4.praweb.cz/_section/21eb59";
}
.strip[data-id="21eb59"] .header-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease;
  background-color: transparent;
  padding: 25px 0;
}
.strip[data-id="21eb59"] .header-section.scrolled {
  background-color: hsla(40, 30%, 98%, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  padding: 15px 0;
}
.strip[data-id="21eb59"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="21eb59"] .logo-link {
  display: block;
  flex-shrink: 0;
}
.strip[data-id="21eb59"] .logo-link img {
  height: 70px;
  width: auto;
  display: block;
  transition: height 0.3s ease;
}
.strip[data-id="21eb59"] .header-section.scrolled .logo-link img {
  height: 55px;
}
.strip[data-id="21eb59"] .header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.strip[data-id="21eb59"] .contact-info {
  display: flex;
  gap: 25px;
}
.strip[data-id="21eb59"] .info-item {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: hsl(160, 100%, 10%);
  text-decoration: none;
  letter-spacing: 1.5px;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.5);
  transition: color 0.3s ease;
}
.strip[data-id="21eb59"] .info-item:hover {
  color: hsl(43, 48%, 59%);
}
.strip[data-id="21eb59"] .navigation {
  display: flex;
  align-items: center;
}
.strip[data-id="21eb59"] .nav-menu {
  list-style: none;
  display: flex;
  gap: 35px;
  margin: 0;
  padding: 0;
}
.strip[data-id="21eb59"] .nav-menu li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: hsl(160, 100%, 10%);
  text-decoration: none;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 5px;
  transition: color 0.3s ease;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.5);
}
.strip[data-id="21eb59"] .nav-menu li a:hover {
  color: hsl(43, 48%, 59%);
}
.strip[data-id="21eb59"] .nav-menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: hsl(43, 48%, 59%);
  transition: width 0.3s ease;
}
.strip[data-id="21eb59"] .nav-menu li a:hover::after {
  width: 100%;
}
.strip[data-id="21eb59"] .menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10001;
}
.strip[data-id="21eb59"] .menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: hsl(160, 100%, 10%);
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .strip[data-id="21eb59"] .header-section {
    padding: 15px 0;
  }
  .strip[data-id="21eb59"] .contact-info {
    display: none;
  }
  .strip[data-id="21eb59"] .menu-toggle {
    display: flex;
  }
  .strip[data-id="21eb59"] .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: hsl(40, 30%, 98%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    gap: 40px;
  }
  .strip[data-id="21eb59"] .nav-menu.active {
    right: 0;
  }
  .strip[data-id="21eb59"] .nav-menu li a {
    font-size: 20px;
    text-shadow: none;
  }
  .strip[data-id="21eb59"] .menu-toggle.open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .strip[data-id="21eb59"] .menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id="21eb59"] .menu-toggle.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}.strip[data-id="84a99a"] {
  --section-id: "84a99a";
  --storage-url: "https://test-1my5ldr4.praweb.cz/_section/84a99a";
  --public-url: "https://test-1my5ldr4.praweb.cz/_section/84a99a";
}
.strip[data-id="84a99a"] section {
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #002b1e;
}
.strip[data-id="84a99a"] .hero-background {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 0.1s ease-out;
}
.strip[data-id="84a99a"] .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.strip[data-id="84a99a"] .content-wrapper {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.strip[data-id="84a99a"] h1 {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  font-weight: 700;
  color: hsl(40, 30%, 98%);
  line-height: 1.2;
  margin-bottom: 24px;
  margin-top: 0;
}
.strip[data-id="84a99a"] p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: hsl(340, 40%, 92%);
  max-width: 600px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
}
.strip[data-id="84a99a"] .button-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.strip[data-id="84a99a"] .btn {
  padding: 16px 32px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  display: inline-block;
}
.strip[data-id="84a99a"] .btn-primary {
  background-color: hsl(160, 100%, 15%);
  color: #d4af37; /* Gold */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.strip[data-id="84a99a"] .btn-primary:hover {
  background-color: hsl(160, 100%, 20%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
.strip[data-id="84a99a"] .btn-secondary {
  background-color: transparent;
  color: #d4af37; /* Gold */
  border: 1px solid #d4af37;
}
.strip[data-id="84a99a"] .btn-secondary:hover {
  background-color: rgba(212, 175, 55, 0.1);
  transform: translateY(-2px);
}
.strip[data-id="84a99a"] .scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: bounce 2s infinite;
  color: #d4af37;
  cursor: pointer;
}
.strip[data-id="84a99a"] .scroll-indicator svg {
  width: 30px;
  height: 30px;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
@media (max-width: 768px) {
  .strip[data-id="84a99a"] h1 {
    font-size: 42px;
  }
  .strip[data-id="84a99a"] p {
    font-size: 16px;
  }
  .strip[data-id="84a99a"] section {
    height: auto;
    min-height: 100vh;
    padding: 100px 0;
  }
}.strip[data-id="3b13af"] {
  --section-id: "3b13af";
  --storage-url: "https://test-1my5ldr4.praweb.cz/_section/3b13af";
  --public-url: "https://test-1my5ldr4.praweb.cz/_section/3b13af";
}
.strip[data-id="3b13af"] .specialization-section {
  padding: 100px 20px;
  background-color: hsl(40, 30%, 98%);
  width: 100%;
}
.strip[data-id="3b13af"] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="3b13af"] .section-title {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 42px;
  color: hsl(160, 100%, 15%);
  text-align: center;
  margin-bottom: 80px;
  margin-top: 0;
}
.strip[data-id="3b13af"] .services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.strip[data-id="3b13af"] .service-card {
  padding: 40px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.strip[data-id="3b13af"] .service-card:hover {
  transform: translateY(-10px);
  background-color: hsl(340, 40%, 97%);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.strip[data-id="3b13af"] .service-icon {
  font-size: 48px;
  color: hsl(43, 48%, 59%);
  margin-bottom: 25px;
  display: block;
}
.strip[data-id="3b13af"] .service-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: hsl(160, 100%, 15%);
  margin-bottom: 15px;
  margin-top: 0;
}
.strip[data-id="3b13af"] .service-desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .strip[data-id="3b13af"] .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id="3b13af"] .section-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .strip[data-id="3b13af"] .service-card {
    padding: 30px;
  }
}.strip[data-id=a09f1d] {
  --section-id: "a09f1d";
  --storage-url: "https://test-1my5ldr4.praweb.cz/_section/a09f1d";
  --public-url: "https://test-1my5ldr4.praweb.cz/_section/a09f1d";
}
.strip[data-id=a09f1d] .about-us-section {
  position: relative;
  background-color: hsl(340, 40%, 95%);
  padding: 80px 0;
  overflow: hidden;
}
.strip[data-id=a09f1d] .background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-size: 400px;
  opacity: 0.05;
  pointer-events: none;
}
.strip[data-id=a09f1d] .container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
.strip[data-id=a09f1d] .split-layout {
  display: flex;
  align-items: center;
  gap: 60px;
}
.strip[data-id=a09f1d] .image-column {
  flex: 1;
}
.strip[data-id=a09f1d] .image-column img,
.strip[data-id=a09f1d] .image-column .generated-img-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.strip[data-id=a09f1d] .text-column {
  flex: 1;
}
.strip[data-id=a09f1d] .quote {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 32px;
  color: #065f46;
  line-height: 1.3;
  margin-bottom: 25px;
}
.strip[data-id=a09f1d] .leaf-divider {
  margin: 25px 0;
  display: flex;
  align-items: center;
}
.strip[data-id=a09f1d] .leaf-divider svg {
  width: 30px;
  height: 30px;
  fill: #d4af37;
}
.strip[data-id=a09f1d] .description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #2f4f4f;
  margin: 0;
}
@media (max-width: 991px) {
  .strip[data-id=a09f1d] .split-layout {
    flex-direction: column;
    gap: 40px;
  }
  .strip[data-id=a09f1d] .text-column {
    text-align: center;
  }
  .strip[data-id=a09f1d] .leaf-divider {
    justify-content: center;
  }
  .strip[data-id=a09f1d] .image-column {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .strip[data-id=a09f1d] .about-us-section {
    padding: 60px 0;
  }
  .strip[data-id=a09f1d] .quote {
    font-size: 28px;
  }
  .strip[data-id=a09f1d] .description {
    font-size: 16px;
  }
}.strip[data-id="810c4b"] {
  --section-id: "810c4b";
  --storage-url: "https://test-1my5ldr4.praweb.cz/_section/810c4b";
  --public-url: "https://test-1my5ldr4.praweb.cz/_section/810c4b";
}
.strip[data-id="810c4b"] .footer-section {
  background-color: hsl(160, 100%, 8%);
  color: hsl(40, 30%, 98%);
  padding: 80px 0 60px 0;
  border-top: 2px solid hsl(43, 48%, 59%);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.strip[data-id="810c4b"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="810c4b"] .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 60px;
}
.strip[data-id="810c4b"] .footer-col {
  display: flex;
  flex-direction: column;
}
.strip[data-id="810c4b"] .col-title {
  color: hsl(43, 48%, 59%);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id="810c4b"] .col-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: hsl(43, 48%, 59%);
}
.strip[data-id="810c4b"] .col-content p {
  margin: 0 0 12px 0;
  line-height: 1.8;
  opacity: 0.9;
}
.strip[data-id="810c4b"] .social-icons {
  display: flex;
  gap: 25px;
  align-items: center;
}
.strip[data-id="810c4b"] .social-link {
  color: hsl(43, 48%, 59%);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.strip[data-id="810c4b"] .social-link:hover {
  transform: translateY(-5px) scale(1.1);
  filter: brightness(1.3);
}
.strip[data-id="810c4b"] .social-link svg {
  width: 28px;
  height: 28px;
}
@media (max-width: 992px) {
  .strip[data-id="810c4b"] .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="810c4b"] .footer-section {
    padding: 60px 0 40px 0;
  }
  .strip[data-id="810c4b"] .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id="810c4b"] .col-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="810c4b"] .social-icons {
    justify-content: center;
  }
  .strip[data-id="810c4b"] .footer-col {
    align-items: center;
  }
}