@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Montserrat:wght@400;600;700;800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Open+Sans:wght@300;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.underlay-sticky {
    margin-top: calc(-1 * var(--sticky-header-height, 0px)) !important;
}

.strip.underlay-sticky > :first-child {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Admin Editor: bypass injected overlay layers and style the actual user section content. */
.strip.underlay-sticky > .pa-iframe-controls,
.strip.underlay-sticky > .pa-iframe-frame,
.strip.underlay-sticky > .pa-iframe-veil {
    border-top: none !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
}

.strip.underlay-sticky > .pa-iframe-controls + .pa-iframe-frame + .pa-iframe-veil + * {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Administration Editor: keep the divider visible without letting it offset the underlay strip. */
.pa-iframe-divider:has(+ .strip.underlay-sticky):not(.pa-iframe-expanded) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    z-index: 1000;
}.strip[data-id="10a3ef"] {
  --section-id: "10a3ef";
  --storage-url: "https://preview-jogacentrum-cz.praweb.cz/_section/10a3ef";
  --public-url: "https://preview-jogacentrum-cz.praweb.cz/_section/10a3ef";
  /* Burger Menu */
}
.strip[data-id="10a3ef"] {
  width: 100%;
  background-color: rgba(255, 250, 240, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  border-bottom: 1px solid rgba(255, 140, 0, 0.1);
}
.strip[data-id="10a3ef"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
}
.strip[data-id="10a3ef"] .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 12px;
  transition: transform 0.3s ease;
}
.strip[data-id="10a3ef"] .logo-link:hover {
  transform: scale(1.02);
}
.strip[data-id="10a3ef"] .logo-img {
  height: 48px;
  width: auto;
  object-fit: contain;
}
.strip[data-id="10a3ef"] .logo-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.strip[data-id="10a3ef"] .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.75rem;
}
.strip[data-id="10a3ef"] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  padding: 0.5rem 0;
  position: relative;
  transition: color 0.3s ease;
  display: inline-block;
}
.strip[data-id="10a3ef"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FF8C00;
  transition: width 0.3s ease;
}
.strip[data-id="10a3ef"] .nav-link:hover {
  color: #FF8C00;
}
.strip[data-id="10a3ef"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="10a3ef"] .burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 28px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.strip[data-id="10a3ef"] .burger-line {
  width: 28px;
  height: 2px;
  background-color: #333333;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.strip[data-id="10a3ef"] .burger-menu.active .burger-line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.strip[data-id="10a3ef"] .burger-menu.active .burger-line:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
.strip[data-id="10a3ef"] .burger-menu.active .burger-line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
@media (max-width: 1100px) {
  .strip[data-id="10a3ef"] .nav-menu {
    gap: 1rem;
  }
  .strip[data-id="10a3ef"] .nav-link {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="10a3ef"] .burger-menu {
    display: flex;
  }
  .strip[data-id="10a3ef"] .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 100%;
    max-width: 320px;
    background-color: rgba(255, 250, 240, 0.98);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }
  .strip[data-id="10a3ef"] .nav-menu.active {
    right: 0;
  }
  .strip[data-id="10a3ef"] .nav-menu li {
    margin: 1.25rem 0;
    width: 100%;
    text-align: center;
  }
  .strip[data-id="10a3ef"] .nav-link {
    font-size: 18px;
    padding: 1rem;
    width: 100%;
  }
  .strip[data-id="10a3ef"] .nav-link::after {
    left: 50%;
    transform: translateX(-50%);
  }
}.strip[data-id="7d001c"] {
  --section-id: "7d001c";
  --storage-url: "https://preview-jogacentrum-cz.praweb.cz/_section/7d001c";
  --public-url: "https://preview-jogacentrum-cz.praweb.cz/_section/7d001c";
}
.strip[data-id="7d001c"] {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #f5f5f5;
}
.strip[data-id="7d001c"] .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 1;
}
.strip[data-id="7d001c"] .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.strip[data-id="7d001c"] .content-box {
  max-width: 850px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.strip[data-id="7d001c"] h1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(42px, 8vw, 72px);
  font-weight: 800;
  color: #1a1a1a;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.strip[data-id="7d001c"] .lead {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 20px;
  line-height: 1.4;
}
.strip[data-id="7d001c"] p {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(16px, 1.8vw, 19px);
  color: #4a5568;
  margin-bottom: 48px;
  line-height: 1.6;
  font-weight: 400;
}
.strip[data-id="7d001c"] .cta-button {
  display: inline-block;
  padding: 20px 48px;
  background-color: #ffd700;
  color: #1a1a1a;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 60px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 25px rgba(255, 215, 0, 0.3);
  font-size: 16px;
}
.strip[data-id="7d001c"] .cta-button:hover {
  background-color: #ff8c00;
  transform: scale(1.05) translateY(-3px);
  box-shadow: 0 15px 30px rgba(255, 140, 0, 0.4);
}
.strip[data-id="7d001c"] .waves {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 3;
}
.strip[data-id="7d001c"] .waves svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 120px;
}
.strip[data-id="7d001c"] .waves .shape-fill {
  fill: #ffffff;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .strip[data-id="7d001c"] {
    background-attachment: scroll;
    min-height: 80vh;
  }
  .strip[data-id="7d001c"] .container {
    padding: 100px 20px 140px;
  }
  .strip[data-id="7d001c"] .waves svg {
    height: 60px;
  }
}.strip[data-id="919176"] {
  --section-id: "919176";
  --storage-url: "https://preview-jogacentrum-cz.praweb.cz/_section/919176";
  --public-url: "https://preview-jogacentrum-cz.praweb.cz/_section/919176";
  /* Mandala background effect - improved single large mandala */
  /* Decorative element behind image */
}
.strip[data-id="919176"] {
  background-color: #fdfaf7;
  padding: 100px 0;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="919176"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id="919176"] .grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id="919176"] .text-column {
  position: relative;
  z-index: 1;
}
.strip[data-id="919176"] .text-column::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23d35400' opacity='0.04' d='M50 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 96c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm50-46c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zM4 50c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm78.5-28.5c-.8-.8-2-.8-2.8 0s-.8 2 0 2.8 2 .8 2.8 0 .8-2 0-2.8zM20.3 79.7c-.8-.8-2-.8-2.8 0s-.8 2 0 2.8 2 .8 2.8 0 .8-2 0-2.8zm0-59.4c-.8.8-.8 2 0 2.8s2 .8 2.8 0 .8-2 0-2.8-2-.8-2.8 0zm59.4 59.4c-.8.8-.8 2 0 2.8s2 .8 2.8 0 .8-2 0-2.8-2-.8-2.8 0zM50 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 76c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm36-36c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zM14 50c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
.strip[data-id="919176"] h2 {
  font-weight: 700;
  font-size: 42px;
  color: #d35400;
  margin-bottom: 30px;
  line-height: 1.1;
}
.strip[data-id="919176"] .intro-text {
  font-size: 20px;
  color: #34495e;
  line-height: 1.6;
  margin-bottom: 35px;
  font-weight: 500;
}
.strip[data-id="919176"] ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.strip[data-id="919176"] li {
  font-size: 18px;
  color: #2c3e50;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  line-height: 1.5;
}
.strip[data-id="919176"] li::before {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f1c40f'%3E%3Cpath d='M12 21s-2-2.5-2-5.5c0-4.4 3.6-8 8-8s8 3.6 8 8c0 3-2 5.5-2 5.5s-2-2.5-2-5.5c0-2.2-1.8-4-4-4s-4 1.8-4 4c0 3-2 5.5-2 5.5zm-6-2s-2-2.5-2-5.5c0-4.4 3.6-8 8-8s8 3.6 8 8c0 3-2 5.5-2 5.5s-2-2.5-2-5.5c0-2.2-1.8-4-4-4s-4 1.8-4 4c0 3-2 5.5-2 5.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.strip[data-id="919176"] strong {
  color: #d35400;
  font-weight: 700;
}
.strip[data-id="919176"] .outro-text {
  font-size: 18px;
  color: #7f8c8d;
  line-height: 1.6;
  margin-bottom: 35px;
  font-style: italic;
}
.strip[data-id="919176"] .cta-button {
  display: inline-block;
  background-color: #d35400;
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(211, 84, 0, 0.2);
}
.strip[data-id="919176"] .cta-button:hover {
  background-color: #e67e22;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(211, 84, 0, 0.3);
  color: #ffffff;
}
.strip[data-id="919176"] .image-column {
  position: relative;
}
.strip[data-id="919176"] .image-wrapper {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  line-height: 0;
}
.strip[data-id="919176"] .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  object-fit: cover;
  aspect-ratio: 4/5;
}
.strip[data-id="919176"] .image-wrapper:hover img {
  transform: scale(1.08);
}
.strip[data-id="919176"] .image-column::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background-color: #f1c40f;
  border-radius: 20px;
  z-index: -1;
  opacity: 0.3;
}
@media (max-width: 1024px) {
  .strip[data-id="919176"] .grid {
    gap: 50px;
  }
  .strip[data-id="919176"] h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="919176"] {
    padding: 70px 0;
  }
  .strip[data-id="919176"] .grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .strip[data-id="919176"] .image-column {
    order: -1;
    max-width: 500px;
    margin: 0 auto;
  }
  .strip[data-id="919176"] .text-column {
    text-align: center;
  }
  .strip[data-id="919176"] li {
    text-align: left;
  }
  .strip[data-id="919176"] .text-column::before {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .strip[data-id="919176"] h2 {
    font-size: 32px;
  }
}.strip[data-id="41f7e1"] {
  --section-id: "41f7e1";
  --storage-url: "https://preview-jogacentrum-cz.praweb.cz/_section/41f7e1";
  --public-url: "https://preview-jogacentrum-cz.praweb.cz/_section/41f7e1";
}
.strip[data-id="41f7e1"] .specialization-section {
  background-color: #f8f9fa;
  padding: 100px 20px;
  font-family: "Open Sans", sans-serif;
  color: #333;
}
.strip[data-id="41f7e1"] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="41f7e1"] .header-content {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id="41f7e1"] .header-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  color: #222;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
.strip[data-id="41f7e1"] .header-content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #ff8c00;
  border-radius: 2px;
}
.strip[data-id="41f7e1"] .header-content p {
  font-size: 18px;
  color: #54616c;
  max-width: 650px;
  margin: 20px auto 0;
  line-height: 1.6;
}
.strip[data-id="41f7e1"] .course-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.strip[data-id="41f7e1"] .course-card {
  background-color: #ffffff;
  padding: 45px 30px;
  text-align: center;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-bottom: 4px solid transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.strip[data-id="41f7e1"] .course-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-bottom-color: #ff8c00;
}
.strip[data-id="41f7e1"] .icon-wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 140, 0, 0.08);
  border-radius: 50%;
  transition: transform 0.4s ease;
}
.strip[data-id="41f7e1"] .course-card:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}
.strip[data-id="41f7e1"] .icon-wrapper svg {
  width: 35px;
  height: 35px;
  fill: #ff8c00;
}
.strip[data-id="41f7e1"] .course-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
.strip[data-id="41f7e1"] .course-card p {
  font-size: 15px;
  color: #54616c;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 1100px) {
  .strip[data-id="41f7e1"] .course-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .strip[data-id="41f7e1"] .specialization-section {
    padding: 70px 15px;
  }
  .strip[data-id="41f7e1"] .header-content h2 {
    font-size: 32px;
  }
  .strip[data-id="41f7e1"] .course-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id="41f7e1"] .course-card {
    padding: 35px 25px;
  }
}.strip[data-id="02121e"] {
  --section-id: "02121e";
  --storage-url: "https://preview-jogacentrum-cz.praweb.cz/_section/02121e";
  --public-url: "https://preview-jogacentrum-cz.praweb.cz/_section/02121e";
}
.strip[data-id="02121e"] .private-lessons {
  padding: 100px 0;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.strip[data-id="02121e"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="02121e"] .split-layout {
  display: flex;
  align-items: center;
  gap: 0;
}
.strip[data-id="02121e"] .image-column {
  flex: 0 0 60%;
  max-width: 60%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  z-index: 1;
  line-height: 0;
}
.strip[data-id="02121e"] .image-column img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
}
.strip[data-id="02121e"] .content-column {
  flex: 0 0 40%;
  max-width: 40%;
  z-index: 2;
}
.strip[data-id="02121e"] .pricing-box {
  background-color: rgba(255, 200, 0, 0.08);
  padding: 60px 50px;
  border: 2px solid #708090;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  margin-left: -100px;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id="02121e"] .pricing-box:hover {
  transform: translateY(-5px);
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.1);
}
.strip[data-id="02121e"] .decoration-icon {
  position: absolute;
  top: -25px;
  right: 50px;
  width: 50px;
  height: 50px;
  background: #ff8c00;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.5rem;
  box-shadow: 0 4px 10px rgba(255, 140, 0, 0.3);
}
.strip[data-id="02121e"] h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 2.5rem;
  color: #333333;
  line-height: 1.2;
}
.strip[data-id="02121e"] .intro-text {
  line-height: 1.6;
  color: #444444;
  margin-bottom: 35px;
  font-size: 1.1rem;
}
.strip[data-id="02121e"] .pricing-list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}
.strip[data-id="02121e"] .pricing-list li {
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: 1px dashed rgba(112, 128, 144, 0.3);
  transition: border-color 0.3s ease;
}
.strip[data-id="02121e"] .pricing-list li:hover {
  border-bottom-color: #ff8c00;
}
.strip[data-id="02121e"] .pricing-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.strip[data-id="02121e"] .price-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.strip[data-id="02121e"] .price-label {
  font-size: 0.9rem;
  color: #708090;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
}
.strip[data-id="02121e"] .price-value {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #ff8c00;
  line-height: 1;
  margin: 5px 0;
}
.strip[data-id="02121e"] .price-extra {
  font-size: 0.95rem;
  color: #666666;
  font-style: italic;
  line-height: 1.4;
}
.strip[data-id="02121e"] .footer-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #555555;
  margin-top: 35px;
  padding-top: 20px;
  border-top: 1px solid rgba(112, 128, 144, 0.1);
}
@media (max-width: 1200px) {
  .strip[data-id="02121e"] .pricing-box {
    margin-left: -60px;
    padding: 50px 40px;
  }
}
@media (max-width: 1024px) {
  .strip[data-id="02121e"] .pricing-box {
    margin-left: -40px;
  }
  .strip[data-id="02121e"] h2 {
    font-size: 2.2rem;
  }
  .strip[data-id="02121e"] .price-value {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .strip[data-id="02121e"] .private-lessons {
    padding: 80px 0;
  }
  .strip[data-id="02121e"] .split-layout {
    flex-direction: column;
  }
  .strip[data-id="02121e"] .image-column, .strip[data-id="02121e"] .content-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .strip[data-id="02121e"] .pricing-box {
    margin-left: 0;
    margin-top: -80px;
    border-radius: 30px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .strip[data-id="02121e"] .image-column img {
    height: 500px;
  }
  .strip[data-id="02121e"] .decoration-icon {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .strip[data-id="02121e"] .private-lessons {
    padding: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #000000;
  }
  .strip[data-id="02121e"] .container {
    padding: 0;
    width: 100%;
  }
  .strip[data-id="02121e"] .image-column {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    z-index: 1;
    box-shadow: none;
  }
  .strip[data-id="02121e"] .image-column img {
    height: 100%;
  }
  .strip[data-id="02121e"] .image-column::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.85) 100%);
  }
  .strip[data-id="02121e"] .content-column {
    position: relative;
    z-index: 2;
    padding: 100px 25px 60px;
    width: 100%;
  }
  .strip[data-id="02121e"] .pricing-box {
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    color: #ffffff;
    width: 100%;
    margin-top: 0;
  }
  .strip[data-id="02121e"] .pricing-box:hover {
    transform: none;
  }
  .strip[data-id="02121e"] h2 {
    color: #ffffff;
    font-size: 2.2rem;
  }
  .strip[data-id="02121e"] .intro-text, .strip[data-id="02121e"] .price-label, .strip[data-id="02121e"] .price-extra, .strip[data-id="02121e"] .footer-text {
    color: rgba(255, 255, 255, 0.9);
  }
  .strip[data-id="02121e"] .price-value {
    color: #ffb347;
    font-size: 2.6rem;
  }
  .strip[data-id="02121e"] .pricing-list li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  }
  .strip[data-id="02121e"] .decoration-icon {
    top: -60px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .strip[data-id="02121e"] .footer-text {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}.strip[data-id="460812"] {
  --section-id: "460812";
  --storage-url: "https://preview-jogacentrum-cz.praweb.cz/_section/460812";
  --public-url: "https://preview-jogacentrum-cz.praweb.cz/_section/460812";
}
.strip[data-id="460812"] .about-philosophy {
  background-color: #fffaf5;
  padding: 120px 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="460812"] .about-philosophy .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.strip[data-id="460812"] .about-philosophy .content-wrapper {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 250, 245, 0.8);
  padding: 40px;
  border-radius: 30px;
}
.strip[data-id="460812"] .about-philosophy .decoration-icon {
  font-size: 32px;
  color: #e67e22;
  margin-bottom: 20px;
  display: block;
  opacity: 0.6;
}
.strip[data-id="460812"] .about-philosophy .watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
  opacity: 0.05;
  z-index: 1;
  pointer-events: none;
}
.strip[data-id="460812"] .about-philosophy .watermark img {
  width: 100%;
  height: auto;
  display: block;
}
.strip[data-id="460812"] .about-philosophy h2 {
  font-size: 48px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 35px;
  line-height: 1.2;
}
.strip[data-id="460812"] .about-philosophy p {
  font-size: 19px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 25px;
}
.strip[data-id="460812"] .about-philosophy .mission-box {
  border-top: 1px solid rgba(230, 126, 34, 0.2);
  border-bottom: 1px solid rgba(230, 126, 34, 0.2);
  padding: 30px 0;
  margin: 40px 0;
}
.strip[data-id="460812"] .about-philosophy .mission {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 22px;
  color: #d35400;
  line-height: 1.6;
  font-weight: 500;
  margin: 0;
}
.strip[data-id="460812"] .about-philosophy .signature {
  font-family: "Caveat", cursive;
  font-size: 38px;
  color: #34495e;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .strip[data-id="460812"] .about-philosophy {
    padding: 80px 20px;
  }
  .strip[data-id="460812"] .about-philosophy .content-wrapper {
    padding: 20px;
  }
  .strip[data-id="460812"] .about-philosophy h2 {
    font-size: 36px;
  }
  .strip[data-id="460812"] .about-philosophy p {
    font-size: 17px;
  }
  .strip[data-id="460812"] .about-philosophy .mission {
    font-size: 20px;
  }
  .strip[data-id="460812"] .about-philosophy .signature {
    font-size: 32px;
  }
}.strip[data-id="02bc0c"] {
  --section-id: "02bc0c";
  --storage-url: "https://preview-jogacentrum-cz.praweb.cz/_section/02bc0c";
  --public-url: "https://preview-jogacentrum-cz.praweb.cz/_section/02bc0c";
}
.strip[data-id="02bc0c"] {
  background-color: #1a1a1a;
  position: relative;
  padding-bottom: 40px;
  font-family: "Open Sans", sans-serif;
  color: #f8f4e3;
  overflow: hidden;
}
.strip[data-id="02bc0c"] .wave-divider {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 2;
}
.strip[data-id="02bc0c"] .wave-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 60px;
}
.strip[data-id="02bc0c"] .wave-divider .shape-fill {
  fill: #ffffff; /* Matches typical section background */
}
.strip[data-id="02bc0c"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 20px 0 20px;
}
.strip[data-id="02bc0c"] .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 60px;
  align-items: start;
}
.strip[data-id="02bc0c"] h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffcc00;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
}
.strip[data-id="02bc0c"] h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 40px;
  height: 2px;
  background-color: #ffcc00;
}
.strip[data-id="02bc0c"] .contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id="02bc0c"] .contact-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.strip[data-id="02bc0c"] .contact-item i {
  color: #ffcc00;
  font-size: 18px;
  margin-top: 3px;
  width: 20px;
  text-align: center;
}
.strip[data-id="02bc0c"] .contact-text {
  flex: 1;
}
.strip[data-id="02bc0c"] p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
  color: #f8f4e3;
}
.strip[data-id="02bc0c"] strong {
  font-weight: 600;
  color: #ffffff;
  display: block;
  margin-bottom: 2px;
}
.strip[data-id="02bc0c"] a {
  color: #f8f4e3;
  text-decoration: none;
  transition: all 0.3s ease;
}
.strip[data-id="02bc0c"] a:hover {
  color: #ffcc00;
}
.strip[data-id="02bc0c"] .map-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  height: 280px;
  background: #252525;
  border: 1px solid rgba(255, 204, 0, 0.1);
  transition: transform 0.3s ease;
}
.strip[data-id="02bc0c"] .map-wrapper:hover {
  transform: translateY(-5px);
}
.strip[data-id="02bc0c"] .map-wrapper iframe {
  display: block;
  filter: grayscale(0.2) invert(0.9) hue-rotate(180deg) brightness(0.9);
}
.strip[data-id="02bc0c"] .social-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 50px;
}
.strip[data-id="02bc0c"] .social-link {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}
.strip[data-id="02bc0c"] .social-link i {
  font-size: 24px;
  color: #ffcc00;
  transition: transform 0.3s ease;
}
.strip[data-id="02bc0c"] .social-link:hover i {
  transform: scale(1.1);
}
.strip[data-id="02bc0c"] .copyright {
  margin-top: 40px;
  border-top: 1px solid rgba(248, 244, 227, 0.1);
  padding-top: 30px;
}
.strip[data-id="02bc0c"] .copyright p {
  font-size: 13px;
  opacity: 0.6;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .strip[data-id="02bc0c"] .footer-grid {
    gap: 40px;
    grid-template-columns: 1fr 1.2fr 1fr;
  }
}
@media (max-width: 991px) {
  .strip[data-id="02bc0c"] .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .strip[data-id="02bc0c"] .map-col {
    grid-column: span 2;
    order: 3;
  }
  .strip[data-id="02bc0c"] .map-wrapper {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .strip[data-id="02bc0c"] .footer-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .strip[data-id="02bc0c"] .map-col {
    grid-column: span 1;
    order: 2;
  }
  .strip[data-id="02bc0c"] .social-col {
    order: 3;
  }
  .strip[data-id="02bc0c"] .footer-container {
    padding-top: 100px;
  }
  .strip[data-id="02bc0c"] .wave-divider svg {
    height: 40px;
  }
  .strip[data-id="02bc0c"] .contact-item, .strip[data-id="02bc0c"] .social-link {
    justify-content: flex-start;
  }
  .strip[data-id="02bc0c"] h3::after {
    left: 0;
  }
}