@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:wght@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=a2fe45] {
  --section-id: "a2fe45";
  --storage-url: "https://preview-masazeedita-cz.praweb.cz/_section/a2fe45";
  --public-url: "https://preview-masazeedita-cz.praweb.cz/_section/a2fe45";
  /* Mobile Menu Toggle */
  /* Mobile Menu Overlay */
  /* Responsivity */
  /* Animation for hamburger when open */
}
.strip[data-id=a2fe45] header {
  background: hsla(60, 33%, 97%, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  z-index: 1000;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id=a2fe45] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=a2fe45] .brand {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.strip[data-id=a2fe45] .logo-img {
  max-height: 60px;
  width: auto;
  display: block;
}
.strip[data-id=a2fe45] .slogan {
  font-size: 11px;
  color: hsl(77, 52%, 46%);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
  font-weight: 500;
}
.strip[data-id=a2fe45] .desktop-nav {
  display: flex;
  gap: 30px;
}
.strip[data-id=a2fe45] .nav-link {
  text-decoration: none;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0;
  position: relative;
  transition: color 0.3s ease;
}
.strip[data-id=a2fe45] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: hsl(113, 39%, 25%);
  transition: width 0.3s ease;
}
.strip[data-id=a2fe45] .nav-link:hover {
  color: hsl(113, 39%, 25%);
}
.strip[data-id=a2fe45] .nav-link:hover::after,
.strip[data-id=a2fe45] .nav-link.active::after {
  width: 100%;
}
.strip[data-id=a2fe45] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1100;
}
.strip[data-id=a2fe45] .hamburger-line {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #333333;
  margin: 5px 0;
  transition: 0.3s;
}
.strip[data-id=a2fe45] .mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: hsla(60, 33%, 97%, 0.98);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transition: 0.4s ease-in-out;
  z-index: 1050;
}
.strip[data-id=a2fe45] .mobile-nav.open {
  right: 0;
}
.strip[data-id=a2fe45] .mobile-nav .nav-link {
  font-size: 20px;
}
@media (max-width: 992px) {
  .strip[data-id=a2fe45] .desktop-nav {
    display: none;
  }
  .strip[data-id=a2fe45] .mobile-toggle {
    display: block;
  }
}
@media (max-width: 480px) {
  .strip[data-id=a2fe45] .logo-img {
    max-height: 45px;
  }
  .strip[data-id=a2fe45] .slogan {
    font-size: 9px;
  }
}
.strip[data-id=a2fe45] .mobile-toggle.active .hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.strip[data-id=a2fe45] .mobile-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.strip[data-id=a2fe45] .mobile-toggle.active .hamburger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}.strip[data-id="04a886"] {
  --section-id: "04a886";
  --storage-url: "https://preview-masazeedita-cz.praweb.cz/_section/04a886";
  --public-url: "https://preview-masazeedita-cz.praweb.cz/_section/04a886";
}
.strip[data-id="04a886"] .hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}
.strip[data-id="04a886"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.2s ease-out forwards;
}
.strip[data-id="04a886"] h1 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: clamp(36px, 8vw, 64px);
  line-height: 1.1;
  color: #f5f5dc;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.strip[data-id="04a886"] .divider {
  width: 60px;
  height: 3px;
  background-color: hsl(30, 52%, 64%);
  margin: 0 auto 30px auto;
  border-radius: 2px;
}
.strip[data-id="04a886"] p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto 40px auto;
  color: rgba(255, 255, 255, 0.95);
}
.strip[data-id="04a886"] .cta-button {
  display: inline-block;
  background-color: hsl(30, 52%, 64%);
  color: #1a1a1a;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding: 18px 45px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="04a886"] .cta-button:hover, .strip[data-id="04a886"] .cta-button:focus {
  transform: scale(1.05);
  background-color: #32cd32;
  color: #000;
  box-shadow: 0 15px 30px rgba(50, 205, 50, 0.4);
  outline: none;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .strip[data-id="04a886"] .hero-section {
    min-height: 100svh;
    background-attachment: scroll;
    padding: 80px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id="04a886"] .container {
    animation: none;
    opacity: 1;
    transform: none;
  }
}@charset "UTF-8";
.strip[data-id=bcd2b4] {
  --section-id: "bcd2b4";
  --storage-url: "https://preview-masazeedita-cz.praweb.cz/_section/bcd2b4";
  --public-url: "https://preview-masazeedita-cz.praweb.cz/_section/bcd2b4";
}
.strip[data-id=bcd2b4] .about-me {
  background-color: #fffdfa;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
.strip[data-id=bcd2b4] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=bcd2b4] .grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id=bcd2b4] .image-column {
  position: relative;
  padding: 20px;
}
.strip[data-id=bcd2b4] .texture-bg {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0e6d2;
  border-radius: 40px 10px 40px 10px;
  z-index: 1;
  /* Subtle linen-like texture */
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 50%, transparent 50%), linear-gradient(rgba(255, 255, 255, 0.08) 50%, transparent 50%);
  background-size: 4px 4px;
}
.strip[data-id=bcd2b4] .image-container {
  position: relative;
  z-index: 2;
  border-radius: 40px 10px 40px 10px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
.strip[data-id=bcd2b4] .image-container:hover {
  transform: translateY(-5px);
}
.strip[data-id=bcd2b4] .image-container img,
.strip[data-id=bcd2b4] .image-container generated-img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.strip[data-id=bcd2b4] .text-column {
  position: relative;
}
.strip[data-id=bcd2b4] .decorative-initial {
  position: absolute;
  top: -80px;
  left: -40px;
  font-size: 320px;
  font-family: "Playfair Display", serif;
  color: #2d4a22;
  opacity: 0.05;
  line-height: 1;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}
.strip[data-id=bcd2b4] .content-wrapper {
  position: relative;
  z-index: 2;
}
.strip[data-id=bcd2b4] h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #2d4a22;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.2;
}
.strip[data-id=bcd2b4] p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 25px;
}
.strip[data-id=bcd2b4] .features-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}
.strip[data-id=bcd2b4] .feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #2d4a22;
  font-weight: 500;
}
.strip[data-id=bcd2b4] .feature-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e5d3b3;
}
@media (max-width: 1100px) {
  .strip[data-id=bcd2b4] .grid {
    gap: 50px;
  }
  .strip[data-id=bcd2b4] h2 {
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  .strip[data-id=bcd2b4] .grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .strip[data-id=bcd2b4] .image-column {
    max-width: 500px;
    margin: 0 auto;
  }
  .strip[data-id=bcd2b4] .text-column {
    text-align: center;
  }
  .strip[data-id=bcd2b4] .decorative-initial {
    left: 50%;
    transform: translateX(-50%);
    font-size: 250px;
    top: -60px;
  }
  .strip[data-id=bcd2b4] .features-list {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .strip[data-id=bcd2b4] .about-me {
    padding: 60px 0;
  }
  .strip[data-id=bcd2b4] h2 {
    font-size: 32px;
  }
  .strip[data-id=bcd2b4] p {
    font-size: 16px;
    text-align: left; /* Lepší čitelnost než justify */
  }
}.strip[data-id="2d8d5d"] {
  --section-id: "2d8d5d";
  --storage-url: "https://preview-masazeedita-cz.praweb.cz/_section/2d8d5d";
  --public-url: "https://preview-masazeedita-cz.praweb.cz/_section/2d8d5d";
}
.strip[data-id="2d8d5d"] section {
  background-color: hsl(113, 39%, 22%);
  background-image: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  color: #fffdd0;
  padding: 100px 20px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="2d8d5d"] .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id="2d8d5d"] h2 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 25px;
  color: #fffdd0;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.strip[data-id="2d8d5d"] .intro-text {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px auto;
  font-size: 1.2rem;
  line-height: 1.7;
  opacity: 0.9;
}
.strip[data-id="2d8d5d"] .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id="2d8d5d"] .service-card {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(173, 255, 47, 0.15);
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  backdrop-filter: blur(5px);
}
.strip[data-id="2d8d5d"] .service-card:hover {
  transform: translateY(-10px);
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(173, 255, 47, 0.4);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.strip[data-id="2d8d5d"] .service-icon-wrapper {
  width: 70px;
  height: 70px;
  background-color: rgba(229, 205, 167, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.4s ease;
}
.strip[data-id="2d8d5d"] .service-card:hover .service-icon-wrapper {
  background-color: rgba(229, 205, 167, 0.2);
  transform: scale(1.1);
}
.strip[data-id="2d8d5d"] .service-icon {
  width: 36px;
  height: 36px;
  color: #e5cda7;
  fill: currentColor;
}
.strip[data-id="2d8d5d"] .service-card h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
  color: #fffdd0;
}
.strip[data-id="2d8d5d"] .service-card p {
  font-size: 0.9rem;
  margin-top: 15px;
  opacity: 0.8;
  line-height: 1.6;
}
@media (max-width: 1100px) {
  .strip[data-id="2d8d5d"] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="2d8d5d"] section {
    padding: 80px 15px;
  }
  .strip[data-id="2d8d5d"] h2 {
    font-size: 2.2rem;
  }
  .strip[data-id="2d8d5d"] .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id="2d8d5d"] .service-card {
    padding: 35px 25px;
  }
}@charset "UTF-8";
.strip[data-id=ded838] {
  --section-id: "ded838";
  --storage-url: "https://preview-masazeedita-cz.praweb.cz/_section/ded838";
  --public-url: "https://preview-masazeedita-cz.praweb.cz/_section/ded838";
}
.strip[data-id=ded838] section {
  background-color: #fdfbf7;
  padding: 100px 20px;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id=ded838] .container {
  max-width: 1100px;
  margin: 0 auto;
}
.strip[data-id=ded838] .info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}
.strip[data-id=ded838] .info-card {
  background: #ffffff;
  padding: 60px 50px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.strip[data-id=ded838] .info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.strip[data-id=ded838] .info-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: transparent;
}
.strip[data-id=ded838] .info-card.opening-card::before {
  background: #228b22;
}
.strip[data-id=ded838] .info-card.cancellation-card::before {
  background: #d2b48c;
}
.strip[data-id=ded838] .info-card.cancellation-card {
  border-color: rgba(210, 180, 140, 0.3);
}
.strip[data-id=ded838] .icon-wrapper {
  font-size: 48px;
  margin-bottom: 30px;
  display: inline-flex;
}
.strip[data-id=ded838] .icon-clock {
  color: #228b22;
}
.strip[data-id=ded838] .icon-warning {
  color: #d2b48c;
}
.strip[data-id=ded838] h3 {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  color: #1a3a3a;
  margin-bottom: 25px;
  margin-top: 0;
  line-height: 1.2;
}
.strip[data-id=ded838] .cancellation-card h3 {
  color: #2e7d32; /* Tmavší zelená pro lepší kontrast místo lime green */
}
.strip[data-id=ded838] p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
}
.strip[data-id=ded838] .storno-list {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 25px 0;
  border-left: 3px solid #d2b48c;
}
.strip[data-id=ded838] .storno-list li {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 15px;
  position: relative;
}
.strip[data-id=ded838] .storno-list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .strip[data-id=ded838] section {
    padding: 80px 20px;
  }
  .strip[data-id=ded838] .info-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .strip[data-id=ded838] .info-card {
    padding: 40px 30px;
  }
}
@media (max-width: 480px) {
  .strip[data-id=ded838] section {
    padding: 60px 15px;
  }
  .strip[data-id=ded838] h3 {
    font-size: 24px;
  }
  .strip[data-id=ded838] .icon-wrapper {
    font-size: 40px;
    margin-bottom: 20px;
  }
}.strip[data-id="58966d"] {
  --section-id: "58966d";
  --storage-url: "https://preview-masazeedita-cz.praweb.cz/_section/58966d";
  --public-url: "https://preview-masazeedita-cz.praweb.cz/_section/58966d";
}
.strip[data-id="58966d"] section {
  padding: 100px 0;
  background-color: #fafaf8;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="58966d"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="58966d"] .contact-layout {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  overflow: hidden;
}
.strip[data-id="58966d"] .map-wrapper {
  flex: 0 0 60%;
  min-height: 500px;
  position: relative;
  background-color: #e5e5e0;
}
.strip[data-id="58966d"] .map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%) sepia(20%) contrast(1.1) brightness(0.95);
}
.strip[data-id="58966d"] .contact-info-block {
  flex: 0 0 40%;
  background-color: rgba(205, 255, 0, 0.08);
  padding: 60px 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.strip[data-id="58966d"] h2 {
  font-family: "Playfair Display", serif;
  font-size: 38px;
  color: #1a1a1a;
  margin-bottom: 35px;
  margin-top: 0;
  line-height: 1.2;
}
.strip[data-id="58966d"] .contact-details {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.strip[data-id="58966d"] .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.strip[data-id="58966d"] .contact-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #228B22;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.strip[data-id="58966d"] .contact-text {
  flex: 1;
}
.strip[data-id="58966d"] .contact-text strong {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  color: #1a1a1a;
}
.strip[data-id="58966d"] .contact-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #4a4a4a;
}
.strip[data-id="58966d"] .phone-link {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #228B22;
  text-decoration: none;
  margin: 5px 0;
  transition: transform 0.3s ease, color 0.3s ease;
}
.strip[data-id="58966d"] .phone-link:hover {
  transform: translateX(5px);
  color: #1a6b1a;
}
.strip[data-id="58966d"] .order-note {
  margin-top: 10px;
  padding: 12px 20px;
  background: rgba(34, 139, 34, 0.05);
  border-left: 3px solid #228B22;
  font-style: italic;
  font-size: 15px;
  color: #555;
}
.strip[data-id="58966d"] .certificate-seal {
  position: absolute;
  bottom: 30px;
  right: 30px;
  max-width: 80px;
  height: auto;
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 1100px) {
  .strip[data-id="58966d"] .contact-info-block {
    padding: 40px;
  }
  .strip[data-id="58966d"] h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="58966d"] section {
    padding: 60px 0;
  }
  .strip[data-id="58966d"] .map-wrapper {
    flex: 0 0 100%;
    order: 2;
    min-height: 400px;
  }
  .strip[data-id="58966d"] .contact-info-block {
    flex: 0 0 100%;
    order: 1;
    padding: 50px 30px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="58966d"] .contact-info-block {
    padding: 40px 20px;
  }
  .strip[data-id="58966d"] h2 {
    font-size: 28px;
  }
  .strip[data-id="58966d"] .phone-link {
    font-size: 20px;
  }
  .strip[data-id="58966d"] .certificate-seal {
    position: static;
    margin: 30px auto 0;
    display: block;
    opacity: 0.5;
  }
}.strip[data-id=a861c0] {
  --section-id: "a861c0";
  --storage-url: "https://preview-masazeedita-cz.praweb.cz/_section/a861c0";
  --public-url: "https://preview-masazeedita-cz.praweb.cz/_section/a861c0";
}
.strip[data-id=a861c0] .contact-form-section {
  background-color: #fdfaf5;
  padding: 100px 20px;
  font-family: "Montserrat", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id=a861c0] .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=a861c0] .form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  padding: 60px 40px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.strip[data-id=a861c0] .icon-anchor {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.strip[data-id=a861c0] .icon-anchor svg {
  filter: drop-shadow(0 2px 4px rgba(212, 185, 150, 0.3));
}
.strip[data-id=a861c0] .header-text h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #1a3a3a;
  margin-bottom: 16px;
  font-weight: 700;
}
.strip[data-id=a861c0] .header-text p {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.6;
}
.strip[data-id=a861c0] .contact-form {
  text-align: left;
}
.strip[data-id=a861c0] .form-group {
  margin-bottom: 35px;
  position: relative;
}
.strip[data-id=a861c0] .contact-form input,
.strip[data-id=a861c0] .contact-form textarea {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 2px solid #e0e0e0;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #1a3a3a;
  outline: none;
  transition: border-color 0.3s ease, padding 0.3s ease;
  border-radius: 0;
}
.strip[data-id=a861c0] .contact-form input:focus,
.strip[data-id=a861c0] .contact-form textarea:focus {
  border-bottom: 2px solid #228b22;
  padding-left: 8px;
}
.strip[data-id=a861c0] .contact-form input::placeholder,
.strip[data-id=a861c0] .contact-form textarea::placeholder {
  color: #aaa;
  transition: opacity 0.3s ease;
}
.strip[data-id=a861c0] .contact-form input:focus::placeholder,
.strip[data-id=a861c0] .contact-form textarea:focus::placeholder {
  opacity: 0.5;
}
.strip[data-id=a861c0] .contact-form textarea {
  resize: vertical;
  min-height: 120px;
}
.strip[data-id=a861c0] .button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.strip[data-id=a861c0] .submit-btn {
  background-color: #228b22;
  color: #ffffff;
  border: none;
  padding: 18px 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(34, 139, 34, 0.2);
}
.strip[data-id=a861c0] .submit-btn:hover {
  background-color: #1a6d1a;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(34, 139, 34, 0.3);
}
.strip[data-id=a861c0] .submit-btn:active {
  transform: translateY(-1px);
}
.strip[data-id=a861c0] .success-message {
  display: none;
  background-color: #f0f9f0;
  color: #228b22;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
  font-weight: 500;
  border: 1px solid #d4edda;
}
@media (max-width: 768px) {
  .strip[data-id=a861c0] .contact-form-section {
    padding: 60px 20px;
  }
  .strip[data-id=a861c0] .form-wrapper {
    padding: 40px 25px;
  }
  .strip[data-id=a861c0] .header-text h2 {
    font-size: 32px;
  }
  .strip[data-id=a861c0] .submit-btn {
    width: 100%;
  }
}.strip[data-id="7f1f91"] {
  --section-id: "7f1f91";
  --storage-url: "https://preview-masazeedita-cz.praweb.cz/_section/7f1f91";
  --public-url: "https://preview-masazeedita-cz.praweb.cz/_section/7f1f91";
}
.strip[data-id="7f1f91"] .footer-section {
  background-color: #1a1a1a;
  color: rgba(255, 253, 240, 0.8);
  font-family: "Montserrat", sans-serif;
  padding: 80px 20px 40px;
  line-height: 1.6;
  border-top: 1px solid rgba(225, 198, 153, 0.1);
}
.strip[data-id="7f1f91"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="7f1f91"] .partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
.strip[data-id="7f1f91"] .partner-col h4 {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id="7f1f91"] .partner-col h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #32CD32;
}
.strip[data-id="7f1f91"] .partner-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="7f1f91"] .partner-links li {
  margin-bottom: 14px;
}
.strip[data-id="7f1f91"] .partner-links a {
  color: rgba(255, 253, 240, 0.7);
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="7f1f91"] .partner-links a i {
  font-size: 10px;
  opacity: 0.5;
  transition: transform 0.3s ease;
}
.strip[data-id="7f1f91"] .partner-links a:hover {
  color: #32CD32;
}
.strip[data-id="7f1f91"] .partner-links a:hover i {
  transform: translateX(3px);
  opacity: 1;
  color: #32CD32;
}
.strip[data-id="7f1f91"] .footer-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(225, 198, 153, 0.2), transparent);
  margin-bottom: 40px;
  width: 100%;
}
.strip[data-id="7f1f91"] .footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.strip[data-id="7f1f91"] .footer-info {
  font-size: 14px;
  margin-bottom: 20px;
  max-width: 700px;
  color: rgba(255, 253, 240, 0.9);
}
.strip[data-id="7f1f91"] .copyright {
  font-size: 12px;
  opacity: 0.6;
  letter-spacing: 0.5px;
}
@media (max-width: 992px) {
  .strip[data-id="7f1f91"] .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .strip[data-id="7f1f91"] .footer-section {
    padding: 60px 20px 30px;
  }
  .strip[data-id="7f1f91"] .partners-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
  .strip[data-id="7f1f91"] .partner-col h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="7f1f91"] .partner-links a {
    justify-content: center;
  }
}