@import url('https://fonts.googleapis.com/css2?family=Courier&family=Montserrat:wght@400;600;700&family=Nunito: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="154bc9"] {
  --section-id: "154bc9";
  --storage-url: "https://preview-marcofitness-cz.praweb.cz/_section/154bc9";
  --public-url: "https://preview-marcofitness-cz.praweb.cz/_section/154bc9";
  /* Staggered animation for mobile items */
  /* Hamburger Animation */
}
.strip[data-id="154bc9"] .header-wrapper {
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1000;
  transition: all 0.3s ease;
}
.strip[data-id="154bc9"] .header-container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="154bc9"] .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 12px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.strip[data-id="154bc9"] .logo-link:hover {
  transform: scale(1.02);
}
.strip[data-id="154bc9"] .logo-img {
  height: 50px;
  width: auto;
  object-fit: contain;
}
.strip[data-id="154bc9"] .logo-text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #003366;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.strip[data-id="154bc9"] .main-nav {
  display: block;
  margin-left: 20px;
}
.strip[data-id="154bc9"] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
}
.strip[data-id="154bc9"] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #003366;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  padding: 8px 0;
  white-space: nowrap;
}
.strip[data-id="154bc9"] .nav-link:hover {
  color: #FF6600;
}
.strip[data-id="154bc9"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FF6600;
  transition: width 0.3s ease;
}
.strip[data-id="154bc9"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="154bc9"] .hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  margin-left: 15px;
}
.strip[data-id="154bc9"] .hamburger span {
  width: 30px;
  height: 3px;
  background: #003366;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
}
.strip[data-id="154bc9"] .mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px 40px;
  overflow-y: auto;
}
.strip[data-id="154bc9"] .mobile-menu.active {
  display: flex;
}
.strip[data-id="154bc9"] .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}
.strip[data-id="154bc9"] .mobile-nav-item {
  margin: 10px 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.strip[data-id="154bc9"] .mobile-menu.active .mobile-nav-item {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="154bc9"] .mobile-menu.active .mobile-nav-item:nth-child(1) {
  transition-delay: 0.1s;
}
.strip[data-id="154bc9"] .mobile-menu.active .mobile-nav-item:nth-child(2) {
  transition-delay: 0.15s;
}
.strip[data-id="154bc9"] .mobile-menu.active .mobile-nav-item:nth-child(3) {
  transition-delay: 0.2s;
}
.strip[data-id="154bc9"] .mobile-menu.active .mobile-nav-item:nth-child(4) {
  transition-delay: 0.25s;
}
.strip[data-id="154bc9"] .mobile-menu.active .mobile-nav-item:nth-child(5) {
  transition-delay: 0.3s;
}
.strip[data-id="154bc9"] .mobile-menu.active .mobile-nav-item:nth-child(6) {
  transition-delay: 0.35s;
}
.strip[data-id="154bc9"] .mobile-menu.active .mobile-nav-item:nth-child(7) {
  transition-delay: 0.4s;
}
.strip[data-id="154bc9"] .mobile-menu.active .mobile-nav-item:nth-child(8) {
  transition-delay: 0.45s;
}
.strip[data-id="154bc9"] .mobile-menu.active .mobile-nav-item:nth-child(9) {
  transition-delay: 0.5s;
}
.strip[data-id="154bc9"] .mobile-menu.active .mobile-nav-item:nth-child(10) {
  transition-delay: 0.55s;
}
.strip[data-id="154bc9"] .mobile-menu.active .mobile-nav-item:nth-child(11) {
  transition-delay: 0.6s;
}
.strip[data-id="154bc9"] .mobile-menu.active .mobile-nav-item:nth-child(12) {
  transition-delay: 0.65s;
}
.strip[data-id="154bc9"] .mobile-menu.active .mobile-nav-item:nth-child(13) {
  transition-delay: 0.7s;
}
.strip[data-id="154bc9"] .mobile-nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #003366;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 10px;
  transition: color 0.3s ease;
}
.strip[data-id="154bc9"] .mobile-nav-link:hover {
  color: #FF6600;
}
@media (max-width: 1250px) {
  .strip[data-id="154bc9"] .nav-list {
    gap: 8px;
  }
  .strip[data-id="154bc9"] .nav-link {
    font-size: 11px;
  }
}
@media (max-width: 1150px) {
  .strip[data-id="154bc9"] .main-nav {
    display: none;
  }
  .strip[data-id="154bc9"] .hamburger {
    display: flex;
  }
  .strip[data-id="154bc9"] .logo-text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="154bc9"] .logo-text {
    display: none;
  }
}
.strip[data-id="154bc9"] .hamburger.open span:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg);
}
.strip[data-id="154bc9"] .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.strip[data-id="154bc9"] .hamburger.open span:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg);
}.strip[data-id="3d85ff"] {
  --section-id: "3d85ff";
  --storage-url: "https://preview-marcofitness-cz.praweb.cz/_section/3d85ff";
  --public-url: "https://preview-marcofitness-cz.praweb.cz/_section/3d85ff";
}
.strip[data-id="3d85ff"] .hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  padding: 120px 0;
}
.strip[data-id="3d85ff"] .hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 30, 60, 0.7) 0%, rgba(0, 30, 60, 0.4) 50%, rgba(0, 30, 60, 0.8) 100%);
  z-index: 1;
}
.strip[data-id="3d85ff"] .bubbles-overlay {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
  animation: drift 20s linear infinite;
}
@keyframes drift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 50px 100px;
  }
}
.strip[data-id="3d85ff"] .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.strip[data-id="3d85ff"] .content-wrapper {
  max-width: 850px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.strip[data-id="3d85ff"] h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 8vw, 64px);
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 24px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}
.strip[data-id="3d85ff"] p {
  font-size: clamp(18px, 3vw, 22px);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  margin-bottom: 48px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.strip[data-id="3d85ff"] .cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.strip[data-id="3d85ff"] .btn-primary, .strip[data-id="3d85ff"] .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 36px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 18px;
  min-width: 220px;
}
.strip[data-id="3d85ff"] .btn-primary {
  background-color: #FF6600;
  color: #FFFFFF;
  box-shadow: 0 8px 25px rgba(255, 102, 0, 0.4);
}
.strip[data-id="3d85ff"] .btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  background-color: #FF7711;
  box-shadow: 0 12px 30px rgba(255, 102, 0, 0.5);
}
.strip[data-id="3d85ff"] .btn-secondary {
  background-color: rgba(0, 51, 102, 0.9);
  color: #FFFFFF;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.strip[data-id="3d85ff"] .btn-secondary:hover {
  background-color: #004488;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0, 51, 102, 0.4);
}
.strip[data-id="3d85ff"] .scroll-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
  color: #FFFFFF;
  transition: opacity 0.3s;
}
.strip[data-id="3d85ff"] .scroll-down:hover {
  opacity: 0.7;
}
.strip[data-id="3d85ff"] .scroll-icon {
  width: 30px;
  height: 50px;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  position: relative;
}
.strip[data-id="3d85ff"] .scroll-icon::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 8px;
  background: #FFFFFF;
  margin-left: -2px;
  border-radius: 2px;
  animation: scroll-anim 2s infinite;
}
@keyframes scroll-anim {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .strip[data-id="3d85ff"] .hero-section {
    padding: 100px 0;
    background-attachment: scroll;
  }
  .strip[data-id="3d85ff"] .container {
    padding: 0 20px;
  }
  .strip[data-id="3d85ff"] .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .strip[data-id="3d85ff"] .btn-primary, .strip[data-id="3d85ff"] .btn-secondary {
    width: 100%;
    max-width: 320px;
  }
  .strip[data-id="3d85ff"] .scroll-down {
    display: none;
  }
}.strip[data-id="3b6147"] {
  --section-id: "3b6147";
  --storage-url: "https://preview-marcofitness-cz.praweb.cz/_section/3b6147";
  --public-url: "https://preview-marcofitness-cz.praweb.cz/_section/3b6147";
  /* Decorative background elements */
}
.strip[data-id="3b6147"] .about-services {
  background-color: #FFFFFF;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.strip[data-id="3b6147"] .about-services::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 102, 0, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id="3b6147"] .about-services::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
  height: 400px;
  background-image: url("data:image/svg+xml,%3Csvg width='400' height='400' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 300 C 50 280, 100 280, 150 300 C 200 320, 250 320, 300 300 C 350 280, 400 280, 450 300' stroke='%23f5f5f5' fill='transparent' stroke-width='3'/%3E%3Cpath d='M0 330 C 50 310, 100 310, 150 330 C 200 350, 250 350, 300 330 C 350 310, 400 310, 450 330' stroke='%23f0f0f0' fill='transparent' stroke-width='3'/%3E%3Cpath d='M0 360 C 50 340, 100 340, 150 360 C 200 380, 250 380, 300 360 C 350 340, 400 340, 450 360' stroke='%23ebebeb' fill='transparent' stroke-width='3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 0;
  pointer-events: none;
}
.strip[data-id="3b6147"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.strip[data-id="3b6147"] .content-wrapper {
  display: flex;
  gap: 80px;
  align-items: center;
}
.strip[data-id="3b6147"] .intro-column {
  flex: 1;
  max-width: 480px;
}
.strip[data-id="3b6147"] .accent-line {
  display: block;
  width: 60px;
  height: 4px;
  background-color: #FF6600;
  margin-bottom: 24px;
  border-radius: 2px;
}
.strip[data-id="3b6147"] .intro-column h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #003366;
  line-height: 1.1;
  margin-bottom: 28px;
  margin-top: 0;
  letter-spacing: -0.5px;
}
.strip[data-id="3b6147"] .intro-column p {
  font-size: 18px;
  color: #4a4a4a;
  line-height: 1.7;
  margin-bottom: 0;
}
.strip[data-id="3b6147"] .services-grid {
  flex: 1.4;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.strip[data-id="3b6147"] .service-card {
  background: #FFFFFF;
  border: 1px solid #eeeeee;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.strip[data-id="3b6147"] .service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 102, 0, 0.3);
  box-shadow: 0 20px 40px rgba(255, 102, 0, 0.08);
}
.strip[data-id="3b6147"] .icon-box {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 102, 0, 0.05);
  border-radius: 16px;
  transition: background-color 0.3s ease;
}
.strip[data-id="3b6147"] .service-card:hover .icon-box {
  background-color: #FF6600;
}
.strip[data-id="3b6147"] .icon-box svg {
  width: 32px;
  height: 32px;
  stroke: #FF6600;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.3s ease;
}
.strip[data-id="3b6147"] .service-card:hover .icon-box svg {
  stroke: #FFFFFF;
}
.strip[data-id="3b6147"] .service-card h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #003366;
  margin-top: 0;
  margin-bottom: 14px;
  transition: color 0.3s ease;
}
.strip[data-id="3b6147"] .service-card p {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1100px) {
  .strip[data-id="3b6147"] .content-wrapper {
    gap: 40px;
  }
  .strip[data-id="3b6147"] .intro-column h2 {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .strip[data-id="3b6147"] .about-services {
    padding: 80px 0;
  }
  .strip[data-id="3b6147"] .content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
  .strip[data-id="3b6147"] .intro-column {
    max-width: 100%;
  }
  .strip[data-id="3b6147"] .services-grid {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .strip[data-id="3b6147"] .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id="3b6147"] .about-services {
    padding: 60px 0;
  }
  .strip[data-id="3b6147"] .intro-column h2 {
    font-size: 32px;
  }
  .strip[data-id="3b6147"] .service-card {
    padding: 30px;
  }
  .strip[data-id="3b6147"] .accent-line {
    margin-bottom: 16px;
  }
}.strip[data-id="23c578"] {
  --section-id: "23c578";
  --storage-url: "https://preview-marcofitness-cz.praweb.cz/_section/23c578";
  --public-url: "https://preview-marcofitness-cz.praweb.cz/_section/23c578";
  /* Decorative elements */
}
.strip[data-id="23c578"] .kindergarten-section {
  background-color: #FFFDF9;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  font-family: "Nunito", sans-serif;
}
.strip[data-id="23c578"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="23c578"] .grid {
  display: flex;
  align-items: center;
  gap: 60px;
}
.strip[data-id="23c578"] .image-side {
  flex: 1;
  position: relative;
}
.strip[data-id="23c578"] .image-container {
  position: relative;
  z-index: 2;
}
.strip[data-id="23c578"] .image-container img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 60px 20px 60px 20px;
  box-shadow: 30px 30px 0px rgba(255, 184, 0, 0.1);
  object-fit: cover;
  aspect-ratio: 1/1;
}
.strip[data-id="23c578"] .content-side {
  flex: 1.2;
  position: relative;
}
.strip[data-id="23c578"] .text-card {
  position: relative;
  z-index: 2;
}
.strip[data-id="23c578"] .text-card h2 {
  color: #D48806; /* Darker gold for better contrast */
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.strip[data-id="23c578"] .lead-text {
  color: #003366;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.5;
}
.strip[data-id="23c578"] .features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.strip[data-id="23c578"] .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.strip[data-id="23c578"] .feature-icon {
  background: #FFB800;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
}
.strip[data-id="23c578"] .feature-text {
  color: #003366;
  font-size: 16px;
  line-height: 1.4;
}
.strip[data-id="23c578"] .cta-button {
  display: inline-block;
  background-color: #003366;
  color: #ffffff;
  padding: 16px 35px;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 51, 102, 0.15);
}
.strip[data-id="23c578"] .cta-button:hover {
  background-color: #D48806;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(212, 136, 6, 0.25);
  color: #fff;
}
.strip[data-id="23c578"] .decor-blob {
  position: absolute;
  z-index: 1;
  filter: blur(40px);
  opacity: 0.4;
}
.strip[data-id="23c578"] .blob-1 {
  top: -10%;
  left: -5%;
  width: 300px;
  height: 300px;
  background: #FFB800;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}
.strip[data-id="23c578"] .dots-pattern {
  position: absolute;
  bottom: -40px;
  right: -20px;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(#D48806 2px, transparent 2px);
  background-size: 15px 15px;
  opacity: 0.15;
}
@media (max-width: 992px) {
  .strip[data-id="23c578"] .grid {
    flex-direction: column;
    gap: 40px;
  }
  .strip[data-id="23c578"] .kindergarten-section {
    padding: 80px 0;
  }
  .strip[data-id="23c578"] .text-card {
    text-align: center;
  }
  .strip[data-id="23c578"] .text-card h2 {
    font-size: 32px;
  }
  .strip[data-id="23c578"] .features-list {
    text-align: left;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto 40px auto;
  }
  .strip[data-id="23c578"] .image-side {
    order: -1;
    width: 100%;
    max-width: 500px;
  }
}.strip[data-id="1f6bd4"] {
  --section-id: "1f6bd4";
  --storage-url: "https://preview-marcofitness-cz.praweb.cz/_section/1f6bd4";
  --public-url: "https://preview-marcofitness-cz.praweb.cz/_section/1f6bd4";
  /* Decorative element */
}
.strip[data-id="1f6bd4"] .auksys-reservation {
  padding: 100px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f0f8ff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="1f6bd4"] .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="1f6bd4"] .content-wrapper {
  max-width: 850px;
  margin: 0 auto;
  background: #ffffff;
  padding: 80px 60px;
  border: 2px solid #f0f0f0;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 51, 102, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id="1f6bd4"] .content-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 60px rgba(0, 51, 102, 0.12);
}
.strip[data-id="1f6bd4"] .content-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #003366, #FFCC00, #FF6600);
}
.strip[data-id="1f6bd4"] .icon-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}
.strip[data-id="1f6bd4"] .icon-box {
  width: 70px;
  height: 70px;
  background: #f0f8ff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003366;
  transition: all 0.3s ease;
}
.strip[data-id="1f6bd4"] .icon-box svg {
  width: 35px;
  height: 35px;
  fill: currentColor;
}
.strip[data-id="1f6bd4"] .content-wrapper:hover .icon-box {
  background: #003366;
  color: #ffffff;
  transform: rotate(10deg);
}
.strip[data-id="1f6bd4"] h2 {
  font-weight: 800;
  font-size: 3rem;
  color: #003366;
  margin: 0 0 25px 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.strip[data-id="1f6bd4"] p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #555555;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.strip[data-id="1f6bd4"] .btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #003366;
  color: #ffffff;
  text-decoration: none;
  padding: 22px 45px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 1.25rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 25px rgba(0, 51, 102, 0.25);
  margin-bottom: 40px;
  animation: pulse-shadow 2.5s infinite;
}
.strip[data-id="1f6bd4"] .btn-link:hover {
  background-color: #FF6600;
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(255, 102, 0, 0.35);
  animation: none;
}
.strip[data-id="1f6bd4"] .camera-info {
  font-weight: 600;
  color: #003366;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
  font-size: 1.1rem;
}
.strip[data-id="1f6bd4"] .camera-dot {
  width: 10px;
  height: 10px;
  background-color: #ff0000;
  border-radius: 50%;
  display: inline-block;
  animation: blink 1.5s infinite;
}
@keyframes pulse-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 51, 102, 0.4);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(0, 51, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 51, 102, 0);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .strip[data-id="1f6bd4"] .auksys-reservation {
    padding: 60px 15px;
  }
  .strip[data-id="1f6bd4"] .content-wrapper {
    padding: 50px 25px;
    border-radius: 20px;
  }
  .strip[data-id="1f6bd4"] h2 {
    font-size: 2.2rem;
  }
  .strip[data-id="1f6bd4"] .icon-group {
    gap: 15px;
  }
  .strip[data-id="1f6bd4"] .icon-box {
    width: 60px;
    height: 60px;
  }
  .strip[data-id="1f6bd4"] .btn-link {
    display: flex;
    width: 100%;
    padding: 18px 25px;
    font-size: 1.1rem;
  }
  .strip[data-id="1f6bd4"] p {
    font-size: 1.1rem;
  }
}@charset "UTF-8";
.strip[data-id="672af6"] {
  --section-id: "672af6";
  --storage-url: "https://preview-marcofitness-cz.praweb.cz/_section/672af6";
  --public-url: "https://preview-marcofitness-cz.praweb.cz/_section/672af6";
  /* On desktop, hide button and show on hover */
}
.strip[data-id="672af6"] .pricing-section {
  padding: 100px 20px;
  background-color: #fdfdfd;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="672af6"] .pricing-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 204, 0, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 0;
}
.strip[data-id="672af6"] .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id="672af6"] .section-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id="672af6"] .section-header h2 {
  color: #003366;
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.strip[data-id="672af6"] .section-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #FFCC00;
  border-radius: 2px;
}
.strip[data-id="672af6"] .section-header p {
  color: #333333;
  font-size: 1.2rem;
  max-width: 700px;
  margin: 25px auto 0;
  line-height: 1.6;
}
.strip[data-id="672af6"] .pricing-grid {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
.strip[data-id="672af6"] .pricing-card {
  flex: 1;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 51, 102, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.strip[data-id="672af6"] .pricing-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 30px 60px rgba(0, 51, 102, 0.12);
}
.strip[data-id="672af6"] .card-header {
  background: linear-gradient(135deg, #003366 0%, #004080 100%);
  padding: 40px 30px;
  text-align: center;
  position: relative;
}
.strip[data-id="672af6"] .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: rgba(255, 204, 0, 0.15);
  border-radius: 20px;
  transform: rotate(5deg);
  transition: transform 0.3s ease;
}
.strip[data-id="672af6"] .pricing-card:hover .icon-wrapper {
  transform: rotate(0deg) scale(1.1);
}
.strip[data-id="672af6"] .card-body {
  padding: 40px 35px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id="672af6"] .card-body h3 {
  color: #003366;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.strip[data-id="672af6"] .price {
  color: #FF6600;
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 30px;
  display: block;
}
.strip[data-id="672af6"] .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 35px 0;
  text-align: left;
}
.strip[data-id="672af6"] .feature-list li {
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
  color: #555555;
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.4;
}
.strip[data-id="672af6"] .feature-list li:last-child {
  border-bottom: none;
}
.strip[data-id="672af6"] .feature-list li svg {
  flex-shrink: 0;
  margin-right: 12px;
  margin-top: 3px;
  color: #FF6600;
}
.strip[data-id="672af6"] .btn-more {
  margin-top: auto;
  background-color: #003366;
  color: #FFFFFF;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 700;
  transition: all 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  box-shadow: 0 4px 15px rgba(0, 51, 102, 0.2);
}
@media (min-width: 993px) {
  .strip[data-id="672af6"] .btn-more {
    opacity: 0;
    transform: translateY(10px);
  }
  .strip[data-id="672af6"] .pricing-card:hover .btn-more {
    opacity: 1;
    transform: translateY(0);
  }
}
.strip[data-id="672af6"] .btn-more:hover {
  background-color: #FF6600;
  box-shadow: 0 6px 20px rgba(255, 102, 0, 0.3);
  color: #FFFFFF;
}
.strip[data-id="672af6"] .form-notice {
  text-align: center;
  color: #777777;
  font-style: italic;
  margin-top: 20px;
}
.strip[data-id="672af6"] .form-notice p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.strip[data-id="672af6"] .form-notice p::before {
  content: "ℹ";
  font-style: normal;
  color: #003366;
  font-weight: bold;
}
@media (max-width: 992px) {
  .strip[data-id="672af6"] .pricing-section {
    padding: 60px 20px;
  }
  .strip[data-id="672af6"] .section-header h2 {
    font-size: 2.2rem;
  }
  .strip[data-id="672af6"] .pricing-grid {
    flex-direction: column;
    gap: 40px;
  }
  .strip[data-id="672af6"] .pricing-card {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .strip[data-id="672af6"] .btn-more {
    opacity: 1;
    transform: none;
    width: 100%;
    text-align: center;
  }
}.strip[data-id=c8a1cc] {
  --section-id: "c8a1cc";
  --storage-url: "https://preview-marcofitness-cz.praweb.cz/_section/c8a1cc";
  --public-url: "https://preview-marcofitness-cz.praweb.cz/_section/c8a1cc";
  /* Skew effect */
}
.strip[data-id=c8a1cc] .contact-map-section {
  width: 100%;
  background-color: #003366;
  background: linear-gradient(135deg, #003366 0%, #002244 100%);
  overflow: hidden;
  position: relative;
}
.strip[data-id=c8a1cc] .contact-wrapper {
  display: flex;
  min-height: 550px;
  width: 100%;
}
.strip[data-id=c8a1cc] .contact-content {
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 100px 60px;
  position: relative;
  z-index: 2;
}
.strip[data-id=c8a1cc] .contact-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  width: 120px;
  height: 100%;
  background-color: inherit;
  transform: skewX(-7deg);
  z-index: -1;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.2);
}
.strip[data-id=c8a1cc] .text-container {
  max-width: 500px;
  width: 100%;
  margin-right: 60px;
}
.strip[data-id=c8a1cc] .contact-map-section h2 {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
.strip[data-id=c8a1cc] .title-accent {
  width: 60px;
  height: 4px;
  background-color: #FF6600;
  margin-bottom: 45px;
  display: block;
}
.strip[data-id=c8a1cc] .contact-details {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.strip[data-id=c8a1cc] .contact-item {
  display: flex;
  align-items: center;
  gap: 25px;
  transition: transform 0.3s ease;
}
.strip[data-id=c8a1cc] .contact-item:hover {
  transform: translateX(10px);
}
.strip[data-id=c8a1cc] .icon-wrapper {
  width: 54px;
  height: 54px;
  background-color: rgba(255, 102, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF6600;
  flex-shrink: 0;
  border: 1px solid rgba(255, 102, 0, 0.2);
  transition: all 0.3s ease;
}
.strip[data-id=c8a1cc] .contact-item:hover .icon-wrapper {
  background-color: #FF6600;
  color: #FFFFFF;
  box-shadow: 0 5px 15px rgba(255, 102, 0, 0.3);
}
.strip[data-id=c8a1cc] .item-text {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id=c8a1cc] .item-label {
  color: #FFCC00;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 4px;
}
.strip[data-id=c8a1cc] .item-value {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.strip[data-id=c8a1cc] .contact-link {
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=c8a1cc] .contact-link:hover {
  color: #FFCC00;
}
.strip[data-id=c8a1cc] .visit-us {
  margin-top: 50px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id=c8a1cc] .visit-us::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.strip[data-id=c8a1cc] .map-container {
  flex: 0 0 50%;
  position: relative;
  min-height: 550px;
  z-index: 1;
  background-color: #eee;
}
.strip[data-id=c8a1cc] .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(0.2) contrast(1.1);
}
@media (max-width: 1100px) {
  .strip[data-id=c8a1cc] .contact-content {
    padding: 80px 40px;
  }
  .strip[data-id=c8a1cc] .text-container {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=c8a1cc] .contact-wrapper {
    flex-direction: column;
  }
  .strip[data-id=c8a1cc] .contact-content {
    flex: 0 0 100%;
    justify-content: center;
    padding: 80px 20px;
  }
  .strip[data-id=c8a1cc] .contact-content::after {
    display: none;
  }
  .strip[data-id=c8a1cc] .text-container {
    margin-right: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .strip[data-id=c8a1cc] .title-accent {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id=c8a1cc] .contact-item {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    max-width: 350px;
  }
  .strip[data-id=c8a1cc] .map-container {
    flex: 0 0 100%;
    height: 400px;
    min-height: 400px;
  }
  .strip[data-id=c8a1cc] .visit-us {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .strip[data-id=c8a1cc] .contact-map-section h2 {
    font-size: 32px;
  }
  .strip[data-id=c8a1cc] .item-value {
    font-size: 18px;
  }
  .strip[data-id=c8a1cc] .icon-wrapper {
    width: 44px;
    height: 44px;
  }
}.strip[data-id=c0f1f5] {
  --section-id: "c0f1f5";
  --storage-url: "https://preview-marcofitness-cz.praweb.cz/_section/c0f1f5";
  --public-url: "https://preview-marcofitness-cz.praweb.cz/_section/c0f1f5";
}
.strip[data-id=c0f1f5] .marco-footer {
  background-color: #001a33;
  border-top: 4px solid #FF6600;
  color: #CCCCCC;
  font-family: "Montserrat", sans-serif;
  padding: 80px 20px 40px 20px;
  line-height: 1.6;
}
.strip[data-id=c0f1f5] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=c0f1f5] .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  gap: 60px;
  margin-bottom: 60px;
}
.strip[data-id=c0f1f5] .column-title {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  padding-bottom: 12px;
}
.strip[data-id=c0f1f5] .column-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #FF6600;
}
.strip[data-id=c0f1f5] .column-content p {
  font-size: 15px;
  margin: 0;
  color: #BBBBBB;
}
.strip[data-id=c0f1f5] .footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=c0f1f5] .footer-nav li {
  margin-bottom: 14px;
}
.strip[data-id=c0f1f5] .footer-nav a {
  color: #CCCCCC;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
}
.strip[data-id=c0f1f5] .footer-nav a:hover {
  color: #FF6600;
  transform: translateX(5px);
}
.strip[data-id=c0f1f5] .social-links {
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
}
.strip[data-id=c0f1f5] .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #FFCC00;
  color: #001a33;
  border-radius: 50%;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id=c0f1f5] .social-icon:hover {
  transform: scale(1.1) rotate(5deg);
  background-color: #FF6600;
  color: #FFFFFF;
}
.strip[data-id=c0f1f5] .visit-counter {
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
  border-radius: 8px;
  display: inline-block;
}
.strip[data-id=c0f1f5] .counter-label {
  display: block;
  font-size: 13px;
  margin-bottom: 12px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=c0f1f5] .counter-display {
  display: inline-flex;
  background: #050505;
  padding: 8px 15px;
  border-radius: 4px;
  border: 1px solid #1a3a5a;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.8);
}
.strip[data-id=c0f1f5] .digit {
  font-family: "Courier New", Courier, monospace;
  font-size: 22px;
  font-weight: bold;
  color: #FF6600;
  padding: 0 3px;
  text-shadow: 0 0 8px rgba(255, 102, 0, 0.6), 0 0 2px rgba(255, 102, 0, 0.8);
  letter-spacing: 2px;
}
.strip[data-id=c0f1f5] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 30px;
  text-align: center;
}
.strip[data-id=c0f1f5] .copyright {
  font-size: 14px;
  margin: 0;
  color: #777777;
}
@media (max-width: 1024px) {
  .strip[data-id=c0f1f5] .footer-grid {
    gap: 40px;
    grid-template-columns: 1.2fr 0.8fr 1fr;
  }
}
@media (max-width: 768px) {
  .strip[data-id=c0f1f5] .marco-footer {
    padding: 60px 20px 30px 20px;
  }
  .strip[data-id=c0f1f5] .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 50px;
  }
  .strip[data-id=c0f1f5] .column-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id=c0f1f5] .social-links {
    justify-content: center;
  }
  .strip[data-id=c0f1f5] .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
  }
  .strip[data-id=c0f1f5] .footer-nav li {
    margin-bottom: 5px;
  }
  .strip[data-id=c0f1f5] .footer-nav a:hover {
    transform: none;
  }
}
@media (max-width: 480px) {
  .strip[data-id=c0f1f5] .footer-nav {
    grid-template-columns: 1fr;
    text-align: center;
  }
}