
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id=f4dd82] {
  --section-id: "f4dd82";
  --storage-url: "https://www.cestazmesta.cz/_section/f4dd82";
  --public-url: "https://www.cestazmesta.cz/_section/f4dd82";
}
.strip[data-id=f4dd82] .main-header {
  --header-bg: rgba(255, 255, 255, 0.95);
  --text-color: #2e3b2e;
  --accent-color: #f39200;
  --nav-hover-bg: rgba(139, 195, 74, 0.1);
  --nav-hover-text: #689f38;
  background-color: var(--header-bg);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  z-index: 1000;
}
.strip[data-id=f4dd82] .main-header.scrolled {
  padding: 12px 0;
  background-color: white;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.strip[data-id=f4dd82] .main-header .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id=f4dd82] .main-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=f4dd82] .main-header .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.strip[data-id=f4dd82] .main-header .logo-link:hover {
  transform: scale(1.02);
}
.strip[data-id=f4dd82] .main-header .logo-link .logo-text {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 1;
  font-family: "Inter", sans-serif;
}
.strip[data-id=f4dd82] .main-header .logo-link .logo-text .accent {
  color: var(--accent-color);
  display: inline-block;
  position: relative;
}
.strip[data-id=f4dd82] .main-header .logo-link .logo-text .accent::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--accent-color);
  border-radius: 2px;
  opacity: 0.3;
}
@media (max-width: 480px) {
  .strip[data-id=f4dd82] .main-header .logo-link .logo-text {
    font-size: 1.4rem;
  }
}
.strip[data-id=f4dd82] .main-header .nav-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}
.strip[data-id=f4dd82] .main-header .nav-list li {
  position: relative;
}
.strip[data-id=f4dd82] .main-header .nav-list li a {
  text-decoration: none;
  color: #4a5568;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 10px 18px;
  border-radius: 8px;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}
.strip[data-id=f4dd82] .main-header .nav-list li a i {
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}
.strip[data-id=f4dd82] .main-header .nav-list li a:hover {
  color: var(--nav-hover-text);
  background-color: var(--nav-hover-bg);
}
.strip[data-id=f4dd82] .main-header .nav-list li.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.strip[data-id=f4dd82] .main-header .nav-list li.has-dropdown:hover a i {
  transform: rotate(180deg);
}
.strip[data-id=f4dd82] .main-header .nav-list li .dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  list-style: none;
  padding: 12px;
  min-width: 220px;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.strip[data-id=f4dd82] .main-header .nav-list li .dropdown li {
  margin-bottom: 4px;
}
.strip[data-id=f4dd82] .main-header .nav-list li .dropdown li:last-child {
  margin-bottom: 0;
}
.strip[data-id=f4dd82] .main-header .nav-list li .dropdown li a {
  padding: 10px 15px;
  color: #555;
  font-size: 0.9rem;
  border-radius: 6px;
}
.strip[data-id=f4dd82] .main-header .nav-list li .dropdown li a:hover {
  background-color: #f7fafc;
  color: var(--accent-color);
}
@media (max-width: 1150px) {
  .strip[data-id=f4dd82] .main-header .nav-list {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    gap: 5px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
  .strip[data-id=f4dd82] .main-header .nav-list.active {
    display: flex;
    animation: slideDown 0.4s ease forwards;
  }
  .strip[data-id=f4dd82] .main-header .nav-list li {
    width: 100%;
  }
  .strip[data-id=f4dd82] .main-header .nav-list li.has-dropdown .dropdown {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    padding-left: 20px;
    border-left: 2px solid #edf2f7;
    margin-top: 5px;
    width: 100%;
    background: #fcfcfc;
  }
  .strip[data-id=f4dd82] .main-header .nav-list li.has-dropdown .dropdown.open {
    display: block;
  }
}
.strip[data-id=f4dd82] .main-header .nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #f7fafc;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.strip[data-id=f4dd82] .main-header .nav-toggle:hover {
  background: #edf2f7;
}
@media (max-width: 1150px) {
  .strip[data-id=f4dd82] .main-header .nav-toggle {
    display: flex;
  }
}
.strip[data-id=f4dd82] .main-header .nav-toggle .hamburger {
  position: relative;
  width: 20px;
  height: 2px;
  background-color: var(--text-color);
  transition: all 0.3s ease;
}
.strip[data-id=f4dd82] .main-header .nav-toggle .hamburger::before, .strip[data-id=f4dd82] .main-header .nav-toggle .hamburger::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: var(--text-color);
  transition: all 0.3s ease;
}
.strip[data-id=f4dd82] .main-header .nav-toggle .hamburger::before {
  transform: translateY(-6px);
}
.strip[data-id=f4dd82] .main-header .nav-toggle .hamburger::after {
  transform: translateY(6px);
}
.strip[data-id=f4dd82] .main-header .nav-toggle.open .hamburger {
  background-color: transparent;
}
.strip[data-id=f4dd82] .main-header .nav-toggle.open .hamburger::before {
  transform: rotate(45deg);
}
.strip[data-id=f4dd82] .main-header .nav-toggle.open .hamburger::after {
  transform: rotate(-45deg);
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}.strip[data-id="833c9a"] {
  --section-id: "833c9a";
  --storage-url: "https://www.cestazmesta.cz/_section/833c9a";
  --public-url: "https://www.cestazmesta.cz/_section/833c9a";
}
.strip[data-id="833c9a"] .hero-kids {
  position: relative;
  padding: 140px 0;
  background: linear-gradient(135deg, #2c3e50 0%, #7ab800 100%);
  color: #ffffff;
  text-align: center;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.strip[data-id="833c9a"] .hero-kids::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><g fill="%23ffffff" fill-opacity="0.05" fill-rule="evenodd"><circle cx="3" cy="3" r="3"/><circle cx="13" cy="13" r="3"/></g></svg>');
  opacity: 0.3;
}
.strip[data-id="833c9a"] .hero-kids .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id="833c9a"] .hero-kids .hero-content {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.strip[data-id="833c9a"] .hero-kids h1 {
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  margin-bottom: 1.5rem;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.1;
}
.strip[data-id="833c9a"] .hero-kids .lead {
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  margin-bottom: 2rem;
  font-weight: 300;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.strip[data-id="833c9a"] .hero-kids .hero-description {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 3.5rem;
  opacity: 0.9;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.strip[data-id="833c9a"] .hero-kids .btn-primary {
  display: inline-block;
  background-color: #fff;
  color: #2c3e50;
  padding: 18px 45px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="833c9a"] .hero-kids .btn-primary:hover {
  background-color: #7ab800;
  color: #fff;
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}
.strip[data-id="833c9a"] .hero-kids .scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  animation: bounce 2s infinite;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 2;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
@media (max-width: 768px) {
  .strip[data-id="833c9a"] .hero-kids {
    padding: 100px 0;
    min-height: 60vh;
  }
}.strip[data-id="68d21d"] {
  --section-id: "68d21d";
  --storage-url: "https://www.cestazmesta.cz/_section/68d21d";
  --public-url: "https://www.cestazmesta.cz/_section/68d21d";
}
.strip[data-id="68d21d"] .trips-grid {
  padding: 100px 0;
  background-color: #f4f7f6;
  position: relative;
  overflow: hidden;
}
.strip[data-id="68d21d"] .trips-grid::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(122, 184, 0, 0.05) 0%, transparent 70%);
  border-radius: 50%;
}
.strip[data-id="68d21d"] .trips-grid .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id="68d21d"] .trips-grid .section-title {
  text-align: center;
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 60px;
  color: #2c3e50;
  font-weight: 800;
}
.strip[data-id="68d21d"] .trips-grid .section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  background-color: #7ab800;
  margin: 20px auto 0;
  border-radius: 10px;
}
.strip[data-id="68d21d"] .trips-grid .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.strip[data-id="68d21d"] .trips-grid .trip-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(40px);
}
.strip[data-id="68d21d"] .trips-grid .trip-card.reveal {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="68d21d"] .trips-grid .trip-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}
.strip[data-id="68d21d"] .trips-grid .trip-card .card-image {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.strip[data-id="68d21d"] .trips-grid .trip-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.strip[data-id="68d21d"] .trips-grid .trip-card .card-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.strip[data-id="68d21d"] .trips-grid .trip-card:hover .card-image img {
  transform: scale(1.15);
}
.strip[data-id="68d21d"] .trips-grid .trip-card:hover .card-image::after {
  opacity: 1;
}
.strip[data-id="68d21d"] .trips-grid .trip-card .card-body {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id="68d21d"] .trips-grid .trip-card .card-body h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #2c3e50;
  font-weight: 700;
}
.strip[data-id="68d21d"] .trips-grid .trip-card .card-body p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.strip[data-id="68d21d"] .trips-grid .trip-card .card-body .trip-meta {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 25px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-size: 0.9rem;
  color: #777;
  font-weight: 500;
}
.strip[data-id="68d21d"] .trips-grid .trip-card .card-body .trip-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.strip[data-id="68d21d"] .trips-grid .trip-card .card-body .trip-meta i {
  color: #7ab800;
  font-size: 1.1rem;
}
.strip[data-id="68d21d"] .trips-grid .trip-card .card-body .btn-secondary {
  display: inline-block;
  text-align: center;
  padding: 12px 25px;
  background-color: #f8f9fa;
  color: #2c3e50;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 700;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.strip[data-id="68d21d"] .trips-grid .trip-card .card-body .btn-secondary:hover {
  background-color: #7ab800;
  color: #fff;
  box-shadow: 0 8px 20px rgba(122, 184, 0, 0.3);
}
@media (max-width: 1100px) {
  .strip[data-id="68d21d"] .trips-grid .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="68d21d"] .trips-grid {
    padding: 60px 0;
  }
  .strip[data-id="68d21d"] .trips-grid .grid-container {
    grid-template-columns: 1fr;
  }
}.strip[data-id="923669"] {
  --section-id: "923669";
  --storage-url: "https://www.cestazmesta.cz/_section/923669";
  --public-url: "https://www.cestazmesta.cz/_section/923669";
}
.strip[data-id="923669"] .trip-detail {
  padding: 120px 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.strip[data-id="923669"] .trip-detail.revealed {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="923669"] .trip-detail:nth-of-type(even) {
  background-color: #f8fbf5;
}
.strip[data-id="923669"] .trip-detail:nth-of-type(even) .detail-row {
  flex-direction: row-reverse;
}
.strip[data-id="923669"] .trip-detail .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="923669"] .trip-detail .detail-row {
  display: flex;
  align-items: center;
  gap: 80px;
}
.strip[data-id="923669"] .trip-detail .detail-content {
  flex: 1;
}
.strip[data-id="923669"] .trip-detail .detail-content h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 30px;
  color: #2c3e50;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id="923669"] .trip-detail .detail-content p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 25px;
}
.strip[data-id="923669"] .trip-detail .detail-content .highlight-box {
  background-color: #fff;
  border-left: 5px solid #7ab800;
  padding: 30px;
  margin: 40px 0;
  border-radius: 0 15px 15px 0;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id="923669"] .trip-detail .detail-content .highlight-box h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #2c3e50;
  font-weight: 700;
}
.strip[data-id="923669"] .trip-detail .detail-content .highlight-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="923669"] .trip-detail .detail-content .highlight-box ul li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  color: #555;
}
.strip[data-id="923669"] .trip-detail .detail-content .highlight-box ul li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #7ab800;
  margin-right: 15px;
  font-size: 0.8rem;
}
.strip[data-id="923669"] .trip-detail .detail-image {
  flex: 1;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  position: relative;
}
.strip[data-id="923669"] .trip-detail .detail-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  pointer-events: none;
}
.strip[data-id="923669"] .trip-detail .detail-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 1s ease;
}
.strip[data-id="923669"] .trip-detail .detail-image:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .strip[data-id="923669"] .trip-detail {
    padding: 80px 0;
  }
  .strip[data-id="923669"] .trip-detail .detail-row {
    flex-direction: column !important;
    gap: 50px;
    text-align: center;
  }
  .strip[data-id="923669"] .trip-detail .highlight-box {
    text-align: left;
  }
}.strip[data-id=e673d4] {
  --section-id: "e673d4";
  --storage-url: "https://www.cestazmesta.cz/_section/e673d4";
  --public-url: "https://www.cestazmesta.cz/_section/e673d4";
}
.strip[data-id=e673d4] .trip-detail {
  padding: 120px 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.strip[data-id=e673d4] .trip-detail.revealed {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id=e673d4] .trip-detail:nth-of-type(even) {
  background-color: #f8fbf5;
}
.strip[data-id=e673d4] .trip-detail:nth-of-type(even) .detail-row {
  flex-direction: row-reverse;
}
.strip[data-id=e673d4] .trip-detail .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=e673d4] .trip-detail .detail-row {
  display: flex;
  align-items: center;
  gap: 80px;
}
.strip[data-id=e673d4] .trip-detail .detail-content {
  flex: 1;
}
.strip[data-id=e673d4] .trip-detail .detail-content h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 30px;
  color: #2c3e50;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id=e673d4] .trip-detail .detail-content p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 25px;
}
.strip[data-id=e673d4] .trip-detail .detail-content .highlight-box {
  background-color: #fff;
  border-left: 5px solid #7ab800;
  padding: 30px;
  margin: 40px 0;
  border-radius: 0 15px 15px 0;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id=e673d4] .trip-detail .detail-content .highlight-box h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #2c3e50;
  font-weight: 700;
}
.strip[data-id=e673d4] .trip-detail .detail-content .highlight-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=e673d4] .trip-detail .detail-content .highlight-box ul li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  color: #555;
}
.strip[data-id=e673d4] .trip-detail .detail-content .highlight-box ul li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #7ab800;
  margin-right: 15px;
  font-size: 0.8rem;
}
.strip[data-id=e673d4] .trip-detail .detail-image {
  flex: 1;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  position: relative;
}
.strip[data-id=e673d4] .trip-detail .detail-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  pointer-events: none;
}
.strip[data-id=e673d4] .trip-detail .detail-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 1s ease;
}
.strip[data-id=e673d4] .trip-detail .detail-image:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .strip[data-id=e673d4] .trip-detail {
    padding: 80px 0;
  }
  .strip[data-id=e673d4] .trip-detail .detail-row {
    flex-direction: column !important;
    gap: 50px;
    text-align: center;
  }
  .strip[data-id=e673d4] .trip-detail .highlight-box {
    text-align: left;
  }
}.strip[data-id="706ef5"] {
  --section-id: "706ef5";
  --storage-url: "https://www.cestazmesta.cz/_section/706ef5";
  --public-url: "https://www.cestazmesta.cz/_section/706ef5";
}
.strip[data-id="706ef5"] .trip-detail {
  padding: 120px 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* Background light for odd sections in visual order */
  background-color: #fff;
}
.strip[data-id="706ef5"] .trip-detail.revealed {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="706ef5"] .trip-detail .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="706ef5"] .trip-detail .detail-row {
  display: flex;
  align-items: center;
  gap: 80px;
}
.strip[data-id="706ef5"] .trip-detail .detail-content {
  flex: 1;
}
.strip[data-id="706ef5"] .trip-detail .detail-content h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 30px;
  color: #2c3e50;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id="706ef5"] .trip-detail .detail-content p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 25px;
}
.strip[data-id="706ef5"] .trip-detail .detail-content .highlight-box {
  background-color: #f8fbf5;
  border-left: 5px solid #7ab800;
  padding: 30px;
  margin: 40px 0;
  border-radius: 0 15px 15px 0;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.03);
}
.strip[data-id="706ef5"] .trip-detail .detail-content .highlight-box h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #2c3e50;
  font-weight: 700;
}
.strip[data-id="706ef5"] .trip-detail .detail-content .highlight-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="706ef5"] .trip-detail .detail-content .highlight-box ul li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  color: #555;
}
.strip[data-id="706ef5"] .trip-detail .detail-content .highlight-box ul li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #7ab800;
  margin-right: 15px;
  font-size: 0.8rem;
}
.strip[data-id="706ef5"] .trip-detail .detail-image {
  flex: 1;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  position: relative;
}
.strip[data-id="706ef5"] .trip-detail .detail-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 1s ease;
}
.strip[data-id="706ef5"] .trip-detail .detail-image:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .strip[data-id="706ef5"] .trip-detail {
    padding: 80px 0;
  }
  .strip[data-id="706ef5"] .trip-detail .detail-row {
    flex-direction: column !important;
    gap: 50px;
    text-align: center;
  }
  .strip[data-id="706ef5"] .trip-detail .highlight-box {
    text-align: left;
  }
}.strip[data-id=db3eb6] {
  --section-id: "db3eb6";
  --storage-url: "https://www.cestazmesta.cz/_section/db3eb6";
  --public-url: "https://www.cestazmesta.cz/_section/db3eb6";
}
.strip[data-id=db3eb6] .trip-detail {
  padding: 120px 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* Light background for even sections */
  background-color: #f8fbf5;
}
.strip[data-id=db3eb6] .trip-detail.revealed {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id=db3eb6] .trip-detail .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=db3eb6] .trip-detail .detail-row {
  display: flex;
  align-items: center;
  gap: 80px;
  /* Reversed row for even sections */
  flex-direction: row-reverse;
}
.strip[data-id=db3eb6] .trip-detail .detail-content {
  flex: 1;
}
.strip[data-id=db3eb6] .trip-detail .detail-content h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 30px;
  color: #2c3e50;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id=db3eb6] .trip-detail .detail-content p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 25px;
}
.strip[data-id=db3eb6] .trip-detail .detail-content .highlight-box {
  background-color: #fff;
  border-left: 5px solid #7ab800;
  padding: 30px;
  margin: 40px 0;
  border-radius: 0 15px 15px 0;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id=db3eb6] .trip-detail .detail-content .highlight-box h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #2c3e50;
  font-weight: 700;
}
.strip[data-id=db3eb6] .trip-detail .detail-content .highlight-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=db3eb6] .trip-detail .detail-content .highlight-box ul li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  color: #555;
}
.strip[data-id=db3eb6] .trip-detail .detail-content .highlight-box ul li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #7ab800;
  margin-right: 15px;
  font-size: 0.8rem;
}
.strip[data-id=db3eb6] .trip-detail .detail-image {
  flex: 1;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  position: relative;
}
.strip[data-id=db3eb6] .trip-detail .detail-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 1s ease;
}
.strip[data-id=db3eb6] .trip-detail .detail-image:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .strip[data-id=db3eb6] .trip-detail {
    padding: 80px 0;
  }
  .strip[data-id=db3eb6] .trip-detail .detail-row {
    flex-direction: column !important;
    gap: 50px;
    text-align: center;
  }
  .strip[data-id=db3eb6] .trip-detail .highlight-box {
    text-align: left;
  }
}.strip[data-id="846683"] {
  --section-id: "846683";
  --storage-url: "https://www.cestazmesta.cz/_section/846683";
  --public-url: "https://www.cestazmesta.cz/_section/846683";
}
.strip[data-id="846683"] .trip-detail {
  padding: 120px 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #fff;
}
.strip[data-id="846683"] .trip-detail.revealed {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="846683"] .trip-detail .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="846683"] .trip-detail .detail-row {
  display: flex;
  align-items: center;
  gap: 80px;
}
.strip[data-id="846683"] .trip-detail .detail-content {
  flex: 1;
}
.strip[data-id="846683"] .trip-detail .detail-content h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 30px;
  color: #2c3e50;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id="846683"] .trip-detail .detail-content p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 25px;
}
.strip[data-id="846683"] .trip-detail .detail-content .highlight-box {
  background-color: #f8fbf5;
  border-left: 5px solid #7ab800;
  padding: 30px;
  margin: 40px 0;
  border-radius: 0 15px 15px 0;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.03);
}
.strip[data-id="846683"] .trip-detail .detail-content .highlight-box h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #2c3e50;
  font-weight: 700;
}
.strip[data-id="846683"] .trip-detail .detail-content .highlight-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="846683"] .trip-detail .detail-content .highlight-box ul li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  color: #555;
}
.strip[data-id="846683"] .trip-detail .detail-content .highlight-box ul li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #7ab800;
  margin-right: 15px;
  font-size: 0.8rem;
}
.strip[data-id="846683"] .trip-detail .detail-image {
  flex: 1;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  position: relative;
}
.strip[data-id="846683"] .trip-detail .detail-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 1s ease;
}
.strip[data-id="846683"] .trip-detail .detail-image:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .strip[data-id="846683"] .trip-detail {
    padding: 80px 0;
  }
  .strip[data-id="846683"] .trip-detail .detail-row {
    flex-direction: column !important;
    gap: 50px;
    text-align: center;
  }
  .strip[data-id="846683"] .trip-detail .highlight-box {
    text-align: left;
  }
}.strip[data-id=f21949] {
  --section-id: "f21949";
  --storage-url: "https://www.cestazmesta.cz/_section/f21949";
  --public-url: "https://www.cestazmesta.cz/_section/f21949";
}
.strip[data-id=f21949] .trip-detail {
  padding: 120px 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #f8fbf5;
}
.strip[data-id=f21949] .trip-detail.revealed {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id=f21949] .trip-detail .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=f21949] .trip-detail .detail-row {
  display: flex;
  align-items: center;
  gap: 80px;
  flex-direction: row-reverse;
}
.strip[data-id=f21949] .trip-detail .detail-content {
  flex: 1;
}
.strip[data-id=f21949] .trip-detail .detail-content h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 30px;
  color: #2c3e50;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id=f21949] .trip-detail .detail-content p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 25px;
}
.strip[data-id=f21949] .trip-detail .detail-content .highlight-box {
  background-color: #fff;
  border-left: 5px solid #7ab800;
  padding: 30px;
  margin: 40px 0;
  border-radius: 0 15px 15px 0;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id=f21949] .trip-detail .detail-content .highlight-box h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #2c3e50;
  font-weight: 700;
}
.strip[data-id=f21949] .trip-detail .detail-content .highlight-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=f21949] .trip-detail .detail-content .highlight-box ul li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  color: #555;
}
.strip[data-id=f21949] .trip-detail .detail-content .highlight-box ul li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #7ab800;
  margin-right: 15px;
  font-size: 0.8rem;
}
.strip[data-id=f21949] .trip-detail .detail-image {
  flex: 1;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  position: relative;
}
.strip[data-id=f21949] .trip-detail .detail-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 1s ease;
}
.strip[data-id=f21949] .trip-detail .detail-image:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .strip[data-id=f21949] .trip-detail {
    padding: 80px 0;
  }
  .strip[data-id=f21949] .trip-detail .detail-row {
    flex-direction: column !important;
    gap: 50px;
    text-align: center;
  }
  .strip[data-id=f21949] .trip-detail .highlight-box {
    text-align: left;
  }
}.strip[data-id="20d26b"] {
  --section-id: "20d26b";
  --storage-url: "https://www.cestazmesta.cz/_section/20d26b";
  --public-url: "https://www.cestazmesta.cz/_section/20d26b";
  /* Back to Top Button */
}
.strip[data-id="20d26b"] .main-footer {
  background-color: #1a241a;
  color: #ecf0f1;
  padding: 80px 20px 40px;
  position: relative;
}
.strip[data-id="20d26b"] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="20d26b"] .main-footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .strip[data-id="20d26b"] .main-footer .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="20d26b"] .main-footer .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.strip[data-id="20d26b"] .main-footer .footer-col h3, .strip[data-id="20d26b"] .main-footer .footer-col h4 {
  color: #7ab800;
  margin-bottom: 25px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.strip[data-id="20d26b"] .main-footer .footer-col h3.footer-logo {
  font-size: 2rem;
  color: #fff;
}
.strip[data-id="20d26b"] .main-footer .footer-col p {
  line-height: 1.8;
  color: #a0a0a0;
  font-size: 1.05rem;
}
.strip[data-id="20d26b"] .main-footer .footer-col .footer-links {
  list-style: none;
  padding: 0;
}
.strip[data-id="20d26b"] .main-footer .footer-col .footer-links li {
  margin-bottom: 12px;
}
.strip[data-id="20d26b"] .main-footer .footer-col .footer-links li a {
  color: #a0a0a0;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.strip[data-id="20d26b"] .main-footer .footer-col .footer-links li a:hover {
  color: #7ab800;
  transform: translateX(5px);
}
.strip[data-id="20d26b"] .main-footer .footer-col a {
  color: #7ab800;
  text-decoration: none;
  font-weight: 600;
}
.strip[data-id="20d26b"] .main-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 30px;
  text-align: center;
  font-size: 0.95rem;
  color: #666;
}
.strip[data-id="20d26b"] .back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #7ab800;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 999;
  box-shadow: 0 10px 25px rgba(122, 184, 0, 0.4);
}
.strip[data-id="20d26b"] .back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.strip[data-id="20d26b"] .back-to-top:hover {
  background-color: #6da200;
  transform: translateY(-5px) scale(1.1);
}
.strip[data-id="20d26b"] .back-to-top i {
  font-size: 1.2rem;
}