
.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="16ef40"] {
  --section-id: "16ef40";
  --storage-url: "https://www.atlashradu.cz/_section/16ef40";
  --public-url: "https://www.atlashradu.cz/_section/16ef40";
}
.strip[data-id="16ef40"] .hero-grid-section {
  padding: 2.5rem 0;
  background-color: #fdfcf9;
}
.strip[data-id="16ef40"] .hero-grid-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.strip[data-id="16ef40"] .hero-grid-section .hero-header {
  text-align: center;
  margin-bottom: 2rem;
}
.strip[data-id="16ef40"] .hero-grid-section .hero-header h1 {
  font-size: 2.5rem;
  color: #1b3022;
  font-weight: 800;
  margin-bottom: 0.5rem;
  letter-spacing: -1px;
}
.strip[data-id="16ef40"] .hero-grid-section .hero-header p {
  font-size: 1.1rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}
.strip[data-id="16ef40"] .hero-grid-section .featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.strip[data-id="16ef40"] .hero-grid-section .feature-card {
  position: relative;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id="16ef40"] .hero-grid-section .feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.strip[data-id="16ef40"] .hero-grid-section .feature-card:hover .card-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.strip[data-id="16ef40"] .hero-grid-section .feature-card:hover img {
  transform: scale(1.05);
}
.strip[data-id="16ef40"] .hero-grid-section .feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.strip[data-id="16ef40"] .hero-grid-section .feature-card .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
  transition: background 0.3s ease;
}
.strip[data-id="16ef40"] .hero-grid-section .feature-card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 2;
}
.strip[data-id="16ef40"] .hero-grid-section .feature-card .card-content .badge {
  display: inline-block;
  background: rgba(212, 163, 115, 0.9);
  padding: 0.15rem 0.5rem;
  border-radius: 3px;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}
.strip[data-id="16ef40"] .hero-grid-section .feature-card .card-content h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  .strip[data-id="16ef40"] .hero-grid-section .featured-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="16ef40"] .hero-grid-section .featured-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .strip[data-id="16ef40"] .hero-grid-section {
    padding: 2rem 0;
  }
  .strip[data-id="16ef40"] .hero-grid-section .hero-header h1 {
    font-size: 1.8rem;
  }
  .strip[data-id="16ef40"] .hero-grid-section .featured-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="16ef40"] .hero-grid-section .feature-card {
    height: 160px;
  }
}.strip[data-id="55e7e2"] {
  --section-id: "55e7e2";
  --storage-url: "https://www.atlashradu.cz/_section/55e7e2";
  --public-url: "https://www.atlashradu.cz/_section/55e7e2";
}
.strip[data-id="55e7e2"] .construction-banner {
  background-color: #d4a373;
  color: #1b3022;
  padding: 0.8rem 0;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.strip[data-id="55e7e2"] .construction-banner .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.strip[data-id="55e7e2"] .construction-banner .icon {
  font-size: 1.2rem;
}
.strip[data-id="55e7e2"] .construction-banner p {
  margin: 0;
}@charset "UTF-8";
.strip[data-id="609218"] {
  --section-id: "609218";
  --storage-url: "https://www.atlashradu.cz/_section/609218";
  --public-url: "https://www.atlashradu.cz/_section/609218";
}
.strip[data-id="609218"] .community-banner {
  background-color: #1b3022;
  color: #ffffff;
  padding: 2.5rem 0;
  border-top: 3px solid #d4a373;
  border-bottom: 3px solid #d4a373;
}
.strip[data-id="609218"] .community-banner .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.strip[data-id="609218"] .community-banner .banner-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.strip[data-id="609218"] .community-banner .header-area {
  text-align: center;
}
.strip[data-id="609218"] .community-banner .header-area h2 {
  font-size: 1.5rem;
  color: #d4a373;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.strip[data-id="609218"] .community-banner .header-area .intro {
  font-size: 0.95rem;
  opacity: 0.9;
  max-width: 800px;
  margin: 0 auto;
}
.strip[data-id="609218"] .community-banner .details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  font-size: 0.85rem;
  border-top: 1px solid rgba(212, 163, 115, 0.2);
  padding-top: 1.5rem;
}
@media (max-width: 768px) {
  .strip[data-id="609218"] .community-banner .details-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.strip[data-id="609218"] .community-banner .details-grid h3 {
  font-size: 1rem;
  color: #d4a373;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.strip[data-id="609218"] .community-banner .details-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="609218"] .community-banner .details-grid ul li {
  margin-bottom: 0.4rem;
  padding-left: 1.2rem;
  position: relative;
}
.strip[data-id="609218"] .community-banner .details-grid ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #d4a373;
}
.strip[data-id="609218"] .community-banner .cta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .strip[data-id="609218"] .community-banner .cta-row {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.strip[data-id="609218"] .community-banner .cta-row .cta-text {
  font-size: 0.9rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
}
.strip[data-id="609218"] .community-banner .cta-row .actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 480px) {
  .strip[data-id="609218"] .community-banner .cta-row .actions {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.strip[data-id="609218"] .community-banner .cta-row .btn-sm {
  background-color: #d4a373;
  color: #1b3022;
  padding: 0.6rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.strip[data-id="609218"] .community-banner .cta-row .btn-sm:hover {
  background-color: #ffffff;
  transform: translateY(-1px);
}
.strip[data-id="609218"] .community-banner .cta-row .email-link {
  color: #ffffff;
  font-size: 0.85rem;
  text-decoration: none;
  border-bottom: 1px dashed #d4a373;
}
.strip[data-id="609218"] .community-banner .cta-row .email-link:hover {
  color: #d4a373;
}.strip[data-id="5f2acf"] {
  --section-id: "5f2acf";
  --storage-url: "https://www.atlashradu.cz/_section/5f2acf";
  --public-url: "https://www.atlashradu.cz/_section/5f2acf";
}
.strip[data-id="5f2acf"] .compact-search {
  padding: 2.5rem 0;
  background-color: #fdfcf9;
  border-bottom: 1px solid #eee;
}
.strip[data-id="5f2acf"] .compact-search .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.strip[data-id="5f2acf"] .compact-search .search-row {
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.strip[data-id="5f2acf"] .compact-search .search-row:last-child {
  border-bottom: none;
}
.strip[data-id="5f2acf"] .compact-search .search-row .row-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.strip[data-id="5f2acf"] .compact-search .search-tag {
  background: #fff;
  border: 1px solid #e0e0e0;
  color: #444;
  padding: 0.4rem 0.9rem;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s ease;
}
.strip[data-id="5f2acf"] .compact-search .search-tag:hover {
  background: #1b3022;
  border-color: #1b3022;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.strip[data-id="5f2acf"] .compact-search .search-tag.category-tag {
  background: #f0f2f0;
  font-weight: 700;
  color: #1b3022;
}
.strip[data-id="5f2acf"] .compact-search .search-tag.category-tag:hover {
  background: #d4a373;
  border-color: #d4a373;
  color: #fff;
}
@media (max-width: 768px) {
  .strip[data-id="5f2acf"] .compact-search {
    padding: 1.5rem 0;
  }
  .strip[data-id="5f2acf"] .compact-search .search-row {
    padding: 1rem 0;
  }
}.strip[data-id="6c52ee"] {
  --section-id: "6c52ee";
  --storage-url: "https://www.atlashradu.cz/_section/6c52ee";
  --public-url: "https://www.atlashradu.cz/_section/6c52ee";
  /* Custom Popup Styles */
}
.strip[data-id="6c52ee"] .map-section {
  padding: 3rem 0;
  background-color: #ffffff;
}
.strip[data-id="6c52ee"] .map-section .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.strip[data-id="6c52ee"] .map-section .map-header {
  text-align: center;
  margin-bottom: 2rem;
}
.strip[data-id="6c52ee"] .map-section .section-title {
  font-size: 2rem;
  color: #1b3022;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.strip[data-id="6c52ee"] .map-section .map-filters {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.strip[data-id="6c52ee"] .map-section .map-filters .filter-btn {
  background: #f0f2f0;
  border: 1px solid #ddd;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.85rem;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.strip[data-id="6c52ee"] .map-section .map-filters .filter-btn .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.strip[data-id="6c52ee"] .map-section .map-filters .filter-btn[data-type=hrad] .dot {
  background: #8d6e63;
}
.strip[data-id="6c52ee"] .map-section .map-filters .filter-btn[data-type=zamek] .dot {
  background: #5c6bc0;
}
.strip[data-id="6c52ee"] .map-section .map-filters .filter-btn[data-type=tvrz] .dot {
  background: #ffa726;
}
.strip[data-id="6c52ee"] .map-section .map-filters .filter-btn[data-type=zricenina] .dot {
  background: #66bb6a;
}
.strip[data-id="6c52ee"] .map-section .map-filters .filter-btn[data-type=sakralni] .dot {
  background: #9575cd;
}
.strip[data-id="6c52ee"] .map-section .map-filters .filter-btn[data-type=rozhledna] .dot {
  background: #4fc3f7;
}
.strip[data-id="6c52ee"] .map-section .map-filters .filter-btn[data-type=mlyn] .dot {
  background: #a1887f;
}
.strip[data-id="6c52ee"] .map-section .map-filters .filter-btn[data-type=studanka] .dot {
  background: #4db6ac;
}
.strip[data-id="6c52ee"] .map-section .map-filters .filter-btn[data-type=all] .dot {
  background: #999;
}
.strip[data-id="6c52ee"] .map-section .map-filters .filter-btn.active {
  background: #1b3022;
  color: #ffffff;
  border-color: #1b3022;
}
.strip[data-id="6c52ee"] .map-section .map-filters .filter-btn.active .dot {
  border-color: rgba(255, 255, 255, 0.3);
}
.strip[data-id="6c52ee"] .map-section .map-filters .filter-btn:hover:not(.active) {
  background: #e0e4e0;
}
.strip[data-id="6c52ee"] .map-section .map-container-wrapper {
  position: relative;
  height: 500px;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-top: 1.5rem;
}
.strip[data-id="6c52ee"] .map-section #main-map {
  height: 100%;
  width: 100%;
  z-index: 1;
}
.strip[data-id="6c52ee"] .map-section #locate-me-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background: #ffffff;
  border: none;
  padding: 0.8rem 1.2rem;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: #1b3022;
  transition: transform 0.2s, background 0.2s;
}
.strip[data-id="6c52ee"] .map-section #locate-me-btn:hover {
  transform: scale(1.05);
  background: #fdfcf9;
}
.strip[data-id="6c52ee"] .map-section #locate-me-btn .icon {
  font-size: 1.1rem;
}
.strip[data-id="6c52ee"] .leaflet-popup-content-wrapper {
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}
.strip[data-id="6c52ee"] .leaflet-popup-content {
  margin: 0;
  width: 250px !important;
}
.strip[data-id="6c52ee"] .map-popup .popup-img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.strip[data-id="6c52ee"] .map-popup .popup-info {
  padding: 1rem;
}
.strip[data-id="6c52ee"] .map-popup .popup-info h4 {
  margin: 0 0 0.5rem;
  color: #1b3022;
  font-size: 1.1rem;
}
.strip[data-id="6c52ee"] .map-popup .popup-info p {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: #666;
}
.strip[data-id="6c52ee"] .map-popup .popup-info .popup-link {
  display: block;
  background: #d4a373;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .strip[data-id="6c52ee"] .map-section .map-container-wrapper {
    height: 400px;
  }
  .strip[data-id="6c52ee"] .map-section #locate-me-btn .text {
    display: none;
  }
}.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;
  }
}