body {
    margin: 0;
    background: #000;
    font-family: Arial, sans-serif;
    color: white;
}

.hero {
    text-align: center;
    padding: 50px 20px;
    background: #000;
}

h1 {
    font-size: 40px;
    color: #f7d215;
    margin: 0;
}

.subtitle {
    font-size: 26px;
    margin-top: 10px;
    color: #f7d215;
}

.desc {
    margin-top: 10px;
    font-size: 16px;
}

.call-button {
    display: inline-block;
    margin-top: 25px;
    background: #f7d215;
    color: black;
    padding: 15px 35px;
    border-radius: 10px;
    font-weight: bold;
    text-decoration: none;
}

.section {
    padding: 30px 20px;
    text-align: center;
}

.section h2 {
    color: #f7d215;
    font-size: 28px;
    margin-bottom: 20px;
}

.card {
    background: #111;
    padding: 15px;
    margin-bottom: 15px;
    border-left: 6px solid #f7d215;
    border-radius: 8px;
    text-align: left;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}

.text {
    max-width: 600px;
    margin: 0 auto;
    font-size: 18px;
}

footer {
    text-align: center;
    padding: 30px;
    color: #aaa;
    font-size: 14px;
}