
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="1d9ca1"] {
  --section-id: "1d9ca1";
  --storage-url: "https://kapelasebranka.proweb.cz/_section/1d9ca1";
  --public-url: "https://kapelasebranka.proweb.cz/_section/1d9ca1";
  /* Mobile Toggle */
}
.strip[data-id="1d9ca1"] .header-wrapper {
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 90px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1000;
}
.strip[data-id="1d9ca1"] .header-wrapper.scrolled {
  height: 70px;
  background: rgb(255, 255, 255);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.strip[data-id="1d9ca1"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}
.strip[data-id="1d9ca1"] .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="1d9ca1"] .logo-area {
  display: flex;
  align-items: center;
}
.strip[data-id="1d9ca1"] .logo-link {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 800;
  color: #1a1a1a;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="1d9ca1"] .logo-link strong {
  color: #b22222;
}
.strip[data-id="1d9ca1"] .main-nav {
  display: flex;
  align-items: center;
}
.strip[data-id="1d9ca1"] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.5rem;
  align-items: center;
}
.strip[data-id="1d9ca1"] .nav-link {
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 1rem;
  position: relative;
  padding: 5px 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}
.strip[data-id="1d9ca1"] .nav-link:hover {
  color: #b22222;
}
.strip[data-id="1d9ca1"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #b22222;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="1d9ca1"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="1d9ca1"] .cta-button {
  background: #b22222;
  color: #fff !important;
  padding: 0.7rem 1.5rem;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(178, 34, 34, 0.2);
  text-decoration: none;
  white-space: nowrap;
}
.strip[data-id="1d9ca1"] .cta-button:hover {
  background: #8b0000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(178, 34, 34, 0.3);
}
.strip[data-id="1d9ca1"] .menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1100;
}
.strip[data-id="1d9ca1"] .hamburger {
  display: block;
  width: 24px;
  height: 2px;
  background: #1a1a1a;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="1d9ca1"] .hamburger::before,
.strip[data-id="1d9ca1"] .hamburger::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: #1a1a1a;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="1d9ca1"] .hamburger::before {
  top: -8px;
}
.strip[data-id="1d9ca1"] .hamburger::after {
  bottom: -8px;
}
.strip[data-id="1d9ca1"] .menu-toggle.active .hamburger {
  background: transparent;
}
.strip[data-id="1d9ca1"] .menu-toggle.active .hamburger::before {
  transform: rotate(45deg);
  top: 0;
}
.strip[data-id="1d9ca1"] .menu-toggle.active .hamburger::after {
  transform: rotate(-45deg);
  bottom: 0;
}
@media (max-width: 992px) {
  .strip[data-id="1d9ca1"] .nav-list {
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .strip[data-id="1d9ca1"] .menu-toggle {
    display: block;
  }
  .strip[data-id="1d9ca1"] .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1050;
  }
  .strip[data-id="1d9ca1"] .main-nav.active {
    right: 0;
  }
  .strip[data-id="1d9ca1"] .nav-list {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  .strip[data-id="1d9ca1"] .nav-link {
    font-size: 1.5rem;
  }
  .strip[data-id="1d9ca1"] .header-wrapper {
    height: 70px;
  }
}.strip[data-id=c584ac] {
  --section-id: "c584ac";
  --storage-url: "https://kapelasebranka.proweb.cz/_section/c584ac";
  --public-url: "https://kapelasebranka.proweb.cz/_section/c584ac";
}
.strip[data-id=c584ac] .photo-section {
  padding: 120px 0;
  background-color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.strip[data-id=c584ac] .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id=c584ac] .header-content {
  margin-bottom: 60px;
}
.strip[data-id=c584ac] .header-content h1 {
  font-size: 4rem;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  font-weight: 800;
  line-height: 1.1;
}
.strip[data-id=c584ac] .header-content p {
  font-size: 1.5rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id=c584ac] .photo-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}
.strip[data-id=c584ac] .photo-container {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
  border: 12px solid #fff;
  max-width: 900px;
  transition: transform 0.5s ease;
}
.strip[data-id=c584ac] .photo-container:hover {
  transform: scale(1.02);
}
.strip[data-id=c584ac] .main-photo {
  width: 100%;
  height: auto;
  display: block;
}
.strip[data-id=c584ac] .actions {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.strip[data-id=c584ac] .btn {
  padding: 1.2rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}
.strip[data-id=c584ac] .btn-primary {
  background: #b22222;
  color: #fff;
  box-shadow: 0 10px 20px rgba(178, 34, 34, 0.2);
}
.strip[data-id=c584ac] .btn-primary:hover {
  background: #8b0000;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(178, 34, 34, 0.3);
}
.strip[data-id=c584ac] .btn-secondary {
  background: #fff;
  border: 2px solid #b22222;
  color: #b22222;
}
.strip[data-id=c584ac] .btn-secondary:hover {
  background: #fff5f5;
  transform: translateY(-3px);
}
@media (max-width: 768px) {
  .strip[data-id=c584ac] .header-content h1 {
    font-size: 2.5rem;
  }
  .strip[data-id=c584ac] .header-content p {
    font-size: 1.2rem;
  }
  .strip[data-id=c584ac] .photo-section {
    padding: 80px 0;
  }
  .strip[data-id=c584ac] .photo-container {
    border-width: 6px;
  }
}.strip[data-id="7d0691"] {
  --section-id: "7d0691";
  --storage-url: "https://kapelasebranka.proweb.cz/_section/7d0691";
  --public-url: "https://kapelasebranka.proweb.cz/_section/7d0691";
}
.strip[data-id="7d0691"] .about {
  padding: 120px 0;
  background: #fff;
}
.strip[data-id="7d0691"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="7d0691"] .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id="7d0691"] .about-text h2 {
  font-size: 3rem;
  color: #1a1a1a;
  margin-bottom: 2rem;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id="7d0691"] .about-text h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #b22222;
  margin-top: 15px;
  border-radius: 2px;
}
.strip[data-id="7d0691"] .about-text p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 1.5rem;
}
.strip[data-id="7d0691"] .about-image {
  position: relative;
}
.strip[data-id="7d0691"] .about-image::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  border: 2px solid #b22222;
  border-radius: 30px;
  z-index: 0;
  opacity: 0.1;
}
.strip[data-id="7d0691"] .about-image img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .strip[data-id="7d0691"] .about-grid {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="7d0691"] .about-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="7d0691"] .about-text h2 {
    font-size: 2.2rem;
  }
  .strip[data-id="7d0691"] .about-section {
    padding: 80px 0;
  }
}@charset "UTF-8";
.strip[data-id=ccd94d] {
  --section-id: "ccd94d";
  --storage-url: "https://kapelasebranka.proweb.cz/_section/ccd94d";
  --public-url: "https://kapelasebranka.proweb.cz/_section/ccd94d";
}
.strip[data-id=ccd94d] .services {
  padding: 100px 0;
  background: #fdfdfd;
}
.strip[data-id=ccd94d] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=ccd94d] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id=ccd94d] .section-header h2 {
  font-size: 3rem;
  color: #1a1a1a;
  margin-bottom: 15px;
  font-weight: 800;
}
.strip[data-id=ccd94d] .section-header p {
  color: #666;
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
}
.strip[data-id=ccd94d] .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.strip[data-id=ccd94d] .service-card {
  padding: 50px 40px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id=ccd94d] .service-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}
.strip[data-id=ccd94d] .service-card.highlight {
  background: #fff;
  border: 2px solid #b22222;
  position: relative;
}
.strip[data-id=ccd94d] .service-card.highlight::after {
  content: "Doporučujeme";
  position: absolute;
  top: -15px;
  background: #b22222;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
.strip[data-id=ccd94d] .service-icon {
  font-size: 3.5rem;
  margin-bottom: 25px;
  color: #b22222;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id=ccd94d] .service-card h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #1a1a1a;
  font-weight: 700;
}
.strip[data-id=ccd94d] .service-card p {
  line-height: 1.7;
  color: #555;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .strip[data-id=ccd94d] .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=ccd94d] .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=ccd94d] .section-header h2 {
    font-size: 2.2rem;
  }
  .strip[data-id=ccd94d] .service-card {
    padding: 40px 30px;
  }
}.strip[data-id=d2d470] {
  --section-id: "d2d470";
  --storage-url: "https://kapelasebranka.proweb.cz/_section/d2d470";
  --public-url: "https://kapelasebranka.proweb.cz/_section/d2d470";
}
.strip[data-id=d2d470] .contact {
  padding: 120px 0;
  background: #fdfdfd;
}
.strip[data-id=d2d470] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=d2d470] .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id=d2d470] .contact-info h2 {
  font-size: 3rem;
  color: #1a1a1a;
  margin-bottom: 2rem;
  font-weight: 800;
}
.strip[data-id=d2d470] .contact-info p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}
.strip[data-id=d2d470] .contact-methods {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.strip[data-id=d2d470] .method {
  display: flex;
  gap: 20px;
  align-items: center;
}
.strip[data-id=d2d470] .method .icon {
  font-size: 1.4rem;
  background: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  color: #b22222;
  border: 1px solid rgba(0, 0, 0, 0.03);
  flex-shrink: 0;
}
.strip[data-id=d2d470] .method strong {
  display: block;
  color: #1a1a1a;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.strip[data-id=d2d470] .method a {
  color: #b22222;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.3rem;
  transition: color 0.3s;
}
.strip[data-id=d2d470] .method a:hover {
  color: #8b0000;
}
.strip[data-id=d2d470] .contact-form-wrapper {
  background: #fff;
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.strip[data-id=d2d470] .form-group {
  margin-bottom: 25px;
}
.strip[data-id=d2d470] .form-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9rem;
  color: #333;
}
.strip[data-id=d2d470] .form-group input, .strip[data-id=d2d470] .form-group textarea {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #f0f0f0;
  border-radius: 15px;
  font-family: inherit;
  font-size: 1rem;
  transition: all 0.3s;
  background: #fcfcfc;
}
.strip[data-id=d2d470] .form-group input:focus, .strip[data-id=d2d470] .form-group textarea:focus {
  outline: none;
  border-color: #b22222;
  background: #fff;
  box-shadow: 0 5px 15px rgba(178, 34, 34, 0.05);
}
.strip[data-id=d2d470] .btn-primary {
  width: 100%;
  padding: 1.2rem;
  border-radius: 15px;
  background: #b22222;
  color: #fff;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 10px 20px rgba(178, 34, 34, 0.2);
}
.strip[data-id=d2d470] .btn-primary:hover {
  background: #8b0000;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(178, 34, 34, 0.3);
}
.strip[data-id=d2d470] #form-status {
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
}
@media (max-width: 992px) {
  .strip[data-id=d2d470] .contact-grid {
    gap: 50px;
  }
  .strip[data-id=d2d470] .contact-form-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=d2d470] .contact-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=d2d470] .contact-info h2 {
    font-size: 2.2rem;
  }
}.strip[data-id="853a93"] {
  --section-id: "853a93";
  --storage-url: "https://kapelasebranka.proweb.cz/_section/853a93";
  --public-url: "https://kapelasebranka.proweb.cz/_section/853a93";
}
.strip[data-id="853a93"] .footer {
  background: #1a1a1a;
  color: #fff;
  padding: 80px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.strip[data-id="853a93"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="853a93"] .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}
.strip[data-id="853a93"] .footer-logo {
  font-size: 1.6rem;
  font-weight: 800;
}
.strip[data-id="853a93"] .footer-logo strong {
  color: #b22222;
}
.strip[data-id="853a93"] .footer-info {
  text-align: center;
}
.strip[data-id="853a93"] .footer-info p {
  margin: 8px 0;
  color: #999;
  font-size: 0.95rem;
}
.strip[data-id="853a93"] .footer-links {
  display: flex;
  gap: 30px;
}
.strip[data-id="853a93"] .footer-links a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 600;
  font-size: 0.95rem;
  opacity: 0.8;
}
.strip[data-id="853a93"] .footer-links a:hover {
  color: #b22222;
  opacity: 1;
}
.strip[data-id="853a93"] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 30px;
  text-align: center;
  color: #666;
  font-size: 0.85rem;
}
@media (max-width: 768px) {
  .strip[data-id="853a93"] .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .strip[data-id="853a93"] .footer-links {
    flex-direction: column;
    gap: 15px;
  }
}