.strip[data-id="537e00"] {
  --section-id: "537e00";
  --storage-url: "https://test2603122150.praweb.cz/_section/537e00";
  --public-url: "https://test2603122150.praweb.cz/_section/537e00";
}
.strip[data-id="537e00"] .hero-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://test2603122150.praweb.cz/_section/537e00/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 4rem 1rem;
}
.strip[data-id="537e00"] .hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.strip[data-id="537e00"] .hero-section .hero-content {
  max-width: 800px;
  margin: 0 auto;
}
.strip[data-id="537e00"] .hero-section .hero-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .strip[data-id="537e00"] .hero-section .hero-content h1 {
    font-size: 2.5rem;
  }
}
.strip[data-id="537e00"] .hero-section .hero-content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  line-height: 1.6;
}
.strip[data-id="537e00"] .hero-section .hero-content .btn-primary {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.strip[data-id="537e00"] .hero-section .hero-content .btn-primary:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}.strip[data-id=b0c90a] {
  --section-id: "b0c90a";
  --storage-url: "https://test2603122150.praweb.cz/_section/b0c90a";
  --public-url: "https://test2603122150.praweb.cz/_section/b0c90a";
}
.strip[data-id=b0c90a] .features-section {
  padding: 6rem 1rem;
  background-color: #f8f9fa;
  text-align: center;
}
.strip[data-id=b0c90a] .features-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.strip[data-id=b0c90a] .features-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #333;
}
.strip[data-id=b0c90a] .features-section .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
  justify-content: center;
}
.strip[data-id=b0c90a] .features-section .feature-card {
  background-color: #fff;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id=b0c90a] .features-section .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.strip[data-id=b0c90a] .features-section .feature-card .feature-icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  line-height: 1;
}
.strip[data-id=b0c90a] .features-section .feature-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}
.strip[data-id=b0c90a] .features-section .feature-card p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}.strip[data-id=a790cd] {
  --section-id: "a790cd";
  --storage-url: "https://test2603122150.praweb.cz/_section/a790cd";
  --public-url: "https://test2603122150.praweb.cz/_section/a790cd";
}
.strip[data-id=a790cd] .site-footer {
  background-color: #222;
  color: #fff;
  padding: 4rem 1rem 2rem;
  text-align: left;
}
.strip[data-id=a790cd] .site-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.strip[data-id=a790cd] .site-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}
.strip[data-id=a790cd] .site-footer .footer-col h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #fff;
}
.strip[data-id=a790cd] .site-footer .footer-col p {
  font-size: 0.9rem;
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.strip[data-id=a790cd] .site-footer .footer-col .social-links {
  display: flex;
  gap: 1rem;
}
.strip[data-id=a790cd] .site-footer .footer-col .social-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.strip[data-id=a790cd] .site-footer .footer-col .social-links a:hover {
  opacity: 1;
}
.strip[data-id=a790cd] .site-footer .footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 0.85rem;
  color: #888;
}