/* =========================================================
   BADR STAR - SPECIALS PAGE
   Builds on the shared Badr Star category/product styles.
   ========================================================= */

.bs-special-page {
    padding-bottom: 45px;
}


/* Hero */
.bs-special-hero {
    position: relative;
    min-height: 245px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 34px;
    padding: 38px 42px;
    overflow: hidden;
    border-radius: 24px;
    background:
        radial-gradient(circle at 18% 20%, rgba(240, 100, 35, .22), transparent 31%),
        linear-gradient(135deg, #062846 0%, #041d34 72%, #06385d 100%);
    box-shadow: 0 16px 42px rgba(6, 40, 70, .16);
}

.bs-special-hero:before,
.bs-special-hero:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.bs-special-hero:before {
    width: 240px;
    height: 240px;
    left: -90px;
    bottom: -135px;
    background: rgba(255, 255, 255, .05);
}

.bs-special-hero:after {
    width: 180px;
    height: 180px;
    right: 25%;
    top: -105px;
    background: rgba(7, 155, 120, .12);
}

.bs-special-hero-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
}

.bs-special-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    color: #ffb48f;
    font-size: 12px;
    font-weight: 800;
}

.bs-special-kicker i {
    color: #f06423;
}

.bs-special-hero h1 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.35;
    font-weight: 800;
}

.bs-special-hero p {
    max-width: 610px;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.9;
}

.bs-special-hero-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 17px;
    border-radius: 11px;
    background: #f06423;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 9px 20px rgba(240, 100, 35, .22);
    transition:
        transform .18s ease,
        background .18s ease,
        box-shadow .18s ease;
}

.bs-special-hero-btn:hover,
.bs-special-hero-btn:focus {
    transform: translateY(-2px);
    background: #d95316;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(240, 100, 35, .28);
}

.bs-special-hero-art {
    position: relative;
    z-index: 2;
    width: 205px;
    height: 155px;
    flex: 0 0 205px;
}

.bs-special-percent {
    position: absolute;
    left: 10px;
    top: -15px;
    color: rgba(255, 255, 255, .12);
    font-size: 150px;
    line-height: 1;
    font-weight: 800;
}

.bs-special-ticket {
    position: absolute;
    right: 5px;
    bottom: 18px;
    min-width: 115px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 17px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 15px;
    background: rgba(255, 255, 255, .10);
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    transform: rotate(-6deg);
    backdrop-filter: blur(5px);
}

.bs-special-ticket i {
    color: #f06423;
}


/* Products */
.bs-special-products {
    scroll-margin-top: 20px;
}

.bs-special-products-heading {
    margin-bottom: 18px;
}

.bs-special-product-card {
    position: relative;
}

.bs-special-sale-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f06423;
}

.bs-special-product-label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #fff3ed;
    color: #d95316;
    font-size: 10px;
    font-weight: 800;
}

.bs-special-price .price-new {
    color: #f06423;
    font-weight: 800;
}

.bs-special-add-cart {
    background: #062846;
}

.bs-special-add-cart:hover,
.bs-special-add-cart:focus {
    background: #079b78;
}


/* Empty State */
.bs-special-empty {
    padding: 70px 20px;
    text-align: center;
    border: 1px solid #e5ecf1;
    border-radius: 22px;
    background:
        radial-gradient(circle at center top, rgba(240, 100, 35, .08), transparent 34%),
        #fbfcfd;
}

.bs-special-empty-icon {
    width: 78px;
    height: 78px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    border-radius: 50%;
    background: #fff3ed;
    color: #f06423;
    font-size: 28px;
}

.bs-special-empty h2 {
    margin: 0 0 10px;
    color: #062846;
    font-size: 24px;
    font-weight: 800;
}

.bs-special-empty p {
    max-width: 580px;
    margin: 0 auto 21px;
    color: #71808e;
    line-height: 1.8;
}

.bs-special-empty-btn {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border-radius: 10px;
    background: #079b78;
    color: #ffffff;
    font-weight: 800;
}

.bs-special-empty-btn:hover,
.bs-special-empty-btn:focus {
    background: #067b61;
    color: #ffffff;
    text-decoration: none;
}


/* Tablet */
@media (max-width: 991px) {

    .bs-special-hero {
        min-height: 220px;
        padding: 32px;
    }

    .bs-special-hero h1 {
        font-size: 29px;
    }

    .bs-special-hero-art {
        width: 165px;
        flex-basis: 165px;
    }

    .bs-special-percent {
        font-size: 125px;
    }

}


/* Mobile */
@media (max-width: 767px) {

    .bs-special-page {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 30px;
    }

    .bs-special-hero {
        min-height: 0;
        display: block;
        padding: 26px 22px;
        border-radius: 18px;
    }

    .bs-special-hero-content {
        max-width: none;
    }

    .bs-special-hero h1 {
        font-size: 26px;
    }

    .bs-special-hero p {
        font-size: 13px;
        line-height: 1.8;
    }

    .bs-special-hero-art {
        width: 100%;
        height: 82px;
        margin-top: 10px;
    }

    .bs-special-percent {
        left: 4px;
        top: -28px;
        font-size: 105px;
    }

    .bs-special-ticket {
        right: auto;
        left: 82px;
        bottom: 8px;
        min-width: 100px;
        height: 44px;
        font-size: 14px;
    }

    .bs-special-products-heading {
        align-items: center;
    }

}


/* Very small phones */
@media (max-width: 430px) {

    .bs-special-hero {
        padding: 23px 19px;
    }

    .bs-special-hero-btn {
        width: 100%;
    }

}
