body{
    background:red !important;
}
/* ===========================
   CREATORS PAGE
=========================== */


.creators-page{

    padding:140px 20px 80px;

    background:#09090B;

    min-height:100vh;

}


.creators-header{

    text-align:center;

    margin-bottom:70px;

}


.creators-header h1{

    color:#fff;

    font-size:55px;

    font-weight:800;

}


.creators-header p{

    color:#aaa;

    font-size:18px;

    margin-top:15px;

}



/* Sections */

.creator-section{

    margin-bottom:80px;

}


.creator-section h2{

    color:#fff;

    font-size:32px;

    margin-bottom:35px;

}



/* Grid */

.creator-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;

}



/* Card */

.creator-card{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.10);

    border-radius:25px;

    padding:30px;

    text-align:center;

    transition:.35s;

}


.creator-card:hover{

    transform:translateY(-10px);

    border-color:#8B5CF6;

    box-shadow:0 20px 45px rgba(139,92,246,.25);

}



/* Image */

.creator-image img{

    width:120px;

    height:120px;

    object-fit:cover;

    border-radius:50%;

    border:4px solid #8B5CF6;

}



/* Name */

.creator-card h3{

    color:#fff;

    font-size:22px;

    margin:20px 0 10px;

}


.verified{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    width:20px;

    height:20px;

    background:#1877F2;

    border-radius:50%;

    font-size:11px;

}



/* Followers */

.followers{

    color:#aaa;

}



/* Rating */

.rating{

    margin:15px 0;

    color:#FFD700;

}



/* Price */

.price{

    color:#fff;

    font-weight:600;

}



/* Button */

.view-btn{

    display:inline-block;

    margin-top:20px;

    padding:12px 30px;

    border-radius:30px;

    background:linear-gradient(135deg,#8B5CF6,#6366F1);

    color:white;

    text-decoration:none;

    font-weight:600;

}



/* Mobile */

@media(max-width:600px){


.creator-grid{

    grid-template-columns:1fr;

}


.creators-header h1{

    font-size:36px;

}


}

/*=========================
FEATURED CREATORS
=========================*/

.featured-creators{

    margin:70px 0;

}

.section-heading{

    text-align:center;

    color:#fff;

    font-size:40px;

    margin-bottom:40px;

}

.featured-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

}

.featured-card{

    position:relative;

    height:380px;

    border-radius:35px;

    overflow:hidden;

    background:#111827;

    border:2px solid rgba(139,92,246,.25);

    transition:.35s;

}

.featured-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(139,92,246,.30);

}

.featured-name{

    position:absolute;

    top:25px;

    left:25px;

    z-index:5;

}

.featured-name h2{

    color:#fff;

    font-size:34px;

    line-height:1;

    font-weight:800;

}

.featured-image{

    position:absolute;

    bottom:0;

    left:50%;

    transform:translateX(-50%);

    width:85%;

    height:auto;

    object-fit:contain;

    z-index:2;

}

.featured-select{

    position:absolute;

    bottom:18px;

    left:50%;

    transform:translateX(-50%);

    background:#fff;

    color:#111;

    padding:14px 28px;

    border-radius:40px;

    font-weight:700;

    text-decoration:none;

    z-index:10;

}

.featured-select:hover{

    background:#8B5CF6;

    color:#fff;

}

@media(max-width:768px){

.featured-grid{

grid-template-columns:repeat(2,1fr);

gap:14px;

}

.featured-card{

height:250px;

border-radius:24px;

}

.featured-name{

top:16px;

left:16px;

}

.featured-name h2{

font-size:20px;

}

.featured-image{

width:95%;

}

.featured-select{

padding:8px 16px;

font-size:13px;

bottom:12px;

}

}



/*=============================
FEATURED CONTENT
=============================*/

.featured-content{

    position:absolute;

    left:0;

    bottom:0;

    width:100%;

    padding:30px;

    z-index:5;

}


.featured-content h2{

    color:white;

    font-size:38px;

    font-weight:800;

    line-height:1.1;

    margin-bottom:25px;

}


.featured-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:18px 35px;

    border-radius:50px;

    background:white;

    color:#111;

    text-decoration:none;

    font-weight:700;

    font-size:18px;

    transition:.3s;

}


.featured-btn:hover{

    background:#8B5CF6;

    color:white;

}

/* ==============================
WISHIVAH V3 FINAL OVERRIDE
============================== */

.creator-slider{
    display:flex !important;
    gap:18px !important;
    overflow-x:auto !important;
    flex-wrap:nowrap !important;
}

.wish-card{
    background:#18181B !important;
    min-width:190px !important;
    max-width:190px !important;
    border-radius:25px !important;
    overflow:hidden !important;
    border:1px solid rgba(255,255,255,.1) !important;
    flex:0 0 190px !important;
    padding:0 !important;
}

.wish-image{
    width:100% !important;
    height:260px !important;
}

.wish-image img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
}

.wish-info{
    padding:15px !important;
    background:#18181B !important;
}

.wish-name{
    color:#fff !important;
    font-size:18px !important;
    font-weight:700 !important;
}

.wish-username{
    color:#aaa !important;
}

.wish-followers{
    color:#ddd !important;
}

.wish-price{
    color:#8B5CF6 !important;
    font-size:22px !important;
    font-weight:800 !important;
}

.wish-btn{
    background:linear-gradient(135deg,#7C3AED,#2563EB) !important;
    color:white !important;
    display:block !important;
    padding:12px !important;
    border-radius:15px !important;
    text-align:center !important;
    text-decoration:none !important;
}