@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}@charset "UTF-8";
.strip[data-id="0f3fb0"] {
  --section-id: "0f3fb0";
  --storage-url: "https://www.slany-cesko.cz/_section/0f3fb0";
  --public-url: "https://www.slany-cesko.cz/_section/0f3fb0";
  /* Zvýraznění cílové sekce po skrolování */
}
@font-face {
  font-family: "Haffer";
  src: url(https://www.slany-cesko.cz/_section/0f3fb0/Haffer-Medium.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@keyframes scrollHighlight {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
  }
  50% {
    box-shadow: 0 0 40px 8px rgba(0, 123, 255, 0.35);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}
.strip[data-id="0f3fb0"] .scroll-highlight {
  animation: scrollHighlight 1.2s ease-out;
  position: relative;
  z-index: 1;
}
.strip[data-id="0f3fb0"] .main-header {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 1.5rem 0;
  width: 100%;
  transition: padding 0.3s ease, box-shadow 0.3s ease;
  /* Smrštěná varianta při skrolování */
}
.strip[data-id="0f3fb0"] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="0f3fb0"] .main-header .logo-wrapper .logo-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.strip[data-id="0f3fb0"] .main-header .logo-wrapper .logo {
  height: 65px;
  width: auto;
  display: block;
  transition: height 0.3s ease;
}
.strip[data-id="0f3fb0"] .main-header .logo-wrapper .logo-text {
  font-family: "Haffer", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #1a1a1a;
  margin-top: 4px;
  text-transform: uppercase;
  line-height: 1;
  transition: font-size 0.3s ease, margin-top 0.3s ease;
}
.strip[data-id="0f3fb0"] .main-header .main-nav {
  display: flex;
  align-items: center;
}
.strip[data-id="0f3fb0"] .main-header .main-nav .nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
  align-items: center;
}
.strip[data-id="0f3fb0"] .main-header .main-nav .nav-links li a {
  text-decoration: none;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.strip[data-id="0f3fb0"] .main-header .main-nav .nav-links li a:hover {
  color: #007bff;
}
.strip[data-id="0f3fb0"] .main-header .main-nav .nav-links li .admin-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 0.6rem;
  line-height: 1.2;
  opacity: 0.6;
}
.strip[data-id="0f3fb0"] .main-header .main-nav .nav-links li .admin-link .key-icon {
  font-size: 0.9rem;
  margin-bottom: 2px;
}
.strip[data-id="0f3fb0"] .main-header .main-nav .nav-links li .admin-link:hover {
  opacity: 1;
  color: #007bff;
}
.strip[data-id="0f3fb0"] .main-header .main-nav .mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.strip[data-id="0f3fb0"] .main-header .main-nav .mobile-menu-toggle span {
  width: 100%;
  height: 3px;
  background-color: #333;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.strip[data-id="0f3fb0"] .main-header.scrolled {
  padding: 0.6rem 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.strip[data-id="0f3fb0"] .main-header.scrolled .logo {
  height: 40px;
}
.strip[data-id="0f3fb0"] .main-header.scrolled .logo-text {
  font-size: 0.7rem;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .strip[data-id="0f3fb0"] .main-header {
    padding: 1rem 0;
  }
  .strip[data-id="0f3fb0"] .main-header.scrolled {
    padding: 0.5rem 0;
  }
  .strip[data-id="0f3fb0"] .main-header.scrolled .logo {
    height: 32px;
  }
  .strip[data-id="0f3fb0"] .main-header.scrolled .logo-text {
    font-size: 0.65rem;
  }
  .strip[data-id="0f3fb0"] .main-header .logo-wrapper .logo {
    height: 50px;
  }
  .strip[data-id="0f3fb0"] .main-header .main-nav .mobile-menu-toggle {
    display: flex;
  }
  .strip[data-id="0f3fb0"] .main-header .main-nav .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 1000;
  }
  .strip[data-id="0f3fb0"] .main-header .main-nav .nav-links.active {
    right: 0;
  }
  .strip[data-id="0f3fb0"] .main-header .mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .strip[data-id="0f3fb0"] .main-header .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id="0f3fb0"] .main-header .mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}@charset "UTF-8";
.strip[data-id="77317a"] {
  --section-id: "77317a";
  --storage-url: "https://www.slany-cesko.cz/_section/77317a";
  --public-url: "https://www.slany-cesko.cz/_section/77317a";
  /* Modern Voting Guide Section */
}
@font-face {
  font-family: "Druk";
  src: url("https://www.slany-cesko.cz/_section/77317a/fonts/Druk-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Haffer";
  src: url("https://www.slany-cesko.cz/_section/77317a/fonts/Haffer-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.strip[data-id="77317a"] .voting-guide-page {
  background-color: #f6f8fb;
  color: #1e293b;
  font-family: "Plus Jakarta Sans", "Segoe UI", Roboto, sans-serif;
  padding: 70px 0 100px;
  position: relative;
  overflow: hidden;
  /* Subtle background grid pattern */
  background-image: radial-gradient(at 100% 0%, rgba(0, 102, 214, 0.05) 0px, transparent 50%), radial-gradient(at 0% 50%, rgba(6, 75, 168, 0.04) 0px, transparent 50%);
  /* Headings */
  /* --- HERO HEADER --- */
  /* --- QUICK FACTS RIBBON --- */
  /* --- STANDOUT CARD: NAŠE ČESKO --- */
  /* --- SECTION HEADINGS --- */
  /* --- 3 METHODS OF VOTING (CARDS GRID) --- */
  /* --- SCHEDULE & DOCUMENTS 2-COL --- */
  /* --- STEP BY STEP PROCESS --- */
  /* --- DOS & DON'TS / INVALID VOTES --- */
  /* --- OFFICIAL INFO BANNER --- */
}
.strip[data-id="77317a"] .voting-guide-page .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.strip[data-id="77317a"] .voting-guide-page h1, .strip[data-id="77317a"] .voting-guide-page h2, .strip[data-id="77317a"] .voting-guide-page h3, .strip[data-id="77317a"] .voting-guide-page h4 {
  color: #0f172a;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}
.strip[data-id="77317a"] .voting-guide-page .font-druk {
  font-family: "Druk", Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 0.95;
}
.strip[data-id="77317a"] .voting-guide-page .guide-hero {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 56px;
}
.strip[data-id="77317a"] .voting-guide-page .guide-hero .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e0edfd;
  color: #0056b3;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 8px 18px;
  border-radius: 9999px;
  margin-bottom: 24px;
  border: 1px solid #bfdbfe;
}
.strip[data-id="77317a"] .voting-guide-page .guide-hero h1 {
  font-size: clamp(2.8rem, 7vw, 4.8rem);
  margin: 0 0 20px;
  color: #0f172a;
}
.strip[data-id="77317a"] .voting-guide-page .guide-hero h1 .text-highlight {
  color: #0066d6;
  display: block;
}
.strip[data-id="77317a"] .voting-guide-page .guide-hero .hero-perex {
  font-size: 1.2rem;
  line-height: 1.65;
  color: #475569;
  margin: 0 auto;
  max-width: 720px;
}
.strip[data-id="77317a"] .voting-guide-page .quick-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 48px;
}
@media (max-width: 900px) {
  .strip[data-id="77317a"] .voting-guide-page .quick-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .strip[data-id="77317a"] .voting-guide-page .quick-facts-grid {
    grid-template-columns: 1fr;
  }
}
.strip[data-id="77317a"] .voting-guide-page .quick-facts-grid .fact-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 22px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id="77317a"] .voting-guide-page .quick-facts-grid .fact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 102, 214, 0.08);
  border-color: #cbd5e1;
}
.strip[data-id="77317a"] .voting-guide-page .quick-facts-grid .fact-card .fact-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #eef5fc;
  color: #0066d6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.strip[data-id="77317a"] .voting-guide-page .quick-facts-grid .fact-card .fact-content .fact-value {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.25;
  margin-bottom: 3px;
}
.strip[data-id="77317a"] .voting-guide-page .quick-facts-grid .fact-card .fact-content .fact-label {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.35;
}
.strip[data-id="77317a"] .voting-guide-page .party-feature-card {
  background: linear-gradient(135deg, #075dcc 0%, #004299 100%);
  color: #ffffff;
  border-radius: 28px;
  padding: 44px 48px;
  margin-bottom: 56px;
  box-shadow: 0 25px 50px -10px rgba(7, 93, 204, 0.35);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.strip[data-id="77317a"] .voting-guide-page .party-feature-card::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  pointer-events: none;
}
@media (max-width: 860px) {
  .strip[data-id="77317a"] .voting-guide-page .party-feature-card {
    grid-template-columns: 1fr;
    padding: 36px 28px;
    gap: 30px;
  }
}
.strip[data-id="77317a"] .voting-guide-page .party-feature-card .party-feature-text {
  position: relative;
  z-index: 1;
}
.strip[data-id="77317a"] .voting-guide-page .party-feature-card .party-feature-text .party-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 6px 14px;
  border-radius: 9999px;
  margin-bottom: 16px;
}
.strip[data-id="77317a"] .voting-guide-page .party-feature-card .party-feature-text h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 2.7rem);
  margin: 0 0 16px;
  line-height: 1.05;
}
.strip[data-id="77317a"] .voting-guide-page .party-feature-card .party-feature-text p {
  font-size: 1.08rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 18px;
}
.strip[data-id="77317a"] .voting-guide-page .party-feature-card .party-feature-text .party-note {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  background: rgba(0, 0, 0, 0.15);
  padding: 10px 16px;
  border-radius: 12px;
  color: #e0f2fe;
  font-weight: 500;
}
.strip[data-id="77317a"] .voting-guide-page .party-feature-card .party-ballot-preview {
  background: #ffffff;
  color: #0f172a;
  border-radius: 20px;
  padding: 26px 24px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  border: 2px dashed #93c5fd;
}
.strip[data-id="77317a"] .voting-guide-page .party-feature-card .party-ballot-preview .ballot-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.strip[data-id="77317a"] .voting-guide-page .party-feature-card .party-ballot-preview .ballot-header .ballot-meta {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
  font-weight: 700;
}
.strip[data-id="77317a"] .voting-guide-page .party-feature-card .party-ballot-preview .ballot-header .ballot-badge {
  background: #dcfce7;
  color: #166534;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
}
.strip[data-id="77317a"] .voting-guide-page .party-feature-card .party-ballot-preview .ballot-party-row {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f0f7ff;
  border: 2px solid #0066d6;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 14px;
}
.strip[data-id="77317a"] .voting-guide-page .party-feature-card .party-ballot-preview .ballot-party-row .checkbox-sim {
  width: 32px;
  height: 32px;
  border: 2px solid #0066d6;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.3rem;
  color: #0066d6;
  box-shadow: 0 2px 6px rgba(0, 102, 214, 0.2);
  flex-shrink: 0;
}
.strip[data-id="77317a"] .voting-guide-page .party-feature-card .party-ballot-preview .ballot-party-row .party-title-sim {
  font-weight: 800;
  font-size: 1.15rem;
  color: #004299;
  letter-spacing: 0.02em;
}
.strip[data-id="77317a"] .voting-guide-page .party-feature-card .party-ballot-preview .ballot-party-row .party-title-sim span {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
  margin-top: 2px;
}
.strip[data-id="77317a"] .voting-guide-page .party-feature-card .party-ballot-preview .ballot-result-pill {
  text-align: center;
  background: #f8fafc;
  border-radius: 10px;
  padding: 10px;
  font-size: 0.86rem;
  font-weight: 600;
  color: #0f172a;
  border: 1px solid #e2e8f0;
}
.strip[data-id="77317a"] .voting-guide-page .party-feature-card .party-ballot-preview .ballot-result-pill strong {
  color: #0066d6;
}
.strip[data-id="77317a"] .voting-guide-page .section-title-wrap {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 38px;
}
.strip[data-id="77317a"] .voting-guide-page .section-title-wrap .sub-tag {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #0066d6;
  margin-bottom: 8px;
  display: block;
}
.strip[data-id="77317a"] .voting-guide-page .section-title-wrap h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 0 0 12px;
}
.strip[data-id="77317a"] .voting-guide-page .section-title-wrap p {
  font-size: 1.05rem;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}
.strip[data-id="77317a"] .voting-guide-page .voting-methods-section {
  margin-bottom: 70px;
}
.strip[data-id="77317a"] .voting-guide-page .voting-methods-section .methods-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 980px) {
  .strip[data-id="77317a"] .voting-guide-page .voting-methods-section .methods-grid {
    grid-template-columns: 1fr;
  }
}
.strip[data-id="77317a"] .voting-guide-page .voting-methods-section .method-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  /* Mock ballot visual for each card */
}
.strip[data-id="77317a"] .voting-guide-page .voting-methods-section .method-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 102, 214, 0.09);
  border-color: #cbd5e1;
}
.strip[data-id="77317a"] .voting-guide-page .voting-methods-section .method-card.highlighted {
  border-color: #93c5fd;
  background: linear-gradient(to bottom, #ffffff 0%, #f7fbff 100%);
}
.strip[data-id="77317a"] .voting-guide-page .voting-methods-section .method-card .method-badge-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.strip[data-id="77317a"] .voting-guide-page .voting-methods-section .method-card .method-badge-row .method-number {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #0066d6;
  color: #fff;
  font-family: "Druk", sans-serif;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="77317a"] .voting-guide-page .voting-methods-section .method-card .method-badge-row .method-pill {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 9999px;
  background: #f1f5f9;
  color: #475569;
}
.strip[data-id="77317a"] .voting-guide-page .voting-methods-section .method-card .method-badge-row .method-pill.primary {
  background: #dbeafe;
  color: #1e40af;
}
.strip[data-id="77317a"] .voting-guide-page .voting-methods-section .method-card h3 {
  font-family: "Druk", Impact, sans-serif;
  font-size: 1.65rem;
  line-height: 1.1;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.strip[data-id="77317a"] .voting-guide-page .voting-methods-section .method-card .method-desc {
  font-size: 0.96rem;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 22px;
  flex-grow: 1;
}
.strip[data-id="77317a"] .voting-guide-page .voting-methods-section .method-card .method-desc p {
  margin: 0 0 10px;
}
.strip[data-id="77317a"] .voting-guide-page .voting-methods-section .method-card .method-desc p:last-child {
  margin-bottom: 0;
}
.strip[data-id="77317a"] .voting-guide-page .voting-methods-section .method-card .method-desc ul {
  margin: 8px 0 12px;
  padding-left: 1.2rem;
}
.strip[data-id="77317a"] .voting-guide-page .voting-methods-section .method-card .method-desc ul li {
  margin-bottom: 4px;
}
.strip[data-id="77317a"] .voting-guide-page .voting-methods-section .method-card .method-mockup {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
  font-size: 0.88rem;
}
.strip[data-id="77317a"] .voting-guide-page .voting-methods-section .method-card .method-mockup .mockup-title {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 8px;
  letter-spacing: 0.06em;
}
.strip[data-id="77317a"] .voting-guide-page .voting-methods-section .method-card .method-mockup .mockup-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #1e293b;
}
.strip[data-id="77317a"] .voting-guide-page .voting-methods-section .method-card .method-mockup .mockup-row.active-choice {
  background: #eff6ff;
  border-color: #0066d6;
  color: #004299;
}
.strip[data-id="77317a"] .voting-guide-page .voting-methods-section .method-card .method-mockup .mockup-row .mini-box {
  width: 22px;
  height: 22px;
  border: 1.5px solid #0066d6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 900;
  color: #0066d6;
  background: #ffffff;
  flex-shrink: 0;
}
.strip[data-id="77317a"] .voting-guide-page .voting-methods-section .method-card .method-mockup .mockup-row .mockup-text {
  font-size: 0.86rem;
  line-height: 1.25;
}
.strip[data-id="77317a"] .voting-guide-page .voting-methods-section .method-card .method-mockup .mockup-footnote {
  font-size: 0.76rem;
  color: #64748b;
  margin-top: 8px;
  line-height: 1.4;
}
.strip[data-id="77317a"] .voting-guide-page .schedule-docs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 70px;
}
@media (max-width: 800px) {
  .strip[data-id="77317a"] .voting-guide-page .schedule-docs-grid {
    grid-template-columns: 1fr;
  }
}
.strip[data-id="77317a"] .voting-guide-page .schedule-docs-grid .schedule-card, .strip[data-id="77317a"] .voting-guide-page .schedule-docs-grid .docs-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  padding: 36px 32px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}
.strip[data-id="77317a"] .voting-guide-page .schedule-docs-grid .schedule-card .card-header-icon, .strip[data-id="77317a"] .voting-guide-page .schedule-docs-grid .docs-card .card-header-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.strip[data-id="77317a"] .voting-guide-page .schedule-docs-grid .schedule-card .card-header-icon .icon-badge, .strip[data-id="77317a"] .voting-guide-page .schedule-docs-grid .docs-card .card-header-icon .icon-badge {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #e0edfd;
  color: #0066d6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
.strip[data-id="77317a"] .voting-guide-page .schedule-docs-grid .schedule-card .card-header-icon h3, .strip[data-id="77317a"] .voting-guide-page .schedule-docs-grid .docs-card .card-header-icon h3 {
  font-family: "Druk", Impact, sans-serif;
  font-size: 1.8rem;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
.strip[data-id="77317a"] .voting-guide-page .schedule-docs-grid .schedule-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.strip[data-id="77317a"] .voting-guide-page .schedule-docs-grid .schedule-list .schedule-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 14px 18px;
}
@media (max-width: 500px) {
  .strip[data-id="77317a"] .voting-guide-page .schedule-docs-grid .schedule-list .schedule-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
.strip[data-id="77317a"] .voting-guide-page .schedule-docs-grid .schedule-list .schedule-item .day-label {
  font-weight: 700;
  color: #0f172a;
  font-size: 1rem;
}
.strip[data-id="77317a"] .voting-guide-page .schedule-docs-grid .schedule-list .schedule-item .hours-badge {
  background: #e0edfd;
  color: #0056b3;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 5px 12px;
  border-radius: 8px;
}
.strip[data-id="77317a"] .voting-guide-page .schedule-docs-grid .docs-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
.strip[data-id="77317a"] .voting-guide-page .schedule-docs-grid .docs-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #334155;
  margin-bottom: 12px;
}
.strip[data-id="77317a"] .voting-guide-page .schedule-docs-grid .docs-list li .check-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 2px;
}
.strip[data-id="77317a"] .voting-guide-page .schedule-docs-grid .tip-box {
  background: #fffbeb;
  border: 1px solid #fef3c7;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 0.88rem;
  color: #92400e;
  display: flex;
  gap: 10px;
  align-items: center;
}
.strip[data-id="77317a"] .voting-guide-page .process-section {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  padding: 50px 44px;
  margin-bottom: 70px;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.04);
}
@media (max-width: 768px) {
  .strip[data-id="77317a"] .voting-guide-page .process-section {
    padding: 36px 24px;
  }
}
.strip[data-id="77317a"] .voting-guide-page .process-section .process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 36px;
  position: relative;
}
@media (max-width: 1000px) {
  .strip[data-id="77317a"] .voting-guide-page .process-section .process-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.strip[data-id="77317a"] .voting-guide-page .process-section .process-grid .process-step {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.strip[data-id="77317a"] .voting-guide-page .process-section .process-grid .process-step:hover {
  border-color: #0066d6;
  transform: translateY(-2px);
}
.strip[data-id="77317a"] .voting-guide-page .process-section .process-grid .process-step .step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0066d6;
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.strip[data-id="77317a"] .voting-guide-page .process-section .process-grid .process-step .step-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
  line-height: 1.3;
}
.strip[data-id="77317a"] .voting-guide-page .process-section .process-grid .process-step .step-text {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}
.strip[data-id="77317a"] .voting-guide-page .process-section .process-callout {
  margin-top: 28px;
  background: #eef5fc;
  border-left: 4px solid #0066d6;
  border-radius: 0 12px 12px 0;
  padding: 16px 20px;
  font-size: 0.95rem;
  color: #1e3a8a;
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id="77317a"] .voting-guide-page .dos-donts-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  margin-bottom: 70px;
}
@media (max-width: 860px) {
  .strip[data-id="77317a"] .voting-guide-page .dos-donts-grid {
    grid-template-columns: 1fr;
  }
}
.strip[data-id="77317a"] .voting-guide-page .dos-donts-grid .dont-card, .strip[data-id="77317a"] .voting-guide-page .dos-donts-grid .do-card {
  border-radius: 24px;
  padding: 36px 32px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}
.strip[data-id="77317a"] .voting-guide-page .dos-donts-grid .dont-card {
  background: #ffffff;
  border: 1px solid #fee2e2;
  border-left: 6px solid #ef4444;
}
.strip[data-id="77317a"] .voting-guide-page .dos-donts-grid .dont-card .card-header-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.strip[data-id="77317a"] .voting-guide-page .dos-donts-grid .dont-card .card-header-icon .icon-badge {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fee2e2;
  color: #dc2626;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
.strip[data-id="77317a"] .voting-guide-page .dos-donts-grid .dont-card .card-header-icon h3 {
  font-family: "Druk", Impact, sans-serif;
  font-size: 1.8rem;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  color: #991b1b;
}
.strip[data-id="77317a"] .voting-guide-page .dos-donts-grid .dont-card .error-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.strip[data-id="77317a"] .voting-guide-page .dos-donts-grid .dont-card .error-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #334155;
  margin-bottom: 10px;
}
.strip[data-id="77317a"] .voting-guide-page .dos-donts-grid .dont-card .error-list li .cross-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fee2e2;
  color: #ef4444;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 2px;
}
.strip[data-id="77317a"] .voting-guide-page .dos-donts-grid .dont-card .color-warning-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.5;
}
.strip[data-id="77317a"] .voting-guide-page .dos-donts-grid .do-card {
  background: #ffffff;
  border: 1px solid #dcfce7;
  border-left: 6px solid #10b981;
}
.strip[data-id="77317a"] .voting-guide-page .dos-donts-grid .do-card .card-header-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.strip[data-id="77317a"] .voting-guide-page .dos-donts-grid .do-card .card-header-icon .icon-badge {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #dcfce7;
  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
.strip[data-id="77317a"] .voting-guide-page .dos-donts-grid .do-card .card-header-icon h3 {
  font-family: "Druk", Impact, sans-serif;
  font-size: 1.8rem;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  color: #065f46;
}
.strip[data-id="77317a"] .voting-guide-page .dos-donts-grid .do-card .success-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="77317a"] .voting-guide-page .dos-donts-grid .do-card .success-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #334155;
  margin-bottom: 14px;
}
.strip[data-id="77317a"] .voting-guide-page .dos-donts-grid .do-card .success-list li .check-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 2px;
}
.strip[data-id="77317a"] .voting-guide-page .official-info-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
@media (max-width: 768px) {
  .strip[data-id="77317a"] .voting-guide-page .official-info-card {
    flex-direction: column;
    text-align: center;
  }
}
.strip[data-id="77317a"] .voting-guide-page .official-info-card .official-text h4 {
  font-family: "Druk", Impact, sans-serif;
  font-size: 1.4rem;
  margin: 0 0 6px;
  text-transform: uppercase;
}
.strip[data-id="77317a"] .voting-guide-page .official-info-card .official-text p {
  margin: 0;
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.5;
}
.strip[data-id="77317a"] .voting-guide-page .official-info-card .official-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f1f5f9;
  color: #0056b3;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 12px 22px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
  border: 1px solid #cbd5e1;
}
.strip[data-id="77317a"] .voting-guide-page .official-info-card .official-btn:hover {
  background: #0056b3;
  color: #ffffff;
  border-color: #0056b3;
}.strip[data-id="3364bd"] {
  --section-id: "3364bd";
  --storage-url: "https://www.slany-cesko.cz/_section/3364bd";
  --public-url: "https://www.slany-cesko.cz/_section/3364bd";
}
.strip[data-id="3364bd"] .scroll-to-top-wrapper {
  position: relative;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.strip[data-id="3364bd"] .scroll-to-top-wrapper .scroll-to-top-btn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #064ba8;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(16px) scale(0.9);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.strip[data-id="3364bd"] .scroll-to-top-wrapper .scroll-to-top-btn .arrow-icon {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2.5;
  transition: transform 0.2s ease;
}
.strip[data-id="3364bd"] .scroll-to-top-wrapper .scroll-to-top-btn:hover {
  background-color: #ff5000;
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 6px 20px rgba(255, 80, 0, 0.45);
  transform: translateY(-3px) scale(1.05);
}
.strip[data-id="3364bd"] .scroll-to-top-wrapper .scroll-to-top-btn:hover .arrow-icon {
  transform: translateY(-2px);
}
.strip[data-id="3364bd"] .scroll-to-top-wrapper .scroll-to-top-btn:active {
  transform: translateY(0) scale(0.95);
}
.strip[data-id="3364bd"] .scroll-to-top-wrapper .scroll-to-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.strip[data-id="3364bd"] .scroll-to-top-wrapper .scroll-to-top-btn.is-visible:hover {
  transform: translateY(-3px) scale(1.05);
}
@media (max-width: 768px) {
  .strip[data-id="3364bd"] .scroll-to-top-wrapper .scroll-to-top-btn {
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
  }
  .strip[data-id="3364bd"] .scroll-to-top-wrapper .scroll-to-top-btn .arrow-icon {
    width: 22px;
    height: 22px;
  }
}