.strip[data-id="151eb5"] {
  --section-id: "151eb5";
  --public-url: "http://php.ach.proweb.cz/_section/151eb5";
}
.strip[data-id="151eb5"] .main-header {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.strip[data-id="151eb5"] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="151eb5"] .main-header .logo a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.strip[data-id="151eb5"] .main-header .nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id="151eb5"] .main-header .nav ul li a {
  text-decoration: none;
  color: #555;
  font-weight: 500;
  transition: color 0.3s;
}
.strip[data-id="151eb5"] .main-header .nav ul li a:hover {
  color: #007bff;
}.strip[data-id="7709d3"] {
  --section-id: "7709d3";
  --public-url: "http://php.ach.proweb.cz/_section/7709d3";
}
.strip[data-id="7709d3"] .contact-section {
  padding: 4rem 0;
  background-color: #f9f9f9;
}
.strip[data-id="7709d3"] .contact-section .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.strip[data-id="7709d3"] .contact-section h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #333;
}
.strip[data-id="7709d3"] .contact-section p {
  color: #666;
  margin-bottom: 2rem;
}
.strip[data-id="7709d3"] .contact-section .contact-form {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  text-align: left;
}
.strip[data-id="7709d3"] .contact-section .contact-form .form-group {
  margin-bottom: 1.5rem;
}
.strip[data-id="7709d3"] .contact-section .contact-form .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #444;
}
.strip[data-id="7709d3"] .contact-section .contact-form .form-group input, .strip[data-id="7709d3"] .contact-section .contact-form .form-group textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.3s;
}
.strip[data-id="7709d3"] .contact-section .contact-form .form-group input:focus, .strip[data-id="7709d3"] .contact-section .contact-form .form-group textarea:focus {
  outline: none;
  border-color: #007bff;
}
.strip[data-id="7709d3"] .contact-section .contact-form .form-group textarea {
  min-height: 150px;
  resize: vertical;
}
.strip[data-id="7709d3"] .contact-section .contact-form .submit-btn {
  width: 100%;
  padding: 1rem;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}
.strip[data-id="7709d3"] .contact-section .contact-form .submit-btn:hover {
  background-color: #0056b3;
}
.strip[data-id="7709d3"] .contact-section .contact-form .form-status {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 4px;
  display: none;
}
.strip[data-id="7709d3"] .contact-section .contact-form .form-status.success {
  display: block;
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.strip[data-id="7709d3"] .contact-section .contact-form .form-status.error {
  display: block;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}.strip[data-id=fc03da] {
  --section-id: "fc03da";
  --public-url: "http://php.ach.proweb.cz/_section/fc03da";
}
.strip[data-id=fc03da] .main-footer {
  background-color: #333;
  color: #fff;
  padding: 2rem 0;
  margin-top: 40px;
}
.strip[data-id=fc03da] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}