.seller-landing{
    padding-bottom: 70px;
}

.seller-hero{
    position: relative;
    padding: 42px 0 26px;
}

.seller-hero-wrap{
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    gap: 24px;
    align-items: stretch;
}

.seller-hero-card,
.seller-hero-side{
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 30px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 48%, #eef6ff 100%);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.10);
}

.seller-hero-card{
    padding: 44px;
}

.seller-hero-card:before{
    content: "";
    position: absolute;
    right: -140px;
    top: -140px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(42, 125, 255, 0.12);
}

.seller-hero-card:after{
    content: "";
    position: absolute;
    left: -120px;
    bottom: -160px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(51, 214, 159, 0.12);
}

.seller-hero-card > *{
    position: relative;
    z-index: 2;
}

.seller-badge,
.seller-mini-badge,
.vip-badge{
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(42, 125, 255, 0.10);
    color: #1456d9;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
}

.seller-badge i,
.seller-mini-badge i,
.vip-badge i{
    font-size: 18px;
}

.seller-hero h1{
    max-width: 820px;
    margin: 22px 0 18px;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.04;
    letter-spacing: -0.045em;
    color: #111827;
    font-weight: 900;
}

.seller-hero-text{
    max-width: 760px;
    margin: 0;
    color: #4b5563;
    font-size: 19px;
    line-height: 1.7;
}

.seller-hero-points{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.seller-hero-point{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 58px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(15, 23, 42, 0.06);
    color: #374151;
    font-weight: 650;
    line-height: 1.35;
}

.seller-hero-point i{
    color: #16a34a;
    font-size: 20px;
    margin-top: 1px;
}

.seller-actions{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}

.seller-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 14px 22px;
    border-radius: 16px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    line-height: 1.2;
}

.seller-btn:hover{
    transform: translateY(-2px);
    text-decoration: none;
}

.seller-btn-primary{
    background: #111827;
    color: #ffffff;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.18);
}

.seller-btn-primary:hover{
    color: #ffffff;
    background: #020617;
}

.seller-btn-secondary{
    background: linear-gradient(135deg, #2a7dff 0%, #185ee8 100%);
    color: #ffffff;
    box-shadow: 0 16px 38px rgba(42, 125, 255, 0.28);
}

.seller-btn-secondary:hover{
    color: #ffffff;
    box-shadow: 0 18px 44px rgba(42, 125, 255, 0.34);
}

.seller-hero-note{
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.4;
}

.seller-hero-note i{
    color: #16a34a;
}

.seller-hero-side{
    padding: 26px;
    background: #111827;
    color: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
}

.seller-hero-side h2{
    margin: 18px 0 12px;
    font-size: 25px;
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-weight: 900;
    color: #ffffff;
}

.seller-hero-side p{
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.65;
}

.seller-payment-icons{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 22px 0;
}

.seller-payment-icons img{
    height: 34px;
    width: auto;
    padding: 7px 9px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.seller-side-list{
    display: grid;
    gap: 11px;
    margin-top: 20px;
}

.seller-side-list-item{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    line-height: 1.45;
}

.seller-side-list-item i{
    color: #33d69f;
    font-size: 18px;
    margin-top: 1px;
}

.seller-metrics{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 20px 0 46px;
}

.seller-metric-card{
    min-height: 155px;
    padding: 22px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.metric-icon,
.seller-card-icon,
.feature-icon,
.category-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: rgba(42, 125, 255, 0.10);
    color: #1456d9;
    font-size: 22px;
    margin-bottom: 16px;
}

.metric-value{
    color: #111827;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
}

.metric-label{
    color: #64748b;
    font-size: 15px;
    line-height: 1.45;
}

.seller-section{
    margin-top: 46px;
}

.seller-section-head{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.seller-section h2,
.seller-section-head h2,
.seller-highlight h2,
.seller-vip h2,
.seller-cta h2{
    margin: 0;
    color: #111827;
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.12;
    letter-spacing: -0.04em;
    font-weight: 900;
}

.seller-section-subtitle{
    max-width: 620px;
    margin: 10px 0 0;
    color: #64748b;
    font-size: 17px;
    line-height: 1.65;
}

.seller-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.seller-card{
    min-height: 240px;
    padding: 24px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.seller-card:hover{
    transform: translateY(-3px);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.10);
}

.seller-card h3{
    margin: 0 0 11px;
    color: #111827;
    font-size: 21px;
    line-height: 1.22;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.seller-card p{
    margin: 0;
    color: #64748b;
    font-size: 15.5px;
    line-height: 1.65;
}

.seller-highlight{
    padding: 30px;
    border-radius: 30px;
    background: linear-gradient(135deg, #f7fbff 0%, #eef6ff 100%);
    border: 1px solid rgba(42, 125, 255, 0.12);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.07);
}

.seller-highlight-top{
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    margin-bottom: 24px;
}

.seller-highlight-text{
    max-width: 760px;
    margin: 12px 0 0;
    color: #4b5563;
    font-size: 17px;
    line-height: 1.65;
}

.seller-features{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.feature-box{
    padding: 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(15, 23, 42, 0.07);
}

.feature-box strong{
    display: block;
    color: #111827;
    font-size: 17px;
    line-height: 1.25;
    margin-bottom: 8px;
}

.feature-box p{
    margin: 0;
    color: #64748b;
    font-size: 14.5px;
    line-height: 1.55;
}

.seller-payout-methods{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.seller-payout-method{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.seller-payout-method i{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 13px;
    background: rgba(51, 214, 159, 0.14);
    color: #059669;
    font-size: 19px;
}

.seller-payout-method strong{
    display: block;
    color: #111827;
    font-size: 16px;
    margin-bottom: 5px;
}

.seller-payout-method span{
    display: block;
    color: #64748b;
    font-size: 14px;
    line-height: 1.45;
}

.seller-vip{
    position: relative;
    overflow: hidden;
    padding: 34px;
    border-radius: 30px;
    background: #111827;
    color: #ffffff;
    box-shadow: 0 26px 80px rgba(15, 23, 42, 0.18);
}

.seller-vip:before{
    content: "";
    position: absolute;
    right: -120px;
    top: -140px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: rgba(42, 125, 255, 0.28);
}

.seller-vip:after{
    content: "";
    position: absolute;
    left: -110px;
    bottom: -160px;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background: rgba(51, 214, 159, 0.20);
}

.seller-vip > *{
    position: relative;
    z-index: 2;
}

.seller-vip h2{
    max-width: 780px;
    margin-top: 18px;
    color: #ffffff;
}

.seller-vip p{
    max-width: 760px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 17px;
    line-height: 1.7;
}

.seller-vip ul{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 26px 0 28px;
    padding: 0;
    list-style: none;
}

.seller-vip li{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.90);
    font-weight: 650;
}

.seller-vip li i{
    color: #33d69f;
}

.seller-categories{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.seller-category{
    min-height: 170px;
    padding: 22px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.seller-category h3{
    margin: 0 0 8px;
    color: #111827;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 900;
}

.seller-category p{
    margin: 0;
    color: #64748b;
    font-size: 14.5px;
    line-height: 1.55;
}

.seller-steps{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.seller-step{
    position: relative;
    min-height: 150px;
    padding: 22px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.seller-step span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 14px;
    background: #111827;
    color: #ffffff;
    font-weight: 900;
    font-size: 18px;
}

.seller-step h3{
    margin: 0 0 8px;
    color: #111827;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 900;
}

.seller-step p{
    margin: 0;
    color: #64748b;
    font-size: 14.5px;
    line-height: 1.55;
}

.faq-list{
    display: grid;
    gap: 14px;
}

.faq-item{
    padding: 22px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
}

.faq-item h3{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
    color: #111827;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
}

.faq-item h3 i{
    color: #1456d9;
}

.faq-item p{
    margin: 0;
    color: #64748b;
    font-size: 15.5px;
    line-height: 1.65;
}

.seller-cta{
    margin-top: 52px;
    padding: 38px;
    border-radius: 30px;
    background: linear-gradient(135deg, #2a7dff 0%, #185ee8 100%);
    color: #ffffff;
    text-align: center;
    box-shadow: 0 26px 80px rgba(42, 125, 255, 0.24);
}

.seller-cta h2{
    color: #ffffff;
}

.seller-cta p{
    max-width: 660px;
    margin: 12px auto 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 17px;
    line-height: 1.65;
}

.seller-cta .seller-actions{
    justify-content: center;
}

.seller-cta .seller-btn-primary{
    background: #ffffff;
    color: #1456d9;
}

.seller-cta .seller-btn-primary:hover{
    background: #f8fafc;
    color: #1456d9;
}

.seller-cta .seller-btn-secondary{
    background: rgba(17, 24, 39, 0.96);
    color: #ffffff;
    box-shadow: 0 16px 38px rgba(17, 24, 39, 0.20);
}

@media (max-width: 1100px){

    .seller-hero-wrap{
        grid-template-columns: 1fr;
    }

    .seller-metrics,
    .seller-features,
    .seller-categories,
    .seller-steps{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .seller-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 720px){

    .seller-hero{
        padding-top: 24px;
    }

    .seller-hero-card,
    .seller-hero-side,
    .seller-highlight,
    .seller-vip,
    .seller-cta{
        border-radius: 24px;
        padding: 24px;
    }

    .seller-hero-points,
    .seller-metrics,
    .seller-grid,
    .seller-features,
    .seller-payout-methods,
    .seller-categories,
    .seller-steps,
    .seller-vip ul{
        grid-template-columns: 1fr;
    }

    .seller-section-head,
    .seller-highlight-top{
        display: block;
    }

    .seller-actions{
        align-items: stretch;
    }

    .seller-btn{
        width: 100%;
    }

    .seller-payment-icons img{
        height: 32px;
    }

}