.strip[data-id=eeac1c] {
  --section-id: "eeac1c";
  --storage-url: "https://www.nitastetec.cz/_section/eeac1c";
  --public-url: "https://www.nitastetec.cz/_section/eeac1c";
}
.strip[data-id=eeac1c] .main-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.strip[data-id=eeac1c] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.strip[data-id=eeac1c] .main-header .logo .site-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.strip[data-id=eeac1c] .main-header .logo a {
  text-decoration: none;
}
.strip[data-id=eeac1c] .main-header .nav-menu ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.strip[data-id=eeac1c] .main-header .nav-menu ul li a {
  text-decoration: none;
  color: #555;
  font-weight: 500;
  transition: color 0.3s;
}
.strip[data-id=eeac1c] .main-header .nav-menu ul li a:hover {
  color: #000;
}
@media (max-width: 768px) {
  .strip[data-id=eeac1c] .main-header .container {
    flex-direction: column;
    gap: 10px;
  }
  .strip[data-id=eeac1c] .main-header .nav-menu ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}.strip[data-id=f412ae] {
  --section-id: "f412ae";
  --storage-url: "https://www.nitastetec.cz/_section/f412ae";
  --public-url: "https://www.nitastetec.cz/_section/f412ae";
}
.strip[data-id=f412ae] .obrazy-navigation {
  padding: 40px 0;
  background: #fff;
}
.strip[data-id=f412ae] .obrazy-navigation .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=f412ae] .obrazy-navigation .nav-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.strip[data-id=f412ae] .obrazy-navigation .nav-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16/9;
  cursor: pointer;
  text-decoration: none;
}
.strip[data-id=f412ae] .obrazy-navigation .nav-card img, .strip[data-id=f412ae] .obrazy-navigation .nav-card .generated-img-wrapper {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.strip[data-id=f412ae] .obrazy-navigation .nav-card:hover img, .strip[data-id=f412ae] .obrazy-navigation .nav-card:hover .generated-img-wrapper {
  transform: scale(1.1);
}
.strip[data-id=f412ae] .obrazy-navigation .nav-card .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: background 0.3s;
}
.strip[data-id=f412ae] .obrazy-navigation .nav-card .card-overlay h3 {
  margin: 0;
  font-size: 1.5rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.strip[data-id=f412ae] .obrazy-navigation .nav-card:hover .card-overlay {
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .strip[data-id=f412ae] .obrazy-navigation .nav-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id="4124d8"] {
  --section-id: "4124d8";
  --storage-url: "https://www.nitastetec.cz/_section/4124d8";
  --public-url: "https://www.nitastetec.cz/_section/4124d8";
}
.strip[data-id="4124d8"] .main-footer {
  background: #f9f9f9;
  padding: 3rem 0 1rem;
  margin-top: 4rem;
  border-top: 1px solid #eee;
}
.strip[data-id="4124d8"] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="4124d8"] .main-footer .footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 2rem;
}
.strip[data-id="4124d8"] .main-footer .footer-info h3 {
  margin-top: 0;
  color: #333;
}
.strip[data-id="4124d8"] .main-footer .footer-contact h4 {
  margin-top: 0;
  color: #333;
}
.strip[data-id="4124d8"] .main-footer .footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid #eee;
  color: #888;
  font-size: 0.9rem;
}