@charset "UTF-8";
.strip[data-id=d24186] {
  --section-id: "d24186";
  --storage-url: "https://hala2.proweb.cz/_section/d24186";
  --public-url: "https://hala2.proweb.cz/_section/d24186";
  /* ── Reset ── */
  /* ── Shell ── */
  /* Vertical accent bar on the left edge */
  /* ── Inner ── */
  /* ── Logo ── */
  /* ── Desktop nav ── */
  /* Slide-up reveal underline */
  /* Numeric index */
  /* ── Right ── */
  /* ── CTA ── */
  /* ── Hamburger ── */
  /* Open state */
  /* ── Mobile drawer ── */
  /* ── Spacer ── */
  /* ── Responsive ── */
}
.strip[data-id=d24186] .hnav *, .strip[data-id=d24186] .hnav *::before, .strip[data-id=d24186] .hnav *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.strip[data-id=d24186] .hnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(8, 8, 18, 0.82);
  backdrop-filter: blur(20px) saturate(170%);
  -webkit-backdrop-filter: blur(20px) saturate(170%);
  border-bottom: 1px solid rgba(255, 140, 0, 0.15);
  transition: background 0.4s ease, box-shadow 0.4s ease;
}
.strip[data-id=d24186] .hnav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #ff8c00 0%, transparent 100%);
  pointer-events: none;
}
.strip[data-id=d24186] .hnav.scrolled {
  background: rgba(8, 8, 18, 0.97);
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.6);
}
.strip[data-id=d24186] .hnav__inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 2.5rem;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.strip[data-id=d24186] .hnav__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
}
.strip[data-id=d24186] .hnav__logo-mark {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: linear-gradient(135deg, #ff8c00, #c95e00);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.02em;
  flex-shrink: 0;
  box-shadow: 0 0 14px rgba(255, 140, 0, 0.4);
  transition: box-shadow 0.3s;
}
.strip[data-id=d24186] .hnav__logo:hover .hnav__logo-mark {
  box-shadow: 0 0 24px rgba(255, 140, 0, 0.65);
}
.strip[data-id=d24186] .hnav__logo img {
  height: 36px;
  width: auto;
  display: block;
  filter: brightness(1.05);
  transition: filter 0.25s;
}
.strip[data-id=d24186] .hnav__logo:hover img {
  filter: brightness(1.2);
}
.strip[data-id=d24186] .hnav__links {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
  justify-content: center;
}
.strip[data-id=d24186] .hnav__link {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.5rem 0.9rem;
  transition: color 0.2s;
  overflow: hidden;
}
.strip[data-id=d24186] .hnav__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.9rem;
  right: 0.9rem;
  height: 1.5px;
  background: #ff8c00;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id=d24186] .hnav__link:hover,
.strip[data-id=d24186] .hnav__link.active {
  color: #fff;
}
.strip[data-id=d24186] .hnav__link:hover::after,
.strip[data-id=d24186] .hnav__link.active::after {
  transform: scaleX(1);
}
.strip[data-id=d24186] .hnav__link-idx {
  font-size: 0.6rem;
  font-weight: 700;
  color: #ff8c00;
  letter-spacing: 0.08em;
  line-height: 1;
  transition: opacity 0.2s;
  opacity: 0.7;
}
.strip[data-id=d24186] .hnav__link:hover .hnav__link-idx,
.strip[data-id=d24186] .hnav__link.active .hnav__link-idx {
  opacity: 1;
}
.strip[data-id=d24186] .hnav__link-txt {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.strip[data-id=d24186] .hnav__ext-icon {
  width: 8px;
  height: 8px;
  opacity: 0.5;
  transition: opacity 0.2s, transform 0.2s;
}
.strip[data-id=d24186] .hnav__link--ext:hover .hnav__ext-icon {
  opacity: 1;
  transform: translate(2px, -2px);
}
.strip[data-id=d24186] .hnav__right {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
.strip[data-id=d24186] .hnav__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: linear-gradient(135deg, #ff8c00 0%, #c95e00 100%);
  color: #fff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.52rem 1.2rem;
  border-radius: 50px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.3s;
  animation: hnav-pulse 3s ease-in-out infinite;
}
.strip[data-id=d24186] .hnav__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(-110%) skewX(-15deg);
  transition: transform 0.4s ease;
}
.strip[data-id=d24186] .hnav__cta:hover::before {
  transform: translateX(110%) skewX(-15deg);
}
.strip[data-id=d24186] .hnav__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 140, 0, 0.5);
  animation: none;
}
.strip[data-id=d24186] .hnav__cta-icon {
  font-size: 1rem;
  line-height: 1;
}
.strip[data-id=d24186] .hnav__cta-arrow {
  font-size: 0.9rem;
  transition: transform 0.2s;
}
.strip[data-id=d24186] .hnav__cta:hover .hnav__cta-arrow {
  transform: translateX(3px);
}
@keyframes hnav-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 140, 0, 0.45);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(255, 140, 0, 0);
  }
}
.strip[data-id=d24186] .hnav__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  width: 36px;
  height: 36px;
  padding: 4px;
}
.strip[data-id=d24186] .hnav__burger-line {
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s, width 0.3s;
}
.strip[data-id=d24186] .hnav__burger-line--short {
  width: 65%;
}
.strip[data-id=d24186] .hnav__burger:hover .hnav__burger-line {
  background: #ff8c00;
}
.strip[data-id=d24186] .hnav__burger.open .hnav__burger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id=d24186] .hnav__burger.open .hnav__burger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.strip[data-id=d24186] .hnav__burger.open .hnav__burger-line--short {
  width: 100%;
  transform: translateY(-8px) rotate(-45deg);
}
.strip[data-id=d24186] .hnav__drawer {
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(6, 6, 16, 0.98);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  display: flex;
  flex-direction: column;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s, visibility 0s 0.42s;
  overflow-y: auto;
}
.strip[data-id=d24186] .hnav__drawer.open {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s, visibility 0s 0s;
}
.strip[data-id=d24186] .hnav__drawer-inner {
  padding: 2rem 2rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
}
.strip[data-id=d24186] .hnav__drawer-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.strip[data-id=d24186] .hnav__drawer-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.strip[data-id=d24186] .hnav__drawer-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 1rem 0;
  transition: color 0.2s, padding-left 0.25s;
}
.strip[data-id=d24186] .hnav__drawer-link em {
  font-style: normal;
  font-size: 0.65rem;
  font-weight: 700;
  color: #ff8c00;
  letter-spacing: 0.1em;
  min-width: 20px;
  opacity: 0.8;
}
.strip[data-id=d24186] .hnav__drawer-link:hover {
  color: #fff;
  padding-left: 0.5rem;
}
.strip[data-id=d24186] .hnav__cta--mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #ff8c00, #c95e00);
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  text-align: center;
  animation: none;
  margin-top: auto;
}
.strip[data-id=d24186] .hnav__drawer-tagline {
  text-align: center;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.strip[data-id=d24186] .hnav__spacer {
  height: 68px;
}
@media (max-width: 960px) {
  .strip[data-id=d24186] .hnav__links {
    display: none;
  }
  .strip[data-id=d24186] .hnav__cta:not(.hnav__cta--mobile) {
    display: none;
  }
  .strip[data-id=d24186] .hnav__burger {
    display: flex;
  }
}
@media (max-width: 480px) {
  .strip[data-id=d24186] .hnav__inner {
    padding: 0 1.25rem;
  }
  .strip[data-id=d24186] .hnav__drawer-link {
    font-size: 1.15rem;
  }
}.strip[data-id="4f1189"] {
  --section-id: "4f1189";
  --storage-url: "https://hala2.proweb.cz/_section/4f1189";
  --public-url: "https://hala2.proweb.cz/_section/4f1189";
}
.strip[data-id="4f1189"] .hs-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #0a0a14;
}
.strip[data-id="4f1189"] .hs-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.strip[data-id="4f1189"] .hs-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.strip[data-id="4f1189"] .hs-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 10, 20, 0.82) 0%, rgba(10, 10, 20, 0.55) 50%, rgba(230, 92, 0, 0.18) 100%);
}
.strip[data-id="4f1189"] .hs-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 8rem 1.5rem 4rem;
  max-width: 860px;
  margin: 0 auto;
}
.strip[data-id="4f1189"] .hs-hero-badge {
  display: inline-block;
  background: rgba(255, 140, 0, 0.18);
  border: 1px solid rgba(255, 140, 0, 0.45);
  color: #ffaa33;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.4rem 1.2rem;
  border-radius: 100px;
  margin-bottom: 1.5rem;
}
.strip[data-id="4f1189"] .hs-hero-content h1 {
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 1.5rem;
  letter-spacing: -0.02em;
}
.strip[data-id="4f1189"] .hs-hero-content h1 span {
  color: #ff8c00;
}
.strip[data-id="4f1189"] .hs-hero-content p {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(255, 255, 255, 0.78);
  max-width: 560px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}
.strip[data-id="4f1189"] .hs-hero-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.strip[data-id="4f1189"] .hs-btn-primary {
  background: linear-gradient(135deg, #ff8c00, #e65c00);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.85rem 2rem;
  border-radius: 10px;
  box-shadow: 0 6px 24px rgba(255, 140, 0, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
  letter-spacing: 0.02em;
}
.strip[data-id="4f1189"] .hs-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(255, 140, 0, 0.55);
}
.strip[data-id="4f1189"] .hs-btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.85rem 2rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: background 0.2s, border-color 0.2s;
  letter-spacing: 0.02em;
}
.strip[data-id="4f1189"] .hs-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.5);
}
.strip[data-id="4f1189"] .hs-hero-scroll {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.strip[data-id="4f1189"] .hs-hero-scroll span {
  display: block;
  width: 2px;
  height: 48px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), transparent);
  border-radius: 2px;
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% {
    opacity: 0.4;
    transform: scaleY(1);
  }
  50% {
    opacity: 1;
    transform: scaleY(1.15);
  }
}
@media (max-width: 600px) {
  .strip[data-id="4f1189"] .hs-hero-content {
    padding: 7rem 1.2rem 3rem;
  }
  .strip[data-id="4f1189"] .hs-hero-btns {
    flex-direction: column;
    align-items: center;
  }
  .strip[data-id="4f1189"] .hs-btn-primary, .strip[data-id="4f1189"] .hs-btn-secondary {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}.strip[data-id=dc5f9b] {
  --section-id: "dc5f9b";
  --storage-url: "https://hala2.proweb.cz/_section/dc5f9b";
  --public-url: "https://hala2.proweb.cz/_section/dc5f9b";
}
.strip[data-id=dc5f9b] .hs-vyhody {
  background: #0f0f1a;
  padding: 6rem 1.5rem;
}
.strip[data-id=dc5f9b] .hs-vyhody-container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=dc5f9b] .hs-vyhody-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.strip[data-id=dc5f9b] .hs-label {
  display: inline-block;
  color: #ff8c00;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.strip[data-id=dc5f9b] .hs-vyhody-header h2 {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  margin: 0;
  letter-spacing: -0.02em;
}
.strip[data-id=dc5f9b] .hs-vyhody-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.strip[data-id=dc5f9b] .hs-vyhoda-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 2.2rem 1.8rem;
  text-align: center;
  transition: transform 0.3s, border-color 0.3s, background 0.3s;
  position: relative;
  overflow: hidden;
}
.strip[data-id=dc5f9b] .hs-vyhoda-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.06), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.strip[data-id=dc5f9b] .hs-vyhoda-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 140, 0, 0.35);
  background: rgba(255, 255, 255, 0.07);
}
.strip[data-id=dc5f9b] .hs-vyhoda-card:hover::before {
  opacity: 1;
}
.strip[data-id=dc5f9b] .hs-vyhoda-icon {
  font-size: 2.8rem;
  margin-bottom: 1.2rem;
  display: block;
}
.strip[data-id=dc5f9b] .hs-vyhoda-card h3 {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}
.strip[data-id=dc5f9b] .hs-vyhoda-card p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 900px) {
  .strip[data-id=dc5f9b] .hs-vyhody-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .strip[data-id=dc5f9b] .hs-vyhody-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=dc5f9b] .hs-vyhody {
    padding: 4rem 1.2rem;
  }
}.strip[data-id=cc942e] {
  --section-id: "cc942e";
  --storage-url: "https://hala2.proweb.cz/_section/cc942e";
  --public-url: "https://hala2.proweb.cz/_section/cc942e";
}
.strip[data-id=cc942e] .hs-ohale {
  background: #13131f;
  padding: 7rem 1.5rem;
}
.strip[data-id=cc942e] .hs-ohale-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.strip[data-id=cc942e] .hs-ohale-text .hs-label {
  display: inline-block;
  color: #ff8c00;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.strip[data-id=cc942e] .hs-ohale-text h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  margin: 0 0 1.5rem;
  letter-spacing: -0.02em;
}
.strip[data-id=cc942e] .hs-ohale-text p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 1rem;
}
.strip[data-id=cc942e] .hs-ohale-stats {
  display: flex;
  gap: 2.5rem;
  margin: 2rem 0 2.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.strip[data-id=cc942e] .hs-stat {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.strip[data-id=cc942e] .hs-stat-num {
  color: #ff8c00;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
}
.strip[data-id=cc942e] .hs-stat-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.strip[data-id=cc942e] .hs-ohale-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.strip[data-id=cc942e] .hs-btn-primary {
  background: linear-gradient(135deg, #ff8c00, #e65c00);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.75rem 1.8rem;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(255, 140, 0, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}
.strip[data-id=cc942e] .hs-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 140, 0, 0.5);
}
.strip[data-id=cc942e] .hs-btn-secondary {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.75rem 1.8rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.strip[data-id=cc942e] .hs-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.strip[data-id=cc942e] .hs-ohale-gallery {
  display: grid;
  grid-template-rows: 2fr 1fr;
  gap: 1rem;
  height: 520px;
}
.strip[data-id=cc942e] .hs-gallery-main, .strip[data-id=cc942e] .hs-gallery-small {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.strip[data-id=cc942e] .hs-gallery-main img, .strip[data-id=cc942e] .hs-gallery-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.strip[data-id=cc942e] .hs-gallery-main:hover img, .strip[data-id=cc942e] .hs-gallery-small:hover img {
  transform: scale(1.04);
}
@media (max-width: 900px) {
  .strip[data-id=cc942e] .hs-ohale-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .strip[data-id=cc942e] .hs-ohale-gallery {
    height: 380px;
  }
  .strip[data-id=cc942e] .hs-ohale {
    padding: 5rem 1.2rem;
  }
}
@media (max-width: 500px) {
  .strip[data-id=cc942e] .hs-ohale-stats {
    gap: 1.5rem;
  }
  .strip[data-id=cc942e] .hs-ohale-btns {
    flex-direction: column;
  }
  .strip[data-id=cc942e] .hs-btn-primary, .strip[data-id=cc942e] .hs-btn-secondary {
    text-align: center;
  }
}.strip[data-id="75d9cb"] {
  --section-id: "75d9cb";
  --storage-url: "https://hala2.proweb.cz/_section/75d9cb";
  --public-url: "https://hala2.proweb.cz/_section/75d9cb";
}
.strip[data-id="75d9cb"] .hs-sporty {
  background: #0a0a14;
  padding: 7rem 1.5rem;
}
.strip[data-id="75d9cb"] .hs-sporty-container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="75d9cb"] .hs-sporty-header {
  text-align: center;
  margin-bottom: 3rem;
}
.strip[data-id="75d9cb"] .hs-sporty-header .hs-label {
  display: inline-block;
  color: #ff8c00;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.strip[data-id="75d9cb"] .hs-sporty-header h2 {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  margin: 0;
  letter-spacing: -0.02em;
}
.strip[data-id="75d9cb"] .hs-sporty-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  height: 560px;
}
.strip[data-id="75d9cb"] .hs-sport-big {
  grid-row: 1/3;
}
.strip[data-id="75d9cb"] .hs-sport-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}
.strip[data-id="75d9cb"] .hs-sport-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.strip[data-id="75d9cb"] .hs-sport-card:hover img {
  transform: scale(1.06);
}
.strip[data-id="75d9cb"] .hs-sport-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 10, 20, 0.85) 0%, rgba(10, 10, 20, 0.1) 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.8rem;
  transition: background 0.3s;
}
.strip[data-id="75d9cb"] .hs-sport-card:hover .hs-sport-overlay {
  background: linear-gradient(to top, rgba(10, 10, 20, 0.9) 0%, rgba(255, 140, 0, 0.12) 100%);
}
.strip[data-id="75d9cb"] .hs-sport-overlay h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0 0 0.4rem;
}
.strip[data-id="75d9cb"] .hs-sport-overlay p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
  margin: 0;
  line-height: 1.5;
}
.strip[data-id="75d9cb"] .hs-sport-big .hs-sport-overlay h3 {
  font-size: 2rem;
}
.strip[data-id="75d9cb"] .hs-sport-big .hs-sport-overlay p {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .strip[data-id="75d9cb"] .hs-sporty-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
  }
  .strip[data-id="75d9cb"] .hs-sport-big {
    grid-row: auto;
  }
  .strip[data-id="75d9cb"] .hs-sport-card {
    height: 260px;
  }
  .strip[data-id="75d9cb"] .hs-sport-big {
    height: 320px;
  }
  .strip[data-id="75d9cb"] .hs-sporty {
    padding: 4rem 1.2rem;
  }
}.strip[data-id=e4d072] {
  --section-id: "e4d072";
  --storage-url: "https://hala2.proweb.cz/_section/e4d072";
  --public-url: "https://hala2.proweb.cz/_section/e4d072";
}
.strip[data-id=e4d072] .hs-cenik {
  background: #0f0f1a;
  padding: 7rem 1.5rem;
}
.strip[data-id=e4d072] .hs-cenik-container {
  max-width: 1000px;
  margin: 0 auto;
}
.strip[data-id=e4d072] .hs-cenik-header {
  text-align: center;
  margin-bottom: 3rem;
}
.strip[data-id=e4d072] .hs-cenik-header .hs-label {
  display: inline-block;
  color: #ff8c00;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.strip[data-id=e4d072] .hs-cenik-header h2 {
  color: #fff;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
}
.strip[data-id=e4d072] .hs-cenik-header p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.95rem;
  margin: 0;
}
.strip[data-id=e4d072] .hs-tabs {
  width: 100%;
}
.strip[data-id=e4d072] .hs-tab-nav {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  padding: 0.4rem;
}
.strip[data-id=e4d072] .hs-tab-btn {
  flex: 1;
  min-width: 140px;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.65rem 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s;
  white-space: nowrap;
}
.strip[data-id=e4d072] .hs-tab-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}
.strip[data-id=e4d072] .hs-tab-btn.active {
  background: linear-gradient(135deg, #ff8c00, #e65c00);
  color: #fff;
  box-shadow: 0 4px 12px rgba(255, 140, 0, 0.35);
}
.strip[data-id=e4d072] .hs-tab-content {
  display: none;
}
.strip[data-id=e4d072] .hs-tab-content.active {
  display: block;
}
.strip[data-id=e4d072] .hs-price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.strip[data-id=e4d072] .hs-price-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 1.5rem;
  transition: border-color 0.2s;
}
.strip[data-id=e4d072] .hs-price-card-highlight {
  border-color: rgba(255, 140, 0, 0.3);
  background: rgba(255, 140, 0, 0.06);
}
.strip[data-id=e4d072] .hs-price-day {
  color: #ff8c00;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.strip[data-id=e4d072] .hs-price-slots {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.strip[data-id=e4d072] .hs-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.strip[data-id=e4d072] .hs-price-row span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
}
.strip[data-id=e4d072] .hs-price-row strong {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  white-space: nowrap;
}
.strip[data-id=e4d072] .hs-price-peak .hs-price-row strong,
.strip[data-id=e4d072] .hs-price-peak strong {
  color: #ffaa33;
}
.strip[data-id=e4d072] .hs-price-row.hs-price-peak strong {
  color: #ffaa33;
}
.strip[data-id=e4d072] .hs-price-note {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  padding: 1rem 1.4rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  margin-bottom: 2rem;
}
.strip[data-id=e4d072] .hs-cenik-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.strip[data-id=e4d072] .hs-btn-primary {
  background: linear-gradient(135deg, #ff8c00, #e65c00);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.75rem 1.8rem;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(255, 140, 0, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}
.strip[data-id=e4d072] .hs-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 140, 0, 0.5);
}
.strip[data-id=e4d072] .hs-btn-secondary {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.75rem 1.8rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.strip[data-id=e4d072] .hs-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}
@media (max-width: 700px) {
  .strip[data-id=e4d072] .hs-price-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=e4d072] .hs-tab-nav {
    gap: 0.3rem;
  }
  .strip[data-id=e4d072] .hs-tab-btn {
    min-width: 100px;
    font-size: 0.8rem;
    padding: 0.55rem 0.7rem;
  }
  .strip[data-id=e4d072] .hs-cenik {
    padding: 4rem 1.2rem;
  }
  .strip[data-id=e4d072] .hs-cenik-cta {
    flex-direction: column;
    align-items: center;
  }
  .strip[data-id=e4d072] .hs-btn-primary, .strip[data-id=e4d072] .hs-btn-secondary {
    text-align: center;
    width: 100%;
    max-width: 300px;
  }
}.strip[data-id="5ac8f3"] {
  --section-id: "5ac8f3";
  --storage-url: "https://hala2.proweb.cz/_section/5ac8f3";
  --public-url: "https://hala2.proweb.cz/_section/5ac8f3";
  /* SSK sekce */
  /* Kontakt sekce */
}
.strip[data-id="5ac8f3"] .hs-ssk {
  background: #13131f;
  padding: 7rem 1.5rem;
}
.strip[data-id="5ac8f3"] .hs-ssk-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 5rem;
  align-items: start;
}
.strip[data-id="5ac8f3"] .hs-label {
  display: inline-block;
  color: #ff8c00;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.strip[data-id="5ac8f3"] .hs-ssk-left h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 800;
  margin: 0 0 1.5rem;
  letter-spacing: -0.02em;
}
.strip[data-id="5ac8f3"] .hs-ssk-left p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.97rem;
  line-height: 1.75;
  margin: 0 0 1rem;
}
.strip[data-id="5ac8f3"] .hs-ssk-docs {
  margin-top: 2rem;
}
.strip[data-id="5ac8f3"] .hs-doc-links {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.strip[data-id="5ac8f3"] .hs-doc-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: color 0.2s;
}
.strip[data-id="5ac8f3"] .hs-doc-link:hover {
  color: #ff8c00;
}
.strip[data-id="5ac8f3"] .hs-contact-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 2rem;
}
.strip[data-id="5ac8f3"] .hs-contact-card h3 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
}
.strip[data-id="5ac8f3"] .hs-contact-item {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1rem 0;
}
.strip[data-id="5ac8f3"] .hs-contact-role {
  color: #ff8c00;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.strip[data-id="5ac8f3"] .hs-contact-name {
  color: #fff;
  font-size: 0.97rem;
  font-weight: 600;
}
.strip[data-id="5ac8f3"] .hs-contact-info {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.88rem;
  text-decoration: none;
  transition: color 0.2s;
}
.strip[data-id="5ac8f3"] .hs-contact-info:hover {
  color: #ff8c00;
}
.strip[data-id="5ac8f3"] .hs-contact-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.07);
}
.strip[data-id="5ac8f3"] .hs-kontakt {
  background: #0a0a14;
  padding: 7rem 1.5rem;
}
.strip[data-id="5ac8f3"] .hs-kontakt-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.strip[data-id="5ac8f3"] .hs-kontakt-info h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 800;
  margin: 0 0 2rem;
  letter-spacing: -0.02em;
}
.strip[data-id="5ac8f3"] .hs-kontakt-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.strip[data-id="5ac8f3"] .hs-kontakt-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 1.2rem 1.4rem;
  transition: border-color 0.2s;
}
.strip[data-id="5ac8f3"] .hs-kontakt-card:hover {
  border-color: rgba(255, 140, 0, 0.3);
}
.strip[data-id="5ac8f3"] .hs-kontakt-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.strip[data-id="5ac8f3"] .hs-kontakt-card strong {
  display: block;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.strip[data-id="5ac8f3"] .hs-kontakt-card p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.88rem;
  margin: 0;
  line-height: 1.6;
}
.strip[data-id="5ac8f3"] .hs-klink {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.2s;
}
.strip[data-id="5ac8f3"] .hs-klink:hover {
  color: #ff8c00;
}
.strip[data-id="5ac8f3"] .hs-social-links {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.strip[data-id="5ac8f3"] .hs-social-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.2s;
}
.strip[data-id="5ac8f3"] .hs-social-btn:hover {
  color: #fff;
  border-color: rgba(255, 140, 0, 0.4);
  background: rgba(255, 140, 0, 0.1);
}
.strip[data-id="5ac8f3"] .hs-kontakt-map {
  border-radius: 16px;
  overflow: hidden;
  height: 480px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.strip[data-id="5ac8f3"] .hs-kontakt-map iframe {
  display: block;
}
@media (max-width: 900px) {
  .strip[data-id="5ac8f3"] .hs-ssk-container, .strip[data-id="5ac8f3"] .hs-kontakt-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .strip[data-id="5ac8f3"] .hs-kontakt-map {
    height: 320px;
  }
  .strip[data-id="5ac8f3"] .hs-ssk, .strip[data-id="5ac8f3"] .hs-kontakt {
    padding: 4rem 1.2rem;
  }
}.strip[data-id="8af03f"] {
  --section-id: "8af03f";
  --storage-url: "https://hala2.proweb.cz/_section/8af03f";
  --public-url: "https://hala2.proweb.cz/_section/8af03f";
}
.strip[data-id="8af03f"] .hs-footer {
  background: #07070f;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.strip[data-id="8af03f"] .hs-footer-top {
  padding: 5rem 1.5rem 3rem;
}
.strip[data-id="8af03f"] .hs-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 3rem;
}
.strip[data-id="8af03f"] .hs-footer-logo {
  height: 40px;
  width: auto;
  display: block;
  margin-bottom: 1.2rem;
  filter: brightness(0.9);
}
.strip[data-id="8af03f"] .hs-footer-brand p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.88rem;
  line-height: 1.7;
  margin: 0 0 1.5rem;
  max-width: 280px;
}
.strip[data-id="8af03f"] .hs-footer-btn {
  display: inline-block;
  background: linear-gradient(135deg, #ff8c00, #e65c00);
  color: #fff;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.6rem 1.3rem;
  border-radius: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 12px rgba(255, 140, 0, 0.3);
}
.strip[data-id="8af03f"] .hs-footer-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255, 140, 0, 0.45);
}
.strip[data-id="8af03f"] .hs-footer-links h4, .strip[data-id="8af03f"] .hs-footer-contact h4 {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 1.2rem;
}
.strip[data-id="8af03f"] .hs-footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.strip[data-id="8af03f"] .hs-footer-links ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.2s;
}
.strip[data-id="8af03f"] .hs-footer-links ul li a:hover {
  color: #ff8c00;
}
.strip[data-id="8af03f"] .hs-footer-contact p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.88rem;
  line-height: 1.65;
  margin: 0 0 0.5rem;
}
.strip[data-id="8af03f"] .hs-footer-contact a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.strip[data-id="8af03f"] .hs-footer-contact a:hover {
  color: #ff8c00;
}
.strip[data-id="8af03f"] .hs-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.5rem;
}
.strip[data-id="8af03f"] .hs-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: none;
  gap: 1rem;
  flex-wrap: wrap;
}
.strip[data-id="8af03f"] .hs-footer-bottom p {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.82rem;
  margin: 0;
}
.strip[data-id="8af03f"] .hs-footer-socials {
  display: flex;
  gap: 0.75rem;
}
.strip[data-id="8af03f"] .hs-footer-socials a {
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.2s;
}
.strip[data-id="8af03f"] .hs-footer-socials a:hover {
  color: #fff;
  border-color: rgba(255, 140, 0, 0.4);
  background: rgba(255, 140, 0, 0.12);
}
@media (max-width: 900px) {
  .strip[data-id="8af03f"] .hs-footer-container {
    grid-template-columns: 1fr 1fr;
  }
  .strip[data-id="8af03f"] .hs-footer-brand {
    grid-column: 1/-1;
  }
}
@media (max-width: 500px) {
  .strip[data-id="8af03f"] .hs-footer-container {
    grid-template-columns: 1fr;
  }
  .strip[data-id="8af03f"] .hs-footer-brand {
    grid-column: auto;
  }
  .strip[data-id="8af03f"] .hs-footer-top {
    padding: 3rem 1.2rem 2rem;
  }
}