@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Open+Sans:wght@400;600&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;
}.strip[data-id="25e73a"] {
  --section-id: "25e73a";
  --storage-url: "https://preview-karcherkladno-cz.proweb.cz/_section/25e73a";
  --public-url: "https://preview-karcherkladno-cz.proweb.cz/_section/25e73a";
}
.strip[data-id="25e73a"] .header-wrapper {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 4px solid #FFED00;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  z-index: 1000;
  font-family: "Montserrat", sans-serif;
  transition: background 0.3s ease;
}
.strip[data-id="25e73a"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.strip[data-id="25e73a"] .logo-link {
  display: block;
  max-width: 180px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}
.strip[data-id="25e73a"] .logo-link:hover {
  transform: scale(1.03);
}
.strip[data-id="25e73a"] .logo-img {
  width: 100%;
  height: auto;
  display: block;
}
.strip[data-id="25e73a"] .nav-desktop {
  display: flex;
  gap: 24px;
  margin: 0 20px;
}
.strip[data-id="25e73a"] .nav-desktop a {
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 8px 0;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
  letter-spacing: 0.5px;
}
.strip[data-id="25e73a"] .nav-desktop a:hover {
  color: #333333;
  transform: translateY(-1px);
}
.strip[data-id="25e73a"] .nav-desktop a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FFED00;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="25e73a"] .nav-desktop a:hover::after {
  width: 100%;
}
.strip[data-id="25e73a"] .contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id="25e73a"] .phone-link {
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}
.strip[data-id="25e73a"] .phone-link:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.strip[data-id="25e73a"] .phone-icon {
  width: 20px;
  height: 20px;
  fill: #000000;
  transition: transform 0.3s ease;
}
.strip[data-id="25e73a"] .phone-link:hover .phone-icon {
  transform: rotate(15deg);
}
.strip[data-id="25e73a"] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
  margin-right: -10px;
}
.strip[data-id="25e73a"] .hamburger-box {
  width: 24px;
  height: 18px;
  position: relative;
}
.strip[data-id="25e73a"] .hamburger-inner {
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.2s ease;
}
.strip[data-id="25e73a"] .hamburger-inner::before,
.strip[data-id="25e73a"] .hamburger-inner::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="25e73a"] .hamburger-inner::before {
  top: -8px;
}
.strip[data-id="25e73a"] .hamburger-inner::after {
  bottom: 8px;
}
.strip[data-id="25e73a"] .header-wrapper.mobile-active .hamburger-inner {
  background-color: transparent;
}
.strip[data-id="25e73a"] .header-wrapper.mobile-active .hamburger-inner::before {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id="25e73a"] .header-wrapper.mobile-active .hamburger-inner::after {
  transform: translateY(-8px) rotate(-45deg);
}
.strip[data-id="25e73a"] .nav-mobile {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  flex-direction: column;
  padding: 10px 0;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.strip[data-id="25e73a"] .header-wrapper.mobile-active .nav-mobile {
  display: flex;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.strip[data-id="25e73a"] .nav-mobile a {
  padding: 15px 25px;
  text-decoration: none;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  transition: background-color 0.2s ease;
}
.strip[data-id="25e73a"] .nav-mobile a:hover {
  background-color: #f9f9f9;
}
.strip[data-id="25e73a"] .nav-mobile a:last-child {
  border-bottom: none;
}
@media (max-width: 1100px) {
  .strip[data-id="25e73a"] .nav-desktop {
    gap: 15px;
  }
  .strip[data-id="25e73a"] .nav-desktop a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="25e73a"] .nav-desktop {
    display: none;
  }
  .strip[data-id="25e73a"] .mobile-toggle {
    display: block;
  }
  .strip[data-id="25e73a"] .phone-link span {
    display: none;
  }
  .strip[data-id="25e73a"] .phone-link {
    padding: 8px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="25e73a"] .logo-link {
    max-width: 140px;
  }
  .strip[data-id="25e73a"] .header-container {
    padding: 10px 15px;
  }
}@charset "UTF-8";
.strip[data-id="7e8308"] {
  --section-id: "7e8308";
  --storage-url: "https://preview-karcherkladno-cz.proweb.cz/_section/7e8308";
  --public-url: "https://preview-karcherkladno-cz.proweb.cz/_section/7e8308";
  /* Technický rastr */
  /* Dekorativní prvky v rozích */
}
.strip[data-id="7e8308"] .hero-section {
  position: relative;
  min-height: 95vh;
  display: flex;
  align-items: center;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.2) 100%), url(https://preview-karcherkladno-cz.proweb.cz/_section/7e8308/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 20px;
  overflow: hidden;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="7e8308"] .grid-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255, 237, 0, 0.1) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 40px 40px, 100px 100px, 100px 100px;
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
}
.strip[data-id="7e8308"] .corner-decor {
  position: absolute;
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 2;
  pointer-events: none;
}
.strip[data-id="7e8308"] .corner-tl {
  top: 40px;
  left: 40px;
}
.strip[data-id="7e8308"] .corner-br {
  bottom: 40px;
  right: 40px;
  text-align: right;
}
.strip[data-id="7e8308"] .container {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 3;
}
.strip[data-id="7e8308"] .hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.strip[data-id="7e8308"] .text-block {
  flex: 0 0 60%;
  position: relative;
  padding-left: 50px;
  animation: heroFadeInLeft 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.strip[data-id="7e8308"] .yellow-accent-bar {
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 10px;
  background-color: #FFED00;
  box-shadow: 0 0 20px rgba(255, 237, 0, 0.5);
}
.strip[data-id="7e8308"] h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 72px;
  line-height: 1.1;
  margin: 20px 0 30px 0;
  text-transform: uppercase;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}
.strip[data-id="7e8308"] .subheading {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #FFED00;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  text-shadow: 0 0 10px rgba(255, 237, 0, 0.2);
}
.strip[data-id="7e8308"] .lead {
  font-size: 22px;
  margin-bottom: 50px;
  font-weight: 400;
  opacity: 0.9;
  max-width: 95%;
  line-height: 1.7;
}
.strip[data-id="7e8308"] .cta-group {
  display: flex;
  gap: 25px;
}
.strip[data-id="7e8308"] .btn-primary {
  display: inline-block;
  background-color: #FFED00;
  color: #000000;
  padding: 22px 50px;
  font-weight: 900;
  text-decoration: none;
  font-size: 18px;
  border-radius: 0px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.strip[data-id="7e8308"] .btn-primary:hover {
  background-color: #FFFFFF;
  color: #000000;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(255, 237, 0, 0.2);
}
.strip[data-id="7e8308"] .visual-anchor {
  flex: 0 0 32%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: heroFadeInRight 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.strip[data-id="7e8308"] .quality-item {
  display: flex;
  align-items: center;
  gap: 25px;
  background: rgba(255, 255, 255, 0.03);
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 6px solid #FFED00;
  backdrop-filter: blur(15px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="7e8308"] .quality-item:hover {
  transform: translateX(15px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 237, 0, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.strip[data-id="7e8308"] .quality-icon {
  flex: 0 0 45px;
  height: 45px;
  filter: drop-shadow(0 0 8px rgba(255, 237, 0, 0.4));
}
.strip[data-id="7e8308"] .quality-icon svg {
  width: 100%;
  height: 100%;
  fill: #FFED00;
}
.strip[data-id="7e8308"] .quality-text {
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.4;
}
@keyframes heroFadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes heroFadeInRight {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 1400px) {
  .strip[data-id="7e8308"] .container {
    max-width: 1100px;
  }
  .strip[data-id="7e8308"] h1 {
    font-size: 60px;
  }
}
@media (max-width: 1100px) {
  .strip[data-id="7e8308"] .hero-section {
    min-height: auto;
    padding: 120px 20px 80px 20px;
  }
  .strip[data-id="7e8308"] .hero-content {
    flex-direction: column;
    text-align: center;
    gap: 60px;
  }
  .strip[data-id="7e8308"] .text-block {
    flex: 0 0 100%;
    padding-left: 0;
  }
  .strip[data-id="7e8308"] .yellow-accent-bar {
    display: none;
  }
  .strip[data-id="7e8308"] .lead {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id="7e8308"] .cta-group {
    justify-content: center;
  }
  .strip[data-id="7e8308"] .visual-anchor {
    flex: 0 0 100%;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .strip[data-id="7e8308"] .quality-item:hover {
    transform: translateY(-10px);
  }
}
@media (max-width: 768px) {
  .strip[data-id="7e8308"] h1 {
    font-size: 42px;
  }
  .strip[data-id="7e8308"] .subheading {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .strip[data-id="7e8308"] .lead {
    font-size: 18px;
  }
  .strip[data-id="7e8308"] .btn-primary {
    padding: 18px 35px;
    font-size: 16px;
    width: 100%;
  }
  .strip[data-id="7e8308"] .corner-decor {
    display: none;
  }
}.strip[data-id="15f07e"] {
  --section-id: "15f07e";
  --storage-url: "https://preview-karcherkladno-cz.proweb.cz/_section/15f07e";
  --public-url: "https://preview-karcherkladno-cz.proweb.cz/_section/15f07e";
}
.strip[data-id="15f07e"] .about-store-section {
  background-color: #FFFFFF;
  padding: 100px 20px;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  position: relative;
}
.strip[data-id="15f07e"] .about-store-section .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
  position: relative;
}
.strip[data-id="15f07e"] .about-store-section .text-content {
  position: relative;
  z-index: 2;
}
.strip[data-id="15f07e"] .about-store-section .text-content .year-bg {
  position: absolute;
  top: -60px;
  left: -40px;
  font-size: 200px;
  font-weight: 900;
  color: #000000;
  opacity: 0.04;
  z-index: -1;
  line-height: 1;
  user-select: none;
  letter-spacing: -5px;
}
.strip[data-id="15f07e"] .about-store-section .text-content .badge {
  display: inline-flex;
  align-items: center;
  background-color: #FFED00;
  color: #000000;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 25px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.05);
}
.strip[data-id="15f07e"] .about-store-section .text-content .badge svg {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  fill: #000000;
}
.strip[data-id="15f07e"] .about-store-section .text-content h2 {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin: 0 0 30px 0;
  line-height: 1.1;
  position: relative;
}
.strip[data-id="15f07e"] .about-store-section .text-content h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #FFED00;
  margin-top: 15px;
}
.strip[data-id="15f07e"] .about-store-section .text-content .description {
  font-size: 17px;
  line-height: 1.7;
  color: #444444;
}
.strip[data-id="15f07e"] .about-store-section .text-content .description p {
  margin-bottom: 25px;
}
.strip[data-id="15f07e"] .about-store-section .text-content .description p:last-child {
  margin-bottom: 0;
}
.strip[data-id="15f07e"] .about-store-section .text-content .description p strong {
  color: #000000;
  font-weight: 700;
}
.strip[data-id="15f07e"] .about-store-section .image-content {
  position: relative;
  z-index: 2;
}
.strip[data-id="15f07e"] .about-store-section .image-content .image-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.strip[data-id="15f07e"] .about-store-section .image-content .image-wrapper::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  border: 3px solid #FFED00;
  z-index: -1;
  transition: all 0.3s ease;
}
.strip[data-id="15f07e"] .about-store-section .image-content .image-wrapper:hover::before {
  top: 10px;
  left: 10px;
  right: -10px;
  bottom: -10px;
}
.strip[data-id="15f07e"] .about-store-section .image-content .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
@media (max-width: 1100px) {
  .strip[data-id="15f07e"] .about-store-section .container {
    gap: 50px;
  }
  .strip[data-id="15f07e"] .about-store-section .text-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="15f07e"] .about-store-section {
    padding: 80px 20px;
  }
  .strip[data-id="15f07e"] .about-store-section .container {
    grid-template-columns: 1fr;
    gap: 60px;
    max-width: 700px;
  }
  .strip[data-id="15f07e"] .about-store-section .image-content {
    order: -1;
    padding-right: 20px; /* Space for offset border */
    margin-bottom: 30px;
  }
  .strip[data-id="15f07e"] .about-store-section .text-content .year-bg {
    font-size: 150px;
    top: -40px;
    left: -20px;
  }
  .strip[data-id="15f07e"] .about-store-section .text-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .strip[data-id="15f07e"] .about-store-section {
    padding: 60px 20px;
  }
  .strip[data-id="15f07e"] .about-store-section .text-content h2 {
    font-size: 28px;
  }
  .strip[data-id="15f07e"] .about-store-section .text-content .year-bg {
    font-size: 100px;
    top: -30px;
    left: -10px;
  }
  .strip[data-id="15f07e"] .about-store-section .text-content .badge {
    padding: 6px 12px;
    font-size: 12px;
  }
  .strip[data-id="15f07e"] .about-store-section .image-content {
    padding-right: 15px;
  }
  .strip[data-id="15f07e"] .about-store-section .image-content .image-wrapper::before {
    top: 15px;
    left: 15px;
    right: -15px;
    bottom: -15px;
  }
}.strip[data-id="460d32"] {
  --section-id: "460d32";
  --storage-url: "https://preview-karcherkladno-cz.proweb.cz/_section/460d32";
  --public-url: "https://preview-karcherkladno-cz.proweb.cz/_section/460d32";
}
.strip[data-id="460d32"] .services-section {
  background-color: #F8F9FA;
  padding: 100px 20px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="460d32"] .services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #FFED00;
}
.strip[data-id="460d32"] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="460d32"] .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.strip[data-id="460d32"] .service-card {
  background: #FFFFFF;
  padding: 50px 35px;
  border-radius: 8px;
  border-bottom: 5px solid transparent;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
.strip[data-id="460d32"] .service-card:hover {
  transform: translateY(-12px);
  border-bottom-color: #FFED00;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.strip[data-id="460d32"] .service-card:hover .icon-wrapper {
  background-color: #FFED00;
  color: #000000;
  transform: scale(1.1);
}
.strip[data-id="460d32"] .service-card:hover .card-link-arrow {
  opacity: 1;
  transform: translateX(0);
}
.strip[data-id="460d32"] .icon-wrapper {
  margin-bottom: 30px;
  background-color: #f0f0f0;
  color: #000000;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  flex-shrink: 0;
}
.strip[data-id="460d32"] .icon-wrapper svg {
  width: 35px;
  height: 35px;
}
.strip[data-id="460d32"] .service-card h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 20px 0;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
.strip[data-id="460d32"] .service-card p {
  font-size: 15px;
  color: #444444;
  line-height: 1.7;
  margin: 0;
  flex-grow: 1;
}
.strip[data-id="460d32"] .card-link-arrow {
  margin-top: 25px;
  color: #FFED00;
  font-size: 20px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.4s ease;
}
@media (max-width: 1100px) {
  .strip[data-id="460d32"] .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 640px) {
  .strip[data-id="460d32"] .services-section {
    padding: 70px 15px;
  }
  .strip[data-id="460d32"] .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id="460d32"] .service-card {
    padding: 40px 25px;
  }
}.strip[data-id=c1f86c] {
  --section-id: "c1f86c";
  --storage-url: "https://preview-karcherkladno-cz.proweb.cz/_section/c1f86c";
  --public-url: "https://preview-karcherkladno-cz.proweb.cz/_section/c1f86c";
}
.strip[data-id=c1f86c] .rental-selection {
  background-color: #000000;
  padding: 100px 0;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
}
.strip[data-id=c1f86c] .rental-selection .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=c1f86c] .rental-selection .section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 42px;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.strip[data-id=c1f86c] .rental-selection .section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #FFED00;
  margin: 20px auto 0;
}
.strip[data-id=c1f86c] .rental-selection .product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
.strip[data-id=c1f86c] .rental-selection .product-card {
  background-color: #1a1a1a;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-bottom: 4px solid transparent;
}
.strip[data-id=c1f86c] .rental-selection .product-card:hover {
  transform: translateY(-10px);
  border-bottom-color: #FFED00;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}
.strip[data-id=c1f86c] .rental-selection .image-wrapper {
  background-color: #FFFFFF;
  aspect-ratio: 1/1;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.strip[data-id=c1f86c] .rental-selection .image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}
.strip[data-id=c1f86c] .rental-selection .product-card:hover .image-wrapper img {
  transform: scale(1.05);
}
.strip[data-id=c1f86c] .rental-selection .card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id=c1f86c] .rental-selection .icons-row {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}
.strip[data-id=c1f86c] .rental-selection .machine-tag {
  font-size: 10px;
  text-transform: uppercase;
  padding: 3px 8px;
  font-weight: 800;
  letter-spacing: 1px;
}
.strip[data-id=c1f86c] .rental-selection .machine-tag.profi {
  background-color: #FFED00;
  color: #000000;
}
.strip[data-id=c1f86c] .rental-selection .machine-tag.home {
  background-color: #444444;
  color: #FFFFFF;
}
.strip[data-id=c1f86c] .rental-selection .product-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 20px 0;
  line-height: 1.3;
  min-height: 48px;
  color: #FFFFFF;
}
.strip[data-id=c1f86c] .rental-selection .price-box {
  background-color: #222222;
  color: #FFED00;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 20px;
  padding: 12px 15px;
  display: inline-block;
  margin-top: auto;
  align-self: flex-start;
  border-left: 3px solid #FFED00;
}
.strip[data-id=c1f86c] .rental-selection .btn-rent {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  background-color: #FFED00;
  color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.strip[data-id=c1f86c] .rental-selection .btn-rent svg {
  width: 20px;
  height: 20px;
}
.strip[data-id=c1f86c] .rental-selection .product-card:hover .btn-rent {
  opacity: 1;
  transform: scale(1);
}
.strip[data-id=c1f86c] .rental-selection .promo-banner {
  margin-top: 40px;
  padding: 25px;
  background-color: #FFED00;
  color: #000000;
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .strip[data-id=c1f86c] .rental-selection .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id=c1f86c] .rental-selection {
    padding: 60px 0;
  }
  .strip[data-id=c1f86c] .rental-selection .section-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .strip[data-id=c1f86c] .rental-selection .product-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 30px;
    margin: 0 -20px 20px -20px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 20px;
    -webkit-overflow-scrolling: touch;
  }
  .strip[data-id=c1f86c] .rental-selection .product-grid::-webkit-scrollbar {
    height: 6px;
  }
  .strip[data-id=c1f86c] .rental-selection .product-grid::-webkit-scrollbar-track {
    background: #1a1a1a;
  }
  .strip[data-id=c1f86c] .rental-selection .product-grid::-webkit-scrollbar-thumb {
    background: #FFED00;
  }
  .strip[data-id=c1f86c] .rental-selection .product-card {
    flex: 0 0 85%;
    scroll-snap-align: center;
  }
  .strip[data-id=c1f86c] .rental-selection .btn-rent {
    opacity: 1;
    transform: none;
  }
  .strip[data-id=c1f86c] .rental-selection .promo-banner {
    font-size: 16px;
    padding: 15px;
  }
}.strip[data-id="592283"] {
  --section-id: "592283";
  --storage-url: "https://preview-karcherkladno-cz.proweb.cz/_section/592283";
  --public-url: "https://preview-karcherkladno-cz.proweb.cz/_section/592283";
}
.strip[data-id="592283"] .operational-info-section {
  background-color: #FFFFFF;
  padding: 100px 20px;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="592283"] .operational-info-section .container {
  max-width: 1100px;
  margin: 0 auto;
}
.strip[data-id="592283"] .operational-info-section .flex-layout {
  display: flex;
  gap: 50px;
  align-items: stretch;
}
.strip[data-id="592283"] .operational-info-section .hours-column {
  flex: 1.2;
  position: relative;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: 1px solid #f0f0f0;
}
.strip[data-id="592283"] .operational-info-section .hours-column .bg-icon {
  position: absolute;
  bottom: -30px;
  right: -30px;
  font-size: 180px;
  color: rgba(0, 0, 0, 0.02);
  z-index: 0;
  pointer-events: none;
  transform: rotate(-15deg);
}
.strip[data-id="592283"] .operational-info-section .hours-column h3 {
  font-size: 26px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id="592283"] .operational-info-section .hours-column h3::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #FFED00;
}
.strip[data-id="592283"] .operational-info-section .hours-column .opening-table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  z-index: 1;
  font-size: 16px;
}
.strip[data-id="592283"] .operational-info-section .hours-column .opening-table tr {
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.3s ease;
}
.strip[data-id="592283"] .operational-info-section .hours-column .opening-table tr:last-child {
  border-bottom: none;
}
.strip[data-id="592283"] .operational-info-section .hours-column .opening-table tr:hover {
  background-color: #fffdf0;
}
.strip[data-id="592283"] .operational-info-section .hours-column .opening-table td {
  padding: 18px 10px;
  color: #333;
}
.strip[data-id="592283"] .operational-info-section .hours-column .opening-table td:first-child {
  font-weight: 700;
  width: 45%;
  color: #000;
}
.strip[data-id="592283"] .operational-info-section .hours-column .opening-table td:last-child {
  text-align: right;
  font-weight: 500;
}
.strip[data-id="592283"] .operational-info-section .alert-column {
  flex: 0.8;
  display: flex;
}
.strip[data-id="592283"] .operational-info-section .alert-box {
  background-color: #FFED00;
  border: 4px solid #000000;
  padding: 50px 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000000;
  font-family: "Roboto", sans-serif;
  border-radius: 4px;
  box-shadow: 10px 10px 0px #000;
}
.strip[data-id="592283"] .operational-info-section .alert-box .alert-icon {
  font-size: 70px;
  margin-bottom: 25px;
  animation: pulse-warning 2s infinite ease-in-out;
  color: #000;
}
.strip[data-id="592283"] .operational-info-section .alert-box h4 {
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id="592283"] .operational-info-section .alert-box h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #000;
}
.strip[data-id="592283"] .operational-info-section .alert-box p {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  margin: 0;
}
@keyframes pulse-warning {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
  50% {
    transform: scale(1.05);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  }
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
}
@media (max-width: 991px) {
  .strip[data-id="592283"] .operational-info-section {
    padding: 70px 20px;
  }
  .strip[data-id="592283"] .operational-info-section .flex-layout {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .strip[data-id="592283"] .operational-info-section .alert-box {
    padding: 40px 30px;
    box-shadow: 6px 6px 0px #000;
  }
  .strip[data-id="592283"] .operational-info-section .hours-column {
    flex: 1;
  }
}
@media (max-width: 576px) {
  .strip[data-id="592283"] .operational-info-section .hours-column {
    padding: 25px 20px;
  }
  .strip[data-id="592283"] .operational-info-section .hours-column h3 {
    font-size: 22px;
  }
  .strip[data-id="592283"] .operational-info-section .hours-column td {
    padding: 15px 5px;
    font-size: 14px;
  }
  .strip[data-id="592283"] .operational-info-section .alert-box h4 {
    font-size: 18px;
  }
  .strip[data-id="592283"] .operational-info-section .alert-box p {
    font-size: 16px;
  }
  .strip[data-id="592283"] .operational-info-section .alert-box .alert-icon {
    font-size: 50px;
  }
}.strip[data-id="653f95"] {
  --section-id: "653f95";
  --storage-url: "https://preview-karcherkladno-cz.proweb.cz/_section/653f95";
  --public-url: "https://preview-karcherkladno-cz.proweb.cz/_section/653f95";
}
.strip[data-id="653f95"] .contact-map-section {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
}
.strip[data-id="653f95"] .map-wrapper {
  width: 100%;
  height: 600px;
  background-color: #f5f5f5;
  position: relative;
}
.strip[data-id="653f95"] .map-wrapper iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(0.8) contrast(1.1) brightness(0.95);
  border: 0;
}
.strip[data-id="653f95"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.strip[data-id="653f95"] .contact-card {
  position: absolute;
  bottom: 60px;
  left: 20px;
  background: #ffffff;
  width: 100%;
  max-width: 420px;
  padding: 50px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  border-left: 6px solid #FFED00;
  z-index: 10;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id="653f95"] .contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.18);
}
.strip[data-id="653f95"] .contact-card h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #1a1a1a;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.strip[data-id="653f95"] .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}
.strip[data-id="653f95"] .contact-item .icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #FFED00;
}
.strip[data-id="653f95"] .contact-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.strip[data-id="653f95"] .phone-wrapper {
  margin-top: 35px;
}
.strip[data-id="653f95"] .phone-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #FFED00;
  color: #000000;
  text-decoration: none;
  padding: 20px 30px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 22px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  border: none;
  cursor: pointer;
}
.strip[data-id="653f95"] .phone-button:hover {
  background-color: #000000;
  color: #FFED00;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.strip[data-id="653f95"] .directions-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #666;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  margin-top: 30px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.strip[data-id="653f95"] .directions-link svg {
  transition: transform 0.3s ease;
}
.strip[data-id="653f95"] .directions-link:hover {
  color: #000;
}
.strip[data-id="653f95"] .directions-link:hover svg {
  transform: translateX(5px);
}
@media (max-width: 992px) {
  .strip[data-id="653f95"] .contact-card {
    max-width: 380px;
    padding: 40px;
    bottom: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="653f95"] .map-wrapper {
    height: 400px;
  }
  .strip[data-id="653f95"] .container {
    padding: 0;
  }
  .strip[data-id="653f95"] .contact-card {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: 100%;
    box-shadow: none;
    border-left: none;
    border-top: 6px solid #FFED00;
    padding: 50px 20px;
  }
  .strip[data-id="653f95"] .contact-card:hover {
    transform: none;
  }
}.strip[data-id="679185"] {
  --section-id: "679185";
  --storage-url: "https://preview-karcherkladno-cz.proweb.cz/_section/679185";
  --public-url: "https://preview-karcherkladno-cz.proweb.cz/_section/679185";
}
.strip[data-id="679185"] .minimal-industrial-footer {
  background-color: #000000;
  border-top: 1px solid #333333;
  padding: 40px 0;
  width: 100%;
  display: block;
}
.strip[data-id="679185"] .minimal-industrial-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="679185"] .minimal-industrial-footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.strip[data-id="679185"] .minimal-industrial-footer .copyright-text {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #999999;
  margin: 0;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.strip[data-id="679185"] .minimal-industrial-footer .footer-links {
  display: flex;
  gap: 20px;
  align-items: center;
}
.strip[data-id="679185"] .minimal-industrial-footer .footer-links a {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
}
.strip[data-id="679185"] .minimal-industrial-footer .footer-links a:hover {
  color: #FFED00;
  border-bottom-color: #FFED00;
}
.strip[data-id="679185"] .minimal-industrial-footer .social-icons {
  display: flex;
  gap: 15px;
}
.strip[data-id="679185"] .minimal-industrial-footer .social-icons a {
  color: #999999;
  font-size: 18px;
  transition: color 0.2s ease;
}
.strip[data-id="679185"] .minimal-industrial-footer .social-icons a:hover {
  color: #FFED00;
}
@media (max-width: 768px) {
  .strip[data-id="679185"] .minimal-industrial-footer {
    padding: 30px 0;
  }
  .strip[data-id="679185"] .minimal-industrial-footer .footer-content {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="679185"] .minimal-industrial-footer .footer-links {
    flex-direction: column;
    gap: 10px;
  }
}