
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="7473ee"] {
  --section-id: "7473ee";
  --storage-url: "https://pavlicek.proweb.cz/_section/7473ee";
  --public-url: "https://pavlicek.proweb.cz/_section/7473ee";
}
.strip[data-id="7473ee"] .header-wrapper {
  position: sticky;
  top: 20px;
  z-index: 1000;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 20px;
  box-sizing: border-box;
}
.strip[data-id="7473ee"] .header-wrapper .header-container {
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 0.75rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.strip[data-id="7473ee"] .header-wrapper .logo a {
  text-decoration: none;
  color: #2d3436;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.strip[data-id="7473ee"] .header-wrapper .logo a span {
  color: #8b4513;
  position: relative;
}
.strip[data-id="7473ee"] .header-wrapper .logo a span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #8b4513;
  transform: scaleX(0.3);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.strip[data-id="7473ee"] .header-wrapper .logo a:hover span::after {
  transform: scaleX(1);
}
.strip[data-id="7473ee"] .header-wrapper .main-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
}
.strip[data-id="7473ee"] .header-wrapper .main-nav ul li a {
  text-decoration: none;
  color: #636e72;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  padding: 5px 0;
}
.strip[data-id="7473ee"] .header-wrapper .main-nav ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #8b4513;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id="7473ee"] .header-wrapper .main-nav ul li a:hover {
  color: #2d3436;
}
.strip[data-id="7473ee"] .header-wrapper .main-nav ul li a:hover::before {
  width: 100%;
}
.strip[data-id="7473ee"] .header-wrapper .nav-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.strip[data-id="7473ee"] .header-wrapper .nav-actions .cta-button {
  background: #8b4513;
  color: #fff;
  padding: 0.6rem 1.5rem;
  border-radius: 25px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(139, 69, 19, 0.2);
}
.strip[data-id="7473ee"] .header-wrapper .nav-actions .cta-button:hover {
  background: #a0522d;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(139, 69, 19, 0.3);
}
.strip[data-id="7473ee"] .header-wrapper .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.strip[data-id="7473ee"] .header-wrapper .mobile-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #2d3436;
  margin: 5px 0;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .strip[data-id="7473ee"] .header-wrapper {
    top: 10px;
    padding: 0 10px;
  }
  .strip[data-id="7473ee"] .header-wrapper .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    margin-top: 15px;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  .strip[data-id="7473ee"] .header-wrapper .main-nav.active {
    display: block;
  }
  .strip[data-id="7473ee"] .header-wrapper .main-nav ul {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
  .strip[data-id="7473ee"] .header-wrapper .mobile-toggle {
    display: block;
  }
  .strip[data-id="7473ee"] .header-wrapper .nav-actions .cta-button {
    display: none;
  }
}.strip[data-id="60a7e2"] {
  --section-id: "60a7e2";
  --storage-url: "https://pavlicek.proweb.cz/_section/60a7e2";
  --public-url: "https://pavlicek.proweb.cz/_section/60a7e2";
}
.strip[data-id="60a7e2"] .site-footer {
  background-color: #1a1a1a;
  color: #d1d1d1;
  padding: 5rem 0 2rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="60a7e2"] .site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #8b4513 0%, #d4af37 50%, #8b4513 100%);
}
.strip[data-id="60a7e2"] .site-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.strip[data-id="60a7e2"] .site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  gap: 3rem;
  margin-bottom: 4rem;
}
.strip[data-id="60a7e2"] .site-footer .footer-brand .logo {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1.5rem;
  display: block;
  text-decoration: none;
  letter-spacing: -0.5px;
}
.strip[data-id="60a7e2"] .site-footer .footer-brand .logo span {
  color: #d4af37;
}
.strip[data-id="60a7e2"] .site-footer .footer-brand p {
  line-height: 1.6;
  margin-bottom: 2rem;
  color: #999;
}
.strip[data-id="60a7e2"] .site-footer .footer-brand .social-links {
  display: flex;
  gap: 1rem;
}
.strip[data-id="60a7e2"] .site-footer .footer-brand .social-links a {
  width: 40px;
  height: 40px;
  background: #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.strip[data-id="60a7e2"] .site-footer .footer-brand .social-links a:hover {
  background: #d4af37;
  transform: translateY(-3px);
  color: #1a1a1a;
}
.strip[data-id="60a7e2"] .site-footer h4 {
  color: #fff;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  position: relative;
}
.strip[data-id="60a7e2"] .site-footer h4::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #d4af37;
}
.strip[data-id="60a7e2"] .site-footer .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="60a7e2"] .site-footer .footer-nav ul li {
  margin-bottom: 0.8rem;
}
.strip[data-id="60a7e2"] .site-footer .footer-nav ul li a {
  color: #999;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.strip[data-id="60a7e2"] .site-footer .footer-nav ul li a:hover {
  color: #d4af37;
  padding-left: 5px;
}
.strip[data-id="60a7e2"] .site-footer .footer-newsletter .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.strip[data-id="60a7e2"] .site-footer .footer-newsletter .newsletter-form input {
  background: #2a2a2a;
  border: 1px solid #333;
  padding: 0.8rem 1rem;
  color: #fff;
  border-radius: 4px;
  outline: none;
  width: 100%;
}
.strip[data-id="60a7e2"] .site-footer .footer-newsletter .newsletter-form input:focus {
  border-color: #d4af37;
}
.strip[data-id="60a7e2"] .site-footer .footer-newsletter .newsletter-form button {
  background: #8b4513;
  color: #fff;
  border: none;
  padding: 0.8rem;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
}
.strip[data-id="60a7e2"] .site-footer .footer-newsletter .newsletter-form button:hover {
  background: #a0522d;
}
.strip[data-id="60a7e2"] .site-footer .footer-bottom {
  border-top: 1px solid #2a2a2a;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  font-size: 0.9rem;
}
.strip[data-id="60a7e2"] .site-footer .footer-bottom .back-to-top {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s ease;
  padding: 0;
}
.strip[data-id="60a7e2"] .site-footer .footer-bottom .back-to-top:hover {
  color: #fff;
}
.strip[data-id="60a7e2"] .site-footer .footer-bottom .back-to-top svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 992px) {
  .strip[data-id="60a7e2"] .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .strip[data-id="60a7e2"] .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .strip[data-id="60a7e2"] .site-footer .footer-bottom {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
}.strip[data-id="9dfe77"] {
  --section-id: "9dfe77";
  --storage-url: "https://pavlicek.proweb.cz/_section/9dfe77";
  --public-url: "https://pavlicek.proweb.cz/_section/9dfe77";
}
.strip[data-id="9dfe77"] .hero-section {
  position: relative;
  background-image: url(https://pavlicek.proweb.cz/_section/9dfe77/castle-hero.jpg);
  background-size: cover;
  background-position: center;
  min-height: 80vh;
  display: flex;
  align-items: center;
  color: #fff;
}
.strip[data-id="9dfe77"] .hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  width: 100%;
}
.strip[data-id="9dfe77"] .hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.strip[data-id="9dfe77"] .hero-section .hero-content {
  max-width: 700px;
}
.strip[data-id="9dfe77"] .hero-section .hero-content h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.strip[data-id="9dfe77"] .hero-section .hero-content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.strip[data-id="9dfe77"] .hero-section .hero-content .btn-primary {
  display: inline-block;
  background-color: #8b4513;
  color: #fff;
  padding: 1rem 2rem;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.strip[data-id="9dfe77"] .hero-section .hero-content .btn-primary:hover {
  background-color: #a0522d;
}
@media (max-width: 768px) {
  .strip[data-id="9dfe77"] .hero-section {
    min-height: 60vh;
  }
  .strip[data-id="9dfe77"] .hero-section .hero-content h1 {
    font-size: 2.5rem;
  }
}