@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Space+Grotesk:wght@300;400;700&family=Syne:wght@400;700;800&display=swap');
.strip[data-id=a4acc7] {
  --section-id: "a4acc7";
  --storage-url: "https://ach.proweb.cz/_section/a4acc7";
  --public-url: "https://ach.proweb.cz/_section/a4acc7";
}
.strip[data-id=a4acc7] 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=a4acc7] header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=a4acc7] header .logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #4BA82E;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id=a4acc7] header .logo img {
  height: 40px;
}
.strip[data-id=a4acc7] header nav {
  display: flex;
  gap: 2rem;
}
.strip[data-id=a4acc7] header nav a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}
.strip[data-id=a4acc7] header nav a:hover {
  color: #4BA82E;
}
.strip[data-id=a4acc7] header .contact-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.strip[data-id=a4acc7] header .contact-info .phone {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
@media (max-width: 768px) {
  .strip[data-id=a4acc7] header .container {
    flex-direction: column;
    gap: 1rem;
  }
  .strip[data-id=a4acc7] nav {
    gap: 1rem;
  }
}@charset "UTF-8";
.strip[data-id=acaa01] {
  --section-id: "acaa01";
  --storage-url: "https://ach.proweb.cz/_section/acaa01";
  --public-url: "https://ach.proweb.cz/_section/acaa01";
}
.strip[data-id=acaa01] .site-header {
  --gothic-black: #0a0a0a;
  --gothic-gold: #d4af37;
  --gothic-dark-gold: #aa8a2e;
  --text-light: #e0e0e0;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: var(--gothic-black);
  border-bottom: 2px solid var(--gothic-gold);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.7);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}
.strip[data-id=acaa01] .header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.2rem 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.strip[data-id=acaa01] .header-logo a {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: var(--gothic-gold);
  font-size: 1.6rem;
  font-family: "Cinzel", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.strip[data-id=acaa01] .logo-icon {
  font-size: 1.8rem;
  filter: drop-shadow(0 0 5px var(--gothic-gold));
}
.strip[data-id=acaa01] .header-nav {
  display: block;
}
.strip[data-id=acaa01] .nav-list {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id=acaa01] .nav-link {
  text-decoration: none;
  color: var(--text-light);
  font-weight: 500;
  font-size: 1rem;
  position: relative;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
  font-family: "Cinzel", serif;
}
.strip[data-id=acaa01] .nav-link::before {
  content: "◈";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%) scale(0);
  color: var(--gothic-gold);
  transition: transform 0.3s ease;
}
.strip[data-id=acaa01] .nav-link:hover {
  color: var(--gothic-gold);
}
.strip[data-id=acaa01] .nav-link:hover::before,
.strip[data-id=acaa01] .nav-link.active::before {
  transform: translateX(-50%) scale(1);
}
.strip[data-id=acaa01] .nav-link.active {
  color: var(--gothic-gold);
}
.strip[data-id=acaa01] .header-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.strip[data-id=acaa01] .cta-button {
  background: transparent;
  color: var(--gothic-gold);
  border: 1px solid var(--gothic-gold);
  padding: 0.7rem 1.5rem;
  border-radius: 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  font-family: "Cinzel", serif;
}
.strip[data-id=acaa01] .cta-button:hover {
  background: var(--gothic-gold);
  color: var(--gothic-black);
  box-shadow: 0 0 15px var(--gothic-gold);
}
.strip[data-id=acaa01] .menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1002;
}
.strip[data-id=acaa01] .hamburger {
  width: 30px;
  height: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.strip[data-id=acaa01] .hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--gothic-gold);
  transition: 0.4s ease;
}
@media (max-width: 992px) {
  .strip[data-id=acaa01] .header-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: var(--gothic-black);
    padding: 100px 20px;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.5s;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 2px solid var(--gothic-gold);
    transform: translateX(100%);
    visibility: hidden;
    box-sizing: border-box;
  }
  .strip[data-id=acaa01] .header-nav.is-open {
    transform: translateX(0);
    visibility: visible;
  }
  .strip[data-id=acaa01] .nav-list {
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
    width: 100%;
  }
  .strip[data-id=acaa01] .nav-link {
    font-size: 1.8rem;
  }
  .strip[data-id=acaa01] .menu-toggle {
    display: block;
  }
  .strip[data-id=acaa01] .header-actions .cta-button {
    display: none;
  }
  .strip[data-id=acaa01] .menu-toggle.is-active .hamburger span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .strip[data-id=acaa01] .menu-toggle.is-active .hamburger span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id=acaa01] .menu-toggle.is-active .hamburger span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}@charset "UTF-8";
.strip[data-id="1749fe"] {
  --section-id: "1749fe";
  --storage-url: "https://ach.proweb.cz/_section/1749fe";
  --public-url: "https://ach.proweb.cz/_section/1749fe";
}
.strip[data-id="1749fe"] .cyber-arch-v2 {
  --bg-black: #050505;
  --accent-blue: #2d5bff;
  --accent-glow: rgba(45, 91, 255, 0.5);
  --glass-bg: rgba(10, 10, 10, 0.75);
  --text-white: #f0f0f0;
  --text-dim: rgba(240, 240, 240, 0.6);
  background-color: var(--bg-black);
  color: var(--text-white);
  padding: clamp(60px, 10vh, 120px) 0;
  font-family: "Space Grotesk", sans-serif;
  position: relative;
  overflow: hidden; /* Zamezení jakéhokoli přetékání ven */
  min-height: auto; /* Změna z vh na auto pro lepší přizpůsobení obsahu */
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id="1749fe"] .cyber-arch-v2 .bg-outline-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(80px, 25vw, 300px); /* Agresivnější škálování */
  font-family: "Syne", sans-serif;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px rgba(45, 91, 255, 0.08);
  line-height: 1;
  pointer-events: none;
  z-index: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  width: 100%;
  max-width: 100vw; /* Pojistka šířky */
  text-align: center;
  overflow: hidden; /* Skrytí textu přesahujícího viewport */
}
.strip[data-id="1749fe"] .cyber-arch-v2 .container {
  max-width: 1200px; /* Mírně zmenšeno pro lepší fit */
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 4vw, 60px);
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id="1749fe"] .cyber-arch-v2 .image-box-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.strip[data-id="1749fe"] .cyber-arch-v2 .image-frame {
  position: relative;
  width: 100%;
  max-height: 600px; /* Omezení výšky obrázku */
  aspect-ratio: 16/10; /* Horizontálnější poměr pro úsporu místa */
  clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 90%);
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 1s ease-out, opacity 1s ease;
}
.strip[data-id="1749fe"] .cyber-arch-v2 .image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Zajištění, že obrázek vyplní rám bez deformace */
}
.strip[data-id="1749fe"] .cyber-arch-v2.is-visible .image-frame {
  transform: translateY(0);
  opacity: 1;
}
.strip[data-id="1749fe"] .cyber-arch-v2 .content-card {
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: clamp(25px, 4vw, 50px);
  border: 1px solid rgba(45, 91, 255, 0.15);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateY(20px);
  transition: transform 1s ease-out 0.2s, opacity 1s ease 0.2s;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.strip[data-id="1749fe"] .cyber-arch-v2.is-visible .content-card {
  transform: translateY(0);
  opacity: 1;
}
.strip[data-id="1749fe"] .cyber-arch-v2 h2 {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.8rem, 4vw, 3.2rem); /* Kompaktnější nadpis */
  font-weight: 800;
  line-height: 1;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.strip[data-id="1749fe"] .cyber-arch-v2 h2 span {
  display: block;
  color: var(--accent-blue);
  text-shadow: 0 0 15px var(--accent-glow);
}
.strip[data-id="1749fe"] .cyber-arch-v2 .description {
  font-size: clamp(0.95rem, 1.1vw, 1.1rem);
  line-height: 1.6;
  color: var(--text-dim);
  margin-bottom: 30px;
}
.strip[data-id="1749fe"] .cyber-arch-v2 .cyber-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 35px;
  background: var(--accent-blue);
  color: #fff !important;
  text-decoration: none !important;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: all 0.3s ease;
  box-shadow: 0 0 10px var(--accent-glow);
  white-space: nowrap;
  border: none;
  cursor: pointer;
  max-width: 100%;
}
@media (max-width: 991px) {
  .strip[data-id="1749fe"] .cyber-arch-v2 .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id="1749fe"] .cyber-arch-v2 .image-frame {
    aspect-ratio: 16/9;
    max-height: 400px;
  }
}
@media (max-width: 576px) {
  .strip[data-id="1749fe"] .cyber-arch-v2 {
    padding: 50px 0;
  }
  .strip[data-id="1749fe"] .cyber-arch-v2 .container {
    padding: 0 20px;
  }
  .strip[data-id="1749fe"] .cyber-arch-v2 h2 {
    font-size: 1.6rem;
  }
  .strip[data-id="1749fe"] .cyber-arch-v2 .bg-outline-text {
    font-size: 60px;
  }
}.strip[data-id="3f8409"] {
  --section-id: "3f8409";
  --storage-url: "https://ach.proweb.cz/_section/3f8409";
  --public-url: "https://ach.proweb.cz/_section/3f8409";
}
.strip[data-id="3f8409"] .hero-section {
  padding: 100px 20px;
  background-color: #f8f9fa;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 80vh;
  justify-content: center;
}
.strip[data-id="3f8409"] .hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="3f8409"] .hero-section .hero-content {
  text-align: center;
  max-width: 800px;
  opacity: 0;
  transform: translateY(50px);
  animation: slideUpContent 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.strip[data-id="3f8409"] .hero-section h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  color: #1a1a1a;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id="3f8409"] .hero-section p {
  font-size: 1.25rem;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.6;
}
.strip[data-id="3f8409"] .hero-section .video-wrapper {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: scale(0.95);
  animation: revealVideo 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s forwards;
  position: relative;
}
.strip[data-id="3f8409"] .hero-section .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="3f8409"] .hero-section .video-wrapper .video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #2c3e50, #000);
  color: white;
  font-weight: bold;
}
@keyframes slideUpContent {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes revealVideo {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .strip[data-id="3f8409"] .hero-section {
    padding: 60px 15px;
    min-height: auto;
  }
  .strip[data-id="3f8409"] .hero-section h1 {
    font-size: 2.5rem;
  }
  .strip[data-id="3f8409"] .hero-section p {
    font-size: 1.1rem;
  }
}.strip[data-id="4e2e9b"] {
  --section-id: "4e2e9b";
  --storage-url: "https://ach.proweb.cz/_section/4e2e9b";
  --public-url: "https://ach.proweb.cz/_section/4e2e9b";
}
.strip[data-id="4e2e9b"] footer {
  background: #111;
  color: #fff;
  padding: 60px 0 20px;
}
.strip[data-id="4e2e9b"] footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}
.strip[data-id="4e2e9b"] footer h4 {
  color: #4BA82E;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.strip[data-id="4e2e9b"] footer ul {
  list-style: none;
  padding: 0;
}
.strip[data-id="4e2e9b"] footer ul li {
  margin-bottom: 10px;
  color: #ccc;
}
.strip[data-id="4e2e9b"] footer ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id="4e2e9b"] footer ul li a:hover {
  color: #4BA82E;
}
.strip[data-id="4e2e9b"] footer .footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #333;
  text-align: center;
  font-size: 0.9rem;
  color: #666;
}