@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Nunito:wght@400;600;700&display=swap');
.strip[data-id="6d7400"] {
  --section-id: "6d7400";
  --storage-url: "https://preview-hotelpropsymk-cz.praweb.cz/_section/6d7400";
  --public-url: "https://preview-hotelpropsymk-cz.praweb.cz/_section/6d7400";
  /* CTA Button Style */
  /* Hamburger Menu */
  /* Mobile Overlay */
  /* Staggered animation for mobile menu items */
}
.strip[data-id="6d7400"] .main-header {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 12px 0;
  font-family: "Nunito", sans-serif;
  transition: all 0.3s ease;
}
.strip[data-id="6d7400"] .main-header.scrolled {
  padding: 8px 0;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.strip[data-id="6d7400"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="6d7400"] .logo-area .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 12px;
  transition: transform 0.3s ease;
}
.strip[data-id="6d7400"] .logo-area .logo-link:hover {
  transform: translateY(-1px);
}
.strip[data-id="6d7400"] .paw-icon {
  width: 36px;
  height: 36px;
  color: hsl(113, 28%, 38%);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id="6d7400"] .logo-link:hover .paw-icon {
  transform: rotate(-15deg) scale(1.1);
}
.strip[data-id="6d7400"] .logo-text {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.strip[data-id="6d7400"] .brand-name {
  font-size: 22px;
  font-weight: 700;
  color: #1a252f;
  line-height: 1.2;
}
.strip[data-id="6d7400"] .tagline {
  font-size: 11px;
  font-weight: 600;
  color: hsl(113, 28%, 38%);
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.strip[data-id="6d7400"] .desktop-nav .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
  align-items: center;
}
.strip[data-id="6d7400"] .desktop-nav .nav-list a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #2c3e50;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id="6d7400"] .desktop-nav .nav-list a:not(.nav-cta-link)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: hsl(30, 52%, 64%);
  transition: width 0.3s ease;
}
.strip[data-id="6d7400"] .desktop-nav .nav-list a:hover {
  color: hsl(113, 28%, 38%);
}
.strip[data-id="6d7400"] .desktop-nav .nav-list a:not(.nav-cta-link):hover::after {
  width: 100%;
}
.strip[data-id="6d7400"] .nav-cta-link {
  background-color: hsl(30, 52%, 64%);
  color: white !important;
  padding: 10px 20px !important;
  border-radius: 50px;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 10px rgba(210, 161, 117, 0.3);
}
.strip[data-id="6d7400"] .nav-cta-link:hover {
  background-color: hsl(30, 52%, 54%);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(210, 161, 117, 0.4);
}
.strip[data-id="6d7400"] .hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.strip[data-id="6d7400"] .hamburger span {
  width: 100%;
  height: 2px;
  background-color: #1a252f;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.strip[data-id="6d7400"] .hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id="6d7400"] .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.strip[data-id="6d7400"] .hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.strip[data-id="6d7400"] .mobile-menu-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: hsl(46, 62%, 94%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 1000;
}
.strip[data-id="6d7400"] .mobile-menu-overlay.active {
  right: 0;
}
.strip[data-id="6d7400"] .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.strip[data-id="6d7400"] .mobile-nav-list li {
  margin: 20px 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.strip[data-id="6d7400"] .mobile-menu-overlay.active .mobile-nav-list li {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="6d7400"] .mobile-menu-overlay.active li:nth-child(1) {
  transition-delay: 0.1s;
}
.strip[data-id="6d7400"] .mobile-menu-overlay.active li:nth-child(2) {
  transition-delay: 0.15s;
}
.strip[data-id="6d7400"] .mobile-menu-overlay.active li:nth-child(3) {
  transition-delay: 0.2s;
}
.strip[data-id="6d7400"] .mobile-menu-overlay.active li:nth-child(4) {
  transition-delay: 0.25s;
}
.strip[data-id="6d7400"] .mobile-menu-overlay.active li:nth-child(5) {
  transition-delay: 0.3s;
}
.strip[data-id="6d7400"] .mobile-menu-overlay.active li:nth-child(6) {
  transition-delay: 0.35s;
}
.strip[data-id="6d7400"] .mobile-nav-list a {
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  color: #1a252f;
  transition: color 0.3s ease;
}
.strip[data-id="6d7400"] .mobile-nav-list a:hover {
  color: hsl(113, 28%, 38%);
}
.strip[data-id="6d7400"] .mobile-nav-list .nav-cta-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 22px;
}
@media (max-width: 991px) {
  .strip[data-id="6d7400"] .desktop-nav {
    display: none;
  }
  .strip[data-id="6d7400"] .hamburger {
    display: flex;
  }
  .strip[data-id="6d7400"] .brand-name {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="6d7400"] .tagline {
    display: none;
  }
  .strip[data-id="6d7400"] .brand-name {
    font-size: 18px;
  }
}.strip[data-id="38aea6"] {
  --section-id: "38aea6";
  --storage-url: "https://preview-hotelpropsymk-cz.praweb.cz/_section/38aea6";
  --public-url: "https://preview-hotelpropsymk-cz.praweb.cz/_section/38aea6";
}
.strip[data-id="38aea6"] .hero-section {
  position: relative;
  padding: 160px 0 100px;
  margin-top: -90px;
  background-color: #ffffff;
  overflow: hidden;
  min-height: 90vh;
  display: flex;
  align-items: center;
}
.strip[data-id="38aea6"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
  z-index: 2;
}
.strip[data-id="38aea6"] .hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id="38aea6"] .blobs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.strip[data-id="38aea6"] .blob {
  position: absolute;
  background-color: hsl(46, 62%, 89%);
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  animation: float 20s infinite alternate;
}
.strip[data-id="38aea6"] .blob-1 {
  width: 500px;
  height: 500px;
  top: -150px;
  left: -150px;
  background-color: hsl(46, 62%, 85%);
}
.strip[data-id="38aea6"] .blob-2 {
  width: 400px;
  height: 400px;
  bottom: -50px;
  right: -50px;
  background-color: hsl(113, 28%, 92%);
  animation-delay: -5s;
}
@keyframes float {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(30px, 50px) scale(1.1);
  }
}
.strip[data-id="38aea6"] .experience-badge {
  position: relative;
  margin-bottom: 35px;
  display: inline-block;
}
.strip[data-id="38aea6"] .badge-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  padding: 12px 24px;
  border-radius: 100px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(184, 134, 84, 0.15);
  transition: transform 0.3s ease;
}
.strip[data-id="38aea6"] .badge-inner:hover {
  transform: translateY(-3px);
}
.strip[data-id="38aea6"] .badge-icon {
  width: 22px;
  height: 22px;
  color: hsl(30, 52%, 64%);
  filter: drop-shadow(0 2px 4px rgba(184, 134, 84, 0.2));
}
.strip[data-id="38aea6"] .badge-text {
  font-size: 14px;
  font-weight: 800;
  color: hsl(113, 28%, 38%);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.strip[data-id="38aea6"] h1 {
  font-size: 68px;
  font-weight: 800;
  color: hsl(113, 28%, 38%);
  line-height: 1.05;
  margin: 0 0 28px 0;
  position: relative;
  letter-spacing: -1px;
}
.strip[data-id="38aea6"] h1::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 180px;
  height: 12px;
  background: hsl(46, 62%, 89%);
  z-index: -1;
  border-radius: 20px 4px;
  opacity: 0.8;
}
.strip[data-id="38aea6"] .hero-description {
  font-size: 21px;
  line-height: 1.7;
  color: hsl(0, 0%, 25%);
  margin-bottom: 45px;
  max-width: 560px;
}
.strip[data-id="38aea6"] .cta-button {
  display: inline-block;
  padding: 20px 48px;
  background-color: hsl(30, 52%, 64%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  font-size: 19px;
  border-radius: 100px;
  box-shadow: 0 12px 25px rgba(184, 134, 84, 0.25);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid transparent;
}
.strip[data-id="38aea6"] .cta-button:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 20px 40px rgba(184, 134, 84, 0.35);
  background-color: hsl(30, 52%, 60%);
}
.strip[data-id="38aea6"] .hero-visual {
  position: relative;
  padding: 20px;
}
.strip[data-id="38aea6"] .image-wrapper {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.12);
  transform: rotate(3deg);
  transition: transform 0.5s ease;
}
.strip[data-id="38aea6"] .image-wrapper:hover {
  transform: rotate(0deg) scale(1.02);
}
.strip[data-id="38aea6"] .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/5;
  transform: rotate(-3deg) scale(1.15);
  transition: transform 0.5s ease;
}
.strip[data-id="38aea6"] .image-wrapper:hover img {
  transform: rotate(0deg) scale(1.1);
}
.strip[data-id="38aea6"] .decorative-element {
  position: absolute;
  z-index: 3;
  background: #ffffff;
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="38aea6"] .element-1 {
  top: -20px;
  right: -20px;
  animation: float-slow 6s infinite ease-in-out;
}
@keyframes float-slow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media (max-width: 1200px) {
  .strip[data-id="38aea6"] h1 {
    font-size: 56px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="38aea6"] .hero-section {
    padding: 140px 0 80px;
  }
  .strip[data-id="38aea6"] .hero-grid {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }
  .strip[data-id="38aea6"] .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 2;
  }
  .strip[data-id="38aea6"] .hero-visual {
    order: 1;
    max-width: 500px;
    margin: 0 auto;
  }
  .strip[data-id="38aea6"] .hero-description {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id="38aea6"] h1 {
    font-size: 48px;
  }
  .strip[data-id="38aea6"] h1::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="38aea6"] .image-wrapper {
    transform: rotate(0);
  }
  .strip[data-id="38aea6"] .image-wrapper img {
    transform: rotate(0) scale(1.1);
    aspect-ratio: 16/9;
  }
}
@media (max-width: 768px) {
  .strip[data-id="38aea6"] .hero-section {
    padding: 120px 0 60px;
  }
  .strip[data-id="38aea6"] h1 {
    font-size: 38px;
  }
  .strip[data-id="38aea6"] .container {
    padding: 0 20px;
  }
  .strip[data-id="38aea6"] .hero-description {
    font-size: 18px;
  }
  .strip[data-id="38aea6"] .cta-button {
    padding: 18px 36px;
    width: 100%;
  }
}@charset "UTF-8";
.strip[data-id="17102d"] {
  --section-id: "17102d";
  --storage-url: "https://preview-hotelpropsymk-cz.praweb.cz/_section/17102d";
  --public-url: "https://preview-hotelpropsymk-cz.praweb.cz/_section/17102d";
}
.strip[data-id="17102d"] section {
  background-color: hsl(46, 62%, 89%);
  /* Jemná textura lístků pro organický vzhled */
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M60 10c-5 15-20 25-20 40 0 15 10 25 20 25s20-10 20-25c0-15-15-25-20-40zM30 70c-3 10-12 18-12 28 0 10 7 18 15 18s15-8 15-18c0-10-10-18-18-28z' fill='hsl(113, 28%, 38%)' fill-opacity='0.04'/%3E%3C/svg%3E");
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}
.strip[data-id="17102d"] .container {
  max-width: 1100px;
  margin: 0 auto;
}
.strip[data-id="17102d"] .content-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 80px;
}
.strip[data-id="17102d"] .text-content {
  flex: 1.2;
}
.strip[data-id="17102d"] .image-content {
  flex: 0.8;
  display: flex;
  justify-content: center;
  position: relative;
}
.strip[data-id="17102d"] .image-content::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: -20px;
  left: -20px;
  border: 2px solid hsl(30, 52%, 64%);
  border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
  z-index: 0;
  opacity: 0.5;
}
.strip[data-id="17102d"] .image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
  aspect-ratio: 4/5;
}
.strip[data-id="17102d"] h2 {
  color: hsl(113, 28%, 38%);
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 32px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.strip[data-id="17102d"] .story-text {
  margin-bottom: 40px;
}
.strip[data-id="17102d"] p {
  color: hsl(0, 0%, 25%);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 24px;
}
.strip[data-id="17102d"] .owner-name {
  font-weight: 700;
  color: hsl(113, 28%, 38%);
  display: block;
  margin-bottom: 8px;
}
.strip[data-id="17102d"] .signature {
  font-family: "Dancing Script", cursive, serif;
  font-size: 28px;
  color: hsl(30, 52%, 64%);
  margin-top: 10px;
  display: block;
}
.strip[data-id="17102d"] .features {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.strip[data-id="17102d"] .feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id="17102d"] .feature-item i {
  background: white;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: hsl(30, 52%, 64%);
  font-size: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.strip[data-id="17102d"] .feature-item span {
  font-weight: 600;
  color: hsl(113, 28%, 38%);
  font-size: 16px;
}
@media (max-width: 992px) {
  .strip[data-id="17102d"] section {
    padding: 80px 20px;
  }
  .strip[data-id="17102d"] .content-wrapper {
    flex-direction: column;
    gap: 60px;
    text-align: center;
  }
  .strip[data-id="17102d"] .image-content {
    max-width: 400px;
    margin: 0 auto;
  }
  .strip[data-id="17102d"] .features {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .strip[data-id="17102d"] h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .strip[data-id="17102d"] section {
    padding: 60px 15px;
  }
  .strip[data-id="17102d"] .features {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}.strip[data-id="349a74"] {
  --section-id: "349a74";
  --storage-url: "https://preview-hotelpropsymk-cz.praweb.cz/_section/349a74";
  --public-url: "https://preview-hotelpropsymk-cz.praweb.cz/_section/349a74";
}
.strip[data-id="349a74"] section {
  background-color: hsl(46, 62%, 98%);
  padding: 100px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.strip[data-id="349a74"] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="349a74"] .intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 70px;
}
.strip[data-id="349a74"] .intro h2 {
  font-size: 3rem;
  color: hsl(113, 28%, 38%);
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id="349a74"] .intro-line {
  width: 60px;
  height: 4px;
  background-color: hsl(30, 52%, 64%);
  margin: 0 auto 25px;
  border-radius: 2px;
}
.strip[data-id="349a74"] .intro p {
  font-size: 1.25rem;
  color: #444;
  line-height: 1.6;
  margin: 0;
}
.strip[data-id="349a74"] .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id="349a74"] .card {
  background-color: #ffffff;
  border: 1px solid hsl(46, 62%, 89%);
  border-radius: 16px;
  padding: 50px 35px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}
.strip[data-id="349a74"] .card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: hsl(30, 52%, 85%);
}
.strip[data-id="349a74"] .icon-wrapper {
  margin-bottom: 30px;
  color: hsl(30, 52%, 64%);
  background-color: hsl(46, 62%, 96%);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.strip[data-id="349a74"] .card:hover .icon-wrapper {
  transform: scale(1.1);
}
.strip[data-id="349a74"] .icon-wrapper svg {
  width: 48px;
  height: 48px;
}
.strip[data-id="349a74"] .card h3 {
  color: hsl(113, 28%, 38%);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.35rem;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.strip[data-id="349a74"] .card p {
  color: #555;
  line-height: 1.7;
  margin: 0;
  font-size: 1.05rem;
}
.strip[data-id="349a74"] .highlight {
  color: hsl(113, 28%, 38%);
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .strip[data-id="349a74"] .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id="349a74"] .intro h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .strip[data-id="349a74"] section {
    padding: 70px 20px;
  }
  .strip[data-id="349a74"] .grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .strip[data-id="349a74"] .intro {
    margin-bottom: 50px;
  }
  .strip[data-id="349a74"] .intro h2 {
    font-size: 2.2rem;
  }
  .strip[data-id="349a74"] .card {
    padding: 40px 25px;
  }
}.strip[data-id=ae46c1] {
  --section-id: "ae46c1";
  --storage-url: "https://preview-hotelpropsymk-cz.praweb.cz/_section/ae46c1";
  --public-url: "https://preview-hotelpropsymk-cz.praweb.cz/_section/ae46c1";
}
.strip[data-id=ae46c1] .feeding-comfort {
  width: 100%;
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, hsl(46, 62%, 94%) 100%);
  position: relative;
  overflow: hidden;
}
.strip[data-id=ae46c1] .feeding-comfort .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id=ae46c1] .feeding-comfort .dual-column-layout {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 60px;
  position: relative;
}
.strip[data-id=ae46c1] .feeding-comfort .column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 40px;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 32px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, background 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  z-index: 1;
}
.strip[data-id=ae46c1] .feeding-comfort .column:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}
.strip[data-id=ae46c1] .feeding-comfort .column:hover .icon-wrapper svg {
  animation: icon-bounce 0.6s ease-in-out;
}
.strip[data-id=ae46c1] .feeding-comfort .icon-wrapper {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}
.strip[data-id=ae46c1] .feeding-comfort .icon-wrapper svg {
  width: 50px;
  height: 50px;
  fill: hsl(30, 52%, 64%);
  transition: transform 0.3s ease;
}
.strip[data-id=ae46c1] .feeding-comfort .column-title {
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: hsl(113, 28%, 38%);
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1.2;
}
.strip[data-id=ae46c1] .feeding-comfort .column-text {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #555555;
  margin: 0;
}
.strip[data-id=ae46c1] .feeding-comfort .separator {
  width: 1px;
  background: linear-gradient(to bottom, transparent, hsl(46, 62%, 80%), transparent);
  align-self: stretch;
  flex-shrink: 0;
}
.strip[data-id=ae46c1] .feeding-comfort .decoration {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.1;
  transition: opacity 0.3s ease;
}
.strip[data-id=ae46c1] .feeding-comfort .decoration-top-left {
  top: -15px;
  left: -15px;
  transform: rotate(-15deg);
}
.strip[data-id=ae46c1] .feeding-comfort .decoration-bottom-right {
  bottom: -15px;
  right: -15px;
  transform: rotate(15deg);
}
@keyframes icon-bounce {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15) rotate(5deg);
  }
}
@media (max-width: 991px) {
  .strip[data-id=ae46c1] .feeding-comfort .dual-column-layout {
    gap: 40px;
  }
  .strip[data-id=ae46c1] .feeding-comfort .column {
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=ae46c1] .feeding-comfort {
    padding: 70px 0;
  }
  .strip[data-id=ae46c1] .feeding-comfort .dual-column-layout {
    flex-direction: column;
    gap: 30px;
  }
  .strip[data-id=ae46c1] .feeding-comfort .separator {
    width: 80%;
    height: 1px;
    margin: 10px auto;
    background: linear-gradient(to right, transparent, hsl(46, 62%, 80%), transparent);
  }
  .strip[data-id=ae46c1] .feeding-comfort .column {
    padding: 40px 24px;
  }
  .strip[data-id=ae46c1] .feeding-comfort .column-title {
    font-size: 28px;
  }
}.strip[data-id="6a6ffb"] {
  --section-id: "6a6ffb";
  --storage-url: "https://preview-hotelpropsymk-cz.praweb.cz/_section/6a6ffb";
  --public-url: "https://preview-hotelpropsymk-cz.praweb.cz/_section/6a6ffb";
}
.strip[data-id="6a6ffb"] .footer-section {
  background-color: hsl(113, 28%, 38%);
  background-image: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  color: hsl(46, 62%, 89%);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}
.strip[data-id="6a6ffb"] .footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.03;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}
.strip[data-id="6a6ffb"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px 40px;
  position: relative;
  z-index: 1;
}
.strip[data-id="6a6ffb"] .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1.2fr;
  gap: 60px;
  align-items: start;
}
.strip[data-id="6a6ffb"] .footer-col h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  position: relative;
  display: inline-block;
}
.strip[data-id="6a6ffb"] .footer-col h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: hsl(30, 52%, 64%);
}
.strip[data-id="6a6ffb"] .footer-col p {
  margin: 0 0 15px 0;
  opacity: 0.9;
}
.strip[data-id="6a6ffb"] .social-links {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
.strip[data-id="6a6ffb"] .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.05);
  color: hsl(46, 62%, 89%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id="6a6ffb"] .social-link svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.strip[data-id="6a6ffb"] .social-link:hover {
  color: #ffffff;
  background-color: hsl(30, 52%, 64%);
  border-color: hsl(30, 52%, 64%);
  transform: translateY(-5px) rotate(5deg);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.strip[data-id="6a6ffb"] .map-wrapper {
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}
.strip[data-id="6a6ffb"] .map-wrapper iframe {
  filter: grayscale(0.5) contrast(1.1) brightness(0.9);
  transition: all 0.6s ease;
}
.strip[data-id="6a6ffb"] .map-wrapper:hover iframe {
  filter: grayscale(0) contrast(1) brightness(1);
}
.strip[data-id="6a6ffb"] .footer-bottom {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 14px;
}
.strip[data-id="6a6ffb"] .copyright-text p {
  margin: 5px 0;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .strip[data-id="6a6ffb"] .footer-grid {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="6a6ffb"] .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .strip[data-id="6a6ffb"] .map-col {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .strip[data-id="6a6ffb"] .footer-container {
    padding: 60px 20px 30px;
  }
  .strip[data-id="6a6ffb"] .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .strip[data-id="6a6ffb"] .footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="6a6ffb"] .map-col {
    grid-column: span 1;
  }
  .strip[data-id="6a6ffb"] .social-links {
    justify-content: center;
  }
  .strip[data-id="6a6ffb"] .footer-bottom {
    margin-top: 40px;
  }
}