@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=dbd258] {
  --section-id: "dbd258";
  --storage-url: "https://krtek.proweb.cz/_section/dbd258";
  --public-url: "https://krtek.proweb.cz/_section/dbd258";
}
.strip[data-id=dbd258] .replacements-section {
  padding: 5rem 0;
}
.strip[data-id=dbd258] .replacements-content {
  max-width: 800px;
  margin: 0 auto 4rem;
  text-align: center;
}
.strip[data-id=dbd258] .table-container {
  overflow-x: auto;
}
.strip[data-id=dbd258] table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
}
.strip[data-id=dbd258] th, .strip[data-id=dbd258] td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.strip[data-id=dbd258] th {
  background: #f8f9fa;
  color: #1a2a3a;
}
.strip[data-id=dbd258] .status-ok {
  color: green;
  font-weight: bold;
}
.strip[data-id=dbd258] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}