
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id=c7eb0a] {
  --section-id: "c7eb0a";
  --storage-url: "https://pro-dva.proweb.cz/_section/c7eb0a";
  --public-url: "https://pro-dva.proweb.cz/_section/c7eb0a";
}
.strip[data-id=c7eb0a] .main-header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  position: relative;
  z-index: 1000;
}
.strip[data-id=c7eb0a] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=c7eb0a] .main-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=c7eb0a] .main-header .logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id=c7eb0a] .main-header .logo img {
  height: 60px;
  width: auto;
  display: block;
}
.strip[data-id=c7eb0a] .main-header .logo .brand-tagline {
  font-size: 0.8rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 200px;
  line-height: 1.2;
}
.strip[data-id=c7eb0a] .main-header .nav-list {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id=c7eb0a] .main-header .nav-list a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  transition: color 0.3s;
}
.strip[data-id=c7eb0a] .main-header .nav-list a:hover {
  color: #b31b1b;
}
@media (max-width: 768px) {
  .strip[data-id=c7eb0a] .header-content {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .strip[data-id=c7eb0a] .logo {
    flex-direction: column;
    gap: 5px;
  }
  .strip[data-id=c7eb0a] .logo img {
    height: 50px;
  }
}@charset "UTF-8";
.strip[data-id="509039"] {
  --section-id: "509039";
  --storage-url: "https://pro-dva.proweb.cz/_section/509039";
  --public-url: "https://pro-dva.proweb.cz/_section/509039";
}
.strip[data-id="509039"] .hero {
  position: relative;
  height: 85vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  color: #1a1a1a; /* Tmavý text pro světlé pozadí */
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.2) 100%), url("concert-sketch-light.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.strip[data-id="509039"] .hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 60%);
  pointer-events: none;
}
.strip[data-id="509039"] .hero .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.strip[data-id="509039"] .hero .hero-content {
  max-width: 750px;
}
.strip[data-id="509039"] .hero .hero-content h1 {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  color: #1a1a1a;
}
.strip[data-id="509039"] .hero .hero-content h1 span {
  color: #b31b1b; /* Červená pro výraznější kontrast na světlém */
}
.strip[data-id="509039"] .hero .hero-content .lead {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  color: #333;
  font-weight: 500;
}
.strip[data-id="509039"] .hero .hero-actions {
  display: flex;
  gap: 1.5rem;
}
.strip[data-id="509039"] .hero .hero-actions .btn {
  display: inline-block;
  padding: 1.2rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}
.strip[data-id="509039"] .hero .hero-actions .btn-primary {
  background: #b31b1b;
  color: #fff;
  box-shadow: 0 10px 20px rgba(179, 27, 27, 0.2);
}
.strip[data-id="509039"] .hero .hero-actions .btn-primary:hover {
  background: #8e1515;
  transform: scale(1.05);
}
.strip[data-id="509039"] .hero .hero-actions .btn-outline {
  border: 2px solid #b31b1b;
  color: #b31b1b;
}
.strip[data-id="509039"] .hero .hero-actions .btn-outline:hover {
  background: #b31b1b;
  color: #fff;
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .strip[data-id="509039"] .hero {
    height: auto;
    padding: 100px 0;
    background-position: 70% center; /* Posunout obrázek na mobilu */
  }
  .strip[data-id="509039"] .hero-content h1 {
    font-size: 2.8rem;
  }
  .strip[data-id="509039"] .hero-actions {
    flex-direction: column;
    gap: 1rem;
  }
}.strip[data-id="7fa4e8"] {
  --section-id: "7fa4e8";
  --storage-url: "https://pro-dva.proweb.cz/_section/7fa4e8";
  --public-url: "https://pro-dva.proweb.cz/_section/7fa4e8";
}
.strip[data-id="7fa4e8"] .custom-photo-section {
  padding: 60px 0;
  background-color: transparent;
}
.strip[data-id="7fa4e8"] .custom-photo-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="7fa4e8"] .custom-photo-section .section-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5rem;
  color: #333;
}
.strip[data-id="7fa4e8"] .custom-photo-section .photo-wrapper {
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  overflow: hidden;
  max-width: 900px;
  width: 100%;
  line-height: 0;
}
.strip[data-id="7fa4e8"] .custom-photo-section .custom-photo {
  width: 100%;
  height: auto;
  display: block;
}@charset "UTF-8";
.strip[data-id="0b5957"] {
  --section-id: "0b5957";
  --storage-url: "https://pro-dva.proweb.cz/_section/0b5957";
  --public-url: "https://pro-dva.proweb.cz/_section/0b5957";
}
.strip[data-id="0b5957"] .audio-section {
  padding: 80px 0;
  background-color: #ffffff;
}
.strip[data-id="0b5957"] .audio-section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="0b5957"] .audio-section .section-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  position: relative;
}
.strip[data-id="0b5957"] .audio-section .section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #d4af37; /* Zlatý akcent ladící s hudebním tématem */
  margin: 15px auto 0;
  border-radius: 2px;
}
.strip[data-id="0b5957"] .audio-section .audio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}
.strip[data-id="0b5957"] .audio-section .audio-item {
  background: #fdfdfd;
  padding: 30px 20px;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #f0f0f0;
}
.strip[data-id="0b5957"] .audio-section .audio-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.strip[data-id="0b5957"] .audio-section .audio-icon {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #d4af37;
  opacity: 0.8;
}
.strip[data-id="0b5957"] .audio-section .audio-label {
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
  font-size: 1.1rem;
  min-height: 2.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="0b5957"] .audio-section audio {
  width: 100%;
  height: 35px;
  border-radius: 20px;
}.strip[data-id="139bea"] {
  --section-id: "139bea";
  --storage-url: "https://pro-dva.proweb.cz/_section/139bea";
  --public-url: "https://pro-dva.proweb.cz/_section/139bea";
}
.strip[data-id="139bea"] .main-footer {
  background: #222;
  color: #fff;
  padding: 60px 0 30px;
  margin-top: 50px;
}
.strip[data-id="139bea"] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="139bea"] .main-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}
.strip[data-id="139bea"] .main-footer h3, .strip[data-id="139bea"] .main-footer h4 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.strip[data-id="139bea"] .main-footer p {
  color: #aaa;
  line-height: 1.6;
}
.strip[data-id="139bea"] .main-footer ul {
  list-style: none;
  padding: 0;
}
.strip[data-id="139bea"] .main-footer ul li {
  margin-bottom: 10px;
}
.strip[data-id="139bea"] .main-footer ul a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id="139bea"] .main-footer ul a:hover {
  color: #fff;
}
.strip[data-id="139bea"] .main-footer .footer-bottom {
  border-top: 1px solid #333;
  padding-top: 30px;
  text-align: center;
  color: #666;
  font-size: 0.9rem;
}