.elementor-3850 .elementor-element.elementor-element-87b1db9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:-74px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3850 .elementor-element.elementor-element-87b1db9:not(.elementor-motion-effects-element-type-background), .elementor-3850 .elementor-element.elementor-element-87b1db9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(min-width:768px){.elementor-3850 .elementor-element.elementor-element-87b1db9{--content-width:800px;}}/* Start custom CSS for container, class: .elementor-element-87b1db9 *//* Page Wrapper */
.referral-page {
    text-align: center;
    padding: 60px 20px;
    max-width: 900px;
    margin: auto;
}

/* Badge */
.mojo-badge {
    display: inline-block;
    padding: 6px 18px;
    background: #1a1a1a;
    border-radius: 20px;
    color: #dcdcdc;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

/* Main Title */
.mojo-title {
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 12px;
}

/* Highlighted Gradient Text */
.reward-gradient {
    background: linear-gradient(90deg, #ff0049, #ff8a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

/* Subtitle */
.subtitle {
    color: #d5d5d5;
    margin-bottom: 35px;
    font-size: 16px;
}

/* Button Container */
.referral-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

/* WhatsApp Button */
.btn-whatsapp {
    background: #25d366;
    color: #000;
    padding: 15px 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s;
}
.btn-whatsapp:hover {
    background: #1ebe57;
}

/* Form Button */
.btn-form {
    background: #6a5cff;
    color: #fff;
    padding: 15px 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}
.btn-form:hover {
    background: #574ee0;
}

/* Sticky Rules */
.rules-box {
    background: #111;
    padding: 30px;
    border-radius: 14px;
    max-width: 700px;
    margin: 0 auto;
    position: sticky;
    top: 100px;
    z-index: 5;
    margin-top: 80px;
    margin-bottom: 80px;
}
.rules-box h2 {
    color: #fff;
    margin-bottom: 15px;
}
.rules-box ul {
    text-align: left;
    color: #dcdcdc;
    line-height: 1.7;
    font-size: 14px; /* ← NEW SIZE */
}

/* Hidden Form Box */
.form-box {
    background: #111;
    padding: 30px;
    border-radius: 14px;
    max-width: 700px;
    margin: 0 auto 50px auto;
    display: none;
}
.form-box h3 {
    color: #fff;
}
.form-box p {
    color: #bfbfbf;
}

/* Mobile Fix */
@media (max-width: 600px) {
    .referral-buttons {
        flex-direction: column;
    }
    .btn-whatsapp,
    .btn-form {
        width: 100%;
    }
}/* End custom CSS */