
.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="39af34"] {
  --section-id: "39af34";
  --storage-url: "https://test-2ix8a94c.proweb.cz/_section/39af34";
  --public-url: "https://test-2ix8a94c.proweb.cz/_section/39af34";
}
.strip[data-id="39af34"] .site-header {
  width: 100%;
  background: rgba(254, 250, 224, 0.85);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(163, 177, 138, 0.28);
  box-shadow: 0 8px 28px rgba(52, 78, 65, 0.08);
  position: relative;
  z-index: 20;
}
.strip[data-id="39af34"] .header-container {
  max-width: 1200px;
  min-height: 82px;
  margin: 0 auto;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.strip[data-id="39af34"] .brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #344E41;
  text-decoration: none;
  flex: 0 0 auto;
}
.strip[data-id="39af34"] .brand-mark {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #A3B18A;
  transition: transform 240ms ease, color 240ms ease;
}
.strip[data-id="39af34"] .brand-mark svg {
  width: 100%;
  height: 100%;
}
.strip[data-id="39af34"] .brand:hover .brand-mark {
  color: #E9C46A;
  transform: rotate(-8deg) scale(1.05);
}
.strip[data-id="39af34"] .brand-name {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.2px;
  white-space: nowrap;
}
.strip[data-id="39af34"] .main-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
}
.strip[data-id="39af34"] .main-navigation a {
  position: relative;
  padding: 8px 0;
  color: #344E41;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.strip[data-id="39af34"] .main-navigation a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #E9C46A;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 220ms ease;
}
.strip[data-id="39af34"] .main-navigation a:hover::after,
.strip[data-id="39af34"] .main-navigation a:focus-visible::after {
  transform: scaleX(1);
}
.strip[data-id="39af34"] .header-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
}
.strip[data-id="39af34"] .cta-label {
  color: #344E41;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  white-space: nowrap;
}
.strip[data-id="39af34"] .phone-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid #A3B18A;
  border-radius: 999px;
  color: #344E41;
  background: transparent;
  box-shadow: 0 4px 12px rgba(52, 78, 65, 0.08);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}
.strip[data-id="39af34"] .phone-link:hover,
.strip[data-id="39af34"] .phone-link:focus-visible {
  background: rgba(233, 196, 106, 0.2);
  border-color: #E9C46A;
  box-shadow: 0 7px 16px rgba(52, 78, 65, 0.12);
  transform: translateY(-1px);
}
.strip[data-id="39af34"] .menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid #A3B18A;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
}
.strip[data-id="39af34"] .menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: #344E41;
  transition: transform 220ms ease, opacity 220ms ease;
}
@media (max-width: 980px) {
  .strip[data-id="39af34"] .header-container {
    gap: 18px;
    padding-right: 22px;
    padding-left: 22px;
  }
  .strip[data-id="39af34"] .main-navigation {
    gap: 18px;
  }
  .strip[data-id="39af34"] .main-navigation a {
    font-size: 13px;
    letter-spacing: 0.7px;
  }
  .strip[data-id="39af34"] .cta-label {
    display: none;
  }
}
@media (max-width: 760px) {
  .strip[data-id="39af34"] .header-container {
    min-height: 72px;
    padding: 12px 18px;
    flex-wrap: wrap;
  }
  .strip[data-id="39af34"] .brand-name {
    font-size: 17px;
  }
  .strip[data-id="39af34"] .brand-mark {
    width: 36px;
    height: 36px;
  }
  .strip[data-id="39af34"] .menu-toggle {
    display: block;
    margin-left: auto;
    order: 3;
  }
  .strip[data-id="39af34"] .header-cta {
    order: 2;
    margin-left: auto;
  }
  .strip[data-id="39af34"] .phone-link {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 12px;
  }
  .strip[data-id="39af34"] .main-navigation {
    display: none;
    order: 4;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 4px 0 0;
    padding: 8px 0 4px;
    border-top: 1px solid rgba(163, 177, 138, 0.28);
  }
  .strip[data-id="39af34"] .main-navigation.is-open {
    display: flex;
  }
  .strip[data-id="39af34"] .main-navigation a {
    padding: 13px 4px;
    font-size: 13px;
  }
  .strip[data-id="39af34"] .main-navigation a::after {
    right: auto;
    width: 34px;
    transform-origin: left;
  }
  .strip[data-id="39af34"] .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .strip[data-id="39af34"] .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id="39af34"] .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}
@media (max-width: 430px) {
  .strip[data-id="39af34"] .header-container {
    padding-right: 14px;
    padding-left: 14px;
    gap: 10px;
  }
  .strip[data-id="39af34"] .brand-name {
    font-size: 15px;
  }
  .strip[data-id="39af34"] .brand-mark {
    width: 32px;
    height: 32px;
  }
  .strip[data-id="39af34"] .phone-link {
    padding: 7px 9px;
    font-size: 11px;
  }
  .strip[data-id="39af34"] .menu-toggle {
    width: 40px;
    height: 40px;
  }
}.strip[data-id="3cb6ad"] {
  --section-id: "3cb6ad";
  --storage-url: "https://test-2ix8a94c.proweb.cz/_section/3cb6ad";
  --public-url: "https://test-2ix8a94c.proweb.cz/_section/3cb6ad";
}
.strip[data-id="3cb6ad"] .hero-section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: #344e41;
  background-image: linear-gradient(90deg, rgba(27, 48, 38, 0.94) 0%, rgba(52, 78, 65, 0.78) 35%, rgba(52, 78, 65, 0.2) 72%, rgba(52, 78, 65, 0.05) 100%), url(https://test-2ix8a94c.proweb.cz/_section/3cb6ad/hero-bouquet.jpg);
  background-position: center center;
  background-size: cover;
  padding: 7rem 2rem;
  isolation: isolate;
}
.strip[data-id="3cb6ad"] .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="3cb6ad"] .hero-copy {
  width: min(100%, 680px);
  animation: hero-fade-in-up 900ms ease-out both;
}
.strip[data-id="3cb6ad"] .hero-eyebrow {
  margin: 0 0 1.5rem;
  color: #a3b18a;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}
.strip[data-id="3cb6ad"] .hero-copy h1 {
  max-width: 680px;
  margin: 0 0 1.5rem;
  color: #fefae0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.2rem, 6vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.05;
}
.strip[data-id="3cb6ad"] .hero-lead {
  max-width: 590px;
  margin: 0 0 2.5rem;
  color: #d9e0c8;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 400;
  line-height: 1.75;
}
.strip[data-id="3cb6ad"] .hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.strip[data-id="3cb6ad"] .hero-actions editable-content {
  display: inline-block;
}
.strip[data-id="3cb6ad"] .hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0.85rem 1.7rem;
  border: 1px solid transparent;
  border-radius: 30px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}
.strip[data-id="3cb6ad"] .hero-button:hover,
.strip[data-id="3cb6ad"] .hero-button:focus-visible {
  transform: translateY(-3px);
}
.strip[data-id="3cb6ad"] .hero-button-primary {
  background-color: #e9c46a;
  color: #344e41;
  box-shadow: 0 12px 30px rgba(16, 33, 24, 0.2);
}
.strip[data-id="3cb6ad"] .hero-button-primary:hover,
.strip[data-id="3cb6ad"] .hero-button-primary:focus-visible {
  background-color: #f3d487;
}
.strip[data-id="3cb6ad"] .hero-button-secondary {
  border-color: rgba(254, 250, 224, 0.8);
  color: #fefae0;
}
.strip[data-id="3cb6ad"] .hero-button-secondary:hover,
.strip[data-id="3cb6ad"] .hero-button-secondary:focus-visible {
  border-color: #fefae0;
  background-color: rgba(254, 250, 224, 0.12);
}
.strip[data-id="3cb6ad"] .hero-leaf {
  position: absolute;
  right: 4vw;
  bottom: 2rem;
  z-index: 1;
  width: 150px;
  height: 190px;
  opacity: 0.58;
  transform: rotate(17deg);
  animation: leaf-sway 5s ease-in-out infinite;
}
.strip[data-id="3cb6ad"] .hero-leaf::before {
  position: absolute;
  right: 72px;
  bottom: 0;
  width: 3px;
  height: 180px;
  background-color: #a3b18a;
  border-radius: 100%;
  content: "";
  transform: rotate(-24deg);
  transform-origin: bottom center;
}
.strip[data-id="3cb6ad"] .hero-leaf span {
  position: absolute;
  display: block;
  width: 42px;
  height: 78px;
  border: 2px solid rgba(163, 177, 138, 0.9);
  border-radius: 100% 0 100% 0;
  background-color: rgba(163, 177, 138, 0.14);
}
.strip[data-id="3cb6ad"] .hero-leaf span:nth-child(1) {
  right: 76px;
  bottom: 105px;
  transform: rotate(-42deg);
}
.strip[data-id="3cb6ad"] .hero-leaf span:nth-child(2) {
  right: 29px;
  bottom: 66px;
  transform: rotate(38deg);
}
.strip[data-id="3cb6ad"] .hero-leaf span:nth-child(3) {
  right: 85px;
  bottom: 31px;
  transform: rotate(-48deg);
}
.strip[data-id="3cb6ad"] .hero-scroll {
  position: absolute;
  right: 2rem;
  bottom: 2.5rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(254, 250, 224, 0.78);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: right bottom;
}
.strip[data-id="3cb6ad"] .hero-scroll span {
  display: block;
  width: 42px;
  height: 1px;
  background-color: #e9c46a;
}
@keyframes hero-fade-in-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes leaf-sway {
  0%, 100% {
    transform: rotate(17deg) translateY(0);
  }
  50% {
    transform: rotate(11deg) translateY(-8px);
  }
}
@media (max-width: 800px) {
  .strip[data-id="3cb6ad"] .hero-section {
    align-items: flex-end;
    min-height: 100svh;
    padding: 6rem 1.5rem 5.5rem;
    background-position: 64% center;
  }
  .strip[data-id="3cb6ad"] .hero-copy h1 {
    font-size: clamp(2.8rem, 12vw, 4rem);
  }
  .strip[data-id="3cb6ad"] .hero-lead {
    max-width: 520px;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.65;
  }
  .strip[data-id="3cb6ad"] .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: min(100%, 320px);
  }
  .strip[data-id="3cb6ad"] .hero-button {
    width: 100%;
  }
  .strip[data-id="3cb6ad"] .hero-leaf {
    right: -1rem;
    bottom: 1rem;
    opacity: 0.35;
    transform: scale(0.75) rotate(17deg);
    transform-origin: bottom right;
  }
  .strip[data-id="3cb6ad"] .hero-scroll {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id="3cb6ad"] .hero-copy,
  .strip[data-id="3cb6ad"] .hero-leaf {
    animation: none;
  }
  .strip[data-id="3cb6ad"] .hero-button {
    transition: none;
  }
}.strip[data-id="30a73d"] {
  --section-id: "30a73d";
  --storage-url: "https://test-2ix8a94c.proweb.cz/_section/30a73d";
  --public-url: "https://test-2ix8a94c.proweb.cz/_section/30a73d";
}
.strip[data-id="30a73d"] .about-section {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 24px;
  background: #FEFAE0;
  color: #344E41;
  overflow: hidden;
}
.strip[data-id="30a73d"] .about-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 72px;
}
.strip[data-id="30a73d"] .about-image-column,
.strip[data-id="30a73d"] .about-copy-column {
  min-width: 0;
}
.strip[data-id="30a73d"] .about-figure {
  position: relative;
  margin: 0;
  min-height: 520px;
  overflow: hidden;
  border-radius: 46% 54% 58% 42%/40% 44% 56% 60%;
  background: #DDE5D2;
  box-shadow: 0 24px 50px rgba(52, 78, 65, 0.14);
}
.strip[data-id="30a73d"] .about-figure::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(254, 250, 224, 0.72);
  border-radius: 46% 54% 58% 42%/40% 44% 56% 60%;
  pointer-events: none;
}
.strip[data-id="30a73d"] .about-figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}
.strip[data-id="30a73d"] .about-figure figcaption {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 1;
  max-width: calc(100% - 56px);
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(254, 250, 224, 0.92);
  color: #344E41;
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.strip[data-id="30a73d"] .about-copy-column {
  position: relative;
}
.strip[data-id="30a73d"] .about-copy-column::before,
.strip[data-id="30a73d"] .about-copy-column::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 120px;
  height: 150px;
  border: 1px solid rgba(52, 78, 65, 0.08);
  border-radius: 70% 30% 65% 35%;
  transform: rotate(35deg);
  pointer-events: none;
}
.strip[data-id="30a73d"] .about-copy-column::before {
  top: -34px;
  right: -28px;
}
.strip[data-id="30a73d"] .about-copy-column::after {
  right: 48px;
  bottom: -54px;
  transform: rotate(-28deg) scale(0.72);
}
.strip[data-id="30a73d"] .about-copy {
  position: relative;
  z-index: 1;
  padding: 58px 58px 62px;
  border: 1px solid rgba(163, 177, 138, 0.38);
  border-radius: 28px 54px 30px 48px;
  background: rgba(163, 177, 138, 0.05);
  box-shadow: 0 18px 42px rgba(52, 78, 65, 0.06);
}
.strip[data-id="30a73d"] .about-eyebrow {
  margin: 0 0 18px;
  color: #8E6F76;
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}
.strip[data-id="30a73d"] .about-copy h2 {
  max-width: 520px;
  margin: 0 0 26px;
  color: #344E41;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.25rem, 4vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.05;
}
.strip[data-id="30a73d"] .about-text {
  max-width: 540px;
  margin: 0 0 30px;
  color: #4C6254;
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
}
.strip[data-id="30a73d"] .about-text p {
  margin: 0;
}
.strip[data-id="30a73d"] .about-values {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #344E41;
  font-family: Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.5;
}
.strip[data-id="30a73d"] .about-values li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin: 0;
}
.strip[data-id="30a73d"] .flower-icon {
  flex: 0 0 auto;
  color: #E9C46A;
  font-size: 1.3rem;
  line-height: 1.15;
}
@media (max-width: 900px) {
  .strip[data-id="30a73d"] .about-section {
    padding: 76px 20px;
  }
  .strip[data-id="30a73d"] .about-container {
    gap: 44px;
  }
  .strip[data-id="30a73d"] .about-copy {
    padding: 42px 34px 46px;
  }
  .strip[data-id="30a73d"] .about-figure,
  .strip[data-id="30a73d"] .about-figure img {
    min-height: 430px;
  }
}
@media (max-width: 680px) {
  .strip[data-id="30a73d"] .about-section {
    padding: 60px 16px;
  }
  .strip[data-id="30a73d"] .about-container {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .strip[data-id="30a73d"] .about-figure,
  .strip[data-id="30a73d"] .about-figure img {
    min-height: 360px;
  }
  .strip[data-id="30a73d"] .about-figure {
    border-radius: 42% 58% 46% 54%/34% 40% 60% 66%;
  }
  .strip[data-id="30a73d"] .about-copy {
    padding: 34px 24px 38px;
    border-radius: 24px 42px 24px 38px;
  }
  .strip[data-id="30a73d"] .about-copy h2 {
    font-size: clamp(2.1rem, 11vw, 3.2rem);
  }
  .strip[data-id="30a73d"] .about-text {
    font-size: 1rem;
    line-height: 1.7;
  }
}.strip[data-id="8a7609"] {
  --section-id: "8a7609";
  --storage-url: "https://test-2ix8a94c.proweb.cz/_section/8a7609";
  --public-url: "https://test-2ix8a94c.proweb.cz/_section/8a7609";
}
.strip[data-id="8a7609"] .services-section {
  width: 100%;
  box-sizing: border-box;
  padding: 96px 24px 104px;
  background: #344E41;
  color: #FEFAE0;
}
.strip[data-id="8a7609"] .services-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="8a7609"] .services-header {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}
.strip[data-id="8a7609"] .services-eyebrow {
  margin: 0 0 16px;
  color: #E9C46A;
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-transform: uppercase;
}
.strip[data-id="8a7609"] .services-header h2 {
  margin: 0 0 20px;
  color: #FEFAE0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.35rem, 5vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.12;
}
.strip[data-id="8a7609"] .services-intro {
  max-width: 620px;
  margin: 0 auto;
  color: rgba(254, 250, 224, 0.82);
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
}
.strip[data-id="8a7609"] .services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.strip[data-id="8a7609"] .service-card {
  min-height: 286px;
  box-sizing: border-box;
  padding: 32px 26px 30px;
  border: 1px solid rgba(254, 250, 224, 0.16);
  border-radius: 18px;
  background: linear-gradient(145deg, #A3B18A 0%, #6f876d 58%, #344E41 135%);
  box-shadow: 0 12px 28px rgba(23, 39, 31, 0.18);
  text-align: center;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.strip[data-id="8a7609"] .service-card:hover {
  transform: translateY(-10px);
  border-color: rgba(233, 196, 106, 0.66);
  box-shadow: 0 22px 38px rgba(233, 196, 106, 0.22);
}
.strip[data-id="8a7609"] .service-icon {
  display: flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  border: 1px solid rgba(233, 196, 106, 0.55);
  border-radius: 50%;
  background: rgba(52, 78, 65, 0.22);
}
.strip[data-id="8a7609"] .service-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: #E9C46A;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.strip[data-id="8a7609"] .service-card h3 {
  margin: 0 0 12px;
  color: #FEFAE0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.38rem;
  font-weight: 600;
  line-height: 1.25;
}
.strip[data-id="8a7609"] .service-card p {
  margin: 0;
  color: rgba(254, 250, 224, 0.9);
  font-family: Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.65;
}
@media (max-width: 980px) {
  .strip[data-id="8a7609"] .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .strip[data-id="8a7609"] .services-section {
    padding: 72px 18px 80px;
  }
  .strip[data-id="8a7609"] .services-header {
    margin-bottom: 38px;
  }
  .strip[data-id="8a7609"] .services-header h2 {
    font-size: clamp(2rem, 10vw, 2.55rem);
  }
  .strip[data-id="8a7609"] .services-intro {
    font-size: 0.98rem;
  }
  .strip[data-id="8a7609"] .services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .strip[data-id="8a7609"] .service-card {
    min-height: 0;
    padding: 28px 24px 30px;
  }
}@charset "UTF-8";
.strip[data-id="6c0f67"] {
  --section-id: "6c0f67";
  --storage-url: "https://test-2ix8a94c.proweb.cz/_section/6c0f67";
  --public-url: "https://test-2ix8a94c.proweb.cz/_section/6c0f67";
}
.strip[data-id="6c0f67"] .references-section {
  width: 100%;
  padding: 96px 24px 104px;
  background: #FEFAE0;
  color: #344E41;
  overflow: hidden;
}
.strip[data-id="6c0f67"] .reference-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="6c0f67"] .references-header {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
}
.strip[data-id="6c0f67"] .section-kicker {
  margin: 0 0 14px;
  color: #A3B18A;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}
.strip[data-id="6c0f67"] .references-header h2 {
  margin: 0 0 16px;
  color: #344E41;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
}
.strip[data-id="6c0f67"] .references-intro {
  margin: 0;
  color: #66785f;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}
.strip[data-id="6c0f67"] .testimonial-slider {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 70px;
}
.strip[data-id="6c0f67"] .testimonial-track {
  position: relative;
  min-height: 330px;
}
.strip[data-id="6c0f67"] .testimonial-slide {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  min-height: 330px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 64px 42px;
  border-top: 1px solid rgba(163, 177, 138, 0.5);
  border-bottom: 1px solid rgba(163, 177, 138, 0.5);
  opacity: 0;
  pointer-events: none;
  transform: translateX(28px);
  transition: opacity 360ms ease, transform 360ms ease;
}
.strip[data-id="6c0f67"] .testimonial-slide::after {
  position: absolute;
  right: 7%;
  bottom: -12%;
  z-index: 0;
  color: rgba(163, 177, 138, 0.1);
  content: "”";
  font-family: Georgia, serif;
  font-size: 15rem;
  line-height: 1;
  pointer-events: none;
}
.strip[data-id="6c0f67"] .testimonial-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.strip[data-id="6c0f67"] .quote-mark {
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 0;
  color: rgba(163, 177, 138, 0.1);
  font-family: Georgia, serif;
  font-size: 9rem;
  line-height: 1;
  transform: translateX(-50%);
}
.strip[data-id="6c0f67"] .testimonial-slide blockquote {
  position: relative;
  z-index: 1;
  max-width: 740px;
  margin: 0 0 24px;
  color: #344E41;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 2.7vw, 2rem);
  font-style: italic;
  line-height: 1.55;
  text-align: center;
}
.strip[data-id="6c0f67"] .testimonial-author {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: #A3B18A;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.strip[data-id="6c0f67"] .rating {
  position: relative;
  z-index: 1;
  color: #E9C46A;
  font-family: Arial, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  line-height: 1;
}
.strip[data-id="6c0f67"] .slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 260px;
  margin: 28px auto 0;
}
.strip[data-id="6c0f67"] .slider-button {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(52, 78, 65, 0.25);
  border-radius: 50%;
  background: transparent;
  color: #344E41;
  cursor: pointer;
  font-size: 1.15rem;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}
.strip[data-id="6c0f67"] .slider-button:hover,
.strip[data-id="6c0f67"] .slider-button:focus-visible {
  border-color: #344E41;
  background: #344E41;
  color: #FEFAE0;
  outline: none;
}
.strip[data-id="6c0f67"] .slider-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="6c0f67"] .slider-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #A3B18A;
  cursor: pointer;
  opacity: 0.5;
  transition: width 180ms ease, opacity 180ms ease, background 180ms ease;
}
.strip[data-id="6c0f67"] .slider-dot.is-active {
  width: 24px;
  border-radius: 8px;
  background: #344E41;
  opacity: 1;
}
.strip[data-id="6c0f67"] .slider-dot:focus-visible {
  outline: 2px solid #344E41;
  outline-offset: 4px;
}
@media (max-width: 700px) {
  .strip[data-id="6c0f67"] .references-section {
    padding: 72px 18px 80px;
  }
  .strip[data-id="6c0f67"] .references-header {
    margin-bottom: 36px;
  }
  .strip[data-id="6c0f67"] .testimonial-slider {
    padding: 0;
  }
  .strip[data-id="6c0f67"] .testimonial-track,
  .strip[data-id="6c0f67"] .testimonial-slide {
    min-height: 390px;
  }
  .strip[data-id="6c0f67"] .testimonial-slide {
    padding: 48px 22px 38px;
  }
  .strip[data-id="6c0f67"] .testimonial-slide blockquote {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .strip[data-id="6c0f67"] .quote-mark {
    font-size: 7rem;
  }
}.strip[data-id="588548"] {
  --section-id: "588548";
  --storage-url: "https://test-2ix8a94c.proweb.cz/_section/588548";
  --public-url: "https://test-2ix8a94c.proweb.cz/_section/588548";
}
.strip[data-id="588548"] .site-footer {
  width: 100%;
  background: #344e41;
  color: #fefae0;
  padding: 4.5rem 1.5rem 1.25rem;
  box-sizing: border-box;
}
.strip[data-id="588548"] .footer-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="588548"] .footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(170px, 1fr));
  gap: 3rem;
  padding-bottom: 3.5rem;
}
.strip[data-id="588548"] .footer-column {
  min-width: 0;
}
.strip[data-id="588548"] .footer-brand {
  padding-right: 1.5rem;
}
.strip[data-id="588548"] .footer-kicker {
  margin: 0 0 1rem;
  color: #fefae0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.strip[data-id="588548"] .footer-column h2 {
  margin: 0 0 1.15rem;
  color: #e9c46a;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}
.strip[data-id="588548"] .footer-column p,
.strip[data-id="588548"] .footer-column address {
  margin: 0;
  color: #fefae0;
  font-family: Arial, sans-serif;
  font-size: 0.98rem;
  font-style: normal;
  line-height: 1.8;
}
.strip[data-id="588548"] .footer-description {
  max-width: 250px;
  color: #dfe8d4;
}
.strip[data-id="588548"] .social-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.4rem;
}
.strip[data-id="588548"] .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid #a3b18a;
  border-radius: 50%;
  color: #a3b18a;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.strip[data-id="588548"] .social-link svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.6;
}
.strip[data-id="588548"] .social-link:hover,
.strip[data-id="588548"] .social-link:focus-visible {
  border-color: #fefae0;
  background: #fefae0;
  color: #344e41;
  outline: none;
  transform: rotate(15deg);
}
.strip[data-id="588548"] .footer-bottom {
  border-top: 1px solid rgba(254, 250, 224, 0.25);
  padding-top: 1.35rem;
  text-align: center;
}
.strip[data-id="588548"] .footer-bottom p {
  margin: 0;
  color: #dfe8d4;
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .strip[data-id="588548"] .footer-grid {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 2.5rem 2rem;
  }
  .strip[data-id="588548"] .footer-brand {
    padding-right: 0;
  }
}
@media (max-width: 560px) {
  .strip[data-id="588548"] .site-footer {
    padding: 3.25rem 1.25rem 1.1rem;
  }
  .strip[data-id="588548"] .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
    padding-bottom: 2.75rem;
  }
  .strip[data-id="588548"] .footer-column h2 {
    margin-bottom: 0.8rem;
  }
}