/* balloon_register.css – nevezési oldal (sötét téma; a közös balloon_theme.css-re épül) */

.balloon-form-section {
    padding: 3.5rem 1rem 4rem;
}

.balloon-spots-badge {
    display: inline-block;
    background: rgba(255, 193, 7, 0.12);
    color: #ffc107;
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 50px;
    padding: 0.35rem 1rem;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.balloon-success-icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #ffc107;
    color: #16191c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
}

/* Adatvédelmi jelölőnégyzet doboza sötét háttéren */
.balloon-consent {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1rem 1.15rem;
}

.balloon-consent a {
    color: #ffc107;
}
