@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;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;
}.strip[data-id=d0f836] {
  --section-id: "d0f836";
  --storage-url: "https://preview-lymfoterapie-cz.praweb.cz/_section/d0f836";
  --public-url: "https://preview-lymfoterapie-cz.praweb.cz/_section/d0f836";
  /* Hamburger animation */
}
.strip[data-id=d0f836] .site-header {
  width: 100%;
  height: 80px;
  background: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 2px 15px hsla(0, 0%, 0%, 0.05);
  display: flex;
  align-items: center;
  z-index: 1000;
  transition: background 0.3s ease;
}
.strip[data-id=d0f836] .header-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=d0f836] .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.strip[data-id=d0f836] .logo-link:hover {
  transform: scale(1.02);
}
.strip[data-id=d0f836] .logo-img {
  height: 50px;
  width: auto;
  display: block;
  /* Blend the gray background of the logo with the header */
  mix-blend-mode: multiply;
}
.strip[data-id=d0f836] .nav-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
.strip[data-id=d0f836] .main-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.strip[data-id=d0f836] .main-nav li a {
  text-decoration: none;
  color: hsl(0, 0%, 20%);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 8px 0;
  position: relative;
  transition: color 0.3s ease;
}
.strip[data-id=d0f836] .main-nav li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: hsl(138, 25%, 39%);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id=d0f836] .main-nav li a:hover {
  color: hsl(138, 25%, 39%);
}
.strip[data-id=d0f836] .main-nav li a:hover::after {
  width: 100%;
}
.strip[data-id=d0f836] .contact-icon {
  color: hsl(0, 0%, 20%);
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: hsla(0, 0%, 0%, 0.03);
}
.strip[data-id=d0f836] .contact-icon:hover {
  color: #fff;
  background: hsl(138, 25%, 39%);
  transform: translateY(-2px);
}
.strip[data-id=d0f836] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}
.strip[data-id=d0f836] .mobile-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: hsl(0, 0%, 20%);
  margin: 6px 0;
  transition: all 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
@media (max-width: 991px) {
  .strip[data-id=d0f836] .mobile-toggle {
    display: block;
  }
  .strip[data-id=d0f836] .nav-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    padding: 40px 20px;
    gap: 40px;
    box-shadow: -10px 0 30px hsla(0, 0%, 0%, 0.1);
    transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1000;
  }
  .strip[data-id=d0f836] .nav-wrapper.active {
    right: 0;
  }
  .strip[data-id=d0f836] .main-nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 20px;
  }
  .strip[data-id=d0f836] .main-nav li {
    width: 100%;
  }
  .strip[data-id=d0f836] .main-nav li a {
    font-size: 18px;
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .strip[data-id=d0f836] .contact-icon {
    align-self: flex-start;
  }
}
.strip[data-id=d0f836] .mobile-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id=d0f836] .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-20px);
}
.strip[data-id=d0f836] .mobile-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}.strip[data-id=d3c037] {
  --section-id: "d3c037";
  --storage-url: "https://preview-lymfoterapie-cz.praweb.cz/_section/d3c037";
  --public-url: "https://preview-lymfoterapie-cz.praweb.cz/_section/d3c037";
}
.strip[data-id=d3c037] .hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  padding: 100px 0; /* Space for sticky header */
}
.strip[data-id=d3c037] .background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.strip[data-id=d3c037] .background-wrapper img,
.strip[data-id=d3c037] .background-wrapper .proweb-generated-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id=d3c037] .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, hsla(0, 0%, 100%, 0.6) 0%, hsla(0, 0%, 100%, 0.2) 100%);
}
.strip[data-id=d3c037] .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.strip[data-id=d3c037] .glass-panel {
  background: hsla(0, 0%, 100%, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 80px 60px;
  border-radius: 30px;
  border: 1px solid hsla(0, 0%, 100%, 0.4);
  text-align: center;
  max-width: 850px;
  box-shadow: 0 20px 50px hsla(0, 0%, 0%, 0.1);
  animation: fadeInUp 1s ease-out;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.strip[data-id=d3c037] h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 5vw, 64px);
  color: hsl(0, 0%, 15%);
  line-height: 1.1;
  margin: 0 0 24px 0;
  letter-spacing: -1px;
}
.strip[data-id=d3c037] p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2vw, 22px);
  color: hsl(0, 0%, 25%);
  margin: 0 auto 48px auto;
  max-width: 600px;
  line-height: 1.6;
}
.strip[data-id=d3c037] .cta-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.strip[data-id=d3c037] .btn {
  background: hsl(138, 25%, 39%);
  color: #ffffff;
  padding: 20px 50px;
  border-radius: 100px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 30px hsla(138, 25%, 39%, 0.4);
}
.strip[data-id=d3c037] .btn:hover {
  transform: scale(1.05) translateY(-5px);
  background: hsl(138, 25%, 30%);
  box-shadow: 0 15px 40px hsla(138, 25%, 30%, 0.5);
}
.strip[data-id=d3c037] .scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: hsla(0, 0%, 20%, 0.6);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
@media (max-width: 768px) {
  .strip[data-id=d3c037] .hero-section {
    min-height: 80vh;
    padding: 80px 0;
  }
  .strip[data-id=d3c037] .glass-panel {
    padding: 50px 30px;
    margin: 0 15px;
    border-radius: 20px;
  }
  .strip[data-id=d3c037] h1 {
    margin-bottom: 20px;
  }
  .strip[data-id=d3c037] p {
    margin-bottom: 35px;
  }
  .strip[data-id=d3c037] .btn {
    padding: 16px 36px;
    font-size: 16px;
    width: 100%;
  }
}@charset "UTF-8";
.strip[data-id="61de41"] {
  --section-id: "61de41";
  --storage-url: "https://preview-lymfoterapie-cz.praweb.cz/_section/61de41";
  --public-url: "https://preview-lymfoterapie-cz.praweb.cz/_section/61de41";
  /* Jemná textura papíru */
}
.strip[data-id="61de41"] section {
  background-color: hsl(0, 0%, 96%);
  position: relative;
  overflow: hidden;
  padding: 120px 20px;
}
.strip[data-id="61de41"] section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.04;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}
.strip[data-id="61de41"] .container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 1;
}
.strip[data-id="61de41"] .image-column {
  flex: 0 0 45%;
  position: relative;
}
.strip[data-id="61de41"] .text-column {
  flex: 0 0 55%;
}
.strip[data-id="61de41"] .accent-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  color: hsla(138, 25%, 39%, 0.6);
}
.strip[data-id="61de41"] h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 42px;
  color: hsl(138, 25%, 39%);
  margin-bottom: 28px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.strip[data-id="61de41"] p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: hsl(0, 0%, 25%);
  line-height: 1.8;
  margin-bottom: 0;
}
.strip[data-id="61de41"] .image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.strip[data-id="61de41"] .main-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
  position: relative;
  z-index: 2;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s ease;
}
.strip[data-id="61de41"] .image-wrapper:hover .main-image {
  transform: translateY(-5px);
}
.strip[data-id="61de41"] .organic-shape {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 100%;
  height: 100%;
  background-color: hsla(138, 25%, 39%, 0.1);
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  z-index: 1;
  animation: morph 15s ease-in-out infinite alternate;
}
@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
@media (max-width: 1024px) {
  .strip[data-id="61de41"] .container {
    gap: 40px;
  }
  .strip[data-id="61de41"] h2 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="61de41"] section {
    padding: 80px 20px;
  }
  .strip[data-id="61de41"] .container {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="61de41"] .image-column, .strip[data-id="61de41"] .text-column {
    flex: 0 0 100%;
    width: 100%;
  }
  .strip[data-id="61de41"] .image-column {
    max-width: 450px;
    margin: 0 auto 50px;
  }
  .strip[data-id="61de41"] .accent-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id="61de41"] .organic-shape {
    bottom: -20px;
    right: -20px;
  }
}.strip[data-id=f5925b] {
  --section-id: "f5925b";
  --storage-url: "https://preview-lymfoterapie-cz.praweb.cz/_section/f5925b";
  --public-url: "https://preview-lymfoterapie-cz.praweb.cz/_section/f5925b";
}
.strip[data-id=f5925b] section {
  padding: 80px 20px;
  background-color: hsl(0, 0%, 100%);
  font-family: "Montserrat", sans-serif;
}
.strip[data-id=f5925b] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=f5925b] .header-content {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id=f5925b] h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: hsl(0, 0%, 20%);
  margin: 0 0 20px 0;
}
.strip[data-id=f5925b] .intro-text {
  font-size: 18px;
  line-height: 1.6;
  color: hsla(0, 0%, 20%, 0.8);
  max-width: 800px;
  margin: 0 auto;
}
.strip[data-id=f5925b] .feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.strip[data-id=f5925b] .card {
  background-color: hsl(0, 0%, 100%);
  border: 1px solid hsla(138, 25%, 39%, 0.2);
  border-radius: 16px;
  padding: 40px 25px;
  text-align: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.strip[data-id=f5925b] .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px hsla(0, 0%, 0%, 0.1);
}
.strip[data-id=f5925b] .icon-wrapper {
  width: 70px;
  height: 70px;
  background-color: hsla(138, 25%, 39%, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  color: hsl(138, 25%, 39%);
}
.strip[data-id=f5925b] .icon-wrapper svg {
  width: 32px;
  height: 32px;
}
.strip[data-id=f5925b] .card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: hsl(0, 0%, 20%);
  margin: 0;
}
@media (max-width: 1024px) {
  .strip[data-id=f5925b] .feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .strip[data-id=f5925b] h2 {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .strip[data-id=f5925b] section {
    padding: 60px 20px;
  }
  .strip[data-id=f5925b] .feature-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=f5925b] h2 {
    font-size: 28px;
  }
}.strip[data-id="37e403"] {
  --section-id: "37e403";
  --storage-url: "https://preview-lymfoterapie-cz.praweb.cz/_section/37e403";
  --public-url: "https://preview-lymfoterapie-cz.praweb.cz/_section/37e403";
}
.strip[data-id="37e403"] .contact-section {
  background-color: hsl(0, 0%, 94%);
  padding: 100px 20px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="37e403"] .contact-section::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, hsla(138, 25%, 39%, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id="37e403"] .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id="37e403"] .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
}
.strip[data-id="37e403"] h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 42px;
  color: hsl(0, 0%, 20%);
  margin-bottom: 24px;
  margin-top: 0;
  line-height: 1.2;
}
.strip[data-id="37e403"] .lead-text {
  font-size: 18px;
  line-height: 1.7;
  color: hsl(0, 0%, 35%);
  margin-bottom: 40px;
}
.strip[data-id="37e403"] .email-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
  padding: 20px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 15px hsla(0, 0%, 0%, 0.03);
  width: fit-content;
}
.strip[data-id="37e403"] .email-icon {
  width: 48px;
  height: 48px;
  background-color: hsla(138, 25%, 39%, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(138, 25%, 39%);
}
.strip[data-id="37e403"] .email-wrapper p {
  margin: 0;
  font-size: 16px;
  color: hsl(0, 0%, 40%);
}
.strip[data-id="37e403"] .email-wrapper .email-link {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: hsl(138, 25%, 39%);
  text-decoration: none;
  transition: color 0.2s ease;
}
.strip[data-id="37e403"] .email-wrapper .email-link:hover {
  color: hsl(138, 25%, 30%);
}
.strip[data-id="37e403"] .contact-form {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.strip[data-id="37e403"] .form-group {
  position: relative;
}
.strip[data-id="37e403"] .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: hsl(0, 0%, 40%);
  margin-bottom: 8px;
  transition: color 0.3s ease;
}
.strip[data-id="37e403"] input, .strip[data-id="37e403"] textarea {
  width: 100%;
  padding: 12px 0;
  background: transparent;
  border: none;
  border-bottom: 2px solid hsl(0, 0%, 85%);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: hsl(0, 0%, 20%);
  outline: none;
  transition: border-color 0.3s ease, padding-left 0.3s ease;
}
.strip[data-id="37e403"] input:focus, .strip[data-id="37e403"] textarea:focus {
  border-bottom-color: hsl(138, 25%, 39%);
  padding-left: 5px;
}
.strip[data-id="37e403"] .form-group:focus-within label {
  color: hsl(138, 25%, 39%);
}
.strip[data-id="37e403"] textarea {
  resize: none;
}
.strip[data-id="37e403"] .submit-btn {
  align-self: flex-start;
  background-color: hsl(138, 25%, 39%);
  color: white;
  border: none;
  padding: 18px 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 50px;
  margin-top: 15px;
  box-shadow: 0 10px 20px hsla(138, 25%, 39%, 0.2);
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="37e403"] .submit-btn:hover {
  background-color: hsl(138, 25%, 30%);
  transform: translateY(-3px);
  box-shadow: 0 15px 25px hsla(138, 25%, 39%, 0.3);
}
.strip[data-id="37e403"] .submit-btn:active {
  transform: translateY(-1px);
}
.strip[data-id="37e403"] .submit-btn svg {
  transition: transform 0.3s ease;
}
.strip[data-id="37e403"] .submit-btn:hover svg {
  transform: translateX(5px);
}
.strip[data-id="37e403"] .form-status {
  padding: 20px;
  border-radius: 12px;
  font-size: 15px;
  margin-top: 25px;
  text-align: center;
  display: none;
  animation: fadeIn 0.4s ease forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.strip[data-id="37e403"] .contact-map {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 60px hsla(0, 0%, 0%, 0.1);
  height: 550px;
  position: sticky;
  top: 50px;
  border: 8px solid white;
}
.strip[data-id="37e403"] .contact-map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(0.2) contrast(1.05);
}
@media (max-width: 1024px) {
  .strip[data-id="37e403"] .contact-grid {
    gap: 60px;
  }
  .strip[data-id="37e403"] .contact-map {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="37e403"] .contact-section {
    padding: 80px 20px;
  }
  .strip[data-id="37e403"] .contact-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .strip[data-id="37e403"] .contact-map {
    height: 400px;
    position: static;
    border-width: 4px;
  }
  .strip[data-id="37e403"] h2 {
    font-size: 32px;
  }
  .strip[data-id="37e403"] .email-wrapper {
    width: 100%;
  }
}.strip[data-id="16f663"] {
  --section-id: "16f663";
  --storage-url: "https://preview-lymfoterapie-cz.praweb.cz/_section/16f663";
  --public-url: "https://preview-lymfoterapie-cz.praweb.cz/_section/16f663";
}
.strip[data-id="16f663"] .footer-section {
  background-color: hsl(0, 0%, 10%);
  border-top: 1px solid hsl(0, 0%, 20%);
  padding: 60px 0 40px;
  font-family: "Montserrat", sans-serif;
  color: hsl(0, 0%, 75%);
}
.strip[data-id="16f663"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.strip[data-id="16f663"] .footer-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.strip[data-id="16f663"] .footer-text {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: hsl(0, 0%, 70%);
}
.strip[data-id="16f663"] .footer-text p {
  margin: 0;
}
.strip[data-id="16f663"] .stob-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.strip[data-id="16f663"] .stob-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid hsl(0, 0%, 30%);
  padding: 4px 12px;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.strip[data-id="16f663"] .stob-badge span {
  color: hsl(0, 0%, 90%);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.strip[data-id="16f663"] .stob-badge:hover {
  border-color: hsl(0, 0%, 100%);
  background-color: hsla(0, 0%, 100%, 0.05);
}
.strip[data-id="16f663"] .footer-links {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.strip[data-id="16f663"] .footer-link {
  color: hsl(0, 0%, 60%);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
  border-bottom: 1px solid transparent;
}
.strip[data-id="16f663"] .footer-link:hover {
  color: hsl(0, 0%, 100%);
  border-bottom-color: hsl(0, 0%, 40%);
}
.strip[data-id="16f663"] .social-icons {
  display: flex;
  gap: 20px;
}
.strip[data-id="16f663"] .social-icon {
  color: hsl(0, 0%, 60%);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="16f663"] .social-icon:hover {
  color: hsl(0, 0%, 100%);
  transform: translateY(-2px);
}
.strip[data-id="16f663"] .footer-bottom {
  width: 100%;
  border-top: 1px solid hsl(0, 0%, 15%);
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .strip[data-id="16f663"] .footer-section {
    padding: 40px 0 30px;
  }
  .strip[data-id="16f663"] .footer-container {
    gap: 30px;
  }
  .strip[data-id="16f663"] .footer-links {
    gap: 15px;
    flex-direction: column;
    align-items: center;
  }
}