@import url('https://fonts.googleapis.com/css2?family=Lato&family=Montserrat&display=swap');
.strip[data-id="949f5c"] {
  --section-id: "949f5c";
  --storage-url: "https://simanai.proweb.cz/_section/949f5c";
  --public-url: "https://simanai.proweb.cz/_section/949f5c";
}
.strip[data-id="949f5c"] .hero-section {
  position: relative;
  height: 80vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
  background-color: #1a1a1a;
}
.strip[data-id="949f5c"] .hero-section .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.strip[data-id="949f5c"] .hero-section .hero-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.strip[data-id="949f5c"] .hero-section .hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="949f5c"] .hero-section .container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="949f5c"] .hero-section .hero-content h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.strip[data-id="949f5c"] .hero-section .hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
.strip[data-id="949f5c"] .hero-section .hero-content .hero-btn {
  display: inline-block;
  padding: 15px 40px;
  background-color: #264e36;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.strip[data-id="949f5c"] .hero-section .hero-content .hero-btn:hover {
  background-color: #1e3d2a;
}