.strip[data-id="825a12"] {
  --section-id: "825a12";
  --storage-url: "https://test2603200936.praweb.cz/_section/825a12";
  --public-url: "https://test2603200936.praweb.cz/_section/825a12";
}
.strip[data-id="825a12"] header {
  background-color: #3e2723;
  color: #efebe9;
  padding: 1rem 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.strip[data-id="825a12"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
.strip[data-id="825a12"] .logo a {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #d7ccc8;
  text-decoration: none;
}
.strip[data-id="825a12"] nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id="825a12"] nav a {
  color: #efebe9;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.strip[data-id="825a12"] nav a:hover {
  color: #bcaaa4;
}
@media (max-width: 768px) {
  .strip[data-id="825a12"] .header-container {
    flex-direction: column;
    gap: 1rem;
  }
}.strip[data-id="4b78b0"] {
  --section-id: "4b78b0";
  --storage-url: "https://test2603200936.praweb.cz/_section/4b78b0";
  --public-url: "https://test2603200936.praweb.cz/_section/4b78b0";
}
.strip[data-id="4b78b0"] footer {
  background-color: #2b1d1a;
  color: #d7ccc8;
  padding: 4rem 1rem;
  text-align: center;
}
.strip[data-id="4b78b0"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="4b78b0"] .footer-logo {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  display: block;
  text-decoration: none;
  color: #efebe9;
}
.strip[data-id="4b78b0"] .footer-links {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.strip[data-id="4b78b0"] .footer-links a {
  color: #efebe9;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id="4b78b0"] .footer-links a:hover {
  color: #bcaaa4;
}
.strip[data-id="4b78b0"] .social-links {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.strip[data-id="4b78b0"] .social-links a {
  color: #efebe9;
  text-decoration: none;
}
.strip[data-id="4b78b0"] .copyright {
  font-size: 0.9rem;
  opacity: 0.7;
  border-top: 1px solid #3e2723;
  padding-top: 2rem;
}.strip[data-id=b7708b] {
  --section-id: "b7708b";
  --storage-url: "https://test2603200936.praweb.cz/_section/b7708b";
  --public-url: "https://test2603200936.praweb.cz/_section/b7708b";
}
.strip[data-id=b7708b] .contact-section {
  padding: 4rem 1rem;
  background-color: #fdfaf8;
  color: #3e2723;
}
.strip[data-id=b7708b] .contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
.strip[data-id=b7708b] h1 {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.strip[data-id=b7708b] .contact-info p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}
.strip[data-id=b7708b] .contact-info strong {
  display: block;
  margin-bottom: 0.3rem;
  color: #795548;
}
.strip[data-id=b7708b] .contact-form {
  background: white;
  padding: 2.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.strip[data-id=b7708b] .form-group {
  margin-bottom: 1.5rem;
}
.strip[data-id=b7708b] .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.strip[data-id=b7708b] .form-group input, .strip[data-id=b7708b] .form-group textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #d7ccc8;
  border-radius: 4px;
  font-family: inherit;
}
.strip[data-id=b7708b] .submit-btn {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #3e2723;
  color: #efebe9;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}
.strip[data-id=b7708b] .submit-btn:hover {
  background-color: #5d4037;
}
@media (max-width: 992px) {
  .strip[data-id=b7708b] .contact-container {
    grid-template-columns: 1fr;
  }
}