
body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f4f6f8;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 600px;
    margin: auto;
    background: white;
    padding: 30px;
    text-align: center;
}

.hero {
    width: 100%;
    border-radius: 10px;
}

.tag {
    color: #777;
    letter-spacing: 1px;
}

h1 {
    font-size: 34px;
    margin: 15px 0;
}

.blue {
    color: #1f5ed6;
}

.desc {
    color: #555;
    line-height: 1.6;
}

.cta {
    background: #1f5ed6;
    color: white;
    border: none;
    padding: 14px 30px;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 20px;
}

.cta:hover {
    background: #174bb0;
}

.small {
    color: #888;
    margin-top: 15px;
}

.steps {
    text-align: left;
    margin-top: 30px;
}

.steps h2 {
    text-align: center;
}

footer {
    margin-top: 40px;
    color: #999;
}
