body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f8f9fa;
}

#home {
    background: linear-gradient(135deg, #ff0077, #4b0082);
}

.navbar-brand {
    font-weight: bold;
}

.btn-primary {
    background-color: #ff0077;
    border-color: #ff0077;
}

.btn-primary:hover {
    background-color: #e6006b;
    border-color: #e6006b;
}

#product img {
    max-width: 100%;
    border-radius: 10px;
}

#token-sale canvas {
    max-width: 100%;
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.timeline .card {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.timeline .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

#x402 .table {
    background: white;
}

.display-6 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ff0077;
}
