.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="8e8a46"] {
  --section-id: "8e8a46";
  --storage-url: "https://www.nitastetec.cz/_section/8e8a46";
  --public-url: "https://www.nitastetec.cz/_section/8e8a46";
}
.strip[data-id="8e8a46"] .about-me {
  padding: 80px 0;
}
.strip[data-id="8e8a46"] .about-me .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="8e8a46"] .about-me .about-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: center;
}
.strip[data-id="8e8a46"] .about-me .about-image img, .strip[data-id="8e8a46"] .about-me .about-image .generated-img-wrapper {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.strip[data-id="8e8a46"] .about-me .about-text h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.strip[data-id="8e8a46"] .about-me .about-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .strip[data-id="8e8a46"] .about-me .about-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;
}