@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=JetBrains+Mono:wght@400;700&family=Space+Grotesk:wght@300;400;700&family=Syne:wght@400;700;800&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="25f9a1"] {
  --section-id: "25f9a1";
  --storage-url: "https://ach123.proweb.cz/_section/25f9a1";
  --public-url: "https://ach123.proweb.cz/_section/25f9a1";
}
.strip[data-id="25f9a1"] .lang-switcher-bar {
  width: 100%;
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 9999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.strip[data-id="25f9a1"] .lang-switcher-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  height: 40px;
}
.strip[data-id="25f9a1"] .lang-switcher-label {
  font-size: 0.95rem;
  opacity: 0.6;
}
.strip[data-id="25f9a1"] .lang-switcher-items {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.strip[data-id="25f9a1"] .lang-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.6rem;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.55);
  transition: all 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}
.strip[data-id="25f9a1"] a.lang-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.strip[data-id="25f9a1"] .lang-item--active {
  color: #fff;
  background: rgba(59, 130, 246, 0.25);
  border: 1px solid rgba(59, 130, 246, 0.4);
}
.strip[data-id="25f9a1"] .lang-item--disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.strip[data-id="25f9a1"] .lang-flag {
  font-size: 1rem;
  line-height: 1;
}
.strip[data-id="25f9a1"] .lang-label {
  font-size: 0.8rem;
}
@media (max-width: 640px) {
  .strip[data-id="25f9a1"] .lang-switcher-inner {
    justify-content: center;
  }
  .strip[data-id="25f9a1"] .lang-switcher-label {
    display: none;
  }
  .strip[data-id="25f9a1"] .lang-item {
    padding: 0.25rem 0.5rem;
    font-size: 0.78rem;
  }
  .strip[data-id="25f9a1"] .lang-label {
    display: none;
  }
}@charset "UTF-8";
.strip[data-id="6e0877"] {
  --section-id: "6e0877";
  --storage-url: "https://ach123.proweb.cz/_section/6e0877";
  --public-url: "https://ach123.proweb.cz/_section/6e0877";
}
.strip[data-id="6e0877"] .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="6e0877"] .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="6e0877"] .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="6e0877"] .logo-icon {
  font-size: 1.8rem;
  filter: drop-shadow(0 0 5px var(--gothic-gold));
}
.strip[data-id="6e0877"] .header-nav {
  display: block;
}
.strip[data-id="6e0877"] .nav-list {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id="6e0877"] .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="6e0877"] .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="6e0877"] .nav-link:hover {
  color: var(--gothic-gold);
}
.strip[data-id="6e0877"] .nav-link:hover::before,
.strip[data-id="6e0877"] .nav-link.active::before {
  transform: translateX(-50%) scale(1);
}
.strip[data-id="6e0877"] .nav-link.active {
  color: var(--gothic-gold);
}
.strip[data-id="6e0877"] .header-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.strip[data-id="6e0877"] .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="6e0877"] .cta-button:hover {
  background: var(--gothic-gold);
  color: var(--gothic-black);
  box-shadow: 0 0 15px var(--gothic-gold);
}
.strip[data-id="6e0877"] .menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1002;
}
.strip[data-id="6e0877"] .hamburger {
  width: 30px;
  height: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.strip[data-id="6e0877"] .hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--gothic-gold);
  transition: 0.4s ease;
}
@media (max-width: 992px) {
  .strip[data-id="6e0877"] .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="6e0877"] .header-nav.is-open {
    transform: translateX(0);
    visibility: visible;
  }
  .strip[data-id="6e0877"] .nav-list {
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
    width: 100%;
  }
  .strip[data-id="6e0877"] .nav-link {
    font-size: 1.8rem;
  }
  .strip[data-id="6e0877"] .menu-toggle {
    display: block;
  }
  .strip[data-id="6e0877"] .header-actions .cta-button {
    display: none;
  }
  .strip[data-id="6e0877"] .menu-toggle.is-active .hamburger span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .strip[data-id="6e0877"] .menu-toggle.is-active .hamburger span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id="6e0877"] .menu-toggle.is-active .hamburger span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}@charset "UTF-8";
.strip[data-id="3dea5f"] {
  --section-id: "3dea5f";
  --storage-url: "https://ach123.proweb.cz/_section/3dea5f";
  --public-url: "https://ach123.proweb.cz/_section/3dea5f";
  /* Decorative background outline text */
  /* Scan-line overlay */
  /* Grid overlay with radial mask */
  /* Data stream — falling characters */
  /* Floating side HUD panel */
  /* Container */
  /* Visual stack */
  /* Image frame */
  /* Animated scan line sweeping across image */
  /* HUD corner brackets */
  /* Frame label */
  /* Coordinate readouts — monospace HUD text */
  /* Image bottom data ticker */
  /* Glassmorphic content card — asymmetric offset */
  /* Accent glow bar — top-left corner of card */
  /* Card side accent — vertical gradient line on left */
  /* Meta strip */
  /* Heading */
  /* Glitch animation on accent title */
  /* Description */
  /* CTA row */
  /* Shine sweep on button hover */
  /* Tablet */
  /* Mobile */
}
.strip[data-id="3dea5f"] .cyber-arch-v2 {
  --bg-black: #050505;
  --accent-blue: #2d5bff;
  --accent-cyan: #00d4ff;
  --accent-glow: rgba(45, 91, 255, 0.5);
  --glass-bg: rgba(10, 10, 10, 0.82);
  --text-white: #f0f0f0;
  --text-dim: rgba(240, 240, 240, 0.6);
  --bracket-len: 28px;
  --bracket-thick: 2px;
  --mono: "JetBrains Mono", monospace;
  background-color: var(--bg-black);
  color: var(--text-white);
  padding: clamp(40px, 7vh, 90px) 0;
  font-family: "Space Grotesk", sans-serif;
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .bg-outline-text {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(60px, 18vw, 220px);
  font-family: "Syne", sans-serif;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px rgba(45, 91, 255, 0.06);
  line-height: 1;
  pointer-events: none;
  z-index: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  max-width: 100vw;
  text-align: center;
  overflow: hidden;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .scan-overlay {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(45, 91, 255, 0.015) 3px, rgba(45, 91, 255, 0.015) 4px);
  pointer-events: none;
  z-index: 3;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .grid-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(45, 91, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(45, 91, 255, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 2;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 0%, transparent 75%);
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .data-stream {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .data-stream span {
  position: absolute;
  top: -20px;
  color: rgba(45, 91, 255, 0.22);
  font-family: var(--mono);
  font-size: 0.7rem;
  white-space: pre;
  animation: data-fall linear infinite;
}
@keyframes data-fall {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(600px);
    opacity: 0;
  }
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .side-hud {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 14px;
  background: rgba(5, 5, 5, 0.6);
  border: 1px solid rgba(45, 91, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-family: var(--mono);
  font-size: 0.5rem;
  letter-spacing: 0.08em;
  color: rgba(45, 91, 255, 0.55);
  opacity: 0;
  transition: opacity 0.8s ease 1s, transform 0.8s ease 1s;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%);
}
.strip[data-id="3dea5f"] .cyber-arch-v2.is-visible .side-hud {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .hud-row {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .hud-key {
  color: rgba(240, 240, 240, 0.3);
  text-transform: uppercase;
  min-width: 38px;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .hud-val {
  color: var(--accent-cyan);
  font-weight: 700;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .hud-bar {
  flex: 1;
  height: 4px;
  background: rgba(45, 91, 255, 0.12);
  border-radius: 2px;
  overflow: hidden;
  min-width: 50px;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .hud-bar-fill {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--accent-blue), var(--accent-cyan));
  box-shadow: 0 0 6px var(--accent-glow);
  transition: width 1.5s ease 1.5s;
}
.strip[data-id="3dea5f"] .cyber-arch-v2.is-visible .hud-bar-fill {
  width: 78%;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .visual-stack {
  position: relative;
  width: 100%;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .image-frame {
  position: relative;
  width: 100%;
  height: clamp(300px, 50vh, 520px);
  clip-path: polygon(0 0, 100% 4%, 100% 88%, 0 100%);
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 1s ease-out, opacity 1s ease;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(5, 5, 5, 0.55) 70%, rgba(5, 5, 5, 0.95) 100%);
  z-index: 1;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-out;
}
.strip[data-id="3dea5f"] .cyber-arch-v2.is-visible .image-frame {
  transform: translateY(0);
  opacity: 1;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .scan-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent-cyan), transparent);
  box-shadow: 0 0 12px var(--accent-cyan);
  z-index: 2;
  opacity: 0;
  animation: scan-sweep 4.5s ease-in-out infinite;
  animation-delay: 1.2s;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .scan-line.scan-line-2 {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(45, 91, 255, 0.4), transparent);
  box-shadow: none;
  animation: scan-sweep 4.5s ease-in-out infinite;
  animation-delay: 3.4s;
}
@keyframes scan-sweep {
  0% {
    top: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.5;
  }
  50% {
    top: 100%;
    opacity: 0.5;
  }
  55% {
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .corner-bracket {
  position: absolute;
  width: var(--bracket-len);
  height: var(--bracket-len);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.6s ease 0.5s;
}
.strip[data-id="3dea5f"] .cyber-arch-v2.is-visible .corner-bracket {
  opacity: 0.7;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .corner-bracket.tl {
  top: 14px;
  left: 14px;
  border-top: var(--bracket-thick) solid var(--accent-blue);
  border-left: var(--bracket-thick) solid var(--accent-blue);
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .corner-bracket.tr {
  top: 14px;
  right: 14px;
  border-top: var(--bracket-thick) solid var(--accent-blue);
  border-right: var(--bracket-thick) solid var(--accent-blue);
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .corner-bracket.bl {
  bottom: 14px;
  left: 14px;
  border-bottom: var(--bracket-thick) solid var(--accent-blue);
  border-left: var(--bracket-thick) solid var(--accent-blue);
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .corner-bracket.br {
  bottom: 14px;
  right: 14px;
  border-bottom: var(--bracket-thick) solid var(--accent-blue);
  border-right: var(--bracket-thick) solid var(--accent-blue);
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .frame-label {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  color: rgba(45, 91, 255, 0.65);
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0;
  transition: opacity 0.6s ease 0.6s;
  white-space: nowrap;
  font-family: var(--mono);
}
.strip[data-id="3dea5f"] .cyber-arch-v2.is-visible .frame-label {
  opacity: 0.8;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .coord-readout {
  position: absolute;
  z-index: 2;
  font-family: var(--mono);
  font-size: 0.55rem;
  color: rgba(45, 91, 255, 0.5);
  letter-spacing: 0.1em;
  opacity: 0;
  transition: opacity 0.6s ease 0.7s;
}
.strip[data-id="3dea5f"] .cyber-arch-v2.is-visible .coord-readout {
  opacity: 0.7;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .coord-readout.coord-tr {
  top: 18px;
  right: 50px;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .coord-readout.coord-bl {
  bottom: 18px;
  left: 50px;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .image-ticker {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 0.5rem;
  letter-spacing: 0.12em;
  color: rgba(0, 212, 255, 0.6);
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.6s ease 0.9s;
}
.strip[data-id="3dea5f"] .cyber-arch-v2.is-visible .image-ticker {
  opacity: 1;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .ticker-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent-cyan);
  box-shadow: 0 0 6px var(--accent-cyan);
  animation: pulse-dot 2s ease-in-out infinite;
  flex-shrink: 0;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .content-card {
  background: var(--glass-bg);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding: clamp(20px, 3vw, 40px) clamp(20px, 3vw, 40px) clamp(20px, 3vw, 40px) clamp(28px, 4vw, 48px);
  border: 1px solid rgba(45, 91, 255, 0.18);
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.6), 0 0 40px -15px var(--accent-glow);
  position: relative;
  margin: -80px auto 0;
  max-width: 640px;
  width: calc(100% - 48px);
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease-out 0.3s, opacity 1s ease 0.3s, box-shadow 0.4s ease;
  box-sizing: border-box;
  z-index: 4;
}
@media (min-width: 992px) {
  .strip[data-id="3dea5f"] .cyber-arch-v2 .content-card {
    margin-left: 0;
    margin-right: auto;
  }
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .content-card:hover {
  box-shadow: 0 25px 60px -10px rgba(0, 0, 0, 0.65), 0 0 60px -12px var(--accent-glow);
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .card-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--accent-blue);
  box-shadow: 0 0 12px var(--accent-glow);
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .card-side-accent {
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 30px;
  width: 2px;
  background: linear-gradient(180deg, var(--accent-blue), transparent);
  opacity: 0.4;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(45, 91, 255, 0.7);
  font-weight: 700;
  font-family: var(--mono);
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .meta-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-blue);
  box-shadow: 0 0 8px var(--accent-glow);
  animation: pulse-dot 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.7);
  }
}
.strip[data-id="3dea5f"] .cyber-arch-v2.is-visible .content-card {
  transform: translateY(0);
  opacity: 1;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 h2 {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 h2 .glitch-wrap {
  display: block;
  color: var(--accent-blue);
  text-shadow: 0 0 15px var(--accent-glow);
  position: relative;
}
.strip[data-id="3dea5f"] .cyber-arch-v2.is-visible h2 .glitch-wrap {
  animation: glitch-text 7s ease-in-out infinite;
  animation-delay: 1.5s;
}
@keyframes glitch-text {
  0%, 88%, 100% {
    text-shadow: 0 0 15px var(--accent-glow);
    transform: translateX(0);
  }
  89% {
    text-shadow: -3px 0 var(--accent-cyan), 3px 0 var(--accent-blue), 0 0 15px var(--accent-glow);
    transform: translateX(2px);
  }
  90% {
    text-shadow: 3px 0 var(--accent-cyan), -3px 0 var(--accent-blue), 0 0 15px var(--accent-glow);
    transform: translateX(-2px);
  }
  91% {
    text-shadow: -2px 0 var(--accent-cyan), 2px 0 var(--accent-blue);
    transform: translateX(1px);
  }
  92% {
    text-shadow: 0 0 15px var(--accent-glow);
    transform: translateX(0);
  }
  93% {
    text-shadow: 4px 0 var(--accent-cyan), -4px 0 var(--accent-blue);
    transform: translateX(-1px);
  }
  94% {
    text-shadow: 0 0 15px var(--accent-glow);
    transform: translateX(0);
  }
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .description {
  font-size: clamp(0.9rem, 1vw, 1.05rem);
  line-height: 1.55;
  color: var(--text-dim);
  margin-bottom: 22px;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .description p {
  margin: 0 0 10px;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .description p:last-child {
  margin-bottom: 0;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .cta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .cyber-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  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.82rem;
  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%;
  position: relative;
  overflow: hidden;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .cyber-cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .cyber-cta-btn:hover::before {
  left: 100%;
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .cyber-cta-btn:hover {
  background: #1a3fdd;
  box-shadow: 0 0 24px var(--accent-glow);
  transform: translateY(-1px);
}
.strip[data-id="3dea5f"] .cyber-arch-v2 .cta-hint {
  font-size: 0.7rem;
  color: rgba(240, 240, 240, 0.35);
  letter-spacing: 0.05em;
  font-style: italic;
}
@media (max-width: 768px) {
  .strip[data-id="3dea5f"] .cyber-arch-v2 .image-frame {
    height: clamp(240px, 40vh, 360px);
  }
  .strip[data-id="3dea5f"] .cyber-arch-v2 .content-card {
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 32px);
  }
  .strip[data-id="3dea5f"] .cyber-arch-v2 .bg-outline-text {
    font-size: 50px;
  }
  .strip[data-id="3dea5f"] .cyber-arch-v2 .frame-label {
    font-size: 0.5rem;
  }
  .strip[data-id="3dea5f"] .cyber-arch-v2 .corner-bracket {
    width: 20px;
    height: 20px;
  }
  .strip[data-id="3dea5f"] .cyber-arch-v2 .coord-readout {
    display: none;
  }
  .strip[data-id="3dea5f"] .cyber-arch-v2 .side-hud {
    display: none;
  }
  .strip[data-id="3dea5f"] .cyber-arch-v2 .image-ticker {
    font-size: 0.42rem;
  }
}
@media (max-width: 576px) {
  .strip[data-id="3dea5f"] .cyber-arch-v2 {
    padding: 35px 0;
  }
  .strip[data-id="3dea5f"] .cyber-arch-v2 .container {
    padding: 0 16px;
  }
  .strip[data-id="3dea5f"] .cyber-arch-v2 .image-frame {
    height: 220px;
    clip-path: polygon(0 0, 100% 3%, 100% 85%, 0 100%);
  }
  .strip[data-id="3dea5f"] .cyber-arch-v2 .content-card {
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 24px);
    padding: 20px;
  }
  .strip[data-id="3dea5f"] .cyber-arch-v2 h2 {
    font-size: 1.4rem;
  }
  .strip[data-id="3dea5f"] .cyber-arch-v2 .bg-outline-text {
    font-size: 40px;
  }
  .strip[data-id="3dea5f"] .cyber-arch-v2 .corner-bracket {
    width: 16px;
    height: 16px;
  }
  .strip[data-id="3dea5f"] .cyber-arch-v2 .frame-label {
    display: none;
  }
  .strip[data-id="3dea5f"] .cyber-arch-v2 .data-stream {
    display: none;
  }
  .strip[data-id="3dea5f"] .cyber-arch-v2 .cta-row {
    gap: 10px;
  }
  .strip[data-id="3dea5f"] .cyber-arch-v2 .cta-hint {
    font-size: 0.65rem;
  }
  .strip[data-id="3dea5f"] .cyber-arch-v2 .image-ticker {
    display: none;
  }
}.strip[data-id=c5e4ab] {
  --section-id: "c5e4ab";
  --storage-url: "https://ach123.proweb.cz/_section/c5e4ab";
  --public-url: "https://ach123.proweb.cz/_section/c5e4ab";
}
.strip[data-id=c5e4ab] .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=c5e4ab] .hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id=c5e4ab] .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=c5e4ab] .hero-section h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  color: #1a1a1a;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id=c5e4ab] .hero-section p {
  font-size: 1.25rem;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.6;
}
.strip[data-id=c5e4ab] .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=c5e4ab] .hero-section .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id=c5e4ab] .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=c5e4ab] .hero-section {
    padding: 60px 15px;
    min-height: auto;
  }
  .strip[data-id=c5e4ab] .hero-section h1 {
    font-size: 2.5rem;
  }
  .strip[data-id=c5e4ab] .hero-section p {
    font-size: 1.1rem;
  }
}