.mda-home-affiliate {
    padding: 34px 24px 76px;
    background: transparent;
}

.mda-promo-wrap {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.mda-promo-card {
    display: flex;
    gap: 36px;
    align-items: center;
    justify-content: space-between;
    padding: 34px 38px;
    border: 1px solid rgba(64, 211, 255, 0.72);
    border-radius: 18px;
    background:
        linear-gradient(
            135deg,
            rgba(4, 28, 44, 0.97),
            rgba(3, 53, 79, 0.92)
        );
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.mda-promo-eyebrow {
    margin-bottom: 10px;
    color: #40d3ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.mda-promo-card h2,
.mda-promo-card p {
    color: #f4f9ff !important;
    text-shadow: none !important;
}

.mda-promo-card h2 {
    margin: 0 0 12px;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
}

.mda-promo-card p {
    max-width: 720px;
    margin: 0;
    font-size: 17px;
    line-height: 1.65;
}

.mda-promo-actions {
    flex: 0 0 auto;
}

.mda-promo-button {
    display: inline-block;
    padding: 14px 24px;
    border: 1px solid #54dcff;
    border-radius: 999px;
    background: linear-gradient(
        180deg,
        #2cbcf2,
        #0074d4
    );
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(0, 116, 212, 0.3);
}

.mda-promo-button:hover,
.mda-promo-button:focus {
    background: #0b91df;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.mda-account-affiliate {
    margin-top: 24px !important;
    border: 1px solid rgba(64, 211, 255, 0.72) !important;
    border-radius: 12px !important;
    background: rgba(4, 28, 44, 0.94) !important;
}

.mda-account-affiliate h3,
.mda-account-affiliate p {
    color: #f4f9ff !important;
    text-shadow: none !important;
}

@media (max-width: 767px) {
    .mda-home-affiliate {
        padding: 20px 18px 48px;
    }

    .mda-promo-card {
        display: block;
        padding: 26px 22px;
    }

    .mda-promo-actions {
        margin-top: 24px;
    }

    .mda-promo-button {
        width: 100%;
        text-align: center;
        white-space: normal;
    }
}