#blw-wheel-wrapper {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,.10);
    direction: rtl;
}

.blw-header h2 {
    margin-bottom: 10px;
    font-size: 30px;
}

.blw-chances {
    margin-bottom: 25px;
    font-size: 18px;
}

.blw-wheel-container {
    position: relative;
    width: 500px;
    max-width: 100%;
    margin: auto;
}

#blw-wheel {
    width: 100%;
    height: auto;
    display: block;
}

.blw-pointer {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    font-size: 40px;
    line-height: 1;
}

.blw-spin-button {
    margin-top: 25px;
    padding: 15px 35px;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
}

.blw-result {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
}

.blw-login-required {
    max-width: 600px;
    margin: 30px auto;
    padding: 25px;
    text-align: center;
    border-radius: 15px;
    background: #f7f7f7;
    direction: rtl;
}
.blw-coupon-result {
    margin-top: 18px;
    padding: 16px 18px;
    background: linear-gradient(135deg, #fff5f5, #ffffff);
    border: 2px dashed #e63946;
    border-radius: 14px;
    font-size: 16px;
    line-height: 1.9;
    direction: rtl;
    box-shadow: 0 5px 18px rgba(0,0,0,.08);
}

.blw-coupon-result strong {
    display: inline-block;
    margin-right: 6px;
    font-size: 21px;
    letter-spacing: 1px;
    direction: ltr;
    color: #e63946;
}

.blw-coupon-result #blw-copy-coupon {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 10px 16px;
    border: 0;
    border-radius: 10px;
    background: #e63946;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s ease;
}

.blw-coupon-result #blw-copy-coupon:hover {
    opacity: .9;
    transform: translateY(-1px);
}

.blw-campaign-banner {
    margin: 0 auto 20px;
    padding: 24px 20px;
    border-radius: 18px;
    background: linear-gradient(135deg, #e63946, #c1121f);
    color: #fff;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    direction: rtl;
}

.blw-campaign-title {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 10px;
}

.blw-campaign-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.9;
}

.blw-campaign-rules {
    margin: 0 auto 22px;
    padding: 18px 20px;
    border: 1px solid #eee;
    border-radius: 16px;
    background: #fff;
    direction: rtl;
    text-align: right;
    box-shadow: 0 5px 20px rgba(0,0,0,.06);
}

.blw-campaign-rules strong {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.blw-campaign-rules ul {
    margin: 0;
    padding-right: 22px;
}

.blw-campaign-rules li {
    margin-bottom: 7px;
    line-height: 1.8;
}

@media (max-width: 600px) {
    .blw-campaign-title {
        font-size: 21px;
    }

    .blw-campaign-text {
        font-size: 14px;
    }

    .blw-campaign-banner {
        padding: 20px 15px;
    }
}


/* دکمه حرفه‌ای چرخاندن گردونه */
.blw-spin-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
    padding: 15px 42px;
    min-width: 230px;
    border: 0;
    border-radius: 50px;
    background: linear-gradient(135deg, #e63946, #c1121f);
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: .2px;
    cursor: pointer;
    box-shadow:
        0 8px 20px rgba(193, 18, 31, .28),
        inset 0 1px 0 rgba(255,255,255,.25);
    transition: all .25s ease;
    overflow: hidden;
}

.blw-spin-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 70%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.35),
        transparent
    );
    transform: skewX(-20deg);
    transition: left .6s ease;
}

.blw-spin-button:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow:
        0 12px 28px rgba(193, 18, 31, .38),
        inset 0 1px 0 rgba(255,255,255,.3);
}

.blw-spin-button:hover::before {
    left: 130%;
}

.blw-spin-button:active {
    transform: translateY(1px) scale(.98);
}

.blw-spin-button:disabled {
    opacity: .55;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

@media (max-width: 600px) {
    .blw-spin-button {
        width: 100%;
        min-width: 0;
        padding: 14px 25px;
        font-size: 17px;
    }
}


/* ===== Luxury Spin Button ===== */

.blw-spin-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 270px;
    height: 62px;
    margin-top: 28px;
    padding: 0 28px;
    border: 2px solid rgba(255,255,255,.65);
    border-radius: 999px;
    background:
        linear-gradient(135deg, #ff4d5a 0%, #e63946 45%, #b5172a 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .2px;
    cursor: pointer;
    overflow: hidden;
    isolation: isolate;

    box-shadow:
        0 12px 30px rgba(230,57,70,.38),
        0 4px 0 #8f1422,
        inset 0 2px 0 rgba(255,255,255,.35),
        inset 0 -3px 8px rgba(80,0,0,.18);

    transition:
        transform .22s ease,
        box-shadow .22s ease,
        filter .22s ease;

    animation: blw-button-pulse 2.4s ease-in-out infinite;
}

.blw-spin-button::before {
    content: '';
    position: absolute;
    inset: -80%;
    z-index: -1;
    background: linear-gradient(
        110deg,
        transparent 40%,
        rgba(255,255,255,.05) 45%,
        rgba(255,255,255,.55) 50%,
        rgba(255,255,255,.05) 55%,
        transparent 60%
    );
    transform: translateX(-45%) rotate(10deg);
    animation: blw-button-shine 3s linear infinite;
}

.blw-spin-button::after {
    content: '🎡';
    font-size: 25px;
    line-height: 1;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,.2));
}

.blw-spin-button:hover {
    transform: translateY(-4px) scale(1.035);
    filter: brightness(1.08);

    box-shadow:
        0 18px 38px rgba(230,57,70,.48),
        0 5px 0 #8f1422,
        0 0 25px rgba(255,80,95,.28),
        inset 0 2px 0 rgba(255,255,255,.4);
}

.blw-spin-button:active {
    transform: translateY(2px) scale(.98);

    box-shadow:
        0 6px 15px rgba(230,57,70,.3),
        0 1px 0 #8f1422,
        inset 0 3px 8px rgba(80,0,0,.2);
}

.blw-spin-button:disabled {
    opacity: .55;
    cursor: not-allowed;
    animation: none;
    transform: none;
    filter: grayscale(.2);
    box-shadow:
        0 5px 12px rgba(0,0,0,.12);
}

@keyframes blw-button-shine {
    0% {
        transform: translateX(-55%) rotate(10deg);
    }
    100% {
        transform: translateX(55%) rotate(10deg);
    }
}

@keyframes blw-button-pulse {
    0%, 100% {
        box-shadow:
            0 12px 30px rgba(230,57,70,.38),
            0 4px 0 #8f1422,
            inset 0 2px 0 rgba(255,255,255,.35);
    }

    50% {
        box-shadow:
            0 15px 35px rgba(230,57,70,.5),
            0 4px 0 #8f1422,
            0 0 22px rgba(255,80,95,.2),
            inset 0 2px 0 rgba(255,255,255,.35);
    }
}

@media (max-width: 600px) {
    .blw-spin-button {
        width: calc(100% - 30px);
        height: 58px;
        font-size: 18px;
    }

    .blw-spin-button::after {
        font-size: 22px;
    }
}


/* فونت فارسی مدرن گردونه */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@500;700;800;900&display=swap');

.blw-spin-button {
    font-family: 'Vazirmatn', Tahoma, sans-serif !important;
    font-weight: 800;
    font-size: 19px;
    letter-spacing: 0;
    direction: rtl;
}

