@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Lora:ital,wght@1,400;1,500&family=Lora:wght@400;700&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="828c7a"] {
  --section-id: "828c7a";
  --storage-url: "https://test-7i6yk9ky.praweb.cz/_section/828c7a";
  --public-url: "https://test-7i6yk9ky.praweb.cz/_section/828c7a";
  /* Base mobile menu state - hidden on desktop */
  /* Responsive queries */
}
.strip[data-id="828c7a"] .header-section {
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="828c7a"] .header-section.scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding-top: 5px;
  padding-bottom: 5px;
}
.strip[data-id="828c7a"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: padding 0.3s ease;
}
.strip[data-id="828c7a"] .logo-wrapper .logo-link {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #2d3748;
}
.strip[data-id="828c7a"] .logo-wrapper img {
  height: 42px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.strip[data-id="828c7a"] .logo-link:hover img {
  transform: scale(1.05);
}
.strip[data-id="828c7a"] .logo-text {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #2d3748;
}
.strip[data-id="828c7a"] .main-nav {
  display: block;
}
.strip[data-id="828c7a"] .nav-list {
  display: flex;
  list-style: none;
  gap: 35px;
  margin: 0;
  padding: 0;
}
.strip[data-id="828c7a"] .nav-list a {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #4a5568;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding: 8px 0;
}
.strip[data-id="828c7a"] .nav-list a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #87a96b;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
}
.strip[data-id="828c7a"] .nav-list a:hover {
  color: #87a96b;
}
.strip[data-id="828c7a"] .nav-list a:hover::after {
  width: 100%;
}
.strip[data-id="828c7a"] .cta-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id="828c7a"] .btn-cta {
  display: inline-block;
  background: #87a96b;
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}
.strip[data-id="828c7a"] .btn-cta:hover {
  background: transparent;
  color: #87a96b;
  border-color: #87a96b;
  transform: translateY(-1px);
}
.strip[data-id="828c7a"] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: rgba(135, 169, 107, 0.1);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  gap: 6px;
}
.strip[data-id="828c7a"] .mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #4a5568;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="828c7a"] .mobile-toggle.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id="828c7a"] .mobile-toggle.open span:nth-child(2) {
  opacity: 0;
  transform: translateX(10px);
}
.strip[data-id="828c7a"] .mobile-toggle.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.strip[data-id="828c7a"] .mobile-menu {
  display: none;
}
.strip[data-id="828c7a"] .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
  width: 100%;
}
.strip[data-id="828c7a"] .mobile-nav-list a {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2d3748;
  text-decoration: none;
  display: block;
  padding: 10px;
  transition: color 0.3s ease;
}
.strip[data-id="828c7a"] .mobile-nav-list a:hover {
  color: #87a96b;
}
.strip[data-id="828c7a"] .btn-cta-mobile {
  display: block;
  background: #87a96b;
  color: #fff;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  margin: 40px auto 0;
  width: 100%;
  max-width: 250px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(135, 169, 107, 0.3);
}
@media (max-width: 991px) {
  .strip[data-id="828c7a"] .main-nav {
    display: none;
  }
  .strip[data-id="828c7a"] .desktop-only {
    display: none;
  }
  .strip[data-id="828c7a"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="828c7a"] .mobile-menu {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: 999;
    padding: 100px 30px 40px;
    flex-direction: column;
    align-items: center;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.05);
    transform: translateX(100%); /* Completely hidden off-screen */
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden; /* Prevent interaction when hidden */
  }
  .strip[data-id="828c7a"] .mobile-menu.active {
    transform: translateX(0);
    visibility: visible;
  }
}
@media (max-width: 480px) {
  .strip[data-id="828c7a"] .logo-text {
    font-size: 1.1rem;
  }
  .strip[data-id="828c7a"] .container {
    padding: 10px 15px;
  }
  .strip[data-id="828c7a"] .logo-wrapper .logo-link {
    gap: 10px;
  }
  .strip[data-id="828c7a"] .logo-wrapper img {
    height: 36px;
  }
}.strip[data-id=d21b23] {
  --section-id: "d21b23";
  --storage-url: "https://test-7i6yk9ky.praweb.cz/_section/d21b23";
  --public-url: "https://test-7i6yk9ky.praweb.cz/_section/d21b23";
}
.strip[data-id=d21b23] .hero-split {
  padding: 120px 0;
  background-color: #fdfaf7;
  background-image: url("data:image/svg+xml,%3Csvg width='600' height='600' viewBox='0 0 600 600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23f5eee6' stroke-width='1.5' opacity='0.6'%3E%3Cpath d='M-100,300 C50,250 150,350 300,300 C450,250 550,350 700,300' /%3E%3Cpath d='M-100,250 C50,200 150,300 300,250 C450,200 550,300 700,250' /%3E%3Cpath d='M-100,350 C50,300 150,400 300,350 C450,300 550,400 700,350' /%3E%3Cpath d='M-100,200 C50,150 150,250 300,200 C450,150 550,250 700,200' /%3E%3Cpath d='M-100,400 C50,350 150,450 300,400 C450,350 550,450 700,400' /%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.strip[data-id=d21b23] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
.strip[data-id=d21b23] .grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id=d21b23] .content {
  max-width: 660px;
}
.strip[data-id=d21b23] .subheadline {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #334155;
  opacity: 0.8;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.strip[data-id=d21b23] h1 {
  font-family: "Lora", serif;
  font-size: 64px;
  color: #334155;
  line-height: 1.2;
  margin: 0 0 24px 0;
  font-weight: 700;
}
.strip[data-id=d21b23] p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #475569;
  line-height: 1.6;
  margin: 0 0 48px 0;
}
.strip[data-id=d21b23] .actions {
  display: flex;
  gap: 20px;
  align-items: center;
}
.strip[data-id=d21b23] .btn {
  display: inline-block;
  padding: 18px 36px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-align: center;
}
.strip[data-id=d21b23] .btn-primary {
  background-color: #8da399;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(141, 163, 153, 0.25);
}
.strip[data-id=d21b23] .btn-primary:hover {
  background-color: #7a8f85;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(141, 163, 153, 0.35);
}
.strip[data-id=d21b23] .btn-secondary {
  border: 2px solid #334155;
  color: #334155;
  background-color: transparent;
}
.strip[data-id=d21b23] .btn-secondary:hover {
  background-color: #334155;
  color: #ffffff;
  transform: translateY(-3px);
}
.strip[data-id=d21b23] .image-wrapper {
  position: relative;
  z-index: 1;
}
.strip[data-id=d21b23] .image-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  border: 2px solid #8da399;
  border-radius: 60% 40% 70% 30%/40% 50% 60% 40%;
  z-index: -1;
  opacity: 0.3;
}
.strip[data-id=d21b23] .hero-img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 60% 40% 70% 30%/40% 50% 60% 40%;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  display: block;
}
@media (max-width: 1100px) {
  .strip[data-id=d21b23] .grid {
    gap: 40px;
  }
  .strip[data-id=d21b23] h1 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=d21b23] .hero-split {
    padding: 80px 0;
  }
  .strip[data-id=d21b23] .grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 60px;
  }
  .strip[data-id=d21b23] .content {
    margin: 0 auto;
  }
  .strip[data-id=d21b23] .actions {
    justify-content: center;
  }
  .strip[data-id=d21b23] .image-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .strip[data-id=d21b23] h1 {
    font-size: 40px;
  }
  .strip[data-id=d21b23] p {
    font-size: 18px;
  }
  .strip[data-id=d21b23] .actions {
    flex-direction: column;
    width: 100%;
  }
  .strip[data-id=d21b23] .btn {
    width: 100%;
  }
}.strip[data-id="1f82f0"] {
  --section-id: "1f82f0";
  --storage-url: "https://test-7i6yk9ky.praweb.cz/_section/1f82f0";
  --public-url: "https://test-7i6yk9ky.praweb.cz/_section/1f82f0";
}
.strip[data-id="1f82f0"] .about-philosophy {
  background-color: #FFFFFF;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
  font-family: "Arial", sans-serif;
}
.strip[data-id="1f82f0"] .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id="1f82f0"] .content-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}
.strip[data-id="1f82f0"] .image-area {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}
.strip[data-id="1f82f0"] .wood-frame {
  padding: 15px;
  background-color: #c19a6b; /* Oak wood base color */
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 75%, transparent 75%, transparent);
  background-size: 4px 4px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  transform: rotate(-2deg);
  transition: transform 0.3s ease;
}
.strip[data-id="1f82f0"] .wood-frame:hover {
  transform: rotate(0deg);
}
.strip[data-id="1f82f0"] .wood-frame img, .strip[data-id="1f82f0"] .wood-frame .generated-img-wrapper {
  display: block;
  width: 100%;
  max-width: 450px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4/5;
}
.strip[data-id="1f82f0"] .text-area {
  flex: 1.2;
  padding: 40px;
  background-color: #FFFFFF;
  box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.03);
  margin-left: -100px;
  position: relative;
  z-index: 3;
}
.strip[data-id="1f82f0"] h2 {
  font-family: "Lora", serif;
  font-size: 42px;
  color: #708090;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2;
}
.strip[data-id="1f82f0"] h3 {
  font-family: "Lora", serif;
  font-size: 24px;
  color: #708090;
  margin-top: 30px;
  margin-bottom: 20px;
}
.strip[data-id="1f82f0"] .lead {
  font-size: 18px;
  line-height: 1.6;
  color: #4a4a4a;
  margin-bottom: 0;
}
.strip[data-id="1f82f0"] .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="1f82f0"] .features-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #4a4a4a;
  display: flex;
  align-items: center;
}
.strip[data-id="1f82f0"] .features-list li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #8a9a5b;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 3.5 1 8-.5 2.2-2 4.46-4.5 5.5C14.5 16 13 17 11 20Z'/%3E%3Cpath d='M2 21c2-3 3-8 5-10'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 3.5 1 8-.5 2.2-2 4.46-4.5 5.5C14.5 16 13 17 11 20Z'/%3E%3Cpath d='M2 21c2-3 3-8 5-10'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.strip[data-id="1f82f0"] .micrographics {
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 992px) {
  .strip[data-id="1f82f0"] .content-wrapper {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  .strip[data-id="1f82f0"] .text-area {
    margin-left: 0;
    padding: 20px;
    box-shadow: none;
  }
  .strip[data-id="1f82f0"] .image-area {
    justify-content: center;
  }
  .strip[data-id="1f82f0"] .wood-frame {
    transform: rotate(0deg);
  }
  .strip[data-id="1f82f0"] .features-list li {
    justify-content: center;
    text-align: left;
  }
  .strip[data-id="1f82f0"] h2 {
    font-size: 32px;
  }
}.strip[data-id=cb0d3b] {
  --section-id: "cb0d3b";
  --storage-url: "https://test-7i6yk9ky.praweb.cz/_section/cb0d3b";
  --public-url: "https://test-7i6yk9ky.praweb.cz/_section/cb0d3b";
}
.strip[data-id=cb0d3b] .services-section {
  background-color: #f2f7f3;
  padding: 100px 0;
  font-family: "Inter", sans-serif;
}
.strip[data-id=cb0d3b] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=cb0d3b] .section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 70px;
}
.strip[data-id=cb0d3b] .section-title {
  font-size: 42px;
  font-weight: 800;
  color: #334155;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.strip[data-id=cb0d3b] .section-accent {
  display: block;
  width: 60px;
  height: 4px;
  background-color: #7a9a8c;
  margin: 0 auto;
  border-radius: 2px;
}
.strip[data-id=cb0d3b] .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.strip[data-id=cb0d3b] .service-card {
  background-color: #ffffff;
  padding: 50px 35px;
  border-radius: 24px;
  border: 1px solid rgba(122, 154, 140, 0.1);
  box-shadow: 0 10px 30px -10px rgba(51, 65, 85, 0.08);
  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;
  text-decoration: none;
  height: 100%;
}
.strip[data-id=cb0d3b] .service-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 25px 50px -12px rgba(51, 65, 85, 0.15);
  border-color: rgba(122, 154, 140, 0.3);
}
.strip[data-id=cb0d3b] .icon-wrapper {
  width: 90px;
  height: 90px;
  background-color: #faf7f2;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition: all 0.4s ease;
  transform: rotate(-3deg);
}
.strip[data-id=cb0d3b] .service-card:hover .icon-wrapper {
  transform: rotate(0deg) scale(1.1);
  background-color: #7a9a8c;
}
.strip[data-id=cb0d3b] .icon-wrapper svg {
  width: 40px;
  height: 40px;
  fill: #7a9a8c;
  transition: all 0.4s ease;
}
.strip[data-id=cb0d3b] .service-card:hover .icon-wrapper svg {
  fill: #ffffff;
}
.strip[data-id=cb0d3b] .service-name {
  font-size: 22px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 18px;
  line-height: 1.2;
}
.strip[data-id=cb0d3b] .service-description {
  font-size: 16px;
  color: #64748b;
  line-height: 1.7;
  margin: 0;
}
.strip[data-id=cb0d3b] .card-footer {
  margin-top: auto;
  padding-top: 25px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.strip[data-id=cb0d3b] .service-card:hover .card-footer {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id=cb0d3b] .learn-more {
  font-size: 14px;
  font-weight: 600;
  color: #7a9a8c;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1100px) {
  .strip[data-id=cb0d3b] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .strip[data-id=cb0d3b] .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=cb0d3b] .services-section {
    padding: 70px 0;
  }
  .strip[data-id=cb0d3b] .section-title {
    font-size: 32px;
  }
  .strip[data-id=cb0d3b] .service-card {
    padding: 40px 25px;
  }
}.strip[data-id="414540"] {
  --section-id: "414540";
  --storage-url: "https://test-7i6yk9ky.praweb.cz/_section/414540";
  --public-url: "https://test-7i6yk9ky.praweb.cz/_section/414540";
  /* Grid layout for automatic height based on content */
}
.strip[data-id="414540"] .testimonials-section {
  padding: 80px 20px;
  background-color: #ffffff;
  /* Subtle vertical lines */
  background-image: linear-gradient(90deg, #f0f2f5 1px, transparent 1px);
  background-size: 25% 100%;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.strip[data-id="414540"] .container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id="414540"] .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="414540"] .section-title {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  color: #4a5568;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.strip[data-id="414540"] .testimonials-slider {
  max-width: 850px;
  margin: 0 auto;
}
.strip[data-id="414540"] .testimonial-track {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
.strip[data-id="414540"] .testimonial-item {
  grid-area: 1/1/2/2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  transform: translateY(10px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.strip[data-id="414540"] .testimonial-item.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 1;
}
.strip[data-id="414540"] .quote-wrapper {
  position: relative;
  padding: 30px 40px;
  margin-bottom: 20px;
}
.strip[data-id="414540"] .quote-icon {
  font-family: "Lora", serif;
  font-size: 100px;
  color: #87a96b;
  opacity: 0.15;
  position: absolute;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.strip[data-id="414540"] .quote-start {
  top: -10px;
  left: 0;
}
.strip[data-id="414540"] .quote-end {
  bottom: -40px;
  right: 0;
}
.strip[data-id="414540"] .testimonial-text {
  font-family: "Lora", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.7;
  color: #5a6a7a;
  margin: 0;
  position: relative;
  z-index: 2;
}
.strip[data-id="414540"] .stars {
  margin: 20px 0;
  color: #d4af37; /* More golden wood color */
  font-size: 16px;
  display: flex;
  gap: 4px;
  justify-content: center;
}
.strip[data-id="414540"] .author-info {
  margin-top: 10px;
}
.strip[data-id="414540"] .author {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #87a96b;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: block;
}
.strip[data-id="414540"] .slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 40px;
}
.strip[data-id="414540"] .control-btn {
  background: white;
  border: 1px solid #e2e8f0;
  color: #708090;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.strip[data-id="414540"] .control-btn:hover {
  background-color: #87a96b;
  color: white;
  border-color: #87a96b;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(135, 169, 107, 0.2);
}
.strip[data-id="414540"] .slider-dots {
  display: flex;
  gap: 12px;
}
.strip[data-id="414540"] .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e2e8f0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.strip[data-id="414540"] .dot.active {
  background-color: #87a96b;
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .strip[data-id="414540"] .testimonials-section {
    padding: 60px 15px;
  }
  .strip[data-id="414540"] .section-title {
    font-size: 24px;
  }
  .strip[data-id="414540"] .testimonial-text {
    font-size: 18px;
    line-height: 1.6;
  }
  .strip[data-id="414540"] .quote-icon {
    font-size: 70px;
  }
  .strip[data-id="414540"] .quote-wrapper {
    padding: 20px 20px;
  }
  .strip[data-id="414540"] .quote-start {
    top: -5px;
    left: -5px;
  }
  .strip[data-id="414540"] .quote-end {
    bottom: -30px;
    right: -5px;
  }
  .strip[data-id="414540"] .slider-controls {
    gap: 15px;
  }
}.strip[data-id=f3f0d8] {
  --section-id: "f3f0d8";
  --storage-url: "https://test-7i6yk9ky.praweb.cz/_section/f3f0d8";
  --public-url: "https://test-7i6yk9ky.praweb.cz/_section/f3f0d8";
}
.strip[data-id=f3f0d8] .footer-section {
  background-color: #293d39;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  padding: 80px 0 40px 0;
  line-height: 1.6;
}
.strip[data-id=f3f0d8] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id=f3f0d8] .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}
.strip[data-id=f3f0d8] .footer-col h3 {
  color: #a3b8ae; /* Slightly lighter sage green for better contrast */
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.strip[data-id=f3f0d8] .brand-description {
  margin-bottom: 20px;
  max-width: 320px;
}
.strip[data-id=f3f0d8] .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=f3f0d8] .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.strip[data-id=f3f0d8] .contact-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #a3b8ae;
  margin-top: 2px;
}
.strip[data-id=f3f0d8] .contact-item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.strip[data-id=f3f0d8] .contact-item a:hover {
  color: #ffffff;
}
.strip[data-id=f3f0d8] .social-links {
  display: flex;
  gap: 16px;
}
.strip[data-id=f3f0d8] .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id=f3f0d8] .social-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.strip[data-id=f3f0d8] .social-icon:hover {
  background-color: #a3b8ae;
  color: #293d39;
  transform: translateY(-3px);
}
.strip[data-id=f3f0d8] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.strip[data-id=f3f0d8] .footer-bottom-links {
  display: flex;
  gap: 24px;
}
.strip[data-id=f3f0d8] .footer-bottom-links a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.strip[data-id=f3f0d8] .footer-bottom-links a:hover {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991px) {
  .strip[data-id=f3f0d8] .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 640px) {
  .strip[data-id=f3f0d8] .footer-section {
    padding: 60px 0 30px 0;
  }
  .strip[data-id=f3f0d8] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }
  .strip[data-id=f3f0d8] .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .strip[data-id=f3f0d8] .brand-description {
    max-width: 100%;
  }
}