@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:wght@700;800&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="7cfac6"] {
  --section-id: "7cfac6";
  --storage-url: "https://preview-masazekrnov-cz.praweb.cz/_section/7cfac6";
  --public-url: "https://preview-masazekrnov-cz.praweb.cz/_section/7cfac6";
}
.strip[data-id="7cfac6"] header {
  background-color: rgba(254, 250, 224, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  width: 100%;
  z-index: 1000;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(40, 54, 24, 0.05);
}
.strip[data-id="7cfac6"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.strip[data-id="7cfac6"] .logo-link {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.strip[data-id="7cfac6"] .logo-link:hover {
  transform: scale(1.02);
}
.strip[data-id="7cfac6"] .logo-img {
  max-height: 65px;
  width: auto;
  display: block;
}
.strip[data-id="7cfac6"] .nav-desktop {
  display: flex;
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.strip[data-id="7cfac6"] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #283618;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.5px;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id="7cfac6"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #d4a373;
  transition: width 0.3s ease;
}
.strip[data-id="7cfac6"] .nav-link:hover {
  color: #4a6741;
}
.strip[data-id="7cfac6"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="7cfac6"] .contact-widget {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.strip[data-id="7cfac6"] .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #283618;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}
.strip[data-id="7cfac6"] .contact-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d4a373;
}
.strip[data-id="7cfac6"] .contact-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.strip[data-id="7cfac6"] .contact-item:hover {
  color: #d4a373;
}
.strip[data-id="7cfac6"] .hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  background: #283618;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  transition: background 0.3s ease;
}
.strip[data-id="7cfac6"] .hamburger:hover {
  background: #4a6741;
}
.strip[data-id="7cfac6"] .hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fefae0;
  transition: 0.3s;
}
.strip[data-id="7cfac6"] .mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fefae0;
  padding: 30px 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  gap: 20px;
  z-index: 999;
}
.strip[data-id="7cfac6"] .mobile-menu.active {
  display: flex;
}
.strip[data-id="7cfac6"] .mobile-nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #283618;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(40, 54, 24, 0.05);
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .strip[data-id="7cfac6"] .nav-desktop, .strip[data-id="7cfac6"] .contact-widget {
    display: none;
  }
  .strip[data-id="7cfac6"] .hamburger {
    display: flex;
  }
}
.strip[data-id="7cfac6"] .hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.strip[data-id="7cfac6"] .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.strip[data-id="7cfac6"] .hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}.strip[data-id=c5111b] {
  --section-id: "c5111b";
  --storage-url: "https://preview-masazekrnov-cz.praweb.cz/_section/c5111b";
  --public-url: "https://preview-masazekrnov-cz.praweb.cz/_section/c5111b";
}
.strip[data-id=c5111b] section {
  position: relative;
  min-height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fefae0;
  text-align: center;
  padding: 100px 20px;
  overflow: hidden;
}
.strip[data-id=c5111b] .container {
  max-width: 1000px;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.strip[data-id=c5111b] .icon-top {
  font-size: 32px;
  color: #d4a373;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.strip[data-id=c5111b] h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(36px, 8vw, 64px);
  font-weight: 700;
  margin-bottom: 24px;
  color: #fefae0;
  text-shadow: 2px 4px 15px rgba(0, 0, 0, 0.6);
  line-height: 1.15;
}
.strip[data-id=c5111b] .divider {
  width: 80px;
  height: 2px;
  background-color: #d4a373;
  margin: 24px 0;
  border-radius: 2px;
}
.strip[data-id=c5111b] .subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 4vw, 22px);
  font-weight: 400;
  color: #d4a373;
  margin-bottom: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.strip[data-id=c5111b] .description {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 300;
  max-width: 750px;
  line-height: 1.7;
  margin-bottom: 48px;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
.strip[data-id=c5111b] .cta-button {
  display: inline-block;
  background-color: #4a6741;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: none;
  padding: 18px 48px;
  border-radius: 4px;
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.strip[data-id=c5111b] .cta-button:hover {
  background-color: #8ba888;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}
.strip[data-id=c5111b] .accent-image-wrapper {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  z-index: 1;
  opacity: 0.6;
  pointer-events: none;
  mask-image: linear-gradient(to top, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
}
.strip[data-id=c5111b] .accent-image {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .strip[data-id=c5111b] section {
    min-height: 80vh;
    padding: 60px 20px 120px;
  }
  .strip[data-id=c5111b] .accent-image-wrapper {
    max-width: 100%;
    opacity: 0.4;
  }
  .strip[data-id=c5111b] .description {
    margin-bottom: 32px;
  }
}.strip[data-id="889239"] {
  --section-id: "889239";
  --storage-url: "https://preview-masazekrnov-cz.praweb.cz/_section/889239";
  --public-url: "https://preview-masazekrnov-cz.praweb.cz/_section/889239";
}
.strip[data-id="889239"] .philosophy-section {
  background-color: #fefae0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E");
  padding: 120px 20px;
  font-family: "Montserrat", sans-serif;
  color: #283618;
  line-height: 1.8;
  position: relative;
  overflow: hidden;
}
.strip[data-id="889239"] .philosophy-section::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234a6741' opacity='0.03'%3E%3Cpath d='M17,8C8,10 5.9,16.17 3.82,21.34L5.71,22L6.66,19.7C7.14,19.87 7.64,20 8,20C19,20 22,3 22,3C21,5 14,5.25 9,6.25C4,7.25 2,11.5 2,13.5C2,15.5 3.75,17.25 3.75,17.25C7,8 17,8 17,8Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
.strip[data-id="889239"] .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.strip[data-id="889239"] .content-column {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.strip[data-id="889239"] header h2 {
  font-family: "Playfair Display", serif;
  color: #4a6741;
  font-size: clamp(2rem, 5vw, 2.8rem);
  margin: 0;
  line-height: 1.2;
  position: relative;
}
.strip[data-id="889239"] header h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #d4a373;
  margin-top: 15px;
}
.strip[data-id="889239"] .main-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id="889239"] p {
  margin: 0;
  font-size: 1.1rem;
  color: #3a4a2a;
}
.strip[data-id="889239"] .icons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 10px;
}
.strip[data-id="889239"] .icon-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  transition: transform 0.3s ease;
}
.strip[data-id="889239"] .icon-item:hover {
  transform: translateY(-5px);
}
.strip[data-id="889239"] .icon-wrapper {
  color: #d4a373;
  width: 50px;
  height: 50px;
  background: rgba(212, 163, 115, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.strip[data-id="889239"] .icon-wrapper svg {
  width: 100%;
  height: 100%;
}
.strip[data-id="889239"] .icon-label {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  color: #283618;
}
.strip[data-id="889239"] .image-column {
  display: flex;
  justify-content: center;
  position: relative;
}
.strip[data-id="889239"] .image-column::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
  border: 2px solid #d4a373;
  border-radius: 50px 15px 50px 15px;
  opacity: 0.3;
  z-index: -1;
}
.strip[data-id="889239"] .image-mask {
  width: 100%;
  max-width: 450px;
  aspect-ratio: 4/5;
  border-radius: 50px 15px 50px 15px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(40, 54, 24, 0.25);
  transition: transform 0.5s ease;
}
.strip[data-id="889239"] .image-mask:hover {
  transform: scale(1.02);
}
.strip[data-id="889239"] .image-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1100px) {
  .strip[data-id="889239"] .container {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="889239"] .container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .strip[data-id="889239"] .philosophy-section {
    padding: 80px 20px;
  }
  .strip[data-id="889239"] .image-column {
    order: -1;
  }
  .strip[data-id="889239"] .image-mask {
    max-width: 500px;
    aspect-ratio: 16/9;
  }
  .strip[data-id="889239"] .image-column::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .strip[data-id="889239"] .icons-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .strip[data-id="889239"] .icon-item {
    flex-direction: row;
    align-items: center;
  }
  .strip[data-id="889239"] .icon-wrapper {
    flex-shrink: 0;
  }
}.strip[data-id="6f6ea0"] {
  --section-id: "6f6ea0";
  --storage-url: "https://preview-masazekrnov-cz.praweb.cz/_section/6f6ea0";
  --public-url: "https://preview-masazekrnov-cz.praweb.cz/_section/6f6ea0";
  /* Centering the last item if it's alone in a row */
}
.strip[data-id="6f6ea0"] .services-section {
  padding: 100px 20px;
  background-color: #fcfaf7;
  background-image: radial-gradient(#ece4db 1px, transparent 1px);
  background-size: 30px 30px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="6f6ea0"] .services-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: #e9edc9;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
  z-index: 0;
}
.strip[data-id="6f6ea0"] .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id="6f6ea0"] .section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}
.strip[data-id="6f6ea0"] h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #4a6741;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.strip[data-id="6f6ea0"] h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #d4a373;
}
.strip[data-id="6f6ea0"] .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
.strip[data-id="6f6ea0"] .services-grid:has(.service-card:nth-child(10):last-child) .service-card:nth-child(10) {
  grid-column: 2;
}
.strip[data-id="6f6ea0"] .service-card {
  background: #ffffff;
  border: 1px solid rgba(212, 163, 115, 0.3);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.strip[data-id="6f6ea0"] .service-card:hover {
  transform: translateY(-12px);
  border-color: #8ba888;
  box-shadow: 0 20px 40px rgba(74, 103, 65, 0.12);
}
.strip[data-id="6f6ea0"] .card-image-wrapper {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.strip[data-id="6f6ea0"] .card-image-wrapper img,
.strip[data-id="6f6ea0"] .card-image-wrapper generated-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.strip[data-id="6f6ea0"] .service-card:hover .card-image-wrapper img,
.strip[data-id="6f6ea0"] .service-card:hover .card-image-wrapper generated-img {
  transform: scale(1.08);
}
.strip[data-id="6f6ea0"] .service-icon-badge {
  position: absolute;
  bottom: -25px;
  right: 25px;
  width: 50px;
  height: 50px;
  background: #4a6741;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 2;
  transition: background 0.3s ease;
}
.strip[data-id="6f6ea0"] .service-card:hover .service-icon-badge {
  background: #8ba888;
}
.strip[data-id="6f6ea0"] .service-icon-badge svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
}
.strip[data-id="6f6ea0"] .card-content {
  padding: 40px 25px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id="6f6ea0"] h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #4a6741;
  margin: 0 0 15px 0;
  line-height: 1.2;
}
.strip[data-id="6f6ea0"] p {
  font-size: 15px;
  color: #283618;
  line-height: 1.7;
  margin: 0;
  opacity: 0.9;
}
@media (max-width: 1100px) {
  .strip[data-id="6f6ea0"] .services-grid {
    gap: 25px;
  }
  .strip[data-id="6f6ea0"] h2 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="6f6ea0"] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id="6f6ea0"] .services-grid:has(.service-card:nth-child(10):last-child) .service-card:nth-child(10) {
    grid-column: span 1;
  }
}
@media (max-width: 768px) {
  .strip[data-id="6f6ea0"] .services-section {
    padding: 70px 15px;
  }
  .strip[data-id="6f6ea0"] h2 {
    font-size: 34px;
  }
  .strip[data-id="6f6ea0"] .services-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .strip[data-id="6f6ea0"] .card-image-wrapper {
    height: 220px;
  }
  .strip[data-id="6f6ea0"] .card-content {
    padding: 35px 20px 25px;
  }
}.strip[data-id="909c2a"] {
  --section-id: "909c2a";
  --storage-url: "https://preview-masazekrnov-cz.praweb.cz/_section/909c2a";
  --public-url: "https://preview-masazekrnov-cz.praweb.cz/_section/909c2a";
}
.strip[data-id="909c2a"] .price-section {
  position: relative;
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 80px 0;
}
.strip[data-id="909c2a"] .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 54, 24, 0.7);
  z-index: 1;
}
.strip[data-id="909c2a"] .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.strip[data-id="909c2a"] .price-box {
  margin-bottom: 40px;
}
.strip[data-id="909c2a"] .price-box h2 {
  font-family: "Playfair Display", serif;
  font-size: 56px;
  color: #d4a373;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
}
.strip[data-id="909c2a"] .service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.strip[data-id="909c2a"] .service-list span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fefae0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="909c2a"] .service-list .dot {
  color: #d4a373;
  font-weight: bold;
}
.strip[data-id="909c2a"] .booking-info {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fefae0;
  opacity: 0.8;
}
.strip[data-id="909c2a"] .booking-info a {
  color: #d4a373;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.strip[data-id="909c2a"] .booking-info a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .strip[data-id="909c2a"] .price-section {
    padding: 60px 0;
    background-attachment: scroll;
  }
  .strip[data-id="909c2a"] .price-box h2 {
    font-size: 42px;
  }
  .strip[data-id="909c2a"] .service-list {
    flex-direction: column;
    gap: 5px;
  }
  .strip[data-id="909c2a"] .service-list .dot {
    display: none;
  }
}.strip[data-id="225e01"] {
  --section-id: "225e01";
  --storage-url: "https://preview-masazekrnov-cz.praweb.cz/_section/225e01";
  --public-url: "https://preview-masazekrnov-cz.praweb.cz/_section/225e01";
  /* Decorative element */
}
.strip[data-id="225e01"] .contact-section {
  padding: 100px 0;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  color: #283618;
  position: relative;
  overflow: hidden;
}
.strip[data-id="225e01"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="225e01"] .contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  box-shadow: 0 20px 50px rgba(40, 54, 24, 0.1);
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
}
.strip[data-id="225e01"] .contact-info {
  flex: 1 1 500px;
  padding: 80px 60px;
  background-color: rgba(139, 168, 136, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.strip[data-id="225e01"] .contact-info::before {
  content: "\f06c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  bottom: -20px;
  right: -20px;
  font-size: 15rem;
  color: rgba(74, 103, 65, 0.03);
  pointer-events: none;
  transform: rotate(-15deg);
}
.strip[data-id="225e01"] .contact-map {
  flex: 1 1 500px;
  min-height: 500px;
  line-height: 0;
  position: relative;
}
.strip[data-id="225e01"] .contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(30%) contrast(95%) brightness(1.05) saturate(0.8);
  transition: filter 0.5s ease;
}
.strip[data-id="225e01"] .contact-map:hover iframe {
  filter: grayscale(0%) contrast(100%) brightness(1) saturate(1);
}
.strip[data-id="225e01"] h2 {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  color: #4a6741;
  margin-bottom: 25px;
  margin-top: 0;
  position: relative;
}
.strip[data-id="225e01"] h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #d4a373;
  margin-top: 15px;
}
.strip[data-id="225e01"] .contact-lead {
  font-size: 1.15rem;
  margin-bottom: 50px;
  line-height: 1.7;
  color: #4a6741;
}
.strip[data-id="225e01"] .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="225e01"] .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
  transition: transform 0.3s ease;
}
.strip[data-id="225e01"] .contact-item:hover {
  transform: translateX(10px);
}
.strip[data-id="225e01"] .contact-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 12px;
  margin-right: 25px;
  flex-shrink: 0;
  color: #d4a373;
  font-size: 1.4rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.strip[data-id="225e01"] .contact-item:hover .contact-icon {
  background-color: #d4a373;
  color: #ffffff;
  transform: scale(1.1);
}
.strip[data-id="225e01"] .contact-text h3 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 8px 0;
  color: #d4a373;
  font-weight: 600;
}
.strip[data-id="225e01"] .contact-text p {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.5;
  font-weight: 400;
}
.strip[data-id="225e01"] .contact-text a {
  color: #283618;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}
.strip[data-id="225e01"] .contact-text a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #d4a373;
  transition: width 0.3s ease;
}
.strip[data-id="225e01"] .contact-text a:hover {
  color: #d4a373;
}
.strip[data-id="225e01"] .contact-text a:hover::after {
  width: 100%;
}
@media (max-width: 1200px) {
  .strip[data-id="225e01"] h2 {
    font-size: 3rem;
  }
}
@media (max-width: 992px) {
  .strip[data-id="225e01"] .contact-info {
    padding: 60px 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="225e01"] .contact-section {
    padding: 80px 0;
  }
  .strip[data-id="225e01"] .contact-grid {
    flex-direction: column;
  }
  .strip[data-id="225e01"] .contact-info {
    padding: 60px 30px;
  }
  .strip[data-id="225e01"] .contact-map {
    min-height: 400px;
  }
  .strip[data-id="225e01"] h2 {
    font-size: 2.8rem;
  }
  .strip[data-id="225e01"] .contact-info::before {
    font-size: 10rem;
  }
}.strip[data-id=e23017] {
  --section-id: "e23017";
  --storage-url: "https://preview-masazekrnov-cz.praweb.cz/_section/e23017";
  --public-url: "https://preview-masazekrnov-cz.praweb.cz/_section/e23017";
}
.strip[data-id=e23017] .footer-wave {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #ffffff; /* Matches the white background of the section above */
  line-height: 0;
  overflow: hidden;
}
.strip[data-id=e23017] .footer-wave svg {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
}
.strip[data-id=e23017] .footer-wave .shape-fill {
  fill: #283618; /* Changed to match footer background for a cleaner transition */
}
.strip[data-id=e23017] .main-footer {
  background-color: #283618;
  color: #fefae0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 20px 0 40px 0;
  text-align: center;
}
.strip[data-id=e23017] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=e23017] .footer-logo {
  margin-bottom: 30px;
}
.strip[data-id=e23017] .footer-logo img {
  max-height: 50px;
  width: auto;
  filter: brightness(0) invert(1); /* Makes the logo ivory/white on dark background */
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.strip[data-id=e23017] .footer-logo img:hover {
  opacity: 1;
}
.strip[data-id=e23017] .footer-content {
  margin-bottom: 30px;
}
.strip[data-id=e23017] .footer-content p {
  margin: 8px 0;
  line-height: 1.6;
  opacity: 0.9;
}
.strip[data-id=e23017] .social-links {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 10px;
}
.strip[data-id=e23017] .social-links a {
  color: #d4a373;
  text-decoration: none;
  font-size: 20px;
  transition: transform 0.3s ease, color 0.3s ease;
  display: inline-block;
}
.strip[data-id=e23017] .social-links a:hover {
  color: #fefae0;
  transform: translateY(-3px);
}
@media (max-width: 768px) {
  .strip[data-id=e23017] .footer-wave {
    height: 40px;
  }
  .strip[data-id=e23017] .footer-wave svg {
    height: 40px;
  }
  .strip[data-id=e23017] .main-footer {
    padding: 10px 0 30px 0;
  }
  .strip[data-id=e23017] .footer-logo {
    margin-bottom: 20px;
  }
}