
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="25f9a1"] {
  --section-id: "25f9a1";
  --storage-url: "https://ach.proweb.cz/_section/25f9a1";
  --public-url: "https://ach.proweb.cz/_section/25f9a1";
}
.strip[data-id="25f9a1"] .lang-switcher-bar {
  width: 100%;
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 9999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.strip[data-id="25f9a1"] .lang-switcher-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  height: 40px;
}
.strip[data-id="25f9a1"] .lang-switcher-label {
  font-size: 0.95rem;
  opacity: 0.6;
}
.strip[data-id="25f9a1"] .lang-switcher-items {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.strip[data-id="25f9a1"] .lang-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.6rem;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.55);
  transition: all 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}
.strip[data-id="25f9a1"] a.lang-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.strip[data-id="25f9a1"] .lang-item--active {
  color: #fff;
  background: rgba(59, 130, 246, 0.25);
  border: 1px solid rgba(59, 130, 246, 0.4);
}
.strip[data-id="25f9a1"] .lang-item--disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.strip[data-id="25f9a1"] .lang-flag {
  font-size: 1rem;
  line-height: 1;
}
.strip[data-id="25f9a1"] .lang-label {
  font-size: 0.8rem;
}
@media (max-width: 640px) {
  .strip[data-id="25f9a1"] .lang-switcher-inner {
    justify-content: center;
  }
  .strip[data-id="25f9a1"] .lang-switcher-label {
    display: none;
  }
  .strip[data-id="25f9a1"] .lang-item {
    padding: 0.25rem 0.5rem;
    font-size: 0.78rem;
  }
  .strip[data-id="25f9a1"] .lang-label {
    display: none;
  }
}.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;
}