.strip[data-id=a4acc7] {
  --section-id: "a4acc7";
  --storage-url: "https://ach.proweb.cz/_section/a4acc7";
  --public-url: "https://ach.proweb.cz/_section/a4acc7";
}
.strip[data-id=a4acc7] header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.strip[data-id=a4acc7] header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=a4acc7] header .logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #4BA82E;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id=a4acc7] header .logo img {
  height: 40px;
}
.strip[data-id=a4acc7] header nav {
  display: flex;
  gap: 2rem;
}
.strip[data-id=a4acc7] header nav a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}
.strip[data-id=a4acc7] header nav a:hover {
  color: #4BA82E;
}
.strip[data-id=a4acc7] header .contact-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.strip[data-id=a4acc7] header .contact-info .phone {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
@media (max-width: 768px) {
  .strip[data-id=a4acc7] header .container {
    flex-direction: column;
    gap: 1rem;
  }
  .strip[data-id=a4acc7] nav {
    gap: 1rem;
  }
}.strip[data-id="7709d3"] {
  --section-id: "7709d3";
  --storage-url: "https://ach.proweb.cz/_section/7709d3";
  --public-url: "https://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: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="7709d3"] .contact-section .contact-grid {
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .strip[data-id="7709d3"] .contact-section .contact-grid {
    flex-direction: column;
    gap: 2rem;
  }
}
.strip[data-id="7709d3"] .contact-section .image-column {
  flex: 1;
  min-width: 300px;
}
.strip[data-id="7709d3"] .contact-section .image-column img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  display: block;
  object-fit: cover;
}
.strip[data-id="7709d3"] .contact-section .form-column {
  flex: 1.2;
  min-width: 300px;
  text-align: left;
}
.strip[data-id="7709d3"] .contact-section .form-column h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #333;
}
.strip[data-id="7709d3"] .contact-section .form-column p {
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.strip[data-id="7709d3"] .contact-section .contact-form {
  background: #fff;
  padding: 2.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  width: 100%;
}
.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: 120px;
  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=e2f51d] {
  --section-id: "e2f51d";
  --storage-url: "https://ach.proweb.cz/_section/e2f51d";
  --public-url: "https://ach.proweb.cz/_section/e2f51d";
}
.strip[data-id=e2f51d] .test-email-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
}
.strip[data-id=e2f51d] .test-email-section .container {
  max-width: 800px;
  margin: 0 auto;
}
.strip[data-id=e2f51d] .test-email-section h2 {
  margin-bottom: 20px;
  color: #333;
}
.strip[data-id=e2f51d] .test-email-section p {
  margin-bottom: 30px;
  color: #666;
}
.strip[data-id=e2f51d] .test-email-section .button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.strip[data-id=e2f51d] .test-email-section .btn-primary {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.strip[data-id=e2f51d] .test-email-section .btn-primary:hover {
  background-color: #0056b3;
}
.strip[data-id=e2f51d] .test-email-section .btn-primary:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.strip[data-id=e2f51d] .test-email-section .status-message {
  font-size: 14px;
  min-height: 20px;
}
.strip[data-id=e2f51d] .test-email-section .status-message.success {
  color: #28a745;
}
.strip[data-id=e2f51d] .test-email-section .status-message.error {
  color: #dc3545;
}.strip[data-id="4e2e9b"] {
  --section-id: "4e2e9b";
  --storage-url: "https://ach.proweb.cz/_section/4e2e9b";
  --public-url: "https://ach.proweb.cz/_section/4e2e9b";
}
.strip[data-id="4e2e9b"] footer {
  background: #111;
  color: #fff;
  padding: 60px 0 20px;
}
.strip[data-id="4e2e9b"] footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}
.strip[data-id="4e2e9b"] footer h4 {
  color: #4BA82E;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.strip[data-id="4e2e9b"] footer ul {
  list-style: none;
  padding: 0;
}
.strip[data-id="4e2e9b"] footer ul li {
  margin-bottom: 10px;
  color: #ccc;
}
.strip[data-id="4e2e9b"] footer ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id="4e2e9b"] footer ul li a:hover {
  color: #4BA82E;
}
.strip[data-id="4e2e9b"] footer .footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #333;
  text-align: center;
  font-size: 0.9rem;
  color: #666;
}