@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@400;500;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=cc5522] {
  --section-id: "cc5522";
  --storage-url: "https://preview-vasepodlaha-cz.proweb.cz/_section/cc5522";
  --public-url: "https://preview-vasepodlaha-cz.proweb.cz/_section/cc5522";
}
.strip[data-id=cc5522] .header-section {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
}
.strip[data-id=cc5522] .top-bar {
  background-color: hsl(210, 10%, 20%);
  height: 40px;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 13px;
}
.strip[data-id=cc5522] .top-bar .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=cc5522] .top-bar-info {
  display: flex;
  gap: 25px;
}
.strip[data-id=cc5522] .top-bar-info a, .strip[data-id=cc5522] .top-bar-info .hours {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}
.strip[data-id=cc5522] .top-bar-info a:hover {
  color: hsl(190, 100%, 42%);
}
.strip[data-id=cc5522] .top-bar-info svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.strip[data-id=cc5522] .top-bar-socials {
  display: flex;
  gap: 15px;
}
.strip[data-id=cc5522] .top-bar-socials a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease, color 0.3s ease;
}
.strip[data-id=cc5522] .top-bar-socials a:hover {
  color: hsl(190, 100%, 42%);
  transform: translateY(-2px);
}
.strip[data-id=cc5522] .top-bar-socials svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.strip[data-id=cc5522] .main-nav {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px 0;
}
.strip[data-id=cc5522] .main-nav .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=cc5522] .logo img {
  display: block;
  max-height: 55px;
  width: auto;
}
.strip[data-id=cc5522] .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 35px;
}
.strip[data-id=cc5522] .nav-menu li a {
  text-decoration: none;
  color: hsl(210, 10%, 20%);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id=cc5522] .nav-menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: hsl(190, 100%, 42%);
  transition: width 0.3s ease;
}
.strip[data-id=cc5522] .nav-menu li a:hover {
  color: hsl(190, 100%, 42%);
}
.strip[data-id=cc5522] .nav-menu li a:hover::after {
  width: 100%;
}
.strip[data-id=cc5522] .nav-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id=cc5522] .btn-call {
  background-color: hsl(190, 100%, 42%);
  color: #ffffff;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
}
.strip[data-id=cc5522] .btn-call:hover {
  background-color: hsl(190, 100%, 35%);
  transform: translateY(-1px);
}
.strip[data-id=cc5522] .btn-call:active {
  transform: translateY(0);
}
.strip[data-id=cc5522] .hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
}
.strip[data-id=cc5522] .hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: hsl(210, 10%, 20%);
  border-radius: 3px;
  transition: all 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.strip[data-id=cc5522] .mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 350px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1050;
  padding: 100px 40px 40px;
  transition: right 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.strip[data-id=cc5522] .mobile-menu.active {
  right: 0;
}
.strip[data-id=cc5522] .mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.strip[data-id=cc5522] .mobile-menu ul li a {
  text-decoration: none;
  color: hsl(210, 10%, 20%);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.strip[data-id=cc5522] .mobile-menu ul li a:hover {
  color: hsl(190, 100%, 42%);
}
.strip[data-id=cc5522] .mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.strip[data-id=cc5522] .mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .strip[data-id=cc5522] .nav-menu {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .strip[data-id=cc5522] .nav-menu {
    display: none;
  }
  .strip[data-id=cc5522] .hamburger {
    display: flex;
  }
  .strip[data-id=cc5522] .btn-call {
    display: none;
  }
  .strip[data-id=cc5522] .top-bar-info .hours {
    display: none;
  }
}
@media (max-width: 576px) {
  .strip[data-id=cc5522] .top-bar-info a span {
    display: none;
  }
  .strip[data-id=cc5522] .top-bar-info {
    gap: 15px;
  }
  .strip[data-id=cc5522] .top-bar-info svg {
    width: 18px;
    height: 18px;
  }
}
.strip[data-id=cc5522] .hamburger.active span:nth-child(1) {
  transform: translateY(8.5px) rotate(45deg);
}
.strip[data-id=cc5522] .hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-20px);
}
.strip[data-id=cc5522] .hamburger.active span:nth-child(3) {
  transform: translateY(-8.5px) rotate(-45deg);
}.strip[data-id="064fd4"] {
  --section-id: "064fd4";
  --storage-url: "https://preview-vasepodlaha-cz.proweb.cz/_section/064fd4";
  --public-url: "https://preview-vasepodlaha-cz.proweb.cz/_section/064fd4";
}
.strip[data-id="064fd4"] .hero-slider-section {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  background-color: #111;
}
.strip[data-id="064fd4"] .hero-slider-section .slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.strip[data-id="064fd4"] .hero-slider-section .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
}
.strip[data-id="064fd4"] .hero-slider-section .slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.strip[data-id="064fd4"] .hero-slider-section .slide.active .content-box {
  transform: translateY(0);
  opacity: 1;
}
.strip[data-id="064fd4"] .hero-slider-section .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.strip[data-id="064fd4"] .hero-slider-section .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.strip[data-id="064fd4"] .hero-slider-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  z-index: 3;
}
.strip[data-id="064fd4"] .hero-slider-section .content-box {
  max-width: 700px;
  transform: translateY(40px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s, opacity 1s ease 0.4s;
  text-align: left;
}
.strip[data-id="064fd4"] .hero-slider-section h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 72px;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}
.strip[data-id="064fd4"] .hero-slider-section h2 span {
  color: #00ccf2; /* hsl(190, 100%, 45%) converted to hex */
}
.strip[data-id="064fd4"] .hero-slider-section p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 40px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  max-width: 550px;
}
.strip[data-id="064fd4"] .hero-slider-section .cta-button {
  display: inline-block;
  padding: 16px 40px;
  background-color: #00ccf2;
  color: #ffffff;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  border-radius: 4px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 204, 242, 0.3);
}
.strip[data-id="064fd4"] .hero-slider-section .cta-button:hover {
  background-color: #00b8db;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 204, 242, 0.4);
  color: #ffffff;
}
.strip[data-id="064fd4"] .hero-slider-section .slider-indicators {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 4;
}
.strip[data-id="064fd4"] .hero-slider-section .slider-indicators .indicator {
  width: 50px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: background-color 0.3s ease, width 0.3s ease, opacity 0.3s ease;
  border-radius: 2px;
}
.strip[data-id="064fd4"] .hero-slider-section .slider-indicators .indicator:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.strip[data-id="064fd4"] .hero-slider-section .slider-indicators .indicator.active {
  background-color: #00ccf2;
  width: 70px;
  opacity: 1;
}
@media (max-width: 1200px) {
  .strip[data-id="064fd4"] .hero-slider-section h2 {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="064fd4"] .hero-slider-section {
    height: 600px;
  }
  .strip[data-id="064fd4"] .hero-slider-section h2 {
    font-size: 48px;
  }
  .strip[data-id="064fd4"] .hero-slider-section p {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="064fd4"] .hero-slider-section {
    height: 550px;
  }
  .strip[data-id="064fd4"] .hero-slider-section .slide-overlay {
    background: rgba(0, 0, 0, 0.5);
  }
  .strip[data-id="064fd4"] .hero-slider-section .container {
    padding: 0 30px;
  }
  .strip[data-id="064fd4"] .hero-slider-section .content-box {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .strip[data-id="064fd4"] .hero-slider-section h2 {
    font-size: 36px;
  }
  .strip[data-id="064fd4"] .hero-slider-section p {
    font-size: 18px;
    margin: 0 auto 30px;
  }
  .strip[data-id="064fd4"] .hero-slider-section .slider-indicators {
    bottom: 30px;
  }
  .strip[data-id="064fd4"] .hero-slider-section .slider-indicators .indicator {
    width: 30px;
  }
  .strip[data-id="064fd4"] .hero-slider-section .slider-indicators .indicator.active {
    width: 45px;
  }
}.strip[data-id="6e0e46"] {
  --section-id: "6e0e46";
  --storage-url: "https://preview-vasepodlaha-cz.proweb.cz/_section/6e0e46";
  --public-url: "https://preview-vasepodlaha-cz.proweb.cz/_section/6e0e46";
  /* Ensure visibility if JS is disabled */
}
.strip[data-id="6e0e46"] .company-intro {
  background-color: hsl(210, 20%, 98%);
  padding: 100px 0;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="6e0e46"] .company-intro .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="6e0e46"] .company-intro .grid {
  display: flex;
  align-items: center;
  gap: 80px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .strip[data-id="6e0e46"] .company-intro .grid {
    flex-direction: column;
    gap: 50px;
  }
}
.strip[data-id="6e0e46"] .company-intro .text-column {
  flex: 0 0 55%;
  max-width: 55%;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  /* Fallback if JS is not running or hasn't triggered yet */
}
.strip[data-id="6e0e46"] .company-intro .text-column.reveal {
  opacity: 1;
  transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id="6e0e46"] .company-intro .text-column {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 991px) {
  .strip[data-id="6e0e46"] .company-intro .text-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.strip[data-id="6e0e46"] .company-intro .text-column h2 {
  font-size: 48px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 25px 0;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .strip[data-id="6e0e46"] .company-intro .text-column h2 {
    font-size: 36px;
  }
}
.strip[data-id="6e0e46"] .company-intro .text-column .divider {
  width: 40px;
  height: 4px;
  background-color: hsl(190, 100%, 40%);
  margin: 0 0 30px 0;
}
.strip[data-id="6e0e46"] .company-intro .text-column .description {
  font-size: 18px;
  line-height: 1.7;
  color: hsl(210, 10%, 25%);
  margin-bottom: 40px;
}
.strip[data-id="6e0e46"] .company-intro .text-column .flooring-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 576px) {
  .strip[data-id="6e0e46"] .company-intro .text-column .flooring-grid {
    grid-template-columns: 1fr;
  }
}
.strip[data-id="6e0e46"] .company-intro .text-column .flooring-grid li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  color: hsl(210, 10%, 30%);
  font-weight: 600;
  line-height: 1.4;
}
.strip[data-id="6e0e46"] .company-intro .text-column .flooring-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: hsl(190, 100%, 40%);
  transform: rotate(45deg);
}
.strip[data-id="6e0e46"] .company-intro .image-column {
  flex: 0 0 calc(45% - 80px);
  max-width: calc(45% - 80px);
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="6e0e46"] .company-intro .image-column.reveal {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 991px) {
  .strip[data-id="6e0e46"] .company-intro .image-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.strip[data-id="6e0e46"] .company-intro .image-column .image-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  line-height: 0;
}
.strip[data-id="6e0e46"] .company-intro .image-column .image-wrapper img, .strip[data-id="6e0e46"] .company-intro .image-column .image-wrapper generated-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}
.strip[data-id="6e0e46"] .company-intro .image-column .image-wrapper:hover img, .strip[data-id="6e0e46"] .company-intro .image-column .image-wrapper:hover generated-img {
  transform: scale(1.03);
}
.strip[data-id="6e0e46"] .no-js .company-intro .text-column,
.strip[data-id="6e0e46"] .no-js .company-intro .image-column {
  opacity: 1;
  transform: none;
}.strip[data-id="9fae06"] {
  --section-id: "9fae06";
  --storage-url: "https://preview-vasepodlaha-cz.proweb.cz/_section/9fae06";
  --public-url: "https://preview-vasepodlaha-cz.proweb.cz/_section/9fae06";
}
.strip[data-id="9fae06"] .product-catalog {
  padding: 100px 20px;
  background-color: #f9fafb;
  font-family: "Inter", sans-serif;
}
.strip[data-id="9fae06"] .product-catalog .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="9fae06"] .product-catalog .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="9fae06"] .product-catalog .section-header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="9fae06"] .product-catalog .section-header p {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id="9fae06"] .product-catalog .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.strip[data-id="9fae06"] .product-catalog .product-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}
.strip[data-id="9fae06"] .product-catalog .product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color: #00AEEF;
}
.strip[data-id="9fae06"] .product-catalog .product-card:hover .image-wrapper img {
  transform: scale(1.1);
}
.strip[data-id="9fae06"] .product-catalog .product-card:hover .card-link {
  color: #00AEEF;
}
.strip[data-id="9fae06"] .product-catalog .product-card:hover .card-link svg {
  transform: translateX(5px);
}
.strip[data-id="9fae06"] .product-catalog .product-card .image-wrapper {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
}
.strip[data-id="9fae06"] .product-catalog .product-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.strip[data-id="9fae06"] .product-catalog .product-card .content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id="9fae06"] .product-catalog .product-card .content .title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.strip[data-id="9fae06"] .product-catalog .product-card .content .title-row svg {
  width: 20px;
  height: 20px;
  color: #00AEEF;
  flex-shrink: 0;
}
.strip[data-id="9fae06"] .product-catalog .product-card .content .title-row h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.2;
}
.strip[data-id="9fae06"] .product-catalog .product-card .content p {
  font-size: 14px;
  color: #4b5563;
  margin: 0 0 20px 0;
  line-height: 1.6;
  flex-grow: 1;
}
.strip[data-id="9fae06"] .product-catalog .product-card .content .card-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.strip[data-id="9fae06"] .product-catalog .product-card .content .card-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
@media (max-width: 1100px) {
  .strip[data-id="9fae06"] .product-catalog .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .strip[data-id="9fae06"] .product-catalog {
    padding: 60px 20px;
  }
  .strip[data-id="9fae06"] .product-catalog .section-header {
    margin-bottom: 40px;
  }
  .strip[data-id="9fae06"] .product-catalog .section-header h2 {
    font-size: 28px;
  }
  .strip[data-id="9fae06"] .product-catalog .section-header p {
    font-size: 16px;
  }
  .strip[data-id="9fae06"] .product-catalog .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id="9fae06"] .product-catalog .product-card:hover {
    transform: translateY(-4px);
  }
}.strip[data-id=be8a1c] {
  --section-id: "be8a1c";
  --storage-url: "https://preview-vasepodlaha-cz.proweb.cz/_section/be8a1c";
  --public-url: "https://preview-vasepodlaha-cz.proweb.cz/_section/be8a1c";
}
.strip[data-id=be8a1c] .services-section {
  padding: 80px 0;
  background-color: #ffffff;
  background-image: radial-gradient(#e5e5e5 1px, transparent 1px);
  background-size: 24px 24px;
  font-family: "Inter", sans-serif;
  color: #333333;
}
.strip[data-id=be8a1c] .services-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=be8a1c] .services-section .section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #222222;
  margin-bottom: 40px;
  text-align: left;
  position: relative;
  padding-bottom: 15px;
}
.strip[data-id=be8a1c] .services-section .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: #00c5e6;
}
.strip[data-id=be8a1c] .services-section .services-layout {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .strip[data-id=be8a1c] .services-section .services-layout {
    flex-direction: column;
    gap: 50px;
  }
}
.strip[data-id=be8a1c] .services-section .services-left {
  flex: 2;
}
.strip[data-id=be8a1c] .services-section .services-right {
  flex: 1;
  position: sticky;
  top: 120px;
}
@media (max-width: 992px) {
  .strip[data-id=be8a1c] .services-section .services-right {
    position: static;
    width: 100%;
  }
}
.strip[data-id=be8a1c] .services-section .icons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .strip[data-id=be8a1c] .services-section .icons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.strip[data-id=be8a1c] .services-section .icons-grid .icon-item {
  text-align: center;
  transition: transform 0.3s ease;
}
.strip[data-id=be8a1c] .services-section .icons-grid .icon-item:hover {
  transform: translateY(-5px);
}
.strip[data-id=be8a1c] .services-section .icons-grid .icon-item .icon-circle {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 2px solid #00c5e6;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id=be8a1c] .services-section .icons-grid .icon-item .icon-circle img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.strip[data-id=be8a1c] .services-section .icons-grid .icon-item p {
  font-size: 15px;
  font-weight: 600;
  color: #444444;
  margin: 0;
}
.strip[data-id=be8a1c] .services-section .services-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 600px) {
  .strip[data-id=be8a1c] .services-section .services-list {
    grid-template-columns: 1fr;
  }
}
.strip[data-id=be8a1c] .services-section .services-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 1.4;
  transition: all 0.3s ease;
  padding: 12px 15px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid transparent;
}
.strip[data-id=be8a1c] .services-section .services-list li:hover {
  background-color: #ffffff;
  border-color: rgba(0, 197, 230, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transform: translateX(5px);
  color: #00c5e6;
}
.strip[data-id=be8a1c] .services-section .services-list li .bullet {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background-color: #00c5e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 197, 230, 0.3);
}
.strip[data-id=be8a1c] .services-section .services-list li .bullet svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}
.strip[data-id=be8a1c] .services-section .services-list li span.text {
  font-weight: 500;
}
.strip[data-id=be8a1c] .services-section .free-box {
  background-color: #00c5e6;
  color: #ffffff;
  padding: 45px 35px;
  border-radius: 24px;
  box-shadow: 0 15px 35px rgba(0, 197, 230, 0.25);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.strip[data-id=be8a1c] .services-section .free-box .free-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.strip[data-id=be8a1c] .services-section .free-box .free-text {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
}.strip[data-id="9cdc3d"] {
  --section-id: "9cdc3d";
  --storage-url: "https://preview-vasepodlaha-cz.proweb.cz/_section/9cdc3d";
  --public-url: "https://preview-vasepodlaha-cz.proweb.cz/_section/9cdc3d";
}
.strip[data-id="9cdc3d"] .contact-location-section {
  background-color: hsl(210, 10%, 15%);
  color: #ffffff;
  padding: 100px 0;
  font-family: "Inter", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="9cdc3d"] .contact-location-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, hsl(197, 100%, 47%), transparent);
  opacity: 0.3;
}
.strip[data-id="9cdc3d"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id="9cdc3d"] .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
}
.strip[data-id="9cdc3d"] .contact-content {
  flex: 1;
  min-width: 320px;
}
.strip[data-id="9cdc3d"] .cta-text {
  margin-bottom: 50px;
  position: relative;
  padding-left: 20px;
  border-left: 3px solid hsl(197, 100%, 47%);
}
.strip[data-id="9cdc3d"] .cta-text em {
  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-style: italic;
  color: #e0e0e0;
  line-height: 1.6;
  display: block;
}
.strip[data-id="9cdc3d"] .contact-blocks {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.strip[data-id="9cdc3d"] .contact-block {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  transition: transform 0.3s ease;
}
.strip[data-id="9cdc3d"] .contact-block:hover {
  transform: translateX(5px);
}
.strip[data-id="9cdc3d"] .icon-wrapper {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background-color: hsla(197, 100%, 47%, 0.1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(197, 100%, 47%);
  transition: all 0.3s ease;
}
.strip[data-id="9cdc3d"] .contact-block:hover .icon-wrapper {
  background-color: hsl(197, 100%, 47%);
  color: #ffffff;
  box-shadow: 0 0 20px hsla(197, 100%, 47%, 0.4);
}
.strip[data-id="9cdc3d"] .icon-wrapper svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}
.strip[data-id="9cdc3d"] .contact-info-text {
  display: flex;
  flex-direction: column;
}
.strip[data-id="9cdc3d"] .contact-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0 0 6px 0;
  color: hsl(197, 100%, 47%);
}
.strip[data-id="9cdc3d"] .contact-value {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin: 0;
  color: #ffffff;
  line-height: 1.3;
  text-decoration: none;
  word-break: break-word;
}
.strip[data-id="9cdc3d"] .contact-link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="9cdc3d"] .contact-link:hover {
  color: hsl(197, 100%, 47%);
}
.strip[data-id="9cdc3d"] .map-container {
  flex: 1.2;
  min-width: 320px;
  height: 520px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.strip[data-id="9cdc3d"] .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) contrast(1.1);
  transition: filter 0.6s ease;
  display: block;
}
.strip[data-id="9cdc3d"] .map-container:hover iframe {
  filter: grayscale(0) contrast(1);
}
@media (max-width: 992px) {
  .strip[data-id="9cdc3d"] .flex-wrapper {
    gap: 45px;
  }
  .strip[data-id="9cdc3d"] .map-container {
    height: 420px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="9cdc3d"] .contact-location-section {
    padding: 60px 0;
  }
  .strip[data-id="9cdc3d"] .flex-wrapper {
    flex-direction: column;
  }
  .strip[data-id="9cdc3d"] .map-container {
    width: 100%;
    min-height: 380px;
    order: 2;
  }
  .strip[data-id="9cdc3d"] .contact-content {
    order: 1;
    width: 100%;
  }
  .strip[data-id="9cdc3d"] .contact-value {
    font-size: 19px;
  }
  .strip[data-id="9cdc3d"] .icon-wrapper {
    width: 46px;
    height: 46px;
  }
}.strip[data-id="4e3501"] {
  --section-id: "4e3501";
  --storage-url: "https://preview-vasepodlaha-cz.proweb.cz/_section/4e3501";
  --public-url: "https://preview-vasepodlaha-cz.proweb.cz/_section/4e3501";
}
.strip[data-id="4e3501"] .site-footer {
  background-color: hsl(0, 0%, 5%);
  border-top: 2px solid hsl(190, 100%, 50%);
  padding: 50px 0 40px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  color: hsl(0, 0%, 70%);
  line-height: 1.6;
}
.strip[data-id="4e3501"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="4e3501"] .footer-top-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
  width: 100%;
}
.strip[data-id="4e3501"] .company-info {
  margin: 0;
  text-align: center;
}
.strip[data-id="4e3501"] .footer-legal-links {
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id="4e3501"] .footer-legal-links a {
  color: hsl(0, 0%, 70%);
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.strip[data-id="4e3501"] .footer-legal-links a:hover {
  color: #ffffff;
}
.strip[data-id="4e3501"] .separator {
  color: hsl(0, 0%, 30%);
  user-select: none;
}
.strip[data-id="4e3501"] .footer-logo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.strip[data-id="4e3501"] .comgate-image {
  display: block;
  max-width: 600px;
  width: 100%;
  height: auto;
  filter: grayscale(1) opacity(0.5);
  transition: all 0.4s ease;
}
.strip[data-id="4e3501"] .comgate-image:hover {
  filter: grayscale(0) opacity(1);
}
@media (max-width: 991px) {
  .strip[data-id="4e3501"] .footer-top-row {
    flex-direction: column;
    gap: 10px;
  }
  .strip[data-id="4e3501"] .footer-legal-links {
    flex-direction: column;
    gap: 10px;
  }
  .strip[data-id="4e3501"] .separator {
    display: none;
  }
  .strip[data-id="4e3501"] .site-footer {
    padding: 40px 0;
  }
}