@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;900&display=swap');
@charset "UTF-8";
.strip[data-id=ce4d29] {
  --section-id: "ce4d29";
  --storage-url: "https://preview-zzzamecnictvi-cz-20260511.praweb.cz/_section/ce4d29";
  --public-url: "https://preview-zzzamecnictvi-cz-20260511.praweb.cz/_section/ce4d29";
  /* Top Bar */
  /* Nav Bar */
  /* Desktop Nav */
  /* Hamburger */
  /* Mobile Menu */
  /* Responsivity */
}
.strip[data-id=ce4d29] .main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: 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);
  font-family: "Montserrat", sans-serif;
}
.strip[data-id=ce4d29] .main-header.scrolled {
  background: rgba(15, 15, 15, 0.95);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.strip[data-id=ce4d29] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id=ce4d29] .top-bar {
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  overflow: hidden;
}
.strip[data-id=ce4d29] .main-header.scrolled .top-bar {
  height: 0;
  padding: 0;
  opacity: 0;
  border: none;
}
.strip[data-id=ce4d29] .contact-info {
  display: flex;
  justify-content: flex-end;
  gap: 35px;
}
.strip[data-id=ce4d29] .contact-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}
.strip[data-id=ce4d29] .icon-svg {
  width: 16px;
  height: 16px;
  color: #c0392b;
  transition: transform 0.3s ease;
}
.strip[data-id=ce4d29] .contact-link:hover {
  color: #ffffff;
}
.strip[data-id=ce4d29] .contact-link:hover .icon-svg {
  transform: scale(1.1);
}
.strip[data-id=ce4d29] .nav-bar {
  padding: 18px 0;
  transition: padding 0.3s ease;
}
.strip[data-id=ce4d29] .main-header.scrolled .nav-bar {
  padding: 12px 0;
}
.strip[data-id=ce4d29] .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=ce4d29] .logo-link {
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  color: #ffffff;
}
.strip[data-id=ce4d29] .logo-img-container {
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
  filter: drop-shadow(0 0 10px rgba(192, 57, 43, 0.2));
}
.strip[data-id=ce4d29] .main-header.scrolled .logo-img-container {
  width: 38px;
  height: 38px;
}
.strip[data-id=ce4d29] .logo-img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.strip[data-id=ce4d29] .logo-text {
  display: flex;
  flex-direction: column;
}
.strip[data-id=ce4d29] .brand-name {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1;
  transition: font-size 0.3s ease;
}
.strip[data-id=ce4d29] .main-header.scrolled .brand-name {
  font-size: 19px;
}
.strip[data-id=ce4d29] .brand-sub {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #c0392b;
  margin-top: 5px;
}
.strip[data-id=ce4d29] .desktop-nav {
  display: block;
}
.strip[data-id=ce4d29] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 35px;
}
.strip[data-id=ce4d29] .nav-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id=ce4d29] .nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #c0392b;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id=ce4d29] .nav-link:hover, .strip[data-id=ce4d29] .nav-link.active {
  color: #ffffff;
}
.strip[data-id=ce4d29] .nav-link:hover::after, .strip[data-id=ce4d29] .nav-link.active::after {
  width: 100%;
}
.strip[data-id=ce4d29] .hamburger {
  display: none;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  cursor: pointer;
  padding: 12px;
  flex-direction: column;
  gap: 5px;
  transition: all 0.3s ease;
}
.strip[data-id=ce4d29] .hamburger:hover {
  background: rgba(192, 57, 43, 0.1);
  border-color: #c0392b;
}
.strip[data-id=ce4d29] .bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
}
.strip[data-id=ce4d29] .hamburger.active .bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  background: #c0392b;
}
.strip[data-id=ce4d29] .hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
.strip[data-id=ce4d29] .hamburger.active .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  background: #c0392b;
}
.strip[data-id=ce4d29] .mobile-menu {
  display: none;
  background: #0f0f0f;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
}
.strip[data-id=ce4d29] .main-header.menu-open .mobile-menu {
  display: block;
  animation: slideDown 0.4s ease forwards;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.strip[data-id=ce4d29] .mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.strip[data-id=ce4d29] .mobile-nav-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 6px;
  transition: all 0.3s ease;
}
.strip[data-id=ce4d29] .mobile-nav-link:hover {
  background: rgba(192, 57, 43, 0.15);
  color: #c0392b;
  padding-left: 25px;
}
@media (max-width: 1024px) {
  .strip[data-id=ce4d29] .nav-list {
    gap: 20px;
  }
  .strip[data-id=ce4d29] .contact-info {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=ce4d29] .desktop-nav {
    display: none;
  }
  .strip[data-id=ce4d29] .hamburger {
    display: flex;
  }
  .strip[data-id=ce4d29] .contact-info {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .strip[data-id=ce4d29] .top-bar {
    display: none; /* Skrýt top bar na velmi malých mobilech pro úsporu místa */
  }
  .strip[data-id=ce4d29] .brand-name {
    font-size: 18px;
  }
  .strip[data-id=ce4d29] .logo-img-container {
    width: 35px;
    height: 35px;
  }
}.strip[data-id="866492"] {
  --section-id: "866492";
  --storage-url: "https://preview-zzzamecnictvi-cz-20260511.praweb.cz/_section/866492";
  --public-url: "https://preview-zzzamecnictvi-cz-20260511.praweb.cz/_section/866492";
}
.strip[data-id="866492"] .hero-tradice-kvalita {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  background-color: #1a1a1a;
  background-image: linear-gradient(to right, rgba(26, 26, 26, 0.95) 0%, rgba(26, 26, 26, 0.8) 40%, rgba(26, 26, 26, 0.2) 100%), url("https://preview-zzzamecnictvi-cz-20260511.praweb.cz/_section/866492/workshop-bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 20px;
  overflow: hidden;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="866492"] .hero-tradice-kvalita::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to top, #1a1a1a, transparent);
  pointer-events: none;
}
.strip[data-id="866492"] .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 2;
}
.strip[data-id="866492"] .content-left {
  flex: 1.2;
  max-width: 700px;
}
.strip[data-id="866492"] .heading-wrapper {
  margin-bottom: 40px;
  position: relative;
  padding-left: 30px;
  border-left: 5px solid #e74c3c;
}
.strip[data-id="866492"] h1 {
  font-size: 68px;
  font-weight: 900;
  line-height: 1.05;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -1px;
}
.strip[data-id="866492"] h1 span {
  display: block;
  color: #e74c3c;
  font-size: 0.85em;
  margin-top: 5px;
}
.strip[data-id="866492"] .subheading {
  font-size: 22px;
  line-height: 1.6;
  color: #cccccc;
  margin: 0 0 50px 0;
  max-width: 600px;
  font-weight: 400;
}
.strip[data-id="866492"] .subheading p {
  margin: 0;
}
.strip[data-id="866492"] .cta-button {
  display: inline-flex;
  align-items: center;
  padding: 20px 45px;
  background-color: #e74c3c;
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}
.strip[data-id="866492"] .cta-button:hover {
  background-color: #c0392b;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(231, 76, 60, 0.5);
}
.strip[data-id="866492"] .visual-right {
  flex: 0.8;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.strip[data-id="866492"] .quality-stamp-frame {
  position: relative;
  padding: 15px;
  background: linear-gradient(135deg, #444 0%, #222 100%);
  border-radius: 4px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8);
}
.strip[data-id="866492"] .quality-stamp-frame::before {
  content: "";
  position: absolute;
  inset: 2px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}
.strip[data-id="866492"] .quality-stamp {
  max-width: 400px;
  width: 100%;
  background: #ffffff;
  padding: 20px;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
}
.strip[data-id="866492"] .quality-stamp img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1100px) {
  .strip[data-id="866492"] .container {
    gap: 40px;
  }
  .strip[data-id="866492"] h1 {
    font-size: 54px;
  }
}
@media (max-width: 1024px) {
  .strip[data-id="866492"] .hero-tradice-kvalita {
    padding: 80px 20px;
    min-height: auto;
  }
  .strip[data-id="866492"] .container {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="866492"] .content-left {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .strip[data-id="866492"] .heading-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 5px solid #e74c3c;
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .strip[data-id="866492"] .subheading {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id="866492"] .visual-right {
    justify-content: center;
    margin-top: 60px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .strip[data-id="866492"] h1 {
    font-size: 38px;
  }
  .strip[data-id="866492"] .hero-tradice-kvalita {
    padding: 60px 20px;
  }
  .strip[data-id="866492"] .subheading {
    font-size: 18px;
  }
  .strip[data-id="866492"] .cta-button {
    width: 100%;
    justify-content: center;
    padding: 18px 20px;
  }
}@charset "UTF-8";
.strip[data-id="966d6b"] {
  --section-id: "966d6b";
  --storage-url: "https://preview-zzzamecnictvi-cz-20260511.praweb.cz/_section/966d6b";
  --public-url: "https://preview-zzzamecnictvi-cz-20260511.praweb.cz/_section/966d6b";
  /* Vylepšená textura broušeného kovu */
  /* Dekorativní nýty v rozích pro industriální vzhled */
}
.strip[data-id="966d6b"] .services-section {
  position: relative;
  background-color: #f5f5f5;
  padding: 100px 0;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="966d6b"] .metal-texture-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.04;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 100%), repeating-linear-gradient(45deg, #000 0px, #000 1px, transparent 1px, transparent 2px);
}
.strip[data-id="966d6b"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id="966d6b"] .section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 70px;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.strip[data-id="966d6b"] .section-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #c0392b;
}
.strip[data-id="966d6b"] .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.strip[data-id="966d6b"] .service-card {
  background: #ffffff;
  padding: 50px 30px;
  text-align: center;
  border-bottom: 5px solid #c0392b;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-decoration: none;
}
.strip[data-id="966d6b"] .service-card::before,
.strip[data-id="966d6b"] .service-card::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #ddd;
  border-radius: 50%;
  top: 15px;
}
.strip[data-id="966d6b"] .service-card::before {
  left: 15px;
}
.strip[data-id="966d6b"] .service-card::after {
  right: 15px;
}
.strip[data-id="966d6b"] .service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.strip[data-id="966d6b"] .icon-wrapper {
  margin-bottom: 30px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.strip[data-id="966d6b"] .icon-wrapper i {
  font-size: 50px;
  color: #1a1a1a;
  transition: all 0.3s ease;
}
.strip[data-id="966d6b"] .service-card:hover .icon-wrapper i {
  color: #c0392b;
  transform: scale(1.15);
}
.strip[data-id="966d6b"] .service-card h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.3;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="966d6b"] .service-card p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #444444;
  line-height: 1.6;
  margin: 0;
}
.strip[data-id="966d6b"] .card-footer {
  margin-top: 25px;
  font-weight: 700;
  font-size: 13px;
  color: #c0392b;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.strip[data-id="966d6b"] .service-card:hover .card-footer {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="966d6b"] .service-footer {
  margin-top: 80px;
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.strip[data-id="966d6b"] .service-footer p {
  font-size: 17px;
  color: #333;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 1100px) {
  .strip[data-id="966d6b"] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .strip[data-id="966d6b"] .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id="966d6b"] .section-title {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .strip[data-id="966d6b"] .service-card {
    padding: 40px 20px;
  }
  .strip[data-id="966d6b"] .services-section {
    padding: 60px 0;
  }
  .strip[data-id="966d6b"] .service-card h3 {
    min-height: auto;
  }
}.strip[data-id="3552fa"] {
  --section-id: "3552fa";
  --storage-url: "https://preview-zzzamecnictvi-cz-20260511.praweb.cz/_section/3552fa";
  --public-url: "https://preview-zzzamecnictvi-cz-20260511.praweb.cz/_section/3552fa";
  /* Perforated plate pattern */
  /* Decorative rivets */
}
.strip[data-id="3552fa"] .specialized-works {
  background-color: #1a1a1a;
  padding: 100px 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="3552fa"] .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.strip[data-id="3552fa"] .content-wrapper {
  display: flex;
  align-items: center;
  gap: 80px;
  flex-wrap: wrap;
}
.strip[data-id="3552fa"] .image-column {
  flex: 1;
  min-width: 350px;
  perspective: 1000px;
}
.strip[data-id="3552fa"] .text-column {
  flex: 1;
  min-width: 350px;
}
.strip[data-id="3552fa"] .text-inner {
  position: relative;
  padding: 60px;
  background-color: rgba(30, 30, 30, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.strip[data-id="3552fa"] .text-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 15%);
  background-size: 15px 15px;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}
.strip[data-id="3552fa"] .text-inner::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid rgba(0, 123, 255, 0.2);
  pointer-events: none;
  border-radius: 8px;
}
.strip[data-id="3552fa"] .rivet {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.8), 1px 1px 1px rgba(255, 255, 255, 0.1);
  z-index: 2;
}
.strip[data-id="3552fa"] .rivet-tl {
  top: 12px;
  left: 12px;
}
.strip[data-id="3552fa"] .rivet-tr {
  top: 12px;
  right: 12px;
}
.strip[data-id="3552fa"] .rivet-bl {
  bottom: 12px;
  left: 12px;
}
.strip[data-id="3552fa"] .rivet-br {
  bottom: 12px;
  right: 12px;
}
.strip[data-id="3552fa"] .text-content {
  position: relative;
  z-index: 1;
}
.strip[data-id="3552fa"] .image-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 50px rgba(0, 123, 255, 0.3);
  line-height: 0;
  will-change: transform;
  border: 1px solid rgba(0, 123, 255, 0.4);
}
.strip[data-id="3552fa"] .image-container img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/5;
}
.strip[data-id="3552fa"] .heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #ffffff;
  margin: 0 0 24px 0;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="3552fa"] .heading span {
  display: block;
  color: #007bff;
  font-size: 0.4em;
  letter-spacing: 4px;
  margin-bottom: 8px;
}
.strip[data-id="3552fa"] .description {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #e0e0e0;
  line-height: 1.7;
}
.strip[data-id="3552fa"] .description p {
  margin: 0;
}
@media (max-width: 991px) {
  .strip[data-id="3552fa"] .specialized-works {
    padding: 80px 20px;
  }
  .strip[data-id="3552fa"] .content-wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .strip[data-id="3552fa"] .text-inner {
    padding: 40px 25px;
  }
  .strip[data-id="3552fa"] .image-column, .strip[data-id="3552fa"] .text-column {
    width: 100%;
    min-width: unset;
  }
  .strip[data-id="3552fa"] .heading {
    font-size: 32px;
  }
  .strip[data-id="3552fa"] .image-container img {
    aspect-ratio: 16/9;
  }
}.strip[data-id="2489fe"] {
  --section-id: "2489fe";
  --storage-url: "https://preview-zzzamecnictvi-cz-20260511.praweb.cz/_section/2489fe";
  --public-url: "https://preview-zzzamecnictvi-cz-20260511.praweb.cz/_section/2489fe";
}
.strip[data-id="2489fe"] .roofing-polycarbonate {
  background-color: #ffffff;
  padding: 0;
  overflow: hidden;
}
.strip[data-id="2489fe"] .visual-background {
  position: relative;
  width: 100%;
  min-height: 700px;
  display: flex;
  align-items: center;
}
.strip[data-id="2489fe"] .visual-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.strip[data-id="2489fe"] .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 60px 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id="2489fe"] .floating-content-box {
  background-color: rgba(245, 245, 245, 0.8);
  padding: 60px;
  max-width: 550px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.strip[data-id="2489fe"] .decoration-frame {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #c0392b;
  pointer-events: none;
  z-index: 1;
}
.strip[data-id="2489fe"] .text-inner {
  position: relative;
  z-index: 2;
}
.strip[data-id="2489fe"] .text-inner h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: #1a1a1a;
  margin: 0 0 25px 0;
  line-height: 1.2;
}
.strip[data-id="2489fe"] .text-inner p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #333333;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .strip[data-id="2489fe"] .visual-background {
    min-height: 550px;
  }
  .strip[data-id="2489fe"] .floating-content-box {
    padding: 40px;
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .strip[data-id="2489fe"] .visual-background {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }
  .strip[data-id="2489fe"] .visual-background img {
    position: relative;
    height: 350px;
    width: 100%;
  }
  .strip[data-id="2489fe"] .container {
    padding: 0;
    z-index: 2;
  }
  .strip[data-id="2489fe"] .floating-content-box {
    background-color: #f5f5f5;
    max-width: 100%;
    padding: 40px 20px;
    box-shadow: none;
  }
  .strip[data-id="2489fe"] .decoration-frame {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .strip[data-id="2489fe"] .text-inner h2 {
    font-size: 30px;
  }
}.strip[data-id="8c5d17"] {
  --section-id: "8c5d17";
  --storage-url: "https://preview-zzzamecnictvi-cz-20260511.praweb.cz/_section/8c5d17";
  --public-url: "https://preview-zzzamecnictvi-cz-20260511.praweb.cz/_section/8c5d17";
}
.strip[data-id="8c5d17"] .contact-section {
  background-color: #f5f5f5;
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  color: #1a1a1a;
}
.strip[data-id="8c5d17"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="8c5d17"] .contact-grid {
  display: flex;
  gap: 80px;
  align-items: center;
}
.strip[data-id="8c5d17"] .contact-content {
  flex: 1;
}
.strip[data-id="8c5d17"] .section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #c0392b;
  margin: 0 0 20px 0;
  line-height: 1.2;
}
.strip[data-id="8c5d17"] .section-description {
  font-size: 20px;
  color: #333;
  margin-bottom: 50px;
  line-height: 1.6;
}
.strip[data-id="8c5d17"] .section-description p {
  margin: 0;
}
.strip[data-id="8c5d17"] .contact-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.strip[data-id="8c5d17"] .contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  color: inherit;
}
.strip[data-id="8c5d17"] .icon-wrapper {
  min-width: 60px;
  width: 60px;
  height: 60px;
  background-color: #c0392b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff; /* Improved contrast from #1a1a1a */
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(192, 57, 43, 0.2);
}
.strip[data-id="8c5d17"] .contact-item svg {
  width: 28px;
  height: 28px;
}
.strip[data-id="8c5d17"] .item-details {
  display: flex;
  flex-direction: column;
}
.strip[data-id="8c5d17"] .label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666; /* Improved contrast from #888 */
  letter-spacing: 1.5px;
  margin-bottom: 4px;
}
.strip[data-id="8c5d17"] .value {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
  font-style: normal; /* Reset address default italics */
}
.strip[data-id="8c5d17"] .link-item:hover .value {
  color: #c0392b;
  transform: translateX(5px);
}
.strip[data-id="8c5d17"] .link-item:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  background-color: #a93226;
}
.strip[data-id="8c5d17"] .billing-info {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 2px solid #e0e0e0;
  font-size: 15px;
  color: #555;
}
.strip[data-id="8c5d17"] .billing-info p {
  margin: 0;
  letter-spacing: 0.5px;
}
.strip[data-id="8c5d17"] .map-wrapper {
  flex: 1;
  height: 550px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  position: relative;
  background: #e0e0e0;
  border: 8px solid #ffffff;
}
.strip[data-id="8c5d17"] .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%);
  transition: filter 0.8s ease;
}
.strip[data-id="8c5d17"] .map-wrapper:hover iframe {
  filter: grayscale(0%);
}
@media (max-width: 1024px) {
  .strip[data-id="8c5d17"] .contact-grid {
    gap: 40px;
  }
  .strip[data-id="8c5d17"] .section-title {
    font-size: 36px;
  }
}
@media (max-width: 850px) {
  .strip[data-id="8c5d17"] .contact-section {
    padding: 80px 0;
  }
  .strip[data-id="8c5d17"] .contact-grid {
    flex-direction: column;
    align-items: stretch;
  }
  .strip[data-id="8c5d17"] .contact-content {
    text-align: center;
  }
  .strip[data-id="8c5d17"] .contact-item {
    justify-content: center;
    text-align: left;
  }
  .strip[data-id="8c5d17"] .map-wrapper {
    width: 100%;
    height: 450px;
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="8c5d17"] .section-title {
    font-size: 28px;
  }
  .strip[data-id="8c5d17"] .section-description {
    font-size: 18px;
  }
  .strip[data-id="8c5d17"] .value {
    font-size: 17px;
  }
  .strip[data-id="8c5d17"] .icon-wrapper {
    min-width: 50px;
    width: 50px;
    height: 50px;
  }
  .strip[data-id="8c5d17"] .contact-item svg {
    width: 22px;
    height: 22px;
  }
}.strip[data-id=a1e46f] {
  --section-id: "a1e46f";
  --storage-url: "https://preview-zzzamecnictvi-cz-20260511.praweb.cz/_section/a1e46f";
  --public-url: "https://preview-zzzamecnictvi-cz-20260511.praweb.cz/_section/a1e46f";
}
.strip[data-id=a1e46f] .footer-section {
  background-color: #1a1a1a;
  border-top: 3px solid #c0392b;
  padding: 60px 20px 30px 20px;
  color: #f5f5f5;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
.strip[data-id=a1e46f] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=a1e46f] .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
  align-items: start;
}
.strip[data-id=a1e46f] .footer-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.strip[data-id=a1e46f] .footer-column h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #ffffff;
}
.strip[data-id=a1e46f] .contact-item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id=a1e46f] .contact-icon {
  color: #c0392b;
  font-size: 22px;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}
.strip[data-id=a1e46f] .contact-link {
  color: #f5f5f5;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 400;
}
.strip[data-id=a1e46f] .contact-link:hover {
  color: #c0392b;
}
.strip[data-id=a1e46f] .contact-item:hover .contact-icon {
  transform: translateY(-3px);
}
.strip[data-id=a1e46f] .footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.strip[data-id=a1e46f] .footer-brand .brand-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 5px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.strip[data-id=a1e46f] .footer-brand .brand-desc {
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.8;
  color: #c0392b;
}
.strip[data-id=a1e46f] .footer-bottom {
  border-top: 1px solid rgba(245, 245, 245, 0.1);
  padding-top: 30px;
  text-align: center;
}
.strip[data-id=a1e46f] .copyright-text {
  margin: 0;
  opacity: 0.6;
  font-size: 12px;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .strip[data-id=a1e46f] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id=a1e46f] .footer-brand {
    order: -1;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .strip[data-id=a1e46f] .footer-section {
    padding: 50px 15px 25px 15px;
  }
  .strip[data-id=a1e46f] .footer-brand .brand-title {
    font-size: 20px;
  }
}