body {
    background-color: #f8f9fa;
}

.card {
    border: none;
    border-radius: 12px;
}

.card:hover {
    transition: 0.25s ease;
}

.section-title {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

.hero-section {
    border-radius: 16px;
}

.stats-card {
    border-radius: 12px;
    text-align: center;
    padding: 1rem;
}

.table th {
    background-color: #f8f9fa;
}

.footer {
    margin-top: 60px;
}