@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800;900&display=swap');
.strip[data-id=cd6233] {
  --section-id: "cd6233";
  --storage-url: "https://preview-hala-slany-cz.praweb.cz/_section/cd6233";
  --public-url: "https://preview-hala-slany-cz.praweb.cz/_section/cd6233";
  /* Mobile Toggle */
  /* Mobile Menu Overlay */
  /* Responsive */
  /* Burger Animation */
}
.strip[data-id=cd6233] .main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 1000;
  background-color: hsla(210, 55%, 12%, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  transition: background-color 0.3s ease;
}
.strip[data-id=cd6233] .header-container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=cd6233] .logo-link {
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}
.strip[data-id=cd6233] .logo-link:hover {
  opacity: 0.9;
}
.strip[data-id=cd6233] .logo-img {
  height: 55px;
  width: auto;
  object-fit: contain;
}
.strip[data-id=cd6233] .nav-desktop {
  display: flex;
  align-items: center;
  gap: 25px;
}
.strip[data-id=cd6233] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
  letter-spacing: 0.03em;
}
.strip[data-id=cd6233] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: hsl(33, 100%, 50%);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id=cd6233] .nav-link:hover::after,
.strip[data-id=cd6233] .nav-link.active::after {
  width: 100%;
}
.strip[data-id=cd6233] .nav-link:hover {
  color: hsl(33, 100%, 65%);
}
.strip[data-id=cd6233] .header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id=cd6233] .cta-button {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: hsl(33, 100%, 50%);
  padding: 12px 24px;
  border-radius: 6px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 0 hsl(33, 100%, 35%);
}
.strip[data-id=cd6233] .cta-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.strip[data-id=cd6233] .cta-button:hover {
  transform: translateY(-2px);
  background-color: hsl(33, 100%, 55%);
  box-shadow: 0 6px 0 hsl(33, 100%, 35%), 0 10px 20px hsla(33, 100%, 50%, 0.3);
}
.strip[data-id=cd6233] .cta-button:active {
  transform: translateY(2px);
  box-shadow: 0 0 0 hsl(33, 100%, 35%);
}
.strip[data-id=cd6233] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  z-index: 1100;
  position: relative;
}
.strip[data-id=cd6233] .mobile-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.strip[data-id=cd6233] .mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: hsl(210, 55%, 10%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 1050;
  padding: 40px;
}
.strip[data-id=cd6233] .mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}
.strip[data-id=cd6233] .mobile-overlay .nav-link {
  font-size: 22px;
  text-align: center;
}
@media (max-width: 1200px) {
  .strip[data-id=cd6233] .nav-desktop {
    gap: 15px;
  }
  .strip[data-id=cd6233] .nav-link {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .strip[data-id=cd6233] .nav-desktop {
    display: none;
  }
  .strip[data-id=cd6233] .mobile-toggle {
    display: flex;
  }
  .strip[data-id=cd6233] .header-actions .cta-button {
    display: none;
  }
  .strip[data-id=cd6233] .mobile-overlay .cta-button {
    display: inline-flex;
    margin-top: 20px;
  }
}
.strip[data-id=cd6233] .mobile-toggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.strip[data-id=cd6233] .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
.strip[data-id=cd6233] .mobile-toggle.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}@charset "UTF-8";
.strip[data-id=bf9586] {
  --section-id: "bf9586";
  --storage-url: "https://preview-hala-slany-cz.praweb.cz/_section/bf9586";
  --public-url: "https://preview-hala-slany-cz.praweb.cz/_section/bf9586";
}
.strip[data-id=bf9586] .hero-section {
  position: relative;
  height: 85vh;
  min-height: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: linear-gradient(180deg, hsla(210, 55%, 10%, 0.85) 0%, hsla(210, 55%, 10%, 0.4) 50%, hsla(210, 55%, 10%, 0.85) 100%), url("https://preview-hala-slany-cz.praweb.cz/_section/bf9586/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  text-align: center;
}
.strip[data-id=bf9586] .hero-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(45deg, transparent, transparent 20px, hsla(0, 0%, 100%, 0.02) 20px, hsla(0, 0%, 100%, 0.02) 21px);
  pointer-events: none;
  animation: textureMove 30s linear infinite;
}
@keyframes textureMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 1000px;
  }
}
.strip[data-id=bf9586] .hero-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
  animation: fadeInUp 1s ease-out forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.strip[data-id=bf9586] .hero-accent {
  width: 60px;
  height: 4px;
  background-color: hsl(33, 100%, 50%);
  margin: 0 auto 30px auto;
  border-radius: 2px;
}
.strip[data-id=bf9586] .hero-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 64px;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 25px 0;
  color: #ffffff;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.strip[data-id=bf9586] .hero-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: hsl(0, 0%, 95%);
  max-width: 750px;
  margin: 0 auto 45px auto;
  line-height: 1.6;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.strip[data-id=bf9586] .hero-cta {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: hsl(33, 100%, 50%);
  padding: 20px 45px;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px hsla(33, 100%, 30%, 0.3);
}
.strip[data-id=bf9586] .hero-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px hsla(33, 100%, 30%, 0.5);
  background-color: hsl(33, 100%, 45%);
}
.strip[data-id=bf9586] .scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  opacity: 0.8;
  animation: fadeIn 2s ease-in;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
.strip[data-id=bf9586] .mouse {
  width: 26px;
  height: 44px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  position: relative;
}
.strip[data-id=bf9586] .wheel {
  width: 4px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollWheel 2s infinite;
}
@keyframes scrollWheel {
  0% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 18px);
  }
}
@media (max-width: 1024px) {
  .strip[data-id=bf9586] .hero-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=bf9586] .hero-section {
    height: 100vh; /* Na mobilu raději plná výška pro lepší dojem */
  }
  .strip[data-id=bf9586] .hero-accent {
    margin-bottom: 20px;
  }
  .strip[data-id=bf9586] .hero-title {
    font-size: 32px;
  }
  .strip[data-id=bf9586] .hero-subtitle {
    font-size: 18px;
    padding: 0 10px;
    margin-bottom: 35px;
  }
  .strip[data-id=bf9586] .hero-cta {
    padding: 16px 32px;
    font-size: 16px;
    width: 100%;
    max-width: 300px;
  }
  .strip[data-id=bf9586] .scroll-indicator {
    display: none; /* Na malých displejích uvolníme místo */
  }
}@charset "UTF-8";
.strip[data-id="39207d"] {
  --section-id: "39207d";
  --storage-url: "https://preview-hala-slany-cz.praweb.cz/_section/39207d";
  --public-url: "https://preview-hala-slany-cz.praweb.cz/_section/39207d";
  /* Dekorativní tečky v rozích */
}
.strip[data-id="39207d"] .features-section {
  padding: 100px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.strip[data-id="39207d"] .features-section::before,
.strip[data-id="39207d"] .features-section::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: radial-gradient(hsl(0, 0%, 85%) 1.5px, transparent 1.5px);
  background-size: 20px 20px;
  z-index: 0;
  opacity: 0.6;
}
.strip[data-id="39207d"] .features-section::before {
  top: 20px;
  left: 20px;
}
.strip[data-id="39207d"] .features-section::after {
  bottom: 20px;
  right: 20px;
}
.strip[data-id="39207d"] .features-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id="39207d"] .features-header {
  text-align: center;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="39207d"] .features-header .accent-line {
  width: 60px;
  height: 4px;
  background-color: hsl(33, 100%, 50%);
  margin-bottom: 20px;
  border-radius: 2px;
}
.strip[data-id="39207d"] .features-header h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 42px;
  color: hsl(210, 55%, 23%);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.strip[data-id="39207d"] .features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.strip[data-id="39207d"] .feature-card {
  background-color: #ffffff;
  border: 1px solid hsl(0, 0%, 92%);
  border-radius: 16px;
  padding: 50px 30px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}
.strip[data-id="39207d"] .feature-card:hover {
  transform: translateY(-12px);
  border-color: transparent;
  box-shadow: 0 25px 50px -12px hsla(210, 55%, 23%, 0.15);
}
.strip[data-id="39207d"] .icon-wrapper {
  width: 96px;
  height: 96px;
  background-color: hsl(33, 100%, 97%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  color: hsl(33, 100%, 50%);
  font-size: 48px; /* Dle zadání 48px */
  transition: all 0.4s ease;
  position: relative;
}
.strip[data-id="39207d"] .icon-wrapper i {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.strip[data-id="39207d"] .feature-card:hover .icon-wrapper {
  background-color: hsl(33, 100%, 50%);
  color: #ffffff;
  transform: scale(1.05);
}
.strip[data-id="39207d"] .feature-card:hover .icon-wrapper i {
  transform: scale(1.1);
}
.strip[data-id="39207d"] .feature-card h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: hsl(210, 55%, 23%);
  margin: 0 0 15px 0;
}
.strip[data-id="39207d"] .feature-card p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: hsl(210, 10%, 40%);
  margin: 0;
}
@media (max-width: 1100px) {
  .strip[data-id="39207d"] .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="39207d"] .features-section {
    padding: 80px 0;
  }
  .strip[data-id="39207d"] .features-section::before,
  .strip[data-id="39207d"] .features-section::after {
    display: none;
  }
  .strip[data-id="39207d"] .features-header {
    margin-bottom: 50px;
  }
  .strip[data-id="39207d"] .features-header h2 {
    font-size: 32px;
  }
  .strip[data-id="39207d"] .features-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="39207d"] .feature-card {
    padding: 40px 25px;
  }
}.strip[data-id="3769b7"] {
  --section-id: "3769b7";
  --storage-url: "https://preview-hala-slany-cz.praweb.cz/_section/3769b7";
  --public-url: "https://preview-hala-slany-cz.praweb.cz/_section/3769b7";
}
.strip[data-id="3769b7"] .about-section {
  padding: 120px 0;
  background-color: hsl(210, 20%, 98%);
  position: relative;
  overflow: hidden;
}
.strip[data-id="3769b7"] .about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.strip[data-id="3769b7"] .about-content {
  flex: 0 0 55%;
  position: relative;
}
.strip[data-id="3769b7"] .about-visuals {
  flex: 0 0 45%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.strip[data-id="3769b7"] .bg-text-decor {
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translateY(-50%);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 220px;
  color: hsla(210, 55%, 23%, 0.04);
  pointer-events: none;
  z-index: 1;
  line-height: 0.8;
  white-space: nowrap;
  user-select: none;
}
.strip[data-id="3769b7"] .accent-line {
  width: 60px;
  height: 4px;
  background-color: hsl(33, 100%, 50%);
  margin-bottom: 30px;
  border-radius: 2px;
}
.strip[data-id="3769b7"] .about-content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  color: hsl(210, 55%, 23%);
  margin: 0 0 30px 0;
  letter-spacing: -0.5px;
}
.strip[data-id="3769b7"] .about-content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.8;
  color: hsl(210, 15%, 35%);
  margin: 0 0 25px 0;
}
.strip[data-id="3769b7"] .virtual-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: hsl(210, 55%, 23%);
  text-decoration: none;
  padding: 16px 32px;
  border: 2px solid hsl(210, 55%, 23%);
  border-radius: 8px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-top: 15px;
  background: transparent;
}
.strip[data-id="3769b7"] .virtual-btn i {
  font-size: 18px;
  transition: transform 0.3s ease;
}
.strip[data-id="3769b7"] .virtual-btn:hover {
  background-color: hsl(33, 100%, 50%);
  border-color: hsl(33, 100%, 50%);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px hsla(33, 100%, 50%, 0.2);
}
.strip[data-id="3769b7"] .virtual-btn:hover i {
  transform: scale(1.2);
}
.strip[data-id="3769b7"] .img-main {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 40px hsla(210, 55%, 10%, 0.12);
  z-index: 2;
  position: relative;
  transition: transform 0.5s ease;
}
.strip[data-id="3769b7"] .img-offset {
  width: 75%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 30px 60px hsla(210, 55%, 10%, 0.18);
  margin-top: -100px;
  margin-left: auto;
  margin-right: -30px;
  z-index: 3;
  position: relative;
  border: 8px solid #ffffff;
  transition: transform 0.5s ease;
}
.strip[data-id="3769b7"] .about-visuals:hover .img-main {
  transform: scale(1.02);
}
.strip[data-id="3769b7"] .about-visuals:hover .img-offset {
  transform: translateY(-10px) scale(1.02);
}
@media (max-width: 1100px) {
  .strip[data-id="3769b7"] .about-container {
    flex-direction: column;
    gap: 60px;
    padding: 0 30px;
  }
  .strip[data-id="3769b7"] .about-content, .strip[data-id="3769b7"] .about-visuals {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }
  .strip[data-id="3769b7"] .accent-line {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id="3769b7"] .img-offset {
    margin-right: 0;
    margin-top: -60px;
    width: 80%;
  }
  .strip[data-id="3769b7"] .bg-text-decor {
    font-size: 160px;
    right: 0;
  }
}
@media (max-width: 768px) {
  .strip[data-id="3769b7"] .about-section {
    padding: 80px 0;
  }
  .strip[data-id="3769b7"] .about-content h2 {
    font-size: 32px;
  }
  .strip[data-id="3769b7"] .bg-text-decor {
    display: none;
  }
  .strip[data-id="3769b7"] .img-offset {
    margin-top: -40px;
    border-width: 5px;
  }
}@charset "UTF-8";
.strip[data-id=d2a858] {
  --section-id: "d2a858";
  --storage-url: "https://preview-hala-slany-cz.praweb.cz/_section/d2a858";
  --public-url: "https://preview-hala-slany-cz.praweb.cz/_section/d2a858";
}
.strip[data-id=d2a858] .news-section {
  padding: 100px 0;
  background-color: #fcfcfc; /* Velmi jemné pozadí pro oddělení sekcí */
}
.strip[data-id=d2a858] .news-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=d2a858] .news-header {
  margin-bottom: 50px;
  text-align: left;
}
.strip[data-id=d2a858] .news-header h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: hsl(210, 55%, 23%);
  margin: 0;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.strip[data-id=d2a858] .news-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: hsl(33, 100%, 50%);
}
.strip[data-id=d2a858] .news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 sloupce pro 4 aktuality */
  gap: 25px;
}
.strip[data-id=d2a858] .news-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px hsla(210, 55%, 10%, 0.05);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.strip[data-id=d2a858] .news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px hsla(210, 55%, 10%, 0.12);
}
.strip[data-id=d2a858] .news-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-bottom: 3px solid hsl(33, 100%, 50%);
}
.strip[data-id=d2a858] .news-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.strip[data-id=d2a858] .news-card:hover .news-img-wrapper img {
  transform: scale(1.08);
}
.strip[data-id=d2a858] .news-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: hsl(210, 55%, 23%);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.strip[data-id=d2a858] .news-badge i {
  color: hsl(33, 100%, 50%);
}
.strip[data-id=d2a858] .news-body {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id=d2a858] .news-body h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: hsl(210, 55%, 23%);
  margin: 0 0 12px 0;
  line-height: 1.3;
  transition: color 0.3s ease;
}
.strip[data-id=d2a858] .news-card:hover h3 {
  color: hsl(33, 100%, 50%);
}
.strip[data-id=d2a858] .news-body p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333333; /* Zvýšený kontrast */
  margin: 0 0 20px 0;
  line-height: 1.5;
}
.strip[data-id=d2a858] .read-more {
  margin-top: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: hsl(210, 55%, 23%);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}
.strip[data-id=d2a858] .read-more i {
  font-size: 12px;
  color: hsl(33, 100%, 50%);
}
.strip[data-id=d2a858] .news-card:hover .read-more {
  gap: 12px;
}
@media (max-width: 1200px) {
  .strip[data-id=d2a858] .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id=d2a858] .news-section {
    padding: 60px 0;
  }
  .strip[data-id=d2a858] .news-header {
    margin-bottom: 30px;
  }
  .strip[data-id=d2a858] .news-header h2 {
    font-size: 28px;
  }
  .strip[data-id=d2a858] .news-grid {
    display: flex;
    overflow-x: auto;
    padding: 10px 20px 30px 20px;
    margin: 0 -20px;
    gap: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .strip[data-id=d2a858] .news-grid::-webkit-scrollbar {
    display: none;
  }
  .strip[data-id=d2a858] .news-card {
    min-width: 280px;
    max-width: 280px;
    scroll-snap-align: center;
  }
}.strip[data-id="6a4692"] {
  --section-id: "6a4692";
  --storage-url: "https://preview-hala-slany-cz.praweb.cz/_section/6a4692";
  --public-url: "https://preview-hala-slany-cz.praweb.cz/_section/6a4692";
}
.strip[data-id="6a4692"] .pricing-section {
  padding: 100px 0;
  background-color: hsl(210, 55%, 23%);
  background: radial-gradient(circle at center, hsl(210, 55%, 28%) 0%, hsl(210, 55%, 23%) 100%);
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="6a4692"] .pricing-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="6a4692"] .pricing-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="6a4692"] .pricing-header h2 {
  font-weight: 700;
  font-size: 42px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="6a4692"] .pricing-header p {
  font-weight: 400;
  font-size: 18px;
  color: hsla(0, 0%, 100%, 0.9);
  max-width: 700px;
  margin: 0 auto;
}
.strip[data-id="6a4692"] .pricing-blocks {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.strip[data-id="6a4692"] .pricing-block {
  background-color: hsla(0, 0%, 100%, 0.05);
  border-left: 5px solid hsl(33, 100%, 50%);
  padding: 40px;
  border-radius: 0 16px 16px 0;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.strip[data-id="6a4692"] .pricing-block:hover {
  background-color: hsla(0, 0%, 100%, 0.08);
}
.strip[data-id="6a4692"] .pricing-block h3 {
  font-weight: 700;
  font-size: 26px;
  margin: 0 0 30px 0;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id="6a4692"] .pricing-block h3 i {
  color: hsl(33, 100%, 50%);
  font-size: 28px;
}
.strip[data-id="6a4692"] .pricing-table {
  width: 100%;
  border-collapse: collapse;
}
.strip[data-id="6a4692"] .pricing-table tr {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.strip[data-id="6a4692"] .pricing-table tr:last-child {
  border-bottom: none;
}
.strip[data-id="6a4692"] .pricing-table td {
  padding: 20px 0;
  font-size: 17px;
}
.strip[data-id="6a4692"] .pricing-table td.label {
  font-weight: 400;
  color: hsla(0, 0%, 100%, 0.85);
}
.strip[data-id="6a4692"] .pricing-table td.price {
  text-align: right;
  font-weight: 700;
  font-size: 26px;
  color: hsl(33, 100%, 50%);
  white-space: nowrap;
}
.strip[data-id="6a4692"] .pricing-block-footer {
  margin-top: 25px;
  font-size: 14px;
  color: hsla(0, 0%, 100%, 0.6);
  font-style: italic;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.strip[data-id="6a4692"] .pricing-block-footer i {
  margin-top: 3px;
}
.strip[data-id="6a4692"] .pricing-grid-small {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.strip[data-id="6a4692"] .pricing-footer {
  text-align: center;
  margin-top: 70px;
}
.strip[data-id="6a4692"] .pdf-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #ffffff;
  color: hsl(210, 55%, 23%);
  text-decoration: none;
  padding: 20px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.strip[data-id="6a4692"] .pdf-button i {
  font-size: 22px;
  color: hsl(33, 100%, 50%);
  transition: color 0.3s ease;
}
.strip[data-id="6a4692"] .pdf-button:hover {
  background-color: hsl(33, 100%, 50%);
  color: #ffffff;
  border-color: hsl(33, 100%, 50%);
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
.strip[data-id="6a4692"] .pdf-button:hover i {
  color: #ffffff;
}
@media (max-width: 992px) {
  .strip[data-id="6a4692"] .pricing-grid-small {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .strip[data-id="6a4692"] .pricing-section {
    padding: 70px 0;
  }
  .strip[data-id="6a4692"] .pricing-header h2 {
    font-size: 34px;
  }
  .strip[data-id="6a4692"] .pricing-block {
    padding: 30px 20px;
  }
  .strip[data-id="6a4692"] .pricing-table td {
    display: block;
    width: 100%;
    text-align: left !important;
    padding: 8px 0;
  }
  .strip[data-id="6a4692"] .pricing-table td.label {
    font-size: 15px;
  }
  .strip[data-id="6a4692"] .pricing-table td.price {
    padding-bottom: 20px;
    font-size: 22px;
  }
  .strip[data-id="6a4692"] .pdf-button {
    width: 100%;
    justify-content: center;
    padding: 18px 25px;
    font-size: 16px;
  }
}.strip[data-id="0a32da"] {
  --section-id: "0a32da";
  --storage-url: "https://preview-hala-slany-cz.praweb.cz/_section/0a32da";
  --public-url: "https://preview-hala-slany-cz.praweb.cz/_section/0a32da";
  /* Intro Section */
  /* Headers */
  /* Management Grid */
  /* Documents */
  /* Responsive */
}
.strip[data-id="0a32da"] .ssk-section {
  padding: 80px 0;
  background-color: #fcfcfc;
  color: #1a2b3c;
}
.strip[data-id="0a32da"] .ssk-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="0a32da"] .ssk-intro {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 80px;
}
.strip[data-id="0a32da"] .ssk-text {
  flex: 1.2;
}
.strip[data-id="0a32da"] .ssk-text h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 42px;
  margin: 0 0 30px 0;
  color: #0d1b2a;
  line-height: 1.2;
}
.strip[data-id="0a32da"] .ssk-text p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.8;
  color: #4a5568;
  margin: 0 0 20px 0;
}
.strip[data-id="0a32da"] .ssk-visual {
  flex: 0.8;
}
.strip[data-id="0a32da"] .ssk-visual img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  display: block;
}
.strip[data-id="0a32da"] .ssk-grid-header {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 40px 0;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #0d1b2a;
}
.strip[data-id="0a32da"] .ssk-grid-header::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, #f39c12, transparent);
}
.strip[data-id="0a32da"] .ssk-management-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 80px;
}
.strip[data-id="0a32da"] .management-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #edf2f7;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
.strip[data-id="0a32da"] .management-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background-color: #f39c12;
  transition: height 0.3s ease;
}
.strip[data-id="0a32da"] .management-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  border-color: #f39c12;
}
.strip[data-id="0a32da"] .management-item:hover::before {
  height: 100%;
}
.strip[data-id="0a32da"] .management-item .icon-box {
  width: 45px;
  height: 45px;
  background: #f8fafc;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  color: #0d1b2a;
  font-size: 18px;
  transition: all 0.3s ease;
}
.strip[data-id="0a32da"] .management-item:hover .icon-box {
  background: #0d1b2a;
  color: #ffffff;
}
.strip[data-id="0a32da"] .management-item .name {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #0d1b2a;
}
.strip[data-id="0a32da"] .management-item .role {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #718096;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="0a32da"] .ssk-docs-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="0a32da"] .doc-link {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 25px;
  background-color: #ffffff;
  border: 1px solid #edf2f7;
  border-radius: 12px;
  text-decoration: none;
  color: #0d1b2a;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
}
.strip[data-id="0a32da"] .doc-link .doc-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff8ed;
  color: #f39c12;
  border-radius: 8px;
  font-size: 18px;
}
.strip[data-id="0a32da"] .doc-link:hover {
  background-color: #0d1b2a;
  color: #ffffff;
  border-color: #0d1b2a;
  transform: translateX(5px);
}
.strip[data-id="0a32da"] .doc-link:hover .doc-icon {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
@media (max-width: 1024px) {
  .strip[data-id="0a32da"] .ssk-intro {
    flex-direction: column-reverse;
    gap: 40px;
    text-align: center;
  }
  .strip[data-id="0a32da"] .ssk-grid-header::after {
    display: none;
  }
  .strip[data-id="0a32da"] .ssk-grid-header {
    justify-content: center;
  }
  .strip[data-id="0a32da"] .ssk-management-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .strip[data-id="0a32da"] .ssk-section {
    padding: 50px 0;
  }
  .strip[data-id="0a32da"] .ssk-text h2 {
    font-size: 30px;
  }
  .strip[data-id="0a32da"] .ssk-management-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="0a32da"] .ssk-docs-list {
    grid-template-columns: 1fr;
  }
}@charset "UTF-8";
.strip[data-id=bed986] {
  --section-id: "bed986";
  --storage-url: "https://preview-hala-slany-cz.praweb.cz/_section/bed986";
  --public-url: "https://preview-hala-slany-cz.praweb.cz/_section/bed986";
  /* Dekorativní prvek na pozadí */
}
.strip[data-id=bed986] .contact-section {
  padding: 100px 0;
  background-color: hsl(0, 0%, 96%);
  position: relative;
  overflow: hidden;
}
.strip[data-id=bed986] .contact-section::before {
  content: "\f44e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  bottom: -50px;
  left: -50px;
  font-size: 300px;
  color: hsla(210, 55%, 23%, 0.03);
  transform: rotate(-15deg);
  pointer-events: none;
}
.strip[data-id=bed986] .contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 60px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.strip[data-id=bed986] .contact-info {
  flex: 1;
}
.strip[data-id=bed986] .contact-map {
  flex: 1;
  min-height: 500px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 35px hsla(210, 55%, 10%, 0.12);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}
.strip[data-id=bed986] .contact-map:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px hsla(210, 55%, 10%, 0.18);
}
.strip[data-id=bed986] .contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) contrast(1.1) opacity(0.9);
  transition: filter 0.6s ease;
}
.strip[data-id=bed986] .contact-map:hover iframe {
  filter: grayscale(0) contrast(1) opacity(1);
}
.strip[data-id=bed986] .contact-info h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: hsl(210, 55%, 23%);
  margin: 0 0 45px 0;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.strip[data-id=bed986] .contact-block {
  display: flex;
  gap: 25px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 12px;
  background: transparent;
  transition: background-color 0.3s ease, transform 0.3s ease;
  align-items: flex-start;
}
.strip[data-id=bed986] .contact-block:hover {
  background-color: hsla(0, 0%, 100%, 0.6);
  transform: translateX(10px);
}
.strip[data-id=bed986] .icon-circle {
  width: 54px;
  height: 54px;
  background-color: hsl(33, 100%, 45%); /* Mírně tmavší oranžová pro lepší kontrast */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white; /* Bílá barva ikony pro maximální kontrast na oranžové */
  font-size: 22px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 4px 10px hsla(33, 100%, 45%, 0.3);
}
.strip[data-id=bed986] .contact-block:hover .icon-circle {
  transform: rotate(10deg) scale(1.1);
  background-color: hsl(33, 100%, 50%);
}
.strip[data-id=bed986] .block-content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: hsl(33, 100%, 45%);
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.strip[data-id=bed986] .block-content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: hsl(210, 10%, 35%);
  margin: 0 0 8px 0;
  line-height: 1.6;
}
.strip[data-id=bed986] .block-content .phone {
  display: inline-block;
  font-weight: 700;
  color: hsl(210, 55%, 23%);
  text-decoration: none;
  font-size: 19px;
  margin-top: 5px;
  transition: color 0.3s ease;
}
.strip[data-id=bed986] .block-content .phone:hover {
  color: hsl(33, 100%, 45%);
}
.strip[data-id=bed986] .block-content .email {
  display: block;
  color: hsl(210, 15%, 45%);
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}
.strip[data-id=bed986] .block-content .email:hover {
  color: hsl(33, 100%, 45%);
}
@media (max-width: 992px) {
  .strip[data-id=bed986] .contact-container {
    flex-direction: column;
    gap: 50px;
  }
  .strip[data-id=bed986] .contact-map {
    min-height: 350px;
    height: 350px;
  }
  .strip[data-id=bed986] .contact-block:hover {
    transform: none;
  }
}
@media (max-width: 768px) {
  .strip[data-id=bed986] .contact-section {
    padding: 70px 0;
  }
  .strip[data-id=bed986] .contact-info h2 {
    font-size: 30px;
    margin-bottom: 35px;
    text-align: center;
  }
  .strip[data-id=bed986] .contact-block {
    padding: 15px 0;
  }
}.strip[data-id=e86a4d] {
  --section-id: "e86a4d";
  --storage-url: "https://preview-hala-slany-cz.praweb.cz/_section/e86a4d";
  --public-url: "https://preview-hala-slany-cz.praweb.cz/_section/e86a4d";
}
.strip[data-id=e86a4d] .main-footer {
  background-color: hsl(210, 55%, 10%);
  color: hsl(0, 0%, 80%);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 80px 0 40px 0;
  line-height: 1.6;
}
.strip[data-id=e86a4d] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=e86a4d] .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}
.strip[data-id=e86a4d] .footer-col h4 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  letter-spacing: 1.5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id=e86a4d] .footer-col h4 i {
  color: hsl(33, 100%, 50%);
  font-size: 14px;
}
.strip[data-id=e86a4d] .footer-col p {
  margin: 0;
  color: hsl(0, 0%, 75%);
}
.strip[data-id=e86a4d] .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=e86a4d] .footer-links li {
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}
.strip[data-id=e86a4d] .footer-links li:hover {
  transform: translateX(5px);
}
.strip[data-id=e86a4d] .footer-links a {
  color: hsl(0, 0%, 80%);
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
}
.strip[data-id=e86a4d] .footer-links a:hover {
  color: hsl(33, 100%, 50%);
}
.strip[data-id=e86a4d] .social-links {
  display: flex;
  gap: 15px;
}
.strip[data-id=e86a4d] .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: hsla(0, 0%, 100%, 0.05);
  color: hsl(33, 100%, 50%);
  border-radius: 12px;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id=e86a4d] .social-icon:hover {
  color: #ffffff;
  background-color: hsl(33, 100%, 50%);
  transform: translateY(-5px) rotate(10deg);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.strip[data-id=e86a4d] .footer-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, hsl(33, 100%, 50%), transparent);
  width: 100%;
  margin-bottom: 40px;
  opacity: 0.6;
}
.strip[data-id=e86a4d] .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: hsla(0, 0%, 100%, 0.4);
}
.strip[data-id=e86a4d] .footer-bottom p {
  margin: 0;
}
.strip[data-id=e86a4d] .footer-bottom strong {
  color: hsl(0, 0%, 70%);
}
@media (max-width: 992px) {
  .strip[data-id=e86a4d] .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .strip[data-id=e86a4d] .footer-col:first-child {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .strip[data-id=e86a4d] .main-footer {
    padding: 60px 0 40px 0;
    text-align: center;
  }
  .strip[data-id=e86a4d] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id=e86a4d] .footer-col:first-child {
    grid-column: span 1;
  }
  .strip[data-id=e86a4d] .footer-col h4 {
    justify-content: center;
  }
  .strip[data-id=e86a4d] .social-links {
    justify-content: center;
  }
  .strip[data-id=e86a4d] .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
  .strip[data-id=e86a4d] .footer-links li:hover {
    transform: none;
  }
}