@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400..900;0,700;1,400..900;1,700&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}
.strip.underlay-sticky {
    margin-top: calc(-1 * var(--sticky-header-height, 0px)) !important;
}

.strip.underlay-sticky > :first-child {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* In the admin editor, strip-controls is injected as the first child. We bypass it to style the actual user section content. */
.strip.underlay-sticky > .strip-controls {
    border-top: none !important;
}

.strip.underlay-sticky > .strip-controls + * {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Administration Editor: collapse strip divider immediately preceding an underlay strip */
.strip-divider:has(+ .strip.underlay-sticky) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    pointer-events: none !important;
    opacity: 0 !important;
}

.strip-divider:has(+ .strip.underlay-sticky) * {
    display: none !important;
}@charset "UTF-8";
.strip[data-id=d7c3dd] {
  --section-id: "d7c3dd";
  --storage-url: "https://preview-tajemstvi-krasy-cz.praweb.cz/_section/d7c3dd";
  --public-url: "https://preview-tajemstvi-krasy-cz.praweb.cz/_section/d7c3dd";
}
.strip[data-id=d7c3dd] .site-header {
  background-color: hsla(48, 33%, 96%, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.05);
  padding: 10px 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}
.strip[data-id=d7c3dd] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=d7c3dd] .logo-link {
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}
.strip[data-id=d7c3dd] .logo-link:hover {
  opacity: 0.8;
}
.strip[data-id=d7c3dd] .logo-img {
  max-height: 55px;
  width: auto;
  display: block;
  /* Odstranění bílého pozadí loga pomocí mix-blend-mode */
  mix-blend-mode: multiply;
}
.strip[data-id=d7c3dd] .main-nav {
  display: flex;
  align-items: center;
}
.strip[data-id=d7c3dd] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 35px;
}
.strip[data-id=d7c3dd] .nav-link {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: hsl(0, 0%, 15%);
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id=d7c3dd] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: hsl(39, 48%, 50%);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id=d7c3dd] .nav-link:hover {
  color: hsl(39, 48%, 50%);
}
.strip[data-id=d7c3dd] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id=d7c3dd] .header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id=d7c3dd] .btn-reservation {
  display: inline-block;
  padding: 10px 24px;
  background-color: hsl(39, 48%, 56%);
  color: white;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 2px;
  box-shadow: 0 4px 12px hsla(39, 48%, 56%, 0.2);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid transparent;
}
.strip[data-id=d7c3dd] .btn-reservation:hover {
  transform: translateY(-2px);
  background-color: transparent;
  color: hsl(39, 48%, 45%);
  border-color: hsl(39, 48%, 56%);
  box-shadow: 0 8px 20px hsla(39, 48%, 56%, 0.15);
}
.strip[data-id=d7c3dd] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
  position: relative;
  width: 40px;
  height: 40px;
}
.strip[data-id=d7c3dd] .mobile-toggle span {
  display: block;
  width: 24px;
  height: 1.5px;
  background-color: hsl(0, 0%, 10%);
  position: absolute;
  left: 8px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.strip[data-id=d7c3dd] .mobile-toggle span:nth-child(1) {
  top: 14px;
}
.strip[data-id=d7c3dd] .mobile-toggle span:nth-child(2) {
  top: 20px;
}
.strip[data-id=d7c3dd] .mobile-toggle span:nth-child(3) {
  top: 26px;
}
.strip[data-id=d7c3dd] .mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 20px;
}
.strip[data-id=d7c3dd] .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-20px);
}
.strip[data-id=d7c3dd] .mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 20px;
}
@media (max-width: 991px) {
  .strip[data-id=d7c3dd] .site-header {
    padding: 8px 0;
  }
  .strip[data-id=d7c3dd] .nav-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    gap: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    transform: translateY(-20px);
  }
  .strip[data-id=d7c3dd] .nav-list.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .strip[data-id=d7c3dd] .mobile-toggle {
    display: block;
    order: 3;
  }
  .strip[data-id=d7c3dd] .logo {
    order: 1;
  }
  .strip[data-id=d7c3dd] .header-actions {
    order: 2;
    margin-left: auto;
    margin-right: 10px;
  }
  .strip[data-id=d7c3dd] .btn-reservation {
    padding: 8px 16px;
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .strip[data-id=d7c3dd] .btn-reservation {
    display: none; /* Skryjeme na velmi malých mobilech a dáme do menu */
  }
  .strip[data-id=d7c3dd] .nav-list .btn-reservation-mobile {
    display: inline-block;
    margin-top: 20px;
  }
}
.strip[data-id=d7c3dd] .nav-list .btn-reservation-mobile {
  display: none;
}
@media (max-width: 480px) {
  .strip[data-id=d7c3dd] .nav-list .btn-reservation-mobile {
    display: inline-block;
  }
}.strip[data-id="66eaeb"] {
  --section-id: "66eaeb";
  --storage-url: "https://preview-tajemstvi-krasy-cz.praweb.cz/_section/66eaeb";
  --public-url: "https://preview-tajemstvi-krasy-cz.praweb.cz/_section/66eaeb";
}
.strip[data-id="66eaeb"] .hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  padding: 100px 0;
  overflow: hidden;
}
.strip[data-id="66eaeb"] .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.25) 100%);
  z-index: 1;
}
.strip[data-id="66eaeb"] .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}
.strip[data-id="66eaeb"] .content-box {
  max-width: 650px;
  background-color: rgba(20, 20, 20, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 80px 60px;
  border: 1px solid rgba(193, 161, 93, 0.35);
  box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.6);
  background-image: radial-gradient(circle at 2px 2px, rgba(193, 161, 93, 0.15) 1px, transparent 0);
  background-size: 32px 32px;
  opacity: 0;
  transform: translateX(-50px);
  animation: fadeInHero 1.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  border-radius: 4px;
}
@keyframes fadeInHero {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.strip[data-id="66eaeb"] .title {
  font-family: "Playfair Display", serif;
  font-size: 72px;
  color: hsl(39, 48%, 56%);
  margin: 0 0 40px 0;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.strip[data-id="66eaeb"] .divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, hsl(39, 48%, 56%), transparent);
  margin-bottom: 40px;
}
.strip[data-id="66eaeb"] .description {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: hsl(48, 33%, 96%);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 45px;
}
.strip[data-id="66eaeb"] .hero-actions {
  display: flex;
  gap: 20px;
}
.strip[data-id="66eaeb"] .btn-cta {
  display: inline-block;
  padding: 20px 45px;
  background-color: hsl(39, 48%, 56%);
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid hsl(39, 48%, 56%);
  box-shadow: 0 4px 15px rgba(193, 161, 93, 0.3);
}
.strip[data-id="66eaeb"] .btn-cta:hover {
  background-color: transparent;
  color: hsl(39, 48%, 56%);
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
.strip[data-id="66eaeb"] .scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  animation: bounce 2s infinite;
}
.strip[data-id="66eaeb"] .scroll-indicator i {
  margin-top: 12px;
  font-size: 20px;
  color: hsl(39, 48%, 56%);
}
@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: 1024px) {
  .strip[data-id="66eaeb"] .title {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="66eaeb"] .hero-section {
    min-height: 85vh;
    justify-content: center;
    padding: 120px 0 80px 0;
  }
  .strip[data-id="66eaeb"] .container {
    padding: 0 25px;
  }
  .strip[data-id="66eaeb"] .background-overlay {
    background: rgba(0, 0, 0, 0.65);
  }
  .strip[data-id="66eaeb"] .content-box {
    padding: 50px 30px;
    text-align: center;
    max-width: 100%;
    transform: translateY(30px);
    animation: fadeInMobile 1.2s ease-out forwards;
  }
  @keyframes fadeInMobile {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .strip[data-id="66eaeb"] .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .strip[data-id="66eaeb"] .divider {
    margin: 0 auto 30px auto;
  }
  .strip[data-id="66eaeb"] .description {
    font-size: 17px;
    margin-bottom: 35px;
  }
  .strip[data-id="66eaeb"] .hero-actions {
    justify-content: center;
  }
  .strip[data-id="66eaeb"] .scroll-indicator {
    display: none;
  }
}.strip[data-id=aabbe2] {
  --section-id: "aabbe2";
  --storage-url: "https://preview-tajemstvi-krasy-cz.praweb.cz/_section/aabbe2";
  --public-url: "https://preview-tajemstvi-krasy-cz.praweb.cz/_section/aabbe2";
  /* Background Decorations */
}
.strip[data-id=aabbe2] section {
  background-color: hsl(48, 33%, 96%);
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}
.strip[data-id=aabbe2] .bg-decoration {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.05;
}
.strip[data-id=aabbe2] .bg-decoration-1 {
  top: -50px;
  left: -50px;
  width: 300px;
  height: 300px;
}
.strip[data-id=aabbe2] .dots-bg {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(hsl(43, 60%, 50%) 1.5px, transparent 1.5px);
  background-size: 20px 20px;
  opacity: 0.3;
  z-index: 1;
}
.strip[data-id=aabbe2] .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 2;
}
.strip[data-id=aabbe2] .text-content {
  flex: 1.2;
}
.strip[data-id=aabbe2] .image-content {
  flex: 0.8;
  display: flex;
  justify-content: center;
  position: relative;
}
.strip[data-id=aabbe2] .icon-wrapper {
  margin-bottom: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.strip[data-id=aabbe2] .icon-wrapper svg {
  width: 32px;
  height: 32px;
  fill: hsl(43, 60%, 50%);
}
.strip[data-id=aabbe2] .subtitle {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: hsl(43, 60%, 50%);
  margin-bottom: 15px;
}
.strip[data-id=aabbe2] h2 {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  color: hsl(0, 0%, 10%);
  margin-bottom: 30px;
  line-height: 1.1;
  font-weight: 700;
}
.strip[data-id=aabbe2] p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  line-height: 1.9;
  color: hsl(0, 0%, 30%);
  max-width: 600px;
}
.strip[data-id=aabbe2] .image-wrapper {
  position: relative;
  z-index: 2;
}
.strip[data-id=aabbe2] .image-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
  border: 8px solid white;
}
.strip[data-id=aabbe2] .image-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  border-top: 2px solid hsl(43, 60%, 50%);
  border-right: 2px solid hsl(43, 60%, 50%);
  z-index: 1;
}
.strip[data-id=aabbe2] .image-wrapper::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  right: -30px;
  bottom: -30px;
  border: 1px solid hsl(43, 60%, 50%);
  z-index: -1;
}
@media (max-width: 1100px) {
  .strip[data-id=aabbe2] h2 {
    font-size: 2.5rem;
  }
  .strip[data-id=aabbe2] .container {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=aabbe2] section {
    padding: 80px 20px;
  }
  .strip[data-id=aabbe2] .container {
    flex-direction: column;
    text-align: center;
    gap: 60px;
  }
  .strip[data-id=aabbe2] .image-content {
    order: -1;
  }
  .strip[data-id=aabbe2] p {
    margin: 0 auto;
  }
  .strip[data-id=aabbe2] .image-wrapper::after {
    right: -20px;
    bottom: -20px;
  }
}
@media (max-width: 480px) {
  .strip[data-id=aabbe2] h2 {
    font-size: 2.2rem;
  }
  .strip[data-id=aabbe2] .image-wrapper::after {
    top: 15px;
    left: 15px;
    right: -15px;
    bottom: -15px;
  }
}@charset "UTF-8";
.strip[data-id=d5b3ed] {
  --section-id: "d5b3ed";
  --storage-url: "https://preview-tajemstvi-krasy-cz.praweb.cz/_section/d5b3ed";
  --public-url: "https://preview-tajemstvi-krasy-cz.praweb.cz/_section/d5b3ed";
  /* Decorative background element */
  /* Specific handling for the icon-like image */
  /* Mobile adjustments */
}
.strip[data-id=d5b3ed] .treatments-section {
  background-color: hsl(0, 0%, 100%);
  background-image: radial-gradient(circle at 10% 10%, hsla(39, 48%, 56%, 0.03) 0%, transparent 50%), radial-gradient(circle at 90% 90%, hsla(39, 48%, 56%, 0.03) 0%, transparent 50%);
  padding: 120px 20px;
  position: relative;
  overflow: hidden;
}
.strip[data-id=d5b3ed] .treatments-section::before {
  content: "✿";
  position: absolute;
  top: -50px;
  right: -30px;
  font-size: 300px;
  color: hsla(39, 48%, 56%, 0.05);
  font-family: serif;
  pointer-events: none;
  z-index: 1;
}
.strip[data-id=d5b3ed] .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id=d5b3ed] .section-header {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id=d5b3ed] .section-header h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 5vw, 48px);
  color: hsl(39, 48%, 56%);
  margin-bottom: 20px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.strip[data-id=d5b3ed] .section-header h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: hsl(39, 48%, 56%);
}
.strip[data-id=d5b3ed] .content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  position: relative;
}
@media (min-width: 1024px) {
  .strip[data-id=d5b3ed] .content-wrapper {
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    gap: 40px;
  }
}
.strip[data-id=d5b3ed] .treatments-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.strip[data-id=d5b3ed] .treatment-item {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid hsla(39, 48%, 56%, 0.15);
  padding-bottom: 30px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id=d5b3ed] .treatment-item:last-child {
  border-bottom: none;
}
.strip[data-id=d5b3ed] .treatment-item:hover {
  transform: translateX(15px);
}
.strip[data-id=d5b3ed] .treatment-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(39, 48%, 56%);
}
.strip[data-id=d5b3ed] .treatment-icon svg {
  width: 100%;
  height: 100%;
}
.strip[data-id=d5b3ed] .treatment-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: hsl(39, 48%, 56%);
  margin: 0 0 12px 0;
  font-weight: 600;
}
.strip[data-id=d5b3ed] .treatment-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: hsl(0, 0%, 29%);
  line-height: 1.7;
  margin: 0;
  font-weight: 400;
}
.strip[data-id=d5b3ed] .side-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id=d5b3ed] .side-image img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  transition: transform 0.1s ease-out;
}
.strip[data-id=d5b3ed] .img-right img {
  background: white;
  padding: 10px;
}
.strip[data-id=d5b3ed] .img-left {
  order: 1; /* Image first on mobile */
}
.strip[data-id=d5b3ed] .treatments-grid {
  order: 2;
}
.strip[data-id=d5b3ed] .img-right {
  order: 3;
}
@media (min-width: 1024px) {
  .strip[data-id=d5b3ed] .img-left {
    order: 1;
    transform: translateY(40px);
  }
  .strip[data-id=d5b3ed] .treatments-grid {
    order: 2;
  }
  .strip[data-id=d5b3ed] .img-right {
    order: 3;
    transform: translateY(-40px);
  }
}
@media (max-width: 1023px) {
  .strip[data-id=d5b3ed] .treatments-section {
    padding: 80px 20px;
  }
  .strip[data-id=d5b3ed] .side-image {
    max-width: 280px;
    margin: 0 auto;
  }
  .strip[data-id=d5b3ed] .treatment-item {
    gap: 15px;
  }
  .strip[data-id=d5b3ed] .treatment-icon {
    width: 30px;
    height: 30px;
  }
  .strip[data-id=d5b3ed] .treatment-content h3 {
    font-size: 20px;
  }
}.strip[data-id="67ccc1"] {
  --section-id: "67ccc1";
  --storage-url: "https://preview-tajemstvi-krasy-cz.praweb.cz/_section/67ccc1";
  --public-url: "https://preview-tajemstvi-krasy-cz.praweb.cz/_section/67ccc1";
}
.strip[data-id="67ccc1"] section {
  background-color: hsl(0, 0%, 20%);
  padding: 100px 0;
  font-family: "Playfair Display", serif;
  color: #fff;
}
.strip[data-id="67ccc1"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="67ccc1"] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="67ccc1"] h2 {
  color: hsl(0, 0%, 100%);
  font-size: clamp(2rem, 5vw, 2.8rem);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
}
.strip[data-id="67ccc1"] .title-underline {
  width: 80px;
  height: 3px;
  background-color: hsl(39, 48%, 56%);
  margin: 0 auto;
}
.strip[data-id="67ccc1"] .hero-visual {
  margin-bottom: 80px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  position: relative;
}
.strip[data-id="67ccc1"] .hero-visual img {
  width: 100%;
  aspect-ratio: 21/9;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}
.strip[data-id="67ccc1"] .hero-visual:hover img {
  transform: scale(1.03);
}
.strip[data-id="67ccc1"] .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 80px;
}
.strip[data-id="67ccc1"] .card {
  background-color: hsl(48, 33%, 98%);
  padding: 50px 40px;
  border-left: 5px solid hsl(39, 48%, 56%);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.strip[data-id="67ccc1"] .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsl(39, 48%, 56%);
  transform: translateX(-101%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.strip[data-id="67ccc1"] .card:hover::before {
  transform: translateX(0);
}
.strip[data-id="67ccc1"] .card-content {
  position: relative;
  z-index: 2;
}
.strip[data-id="67ccc1"] .card-icon {
  font-size: 2rem;
  color: hsl(39, 48%, 56%);
  margin-bottom: 25px;
  transition: color 0.5s ease;
}
.strip[data-id="67ccc1"] .card h3 {
  color: hsl(39, 48%, 45%); /* Darker gold for better contrast on cream */
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 20px;
  transition: color 0.5s ease;
  font-weight: 700;
}
.strip[data-id="67ccc1"] .card p {
  color: hsl(0, 0%, 30%);
  line-height: 1.8;
  margin: 0;
  transition: color 0.5s ease;
  font-size: 1.05rem;
}
.strip[data-id="67ccc1"] .card:hover .card-icon,
.strip[data-id="67ccc1"] .card:hover h3,
.strip[data-id="67ccc1"] .card:hover p {
  color: hsl(0, 0%, 0%);
}
.strip[data-id="67ccc1"] .footer-brand {
  text-align: center;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.strip[data-id="67ccc1"] .footer-brand img {
  max-width: 220px;
  height: auto;
  filter: grayscale(1) brightness(2); /* Make the logo white/silver for dark background */
  opacity: 0.8;
  transition: all 0.4s ease;
}
.strip[data-id="67ccc1"] .footer-brand img:hover {
  filter: grayscale(0) brightness(1);
  opacity: 1;
}
@media (max-width: 992px) {
  .strip[data-id="67ccc1"] .grid {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="67ccc1"] section {
    padding: 60px 0;
  }
  .strip[data-id="67ccc1"] .grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="67ccc1"] .hero-visual img {
    aspect-ratio: 16/9;
  }
  .strip[data-id="67ccc1"] .card {
    padding: 40px 30px;
  }
}.strip[data-id="425269"] {
  --section-id: "425269";
  --storage-url: "https://preview-tajemstvi-krasy-cz.praweb.cz/_section/425269";
  --public-url: "https://preview-tajemstvi-krasy-cz.praweb.cz/_section/425269";
  /* Clean direct CSS without section wrapper */
  /* Makeup Block Specifics */
  /* Decorative SVG Background */
}
.strip[data-id="425269"] section {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-family: "Playfair Display", serif;
  background-color: #ffffff;
}
.strip[data-id="425269"] .block-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 100px 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id="425269"] .laser-block {
  background-color: #fdfaf5;
}
.strip[data-id="425269"] .makeup-block {
  background-color: #ffffff;
}
.strip[data-id="425269"] .image-wrapper {
  flex: 1;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  line-height: 0;
}
.strip[data-id="425269"] .image-wrapper img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="425269"] .image-wrapper:hover img {
  transform: scale(1.08);
}
.strip[data-id="425269"] .content-box {
  flex: 1;
}
.strip[data-id="425269"] .content-box h2 {
  font-size: clamp(28px, 4vw, 42px);
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}
.strip[data-id="425269"] .content-box h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #d4af37;
  margin-top: 15px;
}
.strip[data-id="425269"] .content-box p {
  font-size: 18px;
  color: #444444;
  line-height: 1.8;
  margin-bottom: 0;
}
.strip[data-id="425269"] .makeup-block .block-container {
  flex-direction: row-reverse;
}
.strip[data-id="425269"] .round-image-wrapper {
  width: 380px;
  height: 380px;
  flex: none;
  border-radius: 50%;
  border: 1px solid #e5c05b;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0 15px 45px rgba(212, 175, 55, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.strip[data-id="425269"] .round-image-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.strip[data-id="425269"] .bg-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
}
.strip[data-id="425269"] .bg-decoration svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .strip[data-id="425269"] .block-container {
    flex-direction: column !important;
    text-align: center;
    gap: 50px;
    padding: 70px 20px;
  }
  .strip[data-id="425269"] .image-wrapper {
    width: 100%;
    max-width: 600px;
  }
  .strip[data-id="425269"] .round-image-wrapper {
    width: 300px;
    height: 300px;
  }
  .strip[data-id="425269"] .content-box h2::after {
    margin: 15px auto 0;
  }
}
@media (max-width: 480px) {
  .strip[data-id="425269"] .round-image-wrapper {
    width: 240px;
    height: 240px;
  }
}.strip[data-id=f5375a] {
  --section-id: "f5375a";
  --storage-url: "https://preview-tajemstvi-krasy-cz.praweb.cz/_section/f5375a";
  --public-url: "https://preview-tajemstvi-krasy-cz.praweb.cz/_section/f5375a";
}
.strip[data-id=f5375a] .contact-info-hub {
  padding: 100px 20px;
  background-color: hsl(48, 33%, 96%);
  font-family: "Montserrat", sans-serif;
  color: #2c2c2c;
}
.strip[data-id=f5375a] .container {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id=f5375a] .container:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.1);
}
.strip[data-id=f5375a] .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 0;
}
.strip[data-id=f5375a] .column {
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
}
.strip[data-id=f5375a] .column-sales {
  border-right: 1px solid #f0ede8;
}
.strip[data-id=f5375a] .column-contact {
  border-right: 1px solid #f0ede8;
  background-color: #faf9f7;
}
.strip[data-id=f5375a] .column-map {
  padding: 0;
  min-height: 450px;
  position: relative;
  background-color: #e5e3df; /* Placeholder background */
}
.strip[data-id=f5375a] h2 {
  font-size: 1.4rem;
  color: #1a1a1a;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  padding-bottom: 15px;
}
.strip[data-id=f5375a] h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #b38d45; /* Darker gold */
}
.strip[data-id=f5375a] .sales-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.strip[data-id=f5375a] .sales-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.strip[data-id=f5375a] .sales-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0;
}
.strip[data-id=f5375a] .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.strip[data-id=f5375a] .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 10px;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}
.strip[data-id=f5375a] .contact-item:hover {
  background-color: #ffffff;
}
.strip[data-id=f5375a] .contact-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  fill: #b38d45;
  margin-top: 2px;
}
.strip[data-id=f5375a] .contact-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.strip[data-id=f5375a] .contact-label {
  font-size: 0.7rem;
  font-weight: 700;
  color: #b38d45;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=f5375a] .contact-value {
  font-size: 0.95rem;
  color: #2c2c2c;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s ease;
}
.strip[data-id=f5375a] a.contact-value:hover {
  color: #b38d45;
  text-decoration: underline;
}
.strip[data-id=f5375a] .map-container {
  width: 100%;
  height: 100%;
  filter: grayscale(0.8) contrast(1.1) brightness(1.05);
  transition: filter 0.5s ease;
}
.strip[data-id=f5375a] .map-container:hover {
  filter: grayscale(0) contrast(1);
}
.strip[data-id=f5375a] iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
  border: 0;
  display: block;
}
@media (max-width: 1100px) {
  .strip[data-id=f5375a] .grid {
    grid-template-columns: 1fr 1fr;
  }
  .strip[data-id=f5375a] .column-contact {
    border-right: none;
  }
  .strip[data-id=f5375a] .column-map {
    grid-column: span 2;
    min-height: 400px;
  }
  .strip[data-id=f5375a] iframe {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=f5375a] .contact-info-hub {
    padding: 60px 15px;
  }
  .strip[data-id=f5375a] .grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=f5375a] .column {
    padding: 40px 30px;
    border-right: none;
    border-bottom: 1px solid #f0ede8;
  }
  .strip[data-id=f5375a] .column-map {
    border-bottom: none;
    min-height: 350px;
  }
  .strip[data-id=f5375a] iframe {
    min-height: 350px;
  }
  .strip[data-id=f5375a] .column-sales {
    order: 1;
  }
  .strip[data-id=f5375a] .column-contact {
    order: 2;
  }
  .strip[data-id=f5375a] .column-map {
    order: 3;
  }
}.strip[data-id="7da5e5"] {
  --section-id: "7da5e5";
  --storage-url: "https://preview-tajemstvi-krasy-cz.praweb.cz/_section/7da5e5";
  --public-url: "https://preview-tajemstvi-krasy-cz.praweb.cz/_section/7da5e5";
}
.strip[data-id="7da5e5"] .footer-section {
  background-color: hsl(0, 0%, 8%);
  color: hsl(48, 33%, 90%);
  padding: 60px 0 40px;
  border-top: 2px solid hsl(43, 52%, 56%);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  position: relative;
  overflow: hidden;
}
.strip[data-id="7da5e5"] .footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, hsl(43, 52%, 56%), transparent);
  opacity: 0.5;
}
.strip[data-id="7da5e5"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}
.strip[data-id="7da5e5"] .footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
.strip[data-id="7da5e5"] .footer-col {
  flex: 1;
  min-width: 280px;
}
.strip[data-id="7da5e5"] .footer-col.copyright {
  text-align: left;
}
.strip[data-id="7da5e5"] .footer-col.social {
  text-align: center;
}
.strip[data-id="7da5e5"] .footer-col.webdesign {
  text-align: right;
}
.strip[data-id="7da5e5"] .footer-col p {
  margin: 0;
  line-height: 1.8;
  font-weight: 300;
}
.strip[data-id="7da5e5"] .footer-col a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.strip[data-id="7da5e5"] .footer-col a:hover {
  color: hsl(43, 52%, 56%);
  border-bottom-color: hsl(43, 52%, 56%);
}
.strip[data-id="7da5e5"] .social-title {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 11px;
  color: hsl(43, 52%, 56%);
}
.strip[data-id="7da5e5"] .social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.strip[data-id="7da5e5"] .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid hsla(43, 52%, 56%, 0.4);
  color: hsl(43, 52%, 56%);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-decoration: none;
}
.strip[data-id="7da5e5"] .social-icon:hover {
  background-color: hsl(43, 52%, 56%);
  color: hsl(0, 0%, 8%);
  border-color: hsl(43, 52%, 56%);
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.strip[data-id="7da5e5"] .social-icon svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 992px) {
  .strip[data-id="7da5e5"] .footer-col {
    min-width: 100%;
    text-align: center !important;
  }
  .strip[data-id="7da5e5"] .footer-grid {
    gap: 50px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="7da5e5"] .footer-section {
    padding: 40px 0 30px;
  }
  .strip[data-id="7da5e5"] .social-icons {
    gap: 15px;
  }
}