@charset "UTF-8";
.strip[data-id="35c487"] {
  --section-id: "35c487";
  --storage-url: "https://ach.proweb.cz/_section/35c487";
  --public-url: "https://ach.proweb.cz/_section/35c487";
}
.strip[data-id="35c487"] .modern-header {
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 20px 0; /* Zvýšeno z 10px */
}
.strip[data-id="35c487"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px; /* Mírně zvýšeno pro lepší boční okraje */
}
.strip[data-id="35c487"] .header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="35c487"] .logo-link img {
  height: 65px; /* Mírně zvětšeno */
  width: auto;
  transition: transform 0.3s;
}
.strip[data-id="35c487"] .logo-link:hover img {
  transform: scale(1.05);
}
.strip[data-id="35c487"] .nav-links {
  display: flex;
  gap: 40px; /* Zvýšeno z 30px */
  list-style: none;
  margin: 0;
  padding: 0;
}
.strip[data-id="35c487"] .nav-links a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  transition: color 0.3s;
  letter-spacing: 0.5px;
}
.strip[data-id="35c487"] .nav-links a:hover {
  color: #800020;
}
.strip[data-id="35c487"] .header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id="35c487"] .btn-login-modern {
  background: #28a745;
  color: #fff;
  padding: 12px 28px; /* Zvětšeno */
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
  box-shadow: 0 4px 10px rgba(40, 167, 69, 0.2);
  transition: all 0.3s;
}
.strip[data-id="35c487"] .btn-login-modern:hover {
  background: #218838;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(40, 167, 69, 0.3);
}
@media (max-width: 992px) {
  .strip[data-id="35c487"] .nav-links {
    display: none;
  }
}.strip[data-id=ff4424] {
  --section-id: "ff4424";
  --storage-url: "https://ach.proweb.cz/_section/ff4424";
  --public-url: "https://ach.proweb.cz/_section/ff4424";
}
.strip[data-id=ff4424] .hero-section {
  height: 75vh;
  min-height: 550px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Parallax efekt */
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.strip[data-id=ff4424] .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(128, 0, 32, 0.4) 100%);
  z-index: 1;
}
.strip[data-id=ff4424] .hero-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=ff4424] .hero-title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 900;
  margin-bottom: 25px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -1px;
  animation: fadeInUp 1s ease-out;
}
.strip[data-id=ff4424] .hero-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  margin-bottom: 45px;
  opacity: 0.95;
  font-weight: 400;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  animation: fadeInUp 1s ease-out 0.2s both;
}
.strip[data-id=ff4424] .hero-btns {
  display: flex;
  justify-content: center;
  gap: 25px;
  animation: fadeInUp 1s ease-out 0.4s both;
}
.strip[data-id=ff4424] .btn-hero-primary {
  background: #800020;
  color: #fff;
  padding: 18px 45px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.1rem;
  box-shadow: 0 10px 20px rgba(128, 0, 32, 0.3);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id=ff4424] .btn-hero-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.8);
  padding: 16px 45px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  backdrop-filter: blur(5px);
  transition: all 0.3s;
}
.strip[data-id=ff4424] .btn-hero-primary:hover {
  background: #a00028;
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 30px rgba(128, 0, 32, 0.4);
}
.strip[data-id=ff4424] .btn-hero-secondary:hover {
  background: #fff;
  color: #333;
  transform: translateY(-5px);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .strip[data-id=ff4424] .hero-btns {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .strip[data-id=ff4424] .hero-section {
    height: auto;
    padding: 100px 0;
  }
}@charset "UTF-8";
.strip[data-id="3d49ab"] {
  --section-id: "3d49ab";
  --storage-url: "https://ach.proweb.cz/_section/3d49ab";
  --public-url: "https://ach.proweb.cz/_section/3d49ab";
}
.strip[data-id="3d49ab"] .welcome-modern {
  padding: 120px 0;
  background: #fff;
}
.strip[data-id="3d49ab"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}
.strip[data-id="3d49ab"] .welcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id="3d49ab"] .welcome-img-box {
  position: relative;
}
.strip[data-id="3d49ab"] .welcome-img-box img {
  width: 100%;
  border-radius: 20px;
  box-shadow: -25px 25px 0px #f8f8f8; /* Stín změněn na levou stranu */
  object-fit: cover;
  max-height: 600px;
}
.strip[data-id="3d49ab"] .welcome-content {
  text-align: left;
}
.strip[data-id="3d49ab"] .section-tag {
  color: #800020;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.85rem;
  margin-bottom: 20px;
  display: block;
}
.strip[data-id="3d49ab"] .welcome-modern h2 {
  font-size: 2.8rem;
  margin-bottom: 30px;
  color: #222;
  line-height: 1.2;
}
.strip[data-id="3d49ab"] .welcome-modern p {
  color: #666;
  line-height: 1.9;
  font-size: 1.15rem;
  margin-bottom: 40px;
}
.strip[data-id="3d49ab"] .features-mini {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.strip[data-id="3d49ab"] .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  color: #333;
}
.strip[data-id="3d49ab"] .feature-icon {
  color: #28a745;
  font-size: 1.3rem;
}
@media (max-width: 992px) {
  .strip[data-id="3d49ab"] {
    /* Na mobilu zůstane fotka nahoře pro lepší vizuální dopad */
  }
  .strip[data-id="3d49ab"] .welcome-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .strip[data-id="3d49ab"] .welcome-modern {
    padding: 80px 0;
  }
  .strip[data-id="3d49ab"] .welcome-img-box {
    order: 1;
  }
  .strip[data-id="3d49ab"] .welcome-content {
    order: 2;
  }
}@charset "UTF-8";
.strip[data-id=fc03da] {
  --section-id: "fc03da";
  --storage-url: "https://ach.proweb.cz/_section/fc03da";
  --public-url: "https://ach.proweb.cz/_section/fc03da";
}
.strip[data-id=fc03da] .site-footer {
  background: #1a1a1a;
  color: #aaa;
  padding: 80px 0 40px;
  margin-top: 0; /* Sekce jsou na sebe nalepené, padding stačí */
}
.strip[data-id=fc03da] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}
.strip[data-id=fc03da] .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
  text-align: left;
}
.strip[data-id=fc03da] .footer-logo img {
  height: 55px;
  filter: brightness(0) invert(1);
  margin-bottom: 25px;
}
.strip[data-id=fc03da] .footer-title {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.strip[data-id=fc03da] .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=fc03da] .footer-links li {
  margin-bottom: 15px;
}
.strip[data-id=fc03da] .footer-links a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 0.95rem;
}
.strip[data-id=fc03da] .footer-links a:hover {
  color: #fff;
}
.strip[data-id=fc03da] .footer-info p {
  line-height: 1.8;
  max-width: 400px;
  font-size: 0.95rem;
}
.strip[data-id=fc03da] .footer-contact p {
  line-height: 1.8;
  font-size: 0.95rem;
}
.strip[data-id=fc03da] .footer-bottom {
  border-top: 1px solid #333;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
}
@media (max-width: 768px) {
  .strip[data-id=fc03da] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id=fc03da] .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .strip[data-id=fc03da] .site-footer {
    padding: 60px 0 40px;
  }
}