@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
.strip[data-id=cb54a3] {
  --section-id: "cb54a3";
  --storage-url: "https://preview-rehama-cz.praweb.cz/_section/cb54a3";
  --public-url: "https://preview-rehama-cz.praweb.cz/_section/cb54a3";
}
.strip[data-id=cb54a3] .main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(255, 255, 255, 0);
  padding: 25px 0;
}
.strip[data-id=cb54a3] .main-header.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  padding: 12px 0;
}
.strip[data-id=cb54a3] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=cb54a3] .logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.strip[data-id=cb54a3] .logo-link:hover {
  transform: scale(1.02);
}
.strip[data-id=cb54a3] .logo-img {
  height: 48px;
  width: auto;
  object-fit: contain;
}
.strip[data-id=cb54a3] .logo-text {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: hsl(0, 0%, 20%);
  letter-spacing: -0.2px;
  text-transform: uppercase;
  line-height: 1;
}
.strip[data-id=cb54a3] .nav-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
.strip[data-id=cb54a3] .nav-desktop {
  display: block;
}
.strip[data-id=cb54a3] .nav-list {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.strip[data-id=cb54a3] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: hsl(199, 46%, 32%);
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  transition: color 0.3s ease;
}
.strip[data-id=cb54a3] .nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: hsl(186, 35%, 61%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id=cb54a3] .nav-link:hover {
  color: hsl(186, 35%, 61%);
}
.strip[data-id=cb54a3] .nav-link:hover::after {
  width: 100%;
  left: 0;
}
.strip[data-id=cb54a3] .header-cta {
  background-color: hsl(199, 46%, 32%);
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(29, 78, 103, 0.2);
}
.strip[data-id=cb54a3] .header-cta:hover {
  background-color: hsl(186, 35%, 61%);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(29, 78, 103, 0.3);
}
.strip[data-id=cb54a3] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
  width: 44px;
  height: 44px;
}
.strip[data-id=cb54a3] .mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: hsl(199, 46%, 32%);
  transition: all 0.3s ease;
}
.strip[data-id=cb54a3] .nav-mobile {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  transition: right 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  padding: 100px 30px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.strip[data-id=cb54a3] .nav-mobile.active {
  right: 0;
}
.strip[data-id=cb54a3] .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}
.strip[data-id=cb54a3] .mobile-nav-list .nav-link {
  font-size: 24px;
}
@media (max-width: 992px) {
  .strip[data-id=cb54a3] .nav-desktop, .strip[data-id=cb54a3] .header-cta-desktop {
    display: none;
  }
  .strip[data-id=cb54a3] .mobile-toggle {
    display: flex;
  }
  .strip[data-id=cb54a3] .logo-text {
    font-size: 18px;
  }
  .strip[data-id=cb54a3] .main-header {
    padding: 15px 0;
  }
}
.strip[data-id=cb54a3] .mobile-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.strip[data-id=cb54a3] .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
.strip[data-id=cb54a3] .mobile-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}@charset "UTF-8";
.strip[data-id="0c0d69"] {
  --section-id: "0c0d69";
  --storage-url: "https://preview-rehama-cz.praweb.cz/_section/0c0d69";
  --public-url: "https://preview-rehama-cz.praweb.cz/_section/0c0d69";
}
.strip[data-id="0c0d69"] .hero-section {
  background-color: hsl(200, 33%, 94%);
  padding: 140px 0;
  position: relative;
  overflow: hidden;
  /* Vylepšená textura páteře/vln na pozadí */
  background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 100 C 20 80, 40 120, 60 100 C 80 80, 100 120, 120 100 C 140 80, 160 120, 180 100 C 200 80, 220 120, 240 100' stroke='hsl(200, 33%, 91%)' fill='transparent' stroke-width='3'/%3E%3C/svg%3E");
  background-size: 400px 400px;
}
.strip[data-id="0c0d69"] .hero-section::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, hsla(186, 35%, 61%, 0.1) 0%, transparent 70%);
  z-index: 1;
}
.strip[data-id="0c0d69"] .hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 2;
}
.strip[data-id="0c0d69"] .hero-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  animation: fadeInUp 1s ease-out forwards;
}
.strip[data-id="0c0d69"] .hero-title {
  font-family: "Montserrat", sans-serif;
  font-size: 68px;
  font-weight: 800;
  color: hsl(199, 46%, 32%);
  line-height: 1.1;
  margin: 0;
  letter-spacing: -1px;
}
.strip[data-id="0c0d69"] .hero-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: hsl(0, 0%, 25%);
  line-height: 1.7;
  margin: 0;
  max-width: 600px;
}
.strip[data-id="0c0d69"] .insurance-info {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: hsl(199, 46%, 32%);
  border: 2px solid hsl(186, 35%, 61%);
  border-radius: 12px;
  padding: 16px 24px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id="0c0d69"] .insurance-info:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -10px hsla(199, 46%, 32%, 0.2);
}
.strip[data-id="0c0d69"] .insurance-icon {
  flex-shrink: 0;
  color: hsl(186, 35%, 61%);
}
.strip[data-id="0c0d69"] .hero-visual {
  position: relative;
  animation: fadeInRight 1.2s ease-out forwards;
}
.strip[data-id="0c0d69"] .hero-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2);
  animation: floating 8s ease-in-out infinite;
  display: block;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes floating {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(0.5deg);
  }
}
@media (max-width: 1100px) {
  .strip[data-id="0c0d69"] .hero-container {
    gap: 40px;
  }
  .strip[data-id="0c0d69"] .hero-title {
    font-size: 56px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="0c0d69"] .hero-section {
    padding: 100px 0;
  }
  .strip[data-id="0c0d69"] .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 50px;
  }
  .strip[data-id="0c0d69"] .hero-content {
    align-items: center;
  }
  .strip[data-id="0c0d69"] .hero-subtitle {
    margin: 0 auto;
  }
  .strip[data-id="0c0d69"] .insurance-info {
    align-self: center;
  }
  .strip[data-id="0c0d69"] .hero-visual {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .strip[data-id="0c0d69"] .hero-section {
    padding: 80px 0;
  }
  .strip[data-id="0c0d69"] .hero-title {
    font-size: 42px;
  }
  .strip[data-id="0c0d69"] .hero-subtitle {
    font-size: 18px;
  }
  .strip[data-id="0c0d69"] .insurance-info {
    padding: 12px 20px;
    font-size: 14px;
  }
}.strip[data-id="247b6e"] {
  --section-id: "247b6e";
  --storage-url: "https://preview-rehama-cz.praweb.cz/_section/247b6e";
  --public-url: "https://preview-rehama-cz.praweb.cz/_section/247b6e";
}
.strip[data-id="247b6e"] .philosophy-section {
  background-color: #ffffff;
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  color: #333;
}
.strip[data-id="247b6e"] .philosophy-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="247b6e"] .philosophy-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="247b6e"] .philosophy-title {
  font-size: 42px;
  font-weight: 700;
  color: #1a5276;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.strip[data-id="247b6e"] .philosophy-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #5dade2;
  border-radius: 2px;
}
.strip[data-id="247b6e"] .philosophy-intro {
  font-size: 20px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  color: #555;
}
.strip[data-id="247b6e"] .philosophy-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 60px 0;
}
.strip[data-id="247b6e"] .pillar-item {
  text-align: center;
  padding: 30px 20px;
  background: #f8fbfe;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id="247b6e"] .pillar-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id="247b6e"] .pillar-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  color: #5dade2;
}
.strip[data-id="247b6e"] .pillar-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.strip[data-id="247b6e"] .pillar-title {
  font-weight: 700;
  font-size: 18px;
  color: #1a5276;
  margin-bottom: 10px;
}
.strip[data-id="247b6e"] .philosophy-main {
  display: flex;
  align-items: center;
  gap: 50px;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}
.strip[data-id="247b6e"] .philosophy-image-box {
  flex-shrink: 0;
  position: relative;
}
.strip[data-id="247b6e"] .philosophy-image-wrapper {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 6px solid #eaf2f8;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.strip[data-id="247b6e"] .philosophy-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="247b6e"] .philosophy-image-box::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, #5dade2 20%, transparent 20%);
  background-size: 10px 10px;
  z-index: 1;
  opacity: 0.3;
}
.strip[data-id="247b6e"] .philosophy-content {
  flex-grow: 1;
}
.strip[data-id="247b6e"] .philosophy-text {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
}
.strip[data-id="247b6e"] .philosophy-text p {
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .strip[data-id="247b6e"] .philosophy-pillars {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id="247b6e"] .philosophy-main {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }
  .strip[data-id="247b6e"] .philosophy-image-box {
    margin-bottom: 20px;
  }
}@charset "UTF-8";
.strip[data-id="592ad6"] {
  --section-id: "592ad6";
  --storage-url: "https://preview-rehama-cz.praweb.cz/_section/592ad6";
  --public-url: "https://preview-rehama-cz.praweb.cz/_section/592ad6";
  /* Dekorativní prvek na pozadí */
  /* Dekorativní "páska" nebo stín pod polaroidem */
}
.strip[data-id="592ad6"] .physio-offer-section {
  background-color: #f0f7f9;
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="592ad6"] .physio-offer-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(152, 210, 219, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id="592ad6"] .physio-offer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id="592ad6"] .section-header {
  text-align: center;
  margin-bottom: 70px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.strip[data-id="592ad6"] .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2c5364;
  margin-bottom: 20px;
}
.strip[data-id="592ad6"] .section-header p {
  font-size: 18px;
  color: #555555;
  line-height: 1.6;
}
.strip[data-id="592ad6"] .physio-layout {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.strip[data-id="592ad6"] .physio-sidebar {
  flex: 0 0 300px;
  display: flex;
  justify-content: center;
}
.strip[data-id="592ad6"] .polaroid-wrapper {
  position: relative;
  padding: 10px;
}
.strip[data-id="592ad6"] .polaroid-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
  width: 100px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.strip[data-id="592ad6"] .polaroid {
  background: #ffffff;
  padding: 12px 12px 35px 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transform: rotate(-3deg);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 212px; /* 188px image + 2*12px padding */
}
.strip[data-id="592ad6"] .polaroid:hover {
  transform: rotate(0deg) scale(1.05);
}
.strip[data-id="592ad6"] .polaroid img {
  width: 188px; /* Originální šířka */
  height: auto;
  display: block;
  margin-bottom: 15px;
  border: 1px solid #eeeeee;
}
.strip[data-id="592ad6"] .polaroid-caption {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #666666;
  text-align: center;
  font-weight: 400;
  font-style: italic;
}
.strip[data-id="592ad6"] .physio-grid-content {
  flex: 1;
}
.strip[data-id="592ad6"] .physio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.strip[data-id="592ad6"] .service-card {
  background-color: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border: 1px solid transparent;
}
.strip[data-id="592ad6"] .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border-color: #98d2db;
}
.strip[data-id="592ad6"] .service-icon {
  width: 56px;
  height: 56px;
  background-color: #f0fbfd;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #63a4b0;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}
.strip[data-id="592ad6"] .service-card:hover .service-icon {
  background-color: #63a4b0;
  color: #ffffff;
  transform: rotate(5deg);
}
.strip[data-id="592ad6"] .service-title {
  font-size: 20px;
  font-weight: 700;
  color: #2c5364;
  margin: 0;
}
.strip[data-id="592ad6"] .service-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0;
}
@media (max-width: 1100px) {
  .strip[data-id="592ad6"] .physio-layout {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="592ad6"] .physio-layout {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .strip[data-id="592ad6"] .physio-sidebar {
    flex: 0 0 auto;
  }
  .strip[data-id="592ad6"] .section-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="592ad6"] .physio-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="592ad6"] .physio-offer-section {
    padding: 60px 0;
  }
  .strip[data-id="592ad6"] .section-header {
    margin-bottom: 40px;
  }
}.strip[data-id=eb766c] {
  --section-id: "eb766c";
  --storage-url: "https://preview-rehama-cz.praweb.cz/_section/eb766c";
  --public-url: "https://preview-rehama-cz.praweb.cz/_section/eb766c";
  /* Staggered animation for chips */
}
.strip[data-id=eb766c] .massage-section {
  position: relative;
  background: linear-gradient(135deg, hsl(200, 33%, 96%) 0%, hsl(0, 0%, 100%) 100%);
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}
.strip[data-id=eb766c] .massage-bg-decoration {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 40%;
  height: 60%;
  background: radial-gradient(circle, hsl(186, 35%, 90%) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
  filter: blur(60px);
}
.strip[data-id=eb766c] .massage-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id=eb766c] .massage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.strip[data-id=eb766c] .massage-image-wrapper {
  position: relative;
  animation: fadeInUp 1s ease-out;
}
.strip[data-id=eb766c] .massage-img {
  width: 100%;
  aspect-ratio: 4/5;
  display: block;
  border-top-left-radius: 120px;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}
.strip[data-id=eb766c] .massage-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.strip[data-id=eb766c] .massage-title {
  font-size: 42px;
  font-weight: 700;
  color: hsl(199, 46%, 25%);
  margin: 0;
  line-height: 1.1;
}
.strip[data-id=eb766c] .massage-description {
  font-size: 18px;
  line-height: 1.7;
  color: hsl(0, 0%, 30%);
  margin: 0;
  max-width: 540px;
}
.strip[data-id=eb766c] .chips-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
.strip[data-id=eb766c] .technique-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background-color: #ffffff;
  color: hsl(0, 0%, 20%);
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
  border: 1px solid hsl(200, 33%, 90%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  animation: fadeIn 0.5s ease-out both;
}
.strip[data-id=eb766c] .technique-chip:hover {
  background-color: hsl(186, 35%, 61%);
  color: #ffffff;
  border-color: hsl(186, 35%, 61%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(71, 153, 162, 0.2);
}
.strip[data-id=eb766c] .chip-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: hsl(199, 46%, 40%);
  transition: stroke 0.3s ease;
}
.strip[data-id=eb766c] .technique-chip:hover .chip-icon {
  stroke: #ffffff;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.strip[data-id=eb766c] .technique-chip:nth-child(1) {
  animation-delay: 0.1s;
}
.strip[data-id=eb766c] .technique-chip:nth-child(2) {
  animation-delay: 0.2s;
}
.strip[data-id=eb766c] .technique-chip:nth-child(3) {
  animation-delay: 0.3s;
}
.strip[data-id=eb766c] .technique-chip:nth-child(4) {
  animation-delay: 0.4s;
}
.strip[data-id=eb766c] .technique-chip:nth-child(5) {
  animation-delay: 0.5s;
}
.strip[data-id=eb766c] .technique-chip:nth-child(6) {
  animation-delay: 0.6s;
}
.strip[data-id=eb766c] .technique-chip:nth-child(7) {
  animation-delay: 0.7s;
}
@media (max-width: 992px) {
  .strip[data-id=eb766c] .massage-section {
    padding: 80px 0;
  }
  .strip[data-id=eb766c] .massage-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .strip[data-id=eb766c] .massage-image-wrapper {
    order: -1;
    max-width: 500px;
    margin: 0 auto;
  }
  .strip[data-id=eb766c] .massage-title {
    font-size: 34px;
    text-align: center;
  }
  .strip[data-id=eb766c] .massage-description {
    text-align: center;
    margin: 0 auto;
  }
  .strip[data-id=eb766c] .chips-container {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .strip[data-id=eb766c] .massage-title {
    font-size: 28px;
  }
  .strip[data-id=eb766c] .technique-chip {
    padding: 10px 16px;
    font-size: 13px;
  }
  .strip[data-id=eb766c] .massage-img {
    border-top-left-radius: 80px;
  }
}.strip[data-id="605c9a"] {
  --section-id: "605c9a";
  --storage-url: "https://preview-rehama-cz.praweb.cz/_section/605c9a";
  --public-url: "https://preview-rehama-cz.praweb.cz/_section/605c9a";
}
.strip[data-id="605c9a"] .contact-section {
  background-color: hsl(200, 33%, 94%);
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="605c9a"] .contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 80px;
  align-items: center;
}
.strip[data-id="605c9a"] .contact-info {
  flex: 1;
}
.strip[data-id="605c9a"] .contact-title {
  font-size: 32px;
  font-weight: 700;
  color: hsl(199, 46%, 32%);
  margin-bottom: 40px;
}
.strip[data-id="605c9a"] .contact-person {
  font-size: 24px;
  font-weight: 700;
  color: hsl(199, 46%, 32%);
  margin-bottom: 10px;
  display: block;
}
.strip[data-id="605c9a"] .contact-role {
  font-size: 18px;
  font-weight: 400;
  color: hsl(0, 0%, 40%);
  margin-bottom: 40px;
  display: block;
}
.strip[data-id="605c9a"] .contact-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.strip[data-id="605c9a"] .contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id="605c9a"] .icon-circle {
  width: 54px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(186, 35%, 61%);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
}
.strip[data-id="605c9a"] .icon-circle svg {
  width: 24px;
  height: 24px;
}
.strip[data-id="605c9a"] .contact-detail {
  display: flex;
  flex-direction: column;
}
.strip[data-id="605c9a"] .contact-label {
  font-size: 14px;
  font-weight: 600;
  color: hsl(186, 35%, 61%);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.strip[data-id="605c9a"] .contact-link {
  font-size: 18px;
  font-weight: 400;
  color: hsl(0, 0%, 20%);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.strip[data-id="605c9a"] .contact-link:hover {
  color: hsl(186, 35%, 61%);
  transform: translateX(5px) scale(1.02);
}
.strip[data-id="605c9a"] .contact-map-wrapper {
  flex: 1;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  position: relative;
}
.strip[data-id="605c9a"] .contact-map-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.05);
  pointer-events: none;
}
.strip[data-id="605c9a"] .contact-map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.2) contrast(1.1);
}
@media (max-width: 992px) {
  .strip[data-id="605c9a"] .contact-container {
    flex-direction: column;
    gap: 60px;
  }
  .strip[data-id="605c9a"] .contact-info {
    width: 100%;
    text-align: center;
  }
  .strip[data-id="605c9a"] .contact-item {
    justify-content: center;
    text-align: left;
  }
  .strip[data-id="605c9a"] .contact-map-wrapper {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 576px) {
  .strip[data-id="605c9a"] .contact-title {
    font-size: 28px;
  }
  .strip[data-id="605c9a"] .contact-person {
    font-size: 20px;
  }
}.strip[data-id="7e172e"] {
  --section-id: "7e172e";
  --storage-url: "https://preview-rehama-cz.praweb.cz/_section/7e172e";
  --public-url: "https://preview-rehama-cz.praweb.cz/_section/7e172e";
}
.strip[data-id="7e172e"] .footer-section {
  background-color: hsl(199, 46%, 18%);
  border-top: 2px solid hsl(186, 35%, 61%);
  padding: 60px 0 40px;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="7e172e"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: start;
}
.strip[data-id="7e172e"] .footer-col {
  text-align: center;
  position: relative;
}
@media (min-width: 769px) {
  .strip[data-id="7e172e"] .footer-col:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 1px;
    background-color: hsla(186, 35%, 61%, 0.15);
  }
}
.strip[data-id="7e172e"] .footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 15px;
  color: hsl(186, 35%, 61%);
}
.strip[data-id="7e172e"] .footer-icon svg {
  width: 100%;
  height: 100%;
}
.strip[data-id="7e172e"] .footer-text {
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
  letter-spacing: 0.02em;
}
.strip[data-id="7e172e"] .footer-link {
  color: hsl(186, 35%, 61%);
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}
.strip[data-id="7e172e"] .footer-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .strip[data-id="7e172e"] .footer-section {
    padding: 40px 0;
  }
  .strip[data-id="7e172e"] .footer-container {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .strip[data-id="7e172e"] .footer-col:not(:last-child)::after {
    display: none;
  }
}