
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id=e9e05b] {
  --section-id: "e9e05b";
  --storage-url: "https://www.atlashradu.cz/_section/e9e05b";
  --public-url: "https://www.atlashradu.cz/_section/e9e05b";
}
.strip[data-id=e9e05b] .castle-header {
  --header-bg: rgba(27, 48, 34, 0.95);
  --accent-color: #d4a373;
  --text-color: #ffffff;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  width: 100%;
  background-color: var(--header-bg);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(212, 163, 115, 0.2);
  color: var(--text-color);
  padding: 0.75rem 0;
  z-index: 1000;
  transition: var(--transition);
}
.strip[data-id=e9e05b] .castle-header.scrolled {
  padding: 0.5rem 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.strip[data-id=e9e05b] .castle-header .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=e9e05b] .castle-header .logo-wrapper {
  flex: 1;
}
.strip[data-id=e9e05b] .castle-header .logo-wrapper .logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
.strip[data-id=e9e05b] .castle-header .logo-wrapper .logo .logo-icon {
  font-size: 2rem;
  filter: drop-shadow(0 0 5px rgba(212, 163, 115, 0.4));
}
.strip[data-id=e9e05b] .castle-header .logo-wrapper .logo .logo-text span {
  color: var(--accent-color);
}
.strip[data-id=e9e05b] .castle-header .main-nav {
  flex: 2;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.strip[data-id=e9e05b] .castle-header .main-nav a {
  color: var(--text-color);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding: 0.5rem 0;
  transition: var(--transition);
  white-space: nowrap;
}
.strip[data-id=e9e05b] .castle-header .main-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--accent-color);
  transition: var(--transition);
}
.strip[data-id=e9e05b] .castle-header .main-nav a:hover {
  color: var(--accent-color);
}
.strip[data-id=e9e05b] .castle-header .main-nav a:hover::after {
  width: 100%;
}
.strip[data-id=e9e05b] .castle-header .header-actions {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.strip[data-id=e9e05b] .castle-header .header-actions .btn-cta {
  padding: 0.6rem 1.1rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  transition: var(--transition);
  border: 1px solid var(--accent-color);
  text-align: center;
  white-space: nowrap;
}
.strip[data-id=e9e05b] .castle-header .header-actions .btn-cta.primary {
  background: var(--accent-color);
  color: #1b3022;
}
.strip[data-id=e9e05b] .castle-header .header-actions .btn-cta.primary:hover {
  background: transparent;
  color: var(--accent-color);
}
.strip[data-id=e9e05b] .castle-header .nav-mobile-wrapper {
  display: none;
}
.strip[data-id=e9e05b] .castle-header .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}
.strip[data-id=e9e05b] .castle-header .mobile-toggle .hamburger {
  width: 24px;
  height: 2px;
  background: var(--text-color);
  position: relative;
  transition: var(--transition);
}
.strip[data-id=e9e05b] .castle-header .mobile-toggle .hamburger::before, .strip[data-id=e9e05b] .castle-header .mobile-toggle .hamburger::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: var(--text-color);
  transition: var(--transition);
}
.strip[data-id=e9e05b] .castle-header .mobile-toggle .hamburger::before {
  top: -8px;
}
.strip[data-id=e9e05b] .castle-header .mobile-toggle .hamburger::after {
  bottom: -8px;
}
.strip[data-id=e9e05b] .castle-header .mobile-toggle.active .hamburger {
  background: transparent;
}
.strip[data-id=e9e05b] .castle-header .mobile-toggle.active .hamburger::before {
  transform: rotate(45deg) translate(5px, 6px);
}
.strip[data-id=e9e05b] .castle-header .mobile-toggle.active .hamburger::after {
  transform: rotate(-45deg) translate(5px, -6px);
}
@media (max-width: 1150px) {
  .strip[data-id=e9e05b] .castle-header .main-nav {
    gap: 1rem;
  }
  .strip[data-id=e9e05b] .castle-header .main-nav a {
    font-size: 0.8rem;
  }
}
@media (max-width: 1024px) {
  .strip[data-id=e9e05b] .castle-header .main-nav, .strip[data-id=e9e05b] .castle-header .header-actions {
    display: none;
  }
  .strip[data-id=e9e05b] .castle-header .nav-mobile-wrapper {
    display: flex;
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    background: #1b3022;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    transition: 0.4s ease-in-out;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  .strip[data-id=e9e05b] .castle-header .nav-mobile-wrapper.active {
    right: 0;
  }
  .strip[data-id=e9e05b] .castle-header .nav-mobile-wrapper .main-nav-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
  }
  .strip[data-id=e9e05b] .castle-header .nav-mobile-wrapper .main-nav-mobile a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    text-transform: uppercase;
  }
  .strip[data-id=e9e05b] .castle-header .nav-mobile-wrapper .btn-cta {
    width: 100%;
    text-align: center;
  }
  .strip[data-id=e9e05b] .castle-header .mobile-toggle {
    display: block;
  }
}.strip[data-id="7a3ddc"] {
  --section-id: "7a3ddc";
  --storage-url: "https://www.atlashradu.cz/_section/7a3ddc";
  --public-url: "https://www.atlashradu.cz/_section/7a3ddc";
}
.strip[data-id="7a3ddc"] .search-hero {
  position: relative;
  padding: 6rem 0;
  background-image: url(https://www.atlashradu.cz/_section/7a3ddc/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
.strip[data-id="7a3ddc"] .search-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 48, 34, 0.7);
  z-index: 1;
}
.strip[data-id="7a3ddc"] .search-hero .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.strip[data-id="7a3ddc"] .search-hero h1 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  font-family: "Playfair Display", serif;
}
.strip[data-id="7a3ddc"] .search-hero p {
  font-size: 1.2rem;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .strip[data-id="7a3ddc"] .search-hero {
    padding: 4rem 0;
  }
  .strip[data-id="7a3ddc"] .search-hero h1 {
    font-size: 2.5rem;
  }
}.strip[data-id="9f765d"] {
  --section-id: "9f765d";
  --storage-url: "https://www.atlashradu.cz/_section/9f765d";
  --public-url: "https://www.atlashradu.cz/_section/9f765d";
}
.strip[data-id="9f765d"] .search-results {
  padding: 3rem 0;
  background-color: #fdfcf9;
  min-height: 80vh;
}
.strip[data-id="9f765d"] .search-results .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.strip[data-id="9f765d"] .search-results .results-header {
  margin-bottom: 2rem;
  border-bottom: 2px solid #eee;
  padding-bottom: 1.5rem;
}
.strip[data-id="9f765d"] .search-results .results-header h1 {
  font-size: 2.2rem;
  color: #1b3022;
  margin-bottom: 0.8rem;
}
.strip[data-id="9f765d"] .search-results .results-header .count {
  color: #666;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.strip[data-id="9f765d"] .search-results .results-header .filter-bar {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  background: #fff;
  padding: 1.2rem;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  margin-bottom: 1rem;
}
.strip[data-id="9f765d"] .search-results .results-header .filter-bar .filter-group {
  flex: 1;
  min-width: 160px;
}
.strip[data-id="9f765d"] .search-results .results-header .filter-bar .filter-group label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  color: #1b3022;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.strip[data-id="9f765d"] .search-results .results-header .filter-bar .filter-group select {
  width: 100%;
  padding: 0.6rem 0.8rem;
  border-radius: 6px;
  border: 1px solid #ddd;
  background-color: #f8f9fa;
  font-size: 0.85rem;
  color: #444;
  cursor: pointer;
  transition: border-color 0.2s;
}
.strip[data-id="9f765d"] .search-results .results-header .filter-bar .filter-group select:focus {
  outline: none;
  border-color: #d4a373;
}
.strip[data-id="9f765d"] .search-results .results-header .filter-bar .filter-actions {
  display: flex;
  align-items: flex-end;
}
.strip[data-id="9f765d"] .search-results .results-header .filter-bar .filter-actions .btn-clear {
  background: #eee;
  color: #666;
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.8rem;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
}
.strip[data-id="9f765d"] .search-results .results-header .filter-bar .filter-actions .btn-clear:hover {
  background: #ddd;
  color: #333;
}
.strip[data-id="9f765d"] .search-results .results-header .back-link {
  display: inline-block;
  color: #d4a373;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
  margin-top: 0.8rem;
  font-size: 0.9rem;
}
.strip[data-id="9f765d"] .search-results .results-header .back-link:hover {
  color: #1b3022;
}
.strip[data-id="9f765d"] .search-results .results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
.strip[data-id="9f765d"] .search-results .result-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
}
.strip[data-id="9f765d"] .search-results .result-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.strip[data-id="9f765d"] .search-results .result-card .card-image {
  position: relative;
  height: 160px;
}
.strip[data-id="9f765d"] .search-results .result-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="9f765d"] .search-results .result-card .card-image .badge {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  padding: 0.3rem 0.6rem;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.strip[data-id="9f765d"] .search-results .result-card .card-image .badge-hrad {
  background: #8d6e63;
}
.strip[data-id="9f765d"] .search-results .result-card .card-image .badge-zamek {
  background: #5c6bc0;
}
.strip[data-id="9f765d"] .search-results .result-card .card-image .badge-zricenina {
  background: #66bb6a;
}
.strip[data-id="9f765d"] .search-results .result-card .card-image .badge-tvrz {
  background: #ffa726;
}
.strip[data-id="9f765d"] .search-results .result-card .card-image .badge-sakralni {
  background: #9575cd;
}
.strip[data-id="9f765d"] .search-results .result-card .card-image .badge-rozhledna {
  background: #4fc3f7;
}
.strip[data-id="9f765d"] .search-results .result-card .card-image .badge-mlyn {
  background: #a1887f;
}
.strip[data-id="9f765d"] .search-results .result-card .card-image .badge-studanka {
  background: #4db6ac;
}
.strip[data-id="9f765d"] .search-results .result-card .card-content {
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id="9f765d"] .search-results .result-card .card-content h3 {
  margin: 0 0 0.4rem;
  color: #1b3022;
  font-size: 1.1rem;
  line-height: 1.3;
}
.strip[data-id="9f765d"] .search-results .result-card .card-content .meta {
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 0.8rem;
}
.strip[data-id="9f765d"] .search-results .result-card .card-content .desc {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.4;
  margin-bottom: 1.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.strip[data-id="9f765d"] .search-results .result-card .card-content .btn-detail {
  margin-top: auto;
  display: block;
  text-align: center;
  background: #1b3022;
  color: #fff;
  text-decoration: none;
  padding: 0.6rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.85rem;
  transition: background 0.2s;
}
.strip[data-id="9f765d"] .search-results .result-card .card-content .btn-detail:hover {
  background: #d4a373;
}
.strip[data-id="9f765d"] .search-results .no-results {
  text-align: center;
  padding: 4rem 0;
}
.strip[data-id="9f765d"] .search-results .no-results p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 1.5rem;
}
.strip[data-id="9f765d"] .search-results .no-results .btn-reset {
  display: inline-block;
  background: #1b3022;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 992px) {
  .strip[data-id="9f765d"] .search-results .results-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="9f765d"] .search-results .filter-bar {
    flex-direction: column;
  }
  .strip[data-id="9f765d"] .search-results .filter-bar .filter-group {
    width: 100%;
  }
  .strip[data-id="9f765d"] .search-results .filter-bar .filter-actions {
    width: 100%;
  }
  .strip[data-id="9f765d"] .search-results .filter-bar .filter-actions .btn-clear {
    width: 100%;
  }
  .strip[data-id="9f765d"] .search-results .results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .strip[data-id="9f765d"] .search-results .results-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id=e0a835] {
  --section-id: "e0a835";
  --storage-url: "https://www.atlashradu.cz/_section/e0a835";
  --public-url: "https://www.atlashradu.cz/_section/e0a835";
}
.strip[data-id=e0a835] .visitor-counter {
  padding: 2.5rem 0;
  background-color: #1b3022;
  color: #ffffff;
  text-align: center;
}
.strip[data-id=e0a835] .visitor-counter .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.strip[data-id=e0a835] .visitor-counter .counter-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.strip[data-id=e0a835] .visitor-counter .counter-label {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #d4a373;
  font-weight: 600;
}
.strip[data-id=e0a835] .visitor-counter .counter-number {
  font-size: 3rem;
  font-weight: 800;
  font-family: "Georgia", serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.strip[data-id=e0a835] .visitor-counter .counter-icon {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  opacity: 0.8;
}.strip[data-id=dbd1ac] {
  --section-id: "dbd1ac";
  --storage-url: "https://www.atlashradu.cz/_section/dbd1ac";
  --public-url: "https://www.atlashradu.cz/_section/dbd1ac";
}
.strip[data-id=dbd1ac] .main-footer {
  background-color: #1b3022;
  color: #ffffff;
  padding: 3rem 0 1.5rem;
  margin-top: 0;
}
.strip[data-id=dbd1ac] .main-footer .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.strip[data-id=dbd1ac] .main-footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 3rem;
  margin-bottom: 2rem;
}
.strip[data-id=dbd1ac] .main-footer .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.strip[data-id=dbd1ac] .main-footer .logo .accent {
  color: #d4a373;
}
.strip[data-id=dbd1ac] .main-footer p {
  opacity: 0.8;
  line-height: 1.6;
  font-size: 0.95rem;
}
.strip[data-id=dbd1ac] .main-footer h4 {
  color: #d4a373;
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=dbd1ac] .main-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=dbd1ac] .main-footer ul li {
  margin-bottom: 0.6rem;
}
.strip[data-id=dbd1ac] .main-footer ul li a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
  font-size: 0.95rem;
  transition: opacity 0.2s, color 0.2s;
}
.strip[data-id=dbd1ac] .main-footer ul li a:hover {
  opacity: 1;
  color: #d4a373;
}
.strip[data-id=dbd1ac] .main-footer .footer-contact a {
  color: #d4a373;
  text-decoration: none;
  font-weight: 600;
}
.strip[data-id=dbd1ac] .main-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  text-align: center;
  font-size: 0.85rem;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .strip[data-id=dbd1ac] .main-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}