@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&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);
  }
}.strip[data-id="50daf8"] {
  --section-id: "50daf8";
  --storage-url: "https://www.slany-cesko.cz/_section/50daf8";
  --public-url: "https://www.slany-cesko.cz/_section/50daf8";
  /* Modern Priorities Section in Design System of /jak-volit-novy */
}
@font-face {
  font-family: "Druk";
  src: url("https://www.slany-cesko.cz/_section/50daf8/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/50daf8/fonts/Haffer-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.strip[data-id="50daf8"] .priorities-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 ambient background grid / glow matching jak-volit-novy */
  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 / KEY PILLARS RIBBON --- */
  /* --- STANDOUT FEATURE CARD (HEALTHY COMMON SENSE) --- */
  /* --- SECTION TITLE WRAPPER --- */
  /* --- PRIORITIES GRID (2 COLUMNS) --- */
  /* --- BOTTOM CTA CARD --- */
}
.strip[data-id="50daf8"] .priorities-page .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.strip[data-id="50daf8"] .priorities-page h1, .strip[data-id="50daf8"] .priorities-page h2, .strip[data-id="50daf8"] .priorities-page h3, .strip[data-id="50daf8"] .priorities-page h4 {
  color: #0f172a;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}
.strip[data-id="50daf8"] .priorities-page .font-druk {
  font-family: "Druk", Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 0.95;
}
.strip[data-id="50daf8"] .priorities-page .priorities-hero {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 56px;
}
.strip[data-id="50daf8"] .priorities-page .priorities-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="50daf8"] .priorities-page .priorities-hero h1 {
  font-size: clamp(2.8rem, 7vw, 4.8rem);
  margin: 0 0 20px;
  color: #0f172a;
}
.strip[data-id="50daf8"] .priorities-page .priorities-hero h1 .text-highlight {
  color: #0066d6;
  display: inline-block;
}
.strip[data-id="50daf8"] .priorities-page .priorities-hero .hero-perex {
  font-size: 1.2rem;
  line-height: 1.65;
  color: #475569;
  margin: 0 auto;
  max-width: 720px;
}
.strip[data-id="50daf8"] .priorities-page .quick-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 48px;
}
@media (max-width: 900px) {
  .strip[data-id="50daf8"] .priorities-page .quick-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .strip[data-id="50daf8"] .priorities-page .quick-facts-grid {
    grid-template-columns: 1fr;
  }
}
.strip[data-id="50daf8"] .priorities-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="50daf8"] .priorities-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="50daf8"] .priorities-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="50daf8"] .priorities-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="50daf8"] .priorities-page .quick-facts-grid .fact-card .fact-content .fact-label {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.35;
}
.strip[data-id="50daf8"] .priorities-page .featured-banner-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.3fr 0.7fr;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.strip[data-id="50daf8"] .priorities-page .featured-banner-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="50daf8"] .priorities-page .featured-banner-card {
    grid-template-columns: 1fr;
    padding: 36px 28px;
    gap: 28px;
  }
}
.strip[data-id="50daf8"] .priorities-page .featured-banner-card .featured-banner-text {
  position: relative;
  z-index: 1;
}
.strip[data-id="50daf8"] .priorities-page .featured-banner-card .featured-banner-text .banner-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="50daf8"] .priorities-page .featured-banner-card .featured-banner-text h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 2.7rem);
  margin: 0 0 16px;
  line-height: 1.05;
}
.strip[data-id="50daf8"] .priorities-page .featured-banner-card .featured-banner-text p {
  font-size: 1.08rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.94);
  margin: 0 0 18px;
}
.strip[data-id="50daf8"] .priorities-page .featured-banner-card .featured-banner-text .featured-banner-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="50daf8"] .priorities-page .featured-banner-card .featured-banner-badge-box {
  background: #ffffff;
  color: #0f172a;
  border-radius: 20px;
  padding: 30px 26px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 2px dashed #93c5fd;
}
.strip[data-id="50daf8"] .priorities-page .featured-banner-card .featured-banner-badge-box .badge-icon-large {
  font-size: 2.8rem;
  line-height: 1;
}
.strip[data-id="50daf8"] .priorities-page .featured-banner-card .featured-banner-badge-box .badge-quote strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  color: #004299;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.strip[data-id="50daf8"] .priorities-page .featured-banner-card .featured-banner-badge-box .badge-quote span {
  display: block;
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.45;
}
.strip[data-id="50daf8"] .priorities-page .section-title-wrap {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 42px;
}
.strip[data-id="50daf8"] .priorities-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="50daf8"] .priorities-page .section-title-wrap h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 0 0 12px;
}
.strip[data-id="50daf8"] .priorities-page .section-title-wrap p {
  font-size: 1.05rem;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}
.strip[data-id="50daf8"] .priorities-page .priorities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 70px;
}
@media (max-width: 900px) {
  .strip[data-id="50daf8"] .priorities-page .priorities-grid {
    grid-template-columns: 1fr;
  }
}
.strip[data-id="50daf8"] .priorities-page .priorities-grid .priority-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  padding: 32px 30px;
  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;
}
.strip[data-id="50daf8"] .priorities-page .priorities-grid .priority-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 102, 214, 0.09);
  border-color: #cbd5e1;
}
.strip[data-id="50daf8"] .priorities-page .priorities-grid .priority-card .card-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.strip[data-id="50daf8"] .priorities-page .priorities-grid .priority-card .card-top-row .card-number-badge {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #e0edfd;
  color: #0066d6;
  font-family: "Druk", Impact, sans-serif;
  font-size: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.02em;
  font-weight: 700;
  border: 1px solid #bfdbfe;
}
.strip[data-id="50daf8"] .priorities-page .priorities-grid .priority-card .card-top-row .card-category-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 5px 12px;
  border-radius: 9999px;
  background: #f1f5f9;
  color: #475569;
}
.strip[data-id="50daf8"] .priorities-page .priorities-grid .priority-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;
  color: #0f172a;
}
.strip[data-id="50daf8"] .priorities-page .priorities-grid .priority-card .priority-card-desc {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #475569;
  flex-grow: 1;
}
.strip[data-id="50daf8"] .priorities-page .priorities-grid .priority-card .priority-card-desc p {
  margin: 0 0 10px;
}
.strip[data-id="50daf8"] .priorities-page .priorities-grid .priority-card .priority-card-desc p:last-child {
  margin-bottom: 0;
}
.strip[data-id="50daf8"] .priorities-page .priorities-grid .priority-card .priority-card-desc b, .strip[data-id="50daf8"] .priorities-page .priorities-grid .priority-card .priority-card-desc strong {
  color: #1e293b;
}
.strip[data-id="50daf8"] .priorities-page .priorities-cta-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 32px 36px;
  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="50daf8"] .priorities-page .priorities-cta-card {
    flex-direction: column;
    text-align: center;
    padding: 28px 24px;
  }
}
.strip[data-id="50daf8"] .priorities-page .priorities-cta-card .cta-text h4 {
  font-family: "Druk", Impact, sans-serif;
  font-size: 1.5rem;
  margin: 0 0 6px;
  text-transform: uppercase;
  color: #0f172a;
}
.strip[data-id="50daf8"] .priorities-page .priorities-cta-card .cta-text p {
  margin: 0;
  font-size: 0.98rem;
  color: #64748b;
  line-height: 1.5;
}
.strip[data-id="50daf8"] .priorities-page .priorities-cta-card .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0066d6;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 26px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(0, 102, 214, 0.25);
}
.strip[data-id="50daf8"] .priorities-page .priorities-cta-card .cta-btn:hover {
  background: #0056b3;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 102, 214, 0.35);
}.strip[data-id="344e4c"] {
  --section-id: "344e4c";
  --storage-url: "https://www.slany-cesko.cz/_section/344e4c";
  --public-url: "https://www.slany-cesko.cz/_section/344e4c";
}
@font-face {
  font-family: Druk;
  src: url(https://www.slany-cesko.cz/_section/344e4c/fonts/Druk-Bold.otf) format("opentype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Haffer;
  src: url(https://www.slany-cesko.cz/_section/344e4c/fonts/Haffer-Medium.otf) format("opentype");
  font-weight: 500;
  font-display: swap;
}
.strip[data-id="344e4c"] .contact {
  display: flex;
  align-items: center;
  padding: 60px 5vw;
  background: #075dcc;
  color: #fff;
  font-family: Haffer, Arial, sans-serif;
}
.strip[data-id="344e4c"] .content-narrow {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.strip[data-id="344e4c"] .eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 18px;
  opacity: 0.85;
}
.strip[data-id="344e4c"] .contact h2 {
  font-family: Druk, Impact, sans-serif;
  font-size: clamp(4.5rem, 11vw, 10rem);
  letter-spacing: 0.015em;
  line-height: 1.1;
  margin: 0 0 28px;
}
.strip[data-id="344e4c"] .contact > div > p {
  font-size: 1.2rem;
  line-height: 1.55;
}
.strip[data-id="344e4c"] .contact-form {
  display: grid;
  gap: 20px;
  margin-top: 38px;
}
.strip[data-id="344e4c"] .contact-form label {
  display: grid;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.75rem;
}
.strip[data-id="344e4c"] .contact-form input:not([type=checkbox]),
.strip[data-id="344e4c"] .contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  color: #fff;
  padding: 12px 0;
  font: 1rem Haffer;
  outline: none;
}
.strip[data-id="344e4c"] .contact-form textarea {
  resize: vertical;
}
.strip[data-id="344e4c"] .form-status {
  min-height: 24px;
  margin: 0;
  font-size: 0.9rem;
  text-align: center;
}
.strip[data-id="344e4c"] .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 999px;
  padding: 12px 32px;
  font: inherit;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  justify-self: center;
  width: fit-content;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.strip[data-id="344e4c"] .button:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
.strip[data-id="344e4c"] .button-light {
  background: #fff;
  color: #075dcc;
}
@media (max-width: 800px) {
  .strip[data-id="344e4c"] .contact {
    padding: 40px 8vw;
  }
  .strip[data-id="344e4c"] .contact h2 {
    font-size: clamp(4rem, 18vw, 7rem);
  }
}.strip[data-id="06f84d"] {
  --section-id: "06f84d";
  --storage-url: "https://www.slany-cesko.cz/_section/06f84d";
  --public-url: "https://www.slany-cesko.cz/_section/06f84d";
}
@font-face {
  font-family: "Haffer";
  src: url(https://www.slany-cesko.cz/_section/06f84d/fonts/Haffer-Medium.otf) format("opentype");
  font-weight: 500;
  font-display: swap;
}
.strip[data-id="06f84d"] .site-footer {
  padding: 40px 5vw 35px;
  text-align: center;
  background: #064ba8;
  color: #fff;
  font-family: "Haffer", Arial, sans-serif;
}
.strip[data-id="06f84d"] .site-footer .content-narrow {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.strip[data-id="06f84d"] .site-footer .footer-logo {
  height: 180px;
  width: auto;
  margin-bottom: 0;
  display: inline-block;
}
.strip[data-id="06f84d"] .site-footer .footer-city-name {
  font-family: "Haffer", sans-serif;
  color: #E6E6E6;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
  margin-top: -25px;
  text-transform: uppercase;
}
.strip[data-id="06f84d"] .site-footer p {
  line-height: 1.6;
  margin: 10px 0;
  font-size: 1.1rem;
}
.strip[data-id="06f84d"] .site-footer a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.strip[data-id="06f84d"] .site-footer a:hover {
  opacity: 0.8;
}
.strip[data-id="06f84d"] .site-footer .footer-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 30px 0;
}
.strip[data-id="06f84d"] .site-footer .copyright {
  font-size: 0.85rem;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .strip[data-id="06f84d"] .site-footer {
    padding: 30px 5vw 25px;
  }
  .strip[data-id="06f84d"] .site-footer .footer-logo {
    height: 120px;
  }
  .strip[data-id="06f84d"] .site-footer .footer-city-name {
    font-size: 1.5rem;
    margin-top: -15px;
  }
}.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;
  }
}