.strip[data-id=f4520c] {
  --section-id: "f4520c";
  --storage-url: "https://www.hmmautolaky.cz/_section/f4520c";
  --public-url: "https://www.hmmautolaky.cz/_section/f4520c";
}
.strip[data-id=f4520c] .main-header {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 1.5rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.strip[data-id=f4520c] .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=f4520c] .logo a {
  text-decoration: none;
  color: #ffffff;
}
.strip[data-id=f4520c] .logo-text {
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #ffffff;
}
.strip[data-id=f4520c] .highlight {
  color: #ffffff;
}
.strip[data-id=f4520c] .main-nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id=f4520c] .main-nav a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.strip[data-id=f4520c] .main-nav a:hover {
  color: #e63946;
}
.strip[data-id=f4520c] .mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}
.strip[data-id=f4520c] .mobile-toggle span {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .strip[data-id=f4520c] .main-nav {
    display: none;
  }
  .strip[data-id=f4520c] .mobile-toggle {
    display: flex;
  }
}.strip[data-id="8e9620"] {
  --section-id: "8e9620";
  --storage-url: "https://www.hmmautolaky.cz/_section/8e9620";
  --public-url: "https://www.hmmautolaky.cz/_section/8e9620";
}
.strip[data-id="8e9620"] .contact-section {
  padding: 80px 0;
  background-color: #f8f9fa;
  color: #333;
}
.strip[data-id="8e9620"] .contact-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="8e9620"] .contact-section .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .strip[data-id="8e9620"] .contact-section .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.strip[data-id="8e9620"] .contact-section .contact-info h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #d32f2f;
}
.strip[data-id="8e9620"] .contact-section .contact-info .info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.strip[data-id="8e9620"] .contact-section .contact-info .info-item i {
  font-size: 1.5rem;
  color: #d32f2f;
  margin-right: 20px;
  margin-top: 5px;
}
.strip[data-id="8e9620"] .contact-section .contact-info .info-item .details h3 {
  font-size: 1.2rem;
  margin-bottom: 5px;
  font-weight: 700;
}
.strip[data-id="8e9620"] .contact-section .contact-info .info-item .details p, .strip[data-id="8e9620"] .contact-section .contact-info .info-item .details a {
  font-size: 1.1rem;
  color: #555;
  text-decoration: none;
  display: block;
}
.strip[data-id="8e9620"] .contact-section .contact-info .info-item .details a:hover {
  color: #d32f2f;
}
.strip[data-id="8e9620"] .contact-section .contact-form {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.strip[data-id="8e9620"] .contact-section .contact-form h3 {
  margin-bottom: 25px;
  font-size: 1.5rem;
}
.strip[data-id="8e9620"] .contact-section .contact-form .form-group {
  margin-bottom: 20px;
}
.strip[data-id="8e9620"] .contact-section .contact-form .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
.strip[data-id="8e9620"] .contact-section .contact-form .form-group input, .strip[data-id="8e9620"] .contact-section .contact-form .form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.3s;
}
.strip[data-id="8e9620"] .contact-section .contact-form .form-group input:focus, .strip[data-id="8e9620"] .contact-section .contact-form .form-group textarea:focus {
  outline: none;
  border-color: #d32f2f;
}
.strip[data-id="8e9620"] .contact-section .contact-form .form-group textarea {
  height: 150px;
  resize: vertical;
}
.strip[data-id="8e9620"] .contact-section .contact-form button {
  background-color: #d32f2f;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 4px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
}
.strip[data-id="8e9620"] .contact-section .contact-form button:hover {
  background-color: #b71c1c;
}
.strip[data-id="8e9620"] .contact-section .contact-form button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.strip[data-id="8e9620"] .contact-section .contact-form .form-status {
  margin-top: 20px;
  padding: 15px;
  border-radius: 4px;
  display: none;
}
.strip[data-id="8e9620"] .contact-section .contact-form .form-status.success {
  display: block;
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.strip[data-id="8e9620"] .contact-section .contact-form .form-status.error {
  display: block;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.strip[data-id="8e9620"] .contact-section .map-container {
  width: 100%;
  height: 450px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.strip[data-id="8e9620"] .contact-section .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}.strip[data-id=fb28d5] {
  --section-id: "fb28d5";
  --storage-url: "https://www.hmmautolaky.cz/_section/fb28d5";
  --public-url: "https://www.hmmautolaky.cz/_section/fb28d5";
}
.strip[data-id=fb28d5] .main-footer {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 3rem 0;
  margin-top: 5rem;
  border-top: 4px solid #e63946;
}
.strip[data-id=fb28d5] .footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=fb28d5] .footer-section h3 {
  color: #e63946;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.strip[data-id=fb28d5] .footer-section p, .strip[data-id=fb28d5] .footer-section ul {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #ccc;
}
.strip[data-id=fb28d5] .footer-section ul {
  list-style: none;
  padding: 0;
}
.strip[data-id=fb28d5] .footer-section ul li {
  margin-bottom: 0.8rem;
}
.strip[data-id=fb28d5] .footer-section a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id=fb28d5] .footer-section a:hover {
  color: #e63946;
}
.strip[data-id=fb28d5] .footer-bottom {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #333;
  font-size: 0.8rem;
  color: #888;
}