@import url('https://fonts.googleapis.com/css2?family=Inter&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=e65b8d] {
  --section-id: "e65b8d";
  --storage-url: "https://preview-rehabhk-cz-20260612.praweb.cz/_section/e65b8d";
  --public-url: "https://preview-rehabhk-cz-20260612.praweb.cz/_section/e65b8d";
}
.strip[data-id=e65b8d] .header-nav {
  z-index: 1000;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(230, 184, 162, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 16px 0;
}
.strip[data-id=e65b8d] .header-nav.scrolled {
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-bottom-color: rgba(230, 184, 162, 0.5);
}
.strip[data-id=e65b8d] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strip[data-id=e65b8d] .logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #333333;
  transition: opacity 0.3s ease;
}
.strip[data-id=e65b8d] .logo:hover {
  opacity: 0.9;
}
.strip[data-id=e65b8d] .logo-text {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
.strip[data-id=e65b8d] .logo-text span {
  color: #004466;
}
.strip[data-id=e65b8d] .main-menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 28px;
}
.strip[data-id=e65b8d] .main-menu ul li a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id=e65b8d] .main-menu ul li a:hover {
  color: #004466;
}
.strip[data-id=e65b8d] .main-menu ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #004466;
  transition: width 0.3s ease;
}
.strip[data-id=e65b8d] .main-menu ul li a:hover::after {
  width: 100%;
}
.strip[data-id=e65b8d] .header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id=e65b8d] .cta-button {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #004466;
  padding: 10px 22px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.strip[data-id=e65b8d] .cta-button:hover {
  background-color: #00334d;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 68, 102, 0.2);
}
.strip[data-id=e65b8d] .mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.strip[data-id=e65b8d] .mobile-toggle:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.strip[data-id=e65b8d] .mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #333333;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id=e65b8d] .mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 999;
  padding: 20px;
}
.strip[data-id=e65b8d] .mobile-menu-overlay.active {
  transform: translateY(0);
}
.strip[data-id=e65b8d] .mobile-nav {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id=e65b8d] .mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  text-align: center;
  width: 100%;
}
.strip[data-id=e65b8d] .mobile-nav ul li {
  margin: 16px 0;
}
.strip[data-id=e65b8d] .mobile-nav ul li a {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  padding: 10px;
}
.strip[data-id=e65b8d] .mobile-nav .cta-button {
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 16px;
}
@media (max-width: 1024px) {
  .strip[data-id=e65b8d] .main-menu ul {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .strip[data-id=e65b8d] .main-menu {
    display: none;
  }
  .strip[data-id=e65b8d] .mobile-toggle {
    display: flex;
  }
  .strip[data-id=e65b8d] .header-actions .cta-button {
    display: none;
  }
  .strip[data-id=e65b8d] .mobile-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .strip[data-id=e65b8d] .mobile-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id=e65b8d] .mobile-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}.strip[data-id="6f169d"] {
  --section-id: "6f169d";
  --storage-url: "https://preview-rehabhk-cz-20260612.praweb.cz/_section/6f169d";
  --public-url: "https://preview-rehabhk-cz-20260612.praweb.cz/_section/6f169d";
}
.strip[data-id="6f169d"] .hero-section {
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f4fbff 100%);
  padding: 120px 0;
}
.strip[data-id="6f169d"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.strip[data-id="6f169d"] .content-column {
  flex: 0 0 55%;
  max-width: 55%;
  animation: fade-in-slide 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.strip[data-id="6f169d"] .visual-column {
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
  animation: floating 6s ease-in-out infinite;
}
.strip[data-id="6f169d"] .image-wrapper {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 77, 122, 0.15);
  animation: zoom-in 1.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  border: 8px solid rgba(255, 255, 255, 0.8);
}
.strip[data-id="6f169d"] .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.strip[data-id="6f169d"] .image-wrapper:hover img {
  transform: scale(1.05);
}
.strip[data-id="6f169d"] .spine-decoration {
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.07;
  color: #004d7a;
  pointer-events: none;
}
.strip[data-id="6f169d"] h1 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.15;
  color: #004d7a;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.strip[data-id="6f169d"] .subtitle {
  font-family: "Inter", sans-serif;
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 48px;
  max-width: 540px;
}
.strip[data-id="6f169d"] .cta-group {
  display: flex;
  gap: 20px;
  align-items: center;
}
.strip[data-id="6f169d"] .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  border-radius: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}
.strip[data-id="6f169d"] .btn-primary {
  background: #2e7d32; /* Slights darker green for better contrast */
  color: #ffffff;
  box-shadow: 0 10px 15px -3px rgba(46, 125, 50, 0.2);
  border: none;
}
.strip[data-id="6f169d"] .btn-primary:hover {
  background: #1b5e20;
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 20px 25px -5px rgba(46, 125, 50, 0.3);
}
.strip[data-id="6f169d"] .btn-secondary {
  background: #ffffff;
  color: #004d7a;
  border: 2px solid #004d7a;
}
.strip[data-id="6f169d"] .btn-secondary:hover {
  background: #f0f9ff;
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 77, 122, 0.1);
}
@keyframes fade-in-slide {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes zoom-in {
  from {
    opacity: 0;
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 1024px) {
  .strip[data-id="6f169d"] .container {
    flex-direction: column;
    text-align: center;
    padding: 0 40px;
  }
  .strip[data-id="6f169d"] .content-column, .strip[data-id="6f169d"] .visual-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .strip[data-id="6f169d"] .content-column {
    margin-bottom: 80px;
  }
  .strip[data-id="6f169d"] .subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id="6f169d"] .cta-group {
    justify-content: center;
  }
  .strip[data-id="6f169d"] .spine-decoration {
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.05;
  }
}
@media (max-width: 640px) {
  .strip[data-id="6f169d"] .hero-section {
    padding: 80px 0;
    min-height: auto;
  }
  .strip[data-id="6f169d"] .cta-group {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .strip[data-id="6f169d"] .btn {
    width: 100%;
    padding: 16px 24px;
  }
  .strip[data-id="6f169d"] .container {
    padding: 0 20px;
  }
}@charset "UTF-8";
.strip[data-id=e8f76c] {
  --section-id: "e8f76c";
  --storage-url: "https://preview-rehabhk-cz-20260612.praweb.cz/_section/e8f76c";
  --public-url: "https://preview-rehabhk-cz-20260612.praweb.cz/_section/e8f76c";
}
.strip[data-id=e8f76c] .services-section {
  background-color: #f8fbff; /* Lehce namodralý nádech pro svěžest */
  padding: 120px 20px;
  position: relative;
  overflow: hidden;
  font-family: "Inter", sans-serif;
}
.strip[data-id=e8f76c] .container {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id=e8f76c] .section-header {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id=e8f76c] .section-title {
  color: #0047AB;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.strip[data-id=e8f76c] .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}
.strip[data-id=e8f76c] .service-card {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 40px 32px;
  box-shadow: 0 10px 30px rgba(0, 71, 171, 0.04);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  border: 1px solid rgba(0, 71, 171, 0.05);
  text-decoration: none;
}
.strip[data-id=e8f76c] .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 71, 171, 0.1);
  border-color: rgba(113, 188, 104, 0.3);
}
.strip[data-id=e8f76c] .icon-container {
  width: 64px;
  height: 64px;
  background-color: #f0f9f0;
  border-radius: 16px; /* Modernější než kruh */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: #71BC68;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.strip[data-id=e8f76c] .service-card:hover .icon-container {
  transform: scale(1.1) rotate(5deg);
  background-color: #e3f4e3;
}
.strip[data-id=e8f76c] .icon-container svg {
  width: 32px;
  height: 32px;
}
.strip[data-id=e8f76c] .service-name {
  color: #0047AB;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.3;
  min-height: 2.6em; /* Zarovnání textu */
  display: flex;
  align-items: center;
}
.strip[data-id=e8f76c] .service-description {
  color: #4a5568;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
.strip[data-id=e8f76c] .micrographics {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.strip[data-id=e8f76c] .micro-shape {
  position: absolute;
  fill: #71BC68;
  opacity: 0.03; /* Velmi jemné */
}
.strip[data-id=e8f76c] .shape-1 {
  top: -5%;
  left: -5%;
  width: 400px;
  height: 400px;
}
.strip[data-id=e8f76c] .shape-2 {
  bottom: -5%;
  right: -5%;
  width: 350px;
  height: 350px;
}
.strip[data-id=e8f76c] .shape-3 {
  top: 30%;
  right: 5%;
  width: 200px;
  height: 200px;
}
@media (max-width: 1200px) {
  .strip[data-id=e8f76c] .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .strip[data-id=e8f76c] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id=e8f76c] .section-title {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .strip[data-id=e8f76c] .services-section {
    padding: 80px 20px;
  }
  .strip[data-id=e8f76c] .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=e8f76c] .section-title {
    font-size: 30px;
  }
  .strip[data-id=e8f76c] .section-header {
    margin-bottom: 50px;
  }
  .strip[data-id=e8f76c] .service-card {
    padding: 32px 24px;
  }
}@charset "UTF-8";
.strip[data-id=ebe400] {
  --section-id: "ebe400";
  --storage-url: "https://preview-rehabhk-cz-20260612.praweb.cz/_section/ebe400";
  --public-url: "https://preview-rehabhk-cz-20260612.praweb.cz/_section/ebe400";
}
.strip[data-id=ebe400] .about-expertise {
  background-color: #fcfcfc;
  padding: 100px 0;
  overflow: hidden;
}
.strip[data-id=ebe400] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=ebe400] .grid {
  display: flex;
  align-items: center;
  gap: 60px;
}
.strip[data-id=ebe400] .image-col {
  flex: 0 0 45%;
  position: relative;
}
.strip[data-id=ebe400] .image-wrapper {
  position: relative;
  width: 100%;
}
.strip[data-id=ebe400] .image-wrapper img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.1;
  object-fit: cover;
  border-radius: 40px 100px 40px 100px;
  box-shadow: 30px 30px 0px rgba(0, 75, 107, 0.05);
  display: block;
}
.strip[data-id=ebe400] .quality-seal {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background-color: #004b6b;
  color: #ffffff;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  box-shadow: 0 15px 35px rgba(0, 75, 107, 0.25);
  z-index: 2;
}
.strip[data-id=ebe400] .seal-icon-wrap {
  animation: rotate-slow 15s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
@keyframes rotate-slow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.strip[data-id=ebe400] .quality-seal svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #6ab04c;
  stroke-width: 2;
}
.strip[data-id=ebe400] .quality-seal span {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.strip[data-id=ebe400] .text-col {
  flex: 1;
  padding: 20px 0;
}
.strip[data-id=ebe400] h2 {
  color: #004b6b;
  font-size: 3rem;
  margin-bottom: 30px;
  line-height: 1.1;
  font-weight: 800;
}
.strip[data-id=ebe400] .lead-text {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #004b6b;
  font-weight: 600;
  margin-bottom: 25px;
}
.strip[data-id=ebe400] p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555555;
  margin-bottom: 20px;
}
.strip[data-id=ebe400] .methods-list {
  list-style: none;
  padding: 0;
  margin: 35px 0 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.strip[data-id=ebe400] .methods-list li {
  font-size: 1.1rem;
  display: flex;
  align-items: flex-start;
  color: #444444;
}
.strip[data-id=ebe400] .methods-list li::before {
  content: "→";
  color: #3d7a24;
  font-weight: 900;
  margin-right: 15px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.strip[data-id=ebe400] .methods-list li strong {
  color: #3d7a24;
  font-weight: 700;
  margin-right: 6px;
}
@media (max-width: 1024px) {
  .strip[data-id=ebe400] .grid {
    gap: 40px;
  }
  .strip[data-id=ebe400] h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 992px) {
  .strip[data-id=ebe400] .about-expertise {
    padding: 80px 0;
  }
  .strip[data-id=ebe400] .grid {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id=ebe400] .image-col {
    width: 100%;
    max-width: 450px;
    margin-bottom: 40px;
  }
  .strip[data-id=ebe400] .text-col {
    padding: 0;
  }
  .strip[data-id=ebe400] .methods-list li {
    justify-content: center;
    text-align: left;
  }
  .strip[data-id=ebe400] h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 576px) {
  .strip[data-id=ebe400] .about-expertise {
    padding: 60px 0;
  }
  .strip[data-id=ebe400] h2 {
    font-size: 1.8rem;
  }
  .strip[data-id=ebe400] .quality-seal {
    width: 110px;
    height: 110px;
    bottom: -10px;
    right: -10px;
  }
  .strip[data-id=ebe400] .quality-seal span {
    font-size: 0.65rem;
  }
}.strip[data-id=b5d07e] {
  --section-id: "b5d07e";
  --storage-url: "https://preview-rehabhk-cz-20260612.praweb.cz/_section/b5d07e";
  --public-url: "https://preview-rehabhk-cz-20260612.praweb.cz/_section/b5d07e";
  /* Insurance Strip */
  /* Pricing Grid */
  /* Payment Section */
  /* Watermark Background */
}
.strip[data-id=b5d07e] section {
  background-color: #f8faff;
  padding: 100px 0;
  font-family: "Inter", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id=b5d07e] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id=b5d07e] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id=b5d07e] .section-header h2 {
  font-size: 2.8rem;
  color: #1a1a1a;
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: -0.5px;
}
.strip[data-id=b5d07e] .section-header p {
  color: #555;
  font-size: 1.15rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id=b5d07e] .insurance-strip {
  margin-bottom: 100px;
  padding: 30px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.strip[data-id=b5d07e] .insurance-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 50px;
}
.strip[data-id=b5d07e] .insurance-badge {
  background: #fff;
  padding: 12px 24px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  font-weight: 700;
  color: #666;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id=b5d07e] .insurance-badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  color: #004b6b;
  border-color: #004b6b;
}
.strip[data-id=b5d07e] .insurance-badge span {
  font-size: 0.85rem;
  opacity: 0.6;
  font-weight: 400;
}
.strip[data-id=b5d07e] .content-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
}
@media (max-width: 1024px) {
  .strip[data-id=b5d07e] .content-grid {
    grid-template-columns: 1fr;
  }
}
.strip[data-id=b5d07e] .card {
  background: #ffffff;
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04);
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.02);
}
.strip[data-id=b5d07e] .card h3 {
  font-size: 1.8rem;
  margin-bottom: 40px;
  color: #1a1a1a;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id=b5d07e] .card h3::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #e07a5f;
  opacity: 0.2;
}
.strip[data-id=b5d07e] .price-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.strip[data-id=b5d07e] .price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.2s ease;
}
.strip[data-id=b5d07e] .price-row:last-child {
  border-bottom: none;
}
.strip[data-id=b5d07e] .price-row:hover {
  padding-left: 5px;
}
.strip[data-id=b5d07e] .price-name {
  font-weight: 600;
  color: #333;
  font-size: 1.1rem;
}
.strip[data-id=b5d07e] .price-value {
  font-weight: 800;
  color: #004b6b;
  font-size: 1.3rem;
  white-space: nowrap;
}
.strip[data-id=b5d07e] .payment-content p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
  font-size: 1.05rem;
}
.strip[data-id=b5d07e] .benefit-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.strip[data-id=b5d07e] .benefit-tag {
  background: #f0f4f8;
  color: #004b6b;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
}
.strip[data-id=b5d07e] .payment-logos {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #f0f0f0;
}
.strip[data-id=b5d07e] .payment-logos img {
  height: 35px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
}
.strip[data-id=b5d07e] .payment-logos img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.strip[data-id=b5d07e] .bg-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
  opacity: 0.02;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .strip[data-id=b5d07e] section {
    padding: 60px 0;
  }
  .strip[data-id=b5d07e] .section-header h2 {
    font-size: 2.2rem;
  }
  .strip[data-id=b5d07e] .card {
    padding: 30px;
  }
  .strip[data-id=b5d07e] .insurance-grid {
    gap: 15px;
  }
  .strip[data-id=b5d07e] .insurance-badge {
    padding: 10px 18px;
    font-size: 1rem;
  }
}.strip[data-id="4c8995"] {
  --section-id: "4c8995";
  --storage-url: "https://preview-rehabhk-cz-20260612.praweb.cz/_section/4c8995";
  --public-url: "https://preview-rehabhk-cz-20260612.praweb.cz/_section/4c8995";
}
.strip[data-id="4c8995"] .news-section {
  padding: 100px 20px;
  background-color: #f9fbfb;
  position: relative;
  overflow: hidden;
}
.strip[data-id="4c8995"] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="4c8995"] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="4c8995"] .section-header h2 {
  color: #1a1a1a;
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.strip[data-id="4c8995"] .section-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #8db600;
  border-radius: 2px;
}
.strip[data-id="4c8995"] .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
.strip[data-id="4c8995"] .news-card {
  background: #ffffff;
  border: 1px solid rgba(224, 208, 208, 0.5);
  border-radius: 16px;
  padding: 40px 30px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}
.strip[data-id="4c8995"] .news-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 77, 122, 0.08);
  border-color: #8db600;
}
.strip[data-id="4c8995"] .card-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #004d7a;
  opacity: 0.2;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.strip[data-id="4c8995"] .news-card:hover .card-icon {
  opacity: 0.5;
  transform: rotate(-10deg) scale(1.1);
}
.strip[data-id="4c8995"] .card-icon svg {
  width: 32px;
  height: 32px;
}
.strip[data-id="4c8995"] .date-badge {
  display: inline-block;
  background-color: #8db600;
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 25px;
  transition: background-color 0.3s ease;
  align-self: flex-start;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.strip[data-id="4c8995"] .news-card:hover .date-badge {
  background-color: #004d7a;
}
.strip[data-id="4c8995"] .news-card h3 {
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
  transition: color 0.3s ease;
}
.strip[data-id="4c8995"] .news-card:hover h3 {
  color: #004d7a;
}
.strip[data-id="4c8995"] .news-card p {
  color: #4a4a4a;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 25px 0;
  flex-grow: 1;
}
.strip[data-id="4c8995"] .read-more {
  display: flex;
  align-items: center;
  color: #004d7a;
  font-weight: 700;
  font-size: 0.95rem;
  gap: 8px;
  transition: gap 0.3s ease;
}
.strip[data-id="4c8995"] .news-card:hover .read-more {
  gap: 12px;
}
.strip[data-id="4c8995"] .section-footer {
  text-align: center;
}
.strip[data-id="4c8995"] .btn-all {
  display: inline-block;
  background-color: #004d7a;
  color: #ffffff;
  padding: 16px 35px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 77, 122, 0.2);
}
.strip[data-id="4c8995"] .btn-all:hover {
  background-color: #8db600;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(141, 182, 0, 0.3);
}
@media (max-width: 992px) {
  .strip[data-id="4c8995"] .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="4c8995"] .news-section {
    padding: 70px 20px;
  }
  .strip[data-id="4c8995"] .news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id="4c8995"] .section-header h2 {
    font-size: 2.2rem;
  }
  .strip[data-id="4c8995"] .news-card {
    padding: 30px;
  }
}.strip[data-id=b55a2b] {
  --section-id: "b55a2b";
  --storage-url: "https://preview-rehabhk-cz-20260612.praweb.cz/_section/b55a2b";
  --public-url: "https://preview-rehabhk-cz-20260612.praweb.cz/_section/b55a2b";
}
.strip[data-id=b55a2b] .contact-section {
  background: linear-gradient(135deg, #fffafa 0%, #f0f7ff 100%);
  padding: 100px 0;
  font-family: "Inter", sans-serif;
  color: #333;
}
.strip[data-id=b55a2b] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=b55a2b] .contact-grid {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
.strip[data-id=b55a2b] .contact-info {
  flex: 0 0 42%;
}
.strip[data-id=b55a2b] .contact-form-wrapper {
  flex: 1;
  background: #ffffff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 77, 122, 0.08);
  border: 1px solid rgba(0, 77, 122, 0.05);
}
.strip[data-id=b55a2b] .section-title {
  font-size: 40px;
  font-weight: 800;
  color: #004d7a;
  margin-bottom: 40px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.strip[data-id=b55a2b] .contact-details {
  margin-bottom: 40px;
}
.strip[data-id=b55a2b] .contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.strip[data-id=b55a2b] .contact-item:hover {
  background: #ffffff;
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0, 77, 122, 0.05);
  border-color: rgba(0, 77, 122, 0.1);
}
.strip[data-id=b55a2b] .contact-icon-box {
  width: 50px;
  height: 50px;
  background: rgba(0, 77, 122, 0.1);
  color: #004d7a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.strip[data-id=b55a2b] .contact-item:hover .contact-icon-box {
  background: #004d7a;
  color: #ffffff;
}
.strip[data-id=b55a2b] .contact-item-content strong {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #004d7a;
  margin-bottom: 2px;
  opacity: 0.8;
}
.strip[data-id=b55a2b] .contact-item-content p {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}
.strip[data-id=b55a2b] .map-container {
  width: 100%;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
  filter: grayscale(0.1) contrast(1.05);
  border: 1px solid rgba(0, 77, 122, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.strip[data-id=b55a2b] .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.strip[data-id=b55a2b] .form-group {
  margin-bottom: 25px;
}
.strip[data-id=b55a2b] .form-group label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #004d7a;
}
.strip[data-id=b55a2b] .form-control {
  width: 100%;
  padding: 16px 20px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  background-color: #f8fbff;
  border: 2px solid #eef2f6;
  border-radius: 12px;
  transition: all 0.3s ease;
  color: #333;
}
.strip[data-id=b55a2b] .form-control::placeholder {
  color: #a0aec0;
}
.strip[data-id=b55a2b] .form-control:focus {
  outline: none;
  border-color: #004d7a;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(0, 77, 122, 0.1);
}
.strip[data-id=b55a2b] textarea.form-control {
  min-height: 150px;
  resize: vertical;
}
.strip[data-id=b55a2b] .submit-btn {
  width: 100%;
  padding: 18px;
  background-color: #76ba1b;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 10px;
  box-shadow: 0 10px 20px rgba(118, 186, 27, 0.2);
}
.strip[data-id=b55a2b] .submit-btn:hover {
  background-color: #639d16;
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(118, 186, 27, 0.3);
}
.strip[data-id=b55a2b] .submit-btn:active {
  transform: translateY(-1px);
}
@media (max-width: 1200px) {
  .strip[data-id=b55a2b] .contact-grid {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .strip[data-id=b55a2b] .contact-grid {
    flex-direction: column;
    gap: 50px;
  }
  .strip[data-id=b55a2b] .contact-info, .strip[data-id=b55a2b] .contact-form-wrapper {
    flex: 0 0 100%;
    width: 100%;
  }
  .strip[data-id=b55a2b] .contact-form-wrapper {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .strip[data-id=b55a2b] .contact-section {
    padding: 60px 0;
  }
  .strip[data-id=b55a2b] .contact-form-wrapper {
    padding: 30px 20px;
  }
  .strip[data-id=b55a2b] .section-title {
    font-size: 32px;
  }
  .strip[data-id=b55a2b] .contact-item {
    padding: 10px;
  }
  .strip[data-id=b55a2b] .contact-icon-box {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}.strip[data-id="4b82d0"] {
  --section-id: "4b82d0";
  --storage-url: "https://preview-rehabhk-cz-20260612.praweb.cz/_section/4b82d0";
  --public-url: "https://preview-rehabhk-cz-20260612.praweb.cz/_section/4b82d0";
}
.strip[data-id="4b82d0"] .footer-section {
  background-color: #111111;
  padding: 80px 0 40px 0;
  position: relative;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  overflow: hidden;
}
.strip[data-id="4b82d0"] .footer-top-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #004b8d 0%, #0066c0 100%);
}
.strip[data-id="4b82d0"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id="4b82d0"] .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}
.strip[data-id="4b82d0"] .footer-column {
  display: flex;
  flex-direction: column;
}
.strip[data-id="4b82d0"] .footer-logo {
  margin-bottom: 25px;
}
.strip[data-id="4b82d0"] .brand-name {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
}
.strip[data-id="4b82d0"] .brand-name:hover {
  color: #a2d149;
}
.strip[data-id="4b82d0"] .footer-description {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}
.strip[data-id="4b82d0"] .column-title {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id="4b82d0"] .column-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #004b8d;
}
.strip[data-id="4b82d0"] .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="4b82d0"] .footer-links li {
  margin-bottom: 14px;
}
.strip[data-id="4b82d0"] .footer-links a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}
.strip[data-id="4b82d0"] .footer-links a:hover {
  color: #a2d149;
  transform: translateX(5px);
}
.strip[data-id="4b82d0"] .social-icons {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
}
.strip[data-id="4b82d0"] .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: rgba(0, 75, 141, 0.2);
  border: 1px solid rgba(0, 75, 141, 0.4);
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #ffffff;
}
.strip[data-id="4b82d0"] .social-icon svg {
  fill: currentColor;
  transition: transform 0.3s ease;
}
.strip[data-id="4b82d0"] .social-icon:hover {
  background-color: #a2d149;
  border-color: #a2d149;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(162, 209, 73, 0.2);
  color: #111111;
}
.strip[data-id="4b82d0"] .social-icon:hover svg {
  transform: scale(1.1);
}
.strip[data-id="4b82d0"] .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.strip[data-id="4b82d0"] .footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}
.strip[data-id="4b82d0"] .footer-contact-item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="4b82d0"] .footer-contact-item a:hover {
  color: #a2d149;
}
.strip[data-id="4b82d0"] .footer-bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.strip[data-id="4b82d0"] .footer-copyright p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
@media (max-width: 992px) {
  .strip[data-id="4b82d0"] .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .strip[data-id="4b82d0"] .footer-column.logo-column {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .strip[data-id="4b82d0"] .footer-section {
    padding: 60px 0 30px 0;
  }
  .strip[data-id="4b82d0"] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }
  .strip[data-id="4b82d0"] .footer-column.logo-column {
    grid-column: span 1;
  }
  .strip[data-id="4b82d0"] .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="4b82d0"] .column-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="4b82d0"] .footer-column {
    align-items: center;
    text-align: center;
  }
  .strip[data-id="4b82d0"] .footer-links a:hover {
    transform: none;
  }
}