/* =========================================================
   CyberShield – Gemeinsames Stylesheet
   Tron-inspiriertes Design (Cyan)
   Enthält Styles für: index.html, impressum.html,
                       datenschutz.html, loading.html
   ========================================================= */
/* =========================================================
   Lokale Webfonts
   ========================================================= */

/* --- Orbitron --- */
/* orbitron-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/orbitron/orbitron-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* orbitron-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/orbitron/orbitron-v35-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* orbitron-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/orbitron/orbitron-v35-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* orbitron-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/orbitron/orbitron-v35-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* --- Inter --- */
/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/inter/inter-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter/inter-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter/inter-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
    --tron-cyan: #00f0ff;
    --tron-cyan-dim: #00c8d6;
    --tron-orange: #ff9e00;
    --bg-dark: #05080f;
    --bg-darker: #02040a;
    --bg-card: rgba(10, 20, 35, 0.7);
    --border-glow: rgba(0, 240, 255, 0.3);
    --text-muted: #8fa3b8;
}

* { scroll-behavior: smooth; }

body {
    background-color: var(--bg-dark);
    color: #e0eaff;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, .font-tron {
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 1px;
}

/* =========================================================
   Hintergrund-Effekte
   ========================================================= */
.grid-bg {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: 
        linear-gradient(rgba(0, 240, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 240, 255, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: -2;
    pointer-events: none;
}

.bg-glow {
    position: fixed;
    top: -20%; left: 50%;
    transform: translateX(-50%);
    width: 80vw; height: 80vh;
    background: radial-gradient(circle, rgba(0, 240, 255, 0.08) 0%, transparent 70%);
    z-index: -1;
    pointer-events: none;
}

/* =========================================================
   Navbar
   ========================================================= */
.navbar {
    background: rgba(5, 8, 15, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 240, 255, 0.15);
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.navbar-brand {
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.navbar-brand span {
    color: var(--tron-cyan);
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.6);
}

.nav-link {
    color: #b8c6d9 !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin: 0 0.5rem;
    position: relative;
    transition: color 0.3s ease;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px; left: 0;
    width: 0; height: 2px;
    background: var(--tron-cyan);
    box-shadow: 0 0 8px var(--tron-cyan);
    transition: width 0.3s ease;
}

.nav-link:hover { color: var(--tron-cyan) !important; }
.nav-link:hover::after { width: 100%; }

/* =========================================================
   Buttons
   ========================================================= */
.btn-tron {
    background: transparent;
    color: var(--tron-cyan);
    border: 1.5px solid var(--tron-cyan);
    font-family: 'Orbitron', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0.7rem 2rem;
    font-size: 0.85rem;
    border-radius: 2px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-tron::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 240, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-tron:hover {
    background: rgba(0, 240, 255, 0.1);
    color: #fff;
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.5), inset 0 0 20px rgba(0, 240, 255, 0.1);
}

.btn-tron:hover::before { left: 100%; }

.btn-tron-solid {
    background: var(--tron-cyan);
    color: var(--bg-darker);
    border: 1.5px solid var(--tron-cyan);
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0.7rem 2rem;
    font-size: 0.85rem;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.btn-tron-solid:hover {
    background: transparent;
    color: var(--tron-cyan);
    box-shadow: 0 0 25px rgba(0, 240, 255, 0.6);
}

/* =========================================================
   Hero (Startseite)
   ========================================================= */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 80px;
}

.hero-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.hero-title .glow-text {
    color: var(--tron-cyan);
    text-shadow: 0 0 20px rgba(0, 240, 255, 0.6), 0 0 40px rgba(0, 240, 255, 0.3);
}

.hero-subtitle {
    color: var(--text-muted);
    font-size: 1.15rem;
    max-width: 600px;
    margin-bottom: 2rem;
    line-height: 1.7;
}

/* Tron-Badge */
.tron-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1rem;
    border: 1px solid var(--border-glow);
    border-radius: 50px;
    background: rgba(0, 240, 255, 0.05);
    color: var(--tron-cyan);
    font-size: 0.8rem;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}

.tron-badge .pulse-dot {
    width: 8px; height: 8px;
    background: var(--tron-cyan);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--tron-cyan);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
}
@media (max-width: 991.98px) {
  .hero .col-lg-6:first-child {
    text-align: center;
  }

  .hero-title {
    text-align: center;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tron-badge,
  .hero-subtitle,
  .hero .d-flex {
    justify-content: center;
  }
}
/* =========================================================
   Hero Visual – Netzwerk aus PCs und Menschen
   ========================================================= */
.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    width: 100%;
}

.hero-visual::before {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(0, 240, 255, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(20px);
    animation: pulseGlow 4s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%, 100% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.15); opacity: 1; }
}

.network-svg {
    position: relative;
    width: 100%;
    max-width: 480px;
    height: auto;
    z-index: 2;
    overflow: visible;
}

.network-line {
    stroke: rgba(0, 240, 255, 0.35);
    stroke-width: 1.5;
    fill: none;
    stroke-dasharray: 6 4;
    animation: dashFlow 3s linear infinite;
}

.network-line.dim {
    stroke: rgba(0, 240, 255, 0.15);
    stroke-dasharray: 3 6;
}

@keyframes dashFlow {
    to { stroke-dashoffset: -100; }
}

.data-packet {
    fill: var(--tron-cyan);
    filter: drop-shadow(0 0 6px var(--tron-cyan));
}

.network-node {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.network-node:hover { transform: scale(1.1); }

.node-bg {
    fill: rgba(5, 8, 15, 0.9);
    stroke: var(--tron-cyan);
    stroke-width: 1.5;
    filter: drop-shadow(0 0 8px rgba(0, 240, 255, 0.6));
    transition: all 0.3s ease;
}

.network-node:hover .node-bg {
    fill: rgba(0, 240, 255, 0.15);
    filter: drop-shadow(0 0 16px var(--tron-cyan));
}

.node-bg.center {
    stroke-width: 2;
    filter: drop-shadow(0 0 14px rgba(0, 240, 255, 0.9));
}

.node-icon {
    fill: var(--tron-cyan);
    filter: drop-shadow(0 0 4px rgba(0, 240, 255, 0.8));
}

.center-pulse {
    fill: none;
    stroke: var(--tron-cyan);
    stroke-width: 1;
    opacity: 0;
    transform-origin: 240px 240px;
    animation: centerPulse 3s ease-out infinite;
}

@keyframes centerPulse {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(2.2); opacity: 0; }
}

.floating-dot {
    fill: var(--tron-cyan);
    opacity: 0.6;
    filter: drop-shadow(0 0 4px var(--tron-cyan));
    animation: floatDot 5s ease-in-out infinite;
}

@keyframes floatDot {
    0%, 100% { transform: translateY(0); opacity: 0.4; }
    50% { transform: translateY(-8px); opacity: 0.9; }
}

/* =========================================================
   Sections (allgemein)
   ========================================================= */
section {
    padding: 6rem 0;
    position: relative;
}

.section-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.section-title span { color: var(--tron-cyan); }

.section-subtitle {
    color: var(--text-muted);
    max-width: 650px;
    margin: 0 auto 3rem;
    text-align: center;
}

.section-divider {
    width: 80px;
    height: 2px;
    background: var(--tron-cyan);
    box-shadow: 0 0 15px var(--tron-cyan);
    margin: 1rem auto 2rem;
}

/* =========================================================
   Service Cards
   ========================================================= */
.service-card {
    background: var(--bg-card);
    border: 1px solid rgba(0, 240, 255, 0.15);
    border-radius: 4px;
    padding: 2.5rem 2rem;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 2px;
    background: linear-gradient(90deg, transparent, var(--tron-cyan), transparent);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.service-card:hover {
    border-color: rgba(0, 240, 255, 0.5);
    box-shadow: 0 0 30px rgba(0, 240, 255, 0.15);
    transform: translateY(-8px);
}

.service-card:hover::before { transform: scaleX(1); }

.service-icon {
    font-size: 2.5rem;
    color: var(--tron-cyan);
    margin-bottom: 1.5rem;
    display: inline-block;
    text-shadow: 0 0 20px rgba(0, 240, 255, 0.5);
}

.service-card h4 {
    font-size: 1.15rem;
    margin-bottom: 1rem;
    color: #fff;
}

.service-card p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

/* =========================================================
   Stats
   ========================================================= */
.stats-section {
    background: linear-gradient(180deg, transparent, rgba(0, 240, 255, 0.03), transparent);
    border-top: 1px solid rgba(0, 240, 255, 0.1);
    border-bottom: 1px solid rgba(0, 240, 255, 0.1);
}

.stat-item {
    text-align: center;
    padding: 1.5rem;
}

.stat-number {
    font-family: 'Orbitron', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: var(--tron-cyan);
    text-shadow: 0 0 20px rgba(0, 240, 255, 0.5);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: var(--text-muted);
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 2px;
}

/* =========================================================
   Features (About)
   ========================================================= */
.feature-item {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 1.8rem;
}

.feature-check {
    flex-shrink: 0;
    width: 40px; height: 40px;
    border: 1px solid var(--tron-cyan);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tron-cyan);
    font-size: 1.2rem;
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.2);
}

.feature-item h5 {
    font-size: 1.05rem;
    margin-bottom: 0.3rem;
    color: #fff;
}

.feature-item p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.6;
}

/* =========================================================
   Terminal
   ========================================================= */
.terminal-window {
    background: rgba(2, 4, 10, 0.9);
    border: 1px solid rgba(0, 240, 255, 0.3);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(0, 240, 255, 0.1);
    font-family: 'Courier New', monospace;
}

.terminal-header {
    background: rgba(0, 240, 255, 0.08);
    padding: 0.7rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 1px solid rgba(0, 240, 255, 0.2);
}

.terminal-dot {
    width: 12px; height: 12px;
    border-radius: 50%;
    background: #ff5f56;
}

.terminal-dot:nth-child(2) { background: #ffbd2e; }
.terminal-dot:nth-child(3) { background: #27c93f; }

.terminal-title {
    color: var(--text-muted);
    font-size: 0.8rem;
    margin-left: 0.5rem;
    font-family: 'Orbitron', sans-serif;
}

.terminal-body {
    padding: 1.5rem;
    font-size: 0.9rem;
    line-height: 1.8;
}

.terminal-line { margin-bottom: 0.3rem; }
.t-prompt { color: var(--tron-cyan); }
.t-cmd { color: #fff; }
.t-success { color: #27c93f; }
.t-warn { color: var(--tron-orange); }
.t-muted { color: var(--text-muted); }

.cursor-blink {
    display: inline-block;
    width: 8px; height: 16px;
    background: var(--tron-cyan);
    animation: blink 1s infinite;
    vertical-align: middle;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

/* =========================================================
   CTA
   ========================================================= */
.cta-section {
    background: radial-gradient(circle at center, rgba(0, 240, 255, 0.08) 0%, transparent 70%);
    border-top: 1px solid rgba(0, 240, 255, 0.15);
    border-bottom: 1px solid rgba(0, 240, 255, 0.15);
    text-align: center;
}

/* =========================================================
   Legal Pages (Impressum / Datenschutz)
   ========================================================= */
.legal-header {
    padding: 10rem 0 3rem;
    text-align: center;
    position: relative;
}

.legal-header h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.legal-header h1 span {
    color: var(--tron-cyan);
    text-shadow: 0 0 20px rgba(0, 240, 255, 0.6);
}

.legal-header .breadcrumb-nav {
    color: var(--text-muted);
    font-size: 0.85rem;
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.legal-header .breadcrumb-nav a {
    color: var(--tron-cyan);
    text-decoration: none;
}

.legal-header .breadcrumb-nav a:hover {
    text-shadow: 0 0 10px var(--tron-cyan);
}

.legal-content { padding: 2rem 0 6rem; }

.legal-card {
    background: var(--bg-card);
    border: 1px solid rgba(0, 240, 255, 0.15);
    border-radius: 4px;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.legal-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 2px;
    background: linear-gradient(90deg, transparent, var(--tron-cyan), transparent);
}

.legal-card h2 {
    font-size: 1.3rem;
    color: #fff;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(0, 240, 255, 0.2);
}

.legal-card h2:first-of-type { margin-top: 0; }

.legal-card h2::before {
    content: '▸ ';
    color: var(--tron-cyan);
    text-shadow: 0 0 8px var(--tron-cyan);
}

.legal-card h3 {
    font-size: 1rem;
    color: var(--tron-cyan);
    margin-top: 1.5rem;
    margin-bottom: 0.7rem;
}

.legal-card p {
    color: #c4d2e3;
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.legal-card ul {
    color: #c4d2e3;
    line-height: 1.9;
    font-size: 0.95rem;
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}

.legal-card ul li::marker { color: var(--tron-cyan); }

.legal-card a {
    color: var(--tron-cyan);
    text-decoration: none;
    transition: all 0.3s ease;
}

.legal-card a:hover {
    text-shadow: 0 0 10px var(--tron-cyan);
    text-decoration: underline;
}

.legal-card strong { color: #fff; }

.info-block {
    background: rgba(0, 240, 255, 0.04);
    border-left: 3px solid var(--tron-cyan);
    padding: 1.2rem 1.5rem;
    margin: 1.5rem 0;
    border-radius: 0 4px 4px 0;
}

.info-block p { margin: 0; }
.info-block p + p { margin-top: 0.5rem; }

/* =========================================================
   Platzhalterseite (loading.html)
   ========================================================= */
.placeholder-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 4rem;
    position: relative;
}

.loading-wrapper {
    text-align: center;
}

.loading-text {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.15em;
    line-height: 1;
}

.loading-text .word {
    color: var(--tron-cyan);
    text-shadow: 0 0 20px rgba(0, 240, 255, 0.6), 0 0 40px rgba(0, 240, 255, 0.3);
}

/* Drei wandernde Punkte */
.loading-dots {
    display: inline-flex;
    align-items: flex-end;
    gap: 0.15em;
    height: 1em;
    margin-left: 0.05em;
}

.loading-dots .dot {
    display: inline-block;
    width: 0.18em;
    height: 0.18em;
    background: var(--tron-cyan);
    border-radius: 50%;
    box-shadow: 0 0 12px var(--tron-cyan), 0 0 24px rgba(0, 240, 255, 0.5);
    animation: dotBounce 1.4s ease-in-out infinite;
}

.loading-dots .dot:nth-child(1) { animation-delay: 0s; }
.loading-dots .dot:nth-child(2) { animation-delay: 0.2s; }
.loading-dots .dot:nth-child(3) { animation-delay: 0.4s; }

@keyframes dotBounce {
    0%, 60%, 100% {
        transform: translateY(0);
        opacity: 0.5;
    }
    30% {
        transform: translateY(-0.5em);
        opacity: 1;
        box-shadow: 0 0 20px var(--tron-cyan), 0 0 40px rgba(0, 240, 255, 0.7);
    }
}

.loading-subtitle {
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 550px;
    margin: 0 auto 2.5rem;
}

/* Progress-Bar */
.tron-progress {
    width: 100%;
    max-width: 400px;
    height: 4px;
    background: rgba(0, 240, 255, 0.1);
    border-radius: 2px;
    margin: 0 auto 1.5rem;
    position: relative;
    overflow: hidden;
}

.tron-progress-bar {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 40%;
    background: linear-gradient(90deg, transparent, var(--tron-cyan), transparent);
    box-shadow: 0 0 15px var(--tron-cyan);
    animation: progressSlide 2s ease-in-out infinite;
}

@keyframes progressSlide {
    0% { left: -40%; }
    100% { left: 100%; }
}

/* Info-Zeile */
.loading-info {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    color: var(--text-muted);
    font-family: 'Orbitron', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 1rem;
}

.loading-info span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.loading-info i {
    color: var(--tron-cyan);
    font-size: 0.9rem;
}

.status-blink {
    animation: statusBlink 2s ease-in-out infinite;
}

@keyframes statusBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

/* =========================================================
   Footer
   ========================================================= */
footer {
    background: var(--bg-darker);
    border-top: 1px solid rgba(0, 240, 255, 0.15);
    padding: 3rem 0 1.5rem;
}

.footer-brand {
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.footer-brand span { color: var(--tron-cyan); }

.footer-text {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.7;
}

.footer-link {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.6rem;
    transition: color 0.3s ease;
}

.footer-link:hover { color: var(--tron-cyan); }

.social-icon {
    width: 40px; height: 40px;
    border: 1px solid rgba(0, 240, 255, 0.3);
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--tron-cyan);
    margin-right: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    background: rgba(0, 240, 255, 0.1);
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.4);
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(0, 240, 255, 0.1);
    padding-top: 1.5rem;
    margin-top: 2rem;
    color: var(--text-muted);
    font-size: 0.85rem;
}

  /* === Footer minimal === */
        footer {
            background: var(--bg-darker);
            border-top: 1px solid rgba(0, 240, 255, 0.15);
            padding: 1.5rem 0;
            text-align: center;
        }

        .footer-brand {
            font-family: 'Orbitron', sans-serif;
            font-weight: 700;
            font-size: 1rem;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .footer-brand span { color: var(--tron-cyan); }

        .footer-text {
            color: var(--text-muted);
            font-size: 0.8rem;
            margin: 0.5rem 0 0 0;
        }

        .footer-text a {
            color: var(--tron-cyan);
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .footer-text a:hover {
            text-shadow: 0 0 10px var(--tron-cyan);
        }

        /* === Responsive === */
        @media (max-width: 991px) {
            .hero-visual {
                min-height: 380px;
                margin-top: 2rem;
            }
            .network-svg { max-width: 360px; }
            .loading-wrapper { text-align: center; }
            .loading-text { justify-content: center; }
        }

        @media (max-width: 576px) {
            .hero-visual { min-height: 300px; }
            .network-svg { max-width: 280px; }
            .loading-text { letter-spacing: 2px; }
        }

        /* Reduzierte Bewegung respektieren */
        @media (prefers-reduced-motion: reduce) {
            .data-packet,
            .network-line,
            .center-pulse,
            .floating-dot,
            .loading-dots .dot,
            .tron-progress-bar,
            .hero-visual::before,
            .status-blink {
                animation: none !important;
            }
        }

/* =========================================================
   Fade-in (Scroll-Animation)
   ========================================================= */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 991px) {
    .hero-visual {
        min-height: 380px;
        margin-top: 3rem;
    }
    .network-svg { max-width: 360px; }

    .loading-wrapper { text-align: center; }
    .loading-text { justify-content: center; }
}

@media (max-width: 576px) {
    section { padding: 4rem 0; }
    .stat-number { font-size: 2.2rem; }
    .hero-visual { min-height: 300px; }
    .network-svg { max-width: 280px; }
    .loading-text { letter-spacing: 2px; }
}

/* Reduzierte Bewegung respektieren */
@media (prefers-reduced-motion: reduce) {
    .data-packet, .network-line, .center-pulse,
    .floating-dot, .hero-visual::before, .cursor-blink,
    .tron-badge .pulse-dot,
    .loading-dots .dot, .tron-progress-bar,
    .status-blink {
        animation: none !important;
    }
}