@charset "UTF-8";
.strip[data-id=b882fc] {
  --section-id: "b882fc";
  --storage-url: "https://hala1.proweb.cz/_section/b882fc";
  --public-url: "https://hala1.proweb.cz/_section/b882fc";
}
.strip[data-id=b882fc] .main-header {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 10px 0;
}
.strip[data-id=b882fc] .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px; /* Mírně zvětšen kontejner pro širší menu */
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=b882fc] .logo img {
  height: 60px;
  width: auto;
  display: block;
  filter: brightness(0);
}
.strip[data-id=b882fc] .nav-menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px; /* Zvětšena mezera mezi položkami */
}
.strip[data-id=b882fc] .nav-menu a {
  text-decoration: none;
  color: #1e293b;
  font-weight: 600;
  transition: color 0.3s;
  font-size: 0.85rem; /* Mírně zvětšeno písmo */
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.strip[data-id=b882fc] .nav-menu a:hover {
  color: #3b82f6;
}
.strip[data-id=b882fc] .btn-reservation {
  background: #3b82f6;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s;
  display: inline-block;
  font-size: 0.9rem;
  white-space: nowrap;
}
.strip[data-id=b882fc] .btn-reservation:hover {
  background: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.strip[data-id=b882fc] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.strip[data-id=b882fc] .mobile-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background: #1e293b;
  margin: 5px 0;
  transition: 0.3s;
}
@media (max-width: 1250px) {
  .strip[data-id=b882fc] .nav-menu ul {
    gap: 15px;
  }
}
@media (max-width: 1150px) {
  .strip[data-id=b882fc] .nav-menu {
    display: none;
  }
  .strip[data-id=b882fc] .mobile-toggle {
    display: block;
  }
}.strip[data-id="0e60e1"] {
  --section-id: "0e60e1";
  --storage-url: "https://hala1.proweb.cz/_section/0e60e1";
  --public-url: "https://hala1.proweb.cz/_section/0e60e1";
}
.strip[data-id="0e60e1"] .pricing-section {
  padding: 100px 0;
  background: #f8fafc;
}
.strip[data-id="0e60e1"] .pricing-tabs {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="0e60e1"] .tabs-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.strip[data-id="0e60e1"] .tab-btn {
  padding: 12px 25px;
  border: none;
  background: white;
  color: #64748b;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.strip[data-id="0e60e1"] .tab-btn.active {
  background: #3b82f6;
  color: white;
}
.strip[data-id="0e60e1"] .tab-pane {
  display: none;
}
.strip[data-id="0e60e1"] .tab-pane.active {
  display: block;
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.strip[data-id="0e60e1"] .pricing-table-wrapper {
  background: white;
  border-radius: 20px;
  overflow-x: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  border: 1px solid #e2e8f0;
}
.strip[data-id="0e60e1"] .pricing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
}
.strip[data-id="0e60e1"] .pricing-table th {
  background: #1e293b;
  color: white;
  padding: 12px 10px;
  text-align: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #334155;
}
.strip[data-id="0e60e1"] .pricing-table th:first-child {
  text-align: left;
}
.strip[data-id="0e60e1"] .pricing-table td {
  padding: 8px 10px;
  border: 1px solid #f1f5f9;
  color: #475569;
  font-size: 0.9rem;
  text-align: center;
}
.strip[data-id="0e60e1"] .pricing-table td:first-child {
  text-align: left;
  font-weight: 600;
  background: #f8fafc;
  width: 150px;
}
.strip[data-id="0e60e1"] .pricing-table tr:hover td {
  background: #f1f5f9;
}
.strip[data-id="0e60e1"] .pricing-note {
  font-size: 0.9rem;
  color: #64748b;
  text-align: left;
  margin-bottom: 0;
  padding: 20px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}
.strip[data-id="0e60e1"] .pricing-cta {
  text-align: center;
  margin-top: 50px;
}
.strip[data-id="0e60e1"] .btn-download {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #3b82f6;
  text-decoration: none;
  font-weight: 700;
  padding: 15px 30px;
  border: 2px dashed #3b82f6;
  border-radius: 15px;
  transition: 0.3s;
}
.strip[data-id="0e60e1"] .btn-download:hover {
  background: #eff6ff;
}
@media (max-width: 768px) {
  .strip[data-id="0e60e1"] .pricing-section {
    padding: 60px 0;
  }
}.strip[data-id="671a2d"] {
  --section-id: "671a2d";
  --storage-url: "https://hala1.proweb.cz/_section/671a2d";
  --public-url: "https://hala1.proweb.cz/_section/671a2d";
}
.strip[data-id="671a2d"] .main-footer {
  background: #1e293b;
  color: #f8fafc;
  padding: 80px 0 0;
  margin-top: 50px;
}
.strip[data-id="671a2d"] .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 60px;
}
.strip[data-id="671a2d"] .footer-logo {
  height: 50px;
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
}
.strip[data-id="671a2d"] .footer-info p {
  color: #94a3b8;
  line-height: 1.6;
}
.strip[data-id="671a2d"] .social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.strip[data-id="671a2d"] .social-links a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: background 0.3s;
}
.strip[data-id="671a2d"] .social-links a:hover {
  background: #3b82f6;
}
.strip[data-id="671a2d"] .footer-contact h4, .strip[data-id="671a2d"] .footer-links h4 {
  color: white;
  margin-bottom: 25px;
  font-size: 1.2rem;
}
.strip[data-id="671a2d"] .footer-contact p {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #94a3b8;
  margin-bottom: 15px;
}
.strip[data-id="671a2d"] .footer-contact a {
  color: #94a3b8;
  text-decoration: none;
}
.strip[data-id="671a2d"] .footer-links ul {
  list-style: none;
  padding: 0;
}
.strip[data-id="671a2d"] .footer-links li {
  margin-bottom: 12px;
}
.strip[data-id="671a2d"] .footer-links a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id="671a2d"] .footer-links a:hover {
  color: white;
}
.strip[data-id="671a2d"] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
  text-align: center;
  font-size: 0.9rem;
  color: #64748b;
}
@media (max-width: 768px) {
  .strip[data-id="671a2d"] .footer-grid {
    grid-template-columns: 1fr;
  }
}