@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;600;700;800&display=swap');
.strip[data-id="9c50bf"] {
  --section-id: "9c50bf";
  --storage-url: "https://preview-hala-slany-cz2.praweb.cz/_section/9c50bf";
  --public-url: "https://preview-hala-slany-cz2.praweb.cz/_section/9c50bf";
}
.strip[data-id="9c50bf"] .header-section {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: hsla(211, 100%, 15%, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid hsla(210, 17%, 98%, 0.1);
  transition: all 0.3s ease;
}
.strip[data-id="9c50bf"] .header-section.scrolled {
  background-color: hsla(211, 100%, 10%, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.strip[data-id="9c50bf"] .header-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  transition: height 0.3s ease;
}
.strip[data-id="9c50bf"] .header-section.scrolled .header-container {
  height: 70px;
}
.strip[data-id="9c50bf"] .logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.strip[data-id="9c50bf"] .logo-link:hover {
  transform: scale(1.02);
}
.strip[data-id="9c50bf"] .logo-img {
  max-height: 70px;
  width: auto;
  transition: max-height 0.3s ease;
}
.strip[data-id="9c50bf"] .header-section.scrolled .logo-img {
  max-height: 55px;
}
.strip[data-id="9c50bf"] .nav-menu {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.strip[data-id="9c50bf"] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: hsl(210, 17%, 98%);
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.strip[data-id="9c50bf"] .nav-link i {
  font-size: 14px;
  color: hsla(210, 17%, 98%, 0.7);
  transition: color 0.3s ease;
}
.strip[data-id="9c50bf"] .nav-link:hover i {
  color: hsl(357, 95%, 45%);
}
.strip[data-id="9c50bf"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: hsl(357, 95%, 45%);
  transition: width 0.3s ease;
}
.strip[data-id="9c50bf"] .nav-link:hover::after,
.strip[data-id="9c50bf"] .nav-link.active::after {
  width: 100%;
}
.strip[data-id="9c50bf"] .nav-link:hover {
  color: #fff;
}
.strip[data-id="9c50bf"] .header-cta {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.strip[data-id="9c50bf"] .btn-reservation {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Montserrat", sans-serif;
  background-color: hsl(357, 95%, 45%);
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px hsla(357, 95%, 45%, 0.3);
  white-space: nowrap;
}
.strip[data-id="9c50bf"] .btn-reservation:hover {
  transform: translateY(-2px);
  background-color: hsl(357, 95%, 50%);
  box-shadow: 0 8px 25px hsla(357, 95%, 45%, 0.5);
}
.strip[data-id="9c50bf"] .mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
  z-index: 1001;
}
.strip[data-id="9c50bf"] .mobile-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background-color: hsl(210, 17%, 98%);
  border-radius: 3px;
  transition: 0.3s;
}
.strip[data-id="9c50bf"] .header-cta-mobile {
  display: none;
}
@media (max-width: 1250px) {
  .strip[data-id="9c50bf"] .nav-menu {
    gap: 15px;
  }
  .strip[data-id="9c50bf"] .nav-link {
    font-size: 13px;
  }
  .strip[data-id="9c50bf"] .header-container {
    padding: 0 15px;
  }
}
@media (max-width: 1100px) {
  .strip[data-id="9c50bf"] .nav-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    background-color: hsl(211, 100%, 8%);
    flex-direction: column;
    padding: 100px 40px;
    gap: 15px;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow-y: auto;
  }
  .strip[data-id="9c50bf"] .nav-menu.open {
    display: flex;
  }
  .strip[data-id="9c50bf"] .nav-link {
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
  }
  .strip[data-id="9c50bf"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="9c50bf"] .header-cta {
    display: none;
  }
  .strip[data-id="9c50bf"] .header-cta-mobile {
    display: block;
    margin-top: 30px;
    width: 100%;
  }
  .strip[data-id="9c50bf"] .header-cta-mobile .btn-reservation {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .strip[data-id="9c50bf"] .header-container {
    height: 70px;
  }
  .strip[data-id="9c50bf"] .logo-img {
    max-height: 50px;
  }
  .strip[data-id="9c50bf"] .header-section.scrolled .header-container {
    height: 60px;
  }
  .strip[data-id="9c50bf"] .header-section.scrolled .logo-img {
    max-height: 45px;
  }
}
.strip[data-id="9c50bf"] .mobile-toggle.open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.strip[data-id="9c50bf"] .mobile-toggle.open span:nth-child(2) {
  opacity: 0;
}
.strip[data-id="9c50bf"] .mobile-toggle.open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}.strip[data-id=c414c4] {
  --section-id: "c414c4";
  --storage-url: "https://preview-hala-slany-cz2.praweb.cz/_section/c414c4";
  --public-url: "https://preview-hala-slany-cz2.praweb.cz/_section/c414c4";
  /* Geometric lines texture */
}
.strip[data-id=c414c4] .hero-strip {
  height: 85vh;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: hsl(211, 100%, 8%);
}
.strip[data-id=c414c4] .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, hsla(211, 100%, 8%, 0.85), hsla(211, 100%, 10%, 0.5)), url(https://preview-hala-slany-cz2.praweb.cz/_section/c414c4/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 0.5s ease-out;
}
.strip[data-id=c414c4] .hero-strip:hover .hero-background {
  transform: scale(1.05);
}
.strip[data-id=c414c4] .hero-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  z-index: 2;
  mask-image: radial-gradient(circle, black, transparent 90%);
  animation: textureMove 30s linear infinite;
}
@keyframes textureMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 80px 80px;
  }
}
.strip[data-id=c414c4] .hero-container {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
}
.strip[data-id=c414c4] .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
.strip[data-id=c414c4] .hero-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 8vw, 72px);
  color: #ffffff;
  margin: 0;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.strip[data-id=c414c4] .hero-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 2vw, 22px);
  color: hsl(210, 10%, 85%);
  max-width: 750px;
  margin: 0;
  line-height: 1.6;
}
.strip[data-id=c414c4] .hero-cta-wrapper {
  margin-top: 10px;
}
.strip[data-id=c414c4] .btn-hero {
  display: inline-block;
  background-color: hsl(357, 95%, 45%);
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 18px;
  padding: 22px 45px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 15px 35px rgba(220, 20, 30, 0.3);
  animation: pulseGlow 2.5s infinite;
}
.strip[data-id=c414c4] .btn-hero:hover {
  transform: translateY(-5px) scale(1.02);
  background-color: hsl(357, 95%, 50%);
  box-shadow: 0 20px 40px rgba(220, 20, 30, 0.4);
}
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 hsla(357, 95%, 45%, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px hsla(357, 95%, 45%, 0);
  }
  100% {
    box-shadow: 0 0 0 0 hsla(357, 95%, 45%, 0);
  }
}
.strip[data-id=c414c4] .hero-benefits {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.strip[data-id=c414c4] .benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=c414c4] .benefit-icon {
  font-size: 20px;
  color: hsl(357, 95%, 55%);
}
@media (max-width: 768px) {
  .strip[data-id=c414c4] .hero-strip {
    height: auto;
    padding: 100px 20px;
  }
  .strip[data-id=c414c4] .hero-benefits {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
}@charset "UTF-8";
.strip[data-id="0afa20"] {
  --section-id: "0afa20";
  --storage-url: "https://preview-hala-slany-cz2.praweb.cz/_section/0afa20";
  --public-url: "https://preview-hala-slany-cz2.praweb.cz/_section/0afa20";
  /* Dekorativní prvek v pozadí */
}
.strip[data-id="0afa20"] .benefits-section {
  background-color: hsl(210, 17%, 98%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.strip[data-id="0afa20"] .benefits-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, hsla(357, 95%, 45%, 0.03) 0%, transparent 70%);
  z-index: 0;
}
.strip[data-id="0afa20"] .benefits-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id="0afa20"] .section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}
.strip[data-id="0afa20"] .section-header h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: hsl(210, 11%, 15%);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.strip[data-id="0afa20"] .section-header p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #444;
  line-height: 1.6;
}
.strip[data-id="0afa20"] .benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.strip[data-id="0afa20"] .benefit-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-bottom: 6px solid hsl(211, 100%, 15%);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(40px);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.strip[data-id="0afa20"] .benefit-card.visible {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="0afa20"] .benefit-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.strip[data-id="0afa20"] .icon-wrapper {
  width: 96px;
  height: 96px;
  background-color: hsla(357, 95%, 45%, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  transition: all 0.4s ease;
  position: relative;
}
.strip[data-id="0afa20"] .benefit-card:hover .icon-wrapper {
  background-color: hsl(357, 95%, 45%);
  transform: scale(1.1) rotate(5deg);
}
.strip[data-id="0afa20"] .icon-wrapper i {
  font-size: 44px;
  color: hsl(357, 95%, 45%);
  transition: all 0.4s ease;
}
.strip[data-id="0afa20"] .benefit-card:hover .icon-wrapper i {
  color: #ffffff;
}
.strip[data-id="0afa20"] .benefit-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: hsl(210, 11%, 15%);
  margin-bottom: 15px;
}
.strip[data-id="0afa20"] .benefit-text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}
.strip[data-id="0afa20"] .benefit-text strong {
  font-weight: 700;
  color: hsl(211, 100%, 15%);
  font-size: 1.1em;
}
@media (max-width: 1024px) {
  .strip[data-id="0afa20"] .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id="0afa20"] .section-header h2 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .strip[data-id="0afa20"] .benefits-section {
    padding: 70px 0;
  }
  .strip[data-id="0afa20"] .section-header {
    margin-bottom: 40px;
  }
  .strip[data-id="0afa20"] .section-header h2 {
    font-size: 28px;
  }
  .strip[data-id="0afa20"] .benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id="0afa20"] .benefit-card {
    padding: 35px 25px;
  }
}.strip[data-id="74e1f7"] {
  --section-id: "74e1f7";
  --storage-url: "https://preview-hala-slany-cz2.praweb.cz/_section/74e1f7";
  --public-url: "https://preview-hala-slany-cz2.praweb.cz/_section/74e1f7";
}
.strip[data-id="74e1f7"] .about-section {
  background: linear-gradient(145deg, hsl(211, 100%, 15%) 0%, hsl(211, 100%, 8%) 100%);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  color: hsl(210, 17%, 98%);
}
.strip[data-id="74e1f7"] .bg-text-decoration {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 20vw;
  color: rgba(255, 255, 255, 0.02);
  pointer-events: none;
  line-height: 1;
  z-index: 1;
  white-space: nowrap;
  text-transform: uppercase;
}
.strip[data-id="74e1f7"] .about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 2;
}
.strip[data-id="74e1f7"] .about-text-content {
  flex: 1;
}
.strip[data-id="74e1f7"] .about-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.strip[data-id="74e1f7"] .about-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: hsl(357, 95%, 45%);
  border-radius: 2px;
}
.strip[data-id="74e1f7"] .about-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}
.strip[data-id="74e1f7"] .feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.strip[data-id="74e1f7"] .feature-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(357, 95%, 45%);
  font-size: 18px;
  margin-top: 4px;
}
.strip[data-id="74e1f7"] .feature-text {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}
.strip[data-id="74e1f7"] .btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: transparent;
}
.strip[data-id="74e1f7"] .btn-ghost i {
  font-size: 16px;
}
.strip[data-id="74e1f7"] .btn-ghost:hover {
  background-color: #ffffff;
  color: hsl(211, 100%, 15%);
  border-color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.strip[data-id="74e1f7"] .about-mosaic {
  flex: 0 0 45%;
  position: relative;
  height: 550px;
}
.strip[data-id="74e1f7"] .mosaic-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.strip[data-id="74e1f7"] .mosaic-img-top {
  width: 90%;
  height: 350px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  transition: transform 0.6s ease;
}
.strip[data-id="74e1f7"] .mosaic-img-bottom {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 65%;
  height: 380px;
  object-fit: cover;
  border-radius: 16px;
  border: 10px solid hsl(211, 100%, 15%);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  transition: transform 0.6s ease;
}
.strip[data-id="74e1f7"] .mosaic-wrapper:hover .mosaic-img-top {
  transform: scale(1.02);
}
.strip[data-id="74e1f7"] .mosaic-wrapper:hover .mosaic-img-bottom {
  transform: scale(1.05) translate(-10px, -10px);
}
@media (max-width: 1100px) {
  .strip[data-id="74e1f7"] .about-container {
    gap: 40px;
  }
  .strip[data-id="74e1f7"] .about-title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="74e1f7"] .about-container {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="74e1f7"] .about-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="74e1f7"] .feature-item {
    justify-content: center;
    text-align: left;
  }
  .strip[data-id="74e1f7"] .about-mosaic {
    width: 100%;
    height: 600px;
    max-width: 600px;
    margin-top: 40px;
  }
  .strip[data-id="74e1f7"] .mosaic-img-bottom {
    right: 10%;
  }
}
@media (max-width: 576px) {
  .strip[data-id="74e1f7"] .about-section {
    padding: 80px 0;
  }
  .strip[data-id="74e1f7"] .about-title {
    font-size: 32px;
  }
  .strip[data-id="74e1f7"] .about-mosaic {
    height: 450px;
  }
  .strip[data-id="74e1f7"] .mosaic-img-top {
    height: 250px;
  }
  .strip[data-id="74e1f7"] .mosaic-img-bottom {
    height: 280px;
    width: 75%;
    border-width: 6px;
  }
}.strip[data-id=a7f206] {
  --section-id: "a7f206";
  --storage-url: "https://preview-hala-slany-cz2.praweb.cz/_section/a7f206";
  --public-url: "https://preview-hala-slany-cz2.praweb.cz/_section/a7f206";
  /* Featured News */
  /* Sidebar News */
}
.strip[data-id=a7f206] .news-section {
  background-color: hsl(210, 15%, 95%);
  padding: 80px 0;
  font-family: "Montserrat", sans-serif;
  color: hsl(210, 11%, 15%);
}
.strip[data-id=a7f206] .news-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=a7f206] .news-header {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
}
.strip[data-id=a7f206] .news-header-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: hsl(210, 11%, 15%);
  margin: 0;
  position: relative;
  padding-bottom: 15px;
}
.strip[data-id=a7f206] .news-header-title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: hsl(357, 95%, 45%);
}
.strip[data-id=a7f206] .all-news-link {
  color: hsl(357, 95%, 45%);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}
.strip[data-id=a7f206] .all-news-link:hover {
  gap: 12px;
}
.strip[data-id=a7f206] .news-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 30px;
}
.strip[data-id=a7f206] .news-featured {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px;
  text-decoration: none;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
.strip[data-id=a7f206] .news-featured:hover {
  transform: translateY(-5px);
}
.strip[data-id=a7f206] .news-featured-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%), url(https://preview-hala-slany-cz2.praweb.cz/_section/a7f206/news-collage.jpg);
  background-size: cover;
  background-position: center;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}
.strip[data-id=a7f206] .news-featured:hover .news-featured-bg {
  transform: scale(1.08);
}
.strip[data-id=a7f206] .news-featured-content {
  position: relative;
  z-index: 2;
}
.strip[data-id=a7f206] .date-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: hsl(357, 95%, 45%);
  color: #fff;
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.strip[data-id=a7f206] .news-featured-title {
  font-size: 36px;
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.strip[data-id=a7f206] .news-featured-desc {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  max-width: 90%;
}
.strip[data-id=a7f206] .news-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id=a7f206] .news-item {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  border-left: 4px solid transparent;
}
.strip[data-id=a7f206] .news-item:hover {
  transform: translateX(10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-left-color: hsl(357, 95%, 45%);
}
.strip[data-id=a7f206] .news-item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.strip[data-id=a7f206] .news-item-icon {
  width: 40px;
  height: 40px;
  background: hsl(210, 15%, 95%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(357, 95%, 45%);
  font-size: 18px;
  transition: all 0.3s ease;
}
.strip[data-id=a7f206] .news-item:hover .news-item-icon {
  background: hsl(357, 95%, 45%);
  color: #fff;
}
.strip[data-id=a7f206] .news-item-title {
  font-size: 18px;
  font-weight: 700;
  color: hsl(210, 11%, 15%);
  margin: 0;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.strip[data-id=a7f206] .news-item:hover .news-item-title {
  color: hsl(357, 95%, 45%);
}
.strip[data-id=a7f206] .news-item-desc {
  color: hsl(210, 10%, 45%);
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}
.strip[data-id=a7f206] .news-item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  padding-top: 15px;
  border-top: 1px solid hsl(210, 15%, 92%);
}
.strip[data-id=a7f206] .news-item-date {
  font-size: 12px;
  color: hsl(210, 10%, 60%);
  font-weight: 600;
}
.strip[data-id=a7f206] .news-item-more {
  font-size: 13px;
  font-weight: 700;
  color: hsl(357, 95%, 45%);
  display: flex;
  align-items: center;
  gap: 5px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}
.strip[data-id=a7f206] .news-item:hover .news-item-more {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 1024px) {
  .strip[data-id=a7f206] .news-layout {
    grid-template-columns: 1fr;
  }
  .strip[data-id=a7f206] .news-featured {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=a7f206] .news-section {
    padding: 60px 0;
  }
  .strip[data-id=a7f206] .news-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .strip[data-id=a7f206] .news-header-title h2 {
    font-size: 28px;
  }
  .strip[data-id=a7f206] .news-featured {
    padding: 30px;
    height: 400px;
  }
  .strip[data-id=a7f206] .news-featured-title {
    font-size: 26px;
  }
  .strip[data-id=a7f206] .news-featured-desc {
    font-size: 15px;
    max-width: 100%;
  }
}.strip[data-id="0b1f5f"] {
  --section-id: "0b1f5f";
  --storage-url: "https://preview-hala-slany-cz2.praweb.cz/_section/0b1f5f";
  --public-url: "https://preview-hala-slany-cz2.praweb.cz/_section/0b1f5f";
}
.strip[data-id="0b1f5f"] .pricing-section {
  background-color: #ffffff;
  background-image: radial-gradient(hsl(210, 15%, 90%) 1px, transparent 1px);
  background-size: 20px 20px;
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="0b1f5f"] .pricing-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="0b1f5f"] .pricing-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="0b1f5f"] .pricing-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: hsl(211, 100%, 15%);
  margin: 0 0 15px;
  text-transform: uppercase;
}
.strip[data-id="0b1f5f"] .pricing-header p {
  font-size: 16px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}
.strip[data-id="0b1f5f"] .pricing-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
.strip[data-id="0b1f5f"] .pricing-block {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: 1px solid hsl(210, 15%, 90%);
}
.strip[data-id="0b1f5f"] .block-title {
  background-color: hsl(211, 100%, 15%);
  color: #fff;
  padding: 20px;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.strip[data-id="0b1f5f"] .price-table {
  width: 100%;
  border-collapse: collapse;
}
.strip[data-id="0b1f5f"] .price-row {
  border-bottom: 1px solid hsl(210, 15%, 95%);
  display: flex;
  align-items: center;
  padding: 20px;
  transition: background-color 0.3s ease;
}
.strip[data-id="0b1f5f"] .price-row:last-child {
  border-bottom: none;
}
.strip[data-id="0b1f5f"] .price-row:hover {
  background-color: hsl(210, 15%, 98%);
}
.strip[data-id="0b1f5f"] .price-info {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id="0b1f5f"] .price-info i {
  color: #999;
  font-size: 18px;
}
.strip[data-id="0b1f5f"] .price-label {
  font-size: 15px;
  font-weight: 400;
  color: #333;
}
.strip[data-id="0b1f5f"] .price-value {
  font-size: 22px;
  font-weight: 800;
  color: hsl(357, 95%, 45%);
  white-space: nowrap;
}
.strip[data-id="0b1f5f"] .pricing-footer {
  text-align: center;
}
.strip[data-id="0b1f5f"] .btn-pdf {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background-color: hsl(211, 100%, 15%);
  color: #fff;
  padding: 20px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px hsla(211, 100%, 15%, 0.3);
  transition: transform 0.3s ease;
}
.strip[data-id="0b1f5f"] .btn-pdf:hover {
  transform: translateY(-5px);
}
.strip[data-id="0b1f5f"] .btn-pdf::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -100%;
  width: 50%;
  height: 200%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: rotate(30deg);
  animation: shimmer 5s infinite;
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
@media (max-width: 900px) {
  .strip[data-id="0b1f5f"] .pricing-blocks {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .strip[data-id="0b1f5f"] .pricing-section {
    padding: 60px 0;
  }
  .strip[data-id="0b1f5f"] .pricing-header h2 {
    font-size: 32px;
  }
  .strip[data-id="0b1f5f"] .price-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .strip[data-id="0b1f5f"] .price-value {
    align-self: flex-end;
  }
  .strip[data-id="0b1f5f"] .btn-pdf {
    width: 100%;
    justify-content: center;
    padding: 15px 25px;
    font-size: 14px;
  }
}.strip[data-id="713fb9"] {
  --section-id: "713fb9";
  --storage-url: "https://preview-hala-slany-cz2.praweb.cz/_section/713fb9";
  --public-url: "https://preview-hala-slany-cz2.praweb.cz/_section/713fb9";
}
.strip[data-id="713fb9"] .ssk-section {
  background-color: hsl(210, 17%, 98%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="713fb9"] .ssk-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background-color: hsl(211, 100%, 15%);
}
.strip[data-id="713fb9"] .ssk-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
}
.strip[data-id="713fb9"] .ssk-content {
  flex: 1;
}
.strip[data-id="713fb9"] .ssk-image-wrapper {
  flex: 0 0 45%;
}
.strip[data-id="713fb9"] .ssk-image {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  display: block;
}
.strip[data-id="713fb9"] .ssk-title {
  font-size: 36px;
  font-weight: 700;
  color: hsl(211, 100%, 15%);
  margin: 0 0 25px;
}
.strip[data-id="713fb9"] .ssk-description {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 35px;
}
.strip[data-id="713fb9"] .management-box {
  margin-bottom: 40px;
}
.strip[data-id="713fb9"] .management-title {
  font-size: 18px;
  font-weight: 700;
  color: hsl(211, 100%, 15%);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="713fb9"] .management-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="713fb9"] .management-item {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="713fb9"] .management-item::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: hsl(357, 95%, 45%);
  border-radius: 50%;
  flex-shrink: 0;
}
.strip[data-id="713fb9"] .downloads-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.strip[data-id="713fb9"] .downloads-title {
  font-size: 16px;
  font-weight: 700;
  color: hsl(211, 100%, 15%);
  margin-bottom: 15px;
}
.strip[data-id="713fb9"] .download-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.strip[data-id="713fb9"] .download-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: hsl(211, 100%, 15%);
  font-weight: 500;
  font-size: 14px;
  transition: color 0.3s ease;
}
.strip[data-id="713fb9"] .download-link i {
  font-size: 16px;
}
.strip[data-id="713fb9"] .download-link:hover {
  color: hsl(357, 95%, 45%);
}
@media (max-width: 1024px) {
  .strip[data-id="713fb9"] .ssk-container {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="713fb9"] .ssk-image-wrapper {
    width: 80%;
  }
  .strip[data-id="713fb9"] .management-list {
    justify-items: center;
  }
  .strip[data-id="713fb9"] .management-item {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .strip[data-id="713fb9"] .ssk-section {
    padding: 60px 0;
  }
  .strip[data-id="713fb9"] .ssk-container {
    padding: 0 20px;
  }
  .strip[data-id="713fb9"] .ssk-title {
    font-size: 28px;
  }
  .strip[data-id="713fb9"] .management-list {
    grid-template-columns: 1fr;
  }
  .strip[data-id="713fb9"] .ssk-image-wrapper {
    width: 100%;
  }
}.strip[data-id="13cfcc"] {
  --section-id: "13cfcc";
  --storage-url: "https://preview-hala-slany-cz2.praweb.cz/_section/13cfcc";
  --public-url: "https://preview-hala-slany-cz2.praweb.cz/_section/13cfcc";
}
.strip[data-id="13cfcc"] .contact-section {
  position: relative;
  width: 100%;
  min-height: 600px;
  overflow: hidden;
  background-color: #0a1118;
  display: flex;
  align-items: center;
}
.strip[data-id="13cfcc"] .map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.strip[data-id="13cfcc"] .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) contrast(1.2) opacity(0.6);
  pointer-events: none;
  transition: all 0.5s ease;
}
.strip[data-id="13cfcc"] .map-container.active iframe {
  pointer-events: auto;
  filter: grayscale(0.2) contrast(1) opacity(1);
}
.strip[data-id="13cfcc"] .map-overlay-hint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.3s ease;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.strip[data-id="13cfcc"] .map-container.active .map-overlay-hint {
  opacity: 0;
}
.strip[data-id="13cfcc"] .contact-overlay-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding: 60px 20px;
  pointer-events: none;
}
.strip[data-id="13cfcc"] .contact-info-box {
  width: 420px;
  background-color: #001f3f;
  padding: 45px;
  border-radius: 24px;
  color: #ffffff;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  pointer-events: auto;
  font-family: "Montserrat", sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.strip[data-id="13cfcc"] .contact-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 35px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 15px;
}
.strip[data-id="13cfcc"] .contact-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #e60012;
}
.strip[data-id="13cfcc"] .contact-group {
  margin-bottom: 30px;
}
.strip[data-id="13cfcc"] .contact-group:last-child {
  margin-bottom: 0;
}
.strip[data-id="13cfcc"] .contact-group-label {
  font-size: 12px;
  font-weight: 700;
  color: #e60012;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
  letter-spacing: 1.5px;
}
.strip[data-id="13cfcc"] .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 8px;
}
.strip[data-id="13cfcc"] .contact-item i {
  color: #e60012;
  font-size: 18px;
  width: 20px;
  text-align: center;
  margin-top: 3px;
}
.strip[data-id="13cfcc"] .contact-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  display: inline-block;
}
.strip[data-id="13cfcc"] .contact-link:hover {
  color: #e60012;
  transform: translateX(5px);
}
.strip[data-id="13cfcc"] .contact-address {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 15px 0;
}
.strip[data-id="13cfcc"] .btn-navigate {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #e60012;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
  margin-top: 5px;
}
.strip[data-id="13cfcc"] .btn-navigate:hover {
  background: #c2000f;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(230, 0, 18, 0.3);
}
@media (max-width: 1024px) {
  .strip[data-id="13cfcc"] .contact-info-box {
    width: 380px;
    padding: 35px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="13cfcc"] .contact-section {
    height: auto;
    min-height: auto;
    display: flex;
    flex-direction: column;
  }
  .strip[data-id="13cfcc"] .map-container {
    position: relative;
    height: 350px;
    order: 2;
  }
  .strip[data-id="13cfcc"] .contact-overlay-wrapper {
    position: relative;
    height: auto;
    order: 1;
    padding: 40px 15px;
  }
  .strip[data-id="13cfcc"] .contact-info-box {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    box-shadow: none;
    border-radius: 20px;
    padding: 30px 20px;
  }
  .strip[data-id="13cfcc"] .map-overlay-hint {
    display: none;
  }
}.strip[data-id="6af245"] {
  --section-id: "6af245";
  --storage-url: "https://preview-hala-slany-cz2.praweb.cz/_section/6af245";
  --public-url: "https://preview-hala-slany-cz2.praweb.cz/_section/6af245";
}
.strip[data-id="6af245"] .footer-section {
  background-color: hsl(210, 11%, 10%);
  padding: 80px 0 40px;
  font-family: "Montserrat", sans-serif;
  color: hsl(210, 5%, 80%);
  border-top: 4px solid hsl(357, 95%, 45%);
}
.strip[data-id="6af245"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="6af245"] .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}
.strip[data-id="6af245"] .footer-col-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id="6af245"] .footer-col-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: hsl(357, 95%, 45%);
}
.strip[data-id="6af245"] .footer-motto {
  font-size: 15px;
  line-height: 1.8;
  max-width: 350px;
}
.strip[data-id="6af245"] .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.strip[data-id="6af245"] .footer-link {
  color: hsl(210, 5%, 80%);
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="6af245"] .footer-link i {
  font-size: 10px;
  color: hsl(357, 95%, 45%);
  transition: transform 0.3s ease;
}
.strip[data-id="6af245"] .footer-link:hover {
  color: #ffffff;
  padding-left: 5px;
}
.strip[data-id="6af245"] .footer-link:hover i {
  transform: translateX(3px);
}
.strip[data-id="6af245"] .footer-socials {
  display: flex;
  gap: 15px;
}
.strip[data-id="6af245"] .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background-color: rgba(255, 255, 255, 0.05);
}
.strip[data-id="6af245"] .social-icon:hover {
  transform: rotate(15deg) scale(1.1);
  background-color: hsl(357, 95%, 45%);
  border-color: hsl(357, 95%, 45%);
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(227, 6, 19, 0.3);
}
.strip[data-id="6af245"] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 30px;
  text-align: center;
}
.strip[data-id="6af245"] .footer-copyright {
  font-size: 14px;
  margin: 0;
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .strip[data-id="6af245"] .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .strip[data-id="6af245"] .footer-section {
    padding: 60px 0 30px;
  }
  .strip[data-id="6af245"] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .strip[data-id="6af245"] .footer-col-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="6af245"] .footer-motto {
    margin: 0 auto;
  }
  .strip[data-id="6af245"] .footer-socials {
    justify-content: center;
  }
  .strip[data-id="6af245"] .footer-link {
    justify-content: center;
  }
  .strip[data-id="6af245"] .footer-link:hover {
    padding-left: 0;
  }
}