/* h2glow.html — extracted internal + inline styles */
    /* Self-contained App Store / Google Play buttons (no external icon URL) */
    .btn-gplay, .btn-appstore { display: inline-flex; align-items: center; gap: .55rem; background: #12161c;
        color: #fff !important; padding: .5rem 1.15rem; border-radius: .75rem; text-decoration: none;
        line-height: 1; border-bottom: none; box-shadow: 0 .45rem 1.1rem rgba(18, 22, 28, .22);
        transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
    .btn-gplay:hover, .btn-appstore:hover { transform: translateY(-2px); background: #000; color: #fff;
        box-shadow: 0 .75rem 1.6rem rgba(18, 22, 28, .3); }
    .btn-gplay__logo, .btn-appstore__logo { width: 1.5rem; height: 1.5rem; flex: 0 0 auto; }
    .btn-gplay__txt { display: flex; flex-direction: column; align-items: flex-start; }
    .btn-gplay__txt small { font-size: .56rem; letter-spacing: .1em; text-transform: uppercase;
        opacity: .82; margin-bottom: 1px; }
    .btn-gplay__txt b { font-size: .9rem; font-weight: 600; }

.gen-1 { bottom: -60%; right: 10%; }
.gen-2 { top: -40%; left: -5%; }
