.strip[data-id=cd5401] {
  --section-id: "cd5401";
  --storage-url: "https://kamna.proweb.cz/_section/cd5401";
  --public-url: "https://kamna.proweb.cz/_section/cd5401";
}
.strip[data-id=cd5401] .main-header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.strip[data-id=cd5401] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.strip[data-id=cd5401] .logo a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id=cd5401] .logo-img {
  height: 60px;
  width: auto;
  display: block;
  object-fit: contain;
}
.strip[data-id=cd5401] .logo-text {
  font-size: 1.5rem;
  color: #5d4037;
  font-family: "Georgia", serif;
}
.strip[data-id=cd5401] .nav-menu ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id=cd5401] .nav-menu a {
  text-decoration: none;
  color: #795548;
  font-weight: 500;
  transition: color 0.3s;
}
.strip[data-id=cd5401] .nav-menu a:hover {
  color: #e64a19;
}
.strip[data-id=cd5401] .mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 10px;
}
.strip[data-id=cd5401] .mobile-toggle span {
  width: 25px;
  height: 3px;
  background: #5d4037;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .strip[data-id=cd5401] .nav-menu {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #eee;
  }
  .strip[data-id=cd5401] .nav-menu.active {
    display: block;
  }
  .strip[data-id=cd5401] .nav-menu ul {
    flex-direction: column;
    gap: 0;
    padding: 1rem 0;
  }
  .strip[data-id=cd5401] .nav-menu li {
    width: 100%;
    text-align: center;
  }
  .strip[data-id=cd5401] .nav-menu a {
    display: block;
    padding: 1rem;
    border-bottom: 1px solid #f9f9f9;
  }
  .strip[data-id=cd5401] .mobile-toggle {
    display: flex;
  }
  .strip[data-id=cd5401] .mobile-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .strip[data-id=cd5401] .mobile-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id=cd5401] .mobile-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}.strip[data-id=d0f0d6] {
  --section-id: "d0f0d6";
  --storage-url: "https://kamna.proweb.cz/_section/d0f0d6";
  --public-url: "https://kamna.proweb.cz/_section/d0f0d6";
}
.strip[data-id=d0f0d6] .hero {
  position: relative;
  height: 80vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.strip[data-id=d0f0d6] .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.strip[data-id=d0f0d6] .hero-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
}
.strip[data-id=d0f0d6] .hero .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.strip[data-id=d0f0d6] .hero-content {
  max-width: 600px;
}
.strip[data-id=d0f0d6] .hero h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  font-family: "Georgia", serif;
}
.strip[data-id=d0f0d6] .hero p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.strip[data-id=d0f0d6] .btn {
  display: inline-block;
  padding: 1rem 2rem;
  background: #e64a19;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background 0.3s;
}
.strip[data-id=d0f0d6] .btn:hover {
  background: #bf360c;
}
.strip[data-id=d0f0d6] .btn-secondary {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border: 2px solid #fff;
}
.strip[data-id=d0f0d6] .btn-secondary:hover {
  background: #fff;
  color: #e64a19;
}
@media (max-width: 768px) {
  .strip[data-id=d0f0d6] .hero h1 {
    font-size: 2.5rem;
  }
}.strip[data-id="13bfcd"] {
  --section-id: "13bfcd";
  --storage-url: "https://kamna.proweb.cz/_section/13bfcd";
  --public-url: "https://kamna.proweb.cz/_section/13bfcd";
}
.strip[data-id="13bfcd"] .about-section {
  padding: 5rem 0;
  background: #fff;
  overflow: hidden; /* Prevent horizontal overflow from shadow */
}
.strip[data-id="13bfcd"] .about-section .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 0 20px;
}
.strip[data-id="13bfcd"] .about-image {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 20px 20px 0 #ffab91;
  max-width: 500px; /* Prevent image from being too large on desktop */
}
.strip[data-id="13bfcd"] .about-image img, .strip[data-id="13bfcd"] .about-image generated-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.strip[data-id="13bfcd"] .about-content {
  flex: 1;
}
.strip[data-id="13bfcd"] .about-content h2 {
  color: #5d4037;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
.strip[data-id="13bfcd"] .about-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #4e342e;
  margin-bottom: 1.5rem;
}
.strip[data-id="13bfcd"] .btn {
  display: inline-block;
  padding: 1rem 2rem;
  background: #e64a19;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: background 0.3s;
}
.strip[data-id="13bfcd"] .btn:hover {
  background: #bf360c;
}
@media (max-width: 768px) {
  .strip[data-id="13bfcd"] .about-section {
    padding: 3rem 0;
  }
  .strip[data-id="13bfcd"] .about-section .container {
    flex-direction: column;
    gap: 2rem;
  }
  .strip[data-id="13bfcd"] .about-image {
    width: calc(100% - 20px); /* Leave space for shadow */
    margin-right: 20px; /* Offset for shadow */
    box-shadow: 10px 10px 0 #ffab91;
    max-width: 100%;
  }
  .strip[data-id="13bfcd"] .about-content {
    text-align: center;
  }
  .strip[data-id="13bfcd"] .about-content h2 {
    font-size: 2rem;
  }
}.strip[data-id="4e5900"] {
  --section-id: "4e5900";
  --storage-url: "https://kamna.proweb.cz/_section/4e5900";
  --public-url: "https://kamna.proweb.cz/_section/4e5900";
}
.strip[data-id="4e5900"] .contact-section {
  padding: 5rem 0;
  background: #fffaf0;
}
.strip[data-id="4e5900"] .contact-section .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="4e5900"] .contact-section h2 {
  text-align: center;
  color: #5d4037;
  margin-bottom: 3rem;
  font-size: 2.5rem;
}
.strip[data-id="4e5900"] .contact-form {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.strip[data-id="4e5900"] .form-group {
  margin-bottom: 1.5rem;
}
.strip[data-id="4e5900"] .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: #5d4037;
  font-weight: 500;
}
.strip[data-id="4e5900"] .form-group input, .strip[data-id="4e5900"] .form-group textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #d7ccc8;
  border-radius: 4px;
  font-size: 1rem;
}
.strip[data-id="4e5900"] .captcha-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.strip[data-id="4e5900"] .captcha-img {
  background: #efebe9;
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-family: monospace;
  font-size: 1.2rem;
  letter-spacing: 3px;
  user-select: none;
}
.strip[data-id="4e5900"] .btn-submit {
  width: 100%;
  padding: 1rem;
  background: #e64a19;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}
.strip[data-id="4e5900"] .btn-submit:hover {
  background: #bf360c;
}
.strip[data-id="4e5900"] #form-status {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 4px;
  display: none;
}
.strip[data-id="4e5900"] #form-status.success {
  background: #c8e6c9;
  color: #2e7d32;
  display: block;
}
.strip[data-id="4e5900"] #form-status.error {
  background: #ffcdd2;
  color: #c62828;
  display: block;
}.strip[data-id=d94344] {
  --section-id: "d94344";
  --storage-url: "https://kamna.proweb.cz/_section/d94344";
  --public-url: "https://kamna.proweb.cz/_section/d94344";
}
.strip[data-id=d94344] .main-footer {
  background: #3e2723;
  color: #efebe9;
  padding: 4rem 0 2rem;
  margin-top: 4rem;
}
.strip[data-id=d94344] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  padding: 0 20px;
}
.strip[data-id=d94344] .footer-col h3 {
  color: #ffab91;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}
.strip[data-id=d94344] .footer-col p {
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.strip[data-id=d94344] .footer-bottom {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  color: #bcaaa4;
}
.strip[data-id=d94344] .contact-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id=d94344] .contact-link:hover {
  color: #ffab91;
}