
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id=c71c88] {
  --section-id: "c71c88";
  --storage-url: "https://preview-studiokm-cz-20260723.proweb.cz/_section/c71c88";
  --public-url: "https://preview-studiokm-cz-20260723.proweb.cz/_section/c71c88";
  /* Mobile Toggle */
  /* Responsive Logic */
}
.strip[data-id=c71c88] .header-section {
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1000;
  font-family: "Montserrat", sans-serif;
  transition: background-color 0.3s ease;
}
.strip[data-id=c71c88] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strip[data-id=c71c88] .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.strip[data-id=c71c88] .logo-link:hover {
  opacity: 0.9;
}
.strip[data-id=c71c88] .logo-img {
  max-height: 45px;
  width: auto;
  display: block;
  /* Blend logo with white background if it has a solid white box */
  mix-blend-mode: multiply;
}
.strip[data-id=c71c88] .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 35px;
}
.strip[data-id=c71c88] .nav-item a {
  text-decoration: none;
  color: hsl(192, 5%, 20%);
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id=c71c88] .nav-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: hsl(88, 61%, 45%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%);
}
.strip[data-id=c71c88] .nav-item a:hover {
  color: hsl(88, 61%, 35%);
}
.strip[data-id=c71c88] .nav-item a:hover::after {
  width: 100%;
}
.strip[data-id=c71c88] .phone-wrapper {
  display: flex;
  align-items: center;
}
.strip[data-id=c71c88] .phone-link {
  text-decoration: none;
  color: hsl(201, 100%, 28%);
  font-size: 15px;
  font-weight: 600;
  padding: 10px 22px;
  border: 2px solid hsl(201, 100%, 28%);
  border-radius: 50px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
}
.strip[data-id=c71c88] .phone-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.strip[data-id=c71c88] .phone-link:hover {
  background-color: hsl(201, 100%, 28%);
  color: white;
  box-shadow: 0 4px 15px hsla(201, 100%, 28%, 0.3);
}
.strip[data-id=c71c88] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  background: hsla(192, 5%, 20%, 0.05);
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  z-index: 1001;
  transition: background 0.3s ease;
}
.strip[data-id=c71c88] .mobile-toggle:hover {
  background: hsla(192, 5%, 20%, 0.1);
}
.strip[data-id=c71c88] .mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: hsl(192, 5%, 20%);
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .strip[data-id=c71c88] .header-container {
    padding: 10px 15px;
  }
  .strip[data-id=c71c88] .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: hsla(0, 0%, 100%, 0.98);
    backdrop-filter: blur(10px);
    flex-direction: column;
    padding: 30px 20px;
    gap: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .strip[data-id=c71c88] .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .strip[data-id=c71c88] .nav-item:last-child {
    border-bottom: none;
  }
  .strip[data-id=c71c88] .nav-item a {
    display: block;
    padding: 15px 0;
    font-size: 18px;
  }
  .strip[data-id=c71c88] .nav-item a::after {
    display: none;
  }
  .strip[data-id=c71c88] .nav-menu.active {
    display: flex;
    animation: slideDown 0.3s ease forwards;
  }
  .strip[data-id=c71c88] .mobile-toggle {
    display: flex;
  }
  .strip[data-id=c71c88] .phone-wrapper {
    display: none;
  }
  .strip[data-id=c71c88] .mobile-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .strip[data-id=c71c88] .mobile-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id=c71c88] .mobile-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}.strip[data-id=f13055] {
  --section-id: "f13055";
  --storage-url: "https://preview-studiokm-cz-20260723.proweb.cz/_section/f13055";
  --public-url: "https://preview-studiokm-cz-20260723.proweb.cz/_section/f13055";
}
.strip[data-id=f13055] .team-section {
  background-color: #ffffff;
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  position: relative;
  overflow: hidden;
}
.strip[data-id=f13055] .team-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(50, 205, 50, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 0;
}
.strip[data-id=f13055] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id=f13055] .section-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id=f13055] .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #003366;
  margin: 0;
  line-height: 1.2;
}
.strip[data-id=f13055] .team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.strip[data-id=f13055] .member-card {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  background: #ffffff;
  padding: 25px;
  border-radius: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 51, 102, 0.05);
}
.strip[data-id=f13055] .member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 51, 102, 0.08);
}
.strip[data-id=f13055] .image-wrapper {
  flex-shrink: 0;
  width: 180px;
}
.strip[data-id=f13055] .image-wrapper img,
.strip[data-id=f13055] .image-wrapper generated-img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  display: block;
}
.strip[data-id=f13055] .info-wrapper {
  flex-grow: 1;
}
.strip[data-id=f13055] .member-name {
  font-size: 22px;
  font-weight: 700;
  color: #003366;
  margin: 0 0 15px 0;
  position: relative;
  display: inline-block;
  line-height: 1.3;
  z-index: 1;
}
.strip[data-id=f13055] .underline-accent {
  position: absolute;
  bottom: 2px;
  left: -5px;
  width: calc(100% + 10px);
  height: 10px;
  background-color: #ffea00;
  z-index: -1;
  opacity: 0.6;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%; /* Organic brush-like shape */
  transform: rotate(-1deg);
}
.strip[data-id=f13055] .member-desc p {
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
  margin: 0 0 20px 0;
}
.strip[data-id=f13055] .member-contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.strip[data-id=f13055] .contact-link {
  color: #2e7d32; /* Darker green for better contrast and readability */
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id=f13055] .contact-link i {
  color: #32cd32; /* Keep the lime green for the icons as accent */
  font-size: 18px;
  width: 20px;
  text-align: center;
}
.strip[data-id=f13055] .contact-link:hover {
  color: #1b5e20;
  transform: translateX(3px);
}
@media (max-width: 1100px) {
  .strip[data-id=f13055] .team-grid {
    gap: 30px;
  }
  .strip[data-id=f13055] .member-card {
    padding: 20px;
    gap: 20px;
  }
  .strip[data-id=f13055] .image-wrapper {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=f13055] .team-grid {
    grid-template-columns: 1fr;
    max-width: 650px;
    margin: 0 auto;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .strip[data-id=f13055] .team-section {
    padding: 60px 0;
  }
  .strip[data-id=f13055] .member-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
  }
  .strip[data-id=f13055] .image-wrapper {
    width: 200px;
    margin-bottom: 15px;
  }
  .strip[data-id=f13055] .member-name {
    display: block;
    width: fit-content;
    margin: 0 auto 15px auto;
  }
  .strip[data-id=f13055] .member-contacts {
    align-items: center;
  }
  .strip[data-id=f13055] .contact-link {
    justify-content: center;
  }
}@charset "UTF-8";
.strip[data-id=cd36e6] {
  --section-id: "cd36e6";
  --storage-url: "https://preview-studiokm-cz-20260723.proweb.cz/_section/cd36e6";
  --public-url: "https://preview-studiokm-cz-20260723.proweb.cz/_section/cd36e6";
}
.strip[data-id=cd36e6] .global-footer {
  background-color: hsl(201, 100%, 15%);
  padding: 80px 0 40px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 15px;
  line-height: 1.7;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id=cd36e6] .global-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}
.strip[data-id=cd36e6] .global-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-bottom: 60px;
}
.strip[data-id=cd36e6] .global-footer .footer-title {
  color: hsl(45, 100%, 60%);
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id=cd36e6] .global-footer .footer-title i {
  font-size: 20px;
  opacity: 0.9;
}
.strip[data-id=cd36e6] .global-footer .footer-content p {
  margin-top: 0;
  margin-bottom: 20px;
}
.strip[data-id=cd36e6] .global-footer .footer-content a {
  color: hsla(0, 0%, 100%, 0.9);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id=cd36e6] .global-footer .footer-content a i {
  color: hsl(45, 100%, 60%);
  font-size: 14px;
}
.strip[data-id=cd36e6] .global-footer .footer-content a:hover {
  color: hsl(80, 100%, 50%);
  transform: translateX(5px);
}
.strip[data-id=cd36e6] .global-footer .footer-content a:hover i {
  color: hsl(80, 100%, 50%);
}
.strip[data-id=cd36e6] .global-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=cd36e6] .global-footer .footer-links li {
  margin-bottom: 15px;
}
.strip[data-id=cd36e6] .global-footer .footer-links li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: hsla(0, 0%, 100%, 0.8);
}
.strip[data-id=cd36e6] .global-footer .footer-links li a::before {
  content: "→";
  font-size: 12px;
  color: hsl(45, 100%, 60%);
  transition: transform 0.3s ease;
}
.strip[data-id=cd36e6] .global-footer .footer-links li a:hover {
  color: hsl(80, 100%, 50%);
}
.strip[data-id=cd36e6] .global-footer .footer-links li a:hover::before {
  transform: translateX(3px);
  color: hsl(80, 100%, 50%);
}
.strip[data-id=cd36e6] .global-footer .social-links {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}
.strip[data-id=cd36e6] .global-footer .social-links .social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  transition: all 0.3s ease;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
}
.strip[data-id=cd36e6] .global-footer .social-links .social-link:hover {
  background: hsl(80, 100%, 50%);
  color: hsl(201, 100%, 15%);
  transform: translateY(-3px);
  border-color: hsl(80, 100%, 50%);
}
.strip[data-id=cd36e6] .global-footer .footer-bottom {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  padding-top: 40px;
  text-align: center;
}
.strip[data-id=cd36e6] .global-footer .copyright {
  font-size: 13px;
  color: hsla(0, 0%, 100%, 0.5);
  letter-spacing: 0.5px;
}
@media (max-width: 992px) {
  .strip[data-id=cd36e6] .global-footer .footer-grid {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=cd36e6] .global-footer {
    padding: 60px 0 30px;
  }
  .strip[data-id=cd36e6] .global-footer .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 50px;
  }
  .strip[data-id=cd36e6] .global-footer .footer-title {
    justify-content: center;
  }
  .strip[data-id=cd36e6] .global-footer .footer-content a, .strip[data-id=cd36e6] .global-footer .footer-links li a {
    justify-content: center;
  }
  .strip[data-id=cd36e6] .global-footer .footer-content a:hover, .strip[data-id=cd36e6] .global-footer .footer-links li a:hover {
    transform: none;
  }
  .strip[data-id=cd36e6] .global-footer .social-links {
    justify-content: center;
  }
  .strip[data-id=cd36e6] .global-footer .footer-bottom {
    margin-top: 30px;
  }
}