@import url('https://fonts.googleapis.com/css2?family=Inter&family=Montserrat:wght@400;600&display=swap');
.strip[data-id="76f8a1"] {
  --section-id: "76f8a1";
  --storage-url: "https://preview-zzzamecnictvi-cz.praweb.cz/_section/76f8a1";
  --public-url: "https://preview-zzzamecnictvi-cz.praweb.cz/_section/76f8a1";
}
.strip[data-id="76f8a1"] .header-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: rgba(26, 26, 26, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}
.strip[data-id="76f8a1"] .header-section.scrolled {
  background-color: rgba(15, 15, 15, 0.95);
  height: 70px;
}
.strip[data-id="76f8a1"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  transition: height 0.4s ease;
}
.strip[data-id="76f8a1"] .header-section.scrolled .header-container {
  height: 70px;
}
.strip[data-id="76f8a1"] .header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #ffffff;
  flex: 1;
}
.strip[data-id="76f8a1"] .header-logo img,
.strip[data-id="76f8a1"] .header-logo generated-img {
  height: 50px;
  width: auto;
  object-fit: contain;
  transition: height 0.4s ease;
}
.strip[data-id="76f8a1"] .header-section.scrolled .header-logo img {
  height: 40px;
}
.strip[data-id="76f8a1"] .header-brand {
  display: flex;
  flex-direction: column;
}
.strip[data-id="76f8a1"] .header-brand-name {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.1;
}
.strip[data-id="76f8a1"] .header-brand-sub {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #aaaaaa;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.strip[data-id="76f8a1"] .header-nav {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex: 2;
}
.strip[data-id="76f8a1"] .header-nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1.2px;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
  opacity: 0.85;
}
.strip[data-id="76f8a1"] .header-nav-link:hover,
.strip[data-id="76f8a1"] .header-nav-link.active {
  opacity: 1;
}
.strip[data-id="76f8a1"] .header-nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ff0000;
  transition: width 0.3s ease;
}
.strip[data-id="76f8a1"] .header-nav-link:hover::after,
.strip[data-id="76f8a1"] .header-nav-link.active::after {
  width: 100%;
}
.strip[data-id="76f8a1"] .header-contact {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.strip[data-id="76f8a1"] .header-phone-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ff0000;
  padding: 10px 22px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  letter-spacing: 0.5px;
}
.strip[data-id="76f8a1"] .header-phone-btn:hover {
  background-color: #ff0000;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.4);
}
.strip[data-id="76f8a1"] .header-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 10001;
  position: relative;
  width: 30px;
  height: 24px;
}
.strip[data-id="76f8a1"] .header-hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ff0000;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.strip[data-id="76f8a1"] .header-hamburger span:nth-child(1) {
  top: 0px;
}
.strip[data-id="76f8a1"] .header-hamburger span:nth-child(2) {
  top: 10px;
}
.strip[data-id="76f8a1"] .header-hamburger span:nth-child(3) {
  top: 20px;
}
.strip[data-id="76f8a1"] .header-hamburger.active span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg);
}
.strip[data-id="76f8a1"] .header-hamburger.active span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.strip[data-id="76f8a1"] .header-hamburger.active span:nth-child(3) {
  top: 10px;
  transform: rotate(-135deg);
}
.strip[data-id="76f8a1"] .header-mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: rgba(15, 15, 15, 0.98);
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10000;
}
.strip[data-id="76f8a1"] .header-mobile-menu.active {
  right: 0;
}
.strip[data-id="76f8a1"] .header-mobile-link {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 2px;
  transition: color 0.3s ease;
}
.strip[data-id="76f8a1"] .header-mobile-link:hover {
  color: #ff0000;
}
.strip[data-id="76f8a1"] .header-mobile-phone {
  display: none;
  color: #ff0000;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  transition: transform 0.3s ease;
}
.strip[data-id="76f8a1"] .header-mobile-phone:active {
  transform: scale(0.9);
}
.strip[data-id="76f8a1"] .header-mobile-phone svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
@media (max-width: 1150px) {
  .strip[data-id="76f8a1"] .header-nav {
    gap: 15px;
  }
  .strip[data-id="76f8a1"] .header-nav-link {
    font-size: 12px;
  }
  .strip[data-id="76f8a1"] .header-brand-name {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="76f8a1"] .header-container {
    height: 70px;
  }
  .strip[data-id="76f8a1"] .header-nav {
    display: none;
  }
  .strip[data-id="76f8a1"] .header-contact {
    display: none;
  }
  .strip[data-id="76f8a1"] .header-hamburger {
    display: block;
  }
  .strip[data-id="76f8a1"] .header-mobile-phone {
    display: block;
  }
  .strip[data-id="76f8a1"] .header-logo {
    flex: 1;
  }
  .strip[data-id="76f8a1"] .header-brand-name {
    font-size: 15px;
  }
  .strip[data-id="76f8a1"] .header-brand-sub {
    font-size: 10px;
  }
}.strip[data-id=da8689] {
  --section-id: "da8689";
  --storage-url: "https://preview-zzzamecnictvi-cz.praweb.cz/_section/da8689";
  --public-url: "https://preview-zzzamecnictvi-cz.praweb.cz/_section/da8689";
}
.strip[data-id=da8689] .hero-industrial {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  background-color: #1a1a1a;
  background-image: linear-gradient(to right, rgba(20, 20, 20, 0.95) 0%, rgba(20, 20, 20, 0.7) 40%, rgba(20, 20, 20, 0.3) 100%), url(https://preview-zzzamecnictvi-cz.praweb.cz/_section/da8689/workshop-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  padding: 120px 0;
  overflow: hidden;
}
.strip[data-id=da8689] .hero-industrial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.3;
  pointer-events: none;
}
.strip[data-id=da8689] .hero-industrial .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.strip[data-id=da8689] .hero-industrial .content {
  max-width: 850px;
  position: relative;
  padding-left: 40px;
  border-left: 4px solid #e60000;
}
.strip[data-id=da8689] .hero-industrial .est-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #e60000;
  margin-bottom: 15px;
}
.strip[data-id=da8689] .hero-industrial h1 {
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 35px 0;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.strip[data-id=da8689] .hero-industrial h1 .accent {
  color: #e60000;
  display: inline-block;
  position: relative;
}
.strip[data-id=da8689] .hero-industrial .divider-wrapper {
  margin-bottom: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
  max-width: 550px;
  position: relative;
}
.strip[data-id=da8689] .hero-industrial .divider-wrapper::after {
  content: "SEC-ID: da8689";
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 10px;
  font-family: monospace;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 1px;
}
.strip[data-id=da8689] .hero-industrial .divider-wrapper .divider-img {
  display: block;
  width: 100%;
  height: 80px;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.3) brightness(0.7);
  opacity: 0.8;
}
.strip[data-id=da8689] .hero-industrial p {
  font-size: 20px;
  color: #d1d1d1;
  line-height: 1.6;
  max-width: 650px;
  margin: 0 0 45px 0;
  font-weight: 400;
}
.strip[data-id=da8689] .hero-industrial .cta {
  display: flex;
  gap: 20px;
  align-items: center;
}
.strip[data-id=da8689] .hero-industrial .btn-primary {
  display: inline-block;
  background-color: #e60000;
  color: #ffffff;
  text-decoration: none;
  padding: 22px 50px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.strip[data-id=da8689] .hero-industrial .btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: all 0.6s;
}
.strip[data-id=da8689] .hero-industrial .btn-primary:hover {
  background-color: #c40000;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(230, 0, 0, 0.4);
}
.strip[data-id=da8689] .hero-industrial .btn-primary:hover::before {
  left: 100%;
}
@media (max-width: 992px) {
  .strip[data-id=da8689] .hero-industrial h1 {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=da8689] .hero-industrial {
    background-attachment: scroll;
    padding: 100px 0;
    min-height: auto;
  }
  .strip[data-id=da8689] .hero-industrial .content {
    padding-left: 20px;
    border-left-width: 3px;
  }
  .strip[data-id=da8689] .hero-industrial h1 {
    font-size: 42px;
  }
  .strip[data-id=da8689] .hero-industrial .divider-wrapper {
    max-width: 100%;
  }
  .strip[data-id=da8689] .hero-industrial p {
    font-size: 18px;
  }
  .strip[data-id=da8689] .hero-industrial .cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .strip[data-id=da8689] .hero-industrial .btn-primary {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .strip[data-id=da8689] .hero-industrial h1 {
    font-size: 34px;
  }
}.strip[data-id=fbb680] {
  --section-id: "fbb680";
  --storage-url: "https://preview-zzzamecnictvi-cz.praweb.cz/_section/fbb680";
  --public-url: "https://preview-zzzamecnictvi-cz.praweb.cz/_section/fbb680";
}
.strip[data-id=fbb680] .services-overview {
  background-color: #f8f9fa;
  background-image: linear-gradient(rgba(248, 249, 250, 0.95), rgba(248, 249, 250, 0.95)), url(https://preview-zzzamecnictvi-cz.praweb.cz/_section/fbb680/blueprint-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 0;
}
.strip[data-id=fbb680] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=fbb680] h2 {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=fbb680] h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 6px;
  background-color: #e30613;
}
.strip[data-id=fbb680] .intro-text {
  text-align: center;
  font-size: 19px;
  color: #444;
  max-width: 850px;
  margin: 0 auto 60px auto;
  line-height: 1.7;
}
.strip[data-id=fbb680] .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id=fbb680] .service-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  padding: 50px 40px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.strip[data-id=fbb680] .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background-color: #e30613;
  transition: height 0.4s ease;
}
.strip[data-id=fbb680] .service-card:hover {
  border-color: #dee2e6;
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.strip[data-id=fbb680] .service-card:hover::before {
  height: 100%;
}
.strip[data-id=fbb680] .icon-wrapper {
  font-size: 48px;
  color: #495057;
  margin-bottom: 30px;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.strip[data-id=fbb680] .service-card:hover .icon-wrapper {
  color: #e30613;
  transform: scale(1.1);
}
.strip[data-id=fbb680] .service-card:hover .fa-cog {
  animation: gearRotate 3s linear infinite;
}
@keyframes gearRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.strip[data-id=fbb680] h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.3;
}
.strip[data-id=fbb680] .card-content p {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1100px) {
  .strip[data-id=fbb680] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id=fbb680] .services-overview {
    padding: 70px 0;
  }
  .strip[data-id=fbb680] h2 {
    font-size: 32px;
  }
  .strip[data-id=fbb680] .intro-text {
    font-size: 17px;
    margin-bottom: 40px;
  }
  .strip[data-id=fbb680] .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id=fbb680] .service-card {
    padding: 40px 30px;
  }
}.strip[data-id="11517e"] {
  --section-id: "11517e";
  --storage-url: "https://preview-zzzamecnictvi-cz.praweb.cz/_section/11517e";
  --public-url: "https://preview-zzzamecnictvi-cz.praweb.cz/_section/11517e";
}
.strip[data-id="11517e"] .section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="11517e"] .split-layout {
  display: flex;
  align-items: stretch;
  background-color: #121212;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8);
  border: 1px solid #2a2a2a;
  overflow: hidden;
}
.strip[data-id="11517e"] .image-column {
  flex: 1;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.strip[data-id="11517e"] .image-column img,
.strip[data-id="11517e"] .image-column generated-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0, 0.2, 1);
}
.strip[data-id="11517e"] .image-column:hover img,
.strip[data-id="11517e"] .image-column:hover generated-img {
  transform: scale(1.05);
}
.strip[data-id="11517e"] .divider {
  width: 12px;
  background-color: #0a0a0a;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 0 20px rgba(0, 123, 255, 0.2);
}
.strip[data-id="11517e"] .weld-bead {
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(0deg, #222 0px, #333 4px, #444 8px, #333 12px, #222 16px);
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  position: relative;
}
.strip[data-id="11517e"] .weld-bead::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 123, 255, 0.5), transparent);
  filter: blur(2px);
}
.strip[data-id="11517e"] .text-column {
  flex: 1;
  padding: 80px 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #1a1a1a;
}
.strip[data-id="11517e"] .checker-plate-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.03;
  pointer-events: none;
  background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
}
.strip[data-id="11517e"] h2 {
  color: #ffffff;
  font-size: 2.5rem;
  margin: 0 0 1.5rem 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 20px;
  font-weight: 700;
}
.strip[data-id="11517e"] h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #007bff;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.6);
}
.strip[data-id="11517e"] p {
  color: #b0b8bc;
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
  position: relative;
  z-index: 1;
}
.strip[data-id="11517e"] .highlight {
  color: #ff3333;
  font-weight: 700;
  text-shadow: 0 0 1px rgba(255, 51, 51, 0.2);
}
@media (max-width: 991px) {
  .strip[data-id="11517e"] .section-container {
    padding: 40px 15px;
  }
  .strip[data-id="11517e"] .split-layout {
    flex-direction: column;
  }
  .strip[data-id="11517e"] .image-column {
    height: 300px;
  }
  .strip[data-id="11517e"] .divider {
    width: 100%;
    height: 12px;
  }
  .strip[data-id="11517e"] .weld-bead {
    background: repeating-linear-gradient(90deg, #222 0px, #333 4px, #444 8px, #333 12px, #222 16px);
    border-left: none;
    border-right: none;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
  }
  .strip[data-id="11517e"] .weld-bead::after {
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to right, transparent, rgba(0, 123, 255, 0.5), transparent);
  }
  .strip[data-id="11517e"] .text-column {
    padding: 40px 25px;
  }
  .strip[data-id="11517e"] h2 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .strip[data-id="11517e"] .image-column {
    height: 240px;
  }
  .strip[data-id="11517e"] h2 {
    font-size: 1.7rem;
  }
  .strip[data-id="11517e"] p {
    font-size: 1rem;
  }
}.strip[data-id=be4c31] {
  --section-id: "be4c31";
  --storage-url: "https://preview-zzzamecnictvi-cz.praweb.cz/_section/be4c31";
  --public-url: "https://preview-zzzamecnictvi-cz.praweb.cz/_section/be4c31";
}
.strip[data-id=be4c31] .pool-enclosure-section {
  padding: 100px 0;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.strip[data-id=be4c31] .section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=be4c31] .layout-grid {
  display: flex;
  align-items: center;
  position: relative;
  gap: 0;
}
.strip[data-id=be4c31] .text-content {
  flex: 0 0 55%;
  position: relative;
  z-index: 10;
  padding: 60px;
  background-color: #f8f9fa;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.05);
}
.strip[data-id=be4c31] .decoration-accent {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
  border-top: 4px solid #ff0000;
  border-left: 4px solid #ff0000;
  z-index: 11;
}
.strip[data-id=be4c31] h2 {
  color: #2d2d2d;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.strip[data-id=be4c31] .description {
  color: #444444;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
.strip[data-id=be4c31] .features-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}
.strip[data-id=be4c31] .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  color: #2d2d2d;
}
.strip[data-id=be4c31] .feature-icon {
  width: 24px;
  height: 24px;
  color: #00b4ff;
  flex-shrink: 0;
}
.strip[data-id=be4c31] .image-wrapper {
  flex: 0 0 60%;
  margin-left: -15%;
  position: relative;
  z-index: 5;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.12);
}
.strip[data-id=be4c31] .parallax-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.strip[data-id=be4c31] .parallax-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.1);
  transition: transform 0.1s ease-out;
}
@media (max-width: 991px) {
  .strip[data-id=be4c31] .pool-enclosure-section {
    padding: 60px 0;
  }
  .strip[data-id=be4c31] .layout-grid {
    flex-direction: column;
  }
  .strip[data-id=be4c31] .text-content {
    flex: 0 0 100%;
    padding: 40px 30px;
    margin-bottom: -40px;
    width: 100%;
    box-sizing: border-box;
  }
  .strip[data-id=be4c31] .image-wrapper {
    flex: 0 0 100%;
    margin-left: 0;
    width: 100%;
    z-index: 4;
    order: 2;
  }
  .strip[data-id=be4c31] .text-content {
    order: 1;
  }
  .strip[data-id=be4c31] h2 {
    font-size: 2.2rem;
  }
  .strip[data-id=be4c31] .features-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .strip[data-id=be4c31] h2 {
    font-size: 1.8rem;
  }
  .strip[data-id=be4c31] .text-content {
    padding: 30px 20px;
  }
}.strip[data-id=cb9599] {
  --section-id: "cb9599";
  --storage-url: "https://preview-zzzamecnictvi-cz.praweb.cz/_section/cb9599";
  --public-url: "https://preview-zzzamecnictvi-cz.praweb.cz/_section/cb9599";
}
.strip[data-id=cb9599] .contact-form-section {
  background-color: #121212;
  background-image: radial-gradient(circle at 2px 2px, rgba(255, 255, 255, 0.05) 1px, transparent 0);
  background-size: 32px 32px;
  padding: 100px 20px;
  color: #ffffff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  overflow: hidden;
}
.strip[data-id=cb9599] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=cb9599] .form-wrapper {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
.strip[data-id=cb9599] .header-area {
  position: relative;
  margin-bottom: 50px;
}
.strip[data-id=cb9599] .accent-line {
  width: 50px;
  height: 4px;
  background-color: #ff0000;
  margin-bottom: 25px;
}
.strip[data-id=cb9599] .bg-icon {
  position: absolute;
  top: -30px;
  right: -20px;
  width: 150px;
  height: 150px;
  color: #ffffff;
  opacity: 0.03;
  z-index: 0;
  pointer-events: none;
}
.strip[data-id=cb9599] .bg-icon svg {
  width: 100%;
  height: 100%;
}
.strip[data-id=cb9599] h2 {
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 15px 0;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.strip[data-id=cb9599] p {
  font-size: 18px;
  color: #a0a0a0;
  margin: 0;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.strip[data-id=cb9599] .contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 1;
}
.strip[data-id=cb9599] .form-group {
  width: 100%;
}
.strip[data-id=cb9599] input, .strip[data-id=cb9599] textarea {
  width: 100%;
  background-color: #1a1a1a;
  border: 1px solid #333333;
  padding: 18px 20px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 2px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  font-family: inherit;
}
.strip[data-id=cb9599] input:focus, .strip[data-id=cb9599] textarea:focus {
  outline: none;
  border-color: #ff0000;
  background-color: #222222;
  box-shadow: 0 0 0 4px rgba(255, 0, 0, 0.1);
}
.strip[data-id=cb9599] input::placeholder, .strip[data-id=cb9599] textarea::placeholder {
  color: #555555;
}
.strip[data-id=cb9599] .submit-btn {
  background-color: #ff0000;
  color: #ffffff;
  border: none;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: all 0.3s ease;
  width: fit-content;
  border-radius: 2px;
  margin-top: 10px;
}
.strip[data-id=cb9599] .submit-btn:hover {
  background-color: #e60000;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 0, 0, 0.2);
}
.strip[data-id=cb9599] .submit-btn:active {
  transform: translateY(0);
}
.strip[data-id=cb9599] .arrow-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id=cb9599] .submit-btn:hover .arrow-icon {
  transform: translateX(6px);
}
.strip[data-id=cb9599] .form-status {
  margin-top: 20px;
  padding: 15px;
  border-radius: 2px;
  font-weight: 500;
  font-size: 15px;
  display: none;
}
.strip[data-id=cb9599] .form-status:not(:empty) {
  display: block;
}
.strip[data-id=cb9599] .form-status.success {
  background-color: rgba(0, 255, 0, 0.1);
  color: #00ff00;
  border: 1px solid rgba(0, 255, 0, 0.2);
}
.strip[data-id=cb9599] .form-status.error {
  background-color: rgba(255, 0, 0, 0.1);
  color: #ff4444;
  border: 1px solid rgba(255, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .strip[data-id=cb9599] .contact-form-section {
    padding: 60px 20px;
  }
  .strip[data-id=cb9599] .header-area {
    margin-bottom: 35px;
  }
  .strip[data-id=cb9599] .submit-btn {
    width: 100%;
  }
  .strip[data-id=cb9599] .bg-icon {
    width: 100px;
    height: 100px;
    right: -10px;
    top: -20px;
  }
}.strip[data-id="4d432e"] {
  --section-id: "4d432e";
  --storage-url: "https://preview-zzzamecnictvi-cz.praweb.cz/_section/4d432e";
  --public-url: "https://preview-zzzamecnictvi-cz.praweb.cz/_section/4d432e";
}
.strip[data-id="4d432e"] .footer-section {
  background-color: #0f0f0f;
  border-top: 5px solid #e30613;
  padding: 80px 0 40px 0;
  color: #a0a0a0;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.strip[data-id="4d432e"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}
.strip[data-id="4d432e"] .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  margin-bottom: 60px;
}
.strip[data-id="4d432e"] .footer-col h3 {
  font-size: 16px;
  color: #e30613;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 900;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
.strip[data-id="4d432e"] .footer-col h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #e30613;
}
.strip[data-id="4d432e"] .footer-col p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 20px 0;
}
.strip[data-id="4d432e"] .footer-col strong {
  color: #ffffff;
  font-weight: 600;
}
.strip[data-id="4d432e"] .footer-logo-container {
  margin-bottom: 25px;
}
.strip[data-id="4d432e"] .footer-logo-container img {
  max-width: 180px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.strip[data-id="4d432e"] .contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.strip[data-id="4d432e"] .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
}
.strip[data-id="4d432e"] .contact-item svg {
  width: 18px;
  height: 18px;
  fill: #e30613;
  flex-shrink: 0;
  margin-top: 2px;
}
.strip[data-id="4d432e"] .contact-link {
  color: #a0a0a0;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
  display: inline-block;
}
.strip[data-id="4d432e"] .contact-link:hover {
  color: #ffffff;
  transform: translateX(5px);
}
.strip[data-id="4d432e"] .map-link {
  display: block;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid #222222;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background: #1a1a1a;
}
.strip[data-id="4d432e"] .map-link:hover {
  border-color: #e30613;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.strip[data-id="4d432e"] .map-link img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(1) contrast(1.1) brightness(0.8);
  transition: filter 0.4s ease, transform 0.4s ease;
}
.strip[data-id="4d432e"] .map-link:hover img {
  filter: grayscale(0.2) contrast(1) brightness(1);
  transform: scale(1.05);
}
.strip[data-id="4d432e"] .footer-bottom {
  border-top: 1px solid #1a1a1a;
  padding-top: 40px;
  text-align: center;
}
.strip[data-id="4d432e"] .footer-bottom p {
  font-size: 12px;
  margin: 0;
  color: #444444;
  letter-spacing: 0.5px;
}
@media (max-width: 1100px) {
  .strip[data-id="4d432e"] .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 650px) {
  .strip[data-id="4d432e"] .footer-section {
    padding: 60px 0 30px 0;
  }
  .strip[data-id="4d432e"] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .strip[data-id="4d432e"] .footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="4d432e"] .footer-logo-container img {
    margin: 0 auto;
  }
  .strip[data-id="4d432e"] .contact-item {
    justify-content: center;
  }
  .strip[data-id="4d432e"] .contact-link:hover {
    transform: scale(1.05);
  }
  .strip[data-id="4d432e"] .map-link {
    max-width: 350px;
    margin: 0 auto;
  }
}