@import url('https://fonts.googleapis.com/css2?family=Montserrat: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);
  }
}.strip[data-id=a1e3f8] {
  --section-id: "a1e3f8";
  --storage-url: "https://www.slany-cesko.cz/_section/a1e3f8";
  --public-url: "https://www.slany-cesko.cz/_section/a1e3f8";
}
@font-face {
  font-family: Druk;
  src: url(https://www.slany-cesko.cz/_section/a1e3f8/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/a1e3f8/fonts/Haffer-Medium.otf) format("opentype");
  font-weight: 500;
  font-display: swap;
}
.strip[data-id=a1e3f8] .hero {
  min-height: clamp(450px, 60vh, 850px);
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0 2vw 30px;
  background: #fff url(https://www.slany-cesko.cz/_section/a1e3f8/vyrez-na-web-2048x.jpg) left bottom/contain no-repeat;
  color: #171a21;
  font-family: Haffer, Arial, sans-serif;
  overflow: hidden;
}
.strip[data-id=a1e3f8] .hero-inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.strip[data-id=a1e3f8] .hero-content {
  max-width: 800px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.strip[data-id=a1e3f8] .eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 18px;
  opacity: 0.85;
}
.strip[data-id=a1e3f8] .hero h1 {
  font-family: Druk, Impact, sans-serif;
  letter-spacing: 0.015em;
  line-height: 1.08;
  font-size: clamp(3.5rem, 8vw, 8rem);
  margin: 24px 0 0;
  color: #0054CF;
}
.strip[data-id=a1e3f8] .hero-subtitle {
  font-family: Haffer, sans-serif;
  font-weight: 500;
  font-size: clamp(1.2rem, 3vw, 2.2rem);
  color: #FC3308;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.strip[data-id=a1e3f8] .hero-lead {
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  line-height: 1.45;
  max-width: 600px;
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: 0;
}
.strip[data-id=a1e3f8] .button {
  display: inline-flex;
  border: 0;
  border-radius: 999px;
  padding: 16px 28px;
  font: inherit;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  cursor: pointer;
}
.strip[data-id=a1e3f8] .button-orange {
  background: #ff3b22;
  color: #fff;
}
@media (min-width: 1700px) {
  .strip[data-id=a1e3f8] .hero {
    background-size: contain;
    background-position: calc(50% - 340px) bottom;
  }
  .strip[data-id=a1e3f8] .hero-inner {
    max-width: 1700px;
    margin: 0 auto;
  }
  .strip[data-id=a1e3f8] .hero-content {
    width: 680px;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .strip[data-id=a1e3f8] .hero {
    background-size: contain;
    background-position: left bottom;
    padding-top: 10px;
    min-height: 50vh;
  }
  .strip[data-id=a1e3f8] .hero-content {
    max-width: 550px;
  }
}
@media (max-width: 870px) and (min-width: 801px) {
  .strip[data-id=a1e3f8] .hero h1 {
    font-size: clamp(3.5rem, 7.2vw, 8rem);
  }
}
@media (max-width: 800px) {
  .strip[data-id=a1e3f8] .hero {
    padding: 0;
    min-height: auto;
    background: none;
    display: block;
  }
  .strip[data-id=a1e3f8] .hero-inner {
    margin: 0;
    max-width: 100%;
    display: block;
  }
  .strip[data-id=a1e3f8] .hero-content {
    max-width: 100%;
    align-items: stretch;
  }
  .strip[data-id=a1e3f8] .hero-top-group {
    background: #fff url(https://www.slany-cesko.cz/_section/a1e3f8/vyrez-na-web-2048x.jpg) center center/cover no-repeat;
    aspect-ratio: 16/10;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 20px 5vw 10px;
    position: relative;
  }
  .strip[data-id=a1e3f8] .eyebrow {
    display: none;
  }
  .strip[data-id=a1e3f8] .hero h1 {
    font-size: clamp(1.8rem, 8vw, 3rem);
    margin-top: 0;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  }
  .strip[data-id=a1e3f8] .hero-subtitle {
    font-size: clamp(0.9rem, 4vw, 1.3rem);
    margin-top: 4px;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
  }
  .strip[data-id=a1e3f8] .hero-bottom-group {
    padding: 30px 8vw 50px;
    text-align: center;
  }
  .strip[data-id=a1e3f8] .hero-lead {
    font-size: 1rem;
    margin: 0 auto 25px;
    max-width: none;
  }
  .strip[data-id=a1e3f8] .button {
    padding: 14px 24px;
    font-size: 0.85rem;
  }
}
@media (max-width: 480px) {
  .strip[data-id=a1e3f8] .hero-top-group {
    aspect-ratio: 4/3;
    background-position: center center;
    padding-bottom: 10px;
  }
  .strip[data-id=a1e3f8] .hero h1 {
    font-size: 2rem;
  }
  .strip[data-id=a1e3f8] .hero-subtitle {
    font-size: 1rem;
  }
  .strip[data-id=a1e3f8] .hero-lead {
    font-size: 0.95rem;
  }
}.strip[data-id=cd8da3] {
  --section-id: "cd8da3";
  --storage-url: "https://www.slany-cesko.cz/_section/cd8da3";
  --public-url: "https://www.slany-cesko.cz/_section/cd8da3";
}
@font-face {
  font-family: Druk;
  src: url(https://www.slany-cesko.cz/_section/cd8da3/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/cd8da3/fonts/Haffer-Medium.otf) format("opentype");
  font-weight: 500;
  font-display: swap;
}
.strip[data-id=cd8da3] .manifest {
  display: flex;
  align-items: center;
  padding: 60px 5vw;
  background: #075dcc;
  color: #fff;
  font-family: Haffer, Arial, sans-serif;
}
.strip[data-id=cd8da3] .content-narrow {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.strip[data-id=cd8da3] .eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 18px;
  opacity: 0.85;
}
.strip[data-id=cd8da3] .manifest h2 {
  font-family: Druk, Impact, sans-serif;
  font-size: clamp(4rem, 10vw, 8.5rem);
  letter-spacing: 0.015em;
  line-height: 1.1;
  margin: 0 0 42px;
}
.strip[data-id=cd8da3] .manifest-copy {
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.65;
  margin-bottom: 38px;
}
.strip[data-id=cd8da3] .manifest-copy p {
  margin: 0 0 0.7em;
}
.strip[data-id=cd8da3] .manifest-copy p:last-child {
  margin-bottom: 0;
}
.strip[data-id=cd8da3] .manifest-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.strip[data-id=cd8da3] .manifest-actions editable-content, .strip[data-id=cd8da3] .manifest-actions .proweb-editable-text {
  display: contents;
}
.strip[data-id=cd8da3] .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 28px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
  transition: all 0.25s ease;
  box-sizing: border-box;
}
.strip[data-id=cd8da3] .button-orange {
  background: #ff3b22;
  color: #fff;
  border: 2px solid #ff3b22;
}
.strip[data-id=cd8da3] .button-orange:hover {
  background: #e0321c;
  border-color: #e0321c;
  color: #fff;
}
.strip[data-id=cd8da3] .button-outline {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}
.strip[data-id=cd8da3] .button-outline:hover {
  background: #fff;
  color: #075dcc;
}
@media (max-width: 800px) {
  .strip[data-id=cd8da3] .manifest {
    padding: 40px 8vw;
  }
  .strip[data-id=cd8da3] .manifest h2 {
    font-size: clamp(3.5rem, 16vw, 6rem);
  }
  .strip[data-id=cd8da3] .manifest-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .strip[data-id=cd8da3] .manifest-actions .button {
    width: 100%;
  }
}.strip[data-id="9e013b"] {
  --section-id: "9e013b";
  --storage-url: "https://www.slany-cesko.cz/_section/9e013b";
  --public-url: "https://www.slany-cesko.cz/_section/9e013b";
}
@font-face {
  font-family: Druk;
  src: url(https://www.slany-cesko.cz/_section/9e013b/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/9e013b/fonts/Haffer-Medium.otf) format("opentype");
  font-weight: 500;
  font-display: swap;
}
.strip[data-id="9e013b"] .team {
  padding: 60px 5vw;
  background: #064ba8;
  color: #fff;
  font-family: Haffer, Arial, sans-serif;
}
.strip[data-id="9e013b"] .content-wide {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.strip[data-id="9e013b"] .center {
  text-align: center;
}
.strip[data-id="9e013b"] .eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 0;
  opacity: 0.85;
}
.strip[data-id="9e013b"] .team h2 {
  font-family: Druk, Impact, sans-serif;
  font-size: clamp(4rem, 10vw, 8rem);
  letter-spacing: 0.015em;
  line-height: 1.15;
  margin: -0.2em 0 70px;
}
.strip[data-id="9e013b"] .team h2 strong {
  color: #ff3b22;
}
.strip[data-id="9e013b"] .team-small {
  display: inline-block;
  font-size: 0.5em;
  line-height: 1;
}
.strip[data-id="9e013b"] .team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 60px 28px;
  margin-bottom: 60px;
}
.strip[data-id="9e013b"] .person {
  display: flex;
  flex: 0 1 calc(25% - 21px);
  flex-direction: column;
  min-width: 220px;
  max-width: 300px;
  text-align: center;
}
.strip[data-id="9e013b"] .person img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 22px;
  border: 4px solid rgba(255, 255, 255, 0.1);
}
.strip[data-id="9e013b"] .person h3 {
  font-family: Druk, Impact, sans-serif;
  font-size: 1.55rem;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.strip[data-id="9e013b"] .person p {
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
  text-align: left;
}
.strip[data-id="9e013b"] .team-footer {
  margin-top: 40px;
}
.strip[data-id="9e013b"] .button {
  display: inline-flex;
  align-items: center;
  padding: 18px 36px;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
.strip[data-id="9e013b"] .button-outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.strip[data-id="9e013b"] .button-outline:hover {
  background: #fff;
  color: #064ba8;
}
@media (max-width: 800px) {
  .strip[data-id="9e013b"] .team {
    padding: 40px 8vw;
  }
  .strip[data-id="9e013b"] .team h2 {
    margin-bottom: 45px;
  }
  .strip[data-id="9e013b"] .team-grid {
    gap: 50px 18px;
  }
  .strip[data-id="9e013b"] .person {
    flex: 0 1 calc(50% - 9px);
  }
  .strip[data-id="9e013b"] .person h3 {
    font-size: 1.2rem;
  }
  .strip[data-id="9e013b"] .person p {
    font-size: 0.9rem;
  }
  .strip[data-id="9e013b"] .team-footer {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="9e013b"] .person {
    flex: 0 1 100%;
    max-width: 300px;
    margin: auto;
  }
}.strip[data-id="5db857"] {
  --section-id: "5db857";
  --storage-url: "https://www.slany-cesko.cz/_section/5db857";
  --public-url: "https://www.slany-cesko.cz/_section/5db857";
}
.strip[data-id="5db857"] .kuba-message {
  padding: 60px 0;
  background-color: #f8f9fa;
}
.strip[data-id="5db857"] .kuba-message .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="5db857"] .kuba-message .message-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media (max-width: 991px) {
  .strip[data-id="5db857"] .kuba-message .message-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.strip[data-id="5db857"] .kuba-message .image-column {
  flex: 0 0 350px;
}
@media (max-width: 991px) {
  .strip[data-id="5db857"] .kuba-message .image-column {
    flex: 0 0 auto;
    max-width: 300px;
    margin-bottom: 30px;
  }
}
.strip[data-id="5db857"] .kuba-message .image-column .profile-photo {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: block;
}
.strip[data-id="5db857"] .kuba-message .text-column {
  flex: 1;
}
.strip[data-id="5db857"] .kuba-message .text-column h2 {
  font-size: 2.5rem;
  color: #003366;
  margin-bottom: 20px;
  position: relative;
}
.strip[data-id="5db857"] .kuba-message .text-column h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #e30613;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .strip[data-id="5db857"] .kuba-message .text-column h2::after {
    margin: 10px auto 0;
  }
}
.strip[data-id="5db857"] .kuba-message .text-column .lead {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.4;
}
.strip[data-id="5db857"] .kuba-message .text-column .content {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 30px;
}
.strip[data-id="5db857"] .kuba-message .text-column .content p {
  margin-bottom: 15px;
}
.strip[data-id="5db857"] .kuba-message .text-column .signature {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.strip[data-id="5db857"] .kuba-message .text-column .signature .tagline {
  font-weight: 700;
  color: #003366;
  margin-bottom: 5px;
  font-size: 1.1rem;
}
.strip[data-id="5db857"] .kuba-message .text-column .signature .name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
}.strip[data-id="2c8af3"] {
  --section-id: "2c8af3";
  --storage-url: "https://www.slany-cesko.cz/_section/2c8af3";
  --public-url: "https://www.slany-cesko.cz/_section/2c8af3";
}
@font-face {
  font-family: Druk;
  src: url(https://www.slany-cesko.cz/_section/2c8af3/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/2c8af3/fonts/Haffer-Medium.otf) format("opentype");
  font-weight: 500;
  font-display: swap;
}
.strip[data-id="2c8af3"] .contact {
  display: flex;
  align-items: center;
  padding: 60px 5vw;
  background: #075dcc;
  color: #fff;
  font-family: Haffer, Arial, sans-serif;
}
.strip[data-id="2c8af3"] .content-narrow {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.strip[data-id="2c8af3"] .eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 18px;
  opacity: 0.85;
}
.strip[data-id="2c8af3"] .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="2c8af3"] .contact > div > p {
  font-size: 1.2rem;
  line-height: 1.55;
}
.strip[data-id="2c8af3"] .contact-form {
  display: grid;
  gap: 20px;
  margin-top: 38px;
}
.strip[data-id="2c8af3"] .contact-form label {
  display: grid;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.75rem;
}
.strip[data-id="2c8af3"] .contact-form input:not([type=checkbox]),
.strip[data-id="2c8af3"] .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="2c8af3"] .contact-form textarea {
  resize: vertical;
}
.strip[data-id="2c8af3"] .form-status {
  min-height: 24px;
  margin: 0;
  font-size: 0.9rem;
  text-align: center;
}
.strip[data-id="2c8af3"] .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="2c8af3"] .button:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
.strip[data-id="2c8af3"] .button-light {
  background: #fff;
  color: #075dcc;
}
@media (max-width: 800px) {
  .strip[data-id="2c8af3"] .contact {
    padding: 40px 8vw;
  }
  .strip[data-id="2c8af3"] .contact h2 {
    font-size: clamp(4rem, 18vw, 7rem);
  }
}.strip[data-id=e60e72] {
  --section-id: "e60e72";
  --storage-url: "https://www.slany-cesko.cz/_section/e60e72";
  --public-url: "https://www.slany-cesko.cz/_section/e60e72";
}
@font-face {
  font-family: "Haffer";
  src: url(https://www.slany-cesko.cz/_section/e60e72/fonts/Haffer-Medium.otf) format("opentype");
  font-weight: 500;
  font-display: swap;
}
.strip[data-id=e60e72] .site-footer {
  padding: 40px 5vw 35px;
  text-align: center;
  background: #064ba8;
  color: #fff;
  font-family: "Haffer", Arial, sans-serif;
}
.strip[data-id=e60e72] .site-footer .content-narrow {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.strip[data-id=e60e72] .site-footer .footer-logo {
  height: 180px;
  width: auto;
  margin-bottom: 0px;
  display: inline-block;
}
.strip[data-id=e60e72] .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=e60e72] .site-footer p {
  line-height: 1.6;
  margin: 10px 0;
  font-size: 1.1rem;
}
.strip[data-id=e60e72] .site-footer a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.strip[data-id=e60e72] .site-footer a:hover {
  opacity: 0.8;
}
.strip[data-id=e60e72] .site-footer .footer-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 30px 0;
}
.strip[data-id=e60e72] .site-footer .copyright {
  font-size: 0.85rem;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .strip[data-id=e60e72] .site-footer {
    padding: 30px 5vw 25px;
  }
  .strip[data-id=e60e72] .site-footer .footer-logo {
    height: 120px;
  }
  .strip[data-id=e60e72] .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;
  }
}