
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="9da50d"] {
  --section-id: "9da50d";
  --storage-url: "https://nase-cesko.slany.cz/_section/9da50d";
  --public-url: "https://nase-cesko.slany.cz/_section/9da50d";
}
.strip[data-id="9da50d"] .main-header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1.5rem 0;
  width: 100%;
  z-index: 1000;
}
.strip[data-id="9da50d"] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="9da50d"] .main-header .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1a1a1a;
  gap: 15px;
}
.strip[data-id="9da50d"] .main-header .logo-link .logo {
  height: 90px;
  width: auto;
}
.strip[data-id="9da50d"] .main-header .nav-list {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.strip[data-id="9da50d"] .main-header .nav-list a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  transition: color 0.3s;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.strip[data-id="9da50d"] .main-header .nav-list a:hover {
  color: #d71920;
}
.strip[data-id="9da50d"] .main-header .mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}
.strip[data-id="9da50d"] .main-header .mobile-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background: #333;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .strip[data-id="9da50d"] .main-header {
    padding: 1rem 0;
  }
  .strip[data-id="9da50d"] .main-header .logo {
    height: 65px;
  }
  .strip[data-id="9da50d"] .main-header .mobile-toggle {
    display: flex;
  }
  .strip[data-id="9da50d"] .main-header .nav-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    gap: 15px;
    text-align: center;
  }
  .strip[data-id="9da50d"] .main-header .nav-list.active {
    display: flex;
  }
}.strip[data-id="37afbc"] {
  --section-id: "37afbc";
  --storage-url: "https://nase-cesko.slany.cz/_section/37afbc";
  --public-url: "https://nase-cesko.slany.cz/_section/37afbc";
}
.strip[data-id="37afbc"] .hero-section {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://nase-cesko.slany.cz/_section/37afbc/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 100px 0;
}
.strip[data-id="37afbc"] .hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="37afbc"] .hero-section .hero-content {
  max-width: 800px;
}
.strip[data-id="37afbc"] .hero-section .hero-content h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 800;
}
.strip[data-id="37afbc"] .hero-section .hero-content h1 span {
  color: #d71920;
  display: block;
}
.strip[data-id="37afbc"] .hero-section .hero-content p {
  font-size: 1.25rem;
  margin-bottom: 40px;
  opacity: 0.9;
  line-height: 1.6;
}
.strip[data-id="37afbc"] .hero-section .hero-actions {
  display: flex;
  gap: 20px;
}
.strip[data-id="37afbc"] .hero-section .hero-actions .btn {
  padding: 15px 40px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}
.strip[data-id="37afbc"] .hero-section .hero-actions .btn-primary {
  background: #d71920;
  color: #fff;
}
.strip[data-id="37afbc"] .hero-section .hero-actions .btn-primary:hover {
  background: #b5151b;
}
.strip[data-id="37afbc"] .hero-section .hero-actions .btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.strip[data-id="37afbc"] .hero-section .hero-actions .btn-secondary:hover {
  background: #fff;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .strip[data-id="37afbc"] .hero-section {
    text-align: center;
    min-height: 60vh;
  }
  .strip[data-id="37afbc"] .hero-section .hero-content h1 {
    font-size: 2.5rem;
  }
  .strip[data-id="37afbc"] .hero-section .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}.strip[data-id="440b98"] {
  --section-id: "440b98";
  --storage-url: "https://nase-cesko.slany.cz/_section/440b98";
  --public-url: "https://nase-cesko.slany.cz/_section/440b98";
}
.strip[data-id="440b98"] .priorities-section {
  padding: 120px 0;
  background: #101014;
  position: relative;
  overflow: hidden;
}
.strip[data-id="440b98"] .priorities-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}
.strip[data-id="440b98"] .priorities-section::after {
  content: "";
  position: absolute;
  top: -260px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 520px;
  background: radial-gradient(ellipse at center, rgba(215, 25, 32, 0.18) 0%, rgba(215, 25, 32, 0) 65%);
  pointer-events: none;
}
.strip[data-id="440b98"] .priorities-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id="440b98"] .priorities-section .priorities-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) 1.35fr;
  gap: 72px;
  align-items: start;
}
.strip[data-id="440b98"] .priorities-section .section-header {
  position: sticky;
  top: 120px;
}
.strip[data-id="440b98"] .priorities-section .section-header .header-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.75rem;
  font-weight: 800;
  color: #d71920;
  margin-bottom: 24px;
}
.strip[data-id="440b98"] .priorities-section .section-header .header-eyebrow::before {
  content: "";
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #d71920, rgba(215, 25, 32, 0.2));
}
.strip[data-id="440b98"] .priorities-section .section-header h2 {
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.02;
  color: #ffffff;
  margin: 0 0 26px;
  letter-spacing: -0.01em;
}
.strip[data-id="440b98"] .priorities-section .section-header h2 span {
  color: #d71920;
}
.strip[data-id="440b98"] .priorities-section .section-header .header-lead {
  font-size: 1.08rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.66);
  margin: 0 0 34px;
  max-width: 440px;
}
.strip[data-id="440b98"] .priorities-section .section-header .header-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.strip[data-id="440b98"] .priorities-section .section-header .header-meta::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d71920;
  box-shadow: 0 0 0 4px rgba(215, 25, 32, 0.18);
  flex: 0 0 auto;
}
.strip[data-id="440b98"] .priorities-section .priority-list {
  display: grid;
  gap: 22px;
}
.strip[data-id="440b98"] .priorities-section .priority-item {
  position: relative;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 26px;
  padding: 34px 36px 38px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(215, 25, 32, 0.55);
  border-radius: 4px 18px 18px 4px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.65s ease, transform 0.5s ease, border-color 0.4s ease, background 0.4s ease;
}
.strip[data-id="440b98"] .priorities-section .priority-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="440b98"] .priorities-section .priority-item:hover {
  background: rgba(215, 25, 32, 0.06);
  border-color: rgba(215, 25, 32, 0.35);
  border-left-color: #d71920;
  transform: translateY(-4px);
}
.strip[data-id="440b98"] .priorities-section .priority-item .item-index {
  font-size: clamp(4rem, 6vw, 5.6rem);
  font-weight: 900;
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.16);
  transition: -webkit-text-stroke-color 0.4s ease;
  user-select: none;
  align-self: start;
}
.strip[data-id="440b98"] .priorities-section .priority-item:hover .item-index {
  -webkit-text-stroke-color: rgba(215, 25, 32, 0.65);
}
.strip[data-id="440b98"] .priorities-section .priority-item .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  font-size: 1.6rem;
  border-radius: 50%;
  background: rgba(215, 25, 32, 0.14);
  border: 1px solid rgba(215, 25, 32, 0.4);
  margin-bottom: 22px;
  transition: transform 0.45s ease, background 0.45s ease;
}
.strip[data-id="440b98"] .priorities-section .priority-item:hover .icon {
  transform: rotate(-10deg) scale(1.1);
  background: rgba(215, 25, 32, 0.26);
}
.strip[data-id="440b98"] .priorities-section .priority-item h3 {
  font-size: 1.45rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.strip[data-id="440b98"] .priorities-section .priority-item p {
  font-size: 0.97rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.strip[data-id="440b98"] .priorities-section .priority-item .item-track {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.06);
}
.strip[data-id="440b98"] .priorities-section .priority-item .item-track span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #d71920, rgba(215, 25, 32, 0.35));
  transition: width 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.strip[data-id="440b98"] .priorities-section .priority-item.is-visible .item-track span {
  width: 100%;
}
@media (max-width: 1024px) {
  .strip[data-id="440b98"] .priorities-section .priorities-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .strip[data-id="440b98"] .priorities-section .section-header {
    position: static;
  }
}
@media (max-width: 640px) {
  .strip[data-id="440b98"] .priorities-section {
    padding: 84px 0;
  }
  .strip[data-id="440b98"] .priorities-section .priority-item {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 28px 24px 34px;
  }
  .strip[data-id="440b98"] .priorities-section .priority-item .item-index {
    font-size: 3.4rem;
  }
  .strip[data-id="440b98"] .priorities-section .priority-item .icon {
    margin-bottom: 18px;
  }
}.strip[data-id=ae07ca] {
  --section-id: "ae07ca";
  --storage-url: "https://nase-cesko.slany.cz/_section/ae07ca";
  --public-url: "https://nase-cesko.slany.cz/_section/ae07ca";
}
.strip[data-id=ae07ca] .candidates-section {
  padding: 100px 0;
  background: #fff;
}
.strip[data-id=ae07ca] .candidates-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=ae07ca] .candidates-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id=ae07ca] .candidates-section .section-header h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 15px;
}
.strip[data-id=ae07ca] .candidates-section .section-header h2 span {
  color: #d71920;
}
.strip[data-id=ae07ca] .candidates-section .section-header .underline {
  width: 80px;
  height: 4px;
  background: #d71920;
  margin: 0 auto;
}
.strip[data-id=ae07ca] .candidates-section .candidates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.strip[data-id=ae07ca] .candidates-section .candidate-card {
  background: #fdfdfd;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}
.strip[data-id=ae07ca] .candidates-section .candidate-card:hover {
  transform: translateY(-5px);
}
.strip[data-id=ae07ca] .candidates-section .candidate-card .image-wrapper {
  width: 100%;
  aspect-ratio: 4/5;
}
.strip[data-id=ae07ca] .candidates-section .candidate-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id=ae07ca] .candidates-section .candidate-card .info {
  padding: 25px;
  text-align: center;
}
.strip[data-id=ae07ca] .candidates-section .candidate-card .info h3 {
  font-size: 1.25rem;
  margin-bottom: 5px;
  color: #1a1a1a;
}
.strip[data-id=ae07ca] .candidates-section .candidate-card .info .role {
  color: #d71920;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.strip[data-id=ae07ca] .candidates-section .candidate-card .info .bio {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
}.strip[data-id="89d59e"] {
  --section-id: "89d59e";
  --storage-url: "https://nase-cesko.slany.cz/_section/89d59e";
  --public-url: "https://nase-cesko.slany.cz/_section/89d59e";
}
.strip[data-id="89d59e"] .contact-section {
  padding: 100px 0;
  background: #1a1a1a;
  color: #fff;
}
.strip[data-id="89d59e"] .contact-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="89d59e"] .contact-section .contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.strip[data-id="89d59e"] .contact-section .contact-info h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 20px;
}
.strip[data-id="89d59e"] .contact-section .contact-info h2 span {
  color: #d71920;
  display: block;
}
.strip[data-id="89d59e"] .contact-section .contact-info p {
  font-size: 1.1rem;
  opacity: 0.8;
  margin-bottom: 40px;
  line-height: 1.6;
}
.strip[data-id="89d59e"] .contact-section .contact-info .info-list .info-item {
  margin-bottom: 15px;
  font-size: 1.1rem;
}
.strip[data-id="89d59e"] .contact-section .contact-info .info-list .info-item strong {
  color: #d71920;
  margin-right: 10px;
}
.strip[data-id="89d59e"] .contact-section .contact-form {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
}
.strip[data-id="89d59e"] .contact-section .contact-form .form-group {
  margin-bottom: 20px;
}
.strip[data-id="89d59e"] .contact-section .contact-form .form-group input, .strip[data-id="89d59e"] .contact-section .contact-form .form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: inherit;
  font-size: 1rem;
}
.strip[data-id="89d59e"] .contact-section .contact-form .form-group input:focus, .strip[data-id="89d59e"] .contact-section .contact-form .form-group textarea:focus {
  outline: none;
  border-color: #d71920;
}
.strip[data-id="89d59e"] .contact-section .contact-form .btn-submit {
  width: 100%;
  padding: 15px;
  background: #d71920;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
}
.strip[data-id="89d59e"] .contact-section .contact-form .btn-submit:hover {
  background: #b5151b;
}
.strip[data-id="89d59e"] .contact-section .contact-form .btn-submit:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.strip[data-id="89d59e"] .contact-section .contact-form .form-status {
  margin-top: 15px;
  text-align: center;
  font-weight: 600;
}
.strip[data-id="89d59e"] .contact-section .contact-form .form-status.success {
  color: #28a745;
}
.strip[data-id="89d59e"] .contact-section .contact-form .form-status.error {
  color: #dc3545;
}
@media (max-width: 992px) {
  .strip[data-id="89d59e"] .contact-section .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id="89d59e"] .contact-section .contact-info {
    text-align: center;
  }
}.strip[data-id=a90713] {
  --section-id: "a90713";
  --storage-url: "https://nase-cesko.slany.cz/_section/a90713";
  --public-url: "https://nase-cesko.slany.cz/_section/a90713";
}
.strip[data-id=a90713] .main-footer {
  background: #111;
  color: #fff;
  padding: 60px 0 20px;
  border-top: 1px solid #333;
}
.strip[data-id=a90713] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=a90713] .main-footer .footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.strip[data-id=a90713] .main-footer .footer-brand .footer-logo {
  height: 40px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}
.strip[data-id=a90713] .main-footer .footer-brand p {
  opacity: 0.7;
  max-width: 300px;
}
.strip[data-id=a90713] .main-footer h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.1rem;
  color: #d71920;
}
.strip[data-id=a90713] .main-footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=a90713] .main-footer .footer-links ul li {
  margin-bottom: 10px;
}
.strip[data-id=a90713] .main-footer .footer-links ul li a {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
}
.strip[data-id=a90713] .main-footer .footer-links ul li a:hover {
  opacity: 1;
  color: #d71920;
}
.strip[data-id=a90713] .main-footer .social-icons {
  display: flex;
  gap: 15px;
}
.strip[data-id=a90713] .main-footer .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #333;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
}
.strip[data-id=a90713] .main-footer .social-icons a:hover {
  background: #d71920;
}
.strip[data-id=a90713] .main-footer .footer-bottom {
  padding-top: 20px;
  border-top: 1px solid #333;
  text-align: center;
  font-size: 0.85rem;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .strip[data-id=a90713] .main-footer .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .strip[data-id=a90713] .main-footer .footer-brand p {
    margin: 0 auto;
  }
  .strip[data-id=a90713] .main-footer .social-icons {
    justify-content: center;
  }
}