.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=d2882b] {
  --section-id: "d2882b";
  --storage-url: "https://www.nitastetec.cz/_section/d2882b";
  --public-url: "https://www.nitastetec.cz/_section/d2882b";
}
.strip[data-id=d2882b] .hero-section {
  padding: 100px 0;
  background: #fdfdfd;
  text-align: center;
}
.strip[data-id=d2882b] .hero-section .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=d2882b] .hero-section h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: #222;
}
.strip[data-id=d2882b] .hero-section p {
  font-size: 1.25rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.strip[data-id=d2882b] .hero-section .btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.2s;
}
.strip[data-id=d2882b] .hero-section .btn-primary {
  background: #333;
  color: #fff;
}
.strip[data-id=d2882b] .hero-section .btn-primary:hover {
  background: #000;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .strip[data-id=d2882b] .hero-section h1 {
    font-size: 2rem;
  }
}.strip[data-id="900cb8"] {
  --section-id: "900cb8";
  --storage-url: "https://www.nitastetec.cz/_section/900cb8";
  --public-url: "https://www.nitastetec.cz/_section/900cb8";
}
.strip[data-id="900cb8"] .categories-preview {
  padding: 80px 0;
}
.strip[data-id="900cb8"] .categories-preview .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="900cb8"] .categories-preview .section-title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.5rem;
}
.strip[data-id="900cb8"] .categories-preview .category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.strip[data-id="900cb8"] .categories-preview .category-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}
.strip[data-id="900cb8"] .categories-preview .category-card:hover {
  transform: translateY(-10px);
}
.strip[data-id="900cb8"] .categories-preview .category-card img, .strip[data-id="900cb8"] .categories-preview .category-card .generated-img-wrapper {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.strip[data-id="900cb8"] .categories-preview .category-card .card-content {
  padding: 25px;
  text-align: center;
}
.strip[data-id="900cb8"] .categories-preview .category-card .card-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.strip[data-id="900cb8"] .categories-preview .category-card .card-content p {
  color: #666;
  margin-bottom: 20px;
}
.strip[data-id="900cb8"] .categories-preview .category-card .card-content .card-link {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid #333;
  padding-bottom: 2px;
}
.strip[data-id="900cb8"] .categories-preview .category-card .card-content .card-link:hover {
  color: #000;
  border-color: #000;
}.strip[data-id="7d1718"] {
  --section-id: "7d1718";
  --storage-url: "https://www.nitastetec.cz/_section/7d1718";
  --public-url: "https://www.nitastetec.cz/_section/7d1718";
}
.strip[data-id="7d1718"] .contact-section {
  padding: 80px 0;
  background: #fdfdfd;
}
.strip[data-id="7d1718"] .contact-section .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="7d1718"] .contact-section .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.strip[data-id="7d1718"] .contact-section .contact-info h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.strip[data-id="7d1718"] .contact-section .contact-info p {
  font-size: 1.1rem;
  color: #666;
}
.strip[data-id="7d1718"] .contact-section .contact-form {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id="7d1718"] .contact-section .contact-form .form-group {
  margin-bottom: 20px;
}
.strip[data-id="7d1718"] .contact-section .contact-form .form-group input, .strip[data-id="7d1718"] .contact-section .contact-form .form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: inherit;
}
.strip[data-id="7d1718"] .contact-section .contact-form .form-group input:focus, .strip[data-id="7d1718"] .contact-section .contact-form .form-group textarea:focus {
  outline: none;
  border-color: #333;
}
.strip[data-id="7d1718"] .contact-section .contact-form .btn {
  width: 100%;
  padding: 12px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}
.strip[data-id="7d1718"] .contact-section .contact-form .btn:hover {
  background: #000;
}
@media (max-width: 768px) {
  .strip[data-id="7d1718"] .contact-section .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}.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;
}