@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Montserrat:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;1,400&family=Playfair+Display:wght@700&family=Source+Sans+Pro:wght@400;600&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="4c40ba"] {
  --section-id: "4c40ba";
  --storage-url: "https://test-jogacentrum-cz.proweb.cz/_section/4c40ba";
  --public-url: "https://test-jogacentrum-cz.proweb.cz/_section/4c40ba";
}
.strip[data-id="4c40ba"] .header-wrapper {
  background-color: rgba(247, 213, 107, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  height: 80px;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}
.strip[data-id="4c40ba"] .header-container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="4c40ba"] .logo-area {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.strip[data-id="4c40ba"] .logo-link {
  display: block;
  max-height: 55px;
}
.strip[data-id="4c40ba"] .logo-img {
  max-height: 55px;
  width: auto;
  display: block;
}
.strip[data-id="4c40ba"] .site-title {
  margin-left: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.strip[data-id="4c40ba"] .site-title span {
  display: block;
  font-size: 10px;
  font-weight: 500;
  opacity: 0.8;
  margin-top: 2px;
}
.strip[data-id="4c40ba"] .nav-desktop {
  display: flex;
  gap: 14px;
  align-items: center;
}
.strip[data-id="4c40ba"] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.strip[data-id="4c40ba"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #8B0000;
  transition: width 0.3s ease;
}
.strip[data-id="4c40ba"] .nav-link:hover {
  color: #8B0000;
}
.strip[data-id="4c40ba"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="4c40ba"] .burger-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1100;
}
.strip[data-id="4c40ba"] .burger-icon {
  width: 26px;
  height: 2px;
  background-color: #8B0000;
  position: relative;
  transition: background-color 0.3s ease;
}
.strip[data-id="4c40ba"] .burger-icon::before,
.strip[data-id="4c40ba"] .burger-icon::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: #8B0000;
  left: 0;
  transition: transform 0.3s ease;
}
.strip[data-id="4c40ba"] .burger-icon::before {
  top: -8px;
}
.strip[data-id="4c40ba"] .burger-icon::after {
  bottom: -8px;
}
.strip[data-id="4c40ba"] .burger-btn.active .burger-icon {
  background-color: transparent;
}
.strip[data-id="4c40ba"] .burger-btn.active .burger-icon::before {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id="4c40ba"] .burger-btn.active .burger-icon::after {
  transform: translateY(-8px) rotate(-45deg);
}
.strip[data-id="4c40ba"] .nav-mobile {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 320px;
  height: 100vh;
  background-color: #f7d56b;
  display: flex;
  flex-direction: column;
  padding: 100px 40px;
  gap: 20px;
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
  z-index: 1050;
  overflow-y: auto;
}
.strip[data-id="4c40ba"] .nav-mobile.active {
  right: 0;
}
.strip[data-id="4c40ba"] .nav-mobile .nav-link {
  font-size: 15px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(139, 0, 0, 0.1);
}
.strip[data-id="4c40ba"] .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 1040;
  backdrop-filter: blur(4px);
}
.strip[data-id="4c40ba"] .overlay.active {
  display: block;
}
@media (max-width: 1250px) {
  .strip[data-id="4c40ba"] .nav-desktop {
    display: none;
  }
  .strip[data-id="4c40ba"] .burger-btn {
    display: block;
  }
  .strip[data-id="4c40ba"] .site-title {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="4c40ba"] .site-title {
    display: none;
  }
}.strip[data-id=c56add] {
  --section-id: "c56add";
  --storage-url: "https://test-jogacentrum-cz.proweb.cz/_section/c56add";
  --public-url: "https://test-jogacentrum-cz.proweb.cz/_section/c56add";
}
.strip[data-id=c56add] .hero-section {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(https://test-jogacentrum-cz.proweb.cz/_section/c56add/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 100px 20px;
  overflow: hidden;
}
.strip[data-id=c56add] .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
}
.strip[data-id=c56add] .hero-content {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id=c56add] .hero-content.visible {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id=c56add] h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(48px, 8vw, 84px);
  font-weight: 700;
  color: #FFFFF0;
  margin-bottom: 24px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.strip[data-id=c56add] .divider {
  width: 80px;
  height: 4px;
  background-color: #F7D56B;
  margin: 0 auto 32px auto;
  border-radius: 2px;
}
.strip[data-id=c56add] p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 300;
  line-height: 1.6;
  color: #FFFFFF;
  max-width: 850px;
  margin: 0 auto 48px auto;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.strip[data-id=c56add] .cta-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.strip[data-id=c56add] .cta-button {
  display: inline-block;
  padding: 18px 45px;
  background-color: #8B0000;
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(139, 0, 0, 0.3);
  border: 2px solid transparent;
}
.strip[data-id=c56add] .cta-button:hover {
  background-color: #D4AF37;
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}
@media (max-width: 768px) {
  .strip[data-id=c56add] .hero-section {
    min-height: 70vh;
    padding: 60px 20px;
  }
  .strip[data-id=c56add] .divider {
    margin-bottom: 24px;
  }
  .strip[data-id=c56add] p {
    margin-bottom: 32px;
  }
}.strip[data-id=fcb1f1] {
  --section-id: "fcb1f1";
  --storage-url: "https://test-jogacentrum-cz.proweb.cz/_section/fcb1f1";
  --public-url: "https://test-jogacentrum-cz.proweb.cz/_section/fcb1f1";
  /* Organic wave pattern background */
}
.strip[data-id=fcb1f1] .aktuani-kurzy {
  background-color: #FFFDF5;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}
.strip[data-id=fcb1f1] .aktuani-kurzy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 10% 20%, rgba(247, 213, 107, 0.15) 0%, transparent 20%), radial-gradient(circle at 90% 80%, rgba(247, 213, 107, 0.15) 0%, transparent 25%), url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 86c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm66 3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm-46-45c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm26 18c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm16-34c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM5 49c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm65 8c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM45 20c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm23 60c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1z' fill='%23f7d56b' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
  pointer-events: none;
}
.strip[data-id=fcb1f1] .aktuani-kurzy .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id=fcb1f1] .aktuani-kurzy .section-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id=fcb1f1] .aktuani-kurzy h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #8B0000;
  margin: 0;
  display: inline-block;
  position: relative;
}
.strip[data-id=fcb1f1] .aktuani-kurzy h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #F7D56B;
  margin: 15px auto 0;
  border-radius: 2px;
}
.strip[data-id=fcb1f1] .aktuani-kurzy .courses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.strip[data-id=fcb1f1] .aktuani-kurzy .course-card {
  background: #ffffff;
  padding: 50px 35px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(139, 0, 0, 0.03), 0 1px 8px rgba(0, 0, 0, 0.02);
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(247, 213, 107, 0.2);
}
.strip[data-id=fcb1f1] .aktuani-kurzy .course-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(139, 0, 0, 0.06);
  border-color: rgba(247, 213, 107, 0.5);
}
.strip[data-id=fcb1f1] .aktuani-kurzy .icon-wrapper {
  width: 90px;
  height: 90px;
  background-color: #FFFDF5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border: 2px solid #F7D56B;
  transition: transform 0.3s ease;
}
.strip[data-id=fcb1f1] .aktuani-kurzy .course-card:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}
.strip[data-id=fcb1f1] .aktuani-kurzy .icon-wrapper svg {
  width: 42px;
  height: 42px;
  color: #8B0000;
}
.strip[data-id=fcb1f1] .aktuani-kurzy h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #8B0000;
  margin-bottom: 20px;
  margin-top: 0;
}
.strip[data-id=fcb1f1] .aktuani-kurzy p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  margin: 0;
}
@media (max-width: 1024px) {
  .strip[data-id=fcb1f1] .aktuani-kurzy .courses-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=fcb1f1] .aktuani-kurzy {
    padding: 70px 20px;
  }
  .strip[data-id=fcb1f1] .aktuani-kurzy h2 {
    font-size: 38px;
  }
  .strip[data-id=fcb1f1] .aktuani-kurzy .courses-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=fcb1f1] .aktuani-kurzy .course-card {
    padding: 40px 25px;
  }
}@charset "UTF-8";
.strip[data-id="1c1087"] {
  --section-id: "1c1087";
  --storage-url: "https://test-jogacentrum-cz.proweb.cz/_section/1c1087";
  --public-url: "https://test-jogacentrum-cz.proweb.cz/_section/1c1087";
}
.strip[data-id="1c1087"] .services-showcase {
  display: flex;
  flex-wrap: wrap;
  min-height: 700px;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
}
.strip[data-id="1c1087"] .services-showcase .dots-pattern {
  position: absolute;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(#8B0000 2px, transparent 2px);
  background-size: 20px 20px;
  z-index: 1;
  opacity: 0.1;
}
.strip[data-id="1c1087"] .services-showcase .dots-pattern.top-left {
  top: -30px;
  left: -30px;
}
.strip[data-id="1c1087"] .services-showcase .dots-pattern.bottom-right {
  bottom: -30px;
  right: -30px;
}
.strip[data-id="1c1087"] .services-showcase .text-column {
  flex: 1 1 50%;
  background-color: #F7D56B;
  /* Jemná textura pro oživení plochy */
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.04'/%3E%3C/svg%3E");
  padding: 120px 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.strip[data-id="1c1087"] .services-showcase .text-column .text-container {
  max-width: 520px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.strip[data-id="1c1087"] .services-showcase .text-column .text-container .section-label {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8B0000;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}
.strip[data-id="1c1087"] .services-showcase .text-column .text-container h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #000000;
  margin-bottom: 25px;
  line-height: 1.1;
  margin-top: 0;
}
.strip[data-id="1c1087"] .services-showcase .text-column .text-container .divider {
  width: 60px;
  height: 3px;
  background-color: #8B0000;
  margin-bottom: 35px;
}
.strip[data-id="1c1087"] .services-showcase .text-column .text-container .service-description {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 19px;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 45px;
}
.strip[data-id="1c1087"] .services-showcase .text-column .text-container .pricing-list {
  margin: 0 0 50px 0;
}
.strip[data-id="1c1087"] .services-showcase .text-column .text-container .pricing-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="1c1087"] .services-showcase .text-column .text-container .pricing-list li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(139, 0, 0, 0.2);
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
.strip[data-id="1c1087"] .services-showcase .text-column .text-container .pricing-list li:hover {
  padding-left: 10px;
  border-bottom-color: #8B0000;
}
.strip[data-id="1c1087"] .services-showcase .text-column .text-container .pricing-list li .price-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.strip[data-id="1c1087"] .services-showcase .text-column .text-container .pricing-list li .price-main {
  font-weight: 600;
  font-size: 22px;
}
.strip[data-id="1c1087"] .services-showcase .text-column .text-container .pricing-list li .price-sub {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}
.strip[data-id="1c1087"] .services-showcase .text-column .text-container .pricing-list li .price-value {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #8B0000;
  font-weight: 700;
}
.strip[data-id="1c1087"] .services-showcase .text-column .text-container .specialized-services {
  margin-bottom: 50px;
  background: rgba(255, 255, 255, 0.3);
  padding: 25px;
  border-radius: 15px;
}
.strip[data-id="1c1087"] .services-showcase .text-column .text-container .specialized-services h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin-bottom: 12px;
  color: #000000;
  margin-top: 0;
}
.strip[data-id="1c1087"] .services-showcase .text-column .text-container .specialized-services p {
  font-size: 16px;
  color: #444444;
  line-height: 1.5;
  margin: 0;
}
.strip[data-id="1c1087"] .services-showcase .text-column .text-container .cta-box {
  font-size: 17px;
  color: #333333;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.strip[data-id="1c1087"] .services-showcase .text-column .text-container .cta-box svg {
  flex-shrink: 0;
  margin-top: 4px;
  color: #8B0000;
}
.strip[data-id="1c1087"] .services-showcase .text-column .text-container .cta-box p {
  margin: 0;
  font-weight: 600;
}
.strip[data-id="1c1087"] .services-showcase .image-column {
  flex: 1 1 50%;
  padding: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
}
.strip[data-id="1c1087"] .services-showcase .image-column .image-wrapper {
  width: 100%;
  max-width: 480px;
  position: relative;
}
.strip[data-id="1c1087"] .services-showcase .image-column .image-wrapper::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  border: 2px solid #F7D56B;
  z-index: 0;
  border-radius: 40px 0 40px 0;
  pointer-events: none;
}
.strip[data-id="1c1087"] .services-showcase .image-column .image-wrapper .img-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 40px 0 40px 0;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="1c1087"] .services-showcase .image-column .image-wrapper .img-container:hover {
  transform: translateY(-10px);
}
.strip[data-id="1c1087"] .services-showcase .image-column .image-wrapper .img-container:hover img {
  transform: scale(1.08);
}
.strip[data-id="1c1087"] .services-showcase .image-column .image-wrapper .img-container img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="1c1087"] .services-showcase .image-column .image-wrapper.alt-corners::before {
  top: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
  border-radius: 0 40px 0 40px;
}
.strip[data-id="1c1087"] .services-showcase .image-column .image-wrapper.alt-corners .img-container {
  border-radius: 0 40px 0 40px;
}
@media (max-width: 1200px) {
  .strip[data-id="1c1087"] .services-showcase .text-column {
    padding: 80px 40px;
  }
  .strip[data-id="1c1087"] .services-showcase .image-column {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="1c1087"] .services-showcase .text-column {
    flex: 1 1 100%;
    justify-content: center;
    padding: 80px 30px;
  }
  .strip[data-id="1c1087"] .services-showcase .text-column .text-container {
    max-width: 600px;
  }
  .strip[data-id="1c1087"] .services-showcase .image-column {
    flex: 1 1 100%;
    padding: 60px 30px 100px;
  }
  .strip[data-id="1c1087"] .services-showcase .image-column .image-wrapper {
    max-width: 100%;
  }
  .strip[data-id="1c1087"] .services-showcase .image-column .image-wrapper::before {
    display: none;
  }
}.strip[data-id="6e1746"] {
  --section-id: "6e1746";
  --storage-url: "https://test-jogacentrum-cz.proweb.cz/_section/6e1746";
  --public-url: "https://test-jogacentrum-cz.proweb.cz/_section/6e1746";
}
.strip[data-id="6e1746"] .why-us-section {
  background-color: #ffffff;
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
  text-rendering: optimizeLegibility;
}
.strip[data-id="6e1746"] .why-us-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="6e1746"] .why-us-section .content-wrapper {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.strip[data-id="6e1746"] .why-us-section .quote-container {
  position: relative;
  margin-bottom: 30px;
  padding: 60px 0;
}
.strip[data-id="6e1746"] .why-us-section .quote-mark {
  position: absolute;
  font-size: 200px;
  color: #FEF9E7;
  z-index: 1;
  font-family: "Playfair Display", serif;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  opacity: 0.8;
}
.strip[data-id="6e1746"] .why-us-section .quote-mark.open {
  top: -20px;
  left: -40px;
}
.strip[data-id="6e1746"] .why-us-section .quote-mark.close {
  bottom: -60px;
  right: -40px;
}
.strip[data-id="6e1746"] .why-us-section .quote-text {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 300;
  font-style: italic;
  color: #444444;
  position: relative;
  z-index: 2;
  line-height: 1.7;
  margin: 0;
}
.strip[data-id="6e1746"] .why-us-section .signature {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-style: italic;
  color: #444444;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.strip[data-id="6e1746"] .why-us-section .signature::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #8B0000;
  margin: 0 auto 15px;
  opacity: 0.5;
}
.strip[data-id="6e1746"] .why-us-section .image-wrapper {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.strip[data-id="6e1746"] .why-us-section .image-wrapper img {
  width: 340px;
  height: 340px;
  border-radius: 60% 40% 70% 30%/40% 50% 60% 40%;
  object-fit: cover;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="6e1746"] .why-us-section .image-wrapper img:hover {
  border-radius: 50%;
  transform: scale(1.02);
  box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.2);
}
.strip[data-id="6e1746"] .why-us-section .cta-wrapper {
  position: relative;
  z-index: 2;
}
.strip[data-id="6e1746"] .why-us-section .btn-pulse {
  display: inline-block;
  padding: 18px 45px;
  background-color: #8B0000;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  animation: pulse-animation 2.5s infinite;
  border: 2px solid transparent;
}
.strip[data-id="6e1746"] .why-us-section .btn-pulse:hover {
  background-color: #ffffff;
  color: #8B0000;
  border-color: #8B0000;
  animation-play-state: paused;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(139, 0, 0, 0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(139, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(139, 0, 0, 0);
  }
}
@media (max-width: 768px) {
  .strip[data-id="6e1746"] .why-us-section {
    padding: 60px 0;
  }
  .strip[data-id="6e1746"] .why-us-section .quote-container {
    padding: 40px 0;
  }
  .strip[data-id="6e1746"] .why-us-section .quote-text {
    font-size: 20px;
    line-height: 1.6;
  }
  .strip[data-id="6e1746"] .why-us-section .quote-mark {
    font-size: 140px;
  }
  .strip[data-id="6e1746"] .why-us-section .quote-mark.open {
    top: -10px;
    left: -10px;
  }
  .strip[data-id="6e1746"] .why-us-section .quote-mark.close {
    bottom: -40px;
    right: -10px;
  }
  .strip[data-id="6e1746"] .why-us-section .image-wrapper img {
    width: 280px;
    height: 280px;
  }
  .strip[data-id="6e1746"] .why-us-section .signature {
    font-size: 22px;
    margin-bottom: 40px;
  }
}.strip[data-id="1cdab0"] {
  --section-id: "1cdab0";
  --storage-url: "https://test-jogacentrum-cz.proweb.cz/_section/1cdab0";
  --public-url: "https://test-jogacentrum-cz.proweb.cz/_section/1cdab0";
}
.strip[data-id="1cdab0"] .contact-section {
  background-color: #F9F9F9;
  padding: 100px 0;
  overflow: hidden;
}
.strip[data-id="1cdab0"] .contact-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="1cdab0"] .contact-section .contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: stretch;
}
@media (max-width: 991px) {
  .strip[data-id="1cdab0"] .contact-section .contact-grid {
    flex-direction: column;
    gap: 40px;
  }
}
.strip[data-id="1cdab0"] .contact-section .contact-content {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.strip[data-id="1cdab0"] .contact-section .map-container {
  flex: 1;
  min-width: 300px;
  min-height: 500px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .strip[data-id="1cdab0"] .contact-section .map-container {
    min-height: 350px;
  }
}
.strip[data-id="1cdab0"] .contact-section .map-container iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.strip[data-id="1cdab0"] .contact-section .section-title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #8B0000;
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 15px;
}
.strip[data-id="1cdab0"] .contact-section .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background-color: #F7D56B;
}
@media (max-width: 768px) {
  .strip[data-id="1cdab0"] .contact-section .section-title {
    font-size: 36px;
  }
}
.strip[data-id="1cdab0"] .contact-section .contact-card {
  border: 2px solid #F7D56B;
  padding: 50px;
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id="1cdab0"] .contact-section .contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}
@media (max-width: 576px) {
  .strip[data-id="1cdab0"] .contact-section .contact-card {
    padding: 30px 20px;
  }
}
.strip[data-id="1cdab0"] .contact-section .person-name {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #333;
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 1.2;
}
.strip[data-id="1cdab0"] .contact-section .info-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 35px;
}
.strip[data-id="1cdab0"] .contact-section .info-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.strip[data-id="1cdab0"] .contact-section .info-item .icon-wrapper {
  width: 44px;
  height: 44px;
  background-color: rgba(139, 0, 0, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}
.strip[data-id="1cdab0"] .contact-section .info-item:hover .icon-wrapper {
  background-color: rgba(139, 0, 0, 0.1);
}
.strip[data-id="1cdab0"] .contact-section .info-item .contact-icon {
  width: 20px;
  height: 20px;
  stroke: #8B0000;
}
.strip[data-id="1cdab0"] .contact-section .info-item .content-block {
  display: flex;
  flex-direction: column;
}
.strip[data-id="1cdab0"] .contact-section .info-item .contact-link, .strip[data-id="1cdab0"] .contact-section .info-item .address-text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #444;
  line-height: 1.4;
  margin: 0;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 400;
}
.strip[data-id="1cdab0"] .contact-section .info-item .contact-link:hover {
  color: #D4AF37;
}
.strip[data-id="1cdab0"] .contact-section .info-item .note {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #888;
  margin-top: 5px;
  display: block;
}
.strip[data-id="1cdab0"] .contact-section .closing-text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #666;
  margin-top: 25px;
  margin-bottom: 0;
  padding-top: 25px;
  border-top: 1px solid #EEE;
}.strip[data-id=b7b1a5] {
  --section-id: "b7b1a5";
  --storage-url: "https://test-jogacentrum-cz.proweb.cz/_section/b7b1a5";
  --public-url: "https://test-jogacentrum-cz.proweb.cz/_section/b7b1a5";
}
.strip[data-id=b7b1a5] .earthy-footer {
  background-color: #2C1B18;
  border-top: 1px solid #8B0000;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
}
.strip[data-id=b7b1a5] .footer-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.strip[data-id=b7b1a5] .footer-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.strip[data-id=b7b1a5] .footer-item {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #F7D56B;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.strip[data-id=b7b1a5] .fb-link {
  color: #F7D56B;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  padding: 8px 12px;
  border: 1px solid rgba(247, 213, 107, 0.2);
  border-radius: 4px;
}
.strip[data-id=b7b1a5] .fb-link:hover {
  opacity: 0.8;
  transform: translateY(-2px);
  background-color: rgba(247, 213, 107, 0.05);
}
.strip[data-id=b7b1a5] .fb-icon {
  width: 20px;
  height: 20px;
  fill: #F7D56B;
}
.strip[data-id=b7b1a5] .footer-divider {
  width: 40px;
  height: 1px;
  background-color: rgba(247, 213, 107, 0.3);
  margin: 10px 0;
}
@media (max-width: 768px) {
  .strip[data-id=b7b1a5] .earthy-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .strip[data-id=b7b1a5] .footer-stack {
    gap: 25px;
  }
  .strip[data-id=b7b1a5] .footer-item {
    font-size: 14px;
  }
  .strip[data-id=b7b1a5] .fb-link {
    flex-direction: column;
    gap: 8px;
  }
}