/* Tablet Styles (768px - 1024px) */

.header-sticky {
    position: sticky;
    top: 0;
    z-index: 1020;
    width: 100%;
}

.hero-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 2rem;
}

.card-premium,
.card-theme {
    width: 70%;
    max-width: 450px;
    margin: 0 auto;
}

.home-hero {
    justify-content: center;
    align-items: center;
}

.navbar-brand img {
    height: 45px;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(62, 0, 62, 0.8);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 1rem 0;
    z-index: 1000;
}

.nav-item-custom {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.9rem;
}