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

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id=d59950] {
  --section-id: "d59950";
  --storage-url: "https://preview-mv-studio-cz.praweb.cz/_section/d59950";
  --public-url: "https://preview-mv-studio-cz.praweb.cz/_section/d59950";
  /* Mobile Menu Toggle */
  /* Responsive Styles */
  /* Toggle Animation */
}
.strip[data-id=d59950] .site-header {
  background-color: rgba(253, 247, 249, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(209, 77, 140, 0.1);
  width: 100%;
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.strip[data-id=d59950] .site-header.scrolled {
  background-color: rgba(253, 247, 249, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 5px 0;
}
.strip[data-id=d59950] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strip[data-id=d59950] .logo-link {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.strip[data-id=d59950] .logo-link:hover {
  transform: scale(1.02);
}
.strip[data-id=d59950] .logo-img {
  height: 55px;
  width: auto;
  display: block;
  object-fit: contain;
}
.strip[data-id=d59950] .main-nav {
  display: flex;
  align-items: center;
}
.strip[data-id=d59950] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 35px;
}
.strip[data-id=d59950] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #4A4A4A;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id=d59950] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #D14D8C;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id=d59950] .nav-link:hover {
  color: #D14D8C;
}
.strip[data-id=d59950] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id=d59950] .cta-wrapper {
  display: flex;
  align-items: center;
}
.strip[data-id=d59950] .cta-button {
  font-family: "Montserrat", sans-serif;
  background-color: #D14D8C;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(209, 77, 140, 0.2);
}
.strip[data-id=d59950] .cta-button:hover {
  background-color: #ffffff;
  color: #D14D8C;
  border-color: #D14D8C;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(209, 77, 140, 0.3);
}
.strip[data-id=d59950] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 18px;
  cursor: pointer;
  z-index: 1001;
}
.strip[data-id=d59950] .mobile-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #4A4A4A;
  border-radius: 2px;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .strip[data-id=d59950] .nav-list {
    gap: 20px;
  }
  .strip[data-id=d59950] .nav-link {
    font-size: 13px;
  }
}
@media (max-width: 860px) {
  .strip[data-id=d59950] .mobile-toggle {
    display: flex;
  }
  .strip[data-id=d59950] .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    flex-direction: column;
    justify-content: center;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
  }
  .strip[data-id=d59950] .main-nav.active {
    right: 0;
  }
  .strip[data-id=d59950] .nav-list {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .strip[data-id=d59950] .nav-link {
    font-size: 20px;
    font-weight: 600;
  }
  .strip[data-id=d59950] .cta-wrapper {
    display: none;
  }
  .strip[data-id=d59950] .mobile-cta-item {
    display: block !important;
    margin-top: 20px;
  }
}
.strip[data-id=d59950] .mobile-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id=d59950] .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
.strip[data-id=d59950] .mobile-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}.strip[data-id="9137fb"] {
  --section-id: "9137fb";
  --storage-url: "https://preview-mv-studio-cz.praweb.cz/_section/9137fb";
  --public-url: "https://preview-mv-studio-cz.praweb.cz/_section/9137fb";
}
.strip[data-id="9137fb"] .hero-section {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
.strip[data-id="9137fb"] .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.strip[data-id="9137fb"] .content-box {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.2s ease forwards;
}
.strip[data-id="9137fb"] .title {
  font-family: "Playfair Display", serif;
  font-size: 72px;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.2;
}
.strip[data-id="9137fb"] .title em {
  font-style: italic;
  font-weight: 400;
  color: #FDF7F9;
}
.strip[data-id="9137fb"] .divider {
  width: 80px;
  height: 1px;
  background-color: #D4AF37;
  margin: 0 auto 35px;
}
.strip[data-id="9137fb"] .subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: #FDF7F9;
  line-height: 1.6;
  max-width: 850px;
  margin: 0 auto;
}
.strip[data-id="9137fb"] .scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF;
}
.strip[data-id="9137fb"] .arrow {
  width: 20px;
  height: 20px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(45deg);
  animation: bounce 2s infinite;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) rotate(45deg);
  }
  40% {
    transform: translateY(-10px) rotate(45deg);
  }
  60% {
    transform: translateY(-5px) rotate(45deg);
  }
}
@media (max-width: 992px) {
  .strip[data-id="9137fb"] .title {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="9137fb"] .hero-section {
    min-height: 70vh;
    background-attachment: scroll;
  }
  .strip[data-id="9137fb"] .title {
    font-size: 40px;
  }
  .strip[data-id="9137fb"] .subtitle {
    font-size: 18px;
  }
  .strip[data-id="9137fb"] .divider {
    margin-bottom: 25px;
  }
}@charset "UTF-8";
.strip[data-id=dfa656] {
  --section-id: "dfa656";
  --storage-url: "https://preview-mv-studio-cz.praweb.cz/_section/dfa656";
  --public-url: "https://preview-mv-studio-cz.praweb.cz/_section/dfa656";
  /* Dekorativní prvek na pozadí */
  /* Dekorativní linka pod nadpisem */
  /* Číslování na pozadí karet pro oživení */
}
.strip[data-id=dfa656] .specialization {
  background-color: #FFFFFF;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}
.strip[data-id=dfa656] .specialization::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(209, 77, 140, 0.03) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id=dfa656] .specialization-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id=dfa656] .specialization-header {
  text-align: center;
  margin-bottom: 80px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.strip[data-id=dfa656] .specialization-header .title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #2D2D2D;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.strip[data-id=dfa656] .specialization-header .title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #D14D8C;
  border-radius: 2px;
}
.strip[data-id=dfa656] .specialization-header .intro-text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #4A4A4A;
  margin-top: 35px;
}
.strip[data-id=dfa656] .specialization-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.strip[data-id=dfa656] .spec-card {
  background-color: #FFFFFF;
  border: 1px solid #EAEAEA;
  padding: 60px 40px;
  text-align: center;
  border-radius: 16px;
  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;
  align-items: center;
  position: relative;
}
.strip[data-id=dfa656] .spec-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(209, 77, 140, 0.1);
  border-color: rgba(209, 77, 140, 0.2);
}
.strip[data-id=dfa656] .icon-box {
  width: 100px;
  height: 100px;
  background-color: #FDF7F9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid transparent;
}
.strip[data-id=dfa656] .spec-card:hover .icon-box {
  background-color: #D14D8C;
  animation: iconSway 1.2s ease-in-out infinite;
}
.strip[data-id=dfa656] .spec-card:hover .icon-box svg {
  stroke: #FFFFFF;
}
@keyframes iconSway {
  0%, 100% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(6deg);
  }
  80% {
    transform: rotate(-6deg);
  }
}
.strip[data-id=dfa656] .icon-box svg {
  width: 44px;
  height: 44px;
  transition: stroke 0.3s ease;
}
.strip[data-id=dfa656] .card-title {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  color: #2D2D2D;
  margin-bottom: 20px;
  font-weight: 600;
}
.strip[data-id=dfa656] .card-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #555555;
  margin: 0;
}
.strip[data-id=dfa656] .spec-card::before {
  content: attr(data-number);
  position: absolute;
  top: 20px;
  right: 30px;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 700;
  color: rgba(209, 77, 140, 0.05);
  pointer-events: none;
}
@media (max-width: 1100px) {
  .strip[data-id=dfa656] .specialization-grid {
    gap: 25px;
  }
  .strip[data-id=dfa656] .spec-card {
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=dfa656] .specialization-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .strip[data-id=dfa656] .specialization {
    padding: 80px 20px;
  }
  .strip[data-id=dfa656] .specialization-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=dfa656] .specialization-header {
    margin-bottom: 60px;
  }
  .strip[data-id=dfa656] .specialization-header .title {
    font-size: 36px;
  }
  .strip[data-id=dfa656] .spec-card {
    padding: 45px 25px;
  }
}.strip[data-id=ebf104] {
  --section-id: "ebf104";
  --storage-url: "https://preview-mv-studio-cz.praweb.cz/_section/ebf104";
  --public-url: "https://preview-mv-studio-cz.praweb.cz/_section/ebf104";
  /* Subtle overlay to soften the texture */
  /* Decorative element behind the image */
}
.strip[data-id=ebf104] .philosophy-section {
  background-color: #FDF7F9;
  /* Elegant subtle texture */
  background-image: radial-gradient(#D14D8C 0.5px, transparent 0.5px), radial-gradient(#D14D8C 0.5px, #FDF7F9 0.5px);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  background-attachment: fixed;
  opacity: 1;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  font-family: "Inter", sans-serif;
}
.strip[data-id=ebf104] .philosophy-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(253, 247, 249, 0.92);
  z-index: 1;
}
.strip[data-id=ebf104] .vertical-label {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
  color: rgba(0, 0, 0, 0.03);
  font-size: clamp(60px, 10vw, 120px);
  font-weight: 900;
  letter-spacing: 15px;
  pointer-events: none;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 2;
}
.strip[data-id=ebf104] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 3;
}
.strip[data-id=ebf104] .content-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 100px;
  align-items: center;
}
.strip[data-id=ebf104] .text-side {
  position: relative;
}
.strip[data-id=ebf104] .intro-text {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 50px;
  font-weight: 300;
}
.strip[data-id=ebf104] .relax-highlight {
  font-style: italic;
  color: #D14D8C;
  font-weight: 400;
}
.strip[data-id=ebf104] .signature-block {
  margin-bottom: 50px;
  position: relative;
}
.strip[data-id=ebf104] .signature-lead {
  font-size: 0.9rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.strip[data-id=ebf104] .signature-name {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #D14D8C;
  margin: 0;
  line-height: 1.1;
  position: relative;
  display: inline-block;
}
.strip[data-id=ebf104] .signature-name::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #D14D8C;
  opacity: 0.3;
}
.strip[data-id=ebf104] .goal-text {
  font-size: 1.1rem;
  color: #666;
  border-left: 4px solid #D14D8C;
  padding: 10px 0 10px 30px;
  font-weight: 400;
  max-width: 500px;
  line-height: 1.6;
}
.strip[data-id=ebf104] .image-side {
  display: flex;
  justify-content: center;
}
.strip[data-id=ebf104] .organic-image-container {
  position: relative;
  width: 100%;
  max-width: 480px;
}
.strip[data-id=ebf104] .organic-image-container::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  border: 2px solid #D14D8C;
  opacity: 0.1;
  border-radius: 40% 60% 70% 30%/40% 70% 30% 60%;
  z-index: -1;
  animation: morph 15s linear infinite alternate;
}
.strip[data-id=ebf104] .organic-image-container img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  box-shadow: 0 30px 60px rgba(209, 77, 140, 0.15);
  animation: morph 10s linear infinite alternate;
}
@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 40% 60% 70% 30%/40% 70% 30% 60%;
  }
}
@media (max-width: 1100px) {
  .strip[data-id=ebf104] .content-grid {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=ebf104] .philosophy-section {
    padding: 80px 0;
  }
  .strip[data-id=ebf104] .vertical-label {
    opacity: 0.5;
    font-size: 60px;
    left: 10px;
  }
  .strip[data-id=ebf104] .content-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 60px;
  }
  .strip[data-id=ebf104] .text-side {
    order: 2;
  }
  .strip[data-id=ebf104] .image-side {
    order: 1;
  }
  .strip[data-id=ebf104] .goal-text {
    margin: 0 auto;
    border-left: none;
    border-top: 4px solid #D14D8C;
    padding: 20px 0 0 0;
  }
  .strip[data-id=ebf104] .signature-name::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  .strip[data-id=ebf104] .container {
    padding: 0 20px;
  }
  .strip[data-id=ebf104] .intro-text {
    font-size: 1.1rem;
  }
  .strip[data-id=ebf104] .vertical-label {
    display: none;
  }
}.strip[data-id="5972d1"] {
  --section-id: "5972d1";
  --storage-url: "https://preview-mv-studio-cz.praweb.cz/_section/5972d1";
  --public-url: "https://preview-mv-studio-cz.praweb.cz/_section/5972d1";
}
.strip[data-id="5972d1"] .location-section {
  padding: 120px 0;
  background-color: #fcfcfc;
}
.strip[data-id="5972d1"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="5972d1"] .location-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}
.strip[data-id="5972d1"] .image-box {
  flex: 1;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  aspect-ratio: 4/3;
}
.strip[data-id="5972d1"] .image-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="5972d1"] .image-box:hover img {
  transform: scale(1.08);
}
.strip[data-id="5972d1"] .content-box {
  flex: 1;
  border-left: 6px solid #D14D8C;
  padding: 10px 0 10px 40px;
}
.strip[data-id="5972d1"] .heading-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.strip[data-id="5972d1"] .heading-wrapper i {
  font-size: 28px;
  color: #D14D8C;
}
.strip[data-id="5972d1"] .heading {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #333333;
  margin: 0;
  line-height: 1.2;
}
.strip[data-id="5972d1"] .description {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #555555;
}
.strip[data-id="5972d1"] .description p {
  margin: 0 0 25px 0;
}
.strip[data-id="5972d1"] .description strong {
  color: #4A4A4A;
  font-weight: 700;
}
.strip[data-id="5972d1"] .map-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #D14D8C;
  color: #FFFFFF;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 10px 20px rgba(209, 77, 140, 0.2);
}
.strip[data-id="5972d1"] .map-button:hover {
  background-color: #b03d73;
  transform: translateY(-2px);
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .strip[data-id="5972d1"] .location-section {
    padding: 80px 0;
  }
  .strip[data-id="5972d1"] .location-wrapper {
    flex-direction: column;
    gap: 50px;
    text-align: center;
  }
  .strip[data-id="5972d1"] .content-box {
    padding: 0;
    border-left: none;
    border-top: 4px solid #D14D8C;
    padding-top: 30px;
  }
  .strip[data-id="5972d1"] .heading-wrapper {
    justify-content: center;
  }
  .strip[data-id="5972d1"] .image-box {
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 576px) {
  .strip[data-id="5972d1"] .heading {
    font-size: 30px;
  }
  .strip[data-id="5972d1"] .description {
    font-size: 16px;
  }
  .strip[data-id="5972d1"] .map-button {
    width: 100%;
    justify-content: center;
  }
}.strip[data-id="73e6e8"] {
  --section-id: "73e6e8";
  --storage-url: "https://preview-mv-studio-cz.praweb.cz/_section/73e6e8";
  --public-url: "https://preview-mv-studio-cz.praweb.cz/_section/73e6e8";
  /* Decorative background element */
}
.strip[data-id="73e6e8"] .benefits-section {
  background: linear-gradient(135deg, #D14D8C 0%, #B93D78 100%);
  padding: 100px 20px;
  color: #FFFFFF;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="73e6e8"] .benefits-section::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}
.strip[data-id="73e6e8"] .container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.strip[data-id="73e6e8"] h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  margin-bottom: 70px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.strip[data-id="73e6e8"] .benefits-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
}
.strip[data-id="73e6e8"] .benefit-item {
  flex: 1;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}
.strip[data-id="73e6e8"] .benefit-item:hover {
  transform: translateY(-5px);
}
.strip[data-id="73e6e8"] .icon-wrapper {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  color: #FFEB3B; /* Brighter yellow for better contrast on pink */
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.strip[data-id="73e6e8"] .icon-wrapper svg {
  width: 100%;
  height: 100%;
}
.strip[data-id="73e6e8"] h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.strip[data-id="73e6e8"] p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: rgba(255, 255, 255, 0.95); /* Improved contrast from 0.9 */
}
.strip[data-id="73e6e8"] .divider {
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4), transparent);
  align-self: stretch;
  margin: 10px 0;
}
@media (max-width: 1024px) {
  .strip[data-id="73e6e8"] .benefit-item {
    padding: 20px 20px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="73e6e8"] .benefits-section {
    padding: 70px 20px;
  }
  .strip[data-id="73e6e8"] .benefits-grid {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .strip[data-id="73e6e8"] .divider {
    width: 60%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
    margin: 30px auto;
  }
  .strip[data-id="73e6e8"] .benefit-item {
    padding: 10px 0;
    max-width: 400px;
  }
  .strip[data-id="73e6e8"] h2 {
    font-size: 34px;
    margin-bottom: 50px;
  }
  .strip[data-id="73e6e8"] .icon-wrapper {
    margin-bottom: 20px;
  }
}.strip[data-id=d68410] {
  --section-id: "d68410";
  --storage-url: "https://preview-mv-studio-cz.praweb.cz/_section/d68410";
  --public-url: "https://preview-mv-studio-cz.praweb.cz/_section/d68410";
}
.strip[data-id=d68410] .contact-section {
  background-color: #FFFFFF;
  padding: 100px 0;
  font-family: "Poppins", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id=d68410] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=d68410] .contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 100px;
  align-items: start;
}
.strip[data-id=d68410] .section-title {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #2D2D2D;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.1;
}
.strip[data-id=d68410] .section-subtitle {
  color: #777777;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.7;
  max-width: 500px;
}
.strip[data-id=d68410] .form-wrapper {
  position: relative;
}
.strip[data-id=d68410] .watermark {
  position: absolute;
  bottom: -60px;
  right: -20px;
  width: 300px;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
  mix-blend-mode: multiply;
}
.strip[data-id=d68410] .contact-form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id=d68410] .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.strip[data-id=d68410] .form-group {
  display: flex;
  flex-direction: column;
}
.strip[data-id=d68410] .form-group input,
.strip[data-id=d68410] .form-group textarea {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
  background: #FFFFFF;
  color: #2D2D2D;
}
.strip[data-id=d68410] .form-group input::placeholder,
.strip[data-id=d68410] .form-group textarea::placeholder {
  color: #A0A0A0;
}
.strip[data-id=d68410] .form-group input:focus,
.strip[data-id=d68410] .form-group textarea:focus {
  outline: none;
  border-color: #D14D8C;
  background: #FFFFFF;
  box-shadow: 0 10px 20px rgba(209, 77, 140, 0.05);
}
.strip[data-id=d68410] .submit-btn {
  background-color: #D14D8C;
  color: #FFFFFF;
  border: none;
  padding: 18px 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.4s ease;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  box-shadow: 0 8px 25px rgba(209, 77, 140, 0.25);
  margin-top: 10px;
}
.strip[data-id=d68410] .submit-btn i {
  font-size: 14px;
  transition: transform 0.3s ease;
}
.strip[data-id=d68410] .submit-btn:hover {
  background-color: #b83d78;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(209, 77, 140, 0.35);
}
.strip[data-id=d68410] .submit-btn:hover i {
  transform: translateX(5px) rotate(-10deg);
}
.strip[data-id=d68410] .info-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.strip[data-id=d68410] .contact-card {
  padding: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
  border: 1px solid #F5F5F5;
  position: relative;
  overflow: hidden;
}
.strip[data-id=d68410] .contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #D14D8C;
}
.strip[data-id=d68410] .info-title {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  color: #2D2D2D;
  margin-top: 0;
  margin-bottom: 25px;
}
.strip[data-id=d68410] .info-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id=d68410] .info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.strip[data-id=d68410] .info-item i {
  color: #D14D8C;
  font-size: 18px;
  margin-top: 4px;
  width: 20px;
  text-align: center;
}
.strip[data-id=d68410] .info-text {
  color: #555555;
  line-height: 1.6;
  font-size: 16px;
  margin: 0;
}
.strip[data-id=d68410] .info-text strong {
  color: #2D2D2D;
  display: block;
  margin-bottom: 2px;
}
.strip[data-id=d68410] .map-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  height: 380px;
  border: 1px solid #F0F0F0;
}
.strip[data-id=d68410] .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.2) contrast(1.1);
}
@media (max-width: 1200px) {
  .strip[data-id=d68410] .contact-grid {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=d68410] .contact-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .strip[data-id=d68410] .section-title {
    font-size: 36px;
  }
  .strip[data-id=d68410] .section-subtitle {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .strip[data-id=d68410] .contact-section {
    padding: 70px 0;
  }
  .strip[data-id=d68410] .form-row {
    grid-template-columns: 1fr;
  }
  .strip[data-id=d68410] .contact-card {
    padding: 30px;
  }
  .strip[data-id=d68410] .map-wrapper {
    height: 300px;
  }
}@charset "UTF-8";
.strip[data-id="835379"] {
  --section-id: "835379";
  --storage-url: "https://preview-mv-studio-cz.praweb.cz/_section/835379";
  --public-url: "https://preview-mv-studio-cz.praweb.cz/_section/835379";
}
.strip[data-id="835379"] .footer-section {
  background-color: #2c2c2c;
  padding: 60px 0;
  width: 100%;
  border-top: 3px solid #D14D8C;
  position: relative;
}
.strip[data-id="835379"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="835379"] .footer-decor {
  width: 80px;
  height: auto;
  margin-bottom: 30px;
  display: block;
  opacity: 0.6;
  filter: brightness(0) invert(1); /* Zajištění bílé barvy pro tmavé pozadí */
}
.strip[data-id="835379"] .copyright-text {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 2;
  margin: 0;
  font-weight: 400;
}
.strip[data-id="835379"] .copyright-text strong {
  color: #ffffff;
  font-weight: 500;
}
@media (max-width: 768px) {
  .strip[data-id="835379"] .footer-section {
    padding: 50px 0;
  }
  .strip[data-id="835379"] .copyright-text {
    font-size: 11px;
    letter-spacing: 2px;
  }
}