.best-sellers-hero {
    background: linear-gradient(135deg, #0047AB 0%, #1e3a8a 100%) !important;
    position: relative;
    padding: 80px 0;
    color: white;
    text-align: center;
}

.best-sellers-hero .hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.best-sellers-hero .hero-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: white;
}

.best-sellers-hero .hero-description {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.95);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .best-sellers-hero {
        padding: 60px 0;
    }

    .best-sellers-hero .hero-title {
        font-size: 2.2rem;
    }

    .best-sellers-hero .hero-description {
        font-size: 1.05rem;
    }
}

