body {
    font-family: 'Segoe UI', Arial, sans-serif;
}

.hero {
    height: 90vh;
    background: linear-gradient(to right, #005bea, #00c6fb);
    color: white;
}

.section {
    padding: 80px 0;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

.custom-list li {
    padding: 8px 0;
    font-size: 18px;
}

.market-box {
    background: white;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.footer {
    padding: 20px;
    background: #f5f5f5;
}
