@import url('https://fonts.googleapis.com/css2?family=Inter&family=Montserrat:wght@400;500;700&display=swap');
.strip[data-id="201674"] {
  --section-id: "201674";
  --storage-url: "https://preview-zz-zlin-cz.praweb.cz/_section/201674";
  --public-url: "https://preview-zz-zlin-cz.praweb.cz/_section/201674";
  /* Scrolled state could be handled via JS if needed, but keeping it clean for now */
  /* Hamburger Menu */
  /* Mobile Overlay */
}
.strip[data-id="201674"] .main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="201674"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="201674"] .logo-wrapper {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1a1a1a;
  gap: 14px;
  transition: transform 0.3s ease;
}
.strip[data-id="201674"] .logo-wrapper:hover {
  transform: translateY(-1px);
}
.strip[data-id="201674"] .logo-img {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border-radius: 10px;
  padding: 6px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.strip[data-id="201674"] .logo-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.strip[data-id="201674"] .logo-text {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: linear-gradient(135deg, #1a1a1a 0%, #444444 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.strip[data-id="201674"] .desktop-nav {
  display: flex;
  gap: 32px;
}
.strip[data-id="201674"] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #333333;
  text-decoration: none;
  position: relative;
  padding: 10px 0;
  transition: color 0.3s ease;
}
.strip[data-id="201674"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #0056b3;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%);
}
.strip[data-id="201674"] .nav-link:hover {
  color: #0056b3;
}
.strip[data-id="201674"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="201674"] .hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.03);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  z-index: 10001;
  transition: background 0.3s ease;
}
.strip[data-id="201674"] .hamburger:hover {
  background: rgba(0, 0, 0, 0.06);
}
.strip[data-id="201674"] .hamburger .bar {
  width: 22px;
  height: 2px;
  background-color: #1a1a1a;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 2.5px 0;
}
.strip[data-id="201674"] .hamburger.active .bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  background-color: #ffffff;
}
.strip[data-id="201674"] .hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
.strip[data-id="201674"] .hamburger.active .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  background-color: #ffffff;
}
.strip[data-id="201674"] .mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-10%);
}
.strip[data-id="201674"] .mobile-overlay.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.strip[data-id="201674"] .mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.strip[data-id="201674"] .mobile-link {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}
.strip[data-id="201674"] .mobile-overlay.active .mobile-link {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="201674"] .mobile-overlay.active .mobile-link:nth-child(1) {
  transition-delay: 0.1s;
}
.strip[data-id="201674"] .mobile-overlay.active .mobile-link:nth-child(2) {
  transition-delay: 0.2s;
}
.strip[data-id="201674"] .mobile-overlay.active .mobile-link:nth-child(3) {
  transition-delay: 0.3s;
}
.strip[data-id="201674"] .mobile-link:hover {
  color: #0056b3;
  letter-spacing: 5px;
}
@media (max-width: 768px) {
  .strip[data-id="201674"] .desktop-nav {
    display: none;
  }
  .strip[data-id="201674"] .hamburger {
    display: flex;
  }
  .strip[data-id="201674"] .logo-text {
    font-size: 18px;
  }
}.strip[data-id=f54402] {
  --section-id: "f54402";
  --storage-url: "https://preview-zz-zlin-cz.praweb.cz/_section/f54402";
  --public-url: "https://preview-zz-zlin-cz.praweb.cz/_section/f54402";
}
.strip[data-id=f54402] .hero-section {
  position: relative;
  height: 90vh;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #111; /* Fallback */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.2) 100%), url(https://preview-zz-zlin-cz.praweb.cz/_section/f54402/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.strip[data-id=f54402] .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  z-index: 2;
}
.strip[data-id=f54402] .content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  max-width: 700px;
}
.strip[data-id=f54402] .vertical-anchor {
  width: 4px;
  height: 120px;
  background: linear-gradient(to bottom, #0056b3, transparent);
  flex-shrink: 0;
  margin-top: 10px;
  box-shadow: 0 0 15px rgba(0, 86, 179, 0.5);
}
.strip[data-id=f54402] .text-content {
  display: flex;
  flex-direction: column;
}
.strip[data-id=f54402] h1 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 1.1;
  margin: 0 0 24px 0;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.strip[data-id=f54402] p {
  color: #e0e0e0;
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  line-height: 1.6;
  margin: 0 0 40px 0;
  max-width: 550px;
  font-weight: 400;
}
.strip[data-id=f54402] .cta-button {
  display: inline-block;
  background-color: #0056b3;
  color: #ffffff;
  padding: 18px 45px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: fit-content;
  box-shadow: 0 4px 15px rgba(0, 86, 179, 0.3);
}
.strip[data-id=f54402] .cta-button:hover {
  transform: translateY(-3px);
  background-color: #0066d6;
  box-shadow: 0 6px 20px rgba(0, 86, 179, 0.4);
}
.strip[data-id=f54402] .topo-mask {
  position: absolute;
  bottom: -5%;
  right: -5%;
  width: 50%;
  height: 80%;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path fill="none" stroke="rgba(255,255,255,0.08)" stroke-width="0.5" d="M10,180 Q50,120 130,160 T190,100 M20,170 Q60,110 140,150 T200,90 M0,190 Q40,130 120,170 T180,110 M30,160 Q70,100 150,140 T210,80" /></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  animation: topoFloat 20s infinite alternate ease-in-out;
  z-index: 1;
}
.strip[data-id=f54402] .scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 2;
}
.strip[data-id=f54402] .mouse {
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  position: relative;
}
.strip[data-id=f54402] .mouse::before {
  content: "";
  width: 4px;
  height: 8px;
  background-color: #0056b3;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
  animation: scrollWheel 2s infinite;
}
@keyframes scrollWheel {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(15px);
  }
}
@keyframes topoFloat {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(-20px, -20px) scale(1.05);
  }
}
@media (max-width: 768px) {
  .strip[data-id=f54402] .hero-section {
    height: 80vh;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%), url(https://preview-zz-zlin-cz.praweb.cz/_section/f54402/hero-bg.jpg);
  }
  .strip[data-id=f54402] .content-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .strip[data-id=f54402] .vertical-anchor {
    display: none;
  }
  .strip[data-id=f54402] h1 {
    margin-bottom: 15px;
  }
  .strip[data-id=f54402] p {
    margin-bottom: 30px;
  }
  .strip[data-id=f54402] .topo-mask {
    width: 80%;
    height: 50%;
    bottom: 0;
    right: 0;
  }
}.strip[data-id="4ec96a"] {
  --section-id: "4ec96a";
  --storage-url: "https://preview-zz-zlin-cz.praweb.cz/_section/4ec96a";
  --public-url: "https://preview-zz-zlin-cz.praweb.cz/_section/4ec96a";
}
.strip[data-id="4ec96a"] .about-section {
  background-color: #ffffff;
  padding: 120px 20px;
  position: relative;
  overflow: hidden;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.strip[data-id="4ec96a"] .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
}
.strip[data-id="4ec96a"] .text-column {
  flex: 1.2;
  position: relative;
  z-index: 2;
  animation: fadeInUp 0.8s ease-out;
}
.strip[data-id="4ec96a"] .year-bg {
  position: absolute;
  top: -60px;
  left: -40px;
  font-size: 14rem;
  font-weight: 900;
  color: #0056b3;
  opacity: 0.04;
  z-index: -1;
  pointer-events: none;
  line-height: 1;
  user-select: none;
}
.strip[data-id="4ec96a"] .title-wrapper {
  margin-bottom: 35px;
}
.strip[data-id="4ec96a"] .accent-bar {
  display: block;
  width: 60px;
  height: 5px;
  background-color: #0056b3;
  margin-bottom: 20px;
  border-radius: 2px;
}
.strip[data-id="4ec96a"] h2 {
  color: #1a1a1a;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.5px;
}
.strip[data-id="4ec96a"] .content {
  color: #4a4a4a;
  font-size: 1.15rem;
  line-height: 1.8;
}
.strip[data-id="4ec96a"] .content p {
  margin-bottom: 1.5rem;
}
.strip[data-id="4ec96a"] .image-column {
  flex: 0.8;
  position: relative;
  animation: fadeInRight 1s ease-out;
}
.strip[data-id="4ec96a"] .img-container {
  position: relative;
  z-index: 2;
}
.strip[data-id="4ec96a"] .main-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  transition: transform 0.5s ease;
}
.strip[data-id="4ec96a"] .img-container:hover .main-img {
  transform: translateY(-10px);
}
.strip[data-id="4ec96a"] .dot-pattern {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 140px;
  height: 140px;
  background-image: radial-gradient(#0056b3 2px, transparent 2px);
  background-size: 20px 20px;
  z-index: 1;
  opacity: 0.4;
}
.strip[data-id="4ec96a"] .decorative-rect {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 100px;
  height: 100px;
  border: 10px solid #f0f4f8;
  z-index: 1;
  border-radius: 10px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 1024px) {
  .strip[data-id="4ec96a"] .container {
    gap: 40px;
  }
  .strip[data-id="4ec96a"] h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .strip[data-id="4ec96a"] .container {
    flex-direction: column-reverse;
    text-align: center;
  }
  .strip[data-id="4ec96a"] .about-section {
    padding: 80px 20px;
  }
  .strip[data-id="4ec96a"] .accent-bar {
    margin: 0 auto 20px;
  }
  .strip[data-id="4ec96a"] .year-bg {
    font-size: 10rem;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="4ec96a"] .image-column {
    width: 100%;
    max-width: 500px;
    margin-bottom: 40px;
  }
}.strip[data-id="5c5b31"] {
  --section-id: "5c5b31";
  --storage-url: "https://preview-zz-zlin-cz.praweb.cz/_section/5c5b31";
  --public-url: "https://preview-zz-zlin-cz.praweb.cz/_section/5c5b31";
}
.strip[data-id="5c5b31"] .land-adjustments-section {
  background-color: #fcfcfc;
  background-image: radial-gradient(rgba(0, 86, 179, 0.062745098) 1px, transparent 1px), linear-gradient(to right, rgba(0, 86, 179, 0.0196078431) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 86, 179, 0.0196078431) 1px, transparent 1px);
  background-size: 40px 40px, 20px 20px, 20px 20px;
  padding: 100px 20px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.strip[data-id="5c5b31"] .land-adjustments-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, #0056b3, transparent);
}
.strip[data-id="5c5b31"] .land-adjustments-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="5c5b31"] .land-adjustments-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id="5c5b31"] .visual-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.strip[data-id="5c5b31"] .icon-decoration {
  position: relative;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.strip[data-id="5c5b31"] .crosshair-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px dashed #0056b3;
  border-radius: 50%;
  animation: rotate-crosshair 30s linear infinite;
}
.strip[data-id="5c5b31"] .crosshair-circle::before,
.strip[data-id="5c5b31"] .crosshair-circle::after {
  content: "";
  position: absolute;
  background: #0056b3;
}
.strip[data-id="5c5b31"] .crosshair-circle::before {
  top: -5px;
  left: 50%;
  width: 2px;
  height: 10px;
  transform: translateX(-50%);
}
.strip[data-id="5c5b31"] .crosshair-circle::after {
  left: -5px;
  top: 50%;
  width: 10px;
  height: 2px;
  transform: translateY(-50%);
}
@keyframes rotate-crosshair {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.strip[data-id="5c5b31"] .main-icon {
  color: #0056b3;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0, 86, 179, 0.1);
  z-index: 2;
  transition: transform 0.3s ease;
}
.strip[data-id="5c5b31"] .main-icon:hover {
  transform: scale(1.1) rotate(5deg);
}
.strip[data-id="5c5b31"] .main-icon svg {
  width: 40px;
  height: 40px;
}
.strip[data-id="5c5b31"] h2 {
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
}
.strip[data-id="5c5b31"] .intro-text {
  text-align: center;
  max-width: 800px;
  margin: 30px auto 60px;
}
.strip[data-id="5c5b31"] .intro-text p {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
}
.strip[data-id="5c5b31"] .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}
.strip[data-id="5c5b31"] .feature-card {
  background: white;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid #eee;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.strip[data-id="5c5b31"] .feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 86, 179, 0.08);
  border-color: rgba(0, 86, 179, 0.1882352941);
}
.strip[data-id="5c5b31"] .feature-icon {
  width: 48px;
  height: 48px;
  color: #0056b3;
  margin-bottom: 20px;
  background: rgba(0, 86, 179, 0.031372549);
  padding: 10px;
  border-radius: 12px;
}
.strip[data-id="5c5b31"] .feature-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #222222;
  margin: 0 0 15px 0;
}
.strip[data-id="5c5b31"] .feature-card p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555555;
  margin: 0;
}
.strip[data-id="5c5b31"] .highlight-box {
  background: #0056b3;
  color: white;
  padding: 40px;
  border-radius: 20px;
  margin-top: 60px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 86, 179, 0.2);
}
.strip[data-id="5c5b31"] .highlight-box p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .strip[data-id="5c5b31"] .land-adjustments-section {
    padding: 60px 20px;
  }
  .strip[data-id="5c5b31"] h2 {
    font-size: 1.8rem;
  }
  .strip[data-id="5c5b31"] .intro-text p {
    font-size: 1.05rem;
  }
  .strip[data-id="5c5b31"] .icon-decoration {
    width: 110px;
    height: 110px;
  }
  .strip[data-id="5c5b31"] .main-icon {
    width: 60px;
    height: 60px;
  }
  .strip[data-id="5c5b31"] .feature-card {
    padding: 30px 20px;
  }
}.strip[data-id="218c93"] {
  --section-id: "218c93";
  --storage-url: "https://preview-zz-zlin-cz.praweb.cz/_section/218c93";
  --public-url: "https://preview-zz-zlin-cz.praweb.cz/_section/218c93";
}
.strip[data-id="218c93"] .geodesy-section {
  background-color: #1a1a1a;
  background-image: linear-gradient(rgba(0, 86, 179, 0.05) 1px, transparent 1px), linear-gradient(90px, rgba(0, 86, 179, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
.strip[data-id="218c93"] .geodesy-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 70% 30%, rgba(0, 86, 179, 0.1) 0%, transparent 70%);
  pointer-events: none;
}
.strip[data-id="218c93"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
.strip[data-id="218c93"] .split-layout {
  display: flex;
  align-items: center;
  gap: 0;
}
.strip[data-id="218c93"] .image-col {
  flex: 1;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
  background: rgba(255, 255, 255, 0.03);
}
.strip[data-id="218c93"] .image-col .img-wrapper {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.strip[data-id="218c93"] .image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.strip[data-id="218c93"] .image-col:hover img {
  transform: scale(1.1);
}
.strip[data-id="218c93"] .divider {
  width: 2px;
  height: 300px;
  background: linear-gradient(to bottom, transparent, #0056b3, transparent);
  margin: 0 60px;
  flex-shrink: 0;
  position: relative;
}
.strip[data-id="218c93"] .divider::before, .strip[data-id="218c93"] .divider::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border: 1px solid #0056b3;
  border-radius: 50%;
  background: #1a1a1a;
}
.strip[data-id="218c93"] .divider::before {
  top: -5px;
}
.strip[data-id="218c93"] .divider::after {
  bottom: -5px;
}
.strip[data-id="218c93"] .text-col {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.strip[data-id="218c93"] .gps-label {
  color: #0056b3;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id="218c93"] .gps-label svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.strip[data-id="218c93"] h2 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 25px 0;
  letter-spacing: -0.5px;
}
.strip[data-id="218c93"] p {
  color: #b0b0b0;
  font-size: 1.15rem;
  line-height: 1.8;
  margin: 0;
  max-width: 550px;
}
@media (max-width: 1100px) {
  .strip[data-id="218c93"] .divider {
    margin: 0 40px;
  }
  .strip[data-id="218c93"] h2 {
    font-size: 2.3rem;
  }
}
@media (max-width: 991px) {
  .strip[data-id="218c93"] .geodesy-section {
    padding: 80px 0;
  }
  .strip[data-id="218c93"] .split-layout {
    flex-direction: column;
    gap: 50px;
  }
  .strip[data-id="218c93"] .image-col {
    width: 100%;
    max-width: 600px;
  }
  .strip[data-id="218c93"] .divider {
    display: none;
  }
  .strip[data-id="218c93"] .text-col {
    text-align: center;
    align-items: center;
  }
  .strip[data-id="218c93"] .gps-label {
    justify-content: center;
  }
  .strip[data-id="218c93"] p {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .strip[data-id="218c93"] .geodesy-section {
    padding: 60px 0;
  }
  .strip[data-id="218c93"] h2 {
    font-size: 2rem;
  }
  .strip[data-id="218c93"] .image-col .img-wrapper {
    height: 300px;
  }
}@charset "UTF-8";
.strip[data-id="78e94b"] {
  --section-id: "78e94b";
  --storage-url: "https://preview-zz-zlin-cz.praweb.cz/_section/78e94b";
  --public-url: "https://preview-zz-zlin-cz.praweb.cz/_section/78e94b";
  /* Dekorativní rohy jako na technickém výkresu */
}
.strip[data-id="78e94b"] .geodetic-section {
  background-color: #ffffff;
  background-image: linear-gradient(#f0f0f0 1px, transparent 1px), linear-gradient(90deg, #f0f0f0 1px, transparent 1px);
  background-size: 40px 40px;
  padding: 100px 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="78e94b"] .geodetic-section::before,
.strip[data-id="78e94b"] .geodetic-section::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #e0e0e0;
  pointer-events: none;
}
.strip[data-id="78e94b"] .geodetic-section::before {
  top: 20px;
  left: 20px;
  border-right: none;
  border-bottom: none;
}
.strip[data-id="78e94b"] .geodetic-section::after {
  bottom: 20px;
  right: 20px;
  border-left: none;
  border-top: none;
}
.strip[data-id="78e94b"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.strip[data-id="78e94b"] .header-area {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 50px;
}
.strip[data-id="78e94b"] .icon-wrapper {
  background: #f8f9fa;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.strip[data-id="78e94b"] .icon-wrapper svg {
  width: 40px;
  height: 40px;
  color: #1a1a1a;
}
.strip[data-id="78e94b"] h2 {
  color: #1a1a1a;
  font-size: 2.75rem;
  margin: 0;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.strip[data-id="78e94b"] .content-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 80px;
  align-items: center;
}
.strip[data-id="78e94b"] .text-content p {
  color: #444444;
  font-size: 1.15rem;
  line-height: 1.8;
  margin: 0;
}
.strip[data-id="78e94b"] .formats-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
  border: 1px solid #eeeeee;
  position: relative;
}
.strip[data-id="78e94b"] .formats-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #0056b3;
  border-radius: 20px 20px 0 0;
}
.strip[data-id="78e94b"] .formats-title {
  display: block;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 24px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.strip[data-id="78e94b"] .format-tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.strip[data-id="78e94b"] .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8fbff;
  border: 1px solid #d0e3ff;
  color: #0056b3;
  padding: 14px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
}
.strip[data-id="78e94b"] .tag:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 86, 179, 0.15);
}
@media (max-width: 1100px) {
  .strip[data-id="78e94b"] .content-grid {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="78e94b"] .content-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .strip[data-id="78e94b"] .formats-box {
    max-width: 500px;
  }
  .strip[data-id="78e94b"] h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 768px) {
  .strip[data-id="78e94b"] .geodetic-section {
    padding: 70px 0;
  }
  .strip[data-id="78e94b"] .header-area {
    flex-direction: column;
    gap: 20px;
  }
  .strip[data-id="78e94b"] h2 {
    font-size: 1.85rem;
  }
  .strip[data-id="78e94b"] .formats-box {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="78e94b"] .format-tags {
    grid-template-columns: 1fr;
  }
}.strip[data-id="73cf9c"] {
  --section-id: "73cf9c";
  --storage-url: "https://preview-zz-zlin-cz.praweb.cz/_section/73cf9c";
  --public-url: "https://preview-zz-zlin-cz.praweb.cz/_section/73cf9c";
}
.strip[data-id="73cf9c"] .contact-section {
  background-color: #f8f9fa;
  background-image: radial-gradient(rgba(0, 86, 179, 0.062745098) 1px, transparent 1px);
  background-size: 30px 30px;
  padding: 100px 20px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="73cf9c"] .contact-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 86, 179, 0.031372549) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id="73cf9c"] .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id="73cf9c"] .contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: stretch;
}
.strip[data-id="73cf9c"] .info-card {
  background-color: #ffffff;
  padding: 60px;
  border-radius: 20px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04);
  border-left: 5px solid #0056b3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}
.strip[data-id="73cf9c"] .info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}
.strip[data-id="73cf9c"] h2 {
  font-size: 2.8rem;
  color: #1a1a1a;
  margin-bottom: 15px;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id="73cf9c"] .company-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0056b3;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 35px;
  display: block;
}
.strip[data-id="73cf9c"] .contact-list {
  margin-bottom: 40px;
}
.strip[data-id="73cf9c"] .info-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 12px;
  transition: background-color 0.3s ease;
}
.strip[data-id="73cf9c"] .info-item:hover {
  background-color: #f0f7ff;
}
.strip[data-id="73cf9c"] .info-item .icon {
  background-color: rgba(0, 86, 179, 0.0823529412);
  color: #0056b3;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  flex-shrink: 0;
}
.strip[data-id="73cf9c"] .info-item p {
  margin: 0;
  color: #444444;
  font-size: 1.1rem;
  line-height: 1.5;
}
.strip[data-id="73cf9c"] .info-item strong {
  color: #1a1a1a;
  display: block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}
.strip[data-id="73cf9c"] .location-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  background-color: #0056b3;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
  align-self: flex-start;
}
.strip[data-id="73cf9c"] .location-link:hover {
  background-color: #004494;
  transform: scale(1.05);
}
.strip[data-id="73cf9c"] .map-wrapper {
  height: 100%;
  min-height: 500px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04);
  filter: grayscale(100%);
  transition: filter 0.6s ease, transform 0.6s ease;
}
.strip[data-id="73cf9c"] .map-wrapper:hover {
  filter: grayscale(0%);
}
@media (max-width: 1100px) {
  .strip[data-id="73cf9c"] .contact-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="73cf9c"] .map-wrapper {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="73cf9c"] .contact-section {
    padding: 60px 20px;
  }
  .strip[data-id="73cf9c"] .info-card {
    padding: 40px 30px;
  }
  .strip[data-id="73cf9c"] h2 {
    font-size: 2.2rem;
  }
  .strip[data-id="73cf9c"] .info-item {
    padding: 10px 0;
  }
  .strip[data-id="73cf9c"] .info-item:hover {
    background-color: transparent;
  }
}@charset "UTF-8";
.strip[data-id="8f93dd"] {
  --section-id: "8f93dd";
  --storage-url: "https://preview-zz-zlin-cz.praweb.cz/_section/8f93dd";
  --public-url: "https://preview-zz-zlin-cz.praweb.cz/_section/8f93dd";
  /* Jemná interakce při najetí na patičku */
}
.strip[data-id="8f93dd"] .footer-section {
  background-color: #1a1a1a;
  border-top: 1px solid #333333;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  padding: 40px 0;
}
.strip[data-id="8f93dd"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="8f93dd"] .footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 32px;
  color: #aaaaaa; /* Zvýšený kontrast pro lepší čitelnost */
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}
.strip[data-id="8f93dd"] .copyright-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="8f93dd"] .copyright-wrapper p, .strip[data-id="8f93dd"] .credits p {
  margin: 0;
}
.strip[data-id="8f93dd"] .tripod-icon {
  display: inline-flex;
  align-items: center;
  color: #aaaaaa;
  flex-shrink: 0;
  transition: transform 0.3s ease, color 0.3s ease;
}
.strip[data-id="8f93dd"] .footer-section:hover .tripod-icon {
  color: #ffffff;
  transform: translateY(-2px);
}
.strip[data-id="8f93dd"] .credits a {
  color: #aaaaaa;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease, border-bottom 0.3s ease;
  border-bottom: 1px solid transparent;
}
.strip[data-id="8f93dd"] .credits a:hover {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .strip[data-id="8f93dd"] .footer-section {
    padding: 32px 0;
  }
  .strip[data-id="8f93dd"] .footer-content {
    flex-direction: column;
    gap: 16px;
  }
  .strip[data-id="8f93dd"] .copyright-wrapper {
    flex-direction: column;
    gap: 8px;
  }
}