@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&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="447119"] {
  --section-id: "447119";
  --storage-url: "https://preview-studiokm-cz-20260723-02.proweb.cz/_section/447119";
  --public-url: "https://preview-studiokm-cz-20260723-02.proweb.cz/_section/447119";
  /* Staggered animation for mobile menu items */
  /* Hamburger Animation */
}
.strip[data-id="447119"] .header-wrapper {
  position: relative;
  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);
  z-index: 1000;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease;
}
.strip[data-id="447119"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
}
.strip[data-id="447119"] .logo-zone {
  flex: 0 0 auto;
}
.strip[data-id="447119"] .logo-zone img {
  display: block;
  max-height: 55px;
  width: auto;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Logo has white background, multiply blends it with the header bg */
  mix-blend-mode: multiply;
}
.strip[data-id="447119"] .logo-zone img:hover {
  transform: scale(1.08);
}
.strip[data-id="447119"] .nav-zone {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}
.strip[data-id="447119"] .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 35px;
}
.strip[data-id="447119"] .main-nav li {
  position: relative;
}
.strip[data-id="447119"] .main-nav a {
  text-decoration: none;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
  padding: 10px 0;
  display: block;
}
.strip[data-id="447119"] .main-nav a:hover {
  color: #d4af37; /* Elegant gold */
}
.strip[data-id="447119"] .main-nav a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #FFD700;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id="447119"] .main-nav a:hover::after {
  width: 100%;
}
.strip[data-id="447119"] .cta-zone {
  flex: 0 0 auto;
}
.strip[data-id="447119"] .phone-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  border: 2px solid #1a1a1a;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50px;
  background: transparent;
}
.strip[data-id="447119"] .phone-cta i {
  font-size: 14px;
  transition: transform 0.3s ease;
}
.strip[data-id="447119"] .phone-cta:hover {
  background-color: #1a1a1a;
  color: #FFD700;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.strip[data-id="447119"] .phone-cta:hover i {
  transform: rotate(15deg) scale(1.1);
}
.strip[data-id="447119"] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}
.strip[data-id="447119"] .mobile-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #1a1a1a;
  margin: 6px 0;
  transition: 0.3s;
  border-radius: 2px;
}
.strip[data-id="447119"] .mobile-menu-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background: #ffffff;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.05);
  transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1000;
  padding: 120px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="447119"] .mobile-menu-overlay.active {
  right: 0;
}
.strip[data-id="447119"] .mobile-menu-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.strip[data-id="447119"] .mobile-menu-overlay li {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.4s ease;
}
.strip[data-id="447119"] .mobile-menu-overlay.active li {
  opacity: 1;
  transform: translateX(0);
}
.strip[data-id="447119"] .mobile-menu-overlay.active li:nth-child(1) {
  transition-delay: 0.1s;
}
.strip[data-id="447119"] .mobile-menu-overlay.active li:nth-child(2) {
  transition-delay: 0.2s;
}
.strip[data-id="447119"] .mobile-menu-overlay.active li:nth-child(3) {
  transition-delay: 0.3s;
}
.strip[data-id="447119"] .mobile-menu-overlay.active li:nth-child(4) {
  transition-delay: 0.4s;
}
.strip[data-id="447119"] .mobile-menu-overlay.active li:nth-child(5) {
  transition-delay: 0.5s;
}
.strip[data-id="447119"] .mobile-menu-overlay a {
  text-decoration: none;
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="447119"] .mobile-menu-overlay .mobile-cta {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease 0.6s;
}
.strip[data-id="447119"] .mobile-menu-overlay.active .mobile-cta {
  opacity: 1;
}
@media (max-width: 991px) {
  .strip[data-id="447119"] .nav-zone {
    display: none;
  }
  .strip[data-id="447119"] .cta-zone {
    display: none;
  }
  .strip[data-id="447119"] .mobile-toggle {
    display: block;
  }
  .strip[data-id="447119"] .header-container {
    min-height: 70px;
  }
}
.strip[data-id="447119"] .mobile-toggle.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-6px, 5px);
}
.strip[data-id="447119"] .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
.strip[data-id="447119"] .mobile-toggle.active span:nth-child(3) {
  transform: rotate(45deg) translate(-6px, -5px);
}.strip[data-id=cc4c69] {
  --section-id: "cc4c69";
  --storage-url: "https://preview-studiokm-cz-20260723-02.proweb.cz/_section/cc4c69";
  --public-url: "https://preview-studiokm-cz-20260723-02.proweb.cz/_section/cc4c69";
}
.strip[data-id=cc4c69] .hero-premium {
  position: relative;
  background-color: #ffffff;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px 0;
}
.strip[data-id=cc4c69] .hero-premium .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 10;
}
.strip[data-id=cc4c69] .hero-premium .content-wrapper {
  max-width: 650px;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeIn 1s ease forwards;
}
.strip[data-id=cc4c69] .hero-premium .decoration-shape {
  position: absolute;
  top: -60px;
  left: -80px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, #FFD700 0%, rgba(255, 215, 0, 0) 70%);
  opacity: 0.2;
  border-radius: 50%;
  z-index: -1;
  filter: blur(40px);
}
.strip[data-id=cc4c69] .hero-premium .organic-blob {
  position: absolute;
  top: 20%;
  left: -10%;
  width: 400px;
  height: 400px;
  background-color: #FFD700;
  opacity: 0.05;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  z-index: -2;
  animation: blobFloat 20s infinite alternate ease-in-out;
}
.strip[data-id=cc4c69] .hero-premium h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.1;
  margin-bottom: 28px;
  letter-spacing: -1px;
}
.strip[data-id=cc4c69] .hero-premium h1 .highlight {
  text-transform: uppercase;
  color: #1a1a1a;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.strip[data-id=cc4c69] .hero-premium h1 .highlight::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: #FFD700;
  z-index: -1;
  opacity: 0.7;
  transform: skewX(-15deg);
}
.strip[data-id=cc4c69] .hero-premium .lead-text {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #4A5568;
  line-height: 1.7;
  margin-bottom: 48px;
  max-width: 580px;
  border-left: 4px solid #FFD700;
  padding-left: 24px;
}
.strip[data-id=cc4c69] .hero-premium .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #FFD700;
  color: #1a1a1a;
  padding: 20px 48px;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 10px 25px rgba(255, 215, 0, 0.4);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id=cc4c69] .hero-premium .cta-button svg {
  transition: transform 0.3s ease;
}
.strip[data-id=cc4c69] .hero-premium .cta-button:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 15px 35px rgba(255, 215, 0, 0.5);
}
.strip[data-id=cc4c69] .hero-premium .cta-button:hover svg {
  transform: translateX(5px);
}
.strip[data-id=cc4c69] .hero-premium .image-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
.strip[data-id=cc4c69] .hero-premium .image-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.strip[data-id=cc4c69] .hero-premium .image-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 40%);
  z-index: 2;
}
.strip[data-id=cc4c69] .hero-premium .image-background::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to top, #ffffff, transparent);
  z-index: 2;
}
.strip[data-id=cc4c69] .hero-premium .dot-pattern {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(#cbd5e0 2px, transparent 2px);
  background-size: 20px 20px;
  opacity: 0.3;
  z-index: 0;
}
@keyframes heroFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes blobFloat {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
    transform: translate(20px, 40px) rotate(10deg);
  }
}
@media (max-width: 1200px) {
  .strip[data-id=cc4c69] .hero-premium h1 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=cc4c69] .hero-premium {
    padding: 0;
    min-height: auto;
    flex-direction: column;
  }
  .strip[data-id=cc4c69] .hero-premium .image-background {
    position: relative;
    width: 100%;
    height: 450px;
  }
  .strip[data-id=cc4c69] .hero-premium .image-background::before {
    background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #ffffff 100%);
  }
  .strip[data-id=cc4c69] .hero-premium .container {
    margin-top: -80px;
    padding-bottom: 80px;
  }
  .strip[data-id=cc4c69] .hero-premium .content-wrapper {
    max-width: 100%;
    text-align: center;
    background: white;
    padding: 40px 25px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
  }
  .strip[data-id=cc4c69] .hero-premium .lead-text {
    border-left: none;
    padding-left: 0;
    margin: 0 auto 40px;
  }
  .strip[data-id=cc4c69] .hero-premium h1 {
    font-size: 38px;
  }
  .strip[data-id=cc4c69] .hero-premium .decoration-shape, .strip[data-id=cc4c69] .hero-premium .organic-blob {
    display: none;
  }
}
@media (max-width: 480px) {
  .strip[data-id=cc4c69] .hero-premium .image-background {
    height: 350px;
  }
  .strip[data-id=cc4c69] .hero-premium h1 {
    font-size: 32px;
  }
  .strip[data-id=cc4c69] .hero-premium .cta-button {
    width: 100%;
    justify-content: center;
    padding: 18px 30px;
  }
}.strip[data-id=ecc830] {
  --section-id: "ecc830";
  --storage-url: "https://preview-studiokm-cz-20260723-02.proweb.cz/_section/ecc830";
  --public-url: "https://preview-studiokm-cz-20260723-02.proweb.cz/_section/ecc830";
}
.strip[data-id=ecc830] .about-mission-section {
  background-color: #f5f5f7;
  background-image: radial-gradient(#FFDA00 0.5px, transparent 0.5px);
  background-size: 30px 30px;
  background-attachment: fixed;
  padding: 100px 0;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.strip[data-id=ecc830] .about-mission-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id=ecc830] .about-mission-intro {
  width: 100%;
  margin-bottom: 70px;
  text-align: center;
}
.strip[data-id=ecc830] .about-mission-tagline {
  display: inline-block;
  color: #FFDA00;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.strip[data-id=ecc830] .about-mission-lead {
  font-size: 20px;
  line-height: 1.7;
  color: #333333;
  max-width: 850px;
  margin: 0 auto;
  font-weight: 400;
}
.strip[data-id=ecc830] .about-mission-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id=ecc830] .about-mission-card {
  background-color: #ffffff;
  padding: 60px 40px;
  text-align: center;
  border-bottom: 5px solid #FFDA00;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  height: 100%;
}
.strip[data-id=ecc830] .about-mission-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}
.strip[data-id=ecc830] .about-mission-icon-wrapper {
  position: relative;
  width: 90px;
  height: 90px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id=ecc830] .about-mission-icon-bg {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 218, 0, 0.2);
  border-radius: 18px;
  top: 0;
  right: 0;
  transition: all 0.4s ease;
  transform: rotate(15deg);
}
.strip[data-id=ecc830] .about-mission-card:hover .about-mission-icon-bg {
  transform: rotate(45deg) scale(1.1);
  background-color: rgba(255, 218, 0, 0.4);
}
.strip[data-id=ecc830] .about-mission-icon {
  font-size: 40px;
  color: #333333;
  position: relative;
  z-index: 2;
}
.strip[data-id=ecc830] .about-mission-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 20px 0;
  line-height: 1.3;
}
.strip[data-id=ecc830] .about-mission-description {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}
@media (max-width: 1100px) {
  .strip[data-id=ecc830] .about-mission-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id=ecc830] .about-mission-card.is-last {
    grid-column: span 2;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .strip[data-id=ecc830] .about-mission-section {
    padding: 80px 0;
  }
  .strip[data-id=ecc830] .about-mission-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id=ecc830] .about-mission-card.is-last {
    grid-column: span 1;
    max-width: 100%;
  }
  .strip[data-id=ecc830] .about-mission-lead {
    font-size: 18px;
  }
  .strip[data-id=ecc830] .about-mission-card {
    padding: 40px 25px;
  }
}.strip[data-id="0bc2c9"] {
  --section-id: "0bc2c9";
  --storage-url: "https://preview-studiokm-cz-20260723-02.proweb.cz/_section/0bc2c9";
  --public-url: "https://preview-studiokm-cz-20260723-02.proweb.cz/_section/0bc2c9";
}
.strip[data-id="0bc2c9"] .team-section {
  background-color: #FFFFFF;
  padding: 100px 0;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.strip[data-id="0bc2c9"] .team-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.strip[data-id="0bc2c9"] .team-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="0bc2c9"] .team-section .section-header .section-title {
  color: #333333;
  font-size: 36px;
  font-weight: 800;
  margin: 0;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
.strip[data-id="0bc2c9"] .team-section .section-header .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #D48806;
  border-radius: 2px;
}
.strip[data-id="0bc2c9"] .team-section .team-grid {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.strip[data-id="0bc2c9"] .team-section .team-card {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 20px;
  border: 1px solid #f0f0f0;
}
.strip[data-id="0bc2c9"] .team-section .team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.strip[data-id="0bc2c9"] .team-section .image-wrapper {
  margin-bottom: 25px;
  line-height: 0;
  overflow: hidden;
  border-radius: 15px;
}
.strip[data-id="0bc2c9"] .team-section .image-wrapper img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.strip[data-id="0bc2c9"] .team-section .team-card:hover .image-wrapper img {
  transform: scale(1.05);
}
.strip[data-id="0bc2c9"] .team-section .info {
  padding: 10px 5px;
}
.strip[data-id="0bc2c9"] .team-section .info .position {
  color: #D48806; /* Darker yellow for better contrast */
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 8px;
  letter-spacing: 1.5px;
  display: block;
}
.strip[data-id="0bc2c9"] .team-section .info .name {
  color: #1A1A1A;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.3;
}
.strip[data-id="0bc2c9"] .team-section .info .contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
}
.strip[data-id="0bc2c9"] .team-section .info .contacts .contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #4A4A4A;
  transition: all 0.3s ease;
}
.strip[data-id="0bc2c9"] .team-section .info .contacts .contact-item svg {
  width: 18px;
  height: 18px;
  fill: #D48806;
  transition: transform 0.3s ease;
}
.strip[data-id="0bc2c9"] .team-section .info .contacts .contact-item span {
  font-size: 15px;
  font-weight: 500;
}
.strip[data-id="0bc2c9"] .team-section .info .contacts .contact-item:hover {
  color: #D48806;
}
.strip[data-id="0bc2c9"] .team-section .info .contacts .contact-item:hover svg {
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .strip[data-id="0bc2c9"] .team-section {
    padding: 60px 0;
  }
  .strip[data-id="0bc2c9"] .team-section .section-header {
    margin-bottom: 40px;
  }
  .strip[data-id="0bc2c9"] .team-section .section-header .section-title {
    font-size: 30px;
  }
  .strip[data-id="0bc2c9"] .team-section .team-grid {
    gap: 30px;
  }
  .strip[data-id="0bc2c9"] .team-section .team-card {
    max-width: 100%;
    padding: 15px;
  }
  .strip[data-id="0bc2c9"] .team-section .info {
    text-align: center;
  }
  .strip[data-id="0bc2c9"] .team-section .info .contacts {
    align-items: center;
  }
}.strip[data-id=d9c649] {
  --section-id: "d9c649";
  --storage-url: "https://preview-studiokm-cz-20260723-02.proweb.cz/_section/d9c649";
  --public-url: "https://preview-studiokm-cz-20260723-02.proweb.cz/_section/d9c649";
}
.strip[data-id=d9c649] .pricing-section {
  background-color: #fffdf5;
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  color: #333333;
}
.strip[data-id=d9c649] .pricing-section .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=d9c649] .pricing-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id=d9c649] .pricing-section .section-header h2 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 24px;
  color: #333333;
  position: relative;
  display: inline-block;
}
.strip[data-id=d9c649] .pricing-section .section-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #ffda00;
  border-radius: 2px;
}
.strip[data-id=d9c649] .pricing-section .section-header p {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #555555;
  max-width: 700px;
  margin: 20px auto 0;
}
.strip[data-id=d9c649] .pricing-section .table-wrapper {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.strip[data-id=d9c649] .pricing-section table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.strip[data-id=d9c649] .pricing-section table thead {
  background-color: #ffda00;
  color: #333333; /* Improved contrast: dark text on yellow */
}
.strip[data-id=d9c649] .pricing-section table thead th {
  padding: 24px 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
}
.strip[data-id=d9c649] .pricing-section table tbody tr {
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}
.strip[data-id=d9c649] .pricing-section table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.strip[data-id=d9c649] .pricing-section table tbody tr:hover {
  background-color: #fffde7;
  transform: scale(1.002);
}
.strip[data-id=d9c649] .pricing-section table tbody tr:last-child {
  border-bottom: none;
}
.strip[data-id=d9c649] .pricing-section table tbody td {
  padding: 20px;
  font-size: 1.05rem;
  vertical-align: middle;
}
.strip[data-id=d9c649] .pricing-section table tbody td .service-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id=d9c649] .pricing-section table tbody td .service-info svg {
  flex-shrink: 0;
  color: #ffda00;
}
.strip[data-id=d9c649] .pricing-section table tbody td.duration-cell {
  color: #777777;
  font-weight: 500;
}
.strip[data-id=d9c649] .pricing-section table tbody td.price-cell {
  font-weight: 800;
  color: #000000;
  white-space: nowrap;
  text-align: right;
  font-size: 1.1rem;
}
.strip[data-id=d9c649] .pricing-section .cta-footer {
  margin-top: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.strip[data-id=d9c649] .pricing-section .cta-footer .view-original {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #333333;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.strip[data-id=d9c649] .pricing-section .cta-footer .view-original:hover {
  background: #000000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.strip[data-id=d9c649] .pricing-section .cta-footer .view-original svg {
  width: 18px;
  height: 18px;
}
.strip[data-id=d9c649] .pricing-section .cta-footer .note {
  font-size: 0.9rem;
  color: #888888;
  font-style: italic;
}
@media (max-width: 768px) {
  .strip[data-id=d9c649] .pricing-section {
    padding: 60px 0;
  }
  .strip[data-id=d9c649] .pricing-section .section-header {
    margin-bottom: 40px;
  }
  .strip[data-id=d9c649] .pricing-section .section-header h2 {
    font-size: 2.2rem;
  }
  .strip[data-id=d9c649] .pricing-section .table-wrapper {
    background: transparent;
    box-shadow: none;
    overflow: visible;
    border: none;
  }
  .strip[data-id=d9c649] .pricing-section table {
    display: block;
  }
  .strip[data-id=d9c649] .pricing-section table thead {
    display: none;
  }
  .strip[data-id=d9c649] .pricing-section table tbody {
    display: block;
  }
  .strip[data-id=d9c649] .pricing-section table tbody tr {
    display: block;
    background: #ffffff;
    margin-bottom: 25px;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid #eeeeee;
  }
  .strip[data-id=d9c649] .pricing-section table tbody tr:nth-child(even) {
    background-color: #ffffff;
  }
  .strip[data-id=d9c649] .pricing-section table tbody tr:hover {
    transform: none;
  }
  .strip[data-id=d9c649] .pricing-section table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
    text-align: right;
    font-size: 1rem;
  }
  .strip[data-id=d9c649] .pricing-section table tbody td:last-child {
    border-bottom: none;
  }
  .strip[data-id=d9c649] .pricing-section table tbody td::before {
    content: attr(data-label);
    font-weight: 700;
    color: #999999;
    text-transform: uppercase;
    font-size: 0.75rem;
    text-align: left;
    margin-right: 15px;
    letter-spacing: 0.5px;
  }
  .strip[data-id=d9c649] .pricing-section table tbody td .service-info {
    width: 100%;
    justify-content: space-between;
  }
  .strip[data-id=d9c649] .pricing-section table tbody td .service-info svg {
    display: none; /* Hide icons in mobile labels to save space */
  }
  .strip[data-id=d9c649] .pricing-section table tbody td.price-cell {
    font-size: 1.3rem;
    color: #000000;
    padding-top: 15px;
  }
}.strip[data-id="414c7d"] {
  --section-id: "414c7d";
  --storage-url: "https://preview-studiokm-cz-20260723-02.proweb.cz/_section/414c7d";
  --public-url: "https://preview-studiokm-cz-20260723-02.proweb.cz/_section/414c7d";
}
.strip[data-id="414c7d"] .contact-location-section {
  padding: 100px 0;
  background-color: #fcfcfc;
}
.strip[data-id="414c7d"] .contact-location-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="414c7d"] .contact-location-section .section-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 700;
  color: #FFDA03;
  margin-bottom: 20px;
  text-align: center;
}
.strip[data-id="414c7d"] .contact-location-section .contact-grid {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.strip[data-id="414c7d"] .contact-location-section .contact-info {
  flex: 1;
  min-width: 350px;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.strip[data-id="414c7d"] .contact-location-section .contact-info .info-item {
  display: flex;
  gap: 25px;
  margin-bottom: 45px;
  align-items: flex-start;
}
.strip[data-id="414c7d"] .contact-location-section .contact-info .info-item .icon-box {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: rgba(255, 218, 3, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFDA03;
  font-size: 20px;
}
.strip[data-id="414c7d"] .contact-location-section .contact-info .info-item .item-content .address-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #1a1a1a;
  margin: 0 0 8px 0;
  line-height: 1.2;
}
.strip[data-id="414c7d"] .contact-location-section .contact-info .info-item .item-content .note-text {
  font-size: 16px;
  color: #777777;
  margin: 0;
  font-style: italic;
}
.strip[data-id="414c7d"] .contact-location-section .contact-info .info-item .item-content .instruction-text {
  font-size: 18px;
  color: #444444;
  margin: 0;
  line-height: 1.6;
  font-weight: 500;
}
.strip[data-id="414c7d"] .contact-location-section .contact-info .info-item:last-of-type {
  margin-bottom: 0;
}
.strip[data-id="414c7d"] .contact-location-section .contact-info .action-wrapper {
  margin-top: 50px;
}
.strip[data-id="414c7d"] .contact-location-section .contact-info .action-wrapper .nav-button {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 18px 40px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.strip[data-id="414c7d"] .contact-location-section .contact-info .action-wrapper .nav-button:hover {
  background-color: #FFDA03;
  color: #1a1a1a;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(255, 218, 3, 0.3);
}
.strip[data-id="414c7d"] .contact-location-section .contact-info .action-wrapper .nav-button i {
  font-size: 18px;
}
.strip[data-id="414c7d"] .contact-location-section .contact-map {
  flex: 1;
  min-width: 350px;
  min-height: 550px;
  background-color: #f0f0f0;
  position: relative;
}
.strip[data-id="414c7d"] .contact-location-section .contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.5) contrast(1.1);
  transition: filter 0.6s ease;
}
.strip[data-id="414c7d"] .contact-location-section .contact-map iframe:hover {
  filter: grayscale(0) contrast(1);
}
@media (max-width: 1100px) {
  .strip[data-id="414c7d"] .contact-location-section .contact-info {
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="414c7d"] .contact-location-section {
    padding: 80px 0;
  }
  .strip[data-id="414c7d"] .contact-location-section .contact-grid {
    flex-direction: column;
  }
  .strip[data-id="414c7d"] .contact-location-section .contact-info {
    padding: 50px 40px;
    order: 1;
  }
  .strip[data-id="414c7d"] .contact-location-section .contact-map {
    min-height: 400px;
    order: 2;
  }
}
@media (max-width: 576px) {
  .strip[data-id="414c7d"] .contact-location-section .contact-info {
    padding: 40px 25px;
  }
  .strip[data-id="414c7d"] .contact-location-section .contact-info .item-content .address-text {
    font-size: 22px;
  }
  .strip[data-id="414c7d"] .contact-location-section .contact-map {
    min-height: 300px;
  }
}.strip[data-id=c23b88] {
  --section-id: "c23b88";
  --storage-url: "https://preview-studiokm-cz-20260723-02.proweb.cz/_section/c23b88";
  --public-url: "https://preview-studiokm-cz-20260723-02.proweb.cz/_section/c23b88";
}
.strip[data-id=c23b88] .footer-section {
  background-color: #0f0f0f; /* Even deeper black for premium feel */
  color: #a0a0a0; /* Slightly darker silvery gray for better hierarchy */
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  padding: 80px 0 40px; /* Increased padding for more "breathability" */
}
.strip[data-id=c23b88] .footer-section .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px; /* More horizontal padding for mobile */
}
.strip[data-id=c23b88] .footer-section .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .strip[data-id=c23b88] .footer-section .footer-top {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
}
.strip[data-id=c23b88] .footer-section .footer-logo .logo-text {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: transform 0.3s ease;
}
.strip[data-id=c23b88] .footer-section .footer-logo .logo-text i {
  color: #FFD700; /* Aligned with header gold/yellow */
  font-size: 24px;
}
.strip[data-id=c23b88] .footer-section .footer-logo .logo-text:hover {
  transform: scale(1.02);
}
.strip[data-id=c23b88] .footer-section .footer-socials {
  display: flex;
  gap: 15px;
}
.strip[data-id=c23b88] .footer-section .footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id=c23b88] .footer-section .footer-socials a:hover {
  background: #FFD700;
  border-color: #FFD700;
  color: #000000;
  transform: translateY(-8px) rotate(8deg);
  box-shadow: 0 10px 20px rgba(255, 215, 0, 0.2);
}
.strip[data-id=c23b88] .footer-section .footer-divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin: 0 0 40px;
}
.strip[data-id=c23b88] .footer-section .footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id=c23b88] .footer-section .footer-bottom .copyright-text p {
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.8px;
  font-weight: 400;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.strip[data-id=c23b88] .footer-section .footer-bottom .copyright-text p:hover {
  opacity: 1;
}