@charset "UTF-8";
.strip[data-id=faad36] {
  --section-id: "faad36";
  --storage-url: "https://krtek.proweb.cz/_section/faad36";
  --public-url: "https://krtek.proweb.cz/_section/faad36";
}
.strip[data-id=faad36] .main-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=faad36] .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=faad36] .logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.strip[data-id=faad36] .company-logo {
  height: 50px; /* Upraveno pro lepší čitelnost nahraného loga */
  width: auto;
  display: block;
}
.strip[data-id=faad36] .main-nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id=faad36] .main-nav a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}
.strip[data-id=faad36] .main-nav a:hover {
  color: #0056b3;
}
.strip[data-id=faad36] .btn-primary {
  background: #0056b3;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s;
}
.strip[data-id=faad36] .btn-primary:hover {
  background: #004494;
}
.strip[data-id=faad36] .mobile-nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}
.strip[data-id=faad36] .mobile-nav-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background: #333;
}
@media (max-width: 768px) {
  .strip[data-id=faad36] .main-nav, .strip[data-id=faad36] .header-cta {
    display: none;
  }
  .strip[data-id=faad36] .mobile-nav-toggle {
    display: flex;
  }
}
.strip[data-id=faad36] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}.strip[data-id=e58a28] {
  --section-id: "e58a28";
  --storage-url: "https://krtek.proweb.cz/_section/e58a28";
  --public-url: "https://krtek.proweb.cz/_section/e58a28";
}
.strip[data-id=e58a28] .main-footer {
  background: #1a2a3a;
  color: #fff;
  padding: 4rem 0 2rem;
}
.strip[data-id=e58a28] .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}
.strip[data-id=e58a28] .footer-col h3 {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  color: #fff;
}
.strip[data-id=e58a28] .footer-col ul {
  list-style: none;
  padding: 0;
}
.strip[data-id=e58a28] .footer-col ul li {
  margin-bottom: 0.8rem;
}
.strip[data-id=e58a28] .footer-col a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id=e58a28] .footer-col a:hover {
  color: #fff;
}
.strip[data-id=e58a28] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
  font-size: 0.9rem;
  color: #888;
}
.strip[data-id=e58a28] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}.strip[data-id="01d270"] {
  --section-id: "01d270";
  --storage-url: "https://krtek.proweb.cz/_section/01d270";
  --public-url: "https://krtek.proweb.cz/_section/01d270";
}
.strip[data-id="01d270"] .contact-section {
  padding: 5rem 0;
}
.strip[data-id="01d270"] .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
.strip[data-id="01d270"] .contact-info h2 {
  margin-bottom: 2rem;
}
.strip[data-id="01d270"] .info-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.strip[data-id="01d270"] .info-icon {
  font-size: 1.5rem;
  color: #0056b3;
}
.strip[data-id="01d270"] .contact-form-wrapper {
  background: #f9f9f9;
  padding: 3rem;
  border-radius: 8px;
}
.strip[data-id="01d270"] .form-group {
  margin-bottom: 1.5rem;
}
.strip[data-id="01d270"] .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.strip[data-id="01d270"] .form-group input, .strip[data-id="01d270"] .form-group textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: inherit;
}
.strip[data-id="01d270"] .form-status {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 4px;
  display: none;
}
.strip[data-id="01d270"] .form-status.success {
  display: block;
  background: #d4edda;
  color: #155724;
}
.strip[data-id="01d270"] .form-status.error {
  display: block;
  background: #f8d7da;
  color: #721c24;
}
@media (max-width: 768px) {
  .strip[data-id="01d270"] .contact-grid {
    grid-template-columns: 1fr;
  }
}
.strip[data-id="01d270"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}