/* neodj.net — Modernisierungs-Schicht ÜBER shop.css.
   Behält das „Prism Instrument"-Designsystem bei, modernisiert nur das Layout:
   mehr Luft, Karten statt Hairline-Grid, Glow/Tick-Rahmen, Showcase-Bänder,
   Scroll-Reveal. Keine neuen Farben/Fonts — alles über bestehende Tokens. */

/* ---- NeoDJ-Akzent auf das Designsystem ---- */
:root { --accent: #12b6ff; --app-accent: #12b6ff; --neodj: #12b6ff; --accent-ink: #04222f; }

/* ---- Header: am oberen Rand solide, beim Scrollen Glas ---- */
.sh-header { transition: background .25s ease, backdrop-filter .25s ease, border-color .25s ease; }
.sh-header.nd-scrolled { background: rgba(6,7,10,.72); backdrop-filter: saturate(1.4) blur(12px); border-bottom-color: var(--line-2); }

/* ---- Mehr Rhythmus/Luft auf großen Screens ---- */
@media (min-width: 941px) {
    .sh-section { padding: 86px 0; }
    .sh-hero { padding: 92px 0 60px; }
}

/* ---- Hero: sanfter Akzent-Glow hinter dem Monitor + größere Tiefe ---- */
.nd-hero-media { position: relative; }
.nd-hero-media::before {
    content: ""; position: absolute; inset: -10% -6% -14% -6%; z-index: 0; pointer-events: none;
    background: radial-gradient(58% 58% at 64% 42%, color-mix(in srgb, var(--accent) 34%, transparent), transparent 72%);
    filter: blur(52px);
}
.nd-hero-media .sh-monitor { position: relative; z-index: 1; box-shadow: 0 40px 90px -30px rgba(0,0,0,.8), var(--shadow); }
.nd-hero-media .sh-monitor:hover { transform: translateY(-3px); transition: transform .3s var(--ease, ease); }

/* Scope-Strip im Hero (Analyzer-Optik des Designsystems) */
.nd-scope-row { display: flex; align-items: center; gap: 14px; margin-top: 30px; max-width: 46ch; }
.nd-scope-row .sh-scope { flex: 1; }
.nd-scope-row span { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }

/* ---- Funktionen: von Hairline-Grid zu modernen Karten ---- */
#features .sh-feat-grid { background: transparent; border: 0; gap: 16px; overflow: visible; margin-top: 34px; }
#features .sh-feat {
    border: 1px solid var(--line); border-radius: 14px; padding: 26px 24px;
    background: linear-gradient(180deg, var(--panel), var(--bg-1));
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
#features .sh-feat:hover {
    transform: translateY(-4px); border-color: color-mix(in srgb, var(--accent) 45%, var(--line-2));
    box-shadow: 0 22px 50px -20px rgba(0,0,0,.7), 0 0 0 1px color-mix(in srgb, var(--accent) 18%, transparent);
}
#features .sh-feat h3::before { width: 30px; height: 3px; }

/* ---- Showcase-Bänder (bestehendes .sh-promo, mit Monitor-Rahmen) ---- */
.nd-showcase .sh-promo-media .sh-monitor { padding: 10px; }
.nd-showcase .sh-promo-media { position: relative; }
.nd-showcase .sh-promo-media::before {
    content: ""; position: absolute; inset: -8%; z-index: 0; pointer-events: none;
    background: radial-gradient(56% 56% at 50% 46%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 72%);
    filter: blur(48px);
}
.nd-showcase .sh-monitor { position: relative; z-index: 1; }
.nd-showcase .sh-monitor video, .nd-showcase .sh-monitor img { width: 100%; height: auto; border-radius: 4px; display: block; background: #000; }

/* ---- Features (VirtualDJ-Stil: alternierende Bild/Text-Bänder mit Bullet-Liste) ---- */
.nd-features-head { text-align: center; max-width: 72ch; margin: 0 auto; }
.nd-features-head .sh-section-title { font-size: clamp(2.1rem, 4.4vw, 3.2rem); margin-top: 12px; }
.nd-features-head .sh-section-sub { margin-left: auto; margin-right: auto; }
#features { padding-top: 66px; }
@media (min-width: 941px) { #features { padding-top: 88px; } }

.nd-band { padding: 60px 0; }
@media (min-width: 941px) { .nd-band { padding: 80px 0; } }
.nd-band-alt { background: var(--bg-1); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.nd-band .sh-promo-lead { max-width: 52ch; }
.nd-band.rev .sh-promo-media { order: -1; }               /* Bild nach links */
.nd-band-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 11px; }
.nd-band-list li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--ink); }
.nd-band-list svg { width: 19px; height: 19px; flex: none; margin-top: 2px; color: var(--accent); }
@media (max-width: 940px) { .nd-band.rev .sh-promo-media { order: 0; } }

/* ---- Trust-Reihe ---- */
.nd-trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-1); }
.nd-trust .sh-container { padding-top: 40px; padding-bottom: 40px; }

/* ---- Gallery: zwei volle Screenshots nebeneinander, dezenter Rahmen ---- */
.sh-gallery figure { border-radius: 12px; }
.sh-gallery figure:hover { border-color: var(--line-2); }

/* ---- Section-Divider im Spektrum-Look ---- */
.nd-divider { height: 2px; border: 0; margin: 0; background: var(--spectrum); opacity: .5; }

/* ---- Preis-Karten: etwas mehr Prägnanz ---- */
.sh-price-card { border-radius: 14px; }
.sh-price-card.feature { transform: translateY(-2px); }

/* ---- Reveal-Fallback ohne JS: nichts verstecken (shop.css blendet nur mit .op-reveal ein) ---- */
.no-js .op-reveal { opacity: 1 !important; transform: none !important; }

@media (max-width: 940px) {
    .nd-hero-media::before { inset: -6% 0; }
    .nd-scope-row { max-width: none; }
}
