body {
    background: #f5f5f5;
}

.hero {
    padding: 3rem 1rem;
    background: linear-gradient(135deg, #1b1c1d, #2185d0);
    color: #fff;
    margin-bottom: 2rem;
}

.hero .header {
    color: #fff !important;
}

.price {
    font-size: 2rem;
    font-weight: bold;
}

.price small {
    font-size: 0.7em;
    opacity: 0.8;
}

.plan-badge {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
}

/* Extra small tweaks for very small screens */
@media (max-width: 480px) {
    .hero {
        padding: 2rem 1rem;
    }

    .price {
        font-size: 1.6rem;
    }
}

.category-scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

#categoryButtons {
    display: inline-flex;
    flex-wrap: nowrap;
}

#categoryButtons .button {
    flex: 0 0 auto;
    margin-right: .5rem;
}