/* ============================================================
   blueprint-pages.css  ·  Blueprint-Designlinie für die
   Beratungs-/Unternehmens-/Referenz-/Kontakt-Seiten.
   Präfix: bpx-  (blueprint-extra). Eigenständige Datei —
   greift NICHT in geteilte Bestands-CSS ein.
   Referenz-Idiome: endpoint-protection.html / managed-firewall.html
   Stand: 2026-07-09
   ============================================================ */

/* ---------- Wire-Hero (dunkel, Punktraster, Lichtimpulse) ---------- */
.bpx-hero {
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.07) 1px, transparent 1.6px) 0 0 / 22px 22px,
        linear-gradient(135deg, #2c2c2c 0%, #3d3d3d 100%);
}
.bpx-hero-kicker {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 1.1rem;
}
.bpx-hero-wires {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    pointer-events: none;
}
.bpx-hero-wire {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    display: block;
    background: rgba(255, 255, 255, 0.07);
}
.bpx-hero-wire::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 160px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.75), transparent);
    box-shadow: 0 0 14px 1px rgba(255, 255, 255, 0.25);
    transform: translateX(-180px);
    animation: bpxBeam 7s linear infinite;
    will-change: transform;
}
.bpx-hero-wire:nth-child(2)::after { animation-delay: 2.3s; }
.bpx-hero-wire:nth-child(3)::after { animation-delay: 4.6s; }
@keyframes bpxBeam {
    0%   { transform: translateX(-160px); }
    45%  { transform: translateX(calc(100vw + 40px)); }
    100% { transform: translateX(calc(100vw + 40px)); }
}
.bpx-hero-ctas {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

/* ---------- Sektions-Kicker & Titel ---------- */
.bpx-kicker {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #9ca3af;
    display: block;
    text-align: center;
    margin-bottom: 0.9rem;
}
.bpx-title {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: -1px;
    text-align: center;
    color: #2c2c2c;
    margin: 0 0 1rem;
    line-height: 1.15;
}
.bpx-subtitle {
    font-size: 1.15rem;
    font-weight: 300;
    text-align: center;
    color: #666;
    max-width: 720px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

/* ---------- Nummerierte Tiles (flach, Hairline + 42-px-Akzent) ---------- */
.bpx-tiles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2.2rem 2.5rem;
    max-width: 1100px;
    margin: 0 auto;
}
.bpx-tile {
    border-top: 1px solid #d3dae0;
    padding-top: 1.2rem;
    position: relative;
    text-align: left;
}
.bpx-tile::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 42px;
    height: 1px;
    background: #2c2c2c;
}
.bpx-tile-index {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    color: #9ca3af;
    display: block;
    margin-bottom: 0.6rem;
}
.bpx-tile h4 {
    font-size: 1.08rem;
    font-weight: 600;
    color: #2c2c2c;
    margin: 0 0 0.5rem;
}
.bpx-tile p {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

/* ---------- Split: Schema + Text (ersetzt product-layout) ---------- */
.bpx-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto 4.5rem;
}
.bpx-split:last-child { margin-bottom: 0; }
.bpx-split-text .bpx-badge { margin-bottom: 0.8rem; }
.bpx-split-text h3 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #2c2c2c;
    margin: 0 0 1rem;
    line-height: 1.25;
}
.bpx-split-text p {
    font-size: 0.98rem;
    color: #555;
    line-height: 1.8;
    margin: 0 0 1rem;
}
.bpx-split-text a.bpx-inline { color: #2c2c2c; text-decoration: underline; }
/* Desktop: --rev spiegelt die Spalten (Text im Quelltext IMMER zuerst → mobil text-first) */
@media (min-width: 861px) {
    .bpx-split--rev { direction: rtl; }
    .bpx-split--rev > * { direction: ltr; }
}

/* Mono-Badge über einem Split-Titel */
.bpx-badge {
    display: inline-block;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.66rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #9ca3af;
}

/* ---------- Schema-Rahmen + SVG-Tokens ---------- */
.bpx-frame {
    border: 1px solid #e6eaee;
    border-radius: 12px;
    background: #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.bpx-svg { display: block; width: 100%; height: auto; }
.bpx-wire { stroke: #d3dae0; stroke-width: 1.5; fill: none; }
.bpx-wire-dash { stroke: #b8c0c8; stroke-width: 1.5; fill: none; stroke-dasharray: 5 4; }
.bpx-node { fill: #ffffff; stroke: #2c2c2c; stroke-width: 1.5; }
.bpx-node-dark { fill: #2c2c2c; stroke: #2c2c2c; stroke-width: 1.5; }
.bpx-node-soft { fill: #f8f9fa; stroke: #d3dae0; stroke-width: 1.5; }
.bpx-node-t {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 10.5px; letter-spacing: 1px; font-weight: 700; fill: #2c2c2c;
}
.bpx-node-s {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 8.5px; letter-spacing: 1.2px; fill: #9ca3af;
}
.bpx-node-t.on-dark { fill: #ffffff; }
.bpx-node-s.on-dark { fill: rgba(255, 255, 255, 0.6); }
.bpx-glyph { fill: none; stroke: #2c2c2c; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.bpx-glyph.on-dark { stroke: #ffffff; }
.bpx-led { fill: #2e7d32; }        /* NUR ok/aktiv */
.bpx-svg-cap {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 9px; letter-spacing: 1.4px; fill: #9ca3af; text-transform: uppercase;
}

/* ---------- Anthrazit-Checkliste (ersetzt ✓ feature-grid) ---------- */
.bpx-checks {
    list-style: none;
    margin: 1.4rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem 1.6rem;
}
.bpx-checks li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: #2c2c2c;
    line-height: 1.4;
}
.bpx-checks li::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 0.28em;
    width: 7px;
    height: 11px;
    border-right: 1.6px solid #2c2c2c;
    border-bottom: 1.6px solid #2c2c2c;
    transform: rotate(45deg);
}
.bpx-checks li span {
    display: block;
    font-weight: 400;
    font-size: 0.82rem;
    color: #6b7280;
    padding-top: 0.1rem;
}

/* ---------- Weiße Cross-Link-Karten ---------- */
.bpx-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    max-width: 1100px;
    margin: 0 auto;
}
.bpx-card {
    background: #fff;
    border: 1px solid #e6eaee;
    border-radius: 12px;
    padding: 1.8rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    position: relative;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.bpx-card:hover { border-color: #2c2c2c; box-shadow: 0 5px 18px rgba(0, 0, 0, 0.07); }
.bpx-card-index {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.68rem; letter-spacing: 0.14em; color: #9ca3af; display: block; margin-bottom: 0.5rem;
}
.bpx-card h4 { font-size: 1.15rem; font-weight: 600; color: #2c2c2c; margin: 0 0 0.6rem; }
.bpx-card p { font-size: 0.92rem; color: #6b7280; line-height: 1.65; margin: 0 0 1rem; }
.bpx-card a { color: #2c2c2c; text-decoration: underline; font-weight: 600; font-size: 0.92rem; }

/* ---------- Dunkle CTA-Box (Punktraster) ---------- */
.bpx-cta {
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.06) 1px, transparent 1.6px) 0 0 / 22px 22px,
        linear-gradient(135deg, #2c2c2c 0%, #444 100%);
    color: #fff;
    padding: 48px 40px;
    border-radius: 8px;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}
.bpx-cta h2 { font-size: 1.9rem; font-weight: 500; margin: 0 0 15px; color: #fff; }
.bpx-cta p {
    font-size: 1.08rem; line-height: 1.8; margin: 0 auto 25px; opacity: 0.95; max-width: 760px;
}
.bpx-cta-ctas { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }

/* ---------- Stat-Band (Kennzahlen, flach) ---------- */
.bpx-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0;
    max-width: 1000px;
    margin: 0 auto;
    border-top: 1px solid #e6eaee;
}
.bpx-stat {
    padding: 1.6rem 1.2rem;
    border-bottom: 1px solid #e6eaee;
    border-right: 1px solid #e6eaee;
    text-align: center;
}
.bpx-stat:last-child { border-right: none; }
.bpx-stat-num { font-size: 2rem; font-weight: 300; color: #2c2c2c; line-height: 1; }
.bpx-stat-label {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; color: #9ca3af;
    margin-top: 0.6rem; display: block;
}

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
    .bpx-split { grid-template-columns: 1fr; gap: 2rem; margin-bottom: 3.2rem; }
    .bpx-title { font-size: 2rem; }
    .bpx-stat:nth-child(even) { border-right: none; }
}
@media (max-width: 480px) {
    .bpx-checks { grid-template-columns: 1fr; }
    .bpx-cta { padding: 36px 22px; }
    .bpx-cta h2 { font-size: 1.55rem; }
}

/* ---------- Reduced Motion & Mobile-Hero-Wires ---------- */
@media (prefers-reduced-motion: reduce) {
    .bpx-hero-wire::after { animation: none; opacity: 0; }
}
@media (max-width: 768px) {
    .bpx-hero-wires { display: none; }
}
