@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Montserrat:wght@400;600;700;800&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;
}

/* In the admin editor, strip-controls is injected as the first child. We bypass it to style the actual user section content. */
.strip.underlay-sticky > .strip-controls {
    border-top: none !important;
}

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

/* Administration Editor: collapse strip divider immediately preceding an underlay strip */
.strip-divider:has(+ .strip.underlay-sticky) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    pointer-events: none !important;
    opacity: 0 !important;
}

.strip-divider:has(+ .strip.underlay-sticky) * {
    display: none !important;
}.strip[data-id=f7d914] {
  --section-id: "f7d914";
  --storage-url: "https://preview-spineball-cz.praweb.cz/_section/f7d914";
  --public-url: "https://preview-spineball-cz.praweb.cz/_section/f7d914";
}
.strip[data-id=f7d914] .header-wrapper {
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 6px -1px rgba(178, 190, 181, 0.1);
  position: relative;
  z-index: 1000;
  transition: all 0.3s ease;
}
.strip[data-id=f7d914] .header-wrapper.scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}
.strip[data-id=f7d914] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  transition: height 0.3s ease;
}
.strip[data-id=f7d914] .header-wrapper.scrolled .container {
  height: 65px;
}
.strip[data-id=f7d914] .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.strip[data-id=f7d914] .logo-link:hover {
  transform: translateY(-2px);
}
.strip[data-id=f7d914] .logo-img {
  height: 60px;
  width: auto;
  display: block;
  transition: height 0.3s ease;
}
.strip[data-id=f7d914] .header-wrapper.scrolled .logo-img {
  height: 45px;
}
.strip[data-id=f7d914] .nav-menu {
  display: flex;
  align-items: center;
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.strip[data-id=f7d914] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
}
.strip[data-id=f7d914] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #8CC63F;
  transition: width 0.3s ease;
}
.strip[data-id=f7d914] .nav-link:hover {
  color: #8CC63F;
}
.strip[data-id=f7d914] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id=f7d914] .cta-button {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  background: linear-gradient(135deg, #8CC63F 0%, #7ab334 100%);
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 15px rgba(140, 198, 63, 0.3);
  display: inline-block;
  border: none;
  cursor: pointer;
}
.strip[data-id=f7d914] .cta-button:hover {
  transform: scale(1.05) translateY(-2px);
  box-shadow: 0 8px 25px rgba(140, 198, 63, 0.5);
  background: linear-gradient(135deg, #99d64a 0%, #8CC63F 100%);
}
.strip[data-id=f7d914] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 1001;
  background: transparent;
  border: none;
  padding: 0;
}
.strip[data-id=f7d914] .mobile-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #333333;
  border-radius: 3px;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .strip[data-id=f7d914] .container {
    height: 70px;
  }
  .strip[data-id=f7d914] .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1000;
    gap: 25px;
  }
  .strip[data-id=f7d914] .nav-menu.active {
    right: 0;
  }
  .strip[data-id=f7d914] .nav-link {
    font-size: 20px;
  }
  .strip[data-id=f7d914] .mobile-toggle {
    display: flex;
  }
  .strip[data-id=f7d914] .mobile-toggle.active span:nth-child(1) {
    transform: translateY(8.5px) rotate(45deg);
  }
  .strip[data-id=f7d914] .mobile-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(20px);
  }
  .strip[data-id=f7d914] .mobile-toggle.active span:nth-child(3) {
    transform: translateY(-8.5px) rotate(-45deg);
  }
  .strip[data-id=f7d914] .cta-container {
    display: none;
  }
  .strip[data-id=f7d914] .mobile-cta {
    margin-top: 20px;
  }
}.strip[data-id="1b1d0b"] {
  --section-id: "1b1d0b";
  --storage-url: "https://preview-spineball-cz.praweb.cz/_section/1b1d0b";
  --public-url: "https://preview-spineball-cz.praweb.cz/_section/1b1d0b";
}
.strip[data-id="1b1d0b"] .hero-section {
  position: relative;
  overflow: hidden;
  padding: 140px 0 100px 0;
  min-height: 85vh;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
.strip[data-id="1b1d0b"] .hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.strip[data-id="1b1d0b"] .hero-bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 35%, rgba(255, 255, 255, 0.85) 55%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.strip[data-id="1b1d0b"] .topo-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  opacity: 0.06;
  z-index: 3;
  pointer-events: none;
  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 400C150 400 200 300 400 300M0 350C150 350 200 250 400 250M0 300C150 300 200 200 400 200M0 250C150 250 200 150 400 150M0 200C150 200 200 100 400 100M0 150C150 150 200 50 400 50M0 100C150 100 200 0 400 0' stroke='%23333' fill='none' stroke-width='1'/%3E%3C/svg%3E");
}
.strip[data-id="1b1d0b"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  position: relative;
  z-index: 10;
}
.strip[data-id="1b1d0b"] .hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id="1b1d0b"] .hero-content {
  max-width: 640px;
}
.strip[data-id="1b1d0b"] h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 64px;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  line-height: 1.1;
  letter-spacing: -1.5px;
}
.strip[data-id="1b1d0b"] .lead {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #444444;
  line-height: 1.6;
  margin: 0 0 40px 0;
  font-weight: 400;
}
.strip[data-id="1b1d0b"] .hero-actions {
  display: flex;
  gap: 20px;
}
.strip[data-id="1b1d0b"] .btn-primary {
  background-color: #8CC63F;
  color: #ffffff;
  padding: 20px 48px;
  border-radius: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 12px 30px -10px rgba(140, 198, 63, 0.6);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: none;
  cursor: pointer;
}
.strip[data-id="1b1d0b"] .btn-primary:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 20px 40px -12px rgba(140, 198, 63, 0.8);
  background-color: #7ab335;
}
.strip[data-id="1b1d0b"] .hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id="1b1d0b"] .visual-wrapper {
  position: relative;
  width: 100%;
  max-width: 520px;
  z-index: 5;
}
.strip[data-id="1b1d0b"] .decor-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #E9F5D8 0%, rgba(233, 245, 216, 0) 70%);
  border-radius: 50%;
  z-index: -1;
  filter: blur(30px);
  opacity: 0.9;
}
.strip[data-id="1b1d0b"] .product-img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.15));
  animation: floatingBall 5s ease-in-out infinite;
}
@keyframes floatingBall {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}
@media (max-width: 1200px) {
  .strip[data-id="1b1d0b"] h1 {
    font-size: 56px;
  }
  .strip[data-id="1b1d0b"] .hero-grid {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="1b1d0b"] .hero-section {
    padding: 100px 0 80px 0;
    text-align: center;
  }
  .strip[data-id="1b1d0b"] .hero-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="1b1d0b"] .hero-content {
    max-width: 100%;
    order: 2;
  }
  .strip[data-id="1b1d0b"] .hero-visual {
    order: 1;
    margin-bottom: 50px;
  }
  .strip[data-id="1b1d0b"] .visual-wrapper {
    max-width: 400px;
  }
  .strip[data-id="1b1d0b"] h1 {
    font-size: 42px;
    letter-spacing: -1px;
  }
  .strip[data-id="1b1d0b"] .hero-actions {
    justify-content: center;
  }
  .strip[data-id="1b1d0b"] .hero-bg-overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, #ffffff 60%, #ffffff 100%);
  }
  .strip[data-id="1b1d0b"] .topo-lines {
    width: 100%;
    opacity: 0.04;
  }
}
@media (max-width: 480px) {
  .strip[data-id="1b1d0b"] .hero-section {
    padding: 80px 0 60px 0;
  }
  .strip[data-id="1b1d0b"] h1 {
    font-size: 34px;
  }
  .strip[data-id="1b1d0b"] .lead {
    font-size: 18px;
  }
  .strip[data-id="1b1d0b"] .btn-primary {
    width: 100%;
    padding: 18px 24px;
  }
}.strip[data-id=de66d1] {
  --section-id: "de66d1";
  --storage-url: "https://preview-spineball-cz.praweb.cz/_section/de66d1";
  --public-url: "https://preview-spineball-cz.praweb.cz/_section/de66d1";
}
.strip[data-id=de66d1] .benefits-section {
  background-color: #F9F9F9;
  padding: 100px 0;
  font-family: "Inter", sans-serif;
}
.strip[data-id=de66d1] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=de66d1] .section-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id=de66d1] .section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #333333;
  margin: 0 0 20px 0;
  position: relative;
  display: inline-block;
}
.strip[data-id=de66d1] .section-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #8CC63F;
  border-radius: 2px;
}
.strip[data-id=de66d1] .benefits-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.strip[data-id=de66d1] .benefit-card {
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 50px 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
  width: calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.strip[data-id=de66d1] .benefit-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(140, 198, 63, 0.15);
  border-color: rgba(140, 198, 63, 0.2);
}
.strip[data-id=de66d1] .icon-container {
  width: 80px;
  height: 80px;
  background-color: rgba(140, 198, 63, 0.1);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  color: #8CC63F;
  transition: transform 0.4s ease;
}
.strip[data-id=de66d1] .benefit-card:hover .icon-container {
  transform: scale(1.1) rotate(5deg);
  background-color: #8CC63F;
  color: #FFFFFF;
}
.strip[data-id=de66d1] .benefit-text {
  font-size: 18px;
  color: #444444;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 1100px) {
  .strip[data-id=de66d1] .benefit-card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .strip[data-id=de66d1] .benefits-section {
    padding: 70px 0;
  }
  .strip[data-id=de66d1] .section-title {
    font-size: 36px;
  }
  .strip[data-id=de66d1] .benefits-grid {
    gap: 20px;
  }
  .strip[data-id=de66d1] .benefit-card {
    width: 100%;
    padding: 40px 30px;
  }
}.strip[data-id=c4df59] {
  --section-id: "c4df59";
  --storage-url: "https://preview-spineball-cz.praweb.cz/_section/c4df59";
  --public-url: "https://preview-spineball-cz.praweb.cz/_section/c4df59";
  /* Specific point positions adjusted for better alignment with the collage */
}
.strip[data-id=c4df59] .anatomical-showcase {
  background-color: #FFFFFF;
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
  color: #555555;
  overflow: hidden;
  position: relative;
}
.strip[data-id=c4df59] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=c4df59] .header-area {
  max-width: 800px;
  margin: 0 auto 80px auto;
  text-align: center;
}
.strip[data-id=c4df59] h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 24px;
}
.strip[data-id=c4df59] .intro-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 100px;
}
.strip[data-id=c4df59] .intro-text {
  flex: 1;
  font-size: 18px;
  line-height: 1.7;
}
.strip[data-id=c4df59] .skeleton-badge-container {
  position: relative;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.strip[data-id=c4df59] .skeleton-badge-container:hover {
  transform: translateY(-5px);
}
.strip[data-id=c4df59] .dot-grid {
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  background-image: radial-gradient(#8CC63F 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.15;
  z-index: 1;
}
.strip[data-id=c4df59] .skeleton-badge {
  position: relative;
  z-index: 2;
  width: 180px;
  height: 180px;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}
.strip[data-id=c4df59] .skeleton-badge img {
  max-width: 85%;
  height: auto;
  transition: transform 0.5s ease;
}
.strip[data-id=c4df59] .skeleton-badge-container:hover .skeleton-badge img {
  transform: scale(1.1);
}
.strip[data-id=c4df59] .badge-label {
  position: absolute;
  bottom: 5px;
  right: -15px;
  background: #7AB535; /* Darker green for better contrast with white text */
  color: #FFFFFF;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  z-index: 3;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(122, 181, 53, 0.3);
}
.strip[data-id=c4df59] .main-visual {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.strip[data-id=c4df59] .product-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  border-radius: 12px;
}
.strip[data-id=c4df59] .guide-points {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.strip[data-id=c4df59] .point {
  position: absolute;
  display: flex;
  align-items: center;
  pointer-events: auto;
  transition: transform 0.3s ease;
}
.strip[data-id=c4df59] .point:hover {
  transform: scale(1.05);
}
.strip[data-id=c4df59] .point .dot-wrapper {
  position: relative;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id=c4df59] .point .dot {
  width: 12px;
  height: 12px;
  background: #8CC63F;
  border-radius: 50%;
  z-index: 2;
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 10px rgba(140, 198, 63, 0.5);
}
.strip[data-id=c4df59] .point .pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #8CC63F;
  border-radius: 50%;
  opacity: 0.6;
  animation: pulse 2s infinite;
  z-index: 1;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.strip[data-id=c4df59] .point .line {
  height: 2px;
  background: linear-gradient(to right, #8CC63F, transparent);
  width: 40px;
  opacity: 0.7;
}
.strip[data-id=c4df59] .point .label {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  background: rgba(255, 255, 255, 0.95);
  padding: 6px 14px;
  border-radius: 6px;
  white-space: nowrap;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(140, 198, 63, 0.2);
}
.strip[data-id=c4df59] .point-top-left {
  top: 12%;
  left: 25%;
  flex-direction: row-reverse;
}
.strip[data-id=c4df59] .point-top-left .line {
  margin-left: 10px;
  background: linear-gradient(to left, #8CC63F, transparent);
}
.strip[data-id=c4df59] .point-mid-right {
  top: 55%;
  right: 12%;
}
.strip[data-id=c4df59] .point-mid-right .line {
  margin-right: 10px;
}
.strip[data-id=c4df59] .point-bottom-left {
  bottom: 30%;
  left: 22%;
  flex-direction: row-reverse;
}
.strip[data-id=c4df59] .point-bottom-left .line {
  margin-left: 10px;
  background: linear-gradient(to left, #8CC63F, transparent);
}
@media (max-width: 991px) {
  .strip[data-id=c4df59] .intro-content {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=c4df59] .anatomical-showcase {
    padding: 60px 20px;
  }
  .strip[data-id=c4df59] h2 {
    font-size: 32px;
  }
  .strip[data-id=c4df59] .intro-content {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id=c4df59] .guide-points {
    display: none;
  }
  .strip[data-id=c4df59] .intro-text {
    order: 2;
  }
  .strip[data-id=c4df59] .skeleton-badge-container {
    order: 1;
    margin-bottom: 20px;
  }
  .strip[data-id=c4df59] .badge-label {
    right: 50%;
    transform: translateX(50%);
    bottom: -15px;
  }
}@charset "UTF-8";
.strip[data-id=ac0139] {
  --section-id: "ac0139";
  --storage-url: "https://preview-spineball-cz.praweb.cz/_section/ac0139";
  --public-url: "https://preview-spineball-cz.praweb.cz/_section/ac0139";
  /* Jemnější diagonální pruhy v pozadí */
  /* Responsivita */
}
.strip[data-id=ac0139] .pricing-section {
  background-color: #1a1a1a; /* Mírně tmavší pro luxusnější dojem */
  padding: 120px 20px;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}
.strip[data-id=ac0139] .pricing-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 20px);
  pointer-events: none;
}
.strip[data-id=ac0139] .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}
.strip[data-id=ac0139] .image-column {
  flex: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id=ac0139] .image-column img {
  width: 100%;
  max-width: 550px;
  height: auto;
  border-radius: 20px;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6));
  object-fit: contain;
  transition: transform 0.5s ease;
}
.strip[data-id=ac0139] .image-column:hover img {
  transform: translateY(-10px);
}
.strip[data-id=ac0139] .content-column {
  flex: 1;
}
.strip[data-id=ac0139] h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 30px;
  line-height: 1.1;
  color: #FFFFFF;
  letter-spacing: -1px;
}
.strip[data-id=ac0139] .pricing-card {
  background: linear-gradient(135deg, #8CC63F 0%, #7ab334 100%);
  border-radius: 32px;
  padding: 50px 40px;
  color: #1a1a1a;
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.4);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.strip[data-id=ac0139] .price-wrapper {
  margin-bottom: 35px;
}
.strip[data-id=ac0139] .price-label {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 5px;
  opacity: 0.8;
}
.strip[data-id=ac0139] .price-value {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 64px;
  color: #1a1a1a;
  display: block;
  line-height: 1;
}
.strip[data-id=ac0139] .includes-list {
  margin-bottom: 40px;
}
.strip[data-id=ac0139] .includes-list h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.strip[data-id=ac0139] .includes-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=ac0139] .includes-list li {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 16px;
  line-height: 1.4;
}
.strip[data-id=ac0139] .includes-list li .icon {
  width: 26px;
  height: 26px;
  background-color: #1a1a1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: -1px;
}
.strip[data-id=ac0139] .includes-list li svg {
  width: 14px;
  height: 14px;
  stroke: #8CC63F;
}
.strip[data-id=ac0139] .shipping-info {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  margin-bottom: 40px;
  font-weight: 400;
  padding-top: 20px;
  border-top: 1px solid rgba(26, 26, 26, 0.1);
}
.strip[data-id=ac0139] .cta-button {
  display: inline-block;
  background-color: #1a1a1a;
  color: #FFFFFF;
  padding: 24px 40px;
  border-radius: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: none;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.strip[data-id=ac0139] .cta-button:hover {
  transform: scale(1.02);
  background-color: #000000;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1100px) {
  .strip[data-id=ac0139] .container {
    gap: 40px;
  }
  .strip[data-id=ac0139] h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=ac0139] .pricing-section {
    padding: 80px 20px;
  }
  .strip[data-id=ac0139] .container {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id=ac0139] .image-column {
    order: 2;
    width: 100%;
  }
  .strip[data-id=ac0139] .content-column {
    order: 1;
    width: 100%;
    max-width: 600px;
    margin-bottom: 40px;
  }
  .strip[data-id=ac0139] .includes-list li {
    justify-content: center;
    text-align: left;
  }
  .strip[data-id=ac0139] h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .strip[data-id=ac0139] .pricing-section {
    padding: 60px 15px;
  }
  .strip[data-id=ac0139] .pricing-card {
    padding: 40px 25px;
  }
  .strip[data-id=ac0139] h2 {
    font-size: 32px;
  }
  .strip[data-id=ac0139] .price-value {
    font-size: 48px;
  }
  .strip[data-id=ac0139] .includes-list li {
    font-size: 16px;
  }
}.strip[data-id="9eefde"] {
  --section-id: "9eefde";
  --storage-url: "https://preview-spineball-cz.praweb.cz/_section/9eefde";
  --public-url: "https://preview-spineball-cz.praweb.cz/_section/9eefde";
}
.strip[data-id="9eefde"] .contact-order-section {
  background-color: #F9F9F9;
  padding: 100px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.strip[data-id="9eefde"] .contact-order-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(140, 198, 63, 0.05) 0%, rgba(249, 249, 249, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id="9eefde"] .content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.strip[data-id="9eefde"] .split-layout {
  display: flex;
  gap: 80px;
  align-items: stretch;
}
.strip[data-id="9eefde"] .form-column {
  flex: 1.2;
  background: #ffffff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}
.strip[data-id="9eefde"] .info-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id="9eefde"] .section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.2;
}
.strip[data-id="9eefde"] .section-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #666666;
  margin-bottom: 35px;
}
.strip[data-id="9eefde"] .contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id="9eefde"] .form-group {
  position: relative;
  width: 100%;
}
.strip[data-id="9eefde"] .form-label {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  margin-bottom: 8px;
}
.strip[data-id="9eefde"] .contact-form input,
.strip[data-id="9eefde"] .contact-form textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  background-color: #FAFAFA;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #333333;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.strip[data-id="9eefde"] .contact-form input:focus,
.strip[data-id="9eefde"] .contact-form textarea:focus {
  outline: none;
  border-color: #8CC63F;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(140, 198, 63, 0.1);
}
.strip[data-id="9eefde"] .submit-btn {
  background-color: #8CC63F;
  color: #FFFFFF;
  border: none;
  border-radius: 12px;
  padding: 16px 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
  margin-top: 10px;
  box-shadow: 0 4px 15px rgba(140, 198, 63, 0.3);
}
.strip[data-id="9eefde"] .submit-btn:hover {
  background-color: #7ab336;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(140, 198, 63, 0.4);
}
.strip[data-id="9eefde"] .submit-btn:active {
  transform: translateY(0);
}
.strip[data-id="9eefde"] .form-status {
  margin-top: 15px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  display: none;
  padding: 12px;
  border-radius: 8px;
}
.strip[data-id="9eefde"] .form-status.success {
  display: block;
  background-color: rgba(140, 198, 63, 0.1);
  color: #4a6d1d;
  border: 1px solid rgba(140, 198, 63, 0.2);
}
.strip[data-id="9eefde"] .contact-details {
  margin-bottom: 30px;
  background: #ffffff;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}
.strip[data-id="9eefde"] .detail-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.strip[data-id="9eefde"] .detail-item:last-child {
  margin-bottom: 0;
}
.strip[data-id="9eefde"] .icon-wrapper {
  width: 44px;
  height: 44px;
  background-color: rgba(140, 198, 63, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.strip[data-id="9eefde"] .contact-icon {
  width: 22px;
  height: 22px;
  fill: #8CC63F;
}
.strip[data-id="9eefde"] .info-link {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="9eefde"] .info-link:hover {
  color: #8CC63F;
}
.strip[data-id="9eefde"] .map-wrapper {
  flex-grow: 1;
  width: 100%;
  min-height: 300px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
  position: relative;
  border: 1px solid #E0E0E0;
}
.strip[data-id="9eefde"] .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(1) opacity(0.8);
  display: block;
  transition: all 0.5s ease;
}
.strip[data-id="9eefde"] .map-wrapper:hover iframe {
  filter: grayscale(0) opacity(1);
}
@media (max-width: 1024px) {
  .strip[data-id="9eefde"] .split-layout {
    gap: 40px;
  }
  .strip[data-id="9eefde"] .section-title {
    font-size: 32px;
  }
}
@media (max-width: 850px) {
  .strip[data-id="9eefde"] .contact-order-section {
    padding: 60px 0;
  }
  .strip[data-id="9eefde"] .split-layout {
    flex-direction: column;
  }
  .strip[data-id="9eefde"] .form-column {
    padding: 30px;
  }
  .strip[data-id="9eefde"] .info-column {
    order: -1;
  }
  .strip[data-id="9eefde"] .map-wrapper {
    height: 350px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="9eefde"] .section-title {
    font-size: 28px;
  }
  .strip[data-id="9eefde"] .submit-btn {
    width: 100%;
  }
}.strip[data-id="28ecf1"] {
  --section-id: "28ecf1";
  --storage-url: "https://preview-spineball-cz.praweb.cz/_section/28ecf1";
  --public-url: "https://preview-spineball-cz.praweb.cz/_section/28ecf1";
}
.strip[data-id="28ecf1"] .footer-section {
  background-color: #333333;
  border-top: 1px solid #444444;
  padding: 40px 0;
  color: #AAAAAA;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
.strip[data-id="28ecf1"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="28ecf1"] .footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.strip[data-id="28ecf1"] .footer-info {
  flex: 1;
}
.strip[data-id="28ecf1"] .footer-info p {
  margin: 0;
  line-height: 1.6;
}
.strip[data-id="28ecf1"] .footer-spacer {
  flex: 1;
}
.strip[data-id="28ecf1"] .footer-brand {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.strip[data-id="28ecf1"] .studio-logo {
  height: 24px;
  width: auto;
  display: block;
  filter: grayscale(1) brightness(1.2);
  transition: filter 0.3s ease;
}
.strip[data-id="28ecf1"] .studio-logo:hover {
  filter: grayscale(0) brightness(1);
}
.strip[data-id="28ecf1"] .studio-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 991px) {
  .strip[data-id="28ecf1"] .footer-grid {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .strip[data-id="28ecf1"] .footer-spacer {
    display: none;
  }
  .strip[data-id="28ecf1"] .footer-brand {
    justify-content: center;
  }
}