.strip[data-id="5f0cb6"] {
  --section-id: "5f0cb6";
  --storage-url: "https://vit-majengo.proweb.cz/_section/5f0cb6";
  --public-url: "https://vit-majengo.proweb.cz/_section/5f0cb6";
}
.strip[data-id="5f0cb6"] .main-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 1.5rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.strip[data-id="5f0cb6"] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="5f0cb6"] .main-header .logo a {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="5f0cb6"] .main-header .nav-menu ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id="5f0cb6"] .main-header .nav-menu ul a {
  text-decoration: none;
  color: #666;
  font-weight: 500;
  transition: color 0.3s;
}
.strip[data-id="5f0cb6"] .main-header .nav-menu ul a:hover {
  color: #000;
}
@media (max-width: 768px) {
  .strip[data-id="5f0cb6"] .main-header .container {
    flex-direction: column;
    gap: 1rem;
  }
  .strip[data-id="5f0cb6"] .nav-menu ul {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}.strip[data-id="654c57"] {
  --section-id: "654c57";
  --storage-url: "https://vit-majengo.proweb.cz/_section/654c57";
  --public-url: "https://vit-majengo.proweb.cz/_section/654c57";
}
.strip[data-id="654c57"] .hero-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  background-image: url(https://vit-majengo.proweb.cz/_section/654c57/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
.strip[data-id="654c57"] .hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.strip[data-id="654c57"] .hero-section .container {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="654c57"] .hero-section h1 {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.strip[data-id="654c57"] .hero-section p {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
.strip[data-id="654c57"] .hero-section .hero-btns {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
.strip[data-id="654c57"] .hero-section .hero-btns .btn {
  padding: 1rem 2.5rem;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s;
}
.strip[data-id="654c57"] .hero-section .hero-btns .btn.btn-primary {
  background: #fff;
  color: #000;
}
.strip[data-id="654c57"] .hero-section .hero-btns .btn.btn-primary:hover {
  background: #eee;
}
.strip[data-id="654c57"] .hero-section .hero-btns .btn.btn-secondary {
  border: 2px solid #fff;
  color: #fff;
}
.strip[data-id="654c57"] .hero-section .hero-btns .btn.btn-secondary:hover {
  background: #fff;
  color: #000;
}
@media (max-width: 768px) {
  .strip[data-id="654c57"] h1 {
    font-size: 2.5rem;
  }
  .strip[data-id="654c57"] p {
    font-size: 1.2rem;
  }
  .strip[data-id="654c57"] .hero-btns {
    flex-direction: column;
  }
}.strip[data-id="00e179"] {
  --section-id: "00e179";
  --storage-url: "https://vit-majengo.proweb.cz/_section/00e179";
  --public-url: "https://vit-majengo.proweb.cz/_section/00e179";
}
.strip[data-id="00e179"] .category-split {
  padding: 6rem 0;
  background: #fdfdfd;
}
.strip[data-id="00e179"] .category-split .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="00e179"] .category-split .split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.strip[data-id="00e179"] .category-split .category-card {
  text-decoration: none;
  color: #333;
  display: block;
  background: #fff;
  border: 1px solid #eee;
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
}
.strip[data-id="00e179"] .category-split .category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.strip[data-id="00e179"] .category-split .category-card:hover .card-image img {
  transform: scale(1.05);
}
.strip[data-id="00e179"] .category-split .category-card .card-image {
  height: 400px;
  overflow: hidden;
}
.strip[data-id="00e179"] .category-split .category-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.strip[data-id="00e179"] .category-split .category-card .card-content {
  padding: 2.5rem;
  text-align: center;
}
.strip[data-id="00e179"] .category-split .category-card .card-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="00e179"] .category-split .category-card .card-content p {
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.strip[data-id="00e179"] .category-split .category-card .card-content .view-more {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .strip[data-id="00e179"] .split-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id="622329"] {
  --section-id: "622329";
  --storage-url: "https://vit-majengo.proweb.cz/_section/622329";
  --public-url: "https://vit-majengo.proweb.cz/_section/622329";
}
.strip[data-id="622329"] .about-teaser {
  padding: 8rem 0;
  background: #fff;
}
.strip[data-id="622329"] .about-teaser .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="622329"] .about-teaser .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.strip[data-id="622329"] .about-teaser .about-image img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  box-shadow: 20px 20px 0 #f5f5f5;
}
.strip[data-id="622329"] .about-teaser .about-text .subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 1rem;
}
.strip[data-id="622329"] .about-teaser .about-text h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  line-height: 1.2;
}
.strip[data-id="622329"] .about-teaser .about-text p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}
.strip[data-id="622329"] .about-teaser .about-text .btn-link {
  display: inline-block;
  margin-top: 1rem;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid #000;
  padding-bottom: 3px;
  transition: opacity 0.3s;
}
.strip[data-id="622329"] .about-teaser .about-text .btn-link:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .strip[data-id="622329"] .about-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .strip[data-id="622329"] .about-text h2 {
    font-size: 2rem;
  }
}.strip[data-id="310f4f"] {
  --section-id: "310f4f";
  --storage-url: "https://vit-majengo.proweb.cz/_section/310f4f";
  --public-url: "https://vit-majengo.proweb.cz/_section/310f4f";
}
.strip[data-id="310f4f"] .main-footer {
  background: #1a1a1a;
  color: #fff;
  padding: 4rem 0 2rem;
  margin-top: 4rem;
}
.strip[data-id="310f4f"] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="310f4f"] .main-footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.strip[data-id="310f4f"] .main-footer h3, .strip[data-id="310f4f"] .main-footer h4 {
  margin-bottom: 1.5rem;
  color: #fff;
}
.strip[data-id="310f4f"] .main-footer p {
  color: #aaa;
  line-height: 1.6;
}
.strip[data-id="310f4f"] .main-footer .social-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.strip[data-id="310f4f"] .main-footer .social-links a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id="310f4f"] .main-footer .social-links a:hover {
  color: #fff;
}
.strip[data-id="310f4f"] .main-footer .footer-bottom {
  border-top: 1px solid #333;
  padding-top: 2rem;
  text-align: center;
  font-size: 0.9rem;
  color: #666;
}
@media (max-width: 768px) {
  .strip[data-id="310f4f"] .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}