
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id=fd8375] {
  --section-id: "fd8375";
  --storage-url: "https://adam-chysky.praweb.cz/_section/fd8375";
  --public-url: "https://adam-chysky.praweb.cz/_section/fd8375";
}
.strip[data-id=fd8375] .header {
  background: #fff;
  padding: 1rem 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.strip[data-id=fd8375] .header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=fd8375] .header .logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #5d4037;
  text-decoration: none;
}
.strip[data-id=fd8375] .header nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id=fd8375] .header nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}
.strip[data-id=fd8375] .header nav ul li a:hover {
  color: #8d6e63;
}
.strip[data-id=fd8375] .header .cta-btn {
  background: #5d4037;
  color: #fff;
  padding: 0.6rem 1.2rem;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background 0.3s;
}
.strip[data-id=fd8375] .header .cta-btn:hover {
  background: #8d6e63;
}
@media (max-width: 768px) {
  .strip[data-id=fd8375] .header .container {
    flex-direction: column;
    gap: 1rem;
  }
  .strip[data-id=fd8375] nav ul {
    gap: 1rem;
  }
}.strip[data-id="29bcc0"] {
  --section-id: "29bcc0";
  --storage-url: "https://adam-chysky.praweb.cz/_section/29bcc0";
  --public-url: "https://adam-chysky.praweb.cz/_section/29bcc0";
}
.strip[data-id="29bcc0"] .hero {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-image: url(https://adam-chysky.praweb.cz/_section/29bcc0/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.strip[data-id="29bcc0"] .hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.strip[data-id="29bcc0"] .hero .content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 0 20px;
}
.strip[data-id="29bcc0"] .hero .content h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.strip[data-id="29bcc0"] .hero .content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
.strip[data-id="29bcc0"] .hero .content .btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.strip[data-id="29bcc0"] .hero .content .btn {
  padding: 1rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
}
.strip[data-id="29bcc0"] .hero .content .btn-primary {
  background: #8d6e63;
  color: #fff;
}
.strip[data-id="29bcc0"] .hero .content .btn-primary:hover {
  background: #5d4037;
}
.strip[data-id="29bcc0"] .hero .content .btn-secondary {
  border: 2px solid #fff;
  color: #fff;
}
.strip[data-id="29bcc0"] .hero .content .btn-secondary:hover {
  background: #fff;
  color: #333;
}
@media (max-width: 768px) {
  .strip[data-id="29bcc0"] .hero h1 {
    font-size: 2.5rem;
  }
}.strip[data-id="92dce1"] {
  --section-id: "92dce1";
  --storage-url: "https://adam-chysky.praweb.cz/_section/92dce1";
  --public-url: "https://adam-chysky.praweb.cz/_section/92dce1";
}
.strip[data-id="92dce1"] .services {
  padding: 80px 0;
  background: #fdfbf9;
}
.strip[data-id="92dce1"] .services .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="92dce1"] .services .section-title {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="92dce1"] .services .section-title h2 {
  font-size: 2.5rem;
  color: #5d4037;
  margin-bottom: 1rem;
}
.strip[data-id="92dce1"] .services .section-title p {
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}
.strip[data-id="92dce1"] .services .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.strip[data-id="92dce1"] .services .service-card {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s;
}
.strip[data-id="92dce1"] .services .service-card:hover {
  transform: translateY(-10px);
}
.strip[data-id="92dce1"] .services .service-card .icon {
  font-size: 3rem;
  margin-bottom: 20px;
  display: block;
}
.strip[data-id="92dce1"] .services .service-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #333;
}
.strip[data-id="92dce1"] .services .service-card p {
  color: #777;
  line-height: 1.6;
}.strip[data-id="194d47"] {
  --section-id: "194d47";
  --storage-url: "https://adam-chysky.praweb.cz/_section/194d47";
  --public-url: "https://adam-chysky.praweb.cz/_section/194d47";
}
.strip[data-id="194d47"] .gallery {
  padding: 80px 0;
  background: #fff;
}
.strip[data-id="194d47"] .gallery .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="194d47"] .gallery h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #5d4037;
  margin-bottom: 50px;
}
.strip[data-id="194d47"] .gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.strip[data-id="194d47"] .gallery .gallery-item {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 8px;
}
.strip[data-id="194d47"] .gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.strip[data-id="194d47"] .gallery .gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .strip[data-id="194d47"] .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .strip[data-id="194d47"] .gallery-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id=cd2946] {
  --section-id: "cd2946";
  --storage-url: "https://adam-chysky.praweb.cz/_section/cd2946";
  --public-url: "https://adam-chysky.praweb.cz/_section/cd2946";
}
.strip[data-id=cd2946] .contact {
  padding: 80px 0;
  background: #fdfbf9;
}
.strip[data-id=cd2946] .contact .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.strip[data-id=cd2946] .contact .info h2 {
  font-size: 2.5rem;
  color: #5d4037;
  margin-bottom: 20px;
}
.strip[data-id=cd2946] .contact .info p {
  color: #666;
  margin-bottom: 30px;
}
.strip[data-id=cd2946] .contact .info .details {
  list-style: none;
  padding: 0;
}
.strip[data-id=cd2946] .contact .info .details li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #333;
  font-weight: 500;
}
.strip[data-id=cd2946] .contact .info .details li span {
  font-size: 1.5rem;
}
.strip[data-id=cd2946] .contact .form-wrapper {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.strip[data-id=cd2946] .contact .form-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.strip[data-id=cd2946] .contact .form-wrapper form input, .strip[data-id=cd2946] .contact .form-wrapper form textarea {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: inherit;
}
.strip[data-id=cd2946] .contact .form-wrapper form button {
  background: #5d4037;
  color: #fff;
  padding: 15px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}
.strip[data-id=cd2946] .contact .form-wrapper form button:hover {
  background: #8d6e63;
}
@media (max-width: 768px) {
  .strip[data-id=cd2946] .contact .container {
    grid-template-columns: 1fr;
  }
}.strip[data-id=eeffda] {
  --section-id: "eeffda";
  --storage-url: "https://adam-chysky.praweb.cz/_section/eeffda";
  --public-url: "https://adam-chysky.praweb.cz/_section/eeffda";
}
.strip[data-id=eeffda] .footer {
  background: #333;
  color: #fff;
  padding: 50px 0 20px;
}
.strip[data-id=eeffda] .footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  border-bottom: 1px solid #444;
  padding-bottom: 40px;
}
.strip[data-id=eeffda] .footer h4 {
  color: #8d6e63;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.strip[data-id=eeffda] .footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=eeffda] .footer ul li {
  margin-bottom: 10px;
}
.strip[data-id=eeffda] .footer ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id=eeffda] .footer ul li a:hover {
  color: #fff;
}
.strip[data-id=eeffda] .footer .copyright {
  text-align: center;
  padding-top: 20px;
  color: #777;
  font-size: 0.9rem;
}