@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&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="2b93da"] {
  --section-id: "2b93da";
  --storage-url: "https://preview-rehabilitace-uh-cz.praweb.cz/_section/2b93da";
  --public-url: "https://preview-rehabilitace-uh-cz.praweb.cz/_section/2b93da";
  /* Mobile Menu State */
}
.strip[data-id="2b93da"] .main-navigation {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 9999;
  transition: all 0.3s ease;
}
.strip[data-id="2b93da"] .nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
}
.strip[data-id="2b93da"] .logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.strip[data-id="2b93da"] .logo-link:hover {
  opacity: 0.9;
}
.strip[data-id="2b93da"] .logo-img-container {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="2b93da"] .logo-img-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.strip[data-id="2b93da"] .logo-text {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: #000080; /* Deep navy blue */
  margin: 0;
  white-space: nowrap;
  letter-spacing: -0.02em;
}
.strip[data-id="2b93da"] .nav-menu {
  display: flex;
  align-items: center;
}
.strip[data-id="2b93da"] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.5rem;
}
.strip[data-id="2b93da"] .nav-list li a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  color: #2d3436; /* Anthracite gray */
  text-decoration: none;
  position: relative;
  padding: 0.5rem 0;
  transition: transform 0.2s ease, color 0.2s ease;
  display: block;
}
.strip[data-id="2b93da"] .nav-list li a:hover {
  transform: translateY(-1px);
  color: #000080;
}
.strip[data-id="2b93da"] .nav-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000080;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="2b93da"] .nav-list li a:hover::after {
  width: 100%;
}
.strip[data-id="2b93da"] .hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10001;
}
.strip[data-id="2b93da"] .hamburger span {
  width: 100%;
  height: 2px;
  background-color: #2d3436;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="2b93da"] .nav-menu.is-open .hamburger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id="2b93da"] .nav-menu.is-open .hamburger span:nth-child(2) {
  opacity: 0;
  transform: translateX(10px);
}
.strip[data-id="2b93da"] .nav-menu.is-open .hamburger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 991px) {
  .strip[data-id="2b93da"] .nav-inner {
    padding: 0.75rem 1.25rem;
  }
  .strip[data-id="2b93da"] .hamburger {
    display: flex;
  }
  .strip[data-id="2b93da"] .nav-list {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
  }
  .strip[data-id="2b93da"] .nav-menu.is-open .nav-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .strip[data-id="2b93da"] .nav-list li a {
    font-size: 1.25rem;
    font-weight: 600;
  }
  .strip[data-id="2b93da"] .logo-text {
    font-size: 1.2rem;
  }
}.strip[data-id="659574"] {
  --section-id: "659574";
  --storage-url: "https://preview-rehabilitace-uh-cz.praweb.cz/_section/659574";
  --public-url: "https://preview-rehabilitace-uh-cz.praweb.cz/_section/659574";
}
.strip[data-id="659574"] .hero-section {
  min-height: 80vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.strip[data-id="659574"] .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id="659574"] .content-wrapper {
  max-width: 750px;
}
.strip[data-id="659574"] .title {
  color: #000033;
  font-weight: 800;
  font-size: 64px;
  line-height: 1.1;
  margin: 0 0 24px 0;
  letter-spacing: -0.02em;
}
.strip[data-id="659574"] .subtitle {
  color: #5a6a7a;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 32px 0;
}
.strip[data-id="659574"] .motto-divider {
  width: 60px;
  height: 4px;
  background-color: #4169E1;
  margin-bottom: 28px;
  border-radius: 2px;
}
.strip[data-id="659574"] .motto {
  margin-bottom: 45px;
  line-height: 1.6;
}
.strip[data-id="659574"] .motto-latin {
  color: #4682B4;
  font-style: italic;
  font-size: 22px;
  display: block;
  margin-bottom: 8px;
}
.strip[data-id="659574"] .motto-translation {
  font-style: normal;
  font-size: 18px;
  display: block;
  color: #708090;
  opacity: 0.9;
}
.strip[data-id="659574"] .cta-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
.strip[data-id="659574"] .cta-button {
  display: inline-flex;
  align-items: center;
  background-color: #4169E1;
  color: #ffffff;
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(65, 105, 225, 0.3);
}
.strip[data-id="659574"] .cta-button i {
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.strip[data-id="659574"] .cta-button:hover {
  background-color: #0047AB;
  box-shadow: 0 8px 25px rgba(0, 71, 171, 0.4);
  transform: translateY(-3px);
}
.strip[data-id="659574"] .cta-button:hover i {
  transform: translateX(5px);
}
@media (max-width: 1024px) {
  .strip[data-id="659574"] .title {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="659574"] .hero-section {
    padding: 100px 0;
    min-height: auto;
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%), url("//preview-rehabilitace-uh-cz.praweb.cz/_section/659574/clinic-bg.jpg") !important;
  }
  .strip[data-id="659574"] .content-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
  .strip[data-id="659574"] .title {
    font-size: 42px;
  }
  .strip[data-id="659574"] .subtitle {
    font-size: 22px;
  }
  .strip[data-id="659574"] .motto-divider {
    margin: 0 auto 24px auto;
  }
  .strip[data-id="659574"] .cta-wrapper {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .strip[data-id="659574"] .title {
    font-size: 34px;
  }
}.strip[data-id="56da49"] {
  --section-id: "56da49";
  --storage-url: "https://preview-rehabilitace-uh-cz.praweb.cz/_section/56da49";
  --public-url: "https://preview-rehabilitace-uh-cz.praweb.cz/_section/56da49";
}
.strip[data-id="56da49"] .services-vision {
  padding: 80px 20px;
  background-color: #ffffff;
  background-image: radial-gradient(#e0e0e0 1px, transparent 1px);
  background-size: 24px 24px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333333;
}
.strip[data-id="56da49"] .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.strip[data-id="56da49"] .content-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.strip[data-id="56da49"] .headline {
  color: #002347;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.strip[data-id="56da49"] .description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555555;
  margin: 0;
}
.strip[data-id="56da49"] .services-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.strip[data-id="56da49"] .service-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  color: #333333;
}
.strip[data-id="56da49"] .service-icon {
  width: 24px;
  height: 24px;
  color: #0047ab;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="56da49"] .definitions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id="56da49"] .definition-box {
  background-color: #e3f2fd;
  border-left: 4px solid #2962ff;
  padding: 20px;
  border-radius: 0 8px 8px 0;
}
.strip[data-id="56da49"] .definition-title {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 8px;
  color: #2962ff;
}
.strip[data-id="56da49"] .definition-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}
.strip[data-id="56da49"] .collage-col {
  position: relative;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id="56da49"] .collage-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
}
.strip[data-id="56da49"] .collage-img {
  width: 288px;
  height: 430px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  transition: transform 0.3s ease;
}
.strip[data-id="56da49"] .img-1 {
  top: 0;
  left: 0;
  z-index: 2;
}
.strip[data-id="56da49"] .img-2 {
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: translate(20px, 20px);
}
@media (max-width: 992px) {
  .strip[data-id="56da49"] .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id="56da49"] .collage-col {
    height: 500px;
    order: -1;
  }
  .strip[data-id="56da49"] .collage-wrapper {
    height: 100%;
  }
  .strip[data-id="56da49"] .collage-img {
    width: 240px;
    height: 360px;
  }
}
@media (max-width: 576px) {
  .strip[data-id="56da49"] .headline {
    font-size: 2rem;
  }
  .strip[data-id="56da49"] .collage-col {
    height: 400px;
  }
  .strip[data-id="56da49"] .collage-img {
    width: 180px;
    height: 270px;
  }
}.strip[data-id="5be413"] {
  --section-id: "5be413";
  --storage-url: "https://preview-rehabilitace-uh-cz.praweb.cz/_section/5be413";
  --public-url: "https://preview-rehabilitace-uh-cz.praweb.cz/_section/5be413";
  /* Indications Grid */
  /* Process Timeline */
}
.strip[data-id="5be413"] .section-indications-process {
  background-color: #f5faff;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
  font-family: inherit; /* Use site default font */
}
.strip[data-id="5be413"] .container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id="5be413"] .bg-decoration {
  position: absolute;
  top: 5%;
  right: -10%;
  width: 500px;
  height: auto;
  opacity: 0.08;
  pointer-events: none;
  z-index: 1;
  filter: blur(1px);
}
.strip[data-id="5be413"] h2 {
  color: #1a202c;
  font-size: 2.75rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id="5be413"] .intro-text {
  text-align: center;
  color: #4a5568;
  font-size: 1.15rem;
  margin-bottom: 4.5rem;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.strip[data-id="5be413"] .indications-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 120px;
}
.strip[data-id="5be413"] .indication-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.02), 0 10px 50px rgba(65, 105, 225, 0.04);
  display: flex;
  align-items: center;
  gap: 30px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(65, 105, 225, 0.03);
}
.strip[data-id="5be413"] .indication-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(65, 105, 225, 0.08);
  border-color: rgba(65, 105, 225, 0.15);
}
.strip[data-id="5be413"] .indication-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #f0f4ff 0%, #e0eaff 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4169e1;
  font-size: 2rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.strip[data-id="5be413"] .indication-card:hover .indication-icon {
  transform: scale(1.1) rotate(3deg);
  background: linear-gradient(135deg, #eef4ff 0%, #dce7ff 100%);
}
.strip[data-id="5be413"] .indication-text {
  color: #2d3748;
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.1rem;
}
.strip[data-id="5be413"] .process-section {
  margin-top: 80px;
}
.strip[data-id="5be413"] .process-timeline {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  margin-top: 100px;
}
.strip[data-id="5be413"] .process-timeline::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #e0e7ff 20%, #e0e7ff 80%, transparent);
  z-index: 1;
}
.strip[data-id="5be413"] .process-step {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}
.strip[data-id="5be413"] .process-step:hover {
  transform: translateY(-5px);
}
.strip[data-id="5be413"] .step-number-bg {
  font-size: 7.5rem;
  font-weight: 900;
  color: rgba(65, 105, 225, 0.12);
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  line-height: 1;
  user-select: none;
}
.strip[data-id="5be413"] .step-dot {
  width: 24px;
  height: 24px;
  background-color: #4169e1;
  border: 5px solid #ffffff;
  border-radius: 50%;
  margin: 30px auto 25px;
  box-shadow: 0 0 0 8px rgba(65, 105, 225, 0.1);
  position: relative;
  z-index: 3;
}
.strip[data-id="5be413"] .step-title {
  color: #1a202c;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.strip[data-id="5be413"] .step-description {
  color: #4a5568;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .strip[data-id="5be413"] .indications-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id="5be413"] .process-timeline {
    flex-direction: column;
    gap: 70px;
    align-items: flex-start;
    padding-left: 60px;
    margin-top: 50px;
  }
  .strip[data-id="5be413"] .process-timeline::before {
    left: 71px;
    top: 0;
    bottom: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #e0e7ff 10%, #e0e7ff 90%, transparent);
  }
  .strip[data-id="5be413"] .process-step {
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .strip[data-id="5be413"] .step-number-bg {
    left: -35px;
    transform: none;
    top: -20px;
    font-size: 6rem;
  }
  .strip[data-id="5be413"] .step-dot {
    margin: 0;
    position: absolute;
    left: -59px;
    top: 10px;
  }
  .strip[data-id="5be413"] .step-description {
    padding: 0;
    max-width: 550px;
  }
}
@media (max-width: 600px) {
  .strip[data-id="5be413"] h2 {
    font-size: 2.25rem;
  }
  .strip[data-id="5be413"] .section-indications-process {
    padding: 80px 15px;
  }
  .strip[data-id="5be413"] .indication-card {
    padding: 30px;
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .strip[data-id="5be413"] .indication-icon {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
  }
  .strip[data-id="5be413"] .intro-text {
    margin-bottom: 3rem;
  }
}.strip[data-id="2b3a18"] {
  --section-id: "2b3a18";
  --storage-url: "https://preview-rehabilitace-uh-cz.praweb.cz/_section/2b3a18";
  --public-url: "https://preview-rehabilitace-uh-cz.praweb.cz/_section/2b3a18";
}
.strip[data-id="2b3a18"] .methods-section {
  padding: 100px 0;
  background-color: #f8fafc;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.strip[data-id="2b3a18"] .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="2b3a18"] .flex-layout {
  display: flex;
  gap: 80px;
  align-items: center;
}
.strip[data-id="2b3a18"] .content-col {
  flex: 1;
}
.strip[data-id="2b3a18"] .image-col {
  flex-shrink: 0;
  width: 300px;
  display: flex;
  justify-content: center;
}
.strip[data-id="2b3a18"] .title {
  color: #1a202c;
  font-size: 2.75rem;
  margin-bottom: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id="2b3a18"] .intro {
  color: #4a5568;
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  line-height: 1.6;
  max-width: 600px;
}
.strip[data-id="2b3a18"] .methods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 3.5rem;
}
.strip[data-id="2b3a18"] .method-item {
  background: #ffffff;
  padding: 16px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  color: #2d3748;
  font-weight: 500;
  border: 1px solid transparent;
}
.strip[data-id="2b3a18"] .method-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(65, 105, 225, 0.1);
  border-color: #e2e8f0;
  background-color: #ffffff;
}
.strip[data-id="2b3a18"] .method-icon {
  color: #4169E1;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgba(65, 105, 225, 0.1);
  border-radius: 50%;
  padding: 14px;
}
.strip[data-id="2b3a18"] .therapist-box {
  background: linear-gradient(135deg, #4169E1 0%, #2b4eb1 100%);
  color: #ffffff;
  padding: 30px;
  border-radius: 16px;
  display: flex;
  gap: 25px;
  align-items: center;
  box-shadow: 0 15px 30px rgba(65, 105, 225, 0.2);
}
.strip[data-id="2b3a18"] .therapist-icon-wrapper {
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.strip[data-id="2b3a18"] .therapist-icon-wrapper i {
  font-size: 1.75rem;
}
.strip[data-id="2b3a18"] .therapist-text {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}
.strip[data-id="2b3a18"] .image-frame {
  position: relative;
  padding: 15px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.strip[data-id="2b3a18"] .image-frame::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border: 2px dashed #4169E1;
  border-radius: 25px;
  opacity: 0.3;
  z-index: -1;
}
.strip[data-id="2b3a18"] .image-frame img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  mix-blend-mode: multiply; /* Helps with white background images on white/light containers */
}
@media (max-width: 992px) {
  .strip[data-id="2b3a18"] .flex-layout {
    flex-direction: column-reverse;
    gap: 50px;
    text-align: center;
  }
  .strip[data-id="2b3a18"] .intro {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id="2b3a18"] .methods-grid {
    justify-content: center;
  }
  .strip[data-id="2b3a18"] .method-item {
    text-align: left;
  }
  .strip[data-id="2b3a18"] .therapist-box {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .strip[data-id="2b3a18"] .title {
    font-size: 2.25rem;
  }
  .strip[data-id="2b3a18"] .therapist-box {
    flex-direction: column;
    padding: 25px;
  }
  .strip[data-id="2b3a18"] .therapist-icon-wrapper {
    margin-bottom: 10px;
  }
}.strip[data-id=d5f545] {
  --section-id: "d5f545";
  --storage-url: "https://preview-rehabilitace-uh-cz.praweb.cz/_section/d5f545";
  --public-url: "https://preview-rehabilitace-uh-cz.praweb.cz/_section/d5f545";
}
.strip[data-id=d5f545] .partners-doctors {
  padding: 80px 0;
  background-color: #f8fafc;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.strip[data-id=d5f545] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id=d5f545] .grid-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: stretch;
}
.strip[data-id=d5f545] .partners-box {
  background-color: #ffffff;
  padding: 48px;
  border-radius: 24px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
.strip[data-id=d5f545] .partners-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  border-bottom: 2px solid #f1f5f9;
  padding-bottom: 24px;
}
.strip[data-id=d5f545] .partners-header h2 {
  margin: 0;
  color: #0f172a;
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}
.strip[data-id=d5f545] .visual-img {
  max-width: 100px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.05));
}
.strip[data-id=d5f545] .partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
}
.strip[data-id=d5f545] .partner-item {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 18px 12px;
  border-radius: 16px;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  color: #475569;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.strip[data-id=d5f545] .partner-item:hover {
  border-color: #3b82f6;
  color: #1e40af;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.1);
}
.strip[data-id=d5f545] .doctors-box {
  background-color: #1e3a8a;
  color: #ffffff;
  padding: 48px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 20px 25px -5px rgba(30, 58, 138, 0.2);
  position: relative;
  overflow: hidden;
}
.strip[data-id=d5f545] .doctors-box::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}
.strip[data-id=d5f545] .doctors-box h2 {
  margin: 0 0 24px 0;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}
.strip[data-id=d5f545] .doctors-box p {
  margin: 0 0 40px 0;
  line-height: 1.7;
  font-size: 1.125rem;
  color: #e0e7ff;
}
.strip[data-id=d5f545] .download-btn {
  background-color: #ffffff;
  color: #1e3a8a;
  padding: 20px 32px;
  border-radius: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  width: fit-content;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.strip[data-id=d5f545] .pdf-icon {
  color: #dc2626;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fee2e2;
  padding: 8px;
  border-radius: 10px;
}
.strip[data-id=d5f545] .pdf-icon svg {
  width: 28px;
  height: 28px;
}
.strip[data-id=d5f545] .download-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  background-color: #f8fafc;
}
@media (max-width: 1024px) {
  .strip[data-id=d5f545] .grid-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .strip[data-id=d5f545] .partners-box, .strip[data-id=d5f545] .doctors-box {
    padding: 32px 24px;
  }
  .strip[data-id=d5f545] .partners-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .strip[data-id=d5f545] .partners-header h2 {
    font-size: 1.75rem;
  }
  .strip[data-id=d5f545] .download-btn {
    width: 100%;
    justify-content: center;
  }
}.strip[data-id="6ec792"] {
  --section-id: "6ec792";
  --storage-url: "https://preview-rehabilitace-uh-cz.praweb.cz/_section/6ec792";
  --public-url: "https://preview-rehabilitace-uh-cz.praweb.cz/_section/6ec792";
  /* Form Styling */
  /* Map Styling */
  /* Bottom Copyright */
  /* Responsivity */
}
.strip[data-id="6ec792"] .footer-contact-map {
  background-color: #2c3e50;
  color: #f8f9fa;
  padding: 80px 20px 60px 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.strip[data-id="6ec792"] .footer-contact-map .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="6ec792"] .footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 60px;
}
.strip[data-id="6ec792"] .footer-col {
  flex: 1;
  min-width: 300px;
}
.strip[data-id="6ec792"] .footer-col h3 {
  font-size: 22px;
  margin-bottom: 30px;
  color: #f8f9fa;
  font-weight: 600;
  margin-top: 0;
  position: relative;
  padding-bottom: 15px;
}
.strip[data-id="6ec792"] .footer-col h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #4169e1;
}
.strip[data-id="6ec792"] .contact-info .person-info {
  margin-bottom: 30px;
}
.strip[data-id="6ec792"] .contact-info .name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffffff;
}
.strip[data-id="6ec792"] .contact-info .address {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  opacity: 0.9;
  margin: 0;
}
.strip[data-id="6ec792"] .contact-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id="6ec792"] .contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #f8f9fa;
  text-decoration: none;
  transition: all 0.3s ease;
}
.strip[data-id="6ec792"] .contact-item:hover {
  color: #4169e1;
  transform: translateX(5px);
}
.strip[data-id="6ec792"] .contact-item .icon-wrapper {
  width: 36px;
  height: 36px;
  background-color: rgba(65, 105, 225, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.strip[data-id="6ec792"] .contact-item:hover .icon-wrapper {
  background-color: rgba(65, 105, 225, 0.2);
}
.strip[data-id="6ec792"] .icon {
  width: 18px;
  height: 18px;
}
.strip[data-id="6ec792"] .blue-icon {
  color: #4169e1;
}
.strip[data-id="6ec792"] .form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.strip[data-id="6ec792"] .input-group {
  width: 100%;
}
.strip[data-id="6ec792"] .input-group input,
.strip[data-id="6ec792"] .input-group textarea {
  width: 100%;
  padding: 14px 18px;
  background-color: #34495e;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  color: #f8f9fa;
  font-size: 15px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.strip[data-id="6ec792"] .input-group input:focus,
.strip[data-id="6ec792"] .input-group textarea:focus {
  outline: none;
  border-color: #4169e1;
  background-color: #3d566e;
  box-shadow: 0 0 0 4px rgba(65, 105, 225, 0.1);
}
.strip[data-id="6ec792"] .form-wrapper button {
  background-color: #4169e1;
  color: #ffffff;
  border: none;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
  box-shadow: 0 4px 12px rgba(65, 105, 225, 0.2);
}
.strip[data-id="6ec792"] .form-wrapper button:hover {
  background-color: #3457c1;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(65, 105, 225, 0.3);
}
.strip[data-id="6ec792"] .form-wrapper button:active {
  transform: translateY(0);
}
.strip[data-id="6ec792"] .map-container {
  height: 350px;
  border-radius: 12px;
  overflow: hidden;
  filter: grayscale(0.4) contrast(1.1) brightness(0.9) hue-rotate(190deg);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.strip[data-id="6ec792"] .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.strip[data-id="6ec792"] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 40px;
  text-align: center;
}
.strip[data-id="6ec792"] .copyright {
  color: #95a5a6;
  font-size: 13px;
  margin: 0;
  letter-spacing: 0.5px;
}
@media (max-width: 992px) {
  .strip[data-id="6ec792"] .footer-col {
    min-width: 45%;
  }
}
@media (max-width: 768px) {
  .strip[data-id="6ec792"] .footer-contact-map {
    padding: 60px 20px 40px 20px;
  }
  .strip[data-id="6ec792"] .footer-grid {
    flex-direction: column;
    gap: 60px;
  }
  .strip[data-id="6ec792"] .footer-col {
    min-width: 100%;
  }
  .strip[data-id="6ec792"] .map-container {
    height: 300px;
  }
  .strip[data-id="6ec792"] .form-wrapper button {
    width: 100%;
  }
}