/* FORTIS AURIS — futuristický „2030“ cyber / ethical hacker look */

:root {
  --cr-bg0: #030008;
  --cr-bg1: #0a0518;
  --cr-bg2: #10082a;
  --cr-card: rgba(18, 8, 42, 0.48);
  --cr-card-solid: rgba(8, 4, 22, 0.92);
  --cr-line: rgba(0, 245, 255, 0.22);
  --cr-blue: #00eaff;
  --cr-blue-deep: #a855f7;
  --cr-cyan: #5ce1ff;
  --cr-red: #ff3d7a;
  --cr-text: #eef4ff;
  --cr-muted: #8b92b5;
  --cr-glow: 0 0 80px rgba(168, 85, 247, 0.22);
  --cr-font-head: "Orbitron", system-ui, sans-serif;
  --cr-font-body: "Exo 2", system-ui, sans-serif;
  --cr-font-mono: "JetBrains Mono", ui-monospace, monospace;
  --cr-r: 8px;
  --cr-r-lg: 20px;
  /* +50px k okrajom viewportu na každú stranu oproti predvolenému Bootstrap .container */
  --fa-content-bleed: 50px;
  /* Celostránkový „zákulisný“ nádych (rovnaká logika ako obrázok pod „Naša história“) */
  --fa-mystery-radial: radial-gradient(
    ellipse 90% 75% at 50% 42%,
    rgba(0, 0, 0, 0) 35%,
    rgba(0, 0, 0, 0.55) 100%
  );
  --fa-mystery-shear: linear-gradient(
    165deg,
    rgba(6, 18, 42, 0.45) 0%,
    transparent 42%,
    transparent 58%,
    rgba(2, 8, 22, 0.55) 100%
  );
  --fa-mystery-layer: var(--fa-mystery-radial), var(--fa-mystery-shear);
  --fa-mystery-vignette-top: radial-gradient(ellipse 120% 90% at 50% -10%, transparent 36%, rgba(0, 0, 0, 0.42) 100%);
}

[data-theme="light"] {
  --cr-bg0: #f2f5ff;
  --cr-bg1: #fafcff;
  --cr-bg2: #e6ebfb;
  --cr-card: rgba(255, 255, 255, 0.78);
  --cr-card-solid: #ffffff;
  --cr-line: rgba(124, 58, 237, 0.2);
  --cr-blue: #0066ff;
  --cr-blue-deep: #7c3aed;
  --cr-cyan: #0891b2;
  --cr-text: #0a0814;
  --cr-muted: #57536a;
  --cr-glow: 0 24px 56px rgba(124, 58, 237, 0.14);
  --fa-mystery-radial: radial-gradient(
    ellipse 88% 72% at 50% 40%,
    rgba(0, 0, 0, 0) 40%,
    rgba(15, 23, 42, 0.11) 100%
  );
  --fa-mystery-shear: linear-gradient(
    165deg,
    rgba(30, 58, 138, 0.1) 0%,
    transparent 45%,
    transparent 55%,
    rgba(15, 23, 42, 0.08) 100%
  );
  --fa-mystery-layer: var(--fa-mystery-radial), var(--fa-mystery-shear);
  --fa-mystery-vignette-top: radial-gradient(ellipse 115% 85% at 50% -5%, transparent 48%, rgba(15, 23, 42, 0.07) 100%);
}

/* Tmavá téma: void + neon (cyan / magenta / acid) */
[data-theme="dark"] {
  --cr-bg0: #010005;
  --cr-bg1: #060212;
  --cr-bg2: #0c0620;
  --cr-card: rgba(12, 6, 35, 0.58);
  --cr-card-solid: rgba(4, 2, 14, 0.94);
  --cr-line: rgba(0, 245, 255, 0.35);
  --cr-blue: #00f0ff;
  --cr-blue-deep: #d946ef;
  --cr-cyan: #67f8ff;
  --cr-red: #ff2d6b;
  --cr-text: #f0f7ff;
  --cr-muted: #7a7fa8;
  --cr-glow: 0 0 72px rgba(0, 240, 255, 0.18);
  --fa-mystery-radial: radial-gradient(
    ellipse 88% 74% at 50% 44%,
    rgba(0, 0, 0, 0) 32%,
    rgba(0, 0, 0, 0.58) 100%
  );
  --fa-mystery-shear: linear-gradient(
    165deg,
    rgba(4, 14, 36, 0.5) 0%,
    transparent 40%,
    transparent 60%,
    rgba(1, 4, 18, 0.58) 100%
  );
  --fa-mystery-layer: var(--fa-mystery-radial), var(--fa-mystery-shear);
  --fa-mystery-vignette-top: radial-gradient(ellipse 115% 88% at 50% -8%, transparent 32%, rgba(40, 0, 72, 0.32) 100%);
  --cr-font-head: "Orbitron", system-ui, sans-serif;
  --cr-font-body: "Exo 2", system-ui, sans-serif;
  --cr-font-mono: "JetBrains Mono", monospace;
  --cr-matrix: #c8ff00;
  --cr-amber: #ffd60a;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (min-width: 576px) {
  .container {
    max-width: calc(540px + 2 * var(--fa-content-bleed));
  }
}

@media (min-width: 768px) {
  .container {
    max-width: calc(720px + 2 * var(--fa-content-bleed));
  }
}

@media (min-width: 992px) {
  .container {
    max-width: calc(960px + 2 * var(--fa-content-bleed));
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: calc(1140px + 2 * var(--fa-content-bleed));
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: calc(1320px + 2 * var(--fa-content-bleed));
  }
}

/* Navbar fluid – rovnaké „natiahnutie“ ako pri .container */
.ci-navbar-inner {
  padding-left: max(0.75rem, calc(1rem - var(--fa-content-bleed)));
  padding-right: max(0.75rem, calc(1rem - var(--fa-content-bleed)));
}

@media (min-width: 992px) {
  .ci-navbar-inner {
    padding-left: max(0.75rem, calc(1.5rem - var(--fa-content-bleed)));
    padding-right: max(0.75rem, calc(1.5rem - var(--fa-content-bleed)));
  }
}

@media (min-width: 1200px) {
  .ci-navbar-inner {
    padding-left: max(0.75rem, calc(3rem - var(--fa-content-bleed)));
    padding-right: max(0.75rem, calc(3rem - var(--fa-content-bleed)));
  }
}

html {
  scroll-behavior: smooth;
}

html::before {
  content: "";
  position: fixed;
  inset: -30%;
  z-index: 9995;
  pointer-events: none;
  background: conic-gradient(
    from 200deg at 50% 50%,
    transparent 0deg,
    rgba(0, 240, 255, 0.04) 100deg,
    transparent 200deg,
    rgba(217, 70, 239, 0.05) 300deg,
    transparent 360deg
  );
  animation: cr-holo-spin 45s linear infinite;
  opacity: 0.65;
}

[data-theme="light"] html::before {
  background: conic-gradient(from 160deg at 60% 40%, transparent, rgba(124, 58, 237, 0.07), transparent);
  opacity: 1;
}

@keyframes cr-holo-spin {
  to {
    transform: rotate(360deg);
  }
}

body {
  font-family: var(--cr-font-body);
  font-weight: 400;
  background-color: var(--cr-bg0);
  background-image:
    radial-gradient(ellipse 82% 58% at 100% 0%, rgba(6, 18, 42, 0.55), transparent 52%),
    radial-gradient(ellipse 68% 52% at 0% 100%, rgba(2, 8, 22, 0.48), transparent 48%),
    radial-gradient(ellipse 110% 85% at 100% -5%, rgba(217, 70, 239, 0.12), transparent 55%),
    radial-gradient(ellipse 70% 55% at 0% 105%, rgba(0, 240, 255, 0.08), transparent 50%),
    linear-gradient(185deg, var(--cr-bg0) 0%, var(--cr-bg1) 42%, var(--cr-bg2) 100%);
  color: var(--cr-text);
  line-height: 1.65;
  overflow-x: hidden;
  transition: background 0.45s ease, color 0.35s ease;
}

[data-theme="light"] body {
  background-image:
    radial-gradient(ellipse 80% 55% at 100% 0%, rgba(226, 232, 255, 0.9), transparent 52%),
    radial-gradient(ellipse 70% 50% at 0% 100%, rgba(224, 231, 255, 0.75), transparent 48%),
    radial-gradient(ellipse 110% 85% at 100% -5%, rgba(124, 58, 237, 0.08), transparent 55%),
    radial-gradient(ellipse 70% 55% at 0% 105%, rgba(0, 102, 255, 0.06), transparent 50%),
    linear-gradient(185deg, var(--cr-bg0) 0%, var(--cr-bg1) 42%, var(--cr-bg2) 100%);
}

::selection {
  background: rgba(0, 240, 255, 0.28);
  color: var(--cr-text);
}

[data-theme="light"] ::selection {
  background: rgba(124, 58, 237, 0.22);
}

/* Film grain + vignette */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9997;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9996;
  background: var(--fa-mystery-layer), var(--fa-mystery-vignette-top);
  opacity: 0.68;
}

[data-theme="light"] body::after {
  opacity: 0.88;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.cr-display {
  font-family: var(--cr-font-head);
  font-weight: 600;
  letter-spacing: 0.06em;
}

.ci-text-primary,
.cr-accent {
  color: var(--cr-blue) !important;
}

/* —— Top —— */
.ci-topbar,
.cr-topbar {
  position: relative;
  background: linear-gradient(180deg, rgba(8, 4, 28, 0.98), rgba(3, 1, 12, 0.94));
  border-bottom: 1px solid var(--cr-line);
  font-size: 0.8125rem;
  color: var(--cr-muted);
}

.ci-topbar::before,
.cr-topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: var(--fa-mystery-layer);
  opacity: 0.22;
}

[data-theme="light"] .ci-topbar,
[data-theme="light"] .cr-topbar {
  background: linear-gradient(180deg, #f8fafc, rgba(241, 245, 249, 0.92));
}

[data-theme="light"] .ci-topbar::before,
[data-theme="light"] .cr-topbar::before {
  opacity: 0.14;
}

.ci-topbar .container,
.cr-topbar .container {
  position: relative;
  z-index: 1;
}

.ci-topbar a,
.cr-topbar a {
  color: var(--cr-cyan);
  text-decoration: none;
}

.ci-topbar a:hover,
.cr-topbar a:hover {
  color: var(--cr-blue);
}

.cr-pulse-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cr-red);
  box-shadow: 0 0 12px var(--cr-red);
  animation: cr-pulse 2s ease-in-out infinite;
}

@keyframes cr-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.65;
    transform: scale(1.15);
  }
}

.ci-social a,
.cr-social a {
  display: inline-flex;
  width: 2.1rem;
  height: 2.1rem;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(0, 240, 255, 0.1);
  color: var(--cr-blue);
  margin-left: 0.35rem;
  border: 1px solid var(--cr-line);
  transition: 0.2s;
}

.ci-social a:hover,
.cr-social a:hover {
  background: var(--cr-blue);
  color: #fff;
  box-shadow: var(--cr-glow);
}

.cr-theme-btn {
  border: 1px solid var(--cr-line);
  background: rgba(168, 85, 247, 0.1);
  color: var(--cr-cyan);
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
}

.cr-theme-btn:hover {
  background: rgba(0, 240, 255, 0.18);
  color: #fff;
}

.cr-alert {
  background: linear-gradient(90deg, rgba(244, 63, 94, 0.1), rgba(0, 240, 255, 0.06));
  border: 1px solid rgba(244, 63, 94, 0.25);
  border-radius: var(--cr-r);
  font-size: 0.8125rem;
}

/* Marquee */
.cr-marquee-wrap {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--cr-line);
  border-bottom: 1px solid var(--cr-line);
  background: linear-gradient(90deg, rgba(168, 85, 247, 0.05), rgba(0, 240, 255, 0.04), rgba(168, 85, 247, 0.05));
}

.cr-marquee-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: var(--fa-mystery-layer);
  opacity: 0.12;
}

.cr-marquee {
  position: relative;
  z-index: 1;
  display: flex;
  width: max-content;
  animation: cr-marquee 28s linear infinite;
  font-family: var(--cr-font-head);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cr-muted);
}

.cr-marquee-inner {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 3rem;
  padding: 0.55rem 1.5rem;
}

.cr-marquee span {
  color: var(--cr-blue);
}

@keyframes cr-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Nav */
.ci-navbar,
.cr-navbar {
  position: relative;
  background: rgba(4, 2, 16, 0.86) !important;
  backdrop-filter: blur(32px) saturate(1.75);
  border-bottom: 1px solid var(--cr-line) !important;
  padding: 0.6rem 0;
  box-shadow: 0 1px 0 rgba(0, 240, 255, 0.04), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.ci-navbar::before,
.cr-navbar::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: var(--fa-mystery-layer);
  opacity: 0.18;
  z-index: 0;
}

.ci-navbar .ci-navbar-inner,
.cr-navbar .ci-navbar-inner {
  position: relative;
  z-index: 1;
}

[data-theme="light"] .ci-navbar,
[data-theme="light"] .cr-navbar {
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 1px 0 rgba(124, 58, 237, 0.06), inset 0 -1px 0 rgba(15, 23, 42, 0.04);
}

[data-theme="light"] .ci-navbar::before,
[data-theme="light"] .cr-navbar::before {
  opacity: 0.1;
}

/* Celá šírka, jeden riadok: logo | roztiahnuté odkazy | akcie */
.ci-navbar-inner {
  max-width: 100%;
}

@media (min-width: 992px) {
  .ci-navbar > .ci-navbar-inner,
  .cr-navbar > .ci-navbar-inner {
    flex-wrap: nowrap;
    gap: 0.75rem;
  }

  .ci-navbar .ci-navbar-collapse,
  .cr-navbar .ci-navbar-collapse {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    gap: 0.5rem 1rem;
  }

  .ci-navbar .ci-navbar-nav-stretch,
  .cr-navbar .ci-navbar-nav-stretch {
    flex: 1 1 auto;
    max-width: none;
  }

  .ci-navbar .ci-navbar-actions,
  .cr-navbar .ci-navbar-actions {
    margin-left: 0;
  }
}

.ci-navbar .nav-link,
.cr-navbar .nav-link {
  color: var(--cr-muted) !important;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0.55rem 0.9rem !important;
  position: relative;
}

.ci-navbar .nav-link::after,
.cr-navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.35rem;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--cr-blue), var(--cr-cyan));
  transform: translateX(-50%);
  transition: width 0.25s;
}

.ci-navbar .nav-link:hover::after,
.ci-navbar .nav-link.active::after,
.cr-navbar .nav-link:hover::after,
.cr-navbar .nav-link.active::after {
  width: 60%;
}

.ci-navbar .nav-link:hover,
.ci-navbar .nav-link.active,
.cr-navbar .nav-link:hover,
.cr-navbar .nav-link.active {
  color: var(--cr-text) !important;
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--cr-text) !important;
}

.brand-accent {
  color: var(--cr-blue);
  font-weight: 700;
}

.ci-brand-logo {
  height: 42px;
  width: auto;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
  flex-shrink: 0;
}

.ci-brand-logo--footer {
  height: 40px;
  max-height: 44px;
}

@media (max-width: 575.98px) {
  .ci-brand-logo {
    height: 34px;
    max-height: 40px;
  }

  .navbar-brand .navbar-brand-text {
    font-size: 1.2rem;
  }
}

/* Buttons */
.btn-ci-primary,
.btn-cr-primary {
  background: linear-gradient(135deg, var(--cr-blue-deep), var(--cr-blue));
  border: none;
  color: #fff !important;
  font-weight: 700;
  font-family: var(--cr-font-head);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
  padding: 0.85rem 1.75rem;
  border-radius: var(--cr-r);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 28px rgba(0, 240, 255, 0.22), 0 0 48px rgba(168, 85, 247, 0.12);
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-ci-primary::before,
.btn-cr-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.2) 50%, transparent 60%);
  transform: translateX(-100%);
  transition: transform 0.6s;
}

.btn-ci-primary:hover::before,
.btn-cr-primary:hover::before {
  transform: translateX(100%);
}

.btn-ci-primary:hover,
.btn-cr-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 40px rgba(0, 240, 255, 0.35), 0 0 60px rgba(217, 70, 239, 0.2);
  color: #fff !important;
}

.btn-ci-outline,
.btn-cr-outline {
  border: 2px solid var(--cr-line);
  color: var(--cr-text) !important;
  background: transparent;
  font-weight: 700;
  font-family: var(--cr-font-head);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  padding: 0.78rem 1.5rem;
  border-radius: var(--cr-r);
  transition: 0.2s;
}

.btn-ci-outline:hover,
.btn-cr-outline:hover {
  border-color: var(--cr-blue);
  color: var(--cr-cyan) !important;
  background: rgba(0, 240, 255, 0.08);
}

/* Hero */
.ci-hero,
.cr-hero {
  position: relative;
  min-height: calc(100vh - 10rem);
  display: flex;
  align-items: center;
  padding: 3rem 0 4.5rem;
  overflow: hidden;
}

.ci-hero-bg,
.cr-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 78% 56% at 92% 6%, rgba(6, 18, 42, 0.62), transparent 54%),
    radial-gradient(ellipse 58% 48% at 6% 88%, rgba(2, 8, 22, 0.52), transparent 50%),
    radial-gradient(ellipse 95% 75% at 78% 8%, rgba(217, 70, 239, 0.18), transparent 58%),
    radial-gradient(ellipse 55% 45% at 8% 65%, rgba(0, 240, 255, 0.1), transparent 52%),
    linear-gradient(185deg, var(--cr-bg0) 0%, var(--cr-bg1) 45%, var(--cr-bg0) 100%);
  z-index: 0;
}

.ci-hero-mesh,
.cr-hero-mesh {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background-image: url("data:image/svg+xml,%3Csvg width='72' height='72' viewBox='0 0 72 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 0l36 20.78v41.56L36 72 0 62.34V20.78z' fill='none' stroke='%2300e5ff' stroke-opacity='0.14'/%3E%3C/svg%3E");
  z-index: 0;
  animation: cr-mesh-drift 80s linear infinite;
}

@keyframes cr-mesh-drift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-72px, -36px);
  }
}

.cr-scanline {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 1px,
    rgba(0, 240, 255, 0.018) 1px,
    rgba(0, 240, 255, 0.018) 2px
  );
  opacity: 0.6;
}

/* Hero — rovnaký „zákulisný“ preliv ako pri obrázku v sekcii Prečo */
.ci-hero::after,
.cr-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: var(--fa-mystery-layer);
  opacity: 0.36;
}

[data-theme="light"] .ci-hero::after,
[data-theme="light"] .cr-hero::after {
  opacity: 0.24;
}

.cr-hero-beam {
  position: absolute;
  top: -20%;
  left: 40%;
  width: 2px;
  height: 140%;
  background: linear-gradient(180deg, transparent, rgba(0, 240, 255, 0.35), rgba(217, 70, 239, 0.2), transparent);
  animation: cr-beam 6s ease-in-out infinite;
  z-index: 1;
  filter: blur(1px);
}

@keyframes cr-beam {
  0%,
  100% {
    opacity: 0.3;
    transform: translateX(0) scaleY(1);
  }
  50% {
    opacity: 0.8;
    transform: translateX(30px) scaleY(1.02);
  }
}

.ci-hero .container,
.cr-hero .container {
  position: relative;
  z-index: 2;
}

.ci-hero-badge,
.cr-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 1.1rem;
  background: rgba(0, 240, 255, 0.08);
  border: 1px solid var(--cr-line);
  border-radius: 100px;
  color: var(--cr-cyan);
  font-size: 0.75rem;
  font-weight: 700;
  font-family: var(--cr-font-head);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  box-shadow: 0 0 36px rgba(0, 240, 255, 0.12), 0 0 60px rgba(168, 85, 247, 0.08);
}

/* Jeden riadok: prompt vľavo, tagline vpravo (roztiahnuté); na úzkom skrolovanie vodorovne */
.ci-hero-badge.cr-hacker-badge--bar {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  border-radius: var(--cr-r-lg);
  padding: 0.5rem 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.ci-hero-badge.cr-hacker-badge--bar .cr-hacker-badge-tagline {
  flex-shrink: 0;
  text-align: right;
  margin-left: auto;
}

@media (max-width: 575.98px) {
  .ci-hero-badge.cr-hacker-badge--bar {
    justify-content: flex-start;
  }

  .ci-hero-badge.cr-hacker-badge--bar .cr-hacker-badge-tagline {
    text-align: left;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .ci-hero .ci-hero-title.text-nowrap-lg {
    white-space: nowrap;
  }
}

.ci-hero-title,
.cr-hero-title {
  font-size: clamp(2.4rem, 6.5vw, 4.25rem);
  line-height: 1.02;
  margin: 1.35rem 0;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 48px rgba(0, 240, 255, 0.12), 0 0 80px rgba(168, 85, 247, 0.1);
}

.ci-hero-title span,
.cr-hero-title span {
  background: linear-gradient(105deg, var(--cr-cyan) 0%, var(--cr-blue) 45%, var(--cr-blue-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ci-hero-lead,
.cr-hero-lead {
  color: var(--cr-muted);
  font-size: 1.0625rem;
  max-width: 34rem;
}

.ci-hero-lead strong,
.cr-hero-lead strong {
  color: var(--cr-text);
}

/* Poznámka pod CTA v hero – čitateľná v tmavej aj svetlej téme */
.ci-hero-promo {
  color: rgba(241, 245, 249, 0.75);
}

[data-theme="light"] .ci-hero-promo {
  color: var(--cr-muted);
}

.ci-hero-promo-highlight {
  color: #fff;
  font-weight: 700;
}

[data-theme="light"] .ci-hero-promo-highlight {
  color: var(--cr-text);
}

.hack-badge-host,
.hack-path {
  font-family: var(--cr-font-mono);
}

[data-theme="light"] .hack-badge-host {
  color: var(--cr-blue-deep);
}

[data-theme="light"] .hack-path {
  color: var(--cr-muted);
}

[data-theme="light"] .ci-hero-badge.cr-hacker-badge {
  font-family: var(--cr-font-mono);
  border-left: 3px solid var(--cr-blue);
}

.nav-ethics-hint {
  color: rgba(255, 255, 255, 0.55) !important;
}

[data-theme="light"] .nav-ethics-hint {
  color: var(--cr-muted) !important;
}

[data-theme="light"] .hack-topline {
  color: var(--cr-blue-deep);
  font-weight: 600;
}

/* Hero media — ornate frame */
.ci-hero-media,
.cr-hero-media {
  position: relative;
}

.cr-hero-frame {
  position: relative;
  border-radius: 16px;
  padding: 3px;
  background: linear-gradient(135deg, var(--cr-blue), var(--cr-cyan), var(--cr-blue-deep));
  /* Jemný tieň — bez „plávajúceho“ bloku mimo layoutu */
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.22), 0 0 28px rgba(0, 240, 255, 0.08);
  transform: none;
  animation: none;
}

.cr-hero-frame-inner {
  border-radius: 14px;
  overflow: hidden;
  background: var(--cr-bg2);
  position: relative;
}

.cr-hero-frame-inner img {
  width: 100%;
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover;
  transform: none;
  transition: none;
}

.cr-hero-frame-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  border-radius: inherit;
  background: var(--fa-mystery-layer);
  opacity: 0.32;
}

[data-theme="light"] .cr-hero-frame-inner::after {
  opacity: 0.2;
}

.cr-corner {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 2px solid var(--cr-cyan);
  z-index: 3;
  pointer-events: none;
  opacity: 0.75;
}

.cr-corner.tl {
  top: 8px;
  left: 8px;
  border-right: none;
  border-bottom: none;
}

.cr-corner.tr {
  top: 8px;
  right: 8px;
  border-left: none;
  border-bottom: none;
}

.cr-corner.bl {
  bottom: 8px;
  left: 8px;
  border-right: none;
  border-top: none;
}

.cr-corner.br {
  bottom: 8px;
  right: 8px;
  border-left: none;
  border-top: none;
}

.ci-float-card,
.cr-float-card {
  position: absolute;
  background: var(--cr-card);
  backdrop-filter: blur(16px);
  border: 1px solid var(--cr-line);
  border-radius: var(--cr-r);
  padding: 1rem 1.2rem;
  box-shadow: var(--cr-glow);
  z-index: 4;
}

.ci-float-card.a,
.cr-float-card.a {
  bottom: 8%;
  left: 2%;
}

.ci-float-card.b,
.cr-float-card.b {
  top: 6%;
  right: 2%;
}

.ci-hero-media .ci-float-card,
.ci-hero-media .cr-float-card {
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.2),
    0 0 18px rgba(0, 240, 255, 0.06),
    inset 0 -12px 24px -10px rgba(0, 0, 0, 0.35);
}

.ci-float-card strong,
.cr-float-card strong {
  display: block;
  font-family: var(--cr-font-head);
  font-size: 1.5rem;
  color: var(--cr-cyan);
}

.ci-float-card small,
.cr-float-card small {
  color: var(--cr-muted);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Trust strip */
.cr-trust {
  position: relative;
  padding: 2rem 0;
  border-top: 1px solid var(--cr-line);
  border-bottom: 1px solid var(--cr-line);
  background: linear-gradient(180deg, rgba(168, 85, 247, 0.04), rgba(0, 240, 255, 0.02));
}

.cr-trust::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: var(--fa-mystery-layer);
  opacity: 0.2;
}

[data-theme="light"] .cr-trust::before {
  opacity: 0.12;
}

.cr-trust .container {
  position: relative;
  z-index: 1;
}

.cr-trust-label {
  font-family: var(--cr-font-head);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cr-muted);
  margin-bottom: 1rem;
  text-align: center;
}

.cr-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem 3rem;
}

.cr-trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--cr-muted);
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.75;
  transition: opacity 0.2s;
}

.cr-trust-item:hover {
  opacity: 1;
  color: var(--cr-blue);
}

.cr-trust-item i {
  font-size: 1.5rem;
  color: var(--cr-blue);
}

/* Sections */
.ci-section,
.cr-section {
  padding: 5.5rem 0;
  position: relative;
  z-index: 1;
}

.ci-section::before,
.cr-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: var(--fa-mystery-layer);
  opacity: 0.26;
}

[data-theme="light"] .ci-section::before,
[data-theme="light"] .cr-section::before {
  opacity: 0.18;
}

.ci-section > *,
.cr-section > * {
  position: relative;
  z-index: 1;
}

.ci-section-dark::before,
.cr-section-dark::before {
  opacity: 0.34;
}

[data-theme="light"] .ci-section-dark::before,
[data-theme="light"] .cr-section-dark::before {
  opacity: 0.22;
}

.ci-section-dark,
.cr-section-dark {
  background: linear-gradient(180deg, var(--cr-bg1), var(--cr-bg0));
}

.ci-section-head,
.cr-section-head {
  margin-bottom: 3rem;
}

.ci-subtitle,
.cr-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--cr-blue);
  font-family: var(--cr-font-head);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 0.75rem;
}

.ci-subtitle::before,
.cr-subtitle::before {
  content: "";
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, var(--cr-red), var(--cr-blue));
  border-radius: 2px;
}

.ci-title,
.cr-title {
  font-size: clamp(1.9rem, 3.5vw, 2.85rem);
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.ci-desc,
.cr-desc {
  color: var(--cr-muted);
  max-width: 40rem;
}

/* Service cards — gradient border */
.ci-service-card,
.cr-service-card {
  position: relative;
  background: var(--cr-card-solid);
  border-radius: var(--cr-r-lg);
  padding: 2rem 1.85rem;
  height: 100%;
  border: 1px solid var(--cr-line);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
  box-shadow: inset 0 -32px 48px -24px rgba(0, 0, 0, 0.32), inset 0 0 0 1px rgba(0, 240, 255, 0.03);
}

[data-theme="light"] .ci-service-card,
[data-theme="light"] .cr-service-card {
  box-shadow:
    0 4px 24px rgba(15, 23, 42, 0.06),
    inset 0 -28px 44px -22px rgba(15, 23, 42, 0.07),
    inset 0 0 0 1px rgba(124, 58, 237, 0.04);
}

.ci-service-card::before,
.cr-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--cr-r-lg);
  padding: 1px;
  background: linear-gradient(145deg, rgba(217, 70, 239, 0.55), transparent 40%, transparent 60%, rgba(0, 240, 255, 0.35));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s;
}

.ci-service-card:hover,
.cr-service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--cr-glow), inset 0 -32px 48px -24px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(0, 240, 255, 0.06);
}

[data-theme="light"] .ci-service-card:hover,
[data-theme="light"] .cr-service-card:hover {
  box-shadow:
    var(--cr-glow),
    0 4px 24px rgba(15, 23, 42, 0.08),
    inset 0 -28px 44px -22px rgba(15, 23, 42, 0.06),
    inset 0 0 0 1px rgba(124, 58, 237, 0.06);
}

.ci-service-card:hover::before,
.cr-service-card:hover::before {
  opacity: 1;
}

.cr-svc-num {
  font-family: var(--cr-font-head);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(0, 240, 255, 0.12);
  position: absolute;
  top: 1rem;
  right: 1.25rem;
}

.ci-service-icon,
.cr-service-icon {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.22), rgba(0, 240, 255, 0.08));
  border: 1px solid var(--cr-line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  color: var(--cr-cyan);
  margin-bottom: 1.35rem;
}

.ci-service-card h3,
.cr-service-card h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}

.ci-service-card p,
.cr-service-card p {
  color: var(--cr-muted);
  font-size: 0.9375rem;
  margin-bottom: 1.1rem;
}

.ci-link-more,
.cr-link-more {
  color: var(--cr-blue);
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-family: var(--cr-font-head);
}

.ci-link-more:hover,
.cr-link-more:hover {
  color: var(--cr-cyan);
}

/* Counters */
.ci-counters,
.cr-counters {
  position: relative;
  background: linear-gradient(90deg, rgba(0, 240, 255, 0.06), rgba(244, 63, 94, 0.05), rgba(168, 85, 247, 0.08));
  border-top: 1px solid var(--cr-line);
  border-bottom: 1px solid var(--cr-line);
  padding: 3.75rem 0;
}

.ci-counters::before,
.cr-counters::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: var(--fa-mystery-layer);
  opacity: 0.3;
}

[data-theme="light"] .ci-counters::before,
[data-theme="light"] .cr-counters::before {
  opacity: 0.16;
}

.ci-counters > *,
.cr-counters > * {
  position: relative;
  z-index: 1;
}

.ci-counter-item,
.cr-counter-item {
  text-align: center;
  padding: 1rem;
}

.ci-counter-num,
.cr-counter-num {
  font-family: var(--cr-font-head);
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 700;
  color: var(--cr-cyan);
  line-height: 1;
  text-shadow: 0 0 44px rgba(0, 240, 255, 0.28), 0 0 72px rgba(217, 70, 239, 0.12);
}

.ci-counter-num::after,
.cr-counter-num::after {
  content: "+";
  font-size: 0.45em;
  color: var(--cr-blue);
}

.ci-counter-item.no-plus .ci-counter-num::after,
.cr-counter-item.no-plus .cr-counter-num::after {
  content: "";
}

.ci-counter-label,
.cr-counter-label {
  color: var(--cr-muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-top: 0.5rem;
  font-family: var(--cr-font-head);
  font-weight: 600;
}

/* Odpočet HH : MM : SS — rovnaké písmo/veľkosť ako .ci-counter-num, bez rámčeka */
.ci-counter-item--bomb .ci-counter-countdown {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.06em;
  font-family: var(--cr-font-head);
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--cr-cyan);
  text-shadow: 0 0 44px rgba(0, 240, 255, 0.28), 0 0 72px rgba(217, 70, 239, 0.12);
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.ci-counter-item--bomb .ci-cd-sep {
  opacity: 1;
  color: var(--cr-blue);
  font-weight: 700;
  animation: ci-cd-sep-blink 1s step-end infinite;
}

@keyframes ci-cd-sep-blink {
  50% {
    opacity: 0.2;
  }
}

.ci-counter-countdown.ci-countdown--done .ci-cd-val,
.ci-counter-countdown.ci-countdown--error .ci-cd-val {
  color: var(--cr-muted);
  text-shadow: none;
}

.ci-counter-item--bomb .ci-counter-countdown.ci-countdown--done .ci-cd-sep,
.ci-counter-item--bomb .ci-counter-countdown.ci-countdown--error .ci-cd-sep {
  animation: none;
  opacity: 0.45;
}

.ci-counter-countdown.ci-countdown--pulse .ci-cd-val {
  animation: ci-cd-final-pulse 1s ease-in-out infinite;
}

@keyframes ci-cd-final-pulse {
  0%,
  100% {
    transform: scale(1);
    color: var(--cr-cyan);
    text-shadow: 0 0 44px rgba(0, 240, 255, 0.28), 0 0 72px rgba(217, 70, 239, 0.12);
  }
  50% {
    transform: scale(1.02);
    color: var(--cr-red);
    text-shadow: 0 0 28px rgba(255, 45, 85, 0.45);
  }
}

/* Solution / course cards */
.ci-solution-card,
.cr-solution-card {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--cr-line);
  background: var(--cr-card-solid);
  height: 100%;
  transition: 0.35s;
  box-shadow: inset 0 -36px 56px -28px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(0, 240, 255, 0.03);
}

[data-theme="light"] .ci-solution-card,
[data-theme="light"] .cr-solution-card {
  box-shadow:
    inset 0 -32px 48px -26px rgba(15, 23, 42, 0.09),
    inset 0 0 0 1px rgba(124, 58, 237, 0.05);
}

.ci-solution-card:hover,
.cr-solution-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--cr-glow), inset 0 -36px 56px -28px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 240, 255, 0.05);
}

[data-theme="light"] .ci-solution-card:hover,
[data-theme="light"] .cr-solution-card:hover {
  box-shadow: var(--cr-glow), inset 0 -32px 48px -26px rgba(15, 23, 42, 0.07), inset 0 0 0 1px rgba(124, 58, 237, 0.07);
}

.ci-solution-card .thumb,
.cr-solution-card .thumb {
  height: 240px;
  object-fit: cover;
  width: 100%;
}

.ci-solution-body,
.cr-solution-body {
  padding: 1.85rem;
}

.ci-solution-body h3,
.cr-solution-body h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
}

/* Why + checklist */
.ci-check-list,
.cr-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ci-check-list li,
.cr-check-list li {
  display: flex;
  gap: 0.9rem;
  margin-bottom: 1.15rem;
  color: var(--cr-muted);
}

.ci-check-list i,
.cr-check-list i {
  color: var(--cr-blue);
  font-size: 1.35rem;
  flex-shrink: 0;
}

.ci-img-wrap,
.cr-img-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--cr-line);
  box-shadow: var(--cr-glow);
}

.ci-img-wrap::after,
.cr-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  z-index: 1;
  background: var(--fa-mystery-layer);
  opacity: 0.5;
}

[data-theme="light"] .ci-img-wrap::after,
[data-theme="light"] .cr-img-wrap::after {
  opacity: 0.32;
}

.ci-img-wrap img,
.cr-img-wrap img {
  width: 100%;
  display: block;
}

/* Kontakt – mapa vedľa adresy v jednej karte (loading=eager na iframe) */
.ci-contact-box--with-map {
  padding: clamp(1.35rem, 3vw, 2.25rem);
}

.ci-contact-map-wrap {
  position: relative;
  width: 100%;
  min-height: clamp(320px, 52vh, 520px);
  height: 100%;
  border-radius: var(--cr-r-lg);
  overflow: hidden;
  border: 1px solid var(--cr-line);
  background: var(--cr-bg2);
  box-shadow: inset 0 0 0 1px rgba(0, 240, 255, 0.06);
}

[data-theme="light"] .ci-contact-map-wrap {
  background: rgba(248, 250, 255, 0.6);
  box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.08);
}

.ci-contact-map-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.ci-contact-map-footer {
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .ci-contact-box--with-map .row.align-items-stretch > div:last-child {
    min-height: 0;
  }

  .ci-contact-box--with-map .ci-contact-map-wrap {
    flex: 1 1 auto;
    min-height: clamp(380px, 50vh, 560px);
  }
}

/* Sekcia „Prečo FORTIS AURIS“ — checklist bodov na stred */
.ci-section-preco .ci-check-list--preco {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ci-section-preco .ci-check-list--preco li {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}

.ci-section-preco .ci-check-list--preco li span {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.ci-section-preco .ci-preco-visual {
  max-width: 56rem;
  width: 100%;
}

.ci-section-preco .ci-img-wrap-fill--preco {
  position: relative;
  width: 100%;
  min-height: clamp(260px, 48vw, 480px);
}

.ci-section-preco .ci-img-wrap-fill--preco img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Nádech záhady / „zákulisia“ — vigneta + chladný okraj (prepíše content:none z .ci-img-wrap::after) */
.ci-section-preco .ci-preco-visual .ci-img-wrap-fill--preco::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background: var(--fa-mystery-layer);
  opacity: 1;
}

/* Obrázok pod „Naša história“ — statický rám, žiadny posun / zväčšenie / zmena tieňa pri hover */
.ci-section-preco .ci-preco-visual .ci-img-wrap {
  --fa-preco-img-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px var(--cr-line);
  transition: none !important;
  transform: none !important;
  will-change: auto;
  box-shadow: var(--fa-preco-img-shadow) !important;
}

.ci-section-preco .ci-preco-visual .ci-img-wrap:hover,
.ci-section-preco .ci-preco-visual .ci-img-wrap:focus-within {
  transform: translate3d(0, 0, 0) !important;
  box-shadow: var(--fa-preco-img-shadow) !important;
}

.ci-section-preco .ci-preco-visual .ci-img-wrap:not(.ci-img-wrap-fill--preco)::after {
  content: none !important;
  display: none !important;
}

.ci-section-preco .ci-preco-visual .ci-img-wrap img {
  transition: none !important;
  transform: none !important;
  filter: none !important;
}

.ci-section-preco .ci-preco-visual .ci-img-wrap:hover img,
.ci-section-preco .ci-preco-visual .ci-img-wrap img:hover {
  transform: translate3d(0, 0, 0) scale(1) !important;
  filter: none !important;
}

.ci-section-preco .ci-preco-visual .ci-play-badge {
  transition: none !important;
  transform: none !important;
}

.ci-section-preco .ci-preco-visual .ci-img-wrap:hover .ci-play-badge,
.ci-section-preco .ci-preco-visual .ci-img-wrap .ci-play-badge:hover {
  transform: none !important;
}

[data-theme="light"] .ci-section-preco .ci-preco-visual .ci-img-wrap {
  --fa-preco-img-shadow: 0 10px 36px rgba(15, 23, 42, 0.12), 0 0 0 1px var(--cr-line);
}

[data-theme="light"] .ci-section-preco .ci-preco-visual .ci-img-wrap-fill--preco::after {
  opacity: 0.78;
}

.ci-play-badge,
.cr-play-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 2;
  background: linear-gradient(135deg, var(--cr-blue), var(--cr-blue-deep));
  color: #fff;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  box-shadow: 0 8px 36px rgba(0, 240, 255, 0.35), 0 0 50px rgba(168, 85, 247, 0.2);
}

/* Timeline */
.ci-timeline,
.cr-timeline {
  position: relative;
  padding-left: 2rem;
}

.ci-timeline::before,
.cr-timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  bottom: 0.25rem;
  width: 2px;
  background: linear-gradient(180deg, var(--cr-cyan), var(--cr-blue), transparent);
}

.ci-timeline-item,
.cr-timeline-item {
  position: relative;
  padding-bottom: 2rem;
}

.ci-timeline-item::before,
.cr-timeline-item::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 0.4rem;
  width: 14px;
  height: 14px;
  margin-left: -6px;
  border-radius: 50%;
  background: var(--cr-bg0);
  border: 3px solid var(--cr-cyan);
  box-shadow: 0 0 14px rgba(0, 240, 255, 0.45), 0 0 24px rgba(217, 70, 239, 0.25);
}

.ci-timeline-item .year,
.cr-timeline-item .year {
  color: var(--cr-blue);
  font-family: var(--cr-font-head);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

#o-nas .ci-timeline::before,
#o-nas .ci-timeline-item::before {
  pointer-events: none;
}

[data-theme="dark"] #o-nas .ci-timeline .year,
[data-theme="dark"] #o-nas .ci-timeline h3,
[data-theme="dark"] #o-nas .ci-timeline p {
  text-shadow: none;
}

/* Testimonials */
.ci-testimonial-card,
.cr-testimonial-card {
  background: var(--cr-card);
  backdrop-filter: blur(12px);
  border: 1px solid var(--cr-line);
  border-radius: 14px;
  padding: 2.25rem;
  height: 100%;
  box-shadow: inset 0 -20px 36px -16px rgba(0, 0, 0, 0.2);
}

[data-theme="light"] .ci-testimonial-card,
[data-theme="light"] .cr-testimonial-card {
  box-shadow: inset 0 -18px 32px -14px rgba(15, 23, 42, 0.05);
}

.ci-testimonial-card .stars,
.cr-testimonial-card .stars {
  color: #fbbf24;
  margin-bottom: 1rem;
  letter-spacing: 2px;
}

.ci-testimonial-card .quote,
.cr-testimonial-card .quote {
  color: var(--cr-muted);
  font-style: italic;
  margin-bottom: 1.25rem;
}

.carousel-indicators.ci-dots button,
.carousel-indicators.cr-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cr-muted);
  border: none;
  opacity: 0.35;
}

.carousel-indicators.ci-dots button.active,
.carousel-indicators.cr-dots button.active {
  background: var(--cr-blue);
  opacity: 1;
}

/* CTA */
.ci-cta,
.cr-cta {
  position: relative;
  border-radius: 16px;
  padding: 4rem 2rem;
  text-align: center;
  border: 1px solid var(--cr-line);
  background:
    linear-gradient(135deg, rgba(0, 240, 255, 0.12) 0%, transparent 50%),
    linear-gradient(225deg, rgba(217, 70, 239, 0.1) 0%, transparent 45%), var(--cr-card-solid);
  overflow: hidden;
  box-shadow: inset 0 -40px 60px -30px rgba(0, 0, 0, 0.35);
}

[data-theme="light"] .ci-cta,
[data-theme="light"] .cr-cta {
  box-shadow: inset 0 -36px 56px -28px rgba(15, 23, 42, 0.08);
}

.ci-cta::before,
.cr-cta::before {
  content: "";
  position: absolute;
  inset: -50%;
  z-index: 0;
  background: radial-gradient(circle, rgba(0, 240, 255, 0.07) 0%, rgba(168, 85, 247, 0.04) 35%, transparent 55%);
  animation: cr-cta-pulse 10s ease-in-out infinite;
}

.ci-cta::after,
.cr-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  border-radius: inherit;
  background: var(--fa-mystery-layer);
  opacity: 0.22;
}

[data-theme="light"] .ci-cta::after,
[data-theme="light"] .cr-cta::after {
  opacity: 0.14;
}

@keyframes cr-cta-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

.ci-cta > *,
.cr-cta > * {
  position: relative;
  z-index: 2;
}

.ci-cta-lead strong,
.cr-cta-lead strong {
  color: var(--cr-text);
  font-weight: 700;
}

/* Contact */
.ci-contact-box,
.cr-contact-box {
  position: relative;
  background: var(--cr-card);
  border: 1px solid var(--cr-line);
  border-radius: 14px;
  padding: 2rem;
  backdrop-filter: blur(12px);
  box-shadow: inset 0 -24px 40px -18px rgba(0, 0, 0, 0.22), 0 8px 32px rgba(0, 0, 0, 0.12);
}

[data-theme="light"] .ci-contact-box,
[data-theme="light"] .cr-contact-box {
  box-shadow: inset 0 -20px 36px -16px rgba(15, 23, 42, 0.06), 0 8px 28px rgba(15, 23, 42, 0.05);
}

.ci-contact-box::after,
.cr-contact-box::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  z-index: 0;
  background: var(--fa-mystery-layer);
  opacity: 0.18;
}

[data-theme="light"] .ci-contact-box::after,
[data-theme="light"] .cr-contact-box::after {
  opacity: 0.1;
}

.ci-contact-box > *,
.cr-contact-box > * {
  position: relative;
  z-index: 1;
}

.ci-contact-item,
.cr-contact-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.ci-contact-item i,
.cr-contact-item i {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: var(--cr-r);
  background: rgba(0, 240, 255, 0.12);
  color: var(--cr-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

/* Footer */
.ci-footer,
.cr-footer {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, var(--cr-bg1), #020308);
  border-top: 1px solid var(--cr-line);
  padding: 4.5rem 0 2rem;
  font-size: 0.9rem;
  color: var(--cr-muted);
}

.ci-footer::before,
.cr-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: var(--fa-mystery-layer), var(--fa-mystery-vignette-top);
  opacity: 0.4;
}

[data-theme="light"] .ci-footer::before,
[data-theme="light"] .cr-footer::before {
  opacity: 0.2;
}

.ci-footer > *,
.cr-footer > * {
  position: relative;
  z-index: 1;
}

[data-theme="light"] .ci-footer,
[data-theme="light"] .cr-footer {
  background: linear-gradient(180deg, #f1f5f9, #e2e8f0);
}

.ci-footer h4,
.cr-footer h4 {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  color: var(--cr-text);
  letter-spacing: 0.1em;
}

.ci-footer a,
.cr-footer a {
  color: var(--cr-muted);
  text-decoration: none;
}

.ci-footer a:hover,
.cr-footer a:hover {
  color: var(--cr-cyan);
}

.ci-footer ul,
.cr-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ci-footer ul li,
.cr-footer ul li {
  margin-bottom: 0.65rem;
}

.ci-footer-bottom,
.cr-footer-bottom {
  border-top: 1px solid var(--cr-line);
  margin-top: 3rem;
  padding-top: 1.5rem;
  font-size: 0.8125rem;
}

.ci-alert-bar {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(244, 63, 94, 0.1), rgba(0, 240, 255, 0.06));
  border: 1px solid rgba(244, 63, 94, 0.25);
  border-radius: var(--cr-r);
  font-size: 0.8125rem;
  box-shadow: inset 0 0 48px -12px rgba(0, 0, 0, 0.25);
}

.ci-alert-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: var(--fa-mystery-layer);
  opacity: 0.12;
  z-index: -1;
}

/* Register */
.page-register-main {
  padding: 3rem 0 5rem;
  position: relative;
  z-index: 1;
}

.page-register-main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: var(--fa-mystery-layer);
  opacity: 0.22;
}

[data-theme="light"] .page-register-main::before {
  opacity: 0.14;
}

.page-register-main > * {
  position: relative;
  z-index: 1;
}

.form-ci .form-control,
.form-ci .form-select,
.form-cr .form-control,
.form-cr .form-select {
  background: var(--cr-card-solid);
  border: 1px solid var(--cr-line);
  color: var(--cr-text);
  border-radius: var(--cr-r);
}

.form-ci .form-control:focus,
.form-ci .form-select:focus,
.form-cr .form-control:focus,
.form-cr .form-select:focus {
  border-color: var(--cr-blue);
  box-shadow: 0 0 0 0.2rem rgba(0, 240, 255, 0.22);
  color: var(--cr-text);
}

.form-ci label,
.form-cr label {
  color: var(--cr-muted);
  font-weight: 600;
  font-size: 0.875rem;
}

.card-ci-form,
.card-cr-form {
  position: relative;
  background: var(--cr-card);
  border: 1px solid var(--cr-line);
  border-radius: var(--cr-r-lg);
  padding: 2rem;
  backdrop-filter: blur(12px);
  box-shadow: inset 0 -24px 40px -18px rgba(0, 0, 0, 0.2), 0 12px 40px rgba(0, 0, 0, 0.15);
}

[data-theme="light"] .card-ci-form,
[data-theme="light"] .card-cr-form {
  box-shadow: inset 0 -20px 36px -16px rgba(15, 23, 42, 0.06), 0 12px 36px rgba(15, 23, 42, 0.06);
}

@media (max-width: 991.98px) {
  .ci-hero,
  .cr-hero {
    min-height: auto;
  }

  .ci-float-card.a,
  .ci-float-card.b,
  .cr-float-card.a,
  .cr-float-card.b {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    margin: 0.75rem 0.75rem 0 0;
    display: inline-block;
  }
}

/* ========== Tmavá téma: neon void / ethical hacker (2030) ========== */
[data-theme="dark"] body {
  text-shadow: 0 0 1px rgba(0, 240, 255, 0.05);
}

[data-theme="dark"] body::before {
  opacity: 0.07;
}

[data-theme="dark"] .ci-navbar .nav-link,
[data-theme="dark"] .cr-navbar .nav-link {
  font-family: var(--cr-font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

[data-theme="dark"] .navbar-brand .navbar-brand-text {
  font-family: var(--cr-font-mono);
  letter-spacing: 0.08em;
}

[data-theme="dark"] .ci-subtitle::before,
[data-theme="dark"] .cr-subtitle::before {
  content: ">";
  width: auto;
  height: auto;
  padding: 0 0.15rem 0 0;
  background: none;
  border-radius: 0;
  color: var(--cr-matrix);
  font-family: var(--cr-font-mono);
  font-weight: 700;
  font-size: 1rem;
  text-shadow: 0 0 18px rgba(0, 240, 255, 0.45), 0 0 32px rgba(200, 255, 0, 0.25);
}

[data-theme="dark"] .ci-subtitle,
[data-theme="dark"] .cr-subtitle {
  color: var(--cr-cyan);
}

[data-theme="dark"] .ci-hero-badge.cr-hacker-badge {
  font-family: var(--cr-font-mono);
  border-radius: 4px;
  border-left: 3px solid var(--cr-cyan);
  box-shadow: 0 0 32px rgba(0, 240, 255, 0.2), 0 0 48px rgba(217, 70, 239, 0.1);
}

[data-theme="dark"] .ci-hero-badge.cr-hacker-badge--bar {
  border-radius: 8px;
}

[data-theme="dark"] .hack-prompt {
  color: var(--cr-matrix);
  font-weight: 700;
  margin-right: 0.35rem;
}

[data-theme="dark"] .hack-badge-host {
  color: var(--cr-amber);
  font-weight: 600;
}

[data-theme="dark"] .hack-path {
  color: var(--cr-muted);
  margin-right: 0.35rem;
}

[data-theme="dark"] .cr-marquee-wrap {
  border-color: rgba(0, 240, 255, 0.28);
  background: linear-gradient(90deg, rgba(0, 240, 255, 0.06), rgba(217, 70, 239, 0.07), rgba(0, 240, 255, 0.06));
}

[data-theme="dark"] .cr-marquee {
  font-family: var(--cr-font-mono);
  letter-spacing: 0.16em;
}

[data-theme="dark"] .cr-pulse-dot {
  background: var(--cr-matrix);
  box-shadow: 0 0 16px var(--cr-matrix);
}

[data-theme="dark"] .cr-corner {
  border-color: var(--cr-matrix);
}

[data-theme="dark"] .cr-hero-beam {
  background: linear-gradient(180deg, transparent, rgba(0, 240, 255, 0.42), rgba(217, 70, 239, 0.25), transparent);
}

[data-theme="dark"] .ci-counter-num {
  color: var(--cr-cyan);
  text-shadow: 0 0 32px rgba(0, 240, 255, 0.4), 0 0 56px rgba(217, 70, 239, 0.2);
}

[data-theme="dark"] .ci-counter-num::after {
  color: var(--cr-cyan);
}

[data-theme="dark"] .ci-counter-item--bomb .ci-counter-countdown {
  color: var(--cr-cyan);
  text-shadow: 0 0 32px rgba(0, 240, 255, 0.4), 0 0 56px rgba(217, 70, 239, 0.2);
}

[data-theme="dark"] .ci-counter-item--bomb .ci-cd-sep {
  color: var(--cr-cyan);
}

[data-theme="dark"] .btn-ci-primary,
[data-theme="dark"] .btn-cr-primary {
  background: linear-gradient(135deg, #6d28d9, var(--cr-blue));
  box-shadow: 0 4px 32px rgba(0, 240, 255, 0.32), 0 0 50px rgba(217, 70, 239, 0.18);
}

[data-theme="dark"] .cr-svc-num {
  color: rgba(0, 240, 255, 0.12);
}

[data-theme="dark"] .ci-service-icon,
[data-theme="dark"] .cr-service-icon {
  color: var(--cr-matrix);
}

[data-theme="dark"] .ci-img-wrap::after,
[data-theme="dark"] .cr-img-wrap::after {
  background:
    linear-gradient(to top, rgba(1, 2, 3, 0.82), transparent 44%),
    var(--fa-mystery-layer);
  opacity: 0.88;
}

[data-theme="dark"] .ci-section-preco .ci-preco-visual .ci-img-wrap-fill--preco::after {
  background: var(--fa-mystery-layer);
  opacity: 1;
}

[data-theme="dark"] .cr-marquee-wrap::before {
  opacity: 0.18;
}

[data-theme="dark"] .form-ci .form-control:focus,
[data-theme="dark"] .form-ci .form-select:focus,
[data-theme="dark"] .form-cr .form-control:focus,
[data-theme="dark"] .form-cr .form-select:focus {
  border-color: var(--cr-cyan);
  box-shadow: 0 0 0 0.2rem rgba(0, 240, 255, 0.2);
}

[data-theme="dark"] .ci-alert-bar {
  border-left: 3px solid var(--cr-cyan);
  font-family: var(--cr-font-mono);
  font-size: 0.78rem;
}

[data-theme="dark"] .ci-alert-bar strong {
  color: var(--cr-cyan) !important;
}

/* Päť „bubliniek“ za kurzorom (najväčšia → najmenšia) */
.cr-cursor-trail {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* Pod obsahom sekcií (tie majú z-index: 1) — inak bodky kreslia nad textom a pri pohybe myšou „posúvajú“ riadky */
  z-index: 0;
  overflow: hidden;
}

.cr-cursor-trail-dot {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: rgba(168, 85, 247, 0.2);
  border: 1px solid rgba(0, 240, 255, 0.4);
  box-shadow: 0 0 14px rgba(0, 240, 255, 0.22);
  will-change: transform;
}

[data-theme="dark"] .cr-cursor-trail-dot {
  background: rgba(0, 240, 255, 0.18);
  border-color: rgba(217, 70, 239, 0.45);
  box-shadow: 0 0 18px rgba(0, 240, 255, 0.3), 0 0 28px rgba(217, 70, 239, 0.12);
}
