@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600&family=Montserrat:wght@700;800&family=Oswald:wght@700&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=b56345] {
  --section-id: "b56345";
  --storage-url: "https://preview-vasosobnitrener-cz.praweb.cz/_section/b56345";
  --public-url: "https://preview-vasosobnitrener-cz.praweb.cz/_section/b56345";
  /* Highlight the last item (Kontakt) as a CTA */
  /* Staggered animation for mobile menu items */
  /* Hamburger animation */
}
.strip[data-id=b56345] .main-header {
  background-color: hsla(0, 0%, 5%, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease, padding 0.3s ease;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}
.strip[data-id=b56345] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 20px;
  min-height: 80px;
}
.strip[data-id=b56345] .logo {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  line-height: 1.1;
  letter-spacing: -0.5px;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s ease;
}
.strip[data-id=b56345] .logo:hover {
  opacity: 0.9;
}
.strip[data-id=b56345] .logo-name {
  color: hsl(0, 0%, 100%);
}
.strip[data-id=b56345] .logo-pro {
  font-size: 0.7rem;
  color: hsl(0, 63%, 51%);
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 2px;
}
.strip[data-id=b56345] .desktop-nav {
  display: block;
}
.strip[data-id=b56345] .nav-list {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.strip[data-id=b56345] .nav-list li a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: hsla(0, 0%, 100%, 0.85);
  text-decoration: none;
  position: relative;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
}
.strip[data-id=b56345] .nav-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: hsl(0, 63%, 51%);
  transition: width 0.3s ease, left 0.3s ease;
}
.strip[data-id=b56345] .nav-list li a:hover {
  color: hsl(0, 0%, 100%);
}
.strip[data-id=b56345] .nav-list li a:hover::after {
  width: 100%;
  left: 0;
}
.strip[data-id=b56345] .nav-list li:last-child a {
  background-color: hsl(0, 63%, 51%);
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.strip[data-id=b56345] .nav-list li:last-child a::after {
  display: none;
}
.strip[data-id=b56345] .nav-list li:last-child a:hover {
  background-color: hsl(0, 63%, 45%);
  transform: translateY(-2px);
}
.strip[data-id=b56345] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
  margin-right: -10px;
}
.strip[data-id=b56345] .mobile-toggle .bar {
  display: block;
  width: 24px;
  height: 2px;
  margin: 6px 0;
  background-color: hsl(0, 0%, 100%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id=b56345] .mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: hsl(0, 0%, 5%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 999;
}
.strip[data-id=b56345] .mobile-menu.active {
  right: 0;
}
.strip[data-id=b56345] .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.strip[data-id=b56345] .mobile-nav-list li {
  margin: 1.5rem 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.strip[data-id=b56345] .mobile-menu.active .mobile-nav-list li {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id=b56345] .mobile-menu.active .mobile-nav-list li:nth-child(1) {
  transition-delay: 0.1s;
}
.strip[data-id=b56345] .mobile-menu.active .mobile-nav-list li:nth-child(2) {
  transition-delay: 0.2s;
}
.strip[data-id=b56345] .mobile-menu.active .mobile-nav-list li:nth-child(3) {
  transition-delay: 0.3s;
}
.strip[data-id=b56345] .mobile-menu.active .mobile-nav-list li:nth-child(4) {
  transition-delay: 0.4s;
}
.strip[data-id=b56345] .mobile-menu.active .mobile-nav-list li:nth-child(5) {
  transition-delay: 0.5s;
}
.strip[data-id=b56345] .mobile-nav-list li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=b56345] .mobile-nav-list li a:active,
.strip[data-id=b56345] .mobile-nav-list li a:hover {
  color: hsl(0, 63%, 51%);
}
.strip[data-id=b56345] .mobile-toggle.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id=b56345] .mobile-toggle.active .bar:nth-child(2) {
  opacity: 0;
}
.strip[data-id=b56345] .mobile-toggle.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 1024px) {
  .strip[data-id=b56345] .nav-list {
    gap: 1.25rem;
  }
  .strip[data-id=b56345] .logo {
    font-size: 1rem;
  }
}
@media (max-width: 900px) {
  .strip[data-id=b56345] .desktop-nav {
    display: none;
  }
  .strip[data-id=b56345] .mobile-toggle {
    display: block;
  }
  .strip[data-id=b56345] .header-container {
    min-height: 70px;
  }
}@charset "UTF-8";
.strip[data-id=ba405f] {
  --section-id: "ba405f";
  --storage-url: "https://preview-vasosobnitrener-cz.praweb.cz/_section/ba405f";
  --public-url: "https://preview-vasosobnitrener-cz.praweb.cz/_section/ba405f";
  /* Dekorativní prvek pro oživení */
}
.strip[data-id=ba405f] section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  /* Gradient overlay + background image from variable */
  background-image: linear-gradient(to right, hsla(0, 0%, 5%, 0.95) 0%, hsla(0, 0%, 5%, 0.5) 50%, transparent 100%), var(--section-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  overflow: hidden;
  padding: 100px 0;
}
.strip[data-id=ba405f] .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id=ba405f] .content-wrapper {
  max-width: 750px;
  border-left: 5px solid hsl(0, 63%, 51%);
  padding-left: 40px;
  transition: border-color 0.3s ease;
}
.strip[data-id=ba405f] h1 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  color: #ffffff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  letter-spacing: -1px;
}
.strip[data-id=ba405f] .trainer-name {
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  font-weight: 700;
  color: hsl(0, 63%, 51%);
  margin: 0 0 25px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.strip[data-id=ba405f] .description {
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 0 45px 0;
  color: rgba(255, 255, 255, 0.9);
}
.strip[data-id=ba405f] .cta-button {
  display: inline-block;
  background-color: hsl(0, 63%, 51%);
  color: #ffffff;
  text-decoration: none;
  padding: 20px 40px;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation: pulse-shadow 2s infinite;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border: none;
  cursor: pointer;
}
.strip[data-id=ba405f] .cta-button:hover {
  transform: translateY(-5px);
  background-color: hsl(0, 63%, 56%);
  box-shadow: 0 10px 20px rgba(212, 47, 47, 0.3);
}
@keyframes pulse-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(212, 47, 47, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(212, 47, 47, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(212, 47, 47, 0);
  }
}
@media (max-width: 768px) {
  .strip[data-id=ba405f] section {
    text-align: center;
    background-image: linear-gradient(to bottom, hsla(0, 0%, 5%, 0.85) 0%, hsla(0, 0%, 5%, 0.7) 100%), var(--section-bg);
    padding: 80px 0;
    justify-content: center;
  }
  .strip[data-id=ba405f] .content-wrapper {
    border-left: none;
    padding-left: 0;
    margin: 0 auto;
  }
  .strip[data-id=ba405f] .description {
    margin: 0 auto 35px auto;
  }
}
.strip[data-id=ba405f] section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to top, hsl(0, 0%, 5%), transparent);
  z-index: 1;
  pointer-events: none;
}.strip[data-id=da3bd2] {
  --section-id: "da3bd2";
  --storage-url: "https://preview-vasosobnitrener-cz.praweb.cz/_section/da3bd2";
  --public-url: "https://preview-vasosobnitrener-cz.praweb.cz/_section/da3bd2";
}
.strip[data-id=da3bd2] section {
  background-color: hsl(0, 0%, 13%);
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
}
.strip[data-id=da3bd2] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=da3bd2] h2 {
  color: hsl(0, 0%, 100%);
  text-align: center;
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 15px;
}
.strip[data-id=da3bd2] h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: hsl(0, 63%, 51%);
}
.strip[data-id=da3bd2] .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id=da3bd2] .service-card {
  background-color: hsl(0, 0%, 18%);
  padding: 40px 30px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.strip[data-id=da3bd2] .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(211, 47, 47, 0.3);
  border-color: rgba(211, 47, 47, 0.5);
}
.strip[data-id=da3bd2] .icon-wrapper {
  font-size: 3rem;
  color: hsl(0, 75%, 60%);
  margin-bottom: 25px;
}
.strip[data-id=da3bd2] h3 {
  color: hsl(0, 63%, 51%);
  font-size: 1.3rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.strip[data-id=da3bd2] p {
  color: hsl(0, 0%, 90%);
  line-height: 1.6;
  margin: 0;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .strip[data-id=da3bd2] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id=da3bd2] section {
    padding: 60px 20px;
  }
  .strip[data-id=da3bd2] h2 {
    font-size: 2rem;
  }
  .strip[data-id=da3bd2] .services-grid {
    grid-template-columns: 1fr;
  }
}@charset "UTF-8";
.strip[data-id=c12e96] {
  --section-id: "c12e96";
  --storage-url: "https://preview-vasosobnitrener-cz.praweb.cz/_section/c12e96";
  --public-url: "https://preview-vasosobnitrener-cz.praweb.cz/_section/c12e96";
  /* Jemnější karbonová textura */
}
.strip[data-id=c12e96] .expertise-section {
  background-color: hsl(0, 0%, 7%);
  padding: 100px 0;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
.strip[data-id=c12e96] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=c12e96] .expertise-grid {
  display: flex;
  gap: 80px;
  align-items: stretch;
}
.strip[data-id=c12e96] .expertise-content {
  flex: 1;
  position: relative;
}
.strip[data-id=c12e96] .expertise-content::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -40px;
  right: -20px;
  bottom: -20px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.015) 25%, transparent 25%), linear-gradient(-45deg, rgba(255, 255, 255, 0.015) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.015) 75%), linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.015) 75%);
  background-size: 8px 8px;
  z-index: 0;
  pointer-events: none;
}
.strip[data-id=c12e96] .expertise-inner {
  position: relative;
  z-index: 1;
}
.strip[data-id=c12e96] .expertise-visual {
  flex: 0 0 35%;
  min-width: 320px;
  position: relative;
}
.strip[data-id=c12e96] .image-wrapper {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.strip[data-id=c12e96] .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.strip[data-id=c12e96] .image-wrapper:hover img {
  transform: scale(1.03);
}
.strip[data-id=c12e96] h2 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 50px;
  letter-spacing: -0.5px;
  color: #ffffff;
  position: relative;
  display: inline-block;
}
.strip[data-id=c12e96] h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: #e31e24;
}
.strip[data-id=c12e96] h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 800;
  margin-top: 40px;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id=c12e96] p {
  line-height: 1.8;
  margin-bottom: 25px;
  color: #b0b0b0;
  font-size: 1.05rem;
}
.strip[data-id=c12e96] ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.strip[data-id=c12e96] li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  line-height: 1.6;
  color: #d0d0d0;
  transition: color 0.3s ease;
}
.strip[data-id=c12e96] li:hover {
  color: #ffffff;
}
.strip[data-id=c12e96] li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 10px;
  background-color: #e31e24;
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(227, 30, 36, 0.3);
}
@media (max-width: 1100px) {
  .strip[data-id=c12e96] .expertise-grid {
    gap: 40px;
  }
  .strip[data-id=c12e96] .expertise-visual {
    flex: 0 0 300px;
    min-width: 300px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=c12e96] .expertise-section {
    padding: 80px 0;
  }
  .strip[data-id=c12e96] .expertise-grid {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .strip[data-id=c12e96] .expertise-content, .strip[data-id=c12e96] .expertise-visual {
    flex: 0 0 100%;
    min-width: 100%;
  }
  .strip[data-id=c12e96] .image-wrapper {
    height: 400px;
  }
  .strip[data-id=c12e96] h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .strip[data-id=c12e96] .image-wrapper {
    height: 300px;
  }
}.strip[data-id="18570a"] {
  --section-id: "18570a";
  --storage-url: "https://preview-vasosobnitrener-cz.praweb.cz/_section/18570a";
  --public-url: "https://preview-vasosobnitrener-cz.praweb.cz/_section/18570a";
}
.strip[data-id="18570a"] section {
  background-color: #1a1a1a;
  padding: 100px 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.strip[data-id="18570a"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="18570a"] header {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id="18570a"] h2 {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 15px 0;
  position: relative;
  display: inline-block;
}
.strip[data-id="18570a"] h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #e31c1c;
}
.strip[data-id="18570a"] .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.strip[data-id="18570a"] .testimonial-card {
  background: linear-gradient(145deg, #d42f2f 0%, #b31d1d 100%);
  padding: 50px 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.strip[data-id="18570a"] .testimonial-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}
.strip[data-id="18570a"] .quote-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  color: #000000;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
  transform: rotate(15deg);
}
.strip[data-id="18570a"] .stars {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  font-size: 0.9rem;
  display: flex;
  gap: 4px;
  position: relative;
  z-index: 2;
}
.strip[data-id="18570a"] blockquote {
  position: relative;
  z-index: 2;
  margin: 0;
  flex-grow: 1;
}
.strip[data-id="18570a"] p {
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 1.7;
  font-style: italic;
  margin: 0 0 30px 0;
  font-weight: 400;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.strip[data-id="18570a"] .author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: auto;
}
.strip[data-id="18570a"] .author-info {
  display: flex;
  flex-direction: column;
}
.strip[data-id="18570a"] strong {
  display: block;
  font-style: normal;
  font-weight: 800;
  font-size: 1.3rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="18570a"] .role {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
@media (max-width: 1100px) {
  .strip[data-id="18570a"] .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="18570a"] section {
    padding: 70px 0;
  }
  .strip[data-id="18570a"] h2 {
    font-size: 2.2rem;
  }
  .strip[data-id="18570a"] .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="18570a"] .testimonial-card {
    padding: 40px 30px;
  }
}.strip[data-id=b547b3] {
  --section-id: "b547b3";
  --storage-url: "https://preview-vasosobnitrener-cz.praweb.cz/_section/b547b3";
  --public-url: "https://preview-vasosobnitrener-cz.praweb.cz/_section/b547b3";
}
.strip[data-id=b547b3] section {
  background-color: hsl(0, 0%, 12%);
  padding: 100px 20px;
  color: hsl(0, 0%, 100%);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  overflow: hidden;
}
.strip[data-id=b547b3] .container {
  max-width: 1100px;
  margin: 0 auto;
}
.strip[data-id=b547b3] h2 {
  font-size: clamp(2rem, 5vw, 2.8rem);
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  display: block;
}
.strip[data-id=b547b3] h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: hsl(0, 63%, 51%);
  margin: 15px auto 0;
}
.strip[data-id=b547b3] .locations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 80px;
}
.strip[data-id=b547b3] .location-item {
  background-color: hsl(0, 0%, 15%);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid hsl(0, 0%, 20%);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.strip[data-id=b547b3] .location-item:hover {
  transform: translateY(-5px);
  border-color: hsl(0, 63%, 51%);
}
.strip[data-id=b547b3] .location-content {
  padding: 30px;
}
.strip[data-id=b547b3] h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: hsl(0, 0%, 100%);
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id=b547b3] h3 i {
  color: hsl(0, 63%, 51%);
  font-size: 1.2rem;
}
.strip[data-id=b547b3] .info-row {
  display: flex;
  gap: 15px;
  margin-bottom: 12px;
  align-items: flex-start;
}
.strip[data-id=b547b3] .info-row i {
  color: hsl(0, 63%, 51%);
  margin-top: 4px;
  width: 20px;
  text-align: center;
}
.strip[data-id=b547b3] p {
  line-height: 1.6;
  margin: 0;
  color: hsl(0, 0%, 85%);
  font-size: 1rem;
}
.strip[data-id=b547b3] strong {
  color: hsl(0, 0%, 100%);
  font-weight: 600;
}
.strip[data-id=b547b3] .map-wrapper {
  width: 100%;
  height: 250px;
  position: relative;
  border-top: 1px solid hsl(0, 0%, 20%);
}
.strip[data-id=b547b3] .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) invert(0.9) contrast(1.2);
  transition: filter 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id=b547b3] .location-item:hover .map-wrapper iframe {
  filter: grayscale(0) invert(0) contrast(1);
}
.strip[data-id=b547b3] .direct-contact {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px;
  border: 2px solid hsl(0, 0%, 20%);
  border-radius: 24px;
  text-align: center;
  background: linear-gradient(145deg, hsl(0, 0%, 15%), hsl(0, 0%, 13%));
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.strip[data-id=b547b3] .direct-contact h3 {
  justify-content: center;
  border-bottom: 2px solid hsl(0, 63%, 51%);
  padding-bottom: 15px;
  margin-bottom: 35px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.strip[data-id=b547b3] .contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.strip[data-id=b547b3] .contact-box {
  padding: 20px;
  background-color: hsl(0, 0%, 18%);
  border-radius: 12px;
  transition: background-color 0.3s ease;
}
.strip[data-id=b547b3] .contact-box:hover {
  background-color: hsl(0, 0%, 20%);
}
.strip[data-id=b547b3] .contact-box i {
  font-size: 1.8rem;
  color: hsl(0, 63%, 51%);
  margin-bottom: 15px;
  display: block;
}
.strip[data-id=b547b3] .contact-box span {
  display: block;
  font-size: 0.9rem;
  color: hsl(0, 0%, 60%);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.strip[data-id=b547b3] .contact-box a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
.strip[data-id=b547b3] .contact-box a:hover {
  color: hsl(0, 63%, 51%);
}
@media (max-width: 900px) {
  .strip[data-id=b547b3] .contact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=b547b3] section {
    padding: 70px 20px;
  }
  .strip[data-id=b547b3] .locations-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .strip[data-id=b547b3] .direct-contact {
    padding: 35px 20px;
  }
  .strip[data-id=b547b3] h2 {
    margin-bottom: 40px;
  }
}.strip[data-id="4c6b1b"] {
  --section-id: "4c6b1b";
  --storage-url: "https://preview-vasosobnitrener-cz.praweb.cz/_section/4c6b1b";
  --public-url: "https://preview-vasosobnitrener-cz.praweb.cz/_section/4c6b1b";
}
.strip[data-id="4c6b1b"] .site-footer {
  background-color: hsl(0, 0%, 5%);
  padding: 80px 0 40px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: hsl(0, 0%, 70%);
}
.strip[data-id="4c6b1b"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="4c6b1b"] .footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 60px;
}
.strip[data-id="4c6b1b"] .column-title {
  color: hsl(0, 75%, 55%);
  font-size: 0.95rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="4c6b1b"] .column-title i {
  font-size: 1.1rem;
  opacity: 0.9;
}
.strip[data-id="4c6b1b"] .footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.strip[data-id="4c6b1b"] .footer-links-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.strip[data-id="4c6b1b"] .footer-link {
  color: hsl(0, 0%, 75%);
  font-size: 0.88rem;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1.6;
  display: inline-block;
  position: relative;
}
.strip[data-id="4c6b1b"] .footer-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: hsl(0, 75%, 55%);
  transition: width 0.3s ease;
}
.strip[data-id="4c6b1b"] .footer-link:hover {
  color: hsl(0, 0%, 100%);
}
.strip[data-id="4c6b1b"] .footer-link:hover::after {
  width: 100%;
}
.strip[data-id="4c6b1b"] .footer-divider {
  color: hsl(0, 0%, 25%);
  font-size: 0.85rem;
  user-select: none;
}
.strip[data-id="4c6b1b"] .footer-bottom {
  padding-top: 40px;
  border-top: 1px solid hsl(0, 0%, 12%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.strip[data-id="4c6b1b"] .social-icons {
  display: flex;
  gap: 12px;
}
.strip[data-id="4c6b1b"] .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid hsl(0, 0%, 20%);
  border-radius: 50%;
  color: hsl(0, 0%, 80%);
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 1.1rem;
}
.strip[data-id="4c6b1b"] .social-icon:hover {
  background-color: hsl(0, 75%, 55%);
  border-color: hsl(0, 75%, 55%);
  color: hsl(0, 0%, 100%);
  transform: translateY(-5px);
  box-shadow: 0 5px 15px hsla(0, 75%, 55%, 0.3);
}
.strip[data-id="4c6b1b"] .copyright-text {
  color: hsl(0, 0%, 45%);
  font-size: 0.82rem;
  margin: 0;
  letter-spacing: 0.02em;
}
@media (max-width: 992px) {
  .strip[data-id="4c6b1b"] .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="4c6b1b"] .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 650px) {
  .strip[data-id="4c6b1b"] .site-footer {
    padding: 60px 0 40px;
  }
  .strip[data-id="4c6b1b"] .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id="4c6b1b"] .column-title {
    justify-content: center;
  }
  .strip[data-id="4c6b1b"] .footer-links-inline {
    justify-content: center;
  }
  .strip[data-id="4c6b1b"] .footer-links-list {
    align-items: center;
  }
}