.strip[data-id="6c4c35"] {
  --section-id: "6c4c35";
  --storage-url: "https://ach3.proweb.cz/_section/6c4c35";
  --public-url: "https://ach3.proweb.cz/_section/6c4c35";
}
.strip[data-id="6c4c35"] .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.strip[data-id="6c4c35"] .header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="6c4c35"] .header .logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.strip[data-id="6c4c35"] .header nav ul {
  display: flex;
  list-style: none;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id="6c4c35"] .header nav ul li a {
  text-decoration: none;
  color: #555;
  font-weight: 500;
  transition: color 0.3s;
}
.strip[data-id="6c4c35"] .header nav ul li a:hover {
  color: #007bff;
}
@media (max-width: 768px) {
  .strip[data-id="6c4c35"] .header .container {
    flex-direction: column;
    gap: 1rem;
  }
}.strip[data-id=a42e1b] {
  --section-id: "a42e1b";
  --storage-url: "https://ach3.proweb.cz/_section/a42e1b";
  --public-url: "https://ach3.proweb.cz/_section/a42e1b";
}
.strip[data-id=a42e1b] .hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  padding: 4rem 2rem;
  background: #f8f9fa;
}
.strip[data-id=a42e1b] .hero .container {
  display: flex;
  align-items: center;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=a42e1b] .hero .content {
  flex: 1;
}
.strip[data-id=a42e1b] .hero .content h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  color: #222;
}
.strip[data-id=a42e1b] .hero .content p {
  font-size: 1.25rem;
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.strip[data-id=a42e1b] .hero .content .cta-button {
  display: inline-block;
  padding: 1rem 2rem;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s;
}
.strip[data-id=a42e1b] .hero .content .cta-button:hover {
  background: #0056b3;
}
.strip[data-id=a42e1b] .hero .image-wrapper {
  flex: 1;
  text-align: right;
}
.strip[data-id=a42e1b] .hero .image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .strip[data-id=a42e1b] .hero .container {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
  .strip[data-id=a42e1b] .hero .image-wrapper {
    text-align: center;
  }
}.strip[data-id="35830c"] {
  --section-id: "35830c";
  --storage-url: "https://ach3.proweb.cz/_section/35830c";
  --public-url: "https://ach3.proweb.cz/_section/35830c";
}
.strip[data-id="35830c"] .about {
  padding: 5rem 2rem;
  background: #fff;
}
.strip[data-id="35830c"] .about .container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.strip[data-id="35830c"] .about h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #222;
}
.strip[data-id="35830c"] .about .text-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
}.strip[data-id="6c3acd"] {
  --section-id: "6c3acd";
  --storage-url: "https://ach3.proweb.cz/_section/6c3acd";
  --public-url: "https://ach3.proweb.cz/_section/6c3acd";
}
.strip[data-id="6c3acd"] .services {
  padding: 5rem 2rem;
  background: #f1f3f5;
}
.strip[data-id="6c3acd"] .services .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="6c3acd"] .services h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #222;
}
.strip[data-id="6c3acd"] .services .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.strip[data-id="6c3acd"] .services .service-card {
  background: #fff;
  padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}
.strip[data-id="6c3acd"] .services .service-card:hover {
  transform: translateY(-10px);
}
.strip[data-id="6c3acd"] .services .service-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 1.5rem;
  display: block;
}
.strip[data-id="6c3acd"] .services .service-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.strip[data-id="6c3acd"] .services .service-card p {
  color: #666;
  line-height: 1.6;
}.strip[data-id=fe28b2] {
  --section-id: "fe28b2";
  --storage-url: "https://ach3.proweb.cz/_section/fe28b2";
  --public-url: "https://ach3.proweb.cz/_section/fe28b2";
}
.strip[data-id=fe28b2] .contact {
  padding: 5rem 2rem;
  background: #fff;
}
.strip[data-id=fe28b2] .contact .container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.strip[data-id=fe28b2] .contact h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #222;
}
.strip[data-id=fe28b2] .contact p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 3rem;
}
.strip[data-id=fe28b2] .contact .contact-info {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.strip[data-id=fe28b2] .contact .contact-info .info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.1rem;
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id=fe28b2] .contact .contact-info .info-item:hover {
  color: #007bff;
}
.strip[data-id=fe28b2] .contact .contact-info .info-item i {
  color: #007bff;
  font-size: 1.5rem;
}.strip[data-id=beb8aa] {
  --section-id: "beb8aa";
  --storage-url: "https://ach3.proweb.cz/_section/beb8aa";
  --public-url: "https://ach3.proweb.cz/_section/beb8aa";
}
.strip[data-id=beb8aa] .footer {
  padding: 3rem 2rem;
  background: #222;
  color: #fff;
  text-align: center;
}
.strip[data-id=beb8aa] .footer .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=beb8aa] .footer .social-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.strip[data-id=beb8aa] .footer .social-links a {
  color: #fff;
  font-size: 1.5rem;
  transition: color 0.3s;
}
.strip[data-id=beb8aa] .footer .social-links a:hover {
  color: #007bff;
}
.strip[data-id=beb8aa] .footer .copyright {
  font-size: 0.9rem;
  opacity: 0.7;
}