.elementor-2909 .elementor-element.elementor-element-955d839{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a055acf */<style>
    /* 1. DE BASIS: High-tech uitstraling & Lettertype */
    @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;700;900&display=swap');

    .rb-socios-page {
        background-color: #050505;
        font-family: 'Outfit', sans-serif;
        color: #ffffff;
        padding: 40px 20px;
    }

    /* 2. DE TITELS: Agressieve, snelle racing-stijl */
    /* Dit zorgt voor de schuine, dikke letters zoals in 'THE SOCIO EXPERIENCE' */
    .rb-socios-page h1, 
    .rb-socios-page h2, 
    .rb-membership-card h2 {
        font-weight: 900;
        text-transform: uppercase;
        font-style: italic;
        letter-spacing: -1px;
        color: #c79a2b; /* Goud/Geel accent uit je logo */
        margin-bottom: 20px;
    }

    /* De rode kleine tekst boven titels (Kickers) */
    .rb-section-kicker {
        color: #e11d2e;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 800;
        font-size: 0.7rem;
        display: block;
        margin-bottom: 10px;
    }

    /* 3. DE CARDS: De 'Gouden' Membership Box */
    /* Dit stylet het centrale blok van €35 met de gloed eromheen */
    .rb-membership-card {
        background: rgba(13, 13, 13, 0.9);
        border: 2px solid #c79a2b; /* Gouden rand */
        border-radius: 20px;
        padding: 40px;
        box-shadow: 0 0 40px rgba(199, 154, 43, 0.2); /* Subtiele gouden gloed */
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
    }

    .rb-membership-price {
        color: #c79a2b;
        font-size: 4rem;
        font-weight: 900;
        margin: 20px 0;
        display: block;
    }

    /* De 'Join' knop onderaan de card */
    .rb-socios-btn-primary {
        background: linear-gradient(135deg, #e11d2e 0%, #8b121c 100%);
        color: white;
        padding: 18px 35px;
        border-radius: 6px;
        font-weight: 900;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        transition: transform 0.2s ease;
    }

    .rb-socios-btn-primary:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(225, 29, 46, 0.4);
    }
</style>/* End custom CSS */