.hero-section{
    padding:90px 0;
    background:linear-gradient(135deg,#f7fbff 0%,#ffffff 100%);
}

.hero-badge{
    font-size:14px;
    padding:10px 18px;
    border-radius:50px;
}

.hero-buttons .btn{
    border-radius:40px;
    padding:14px 30px;
}

.earning-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.earning-tags span{
    background:#eef6ff;
    padding:8px 15px;
    border-radius:30px;
    font-size:14px;
}

.hero-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
}

.hero-card-header{
    background:#0d6efd;
    color:#fff;
    padding:18px;
}

.hero-card-body{
    padding:20px;
}

.earning-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:18px;
}

.earning-item i{
    font-size:28px;
    width:40px;
}

.earning-item div{
    flex:1;
    margin-left:15px;
}

.earning-item small{
    display:block;
    color:#888;
}

.earning-item span{
    font-weight:700;
    color:#28a745;
}

.trust-bar{
    background:#fff;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

.trust-bar i{
    font-size:34px;
    margin-bottom:10px;
}

.stat-card{
    background:#fff;
    border-radius:15px;
    text-align:center;
    padding:35px;
    box-shadow:0 5px 30px rgba(0,0,0,.05);
}

.stat-card h2{
    color:#0d6efd;
    font-weight:700;
    margin-bottom:10px;
}

.section-padding{
    padding:90px 0;
}

.section-badge{
    display:inline-block;
    padding:8px 20px;
    border-radius:30px;
    background:#eaf3ff;
    color:#0d6efd;
    font-size:13px;
    font-weight:600;
    letter-spacing:.5px;
}

.section-title{
    font-size:42px;
    font-weight:700;
}

.section-subtitle{
    color:#6c757d;
    font-size:18px;
    line-height:1.8;
}

.earning-card{
    background:#fff;
    border-radius:18px;
    padding:35px;
    height:100%;
    transition:.3s;
    box-shadow:0 8px 30px rgba(0,0,0,.05);
}

.earning-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.earning-icon{
    width:70px;
    height:70px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
    margin-bottom:25px;
}

.earning-card h4{
    font-weight:700;
    margin-bottom:15px;
}

.earning-card p{
    color:#6c757d;
    line-height:1.8;
    margin-bottom:0;
}

.feature-check{
    background:#f8f9fa;
    padding:15px 18px;
    border-radius:10px;
    font-weight:600;
}

.feature-check i{
    color:#28a745;
    margin-right:10px;
}

.income-box{
    background:#fff;
    border-radius:18px;
    padding:35px;
    box-shadow:0 8px 35px rgba(0,0,0,.05);
}

.income-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 0;
    border-bottom:1px solid #eee;
}

.income-item:last-child{
    border-bottom:none;
}

.income-item small{
    display:block;
    color:#777;
}
.step-card{
    background:#fff;
    border-radius:18px;
    padding:45px 35px;
    text-align:center;
    height:100%;
    box-shadow:0 8px 30px rgba(0,0,0,.05);
    position:relative;
    transition:.3s;
}

.step-card:hover{
    transform:translateY(-8px);
}

.step-number{
    width:42px;
    height:42px;
    line-height:42px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    font-weight:700;
    position:absolute;
    top:20px;
    right:20px;
}

.step-icon{
    font-size:60px;
    margin-bottom:25px;
}

.verification-item{
    display:flex;
    margin-bottom:35px;
}

.verification-item i{
    font-size:38px;
    width:60px;
}

.verification-item p{
    color:#777;
    margin-bottom:0;
}

.verification-flow{
    background:#fff;
    border-radius:18px;
    padding:40px;
    box-shadow:0 10px 35px rgba(0,0,0,.05);
}

.flow-item{
    display:flex;
    align-items:center;
}

.flow-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:26px;
    margin-right:20px;
}

.flow-arrow{
    text-align:center;
    font-size:26px;
    color:#0d6efd;
    padding:15px 0;
}

.audience-card{
    background:#fff;
    border-radius:15px;
    padding:35px;
    text-align:center;
    height:100%;
    transition:.3s;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.audience-card:hover{
    transform:translateY(-8px);
}

.audience-card i{
    font-size:52px;
    color:#0d6efd;
    margin-bottom:20px;
}

.audience-card p{
    color:#777;
    margin-bottom:0;
}
.task-category-card{
    background:#fff;
    border-radius:16px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:.3s;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.task-category-card:hover{
    transform:translateY(-8px);
}

.task-category-card i{
    font-size:54px;
    color:#0d6efd;
    margin-bottom:20px;
}

.marketplace-box{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 12px 40px rgba(0,0,0,.06);
}

.marketplace-header{
    padding:30px;
    border-bottom:1px solid #eee;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.task-item{
    display:flex;
    align-items:center;
    padding:25px 30px;
    border-bottom:1px solid #f2f2f2;
}

.task-item:last-child{
    border-bottom:none;
}

.task-icon{
    width:65px;
    height:65px;
    border-radius:16px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:28px;
    margin-right:20px;
}

.task-content{
    flex:1;
}

.task-content h5{
    margin-bottom:8px;
}

.task-content p{
    color:#777;
    margin-bottom:12px;
}

.task-tags span{
    display:inline-block;
    background:#eef5ff;
    color:#0d6efd;
    border-radius:20px;
    padding:5px 12px;
    margin-right:8px;
    margin-bottom:5px;
    font-size:12px;
    font-weight:600;
}

.task-reward{
    text-align:right;
    min-width:120px;
}

.task-reward h5{
    color:#28a745;
    margin-bottom:4px;
}

.platform-grid{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.platform-grid span{
    background:#fff;
    padding:12px 18px;
    border-radius:30px;
    box-shadow:0 5px 18px rgba(0,0,0,.05);
    font-weight:600;
}

.platform-grid i{
    color:#0d6efd;
    margin-right:8px;
}

.benefits-box{
    background:#fff;
    border-radius:18px;
    padding:35px;
    box-shadow:0 8px 30px rgba(0,0,0,.05);
}

.benefits-list{
    list-style:none;
    padding:0;
    margin:0;
}

.benefits-list li{
    padding:12px 0;
    font-size:16px;
}

.benefits-list i{
    margin-right:10px;
}

.cta-box{
    background:linear-gradient(135deg,#0d6efd,#0b5ed7);
    color:#fff;
    padding:70px 50px;
    border-radius:24px;
}

.cta-box .section-badge{
    background:rgba(255,255,255,.15);
    color:#fff;
}

.cta-box .lead{
    color:rgba(255,255,255,.85)!important;
}

.cta-box .btn-outline-primary{
    border-color:#fff;
    color:#fff;
}

.cta-box .btn-outline-primary:hover{
    background:#fff;
    color:#0d6efd;
}
.publisher-feature{
    display:flex;
    margin-bottom:30px;
}

.publisher-feature i{
    font-size:38px;
    width:55px;
    margin-top:5px;
}

.publisher-dashboard{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
}

.dashboard-header{
    background:#0d6efd;
    color:#fff;
    padding:20px 30px;
}

.dashboard-body{
    padding:30px;
}

.dashboard-stat{
    display:flex;
    justify-content:space-between;
    padding:16px 0;
    border-bottom:1px solid #eee;
}

.dashboard-stat:last-child{
    border-bottom:none;
}

.platform-card{
    background:#fff;
    border-radius:18px;
    text-align:center;
    padding:40px 30px;
    height:100%;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    transition:.3s;
}

.platform-card:hover{
    transform:translateY(-8px);
}

.platform-card i{
    font-size:54px;
    color:#0d6efd;
    margin-bottom:20px;
}

.format-card{
    background:#fff;
    border-radius:18px;
    padding:35px;
    text-align:center;
    height:100%;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    transition:.3s;
}

.format-card:hover{
    transform:translateY(-8px);
}

.format-card i{
    font-size:50px;
    color:#0d6efd;
    margin-bottom:20px;
}

.publisher-cta{
    background:linear-gradient(135deg,#0d6efd,#198754);
    border-radius:24px;
    padding:60px;
    color:#fff;
}

.publisher-cta p{
    color:rgba(255,255,255,.9);
}

.affiliate-feature{
    display:flex;
    margin-bottom:28px;
}

.affiliate-feature i{
    font-size:38px;
    width:55px;
    margin-top:5px;
}

.affiliate-dashboard{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
}

.promo-card{
    background:#fff;
    border-radius:18px;
    padding:35px;
    text-align:center;
    height:100%;
    transition:.3s;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.promo-card:hover{
    transform:translateY(-8px);
}

.promo-card i{
    font-size:52px;
    color:#0d6efd;
    margin-bottom:18px;
}

.benefit-item{
    background:#fff;
    border-radius:12px;
    padding:16px 20px;
    margin-bottom:16px;
    box-shadow:0 5px 15px rgba(0,0,0,.04);
    font-weight:600;
}

.benefit-item i{
    color:#0d6efd;
    margin-right:12px;
    font-size:20px;
}

.commission-box{
    background:linear-gradient(135deg,#0d6efd,#198754);
    color:#fff;
    border-radius:22px;
    padding:45px;
}

.commission-box .section-badge{
    background:rgba(255,255,255,.15);
    color:#fff;
}

.commission-box p{
    color:rgba(255,255,255,.9);
}

.commission-list{
    list-style:none;
    padding:0;
    margin:25px 0;
}

.commission-list li{
    padding:10px 0;
}

.commission-box .btn-primary{
    background:#fff;
    color:#0d6efd;
    border-color:#fff;
}

.commission-box .btn-primary:hover{
    background:#f8f9fa;
    color:#0d6efd;
}

.advertiser-feature{
    display:flex;
    margin-bottom:30px;
}

.advertiser-feature i{
    width:55px;
    font-size:38px;
    margin-top:4px;
}

.campaign-dashboard{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
}

.campaign-card{
    background:#fff;
    border-radius:18px;
    padding:35px;
    text-align:center;
    height:100%;
    transition:.3s;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.campaign-card:hover{
    transform:translateY(-8px);
}

.campaign-card i{
    font-size:54px;
    color:#0d6efd;
    margin-bottom:20px;
}

.feature-card{
background:#fff;
padding:40px;
border-radius:20px;
height:100%;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,.05);
transition:.3s;
}

.feature-card:hover{
transform:translateY(-8px);
}

.feature-card i{
font-size:56px;
color:#0d6efd;
margin-bottom:20px;
}

.reward-list{
padding-left:20px;
line-height:2;
}

.reward-box{
background:#0d6efd;
color:#fff;
padding:50px;
border-radius:20px;
}

.payment-card{
background:#fff;
padding:35px;
border-radius:18px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.payment-card i{
font-size:48px;
color:#0d6efd;
margin-bottom:15px;
}

.learning-icon{
font-size:220px;
color:#0d6efd;
opacity:.15;
}

.final-cta{
background:linear-gradient(135deg,#0d6efd,#198754);
padding:90px 60px;
border-radius:25px;
text-align:center;
color:#fff;
}

.final-cta p{
font-size:20px;
color:rgba(255,255,255,.9);
max-width:700px;
margin:30px auto;
}