body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
}

.content {
    min-height: 650px;
}

.navbar-brand img {
    max-height: 60px;
}

.card {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.progress {
    height: 10px;
}

#nftGrid .card {
    transition: transform 0.2s;
}

#nftGrid .card:hover {
    transform: translateY(-5px);
}

footer {
    margin-top: 50px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .navbar-brand img {
        max-height: 30px;
    }
}

.nft-benefits-card {
    border-left: 4px solid #0d6efd;
    transition: transform 0.3s ease;
}

.nft-benefits-card:hover {
    transform: translateY(-5px);
}

.nft-preview {
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 0 auto;
}

.buy-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
}

.ownership-badge {
    font-size: 1rem;
    background-color: #0d6efd20;
    color: #0d6efd;
}
.supply-badge {
    font-size: 1rem;
    background-color: #01704220;
    color: #028166;
}