@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Playfair+Display:ital,wght@1,400&display=swap');
.strip[data-id="7bc593"] {
  --section-id: "7bc593";
  --storage-url: "https://test-arms0ghb.praweb.cz/_section/7bc593";
  --public-url: "https://test-arms0ghb.praweb.cz/_section/7bc593";
  /* Mobile Menu Overlay */
}
.strip[data-id="7bc593"] .header-section {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 253, 249, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}
.strip[data-id="7bc593"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="7bc593"] .header-top-bar {
  text-align: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}
.strip[data-id="7bc593"] .top-info-text {
  font-size: 12px;
  color: #8DA290;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.strip[data-id="7bc593"] .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.strip[data-id="7bc593"] .logo-area a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.strip[data-id="7bc593"] .logo-img {
  height: 60px;
  width: auto;
  object-fit: contain;
}
.strip[data-id="7bc593"] .main-nav {
  display: block;
}
.strip[data-id="7bc593"] .nav-list {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.strip[data-id="7bc593"] .nav-list li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #8DA290;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
  padding: 5px 0;
}
.strip[data-id="7bc593"] .nav-list li a:hover {
  color: #D4AF37;
}
.strip[data-id="7bc593"] .nav-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #D4AF37;
  transition: width 0.3s ease;
}
.strip[data-id="7bc593"] .nav-list li a:hover::after {
  width: 100%;
}
.strip[data-id="7bc593"] .contact-cta {
  display: flex;
  align-items: center;
  gap: 25px;
}
.strip[data-id="7bc593"] .phone-link {
  font-size: 14px;
  color: #8DA290;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.strip[data-id="7bc593"] .phone-link:hover {
  color: #D4AF37;
}
.strip[data-id="7bc593"] .cta-button {
  background: #8DA290;
  color: #FFFDF9;
  padding: 12px 24px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(141, 162, 144, 0.3);
  transition: all 0.3s ease;
  border: none;
  display: inline-block;
}
.strip[data-id="7bc593"] .cta-button:hover {
  background: #7a8e7d;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(141, 162, 144, 0.4);
  color: #FFFDF9;
}
.strip[data-id="7bc593"] .mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}
.strip[data-id="7bc593"] .mobile-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #8DA290;
  transition: 0.3s;
}
.strip[data-id="7bc593"] .mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #FFFDF9;
  z-index: 999;
  padding: 100px 20px 20px;
  text-align: center;
}
.strip[data-id="7bc593"] .mobile-menu.active {
  display: block;
}
.strip[data-id="7bc593"] .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="7bc593"] .mobile-nav-list li {
  margin-bottom: 25px;
}
.strip[data-id="7bc593"] .mobile-nav-list li a {
  font-size: 20px;
  text-transform: uppercase;
  color: #8DA290;
  text-decoration: none;
  font-weight: 500;
}
.strip[data-id="7bc593"] .close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #8DA290;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .strip[data-id="7bc593"] .main-nav {
    display: none;
  }
  .strip[data-id="7bc593"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="7bc593"] .header-top-bar {
    display: none;
  }
  .strip[data-id="7bc593"] .phone-link {
    display: none;
  }
}
@media (max-width: 480px) {
  .strip[data-id="7bc593"] .cta-button {
    padding: 10px 16px;
    font-size: 11px;
  }
  .strip[data-id="7bc593"] .logo-img {
    height: 45px;
  }
}@charset "UTF-8";
.strip[data-id="6c37d2"] {
  --section-id: "6c37d2";
  --storage-url: "https://test-arms0ghb.praweb.cz/_section/6c37d2";
  --public-url: "https://test-arms0ghb.praweb.cz/_section/6c37d2";
}
.strip[data-id="6c37d2"] section {
  background-color: #f9eeee; /* Velmi nízká sytost pudrově růžové */
  padding: 80px 0;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="6c37d2"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.strip[data-id="6c37d2"] h2 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 36px;
  color: #4A4A4A;
  margin-bottom: 50px;
}
.strip[data-id="6c37d2"] .slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id="6c37d2"] .testimonial-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 30px;
  padding: 20px 0;
  scrollbar-width: none; /* Pro Firefox */
  -ms-overflow-style: none; /* Pro IE a Edge */
}
.strip[data-id="6c37d2"] .testimonial-slider::-webkit-scrollbar {
  display: none; /* Pro Chrome, Safari a Operu */
}
.strip[data-id="6c37d2"] .testimonial-card {
  flex: 0 0 calc(33.333% - 20px);
  min-width: 300px;
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}
.strip[data-id="6c37d2"] .testimonial-card:hover {
  transform: translateY(-5px);
}
.strip[data-id="6c37d2"] .stars {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}
.strip[data-id="6c37d2"] .star-icon {
  width: 20px;
  height: 20px;
  fill: #D4AF37;
}
.strip[data-id="6c37d2"] .quote {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 20px;
  color: #4A4A4A;
  line-height: 1.6;
  margin-bottom: 25px;
}
.strip[data-id="6c37d2"] .customer-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #8DA290;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="6c37d2"] .nav-btn {
  width: 50px;
  height: 50px;
  background-color: #8DA290;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}
.strip[data-id="6c37d2"] .nav-btn:hover {
  background-color: #7a8e7d;
}
.strip[data-id="6c37d2"] .nav-btn svg {
  width: 20px;
  height: 20px;
  fill: #D4AF37;
}
@media (max-width: 1024px) {
  .strip[data-id="6c37d2"] .testimonial-card {
    flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .strip[data-id="6c37d2"] .testimonial-card {
    flex: 0 0 100%;
  }
  .strip[data-id="6c37d2"] .nav-btn {
    display: none;
  }
}@charset "UTF-8";
.strip[data-id=bc3a98] {
  --section-id: "bc3a98";
  --storage-url: "https://test-arms0ghb.praweb.cz/_section/bc3a98";
  --public-url: "https://test-arms0ghb.praweb.cz/_section/bc3a98";
}
.strip[data-id=bc3a98] section {
  background-color: #FFFDF9;
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id=bc3a98] .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.strip[data-id=bc3a98] .icon-wrapper {
  margin-bottom: 30px;
}
.strip[data-id=bc3a98] .chat-icon {
  width: 60px;
  height: 60px;
  fill: #F2D5D5;
  animation: pulse 2s infinite ease-in-out;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.strip[data-id=bc3a98] h2 {
  font-size: 32px;
  color: #4A4A4A;
  margin-bottom: 15px;
}
.strip[data-id=bc3a98] .description {
  font-size: 16px;
  color: #666;
  margin-bottom: 50px;
  line-height: 1.6;
}
.strip[data-id=bc3a98] .forum-list {
  text-align: left;
  margin-bottom: 60px;
}
.strip[data-id=bc3a98] .forum-item {
  background-color: rgba(141, 162, 144, 0.05); /* Šalvějová s 5% opacitou */
  border-bottom: 1px solid #D4AF37; /* Zlatá linka */
  padding: 20px 25px;
  transition: background-color 0.3s ease;
}
.strip[data-id=bc3a98] .forum-item:first-child {
  border-top: 1px solid #D4AF37;
}
.strip[data-id=bc3a98] .forum-item:hover {
  background-color: rgba(141, 162, 144, 0.1);
}
.strip[data-id=bc3a98] .forum-link {
  text-decoration: none;
  color: #8DA290;
  font-size: 18px;
  font-weight: 400;
  display: block;
}
.strip[data-id=bc3a98] .cta-wrapper {
  margin-top: 40px;
}
.strip[data-id=bc3a98] .btn-login {
  display: inline-block;
  background-color: #D4AF37;
  color: #ffffff;
  padding: 18px 45px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}
.strip[data-id=bc3a98] .btn-login:hover {
  background-color: #c09b2d;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .strip[data-id=bc3a98] h2 {
    font-size: 26px;
  }
  .strip[data-id=bc3a98] .forum-link {
    font-size: 16px;
  }
  .strip[data-id=bc3a98] .btn-login {
    width: 100%;
    padding: 15px 20px;
  }
}.strip[data-id="698773"] {
  --section-id: "698773";
  --storage-url: "https://test-arms0ghb.praweb.cz/_section/698773";
  --public-url: "https://test-arms0ghb.praweb.cz/_section/698773";
}
.strip[data-id="698773"] .footer-section {
  background-color: #FFFDF9;
  border-top: 1px solid #D4AF37;
  padding: 80px 0 40px 0;
  font-family: sans-serif;
  color: #4A4A4A;
}
.strip[data-id="698773"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="698773"] .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
.strip[data-id="698773"] .footer-col h3 {
  color: #8DA290;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 1px;
  font-weight: 600;
}
.strip[data-id="698773"] .footer-col p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 10px 0;
}
.strip[data-id="698773"] .footer-form {
  display: flex;
  flex-direction: column;
}
.strip[data-id="698773"] .footer-form input,
.strip[data-id="698773"] .footer-form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #8DA290;
  padding: 10px 0;
  margin-bottom: 15px;
  font-size: 14px;
  color: #4A4A4A;
  outline: none;
  transition: border-color 0.3s ease;
}
.strip[data-id="698773"] .footer-form input::placeholder,
.strip[data-id="698773"] .footer-form textarea::placeholder {
  color: #A0A0A0;
}
.strip[data-id="698773"] .footer-form input:focus,
.strip[data-id="698773"] .footer-form textarea:focus {
  border-bottom-color: #D4AF37;
}
.strip[data-id="698773"] .footer-form button {
  background-color: transparent;
  border: 1px solid #8DA290;
  color: #8DA290;
  padding: 10px 25px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
  margin-top: 10px;
}
.strip[data-id="698773"] .footer-form button:hover {
  background-color: #8DA290;
  color: #FFFFFF;
}
.strip[data-id="698773"] .map-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 4px;
  filter: grayscale(1) contrast(0.9) opacity(0.8) sepia(0.1);
  transition: filter 0.5s ease;
}
.strip[data-id="698773"] .map-wrapper:hover {
  filter: grayscale(0.5) contrast(1) opacity(1);
}
.strip[data-id="698773"] .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.strip[data-id="698773"] .footer-bottom {
  border-top: 1px solid #EAEAEA;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.strip[data-id="698773"] .social-links {
  display: flex;
  gap: 20px;
}
.strip[data-id="698773"] .social-link {
  color: #D4AF37;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.strip[data-id="698773"] .social-link:hover {
  color: #F2D5D5;
}
.strip[data-id="698773"] .copyright p {
  font-size: 13px;
  color: #888888;
  margin: 0;
}
@media (max-width: 1024px) {
  .strip[data-id="698773"] .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .strip[data-id="698773"] .footer-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="698773"] .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}