@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}
.strip.underlay-sticky {
    margin-top: calc(-1 * var(--sticky-header-height, 0px)) !important;
}

.strip.underlay-sticky > :first-child {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Admin Editor: bypass injected overlay layers and style the actual user section content. */
.strip.underlay-sticky > .pa-iframe-controls,
.strip.underlay-sticky > .pa-iframe-frame,
.strip.underlay-sticky > .pa-iframe-veil {
    border-top: none !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
}

.strip.underlay-sticky > .pa-iframe-controls + .pa-iframe-frame + .pa-iframe-veil + * {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Administration Editor: keep the divider visible without letting it offset the underlay strip. */
.pa-iframe-divider:has(+ .strip.underlay-sticky):not(.pa-iframe-expanded) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    z-index: 1000;
}@charset "UTF-8";
.strip[data-id=ea16f8] {
  --section-id: "ea16f8";
  --storage-url: "https://preview-studiokm-cz.proweb.cz/_section/ea16f8";
  --public-url: "https://preview-studiokm-cz.proweb.cz/_section/ea16f8";
}
.strip[data-id=ea16f8] .header-section {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif;
  z-index: 1000;
}
.strip[data-id=ea16f8] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.strip[data-id=ea16f8] .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  max-width: 160px;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}
.strip[data-id=ea16f8] .logo-link:hover {
  opacity: 0.9;
}
.strip[data-id=ea16f8] .logo-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  /* Logo má bílé pozadí, na světlém glassmorphismu vypadá dobře, ale přidáme jemný stín pro oddělení */
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
}
.strip[data-id=ea16f8] .main-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
.strip[data-id=ea16f8] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.strip[data-id=ea16f8] .nav-link {
  color: #2c3e50;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  padding: 8px 0;
  transition: all 0.3s ease;
}
.strip[data-id=ea16f8] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #ffce00;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id=ea16f8] .nav-link:hover {
  color: #000;
}
.strip[data-id=ea16f8] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id=ea16f8] .cta-wrapper {
  display: flex;
  align-items: center;
}
.strip[data-id=ea16f8] .btn-cta {
  background-color: #ffce00;
  color: #2c3e50;
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(255, 206, 0, 0.2);
  border: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}
.strip[data-id=ea16f8] .btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 206, 0, 0.4);
  background-color: #ffd700;
}
.strip[data-id=ea16f8] .mobile-toggle {
  display: none;
  background: rgba(44, 62, 80, 0.05);
  border: none;
  cursor: pointer;
  padding: 12px;
  border-radius: 8px;
  z-index: 1001;
  transition: background 0.3s ease;
}
.strip[data-id=ea16f8] .mobile-toggle:hover {
  background: rgba(44, 62, 80, 0.1);
}
.strip[data-id=ea16f8] .hamburger {
  display: block;
  width: 22px;
  height: 2px;
  background: #2c3e50;
  position: relative;
  transition: background 0.3s ease;
}
.strip[data-id=ea16f8] .hamburger::before,
.strip[data-id=ea16f8] .hamburger::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background: #2c3e50;
  transition: all 0.3s ease;
}
.strip[data-id=ea16f8] .hamburger::before {
  top: -7px;
}
.strip[data-id=ea16f8] .hamburger::after {
  bottom: -7px;
}
.strip[data-id=ea16f8] .mobile-toggle.active .hamburger {
  background: transparent;
}
.strip[data-id=ea16f8] .mobile-toggle.active .hamburger::before {
  transform: rotate(45deg);
  top: 0;
}
.strip[data-id=ea16f8] .mobile-toggle.active .hamburger::after {
  transform: rotate(-45deg);
  bottom: 0;
}
@media (max-width: 991px) {
  .strip[data-id=ea16f8] .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    transition: right 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    z-index: 1000;
  }
  .strip[data-id=ea16f8] .main-nav.active {
    right: 0;
  }
  .strip[data-id=ea16f8] .nav-list {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .strip[data-id=ea16f8] .nav-link {
    font-size: 20px;
  }
  .strip[data-id=ea16f8] .mobile-toggle {
    display: block;
  }
  .strip[data-id=ea16f8] .cta-wrapper {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .strip[data-id=ea16f8] .header-container {
    padding: 10px 15px;
  }
  .strip[data-id=ea16f8] .logo-link {
    max-width: 130px;
  }
}.strip[data-id="964592"] {
  --section-id: "964592";
  --storage-url: "https://preview-studiokm-cz.proweb.cz/_section/964592";
  --public-url: "https://preview-studiokm-cz.proweb.cz/_section/964592";
}
.strip[data-id="964592"] .hero-section {
  min-height: 90vh;
  background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 35%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0) 100%), url(https://preview-studiokm-cz.proweb.cz/_section/964592/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 100px 0;
  animation: fadeIn 1s ease-out;
}
.strip[data-id="964592"] .hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  z-index: 2;
}
.strip[data-id="964592"] .hero-section .content-wrapper {
  max-width: 650px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.2s;
}
.strip[data-id="964592"] .hero-section .content-wrapper .badge {
  display: inline-block;
  padding: 6px 16px;
  background-color: rgba(255, 215, 0, 0.1);
  color: #DAA520;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 50px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 215, 0, 0.3);
}
.strip[data-id="964592"] .hero-section .content-wrapper h1 {
  color: #2c2c2c;
  font-size: 64px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1.1;
}
.strip[data-id="964592"] .hero-section .content-wrapper h1 span {
  color: #DAA520;
}
.strip[data-id="964592"] .hero-section .content-wrapper p {
  color: #4a5568;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 32px;
}
.strip[data-id="964592"] .hero-section .content-wrapper .benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.strip[data-id="964592"] .hero-section .content-wrapper .benefits-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #4a5568;
  font-weight: 500;
  font-size: 16px;
}
.strip[data-id="964592"] .hero-section .content-wrapper .benefits-list li svg {
  color: #FFD700;
  flex-shrink: 0;
}
.strip[data-id="964592"] .hero-section .content-wrapper .cta-wrapper .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 40px;
  background-color: #FFD700;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(255, 215, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.strip[data-id="964592"] .hero-section .content-wrapper .cta-wrapper .btn-primary:hover {
  background-color: #DAA520;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(218, 165, 32, 0.4);
}
.strip[data-id="964592"] .hero-section .content-wrapper .cta-wrapper .btn-primary:hover svg {
  transform: translateX(5px);
}
.strip[data-id="964592"] .hero-section .content-wrapper .cta-wrapper .btn-primary svg {
  transition: transform 0.3s ease;
}
.strip[data-id="964592"] .hero-section .wave-decoration {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 3;
  pointer-events: none;
}
.strip[data-id="964592"] .hero-section .wave-decoration svg {
  display: block;
  width: 100%;
  height: 100px;
  fill: #ffffff;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .strip[data-id="964592"] .hero-section .content-wrapper h1 {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="964592"] .hero-section {
    min-height: 100vh;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.7) 100%), url(https://preview-studiokm-cz.proweb.cz/_section/964592/hero-bg.jpg);
    text-align: center;
    padding: 100px 0 120px;
    display: flex;
    align-items: center;
  }
  .strip[data-id="964592"] .hero-section .content-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
  .strip[data-id="964592"] .hero-section .content-wrapper .badge {
    margin-bottom: 15px;
  }
  .strip[data-id="964592"] .hero-section .content-wrapper h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .strip[data-id="964592"] .hero-section .content-wrapper p {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .strip[data-id="964592"] .hero-section .content-wrapper .benefits-list {
    align-items: center;
    margin-bottom: 30px;
  }
  .strip[data-id="964592"] .hero-section .content-wrapper .cta-wrapper .btn-primary {
    width: 100%;
    justify-content: center;
  }
  .strip[data-id="964592"] .hero-section .wave-decoration svg {
    height: 50px;
  }
}.strip[data-id="4847d8"] {
  --section-id: "4847d8";
  --storage-url: "https://preview-studiokm-cz.proweb.cz/_section/4847d8";
  --public-url: "https://preview-studiokm-cz.proweb.cz/_section/4847d8";
}
.strip[data-id="4847d8"] .about-team-section {
  background-color: #ffffff;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}
.strip[data-id="4847d8"] .about-team-section .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.strip[data-id="4847d8"] .about-team-section .quality-seal {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 56px;
  color: #ffcc00;
  opacity: 0.9;
  z-index: 10;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}
.strip[data-id="4847d8"] .about-team-section .intro-content {
  max-width: 800px;
  margin: 0 auto 60px auto;
  text-align: center;
}
.strip[data-id="4847d8"] .about-team-section .intro-content h2 {
  color: #1a202c;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
.strip[data-id="4847d8"] .about-team-section .intro-content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 2px;
}
.strip[data-id="4847d8"] .about-team-section .intro-content p {
  color: #4a5568;
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 0;
}
.strip[data-id="4847d8"] .about-team-section .featured-image-wrapper {
  width: 100%;
  margin-bottom: 80px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.strip[data-id="4847d8"] .about-team-section .featured-image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
}
.strip[data-id="4847d8"] .about-team-section .team-grid-header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="4847d8"] .about-team-section .team-grid-header h3 {
  color: #1a202c;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.strip[data-id="4847d8"] .about-team-section .team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.strip[data-id="4847d8"] .about-team-section .team-grid .team-card {
  background-color: #ffffff;
  border: 1px solid #edf2f7;
  border-top: 5px solid #ffcc00;
  border-radius: 16px;
  padding: 40px;
  background-image: radial-gradient(#f1f5f9 1.5px, transparent 1.5px);
  background-size: 20px 20px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}
.strip[data-id="4847d8"] .about-team-section .team-grid .team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  border-color: #e2e8f0;
}
.strip[data-id="4847d8"] .about-team-section .team-grid .team-card .member-name {
  display: block;
  color: #1a202c;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.strip[data-id="4847d8"] .about-team-section .team-grid .team-card .member-role {
  display: block;
  color: #4a5568;
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.strip[data-id="4847d8"] .about-team-section .team-grid .team-card .member-contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid #edf2f7;
  padding-top: 20px;
}
.strip[data-id="4847d8"] .about-team-section .team-grid .team-card .member-contacts a {
  color: #2d3748;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.2s ease;
}
.strip[data-id="4847d8"] .about-team-section .team-grid .team-card .member-contacts a:hover {
  color: #ffcc00;
  transform: translateX(5px);
}
.strip[data-id="4847d8"] .about-team-section .team-grid .team-card .member-contacts a i {
  width: 20px;
  color: #ffcc00;
  font-size: 18px;
}
@media (max-width: 992px) {
  .strip[data-id="4847d8"] .about-team-section .team-grid {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="4847d8"] .about-team-section {
    padding: 80px 20px;
  }
  .strip[data-id="4847d8"] .about-team-section .quality-seal {
    font-size: 40px;
    top: -20px;
    right: 0;
  }
  .strip[data-id="4847d8"] .about-team-section .intro-content h2 {
    font-size: 30px;
  }
  .strip[data-id="4847d8"] .about-team-section .featured-image-wrapper img {
    height: 300px;
  }
  .strip[data-id="4847d8"] .about-team-section .team-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="4847d8"] .about-team-section .team-card {
    padding: 30px;
  }
}.strip[data-id=f308f4] {
  --section-id: "f308f4";
  --storage-url: "https://preview-studiokm-cz.proweb.cz/_section/f308f4";
  --public-url: "https://preview-studiokm-cz.proweb.cz/_section/f308f4";
}
.strip[data-id=f308f4] .services-section {
  background-color: #f9f9f9;
  background-image: radial-gradient(#d1d1d1 0.5px, transparent 0.5px);
  background-size: 30px 30px;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.strip[data-id=f308f4] .services-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id=f308f4] .services-section .section-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id=f308f4] .services-section .section-header h2 {
  color: #1a1a1a;
  font-size: 2.75rem;
  font-weight: 800;
  margin: 0 0 15px 0;
  letter-spacing: -0.02em;
  position: relative;
  display: inline-block;
}
.strip[data-id=f308f4] .services-section .section-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #FFDA03;
  border-radius: 2px;
}
.strip[data-id=f308f4] .services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  align-items: stretch;
}
.strip[data-id=f308f4] .services-section .service-card {
  padding: 0 20px;
  position: relative;
  display: flex;
}
.strip[data-id=f308f4] .services-section .service-card:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background-color: #e0e0e0;
}
.strip[data-id=f308f4] .services-section .service-card .card-inner {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 24px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.02);
}
.strip[data-id=f308f4] .services-section .service-card .icon-wrapper {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  box-shadow: 0 15px 35px rgba(255, 218, 3, 0.15);
  color: #d4a017;
  transition: all 0.5s ease;
}
.strip[data-id=f308f4] .services-section .service-card .icon-wrapper svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.strip[data-id=f308f4] .services-section .service-card h3 {
  color: #2d2d2d;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  transition: color 0.3s ease;
}
.strip[data-id=f308f4] .services-section .service-card:hover .card-inner {
  transform: translateY(-15px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
  border-color: rgba(255, 218, 3, 0.2);
}
.strip[data-id=f308f4] .services-section .service-card:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  background-color: #FFDA03;
  color: #ffffff;
  box-shadow: 0 15px 35px rgba(255, 218, 3, 0.3);
}
.strip[data-id=f308f4] .services-section .service-card:hover h3 {
  color: #000;
}
@media (max-width: 1100px) {
  .strip[data-id=f308f4] .services-section .services-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
  .strip[data-id=f308f4] .services-section .service-card:nth-child(even)::after {
    display: none;
  }
  .strip[data-id=f308f4] .services-section .service-card:nth-child(1)::after, .strip[data-id=f308f4] .services-section .service-card:nth-child(3)::after {
    top: 10%;
    height: 80%;
  }
}
@media (max-width: 650px) {
  .strip[data-id=f308f4] .services-section {
    padding: 70px 0;
  }
  .strip[data-id=f308f4] .services-section .section-header h2 {
    font-size: 2.25rem;
  }
  .strip[data-id=f308f4] .services-section .services-grid {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
  .strip[data-id=f308f4] .services-section .service-card {
    padding: 0;
  }
  .strip[data-id=f308f4] .services-section .service-card::after {
    display: none !important;
  }
  .strip[data-id=f308f4] .services-section .service-card .card-inner {
    padding: 40px 25px;
  }
}.strip[data-id="1e4798"] {
  --section-id: "1e4798";
  --storage-url: "https://preview-studiokm-cz.proweb.cz/_section/1e4798";
  --public-url: "https://preview-studiokm-cz.proweb.cz/_section/1e4798";
}
.strip[data-id="1e4798"] .pricing-section {
  background-color: #ffffff;
  padding: 100px 20px;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: #2E2E2E;
  position: relative;
  overflow: hidden;
}
.strip[data-id="1e4798"] .pricing-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 218, 3, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 0;
  pointer-events: none;
}
.strip[data-id="1e4798"] .pricing-section .container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id="1e4798"] .pricing-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="1e4798"] .pricing-section .section-header h2 {
  font-size: clamp(32px, 5vw, 42px);
  font-weight: 800;
  margin-bottom: 20px;
  color: #1a1a1a;
  letter-spacing: -0.5px;
}
.strip[data-id="1e4798"] .pricing-section .section-header p {
  font-size: 18px;
  color: #666;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}
.strip[data-id="1e4798"] .pricing-section .table-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 40px;
  border: 1px solid #f0f0f0;
}
.strip[data-id="1e4798"] .pricing-section .table-wrapper {
  overflow-x: auto;
}
.strip[data-id="1e4798"] .pricing-section .table-wrapper::-webkit-scrollbar {
  height: 6px;
}
.strip[data-id="1e4798"] .pricing-section .table-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.strip[data-id="1e4798"] .pricing-section .table-wrapper::-webkit-scrollbar-thumb {
  background: #FFDA03;
  border-radius: 10px;
}
.strip[data-id="1e4798"] .pricing-section .mobile-hint {
  display: none;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .strip[data-id="1e4798"] .pricing-section .mobile-hint {
    display: block;
  }
}
.strip[data-id="1e4798"] .pricing-section table {
  width: 100%;
  border-collapse: collapse;
  min-width: 650px;
}
.strip[data-id="1e4798"] .pricing-section table thead tr {
  background-color: #FFDA03;
}
.strip[data-id="1e4798"] .pricing-section table thead tr th {
  padding: 24px 30px;
  text-align: left;
  font-weight: 800;
  font-size: 16px;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
}
.strip[data-id="1e4798"] .pricing-section table tbody tr {
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="1e4798"] .pricing-section table tbody tr:last-child {
  border-bottom: none;
}
.strip[data-id="1e4798"] .pricing-section table tbody tr:hover:not(.category-row) {
  background-color: #FFFDF5;
  transform: scale(1.002);
  box-shadow: inset 4px 0 0 #FFDA03;
}
.strip[data-id="1e4798"] .pricing-section table tbody tr td {
  padding: 20px 30px;
  font-size: 16px;
  vertical-align: middle;
  color: #333;
}
.strip[data-id="1e4798"] .pricing-section table tbody tr td.price-cell {
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
  color: #1a1a1a;
  font-size: 17px;
}
.strip[data-id="1e4798"] .pricing-section table tbody tr td.duration-cell {
  color: #777;
  white-space: nowrap;
  font-weight: 500;
}
.strip[data-id="1e4798"] .pricing-section table tbody tr td .service-name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="1e4798"] .pricing-section table tbody .category-row {
  background-color: #fafafa;
}
.strip[data-id="1e4798"] .pricing-section table tbody .category-row td {
  padding: 35px 30px 15px;
  font-weight: 800;
  font-size: 18px;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.strip[data-id="1e4798"] .pricing-section table tbody .category-row td .cat-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id="1e4798"] .pricing-section table tbody .category-row td .cat-content::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #FFDA03;
}
.strip[data-id="1e4798"] .pricing-section .pricing-footer {
  margin-top: 50px;
  padding: 40px;
  background: #fcfcfc;
  border-radius: 16px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id="1e4798"] .pricing-section .pricing-footer .footer-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.strip[data-id="1e4798"] .pricing-section .pricing-footer .footer-header .icon-warning {
  width: 32px;
  height: 32px;
  background-color: #FFDA03;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.strip[data-id="1e4798"] .pricing-section .pricing-footer .footer-header .icon-warning svg {
  width: 18px;
  height: 18px;
  fill: #1a1a1a;
}
.strip[data-id="1e4798"] .pricing-section .pricing-footer .footer-header h3 {
  font-size: 22px;
  margin: 0;
  font-weight: 800;
  color: #1a1a1a;
}
.strip[data-id="1e4798"] .pricing-section .pricing-footer .footer-content p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 15px;
  color: #555;
}
.strip[data-id="1e4798"] .pricing-section .pricing-footer .footer-content p strong {
  color: #1a1a1a;
  font-weight: 700;
}
.strip[data-id="1e4798"] .pricing-section .pricing-footer .highlight-box {
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px 25px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.strip[data-id="1e4798"] .pricing-section .pricing-footer .highlight-box span.label {
  color: #FFDA03;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .strip[data-id="1e4798"] .pricing-section .pricing-footer .highlight-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.strip[data-id="1e4798"] .pricing-section .pricing-footer .note-small {
  font-size: 14px;
  color: #888;
  font-style: italic;
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 10px;
}.strip[data-id=f9dd88] {
  --section-id: "f9dd88";
  --storage-url: "https://preview-studiokm-cz.proweb.cz/_section/f9dd88";
  --public-url: "https://preview-studiokm-cz.proweb.cz/_section/f9dd88";
}
.strip[data-id=f9dd88] .contact-location-section {
  background-color: #ffffff;
  padding: 100px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.strip[data-id=f9dd88] .contact-location-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=f9dd88] .contact-location-section .content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.strip[data-id=f9dd88] .contact-location-section .info-column .section-badge {
  display: inline-block;
  background-color: #fff9e6;
  color: #d97706;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.strip[data-id=f9dd88] .contact-location-section .info-column h2 {
  color: #1a202c;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1.1;
}
.strip[data-id=f9dd88] .contact-location-section .info-column h2 span {
  color: #ffcc00;
}
.strip[data-id=f9dd88] .contact-location-section .info-column .contact-details {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.strip[data-id=f9dd88] .contact-location-section .info-column .detail-item {
  display: flex;
  gap: 20px;
}
.strip[data-id=f9dd88] .contact-location-section .info-column .detail-item .icon-box {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  background-color: #ffcc00;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #1a202c;
  box-shadow: 0 10px 20px rgba(255, 204, 0, 0.2);
}
.strip[data-id=f9dd88] .contact-location-section .info-column .detail-item .detail-content h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #718096;
  margin: 0 0 8px 0;
}
.strip[data-id=f9dd88] .contact-location-section .info-column .detail-item .detail-content p, .strip[data-id=f9dd88] .contact-location-section .info-column .detail-item .detail-content a {
  font-size: 20px;
  font-weight: 700;
  color: #1a202c;
  margin: 0;
  text-decoration: none;
  line-height: 1.4;
  display: block;
  transition: color 0.2s ease;
}
.strip[data-id=f9dd88] .contact-location-section .info-column .detail-item .detail-content a:hover {
  color: #d97706;
}
.strip[data-id=f9dd88] .contact-location-section .info-column .detail-item .detail-content .sub-text {
  font-size: 16px;
  font-weight: 500;
  color: #718096;
  margin-top: 4px;
}
.strip[data-id=f9dd88] .contact-location-section .info-column .cta-wrapper {
  margin-top: 50px;
}
.strip[data-id=f9dd88] .contact-location-section .info-column .cta-wrapper .directions-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #1a202c;
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.strip[data-id=f9dd88] .contact-location-section .info-column .cta-wrapper .directions-btn:hover {
  background-color: #2d3748;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.strip[data-id=f9dd88] .contact-location-section .info-column .cta-wrapper .directions-btn i {
  font-size: 18px;
  color: #ffcc00;
}
.strip[data-id=f9dd88] .contact-location-section .map-column {
  position: relative;
  height: 100%;
  min-height: 550px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}
.strip[data-id=f9dd88] .contact-location-section .map-column::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  pointer-events: none;
  z-index: 2;
}
.strip[data-id=f9dd88] .contact-location-section .map-column iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%) contrast(1.1) brightness(1.05);
  transition: filter 0.5s ease;
}
.strip[data-id=f9dd88] .contact-location-section .map-column:hover iframe {
  filter: grayscale(0%) contrast(1) brightness(1);
}
@media (max-width: 1024px) {
  .strip[data-id=f9dd88] .contact-location-section .content-grid {
    gap: 40px;
  }
  .strip[data-id=f9dd88] .contact-location-section .info-column h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=f9dd88] .contact-location-section {
    padding: 80px 0;
  }
  .strip[data-id=f9dd88] .contact-location-section .content-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .strip[data-id=f9dd88] .contact-location-section .map-column {
    min-height: 400px;
    height: 400px;
  }
  .strip[data-id=f9dd88] .contact-location-section .info-column {
    text-align: center;
  }
  .strip[data-id=f9dd88] .contact-location-section .info-column .detail-item {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .strip[data-id=f9dd88] .contact-location-section .info-column .detail-item .detail-content {
    text-align: center;
  }
  .strip[data-id=f9dd88] .contact-location-section .info-column .detail-item .icon-box {
    margin: 0 auto;
  }
}.strip[data-id="392bea"] {
  --section-id: "392bea";
  --storage-url: "https://preview-studiokm-cz.proweb.cz/_section/392bea";
  --public-url: "https://preview-studiokm-cz.proweb.cz/_section/392bea";
}
.strip[data-id="392bea"] .footer-section {
  background-color: #1a1a1a;
  border-top: 3px solid #ffce00;
  padding: 60px 20px;
  color: #b0b0b0;
  font-family: "Inter", sans-serif;
}
.strip[data-id="392bea"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="392bea"] .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.strip[data-id="392bea"] .footer-column {
  flex: 1;
}
.strip[data-id="392bea"] .footer-logo {
  display: flex;
  justify-content: flex-start;
}
.strip[data-id="392bea"] .footer-logo-img {
  max-width: 160px;
  height: auto;
  background-color: #ffffff;
  padding: 10px 15px;
  border-radius: 4px;
  display: block;
  transition: transform 0.3s ease;
}
.strip[data-id="392bea"] .footer-logo-img:hover {
  transform: translateY(-2px);
}
.strip[data-id="392bea"] .footer-copyright {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
.strip[data-id="392bea"] .footer-copyright p {
  margin: 0;
}
.strip[data-id="392bea"] .footer-links {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
}
.strip[data-id="392bea"] .footer-link {
  color: #b0b0b0;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.strip[data-id="392bea"] .footer-link:hover {
  color: #ffce00;
  border-bottom-color: #ffce00;
}
@media (max-width: 991px) {
  .strip[data-id="392bea"] .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .strip[data-id="392bea"] .footer-logo, .strip[data-id="392bea"] .footer-links {
    justify-content: center;
  }
  .strip[data-id="392bea"] .footer-column {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .strip[data-id="392bea"] .footer-section {
    padding: 40px 20px;
  }
  .strip[data-id="392bea"] .footer-copyright {
    font-size: 13px;
  }
}