.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";
  /* Hamburger animation */
}
.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: 2rem 0;
  transition: padding 0.3s;
}
.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;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.strip[data-id="48a87e"] .logo img {
  height: 140px;
  width: auto;
  transition: height 0.3s ease;
}
.strip[data-id="48a87e"] .main-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  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;
}
.strip[data-id="48a87e"] .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 6px;
  padding: 10px;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
}
.strip[data-id="48a87e"] .mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #333;
  transition: 0.3s;
}
.strip[data-id="48a87e"] .mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.strip[data-id="48a87e"] .mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.strip[data-id="48a87e"] .mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -7px);
}
@media (max-width: 991px) {
  .strip[data-id="48a87e"] .main-header {
    padding: 1rem 0;
  }
  .strip[data-id="48a87e"] .header-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .strip[data-id="48a87e"] .logo img {
    height: 80px;
  }
  .strip[data-id="48a87e"] .mobile-menu-toggle {
    display: flex;
  }
  .strip[data-id="48a87e"] .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: #fff;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    padding-top: 100px;
    z-index: 1000;
  }
  .strip[data-id="48a87e"] .main-nav.active {
    right: 0;
  }
  .strip[data-id="48a87e"] .main-nav ul {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}.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: 550px;
  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: 950px;
  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: 2.5rem;
  line-height: 1.6;
}
.strip[data-id=bab590] .hero-actions {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.strip[data-id=bab590] .cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 1rem 1.8rem;
  background-color: #8b0000;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 5px;
  transition: background 0.3s, transform 0.2s, color 0.3s;
  text-transform: uppercase;
  font-size: 0.9rem;
  min-width: 240px;
}
.strip[data-id=bab590] .cta-button i {
  font-size: 1.1rem;
}
.strip[data-id=bab590] .cta-button:hover {
  background-color: #a00000;
  transform: translateY(-2px);
}
.strip[data-id=bab590] .cta-button.secondary {
  background-color: #fff;
  color: #333;
  border: none;
}
.strip[data-id=bab590] .cta-button.secondary:hover {
  background-color: #f0f0f0;
  color: #000;
}
@media (max-width: 768px) {
  .strip[data-id=bab590] .hero-section {
    height: auto;
    min-height: unset;
    padding: 80px 0;
  }
  .strip[data-id=bab590] .hero-content h1 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
  .strip[data-id=bab590] .hero-content p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  .strip[data-id=bab590] .hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .strip[data-id=bab590] .cta-button {
    width: 100%;
    max-width: 320px;
  }
}.strip[data-id="76b4fe"] {
  --section-id: "76b4fe";
  --storage-url: "https://nova-naves.proweb.cz/_section/76b4fe";
  --public-url: "https://nova-naves.proweb.cz/_section/76b4fe";
}
.strip[data-id="76b4fe"] .wellness-reserve-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}
.strip[data-id="76b4fe"] .wellness-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.strip[data-id="76b4fe"] .wellness-image {
  flex: 1;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.strip[data-id="76b4fe"] .wellness-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.strip[data-id="76b4fe"] .wellness-text {
  flex: 1;
}
.strip[data-id="76b4fe"] .wellness-text h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="76b4fe"] .wellness-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}
.strip[data-id="76b4fe"] .wellness-features {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}
.strip[data-id="76b4fe"] .wellness-features li {
  font-size: 1rem;
  color: #444;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id="76b4fe"] .wellness-features i {
  color: #8b0000;
  font-size: 1.2rem;
}
.strip[data-id="76b4fe"] .wellness-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 1.2rem 2.5rem;
  background-color: #8b0000;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 5px;
  transition: background 0.3s, transform 0.2s;
  text-transform: uppercase;
}
.strip[data-id="76b4fe"] .wellness-cta:hover {
  background-color: #a00000;
  transform: translateY(-3px);
}
@media (max-width: 992px) {
  .strip[data-id="76b4fe"] .wellness-container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id="76b4fe"] .wellness-features li {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .strip[data-id="76b4fe"] .wellness-text h2 {
    font-size: 2rem;
  }
}.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;
  }
}.strip[data-id="930eb9"] {
  --section-id: "930eb9";
  --storage-url: "https://nova-naves.proweb.cz/_section/930eb9";
  --public-url: "https://nova-naves.proweb.cz/_section/930eb9";
}
.strip[data-id="930eb9"] .contact-section {
  padding: 5rem 0;
  background-color: #f4f4f4;
}
.strip[data-id="930eb9"] .contact-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.strip[data-id="930eb9"] .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.strip[data-id="930eb9"] .contact-info h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #333;
}
.strip[data-id="930eb9"] .contact-details {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}
.strip[data-id="930eb9"] .contact-details li {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.1rem;
}
.strip[data-id="930eb9"] .contact-details i {
  color: #8b0000;
  font-size: 1.5rem;
  width: 30px;
  text-align: center;
}
.strip[data-id="930eb9"] .contact-details a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}
.strip[data-id="930eb9"] .contact-details a:hover {
  color: #8b0000;
}
.strip[data-id="930eb9"] .map-container {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 10px;
}
.strip[data-id="930eb9"] .map-container img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.strip[data-id="930eb9"] .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.strip[data-id="930eb9"] .social-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: opacity 0.3s;
}
.strip[data-id="930eb9"] .social-button:hover {
  opacity: 0.9;
  color: #fff;
}
.strip[data-id="930eb9"] .social-button.facebook {
  background-color: #3b5998;
}
.strip[data-id="930eb9"] .social-button.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
@media (max-width: 992px) {
  .strip[data-id="930eb9"] .contact-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}.strip[data-id=d5c8b7] {
  --section-id: "d5c8b7";
  --storage-url: "https://nova-naves.proweb.cz/_section/d5c8b7";
  --public-url: "https://nova-naves.proweb.cz/_section/d5c8b7";
}
.strip[data-id=d5c8b7] .main-footer {
  background-color: #222;
  color: #fff;
  padding: 4rem 0 2rem 0;
}
.strip[data-id=d5c8b7] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.strip[data-id=d5c8b7] .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 3rem;
}
.strip[data-id=d5c8b7] .footer-newsletter h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.strip[data-id=d5c8b7] .newsletter-form {
  display: flex;
  gap: 10px;
}
.strip[data-id=d5c8b7] .newsletter-form input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
}
.strip[data-id=d5c8b7] .newsletter-form button {
  padding: 0.75rem 1.5rem;
  background-color: #8b0000;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 700;
  transition: background 0.3s;
}
.strip[data-id=d5c8b7] .newsletter-form button:hover {
  background-color: #a00000;
}
.strip[data-id=d5c8b7] .footer-bottom {
  border-top: 1px solid #444;
  padding-top: 2rem;
  text-align: center;
  font-size: 0.9rem;
  color: #888;
}
.strip[data-id=d5c8b7] .footer-bottom a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .strip[data-id=d5c8b7] .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .strip[data-id=d5c8b7] .newsletter-form {
    flex-direction: column;
  }
}