@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,700;1,400;1,700&family=Playfair+Display:wght@700&family=Plus+Jakarta+Sans:wght@400;500;600&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;
}

/* Admin Editor: bypass injected overlay layers and style the actual user section content. */
.strip.underlay-sticky > .pa-iframe-controls,
.strip.underlay-sticky > .pa-iframe-frame,
.strip.underlay-sticky > .pa-iframe-veil {
    border-top: none !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
}

.strip.underlay-sticky > .pa-iframe-controls + .pa-iframe-frame + .pa-iframe-veil + * {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Administration Editor: keep the divider visible without letting it offset the underlay strip. */
.pa-iframe-divider:has(+ .strip.underlay-sticky):not(.pa-iframe-expanded) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    z-index: 1000;
}.strip[data-id=a5d215] {
  --section-id: "a5d215";
  --storage-url: "https://test-9chcb3qm.praweb.cz/_section/a5d215";
  --public-url: "https://test-9chcb3qm.praweb.cz/_section/a5d215";
}
.strip[data-id=a5d215] .main-header {
  width: 100%;
  background: rgba(252, 251, 247, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.strip[data-id=a5d215] .main-header.scrolled {
  background: rgba(252, 251, 247, 0.95);
  padding: 5px 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
}
.strip[data-id=a5d215] .main-header .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .strip[data-id=a5d215] .main-header .header-container {
    height: 70px;
  }
}
.strip[data-id=a5d215] .main-header .logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: hsl(120, 10%, 20%);
  transition: transform 0.3s ease;
}
.strip[data-id=a5d215] .main-header .logo-link:hover {
  transform: translateY(-1px);
}
.strip[data-id=a5d215] .main-header .logo-link:hover .logo-icon svg {
  transform: rotate(15deg);
}
.strip[data-id=a5d215] .main-header .logo-link .logo-icon {
  width: 42px;
  height: 42px;
  color: hsl(120, 20%, 40%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id=a5d215] .main-header .logo-link .logo-icon svg {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
.strip[data-id=a5d215] .main-header .logo-link .logo-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 0.5px;
  color: hsl(120, 10%, 20%);
}
@media (max-width: 480px) {
  .strip[data-id=a5d215] .main-header .logo-link .logo-text {
    font-size: 16px;
  }
}
.strip[data-id=a5d215] .main-header .desktop-nav {
  display: flex;
  gap: 25px;
}
@media (max-width: 1024px) {
  .strip[data-id=a5d215] .main-header .desktop-nav {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=a5d215] .main-header .desktop-nav {
    display: none;
  }
}
.strip[data-id=a5d215] .main-header .desktop-nav .nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: hsl(120, 10%, 25%);
  text-decoration: none;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id=a5d215] .main-header .desktop-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: hsl(45, 50%, 60%);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id=a5d215] .main-header .desktop-nav .nav-link:hover {
  color: hsl(45, 50%, 60%);
}
.strip[data-id=a5d215] .main-header .desktop-nav .nav-link:hover::after {
  width: 100%;
}
.strip[data-id=a5d215] .main-header .desktop-nav .nav-link.active {
  color: hsl(120, 20%, 40%);
}
.strip[data-id=a5d215] .main-header .desktop-nav .nav-link.active::after {
  width: 20px;
  background-color: hsl(120, 20%, 40%);
}
.strip[data-id=a5d215] .main-header .header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id=a5d215] .main-header .header-actions .phone-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: transparent;
  border: 1.5px solid hsl(340, 60%, 92%);
  border-radius: 50px;
  text-decoration: none;
  color: hsl(120, 10%, 20%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
}
.strip[data-id=a5d215] .main-header .header-actions .phone-button .phone-icon {
  width: 16px;
  height: 16px;
  color: hsl(340, 40%, 60%);
}
.strip[data-id=a5d215] .main-header .header-actions .phone-button:hover {
  background: hsl(340, 60%, 98%);
  border-color: hsl(45, 50%, 60%);
  color: hsl(45, 50%, 60%);
  transform: scale(1.02);
}
.strip[data-id=a5d215] .main-header .header-actions .phone-button:hover .phone-icon {
  color: hsl(45, 50%, 60%);
}
@media (max-width: 640px) {
  .strip[data-id=a5d215] .main-header .header-actions .phone-button {
    padding: 10px 15px;
  }
  .strip[data-id=a5d215] .main-header .header-actions .phone-button .phone-text-prefix {
    display: none;
  }
}
@media (max-width: 480px) {
  .strip[data-id=a5d215] .main-header .header-actions .phone-button {
    padding: 8px;
  }
  .strip[data-id=a5d215] .main-header .header-actions .phone-button .phone-text-number {
    display: none;
  }
}
.strip[data-id=a5d215] .main-header .header-actions .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: hsl(120, 15%, 95%);
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .strip[data-id=a5d215] .main-header .header-actions .mobile-toggle {
    display: flex;
  }
}
.strip[data-id=a5d215] .main-header .header-actions .mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: hsl(120, 20%, 40%);
  transition: all 0.3s ease;
  border-radius: 2px;
}
.strip[data-id=a5d215] .main-header .header-actions .mobile-toggle.active {
  background: hsl(120, 20%, 40%);
}
.strip[data-id=a5d215] .main-header .header-actions .mobile-toggle.active span {
  background-color: white;
}
.strip[data-id=a5d215] .main-header .header-actions .mobile-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.strip[data-id=a5d215] .main-header .header-actions .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(10px);
}
.strip[data-id=a5d215] .main-header .header-actions .mobile-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.strip[data-id=a5d215] .main-header .mobile-menu-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id=a5d215] .main-header .mobile-menu-wrapper.active {
  max-height: 500px;
}
.strip[data-id=a5d215] .main-header .mobile-menu-wrapper .mobile-nav {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 5px;
}
.strip[data-id=a5d215] .main-header .mobile-menu-wrapper .mobile-nav .mobile-nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: hsl(120, 10%, 25%);
  text-decoration: none;
  padding: 12px 15px;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.strip[data-id=a5d215] .main-header .mobile-menu-wrapper .mobile-nav .mobile-nav-link:hover {
  background: hsl(120, 20%, 97%);
  color: hsl(45, 50%, 60%);
  padding-left: 20px;
}@charset "UTF-8";
.strip[data-id="81b792"] {
  --section-id: "81b792";
  --storage-url: "https://test-9chcb3qm.praweb.cz/_section/81b792";
  --public-url: "https://test-9chcb3qm.praweb.cz/_section/81b792";
  /* Jemný line-art vzor listů */
}
.strip[data-id="81b792"] .hero-section {
  position: relative;
  height: 95vh;
  min-height: 700px;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #fcfaf7;
  background-image: url(https://test-9chcb3qm.praweb.cz/_section/81b792/hero-bouquet.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.strip[data-id="81b792"] .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(252, 250, 247) 0%, rgba(252, 250, 247, 0.8) 30%, rgba(252, 250, 247, 0) 70%);
  z-index: 1;
}
.strip[data-id="81b792"] .hero-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.strip[data-id="81b792"] .text-content {
  max-width: 580px;
  padding: 70px;
  background-color: rgba(252, 250, 247, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 40% 60% 50% 50%/50% 50% 50% 50%;
  box-shadow: 0 30px 60px rgba(74, 93, 35, 0.1);
  position: relative;
  overflow: hidden;
  animation: fadeInUp 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px) rotate(-2deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
  }
}
.strip[data-id="81b792"] .text-content::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -20%;
  right: -20%;
  bottom: -20%;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3%3Cpath d='M30,20 Q50,10 70,20 Q80,40 70,60 Q50,70 30,60 Q20,40 30,20 M50,20 L50,60' fill='none' stroke='hsl(120, 15%, 45%)' stroke-width='0.5'/%3E%3C/svg%3E");
  background-size: 180px;
  pointer-events: none;
  animation: slowRotate 60s linear infinite;
}
@keyframes slowRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.strip[data-id="81b792"] h1 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 64px;
  color: #2d361e; /* Temně olivová */
  line-height: 1.15;
  margin-bottom: 24px;
  margin-top: 0;
}
.strip[data-id="81b792"] p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 19px;
  color: #4a4a4a;
  line-height: 1.7;
  margin-bottom: 40px;
}
.strip[data-id="81b792"] .buttons-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.strip[data-id="81b792"] .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  border-radius: 100px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.strip[data-id="81b792"] .btn-primary {
  background-color: #566b56;
  color: #ffffff;
  border: none;
  box-shadow: 0 10px 20px rgba(86, 107, 86, 0.2);
}
.strip[data-id="81b792"] .btn-secondary {
  background-color: transparent;
  color: #8c7336;
  border: 2px solid #d4b46a;
}
.strip[data-id="81b792"] .btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}
.strip[data-id="81b792"] .btn-primary:hover {
  background-color: #4a5d4a;
}
.strip[data-id="81b792"] .btn-secondary:hover {
  background-color: #fcfaf7;
  border-color: #8c7336;
}
.strip[data-id="81b792"] .scroll-arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  animation: bounce 2s infinite;
  cursor: pointer;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) translateX(-50%);
  }
  40% {
    transform: translateY(-15px) translateX(-50%);
  }
  60% {
    transform: translateY(-7px) translateX(-50%);
  }
}
.strip[data-id="81b792"] .scroll-arrow svg {
  width: 32px;
  height: 32px;
  stroke: #2d361e;
  opacity: 0.6;
}
@media (max-width: 1200px) {
  .strip[data-id="81b792"] h1 {
    font-size: 54px;
  }
  .strip[data-id="81b792"] .text-content {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="81b792"] .hero-section {
    height: auto;
    padding: 140px 0 100px;
  }
  .strip[data-id="81b792"] .hero-overlay {
    background: rgba(252, 250, 247, 0.9);
  }
  .strip[data-id="81b792"] .hero-container {
    justify-content: center;
    padding: 0 20px;
  }
  .strip[data-id="81b792"] .text-content {
    max-width: 100%;
    padding: 40px;
    text-align: center;
    border-radius: 40px;
    animation: fadeInUp 1s ease-out;
  }
  .strip[data-id="81b792"] .buttons-group {
    justify-content: center;
  }
  .strip[data-id="81b792"] h1 {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  .strip[data-id="81b792"] h1 {
    font-size: 38px;
  }
  .strip[data-id="81b792"] p {
    font-size: 17px;
  }
  .strip[data-id="81b792"] .btn {
    width: 100%;
  }
  .strip[data-id="81b792"] .text-content {
    padding: 30px 20px;
  }
}.strip[data-id=f48abc] {
  --section-id: "f48abc";
  --storage-url: "https://test-9chcb3qm.praweb.cz/_section/f48abc";
  --public-url: "https://test-9chcb3qm.praweb.cz/_section/f48abc";
}
.strip[data-id=f48abc] .about-us-section {
  background-color: #fdfaf5;
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}
.strip[data-id=f48abc] .about-us-section .decoration-leaf {
  position: absolute;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}
.strip[data-id=f48abc] .about-us-section .decoration-leaf--1 {
  top: 10%;
  left: -50px;
  width: 200px;
  transform: rotate(15deg);
}
.strip[data-id=f48abc] .about-us-section .decoration-leaf--2 {
  bottom: 5%;
  right: -30px;
  width: 150px;
  transform: rotate(-20deg);
}
.strip[data-id=f48abc] .about-us-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.strip[data-id=f48abc] .about-us-section .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
@media (max-width: 1024px) {
  .strip[data-id=f48abc] .about-us-section .grid {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=f48abc] .about-us-section .grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 50px;
  }
}
.strip[data-id=f48abc] .about-us-section .content-side .title {
  color: #4a5d23;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(32px, 5vw, 42px);
  margin: 0 0 24px 0;
  line-height: 1.2;
}
.strip[data-id=f48abc] .about-us-section .content-side .divider {
  width: 80px;
  height: 3px;
  background-color: #d4af37;
  margin: 0 0 32px 0;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .strip[data-id=f48abc] .about-us-section .content-side .divider {
    margin: 0 auto 32px auto;
  }
}
.strip[data-id=f48abc] .about-us-section .content-side .description {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #4a4a4a;
  text-align: left;
  line-height: 1.8;
  margin: 0 0 40px 0;
}
@media (max-width: 768px) {
  .strip[data-id=f48abc] .about-us-section .content-side .description {
    text-align: center;
  }
}
.strip[data-id=f48abc] .about-us-section .content-side .cta-button {
  display: inline-block;
  padding: 16px 32px;
  background-color: #4a5d23;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(74, 93, 35, 0.2);
}
.strip[data-id=f48abc] .about-us-section .content-side .cta-button:hover {
  background-color: #d4af37;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.3);
}
.strip[data-id=f48abc] .about-us-section .image-side {
  display: flex;
  justify-content: center;
}
.strip[data-id=f48abc] .about-us-section .image-side .image-container {
  position: relative;
  max-width: 480px;
  width: 100%;
  transition: transform 0.5s ease;
}
.strip[data-id=f48abc] .about-us-section .image-side .image-container:hover {
  transform: scale(1.02);
}
.strip[data-id=f48abc] .about-us-section .image-side .image-container:hover .image-backdrop {
  transform: translate(10px, -10px);
}
.strip[data-id=f48abc] .about-us-section .image-side .image-backdrop {
  position: absolute;
  top: 30px;
  right: -30px;
  width: 100%;
  height: 100%;
  background-color: #fce4e6;
  border-radius: 60px 20px 60px 20px;
  z-index: 1;
  transition: transform 0.5s ease;
}
@media (max-width: 480px) {
  .strip[data-id=f48abc] .about-us-section .image-side .image-backdrop {
    right: -15px;
    top: 15px;
  }
}
.strip[data-id=f48abc] .about-us-section .image-side .main-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 60px 20px 60px 20px;
  aspect-ratio: 4/5;
  object-fit: cover;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}@charset "UTF-8";
.strip[data-id=c47950] {
  --section-id: "c47950";
  --storage-url: "https://test-9chcb3qm.praweb.cz/_section/c47950";
  --public-url: "https://test-9chcb3qm.praweb.cz/_section/c47950";
  /* Jemná dekorace na pozadí */
  /* Responsivita */
}
.strip[data-id=c47950] .services-section {
  background-color: hsl(120, 20%, 96%);
  padding: 100px 20px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id=c47950] .services-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id=c47950] .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id=c47950] .section-title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  text-align: center;
  color: #2c3e50;
  margin: 0 0 20px 0;
  line-height: 1.2;
}
.strip[data-id=c47950] .section-intro {
  text-align: center;
  font-size: 18px;
  color: #5d6d6e; /* Zvýšený kontrast z #7f8c8d */
  margin: 0 auto 70px auto;
  font-weight: 400;
  max-width: 600px;
  line-height: 1.6;
}
.strip[data-id=c47950] .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.strip[data-id=c47950] .service-card {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 16px;
  border-top: 4px solid #d4af37;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
  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;
  height: 100%;
}
.strip[data-id=c47950] .service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}
.strip[data-id=c47950] .icon-wrapper {
  width: 96px;
  height: 96px;
  background-color: #fff0f5; /* Trochu světlejší pudrová pro lepší kontrast ikony */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.02);
}
.strip[data-id=c47950] .icon-wrapper i {
  font-size: 42px;
  color: #b8922e; /* Mírně tmavší zlatá pro lepší čitelnost na světlém pozadí */
}
.strip[data-id=c47950] .service-card:hover .icon-wrapper {
  animation: swing 1s ease;
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.strip[data-id=c47950] .service-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 18px 0;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.strip[data-id=c47950] .service-card p {
  font-size: 15px;
  font-weight: 300;
  color: #555555; /* Zvýšený kontrast */
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 1100px) {
  .strip[data-id=c47950] .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .strip[data-id=c47950] .section-title {
    font-size: 42px;
  }
}
@media (max-width: 650px) {
  .strip[data-id=c47950] .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=c47950] .services-section {
    padding: 70px 20px;
  }
  .strip[data-id=c47950] .section-title {
    font-size: 34px;
  }
  .strip[data-id=c47950] .service-card {
    padding: 40px 25px;
  }
}.strip[data-id="61fe75"] {
  --section-id: "61fe75";
  --storage-url: "https://test-9chcb3qm.praweb.cz/_section/61fe75";
  --public-url: "https://test-9chcb3qm.praweb.cz/_section/61fe75";
  /* Hover States */
  /* Mosaic Layout */
  /* Responsiveness */
}
.strip[data-id="61fe75"] .gallery-section {
  background-color: #fffaf0;
  padding: 100px 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.strip[data-id="61fe75"] .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="61fe75"] .header-content {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id="61fe75"] .title {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  color: #1a1a1a;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.strip[data-id="61fe75"] .description {
  font-size: 1.15rem;
  color: #4a4a4a;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}
.strip[data-id="61fe75"] .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 320px;
  gap: 12px;
}
.strip[data-id="61fe75"] .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.strip[data-id="61fe75"] .image-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.strip[data-id="61fe75"] .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="61fe75"] .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
  cursor: pointer;
}
.strip[data-id="61fe75"] .overlay-text {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 12px 30px;
  backdrop-filter: blur(4px);
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="61fe75"] .gallery-item:hover img {
  transform: scale(1.08);
}
.strip[data-id="61fe75"] .gallery-item:hover .overlay {
  opacity: 1;
}
.strip[data-id="61fe75"] .gallery-item:hover .overlay-text {
  transform: translateY(0);
  background-color: rgba(255, 255, 255, 0.1);
}
.strip[data-id="61fe75"] .item-large {
  grid-column: span 2;
  grid-row: span 2;
}
.strip[data-id="61fe75"] .item-wide {
  grid-column: span 2;
  grid-row: span 1;
}
.strip[data-id="61fe75"] .item-small {
  grid-column: span 1;
  grid-row: span 1;
}
@media (max-width: 1100px) {
  .strip[data-id="61fe75"] .title {
    font-size: 2.8rem;
  }
}
@media (max-width: 1024px) {
  .strip[data-id="61fe75"] .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 280px;
  }
  .strip[data-id="61fe75"] .item-large {
    grid-column: span 2;
    grid-row: span 2;
  }
  .strip[data-id="61fe75"] .item-wide, .strip[data-id="61fe75"] .item-small {
    grid-column: span 1;
    grid-row: span 1;
  }
}
@media (max-width: 768px) {
  .strip[data-id="61fe75"] .gallery-section {
    padding: 60px 0;
  }
  .strip[data-id="61fe75"] .title {
    font-size: 2.2rem;
  }
  .strip[data-id="61fe75"] .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 400px;
    gap: 16px;
  }
  .strip[data-id="61fe75"] .item-large, .strip[data-id="61fe75"] .item-wide, .strip[data-id="61fe75"] .item-small {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
}.strip[data-id=eb0880] {
  --section-id: "eb0880";
  --storage-url: "https://test-9chcb3qm.praweb.cz/_section/eb0880";
  --public-url: "https://test-9chcb3qm.praweb.cz/_section/eb0880";
}
.strip[data-id=eb0880] .footer-elegant-dark {
  background-color: hsl(120, 15%, 22%);
  color: #fffdf0;
  padding: 80px 20px 40px 20px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id=eb0880] .footer-elegant-dark .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id=eb0880] .footer-elegant-dark .footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-bottom: 60px;
}
.strip[data-id=eb0880] .footer-elegant-dark .footer-column h3 {
  color: #d4af37;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
  margin-top: 0;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}
.strip[data-id=eb0880] .footer-elegant-dark .footer-column h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: rgba(212, 175, 55, 0.5);
  transition: width 0.3s ease;
}
.strip[data-id=eb0880] .footer-elegant-dark .footer-column h3:hover {
  color: #fbd2d7;
}
.strip[data-id=eb0880] .footer-elegant-dark .footer-column h3:hover::after {
  width: 100%;
  background-color: #fbd2d7;
}
.strip[data-id=eb0880] .footer-elegant-dark .footer-column .footer-content {
  font-size: 14px;
  line-height: 1.8;
}
.strip[data-id=eb0880] .footer-elegant-dark .footer-column .footer-content p {
  margin: 0;
  color: #fffdf0;
  opacity: 0.9;
}
.strip[data-id=eb0880] .footer-elegant-dark .footer-column .footer-content strong {
  color: #fff;
  font-weight: 600;
}
.strip[data-id=eb0880] .footer-elegant-dark .social-links {
  display: flex;
  gap: 15px;
  margin-top: 5px;
}
.strip[data-id=eb0880] .footer-elegant-dark .social-links .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1.5px solid #d4af37;
  border-radius: 50%;
  color: #d4af37;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 18px;
}
.strip[data-id=eb0880] .footer-elegant-dark .social-links .social-icon:hover {
  background-color: #fbd2d7;
  border-color: #fbd2d7;
  color: #1a1a1a;
  transform: translateY(-3px);
}
.strip[data-id=eb0880] .footer-elegant-dark .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 30px;
  text-align: center;
}
.strip[data-id=eb0880] .footer-elegant-dark .footer-bottom .copyright {
  font-size: 12px;
  opacity: 0.6;
  letter-spacing: 0.5px;
}
.strip[data-id=eb0880] .footer-elegant-dark .footer-bottom .copyright p {
  margin: 0;
}
.strip[data-id=eb0880] .footer-elegant-dark .micro-graphic {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 220px;
  height: 220px;
  opacity: 0.12;
  pointer-events: none;
  z-index: 1;
  filter: sepia(1) saturate(2) hue-rotate(5deg) brightness(1.2);
}
.strip[data-id=eb0880] .footer-elegant-dark .micro-graphic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 992px) {
  .strip[data-id=eb0880] .footer-elegant-dark .footer-grid {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=eb0880] .footer-elegant-dark {
    padding: 60px 20px 30px 20px;
  }
  .strip[data-id=eb0880] .footer-elegant-dark .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .strip[data-id=eb0880] .footer-elegant-dark .footer-column h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id=eb0880] .footer-elegant-dark .social-links {
    justify-content: center;
  }
  .strip[data-id=eb0880] .footer-elegant-dark .micro-graphic {
    width: 150px;
    height: 150px;
    bottom: -10px;
    right: -10px;
  }
}