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

/* 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;
}@charset "UTF-8";
.strip[data-id=baef0a] {
  --section-id: "baef0a";
  --storage-url: "https://preview-ortopedickevlozky-cz.praweb.cz/_section/baef0a";
  --public-url: "https://preview-ortopedickevlozky-cz.praweb.cz/_section/baef0a";
}
.strip[data-id=baef0a] .main-header {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 1000;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id=baef0a] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id=baef0a] .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  transition: height 0.3s ease;
}
.strip[data-id=baef0a] .logo a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #333333;
}
.strip[data-id=baef0a] .logo img {
  height: 48px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.strip[data-id=baef0a] .logo a:hover img {
  transform: scale(1.05);
}
.strip[data-id=baef0a] .site-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.5px;
  color: #004a99; /* Tmavší modrá pro název */
}
.strip[data-id=baef0a] .main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
}
.strip[data-id=baef0a] .main-nav ul li a {
  text-decoration: none;
  color: #444444;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id=baef0a] .main-nav ul li a:hover {
  color: #00a3da;
}
.strip[data-id=baef0a] .main-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #00a3da;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id=baef0a] .main-nav ul li a:hover::after {
  width: 100%;
}
.strip[data-id=baef0a] .mobile-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 32px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
}
.strip[data-id=baef0a] .mobile-nav-toggle span {
  width: 100%;
  height: 2px;
  background-color: #333333;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1024px) {
  .strip[data-id=baef0a] .header-wrapper {
    height: 70px;
  }
  .strip[data-id=baef0a] .main-nav ul {
    gap: 20px;
  }
  .strip[data-id=baef0a] .main-nav ul li a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=baef0a] .mobile-nav-toggle {
    display: flex;
  }
  .strip[data-id=baef0a] .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 320px;
    height: 100vh;
    background: #ffffff;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    padding: 100px 40px;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1050;
  }
  .strip[data-id=baef0a] .main-nav.active {
    right: 0;
  }
  .strip[data-id=baef0a] .main-nav ul {
    flex-direction: column;
    gap: 24px;
  }
  .strip[data-id=baef0a] .main-nav ul li a {
    font-size: 18px;
    display: block;
  }
  .strip[data-id=baef0a] .mobile-nav-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .strip[data-id=baef0a] .mobile-nav-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(10px);
  }
  .strip[data-id=baef0a] .mobile-nav-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}.strip[data-id=b3a0d2] {
  --section-id: "b3a0d2";
  --storage-url: "https://preview-ortopedickevlozky-cz.praweb.cz/_section/b3a0d2";
  --public-url: "https://preview-ortopedickevlozky-cz.praweb.cz/_section/b3a0d2";
}
.strip[data-id=b3a0d2] .hero-section {
  position: relative;
  width: 100%;
  height: 85vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 80px 0;
}
.strip[data-id=b3a0d2] .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 74, 153, 0.8) 0%, rgba(0, 74, 153, 0.4) 50%, rgba(0, 74, 153, 0) 100%);
  z-index: 1;
}
.strip[data-id=b3a0d2] .dot-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: 30px 30px;
  z-index: 2;
  pointer-events: none;
}
.strip[data-id=b3a0d2] .container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  z-index: 3;
}
.strip[data-id=b3a0d2] .content-wrapper {
  max-width: 700px;
  text-align: left;
}
.strip[data-id=b3a0d2] h1 {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 24px 0;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}
.strip[data-id=b3a0d2] .subtitle {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  color: #e0f7fa;
  line-height: 1.5;
  margin: 0 0 48px 0;
  max-width: 600px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.strip[data-id=b3a0d2] .cta-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.strip[data-id=b3a0d2] .cta-button {
  display: inline-block;
  padding: 20px 45px;
  background-color: #00a3da;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 163, 218, 0.3);
}
.strip[data-id=b3a0d2] .cta-button:hover {
  transform: translateY(-3px) scale(1.02);
  background-color: #008fbf;
  box-shadow: 0 15px 30px rgba(0, 163, 218, 0.4);
}
.strip[data-id=b3a0d2] .cta-button:active {
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  .strip[data-id=b3a0d2] .hero-section {
    height: auto;
    min-height: 100vh;
    padding: 120px 0 80px 0;
    text-align: center;
  }
  .strip[data-id=b3a0d2] .overlay {
    background: linear-gradient(180deg, rgba(0, 74, 153, 0.85) 0%, rgba(0, 74, 153, 0.6) 100%);
  }
  .strip[data-id=b3a0d2] .container {
    padding: 0 25px;
  }
  .strip[data-id=b3a0d2] .content-wrapper {
    margin: 0 auto;
  }
  .strip[data-id=b3a0d2] .cta-wrapper {
    justify-content: center;
  }
  .strip[data-id=b3a0d2] .subtitle {
    margin-bottom: 40px;
  }
}@charset "UTF-8";
.strip[data-id="2357e1"] {
  --section-id: "2357e1";
  --storage-url: "https://preview-ortopedickevlozky-cz.praweb.cz/_section/2357e1";
  --public-url: "https://preview-ortopedickevlozky-cz.praweb.cz/_section/2357e1";
  /* Dekorativní prvek na pozadí */
}
.strip[data-id="2357e1"] .intro-tradition {
  background-color: #f9f9f9;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.strip[data-id="2357e1"] .intro-tradition::before {
  content: "E";
  position: absolute;
  top: -50px;
  right: -20px;
  font-size: 400px;
  font-weight: 800;
  color: rgba(0, 74, 153, 0.03);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.strip[data-id="2357e1"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id="2357e1"] .content-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 80px;
}
.strip[data-id="2357e1"] .text-column {
  flex: 1 1 550px;
}
.strip[data-id="2357e1"] .visual-column {
  flex: 0 0 35%;
  display: flex;
  justify-content: center;
}
.strip[data-id="2357e1"] h2 {
  color: #004a99;
  font-weight: 700;
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 1.2;
  position: relative;
}
.strip[data-id="2357e1"] h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #00a3da;
  margin-top: 15px;
}
.strip[data-id="2357e1"] .main-text p {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 25px;
}
.strip[data-id="2357e1"] .product-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}
.strip[data-id="2357e1"] .product-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 17px;
  color: #444;
  line-height: 1.4;
}
.strip[data-id="2357e1"] .product-list li i {
  color: #00a3da;
  font-size: 18px;
  margin-top: 2px;
}
.strip[data-id="2357e1"] .external-link-wrapper {
  margin-top: 30px;
}
.strip[data-id="2357e1"] .external-link {
  color: #00a3da;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  transition: all 0.3s ease;
  padding: 10px 0;
}
.strip[data-id="2357e1"] .external-link:hover {
  color: #004a99;
  transform: translateX(5px);
}
.strip[data-id="2357e1"] .external-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.strip[data-id="2357e1"] .image-wrapper {
  background-color: #ffffff;
  padding: 25px;
  box-shadow: 0 20px 50px rgba(0, 74, 153, 0.08);
  border-radius: 8px;
  text-align: center;
  max-width: 340px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.strip[data-id="2357e1"] .image-wrapper:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 74, 153, 0.12);
}
.strip[data-id="2357e1"] .tradition-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 20px;
}
.strip[data-id="2357e1"] .image-caption {
  padding-top: 20px;
  border-top: 1px dashed #dddddd;
}
.strip[data-id="2357e1"] .image-caption span {
  font-size: 15px;
  color: #004a99;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .strip[data-id="2357e1"] .content-grid {
    gap: 50px;
  }
  .strip[data-id="2357e1"] h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="2357e1"] .intro-tradition {
    padding: 80px 0;
  }
  .strip[data-id="2357e1"] .content-grid {
    flex-direction: column;
    text-align: left;
  }
  .strip[data-id="2357e1"] .visual-column {
    flex: 1 1 auto;
    width: 100%;
  }
  .strip[data-id="2357e1"] .text-column {
    flex: 1 1 auto;
  }
}
@media (max-width: 480px) {
  .strip[data-id="2357e1"] .intro-tradition {
    padding: 60px 0;
  }
  .strip[data-id="2357e1"] h2 {
    font-size: 30px;
  }
  .strip[data-id="2357e1"] .main-text p {
    font-size: 16px;
  }
  .strip[data-id="2357e1"] .product-list {
    grid-template-columns: 1fr;
  }
}.strip[data-id=e26205] {
  --section-id: "e26205";
  --storage-url: "https://preview-ortopedickevlozky-cz.praweb.cz/_section/e26205";
  --public-url: "https://preview-ortopedickevlozky-cz.praweb.cz/_section/e26205";
}
.strip[data-id=e26205] .products-tech-section {
  padding: 120px 20px;
  background-color: #fcfcfc;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.strip[data-id=e26205] .products-tech-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 163, 218, 0.05) 0%, rgba(252, 252, 252, 0) 70%);
  z-index: 0;
}
.strip[data-id=e26205] .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id=e26205] .section-header {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id=e26205] .section-header h2 {
  font-size: 42px;
  color: #004a99;
  font-weight: 700;
  margin: 0 0 20px 0;
  position: relative;
  display: inline-block;
}
.strip[data-id=e26205] .section-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #00a3da;
  border-radius: 2px;
}
.strip[data-id=e26205] .products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.strip[data-id=e26205] .product-card {
  background-color: #ffffff;
  padding: 60px 40px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 15px 45px rgba(0, 74, 153, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(0, 74, 153, 0.03);
}
.strip[data-id=e26205] .product-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 74, 153, 0.12);
  border-color: rgba(0, 163, 218, 0.2);
}
.strip[data-id=e26205] .icon-container {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 163, 218, 0.08);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  transition: transform 0.4s ease;
  transform: rotate(-5deg);
}
.strip[data-id=e26205] .product-card:hover .icon-container {
  transform: rotate(0deg) scale(1.1);
  background-color: rgba(0, 163, 218, 0.12);
}
.strip[data-id=e26205] .icon-container svg {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: #00a3da;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.strip[data-id=e26205] .product-title {
  font-size: 24px;
  font-weight: 700;
  color: #004a99;
  margin: 0 0 20px 0;
}
.strip[data-id=e26205] .product-description {
  font-size: 16px;
  color: #444444;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 1100px) {
  .strip[data-id=e26205] .products-grid {
    gap: 30px;
  }
  .strip[data-id=e26205] .product-card {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .strip[data-id=e26205] .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id=e26205] .section-header h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=e26205] .products-tech-section {
    padding: 80px 20px;
  }
  .strip[data-id=e26205] .products-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .strip[data-id=e26205] .section-header {
    margin-bottom: 50px;
  }
  .strip[data-id=e26205] .section-header h2 {
    font-size: 32px;
  }
  .strip[data-id=e26205] .product-card {
    padding: 50px 30px;
  }
}@charset "UTF-8";
.strip[data-id=d00eb4] {
  --section-id: "d00eb4";
  --storage-url: "https://preview-ortopedickevlozky-cz.praweb.cz/_section/d00eb4";
  --public-url: "https://preview-ortopedickevlozky-cz.praweb.cz/_section/d00eb4";
  /* Subtle background decoration */
  /* Connecting line */
  /* Technical blueprint decoration */
  /* Decorative technical lines */
}
.strip[data-id=d00eb4] section {
  background-color: #003366; /* Slightly deeper navy for better contrast */
  color: #ffffff;
  padding: 100px 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  overflow: hidden;
  position: relative;
}
.strip[data-id=d00eb4] section::after {
  content: "digiMED";
  position: absolute;
  bottom: -20px;
  right: -20px;
  font-size: 15vw;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.03);
  pointer-events: none;
  line-height: 1;
}
.strip[data-id=d00eb4] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}
.strip[data-id=d00eb4] .header {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id=d00eb4] h2 {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  margin: 0 0 24px 0;
  color: #ffffff;
  letter-spacing: -0.02em;
}
.strip[data-id=d00eb4] .intro {
  font-size: 20px;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.85);
}
.strip[data-id=d00eb4] .main-content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id=d00eb4] .steps-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}
.strip[data-id=d00eb4] .steps-list::before {
  content: "";
  position: absolute;
  left: 29px;
  top: 30px;
  bottom: 30px;
  width: 2px;
  background: linear-gradient(to bottom, #00a3da, rgba(0, 163, 218, 0.1));
  z-index: 0;
}
.strip[data-id=d00eb4] .step-item {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 24px 0;
  position: relative;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id=d00eb4] .step-item:hover {
  transform: translateX(12px);
}
.strip[data-id=d00eb4] .step-number {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  background-color: #00a3da;
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 163, 218, 0.1);
  transition: all 0.3s ease;
}
.strip[data-id=d00eb4] .step-item:hover .step-number {
  background-color: #00e5ff;
  box-shadow: 0 0 0 15px rgba(0, 229, 255, 0.2);
  transform: scale(1.1);
}
.strip[data-id=d00eb4] .step-text {
  flex: 1;
}
.strip[data-id=d00eb4] .step-text strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #00e5ff;
  transition: color 0.3s ease;
}
.strip[data-id=d00eb4] .step-text p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}
.strip[data-id=d00eb4] .benefits-box {
  background: linear-gradient(135deg, #e1f5fe 0%, #b3e5fc 100%);
  padding: 40px;
  border-radius: 24px;
  margin-top: 40px;
  color: #003366;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.strip[data-id=d00eb4] .benefits-box::after {
  content: "✓";
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 120px;
  color: rgba(0, 51, 102, 0.05);
  font-weight: 900;
}
.strip[data-id=d00eb4] .benefits-box h3 {
  margin: 0 0 16px 0;
  font-size: 26px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id=d00eb4] .benefits-box h3::before {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background: #00a3da;
  border-radius: 2px;
}
.strip[data-id=d00eb4] .benefits-box p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}
.strip[data-id=d00eb4] .image-column {
  position: relative;
}
.strip[data-id=d00eb4] .image-wrapper {
  position: relative;
  border-radius: 32px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.strip[data-id=d00eb4] .image-wrapper::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px dashed rgba(0, 163, 218, 0.4);
  border-radius: 24px;
  pointer-events: none;
  z-index: 1;
}
.strip[data-id=d00eb4] .tech-image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}
.strip[data-id=d00eb4] .tech-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0, 0.2, 1);
}
.strip[data-id=d00eb4] .image-wrapper:hover .tech-image {
  transform: scale(1.1) rotate(1deg);
}
.strip[data-id=d00eb4] .tech-decor {
  position: absolute;
  font-family: monospace;
  font-size: 10px;
  color: #00a3da;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=d00eb4] .decor-tl {
  top: 30px;
  left: 30px;
}
.strip[data-id=d00eb4] .decor-tr {
  top: 30px;
  right: 30px;
}
.strip[data-id=d00eb4] .decor-bl {
  bottom: 30px;
  left: 30px;
}
.strip[data-id=d00eb4] .decor-br {
  bottom: 30px;
  right: 30px;
}
@media (max-width: 1024px) {
  .strip[data-id=d00eb4] .main-content {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .strip[data-id=d00eb4] .image-column {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
  }
  .strip[data-id=d00eb4] .tech-image-container {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 768px) {
  .strip[data-id=d00eb4] section {
    padding: 60px 0;
  }
  .strip[data-id=d00eb4] .header {
    margin-bottom: 40px;
  }
  .strip[data-id=d00eb4] .step-item {
    gap: 20px;
  }
  .strip[data-id=d00eb4] .step-number {
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 20px;
  }
  .strip[data-id=d00eb4] .steps-list::before {
    left: 24px;
  }
  .strip[data-id=d00eb4] .benefits-box {
    padding: 30px;
  }
}.strip[data-id="81a16d"] {
  --section-id: "81a16d";
  --storage-url: "https://preview-ortopedickevlozky-cz.praweb.cz/_section/81a16d";
  --public-url: "https://preview-ortopedickevlozky-cz.praweb.cz/_section/81a16d";
}
.strip[data-id="81a16d"] .footer-section {
  background-color: #1a1a1a;
  border-top: 4px solid #00a3da;
  padding: 70px 0 0;
  color: #cccccc;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.strip[data-id="81a16d"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="81a16d"] .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding-bottom: 50px;
}
.strip[data-id="81a16d"] .footer-col h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
}
.strip[data-id="81a16d"] .footer-col h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 40px;
  height: 2px;
  background-color: #00a3da;
}
.strip[data-id="81a16d"] .footer-col p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  margin: 0 0 15px;
}
.strip[data-id="81a16d"] .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.strip[data-id="81a16d"] .contact-item i {
  color: #00a3da;
  font-size: 16px;
  margin-top: 4px;
  width: 20px;
  text-align: center;
}
.strip[data-id="81a16d"] .footer-col a {
  color: #cccccc;
  text-decoration: none;
  transition: all 0.3s ease;
}
.strip[data-id="81a16d"] .footer-col a:hover {
  color: #00a3da;
  padding-left: 5px;
}
.strip[data-id="81a16d"] .footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}
.strip[data-id="81a16d"] .footer-links li {
  margin-bottom: 12px;
}
.strip[data-id="81a16d"] .footer-links a {
  display: inline-block;
}
.strip[data-id="81a16d"] .certifications {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.4s ease;
}
.strip[data-id="81a16d"] .certifications:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.strip[data-id="81a16d"] .certifications img {
  height: 35px;
  width: auto;
  object-fit: contain;
}
.strip[data-id="81a16d"] .map-col iframe {
  width: 100%;
  height: 220px;
  border: 0;
  border-radius: 12px;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}
.strip[data-id="81a16d"] .map-col iframe:hover {
  transform: translateY(-5px);
}
.strip[data-id="81a16d"] .footer-bottom {
  background-color: #111111;
  padding: 25px 0;
  margin-top: 20px;
  border-top: 1px solid #222222;
}
.strip[data-id="81a16d"] .footer-bottom-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #666666;
}
@media (max-width: 1024px) {
  .strip[data-id="81a16d"] .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .strip[data-id="81a16d"] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id="81a16d"] .footer-section {
    padding-top: 50px;
  }
  .strip[data-id="81a16d"] .footer-bottom-content {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}