/* ==========================================================================
   ExploitLearn — landing-only extras (loaded on the home page only).
   Reuses the global tokens from exploit.css. Adds: binary-rain hero,
   pointer-reactive headline, section marks, minimal contact block.
   ========================================================================== */

/* ---- Binary-rain hero ---- */
.ex-hero {
    position: relative;
    min-height: 74vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 20px;
}
#binary-rain {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;                /* full-bleed, no border/radius */
}
.ex-hero > .container { position: relative; z-index: 2; }

.ex-headline {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.0;
    font-size: clamp(2.6rem, 8vw, 5.6rem);
    margin: 0 0 24px;
}
/* per-word reactive spans — color driven by JS via --wc */
.ex-headline .rx { color: var(--wc, var(--text)); transition: color .08s linear; }
.ex-headline .rx.accent { --wc: #22c55e; }

.ex-lead {
    font-size: 1.15rem;
    color: var(--text-dim);
    max-width: 58ch;
    margin: 0 0 30px;
}
.ex-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---- Section indicator glyph ---- */
.section-mark {
    font-family: var(--font-mono);
    color: var(--cyan);
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .78rem;
    margin-bottom: 14px;
}

/* ---- Minimal Telegram contact ---- */
.contact {
    text-align: center;
    padding: 56px 24px;
}
.contact h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin: 0 0 10px; }
.contact p { color: var(--text-dim); max-width: 520px; margin: 0 auto 24px; }
.contact .tg-handle {
    font-family: var(--font-mono);
    color: var(--text-faint);
    margin-top: 14px;
    letter-spacing: .04em;
}
