/* ═══════════════════════════════════════════════════════════════════════════
   Promo New-User — Minimal page-specific styles
   Uses site Bootstrap classes for layout, cards, buttons, badges, spacing.
   Only custom styles here are for the hero background and unique elements.
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Hero Background ───────────────────────────────────────────────────── */
.pnl-hero {
    background: #fff;
    border-bottom: 1px solid rgba(33, 52, 72, 0.08);
}

/* ── CTA description max-width ─────────────────────────────────────────── */
.pnl-cta-desc {
    max-width: 640px;
}

/* ── White border utility for hero ─────────────────────────────────────── */
.border-white-10 {
    border-color: rgba(255, 255, 255, .10) !important;
}