
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f2f2f2;
    color: #333;
}
.hero {
    background-image: url('https://images.unsplash.com/photo-1568605114967-8130f3a36994?auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 80px 20px;
    text-align: center;
}
.cta-button {
    background: #28a745;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 8px;
}
.benefits {
    padding: 40px 20px;
    background: white;
}
.benefits ul {
    list-style: none;
    padding: 0;
}
.benefits li {
    padding: 10px 0;
    font-size: 18px;
}
.quiz-section {
    padding: 40px 20px;
}
.quiz-section form {
    max-width: 400px;
    margin: auto;
}
.quiz-section input, .quiz-section select, .quiz-section button {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}
footer {
    text-align: center;
    padding: 20px;
    background: #333;
    color: white;
}
