.strip[data-id="48a87e"] {
  --section-id: "48a87e";
  --storage-url: "https://nova-naves.proweb.cz/_section/48a87e";
  --public-url: "https://nova-naves.proweb.cz/_section/48a87e";
}
.strip[data-id="48a87e"] .main-header {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 1rem 0;
}
.strip[data-id="48a87e"] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.strip[data-id="48a87e"] .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="48a87e"] .logo img {
  height: 60px;
  width: auto;
}
.strip[data-id="48a87e"] .main-nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id="48a87e"] .main-nav a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.strip[data-id="48a87e"] .main-nav a:hover {
  color: #8b0000; /* Zichovec red */
}
.strip[data-id="48a87e"] .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}
.strip[data-id="48a87e"] .mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #333;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .strip[data-id="48a87e"] .main-nav {
    display: none;
  }
  .strip[data-id="48a87e"] .mobile-menu-toggle {
    display: flex;
  }
}.strip[data-id=bab590] {
  --section-id: "bab590";
  --storage-url: "https://nova-naves.proweb.cz/_section/bab590";
  --public-url: "https://nova-naves.proweb.cz/_section/bab590";
}
.strip[data-id=bab590] .hero-section {
  position: relative;
  height: 80vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.strip[data-id=bab590] .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.strip[data-id=bab590] .hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 1.5rem;
}
.strip[data-id=bab590] .hero-content h1 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.strip[data-id=bab590] .hero-content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.strip[data-id=bab590] .cta-button {
  display: inline-block;
  padding: 1rem 2.5rem;
  background-color: #8b0000;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 5px;
  transition: background 0.3s;
  text-transform: uppercase;
}
.strip[data-id=bab590] .cta-button:hover {
  background-color: #a00000;
}
@media (max-width: 768px) {
  .strip[data-id=bab590] .hero-content h1 {
    font-size: 2.5rem;
  }
  .strip[data-id=bab590] .hero-content p {
    font-size: 1.1rem;
  }
}.strip[data-id=c40f82] {
  --section-id: "c40f82";
  --storage-url: "https://nova-naves.proweb.cz/_section/c40f82";
  --public-url: "https://nova-naves.proweb.cz/_section/c40f82";
}
.strip[data-id=c40f82] .about-section {
  padding: 4rem 0;
  background-color: #f9f9f9;
}
.strip[data-id=c40f82] .about-section .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
}
.strip[data-id=c40f82] .about-section h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
}
.strip[data-id=c40f82] .about-section h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #8b0000;
}
.strip[data-id=c40f82] .about-content {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 3rem;
}
.strip[data-id=c40f82] .anniversary-box {
  background-color: #fff;
  border: 2px solid #8b0000;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 2rem;
  text-align: left;
}
.strip[data-id=c40f82] .qr-code img {
  width: 100px;
  height: auto;
}
.strip[data-id=c40f82] .anniversary-text h3 {
  margin: 0 0 0.5rem 0;
  color: #8b0000;
  font-size: 1.5rem;
}
.strip[data-id=c40f82] .anniversary-text a {
  color: #8b0000;
  font-weight: 700;
  text-decoration: none;
}
.strip[data-id=c40f82] .anniversary-text a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .strip[data-id=c40f82] .anniversary-box {
    flex-direction: column;
    text-align: center;
  }
}.strip[data-id="57574e"] {
  --section-id: "57574e";
  --storage-url: "https://nova-naves.proweb.cz/_section/57574e";
  --public-url: "https://nova-naves.proweb.cz/_section/57574e";
}
.strip[data-id="57574e"] .services-section {
  padding: 5rem 0;
}
.strip[data-id="57574e"] .services-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.strip[data-id="57574e"] .services-section h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.5rem;
}
.strip[data-id="57574e"] .services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.strip[data-id="57574e"] .service-card {
  position: relative;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  transition: transform 0.3s, box-shadow 0.3s;
}
.strip[data-id="57574e"] .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.strip[data-id="57574e"] .service-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.5s;
}
.strip[data-id="57574e"] .service-card:hover img {
  transform: scale(1.05);
}
.strip[data-id="57574e"] .service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  z-index: 2;
}
.strip[data-id="57574e"] .service-info {
  position: relative;
  z-index: 3;
}
.strip[data-id="57574e"] .service-info h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.strip[data-id="57574e"] .service-info p {
  font-size: 1rem;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .strip[data-id="57574e"] .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="57574e"] .service-card {
    height: 300px;
  }
}