@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Lora:ital,wght@0,400;0,700;1,400&family=Montserrat:wght@400;600;700&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}
.strip.underlay-sticky {
    margin-top: calc(-1 * var(--sticky-header-height, 0px)) !important;
}

.strip.underlay-sticky > :first-child {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Admin Editor: bypass injected overlay layers and style the actual user section content. */
.strip.underlay-sticky > .pa-iframe-controls,
.strip.underlay-sticky > .pa-iframe-frame,
.strip.underlay-sticky > .pa-iframe-veil {
    border-top: none !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
}

.strip.underlay-sticky > .pa-iframe-controls + .pa-iframe-frame + .pa-iframe-veil + * {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Administration Editor: keep the divider visible without letting it offset the underlay strip. */
.pa-iframe-divider:has(+ .strip.underlay-sticky):not(.pa-iframe-expanded) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    z-index: 1000;
}.strip[data-id=e85531] {
  --section-id: "e85531";
  --storage-url: "https://test-y7mo1yza.proweb.cz/_section/e85531";
  --public-url: "https://test-y7mo1yza.proweb.cz/_section/e85531";
}
.strip[data-id=e85531] .main-header {
  width: 100%;
  background-color: rgba(245, 245, 220, 0.9);
  background-image: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 100%), url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E");
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 2px solid #D4AF37;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 12px 0;
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id=e85531] .main-header.scrolled {
  padding: 8px 0;
  background-color: rgba(245, 245, 220, 0.95);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.12);
}
.strip[data-id=e85531] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=e85531] .logo-area {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.strip[data-id=e85531] .logo-area:hover {
  transform: scale(1.02);
}
.strip[data-id=e85531] .logo-area:hover .castle-icon {
  filter: drop-shadow(0 0 5px rgba(139, 0, 0, 0.3));
}
.strip[data-id=e85531] .castle-icon {
  width: 38px;
  height: 38px;
  color: #8B0000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.strip[data-id=e85531] .castle-icon svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(1px 1px 0px rgba(212, 175, 55, 0.5));
}
.strip[data-id=e85531] .logo-text {
  font-family: "Cinzel", serif;
  font-size: 26px;
  font-weight: 700;
  color: #8B0000;
  text-decoration: none;
  letter-spacing: 1.5px;
  text-shadow: 1px 1px 1px rgba(212, 175, 55, 0.2);
}
.strip[data-id=e85531] .logo-text editable-content {
  display: inline-block;
}
.strip[data-id=e85531] .nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 28px;
}
.strip[data-id=e85531] .nav-menu li a {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #2F4F4F;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  position: relative;
  padding: 8px 0;
  transition: all 0.3s ease;
}
.strip[data-id=e85531] .nav-menu li a:hover {
  color: #8B0000;
}
.strip[data-id=e85531] .nav-menu li a:hover::after {
  transform: scaleX(1);
}
.strip[data-id=e85531] .nav-menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id=e85531] .mobile-toggle {
  display: none;
  background: rgba(139, 0, 0, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 4px;
  cursor: pointer;
  padding: 10px;
  width: 44px;
  height: 44px;
  position: relative;
  transition: all 0.3s ease;
}
.strip[data-id=e85531] .mobile-toggle:hover {
  background: rgba(139, 0, 0, 0.1);
}
.strip[data-id=e85531] .mobile-toggle .hamburger-box {
  width: 24px;
  height: 18px;
  position: relative;
}
.strip[data-id=e85531] .mobile-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #8B0000;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
.strip[data-id=e85531] .mobile-toggle span:nth-child(1) {
  top: 0;
}
.strip[data-id=e85531] .mobile-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.strip[data-id=e85531] .mobile-toggle span:nth-child(3) {
  bottom: 0;
}
.strip[data-id=e85531] .mobile-toggle.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id=e85531] .mobile-toggle.is-active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
.strip[data-id=e85531] .mobile-toggle.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 992px) {
  .strip[data-id=e85531] .main-header {
    padding: 10px 0;
  }
  .strip[data-id=e85531] .logo-text {
    font-size: 22px;
  }
  .strip[data-id=e85531] .mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .strip[data-id=e85531] .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: rgba(245, 245, 220, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 80px 40px;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-left: 1px solid #D4AF37;
    z-index: 999;
  }
  .strip[data-id=e85531] .nav-menu.is-active {
    right: 0;
  }
  .strip[data-id=e85531] .nav-menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  .strip[data-id=e85531] .nav-menu ul li {
    width: 100%;
  }
  .strip[data-id=e85531] .nav-menu ul li a {
    font-size: 16px;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    padding-bottom: 10px;
  }
}.strip[data-id="2521a2"] {
  --section-id: "2521a2";
  --storage-url: "https://test-y7mo1yza.proweb.cz/_section/2521a2";
  --public-url: "https://test-y7mo1yza.proweb.cz/_section/2521a2";
}
.strip[data-id="2521a2"] .hero-section {
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 700px;
  background-image: url(https://test-y7mo1yza.proweb.cz/_section/2521a2/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.strip[data-id="2521a2"] .hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.strip[data-id="2521a2"] .hero-section .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
  text-align: center;
  width: 100%;
}
.strip[data-id="2521a2"] .hero-section .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.strip[data-id="2521a2"] .hero-section .subheading {
  font-family: "Lora", serif;
  font-size: 24px;
  font-style: italic;
  color: #F5F5DC;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: none;
  display: block;
}
.strip[data-id="2521a2"] .hero-section .heading {
  font-family: "Playfair Display", serif;
  font-size: 72px;
  color: #F5F5DC;
  margin-bottom: 30px;
  line-height: 1.15;
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.8);
  font-weight: 700;
}
.strip[data-id="2521a2"] .hero-section .lead {
  font-family: "Lora", serif;
  font-size: 20px;
  color: #F5F5DC;
  margin-bottom: 50px;
  line-height: 1.7;
  opacity: 0.95;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.strip[data-id="2521a2"] .hero-section .search-container {
  margin-bottom: 50px;
  perspective: 1000px;
}
.strip[data-id="2521a2"] .hero-section .search-form {
  display: flex;
  background: #ffffff;
  background-image: url(https://test-y7mo1yza.proweb.cz/_section/2521a2/paper-texture.png);
  padding: 8px;
  border: 2px solid #D4AF37;
  border-radius: 4px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  max-width: 680px;
  margin: 0 auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id="2521a2"] .hero-section .search-form:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5);
}
.strip[data-id="2521a2"] .hero-section .search-input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 18px 25px;
  font-size: 18px;
  font-family: "Lora", serif;
  color: #2c1810;
  outline: none;
}
.strip[data-id="2521a2"] .hero-section .search-input::placeholder {
  color: #5d4037;
  font-style: italic;
  opacity: 0.7;
}
.strip[data-id="2521a2"] .hero-section .search-btn {
  background: #8B0000;
  color: #D4AF37;
  border: 1px solid #D4AF37;
  padding: 0 40px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
.strip[data-id="2521a2"] .hero-section .search-btn:hover {
  background: #a50000;
  color: #ffffff;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
}
.strip[data-id="2521a2"] .hero-section .actions {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.strip[data-id="2521a2"] .hero-section .btn-primary {
  display: inline-block;
  background: #8B0000;
  color: #D4AF37;
  border: 2px solid #D4AF37;
  padding: 18px 50px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 2px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="2521a2"] .hero-section .btn-primary:hover {
  background: #a50000;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  border-color: #f5f5dc;
}
.strip[data-id="2521a2"] .hero-section .vignette {
  position: absolute;
  width: 180px;
  height: 180px;
  z-index: 3;
  pointer-events: none;
  opacity: 0.9;
  transition: opacity 0.5s ease;
}
.strip[data-id="2521a2"] .hero-section .vignette svg {
  width: 100%;
  height: 100%;
  fill: #D4AF37;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}
.strip[data-id="2521a2"] .hero-section .vignette.top-left {
  top: 40px;
  left: 40px;
}
.strip[data-id="2521a2"] .hero-section .vignette.top-right {
  top: 40px;
  right: 40px;
  transform: rotate(90deg);
}
.strip[data-id="2521a2"] .hero-section .vignette.bottom-left {
  bottom: 40px;
  left: 40px;
  transform: rotate(-90deg);
}
.strip[data-id="2521a2"] .hero-section .vignette.bottom-right {
  bottom: 40px;
  right: 40px;
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .strip[data-id="2521a2"] .hero-section .heading {
    font-size: 60px;
  }
  .strip[data-id="2521a2"] .hero-section .vignette {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="2521a2"] .hero-section .heading {
    font-size: 48px;
  }
  .strip[data-id="2521a2"] .hero-section .subheading {
    font-size: 20px;
  }
  .strip[data-id="2521a2"] .hero-section .vignette {
    width: 100px;
    height: 100px;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="2521a2"] .hero-section {
    height: auto;
    padding: 120px 0;
    background-attachment: scroll;
  }
  .strip[data-id="2521a2"] .hero-section .heading {
    font-size: 38px;
  }
  .strip[data-id="2521a2"] .hero-section .lead {
    font-size: 18px;
  }
  .strip[data-id="2521a2"] .hero-section .search-form {
    flex-direction: column;
    gap: 10px;
    background-image: none;
    background: #fff;
    padding: 10px;
  }
  .strip[data-id="2521a2"] .hero-section .search-btn {
    padding: 18px;
    width: 100%;
  }
  .strip[data-id="2521a2"] .hero-section .vignette {
    display: none;
  }
  .strip[data-id="2521a2"] .hero-section .container {
    padding: 0 25px;
  }
  .strip[data-id="2521a2"] .hero-section .actions {
    flex-direction: column;
    align-items: center;
  }
  .strip[data-id="2521a2"] .hero-section .btn-primary {
    width: 100%;
    max-width: 300px;
  }
}.strip[data-id=c91394] {
  --section-id: "c91394";
  --storage-url: "https://test-y7mo1yza.proweb.cz/_section/c91394";
  --public-url: "https://test-y7mo1yza.proweb.cz/_section/c91394";
}
.strip[data-id=c91394] .regions-search-section {
  background-color: #FDF5E6; /* Old Lace - better parchment base */
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id=c91394] .regions-search-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle, transparent 20%, #F5F5DC 100%);
  pointer-events: none;
}
.strip[data-id=c91394] .regions-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id=c91394] .regions-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id=c91394] .regions-header h2 {
  font-family: "Cinzel", serif;
  font-size: 42px;
  color: #8B0000;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}
.strip[data-id=c91394] .regions-header p {
  font-size: 20px;
  color: #5D4037;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id=c91394] .regions-layout {
  display: flex;
  gap: 60px;
  align-items: center;
}
.strip[data-id=c91394] .map-column {
  flex: 1.2;
  display: flex;
  justify-content: center;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}
.strip[data-id=c91394] .cz-map-svg {
  width: 100%;
  height: auto;
  max-width: 650px;
}
.strip[data-id=c91394] .region-path {
  fill: #fff9f0;
  stroke: #8B4513;
  stroke-width: 1.5;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.strip[data-id=c91394] .region-path:hover, .strip[data-id=c91394] .region-path.active {
  fill: #8B0000;
  stroke: #D4AF37;
  stroke-width: 2;
  filter: drop-shadow(0 0 8px rgba(139, 0, 0, 0.4));
}
.strip[data-id=c91394] .grid-column {
  flex: 1;
}
.strip[data-id=c91394] .regions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.strip[data-id=c91394] .region-card {
  background: #FFFFFF;
  border: 1px solid #D2B48C;
  padding: 24px;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
  position: relative;
  overflow: hidden;
}
.strip[data-id=c91394] .region-card::after {
  content: "\f6cf"; /* Tower icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  bottom: -10px;
  right: -10px;
  font-size: 60px;
  color: rgba(139, 69, 19, 0.05);
  transition: all 0.3s ease;
}
.strip[data-id=c91394] .region-card .region-name {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 16px;
  color: #8B0000;
  transition: color 0.3s ease;
}
.strip[data-id=c91394] .region-card .region-count {
  font-size: 13px;
  color: #8B4513;
  opacity: 0.8;
}
.strip[data-id=c91394] .region-card:hover, .strip[data-id=c91394] .region-card.active {
  background-color: #8B0000;
  border-color: #D4AF37;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(139, 0, 0, 0.15);
}
.strip[data-id=c91394] .region-card:hover::after, .strip[data-id=c91394] .region-card.active::after {
  color: rgba(212, 175, 55, 0.15);
  transform: scale(1.1);
}
.strip[data-id=c91394] .region-card:hover .region-name, .strip[data-id=c91394] .region-card.active .region-name {
  color: #D4AF37;
}
.strip[data-id=c91394] .region-card:hover .region-count, .strip[data-id=c91394] .region-card.active .region-count {
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .strip[data-id=c91394] .regions-layout {
    flex-direction: column;
    gap: 40px;
  }
  .strip[data-id=c91394] .map-column {
    max-width: 500px;
  }
  .strip[data-id=c91394] .regions-header h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=c91394] .map-column {
    display: none; /* Hide map on mobile as per design instructions */
  }
  .strip[data-id=c91394] .regions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id=c91394] .regions-search-section {
    padding: 60px 20px;
  }
}
@media (max-width: 480px) {
  .strip[data-id=c91394] .regions-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id="1633b2"] {
  --section-id: "1633b2";
  --storage-url: "https://test-y7mo1yza.proweb.cz/_section/1633b2";
  --public-url: "https://test-y7mo1yza.proweb.cz/_section/1633b2";
}
.strip[data-id="1633b2"] .destinations-section {
  background-color: #2F4F4F;
  padding: 80px 0;
  font-family: "Montserrat", sans-serif;
  color: #F5F5DC;
}
.strip[data-id="1633b2"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="1633b2"] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="1633b2"] .section-title {
  font-family: "Cinzel", serif;
  font-size: 42px;
  color: #F5F5DC;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.strip[data-id="1633b2"] .section-subtitle {
  font-size: 18px;
  color: #F5F5DC;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  opacity: 0.9;
}
.strip[data-id="1633b2"] .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.strip[data-id="1633b2"] .destination-card {
  background-color: #F5F5DC;
  border: 6px double #2F4F4F;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}
.strip[data-id="1633b2"] .destination-card:hover {
  transform: translateY(-15px);
}
.strip[data-id="1633b2"] .card-inner-border {
  border: 2px solid #D4AF37;
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.strip[data-id="1633b2"] .card-image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  aspect-ratio: 4/5;
  border: 1px solid #D4AF37;
}
.strip[data-id="1633b2"] .card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(30%);
  transition: filter 0.5s ease, transform 0.5s ease;
}
.strip[data-id="1633b2"] .destination-card:hover img {
  filter: sepia(0%);
  transform: scale(1.05);
}
.strip[data-id="1633b2"] .badge {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 55px;
  height: 55px;
  background-color: #8B0000;
  color: #F5F5DC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 24px;
  z-index: 20;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5), inset 0 0 15px rgba(0, 0, 0, 0.4);
  border: 2px solid #8B0000;
}
.strip[data-id="1633b2"] .badge::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  border: 1px solid rgba(245, 245, 220, 0.3);
  border-radius: 50%;
}
.strip[data-id="1633b2"] .card-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.strip[data-id="1633b2"] .card-title {
  font-family: "Cinzel", serif;
  font-size: 24px;
  color: #8B0000;
  margin: 0 0 15px 0;
  font-weight: 700;
  border-bottom: 1px solid #D4AF37;
  padding-bottom: 10px;
  display: inline-block;
}
.strip[data-id="1633b2"] .card-text {
  font-size: 16px;
  color: #2F4F4F;
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}
.strip[data-id="1633b2"] .section-footer {
  text-align: center;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(245, 245, 220, 0.2);
}
.strip[data-id="1633b2"] .footer-text {
  font-size: 16px;
  color: #F5F5DC;
  font-style: italic;
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .strip[data-id="1633b2"] .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="1633b2"] .destinations-section {
    padding: 60px 0;
  }
  .strip[data-id="1633b2"] .section-title {
    font-size: 32px;
  }
  .strip[data-id="1633b2"] .cards-grid {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
  }
  .strip[data-id="1633b2"] .badge {
    width: 45px;
    height: 45px;
    font-size: 20px;
    top: -10px;
    left: -10px;
  }
}@charset "UTF-8";
.strip[data-id="8d9f7d"] {
  --section-id: "8d9f7d";
  --storage-url: "https://test-y7mo1yza.proweb.cz/_section/8d9f7d";
  --public-url: "https://test-y7mo1yza.proweb.cz/_section/8d9f7d";
  /* Subtle texture overlay */
  /* Vertical Dividers with Ornaments */
  /* Inner glow for the icon */
  /* Responsive adjustments */
  /* Font Imports */
}
.strip[data-id="8d9f7d"] .practical-guide-section {
  background: #fdfaf1;
  background-image: radial-gradient(circle at 2px 2px, rgba(0, 0, 0, 0.02) 1px, transparent 0), linear-gradient(to bottom, #F5F5DC, #FFFFFF);
  background-size: 40px 40px, 100% 100%;
  padding: 120px 0;
  font-family: "Lora", serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="8d9f7d"] .practical-guide-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://www.transparenttextures.com/patterns/handmade-paper.png");
  opacity: 0.3;
  pointer-events: none;
}
.strip[data-id="8d9f7d"] .practical-guide-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id="8d9f7d"] .section-header {
  text-align: center;
  margin-bottom: 90px;
}
.strip[data-id="8d9f7d"] .section-header h2 {
  font-family: "Cinzel", serif;
  font-size: 46px;
  color: #2F4F4F;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
}
.strip[data-id="8d9f7d"] .section-header p {
  font-size: 22px;
  color: #4a5a5a;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.5;
}
.strip[data-id="8d9f7d"] .info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.strip[data-id="8d9f7d"] .grid-item {
  text-align: center;
  padding: 20px 40px;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id="8d9f7d"] .grid-item:hover {
  transform: translateY(-10px);
}
.strip[data-id="8d9f7d"] .grid-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50px;
  bottom: 50px;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #D4AF37, transparent);
}
.strip[data-id="8d9f7d"] .grid-item:not(:last-child)::before {
  content: "◈";
  position: absolute;
  right: -7px;
  top: 20px;
  color: #D4AF37;
  font-size: 14px;
  line-height: 1;
}
.strip[data-id="8d9f7d"] .grid-item-ornament-anchor {
  position: absolute;
  right: -7px;
  bottom: 20px;
  color: #D4AF37;
  font-size: 14px;
  line-height: 1;
}
.strip[data-id="8d9f7d"] .icon-circle {
  width: 110px;
  height: 110px;
  background: #8B0000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 35px;
  color: #E5C25F; /* Brighter gold for better contrast */
  border: 3px double #D4AF37;
  box-shadow: 0 15px 35px rgba(139, 0, 0, 0.3), inset 0 0 20px rgba(0, 0, 0, 0.5);
  position: relative;
}
.strip[data-id="8d9f7d"] .icon-circle::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 50%;
}
.strip[data-id="8d9f7d"] .icon-circle svg {
  width: 50px;
  height: 50px;
  fill: currentColor;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.strip[data-id="8d9f7d"] .grid-item h3 {
  font-family: "Cinzel", serif;
  font-size: 24px;
  color: #8B0000;
  margin-bottom: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
.strip[data-id="8d9f7d"] .grid-item p {
  font-size: 18px;
  line-height: 1.7;
  color: #2F4F4F;
}
@media (max-width: 1100px) {
  .strip[data-id="8d9f7d"] .grid-item {
    padding: 20px 20px;
  }
  .strip[data-id="8d9f7d"] .section-header h2 {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .strip[data-id="8d9f7d"] .info-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 80px;
  }
  .strip[data-id="8d9f7d"] .grid-item:nth-child(even)::after,
  .strip[data-id="8d9f7d"] .grid-item:nth-child(even)::before,
  .strip[data-id="8d9f7d"] .grid-item:nth-child(even) .grid-item-ornament-anchor {
    display: none;
  }
  .strip[data-id="8d9f7d"] .grid-item:nth-child(1), .strip[data-id="8d9f7d"] .grid-item:nth-child(2) {
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    padding-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .strip[data-id="8d9f7d"] .info-grid {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
  .strip[data-id="8d9f7d"] .grid-item {
    border-bottom: 1px solid rgba(212, 175, 55, 0.2) !important;
    padding-bottom: 40px;
  }
  .strip[data-id="8d9f7d"] .grid-item:last-child {
    border-bottom: none !important;
  }
  .strip[data-id="8d9f7d"] .grid-item::after,
  .strip[data-id="8d9f7d"] .grid-item::before,
  .strip[data-id="8d9f7d"] .grid-item .grid-item-ornament-anchor {
    display: none !important;
  }
  .strip[data-id="8d9f7d"] .section-header h2 {
    font-size: 32px;
  }
  .strip[data-id="8d9f7d"] .practical-guide-section {
    padding: 80px 0;
  }
}.strip[data-id="83172c"] {
  --section-id: "83172c";
  --storage-url: "https://test-y7mo1yza.proweb.cz/_section/83172c";
  --public-url: "https://test-y7mo1yza.proweb.cz/_section/83172c";
}
.strip[data-id="83172c"] .footer-section {
  background-color: #8B0000;
  background-image: url(https://test-y7mo1yza.proweb.cz/_section/83172c/lily-pattern.jpg);
  background-repeat: repeat;
  color: #F5F5DC;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  position: relative;
  padding: 0 0 40px 0;
}
.strip[data-id="83172c"] .footer-section .frieze-decoration {
  width: 100%;
  height: 60px;
  background-image: url(https://test-y7mo1yza.proweb.cz/_section/83172c/gold-frieze.jpg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  border-bottom: 3px solid #D4AF37;
  margin-bottom: 60px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.strip[data-id="83172c"] .footer-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="83172c"] .footer-section .footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}
.strip[data-id="83172c"] .footer-section .footer-col h3 {
  color: #D4AF37;
  font-size: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id="83172c"] .footer-section .footer-col h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #D4AF37;
}
.strip[data-id="83172c"] .footer-section .footer-col p {
  line-height: 1.8;
  margin-bottom: 15px;
}
.strip[data-id="83172c"] .footer-section .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="83172c"] .footer-section .footer-col ul li {
  margin-bottom: 12px;
}
.strip[data-id="83172c"] .footer-section .footer-col ul li a {
  color: #F5F5DC;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.strip[data-id="83172c"] .footer-section .footer-col ul li a:hover {
  color: #D4AF37;
  transform: translateX(5px);
}
.strip[data-id="83172c"] .footer-section .social-links {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.strip[data-id="83172c"] .footer-section .social-links .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 2px solid #D4AF37;
  border-radius: 50%;
  color: #D4AF37;
  text-decoration: none;
  transition: all 0.3s ease;
  background: rgba(139, 0, 0, 0.5);
}
.strip[data-id="83172c"] .footer-section .social-links .social-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.strip[data-id="83172c"] .footer-section .social-links .social-icon:hover {
  background-color: #D4AF37;
  color: #8B0000;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.strip[data-id="83172c"] .footer-section .footer-bottom {
  text-align: center;
  padding-top: 30px;
  font-size: 13px;
  opacity: 0.9;
  color: rgba(245, 245, 220, 0.7);
}
.strip[data-id="83172c"] .footer-section .footer-bottom p {
  margin: 0;
}
@media (max-width: 992px) {
  .strip[data-id="83172c"] .footer-section .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="83172c"] .footer-section .frieze-decoration {
    height: 40px;
    margin-bottom: 40px;
  }
  .strip[data-id="83172c"] .footer-section .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id="83172c"] .footer-section .footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="83172c"] .footer-section .social-links {
    justify-content: center;
  }
}