.strip[data-id="6c40ed"] {
  --section-id: "6c40ed";
  --storage-url: "https://illek.proweb.cz/_section/6c40ed";
  --public-url: "https://illek.proweb.cz/_section/6c40ed";
}
.strip[data-id="6c40ed"] .site-header {
  background: #1a1a1a;
  color: #fff;
  border-bottom: 4px solid #fcd300;
}
.strip[data-id="6c40ed"] .site-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.strip[data-id="6c40ed"] .brand {
  color: #fff;
  font-weight: 800;
  font-size: 1.25rem;
  text-decoration: none;
}
.strip[data-id="6c40ed"] .site-header nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
}
.strip[data-id="6c40ed"] .site-header nav a {
  color: #fff;
  text-decoration: none;
  padding: 0.5rem;
  border-radius: 0.25rem;
}
.strip[data-id="6c40ed"] .site-header nav a:hover, .strip[data-id="6c40ed"] .site-header nav a:focus-visible {
  background: #fcd300;
  color: #1a1a1a;
}
.strip[data-id="6c40ed"] .menu-toggle {
  display: none;
  background: #fcd300;
  color: #1a1a1a;
  border: 2px solid #fcd300;
  padding: 0.5rem 0.75rem;
  font-weight: 700;
}
@media (max-width: 760px) {
  .strip[data-id="6c40ed"] .site-header__inner {
    flex-wrap: wrap;
  }
  .strip[data-id="6c40ed"] .menu-toggle {
    display: block;
    margin-left: auto;
  }
  .strip[data-id="6c40ed"] .site-header nav {
    display: none;
    width: 100%;
    flex-direction: column;
    margin: 0;
  }
  .strip[data-id="6c40ed"] .site-header nav.is-open {
    display: flex;
  }
}
.strip[data-id="6c40ed"] .site-header a:focus-visible, .strip[data-id="6c40ed"] .menu-toggle:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}.strip[data-id="0bd28a"] {
  --section-id: "0bd28a";
  --storage-url: "https://illek.proweb.cz/_section/0bd28a";
  --public-url: "https://illek.proweb.cz/_section/0bd28a";
}
.strip[data-id="0bd28a"] .static-page {
  padding: 5rem 1.25rem;
  min-height: 50vh;
}
.strip[data-id="0bd28a"] .content {
  max-width: 900px;
  margin: 0 auto;
}
.strip[data-id="0bd28a"] .content h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  margin: 0 0 1rem;
  color: #1a1a1a;
}
.strip[data-id="0bd28a"] .content p {
  font-size: 1.2rem;
  line-height: 1.7;
}.strip[data-id=f52c30] {
  --section-id: "f52c30";
  --storage-url: "https://illek.proweb.cz/_section/f52c30";
  --public-url: "https://illek.proweb.cz/_section/f52c30";
}
.strip[data-id=f52c30] .site-footer {
  background: #1a1a1a;
  color: #fff;
  padding: 3rem 1.25rem 1.25rem;
}
.strip[data-id=f52c30] .site-footer__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.strip[data-id=f52c30] .site-footer h2 {
  color: #fcd300;
  font-size: 1.1rem;
}
.strip[data-id=f52c30] .site-footer a {
  color: #fff;
}
.strip[data-id=f52c30] .site-footer a:focus-visible {
  outline: 3px solid #fcd300;
  outline-offset: 3px;
}
.strip[data-id=f52c30] .site-footer nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.strip[data-id=f52c30] .copyright {
  max-width: 1200px;
  margin: 2rem auto 0;
  border-top: 1px solid #777;
  padding-top: 1rem;
}
@media (max-width: 700px) {
  .strip[data-id=f52c30] .site-footer__grid {
    grid-template-columns: 1fr;
  }
}