@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Playfair+Display:wght@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="559954"] {
  --section-id: "559954";
  --storage-url: "https://preview-blahouskova-cz.praweb.cz/_section/559954";
  --public-url: "https://preview-blahouskova-cz.praweb.cz/_section/559954";
  /* Mobile Menu */
}
.strip[data-id="559954"] header {
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid hsl(353, 38%, 93%);
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease;
}
.strip[data-id="559954"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.strip[data-id="559954"] .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.strip[data-id="559954"] .logo-link:hover {
  opacity: 0.8;
}
.strip[data-id="559954"] .logo-img {
  max-height: 55px;
  width: auto;
  display: block;
}
.strip[data-id="559954"] .nav-desktop {
  display: flex;
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.strip[data-id="559954"] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: hsl(0, 0%, 35%);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding: 10px 0;
  transition: color 0.3s ease;
}
.strip[data-id="559954"] .nav-link:hover {
  color: hsl(354, 43%, 69%);
}
.strip[data-id="559954"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: hsl(354, 43%, 69%);
  transition: width 0.3s ease;
}
.strip[data-id="559954"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="559954"] .hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
}
.strip[data-id="559954"] .hamburger span {
  width: 100%;
  height: 2px;
  background-color: hsl(0, 0%, 35%);
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.strip[data-id="559954"] .nav-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 1050;
}
.strip[data-id="559954"] .nav-mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}
.strip[data-id="559954"] .nav-mobile-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.strip[data-id="559954"] .nav-mobile-item {
  margin: 15px 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.strip[data-id="559954"] .nav-mobile-overlay.active .nav-mobile-item {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="559954"] .nav-mobile-item:nth-child(1) {
  transition-delay: 0.1s;
}
.strip[data-id="559954"] .nav-mobile-item:nth-child(2) {
  transition-delay: 0.2s;
}
.strip[data-id="559954"] .nav-mobile-item:nth-child(3) {
  transition-delay: 0.3s;
}
.strip[data-id="559954"] .nav-mobile-item:nth-child(4) {
  transition-delay: 0.4s;
}
.strip[data-id="559954"] .nav-mobile-item:nth-child(5) {
  transition-delay: 0.5s;
}
.strip[data-id="559954"] .nav-mobile-link {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: hsl(0, 0%, 35%);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  padding: 10px;
}
.strip[data-id="559954"] .nav-mobile-link:hover {
  color: hsl(354, 43%, 69%);
}
.strip[data-id="559954"] .hamburger.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id="559954"] .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.strip[data-id="559954"] .hamburger.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 992px) {
  .strip[data-id="559954"] .nav-desktop-wrapper {
    display: none;
  }
  .strip[data-id="559954"] .hamburger {
    display: flex;
  }
  .strip[data-id="559954"] .header-container {
    height: 70px;
  }
  .strip[data-id="559954"] .logo-img {
    max-height: 45px;
  }
}.strip[data-id="0c7769"] {
  --section-id: "0c7769";
  --storage-url: "https://preview-blahouskova-cz.praweb.cz/_section/0c7769";
  --public-url: "https://preview-blahouskova-cz.praweb.cz/_section/0c7769";
}
.strip[data-id="0c7769"] .hero-section {
  position: relative;
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #fcf6f6;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.strip[data-id="0c7769"] .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(252, 246, 246, 0.95) 0%, rgba(252, 246, 246, 0.4) 100%);
  z-index: 1;
}
.strip[data-id="0c7769"] .organic-shape {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(246, 227, 229, 0.8) 0%, rgba(246, 227, 229, 0) 70%);
  border-radius: 43% 57% 70% 30%/30% 45% 55% 70%;
  z-index: 2;
  filter: blur(40px);
}
.strip[data-id="0c7769"] .container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 3;
}
.strip[data-id="0c7769"] .content-wrapper {
  max-width: 650px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease-out;
}
.strip[data-id="0c7769"] .content-wrapper.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="0c7769"] h1 {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  font-weight: 700;
  color: #6b6b6b;
  line-height: 1.1;
  margin-bottom: 24px;
  margin-top: 0;
}
.strip[data-id="0c7769"] .lead {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: rgba(107, 107, 107, 0.8);
  line-height: 1.6;
  margin-bottom: 40px;
}
.strip[data-id="0c7769"] .cta-button {
  display: inline-block;
  padding: 18px 45px;
  background-color: #d48d94;
  color: #ffffff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0 10px 20px rgba(212, 141, 148, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id="0c7769"] .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(212, 141, 148, 0.4);
}
@media (max-width: 992px) {
  .strip[data-id="0c7769"] h1 {
    font-size: 48px;
  }
  .strip[data-id="0c7769"] .hero-section {
    min-height: 70vh;
  }
}
@media (max-width: 768px) {
  .strip[data-id="0c7769"] .hero-section {
    padding: 80px 0;
    text-align: center;
  }
  .strip[data-id="0c7769"] .content-wrapper {
    margin: 0 auto;
  }
  .strip[data-id="0c7769"] h1 {
    font-size: 36px;
  }
  .strip[data-id="0c7769"] .lead {
    font-size: 18px;
  }
  .strip[data-id="0c7769"] .hero-overlay {
    background: rgba(252, 246, 246, 0.9);
  }
}.strip[data-id="5abce1"] {
  --section-id: "5abce1";
  --storage-url: "https://preview-blahouskova-cz.praweb.cz/_section/5abce1";
  --public-url: "https://preview-blahouskova-cz.praweb.cz/_section/5abce1";
  /* Decorative element behind image */
}
.strip[data-id="5abce1"] .about-me {
  padding: 100px 0;
  background-color: #ffffff;
  overflow: hidden;
}
.strip[data-id="5abce1"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="5abce1"] .grid {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  gap: 80px;
}
.strip[data-id="5abce1"] .image-col {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.strip[data-id="5abce1"] .image-col::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  background: hsl(353, 38%, 95%);
  border-radius: 50%;
  z-index: -1;
  filter: blur(40px);
}
.strip[data-id="5abce1"] .image-col img,
.strip[data-id="5abce1"] .image-col generated-img {
  width: 100%;
  height: auto;
  max-width: 480px;
  border-radius: 30px;
  object-fit: cover;
  aspect-ratio: 4/5;
  transition: transform 0.5s ease;
}
.strip[data-id="5abce1"] .image-col:hover img {
  transform: scale(1.02);
}
.strip[data-id="5abce1"] .text-box {
  background-color: hsl(353, 38%, 97%);
  border-radius: 50px;
  padding: 70px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(212, 140, 145, 0.1);
}
.strip[data-id="5abce1"] h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 700;
  color: hsl(354, 40%, 45%); /* Darkened for better contrast */
  margin-top: 0;
  margin-bottom: 28px;
  line-height: 1.1;
}
.strip[data-id="5abce1"] p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 35px;
}
.strip[data-id="5abce1"] .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="5abce1"] .features-list li {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #4a5568;
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  transition: transform 0.3s ease;
}
.strip[data-id="5abce1"] .features-list li:hover {
  transform: translateX(5px);
}
.strip[data-id="5abce1"] .features-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  background-color: hsl(354, 43%, 69%);
  border-radius: 70% 0 70% 0; /* Leaf shape */
}
@media (max-width: 1100px) {
  .strip[data-id="5abce1"] .grid {
    gap: 50px;
  }
  .strip[data-id="5abce1"] .text-box {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="5abce1"] .grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .strip[data-id="5abce1"] .image-col {
    order: 1;
    max-width: 500px;
    margin: 0 auto;
  }
  .strip[data-id="5abce1"] .content-col {
    order: 2;
  }
  .strip[data-id="5abce1"] .text-box {
    padding: 50px;
    text-align: center;
    border-radius: 40px;
  }
  .strip[data-id="5abce1"] .features-list {
    display: inline-block;
    text-align: left;
  }
  .strip[data-id="5abce1"] h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .strip[data-id="5abce1"] .about-me {
    padding: 60px 0;
  }
  .strip[data-id="5abce1"] .text-box {
    padding: 40px 25px;
    border-radius: 30px;
  }
  .strip[data-id="5abce1"] h2 {
    font-size: 32px;
  }
  .strip[data-id="5abce1"] p {
    font-size: 17px;
  }
}.strip[data-id=abf7ef] {
  --section-id: "abf7ef";
  --storage-url: "https://preview-blahouskova-cz.praweb.cz/_section/abf7ef";
  --public-url: "https://preview-blahouskova-cz.praweb.cz/_section/abf7ef";
}
.strip[data-id=abf7ef] .services-section {
  background-color: hsl(353, 38%, 95%);
  padding: 120px 0;
  width: 100%;
}
.strip[data-id=abf7ef] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=abf7ef] .section-header {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id=abf7ef] .section-title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #333;
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
  display: inline-block;
}
.strip[data-id=abf7ef] .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #ffb6c1;
  border-radius: 2px;
}
.strip[data-id=abf7ef] .service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.strip[data-id=abf7ef] .service-item {
  background-color: #ffffff;
  padding: 60px 45px;
  border-radius: 12px;
  border: 1px solid rgba(255, 182, 193, 0.2);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.strip[data-id=abf7ef] .service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffb6c1;
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left;
}
.strip[data-id=abf7ef] .service-item:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(255, 182, 193, 0.2);
}
.strip[data-id=abf7ef] .service-item:hover::before {
  transform: scaleX(1);
}
.strip[data-id=abf7ef] .service-icon {
  width: 60px;
  height: 60px;
  color: #ffb6c1;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(353, 38%, 98%);
  border-radius: 50%;
  padding: 12px;
  transition: background-color 0.3s ease;
}
.strip[data-id=abf7ef] .service-item:hover .service-icon {
  background-color: #ffb6c1;
  color: #ffffff;
}
.strip[data-id=abf7ef] .service-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.strip[data-id=abf7ef] .service-item h3 {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  color: #444;
  margin-bottom: 20px;
  margin-top: 0;
}
.strip[data-id=abf7ef] .service-item p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin: 0 0 25px 0;
}
.strip[data-id=abf7ef] .service-link {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffb6c1;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}
.strip[data-id=abf7ef] .service-link span {
  transition: transform 0.3s ease;
}
.strip[data-id=abf7ef] .service-item:hover .service-link span {
  transform: translateX(5px);
}
@media (max-width: 992px) {
  .strip[data-id=abf7ef] .service-grid {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=abf7ef] .service-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=abf7ef] .services-section {
    padding: 80px 0;
  }
  .strip[data-id=abf7ef] .section-title {
    font-size: 36px;
  }
  .strip[data-id=abf7ef] .service-item {
    padding: 45px 30px;
  }
}@charset "UTF-8";
.strip[data-id=f8393a] {
  --section-id: "f8393a";
  --storage-url: "https://preview-blahouskova-cz.praweb.cz/_section/f8393a";
  --public-url: "https://preview-blahouskova-cz.praweb.cz/_section/f8393a";
}
.strip[data-id=f8393a] .price-list-section {
  background-color: #ffffff;
  padding: 100px 20px;
  width: 100%;
}
.strip[data-id=f8393a] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=f8393a] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id=f8393a] h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #2c2c2c;
  margin: 0;
  line-height: 1.2;
}
.strip[data-id=f8393a] .divider {
  width: 60px;
  height: 3px;
  background-color: #f2a2b1;
  margin: 24px auto 0;
  border-radius: 2px;
}
.strip[data-id=f8393a] .table-wrapper {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04);
  border: 1px solid #f5e1da;
}
.strip[data-id=f8393a] .price-list {
  width: 100%;
  border-collapse: collapse;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.strip[data-id=f8393a] .price-list tr {
  border-bottom: 1px solid #f5e1da;
  transition: background-color 0.3s ease;
}
.strip[data-id=f8393a] .price-list tr:last-child {
  border-bottom: none;
}
.strip[data-id=f8393a] .price-list tr:nth-child(even) {
  background-color: #fffbfc;
}
.strip[data-id=f8393a] .price-list tr:hover {
  background-color: #fff5f7;
}
.strip[data-id=f8393a] .price-list td {
  padding: 25px 35px;
  vertical-align: middle;
}
.strip[data-id=f8393a] .price-list td:first-child {
  text-align: left;
  color: #4a4a4a;
}
.strip[data-id=f8393a] .price-list td:last-child {
  text-align: right;
  font-weight: 700;
  color: #c87e8d; /* Ztmavená růžová pro lepší kontrast a čitelnost */
  white-space: nowrap;
}
.strip[data-id=f8393a] .payment-info {
  max-width: 800px;
  margin: 40px auto 0;
  text-align: center;
}
.strip[data-id=f8393a] .payment-info p {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 15px;
  color: #708090;
  margin: 0;
}
@media (max-width: 768px) {
  .strip[data-id=f8393a] .price-list-section {
    padding: 60px 15px;
  }
  .strip[data-id=f8393a] h2 {
    font-size: 32px;
  }
  .strip[data-id=f8393a] .price-list {
    font-size: 16px;
  }
  .strip[data-id=f8393a] .price-list td {
    padding: 20px 15px;
  }
  .strip[data-id=f8393a] .table-wrapper {
    box-shadow: none;
    border-radius: 8px;
  }
}.strip[data-id="75ed6c"] {
  --section-id: "75ed6c";
  --storage-url: "https://preview-blahouskova-cz.praweb.cz/_section/75ed6c";
  --public-url: "https://preview-blahouskova-cz.praweb.cz/_section/75ed6c";
}
.strip[data-id="75ed6c"] .contact-map-section {
  background-color: #F9F1F2;
  padding: 100px 20px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="75ed6c"] .contact-map-section::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(242, 212, 215, 0.3) 0%, rgba(249, 241, 242, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id="75ed6c"] .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id="75ed6c"] h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #333;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.strip[data-id="75ed6c"] h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #F2D4D7;
  margin: 15px auto 0;
}
.strip[data-id="75ed6c"] .contact-wrapper {
  display: flex;
  gap: 80px;
  align-items: center;
}
.strip[data-id="75ed6c"] .contact-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.strip[data-id="75ed6c"] .info-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.strip[data-id="75ed6c"] .info-item .icon-box {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D4A3A9;
  box-shadow: 0 4px 15px rgba(212, 163, 169, 0.1);
  flex-shrink: 0;
}
.strip[data-id="75ed6c"] .info-item .icon-box svg {
  width: 24px;
  height: 24px;
}
.strip[data-id="75ed6c"] .info-item .text-content {
  display: flex;
  flex-direction: column;
}
.strip[data-id="75ed6c"] .info-item p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #444;
}
.strip[data-id="75ed6c"] .info-item strong {
  color: #333;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="75ed6c"] .info-item a {
  color: #444;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.strip[data-id="75ed6c"] .info-item a:hover {
  color: #D4A3A9;
  border-bottom-color: #D4A3A9;
}
.strip[data-id="75ed6c"] .note-box {
  margin-top: 10px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border-left: 4px solid #F2D4D7;
  border-radius: 0 10px 10px 0;
}
.strip[data-id="75ed6c"] .note {
  margin: 0;
  font-style: italic;
  color: #666;
  font-size: 16px;
}
.strip[data-id="75ed6c"] .map-container {
  flex: 1.2;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  height: 500px;
  position: relative;
  border: 8px solid #fff;
}
.strip[data-id="75ed6c"] .map-container iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(20%) contrast(1.1);
  border: 0;
  display: block;
}
@media (max-width: 1100px) {
  .strip[data-id="75ed6c"] .contact-wrapper {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="75ed6c"] .contact-map-section {
    padding: 80px 20px;
  }
  .strip[data-id="75ed6c"] .contact-wrapper {
    flex-direction: column;
    gap: 60px;
  }
  .strip[data-id="75ed6c"] .map-container {
    width: 100%;
    height: 400px;
  }
  .strip[data-id="75ed6c"] h2 {
    font-size: 38px;
    margin-bottom: 40px;
  }
  .strip[data-id="75ed6c"] .contact-info {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .strip[data-id="75ed6c"] .contact-map-section {
    padding: 60px 15px;
  }
  .strip[data-id="75ed6c"] h2 {
    font-size: 32px;
  }
  .strip[data-id="75ed6c"] .info-item p {
    font-size: 16px;
  }
  .strip[data-id="75ed6c"] .map-container {
    height: 300px;
    border-radius: 20px;
  }
}.strip[data-id="17b1da"] {
  --section-id: "17b1da";
  --storage-url: "https://preview-blahouskova-cz.praweb.cz/_section/17b1da";
  --public-url: "https://preview-blahouskova-cz.praweb.cz/_section/17b1da";
}
.strip[data-id="17b1da"] .footer-section {
  background-color: #fffaf9;
  border-top: 1px solid #f7d7d7;
  padding: 60px 20px 40px;
  color: #6b6b6b;
}
.strip[data-id="17b1da"] .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.strip[data-id="17b1da"] .footer-top {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 10px;
}
.strip[data-id="17b1da"] .social-link {
  color: #6b6b6b;
  text-decoration: none;
  font-size: 20px;
  transition: color 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(247, 215, 215, 0.2);
}
.strip[data-id="17b1da"] .social-link:hover {
  color: #d4a5a5;
  transform: translateY(-3px);
  background: rgba(247, 215, 215, 0.4);
}
.strip[data-id="17b1da"] .footer-nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.strip[data-id="17b1da"] .footer-nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #6b6b6b;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}
.strip[data-id="17b1da"] .footer-nav-link:hover {
  color: #d4a5a5;
}
.strip[data-id="17b1da"] .footer-bottom {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid rgba(247, 215, 215, 0.5);
  text-align: center;
}
.strip[data-id="17b1da"] .footer-text {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .strip[data-id="17b1da"] .footer-section {
    padding: 40px 15px 30px;
  }
  .strip[data-id="17b1da"] .container {
    gap: 20px;
  }
  .strip[data-id="17b1da"] .footer-nav {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .strip[data-id="17b1da"] .footer-text {
    font-size: 13px;
  }
}