body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}

header {
    background: #f8b400;
    color: white;
    padding: 60px 0;
    text-align: center;
}

header h1 {
    font-size: 3em;
    margin: 0 0 20px;
}

header p {
    font-size: 1.2em;
    margin: 0 0 20px;
}

header .cta-button {
    background: #333;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 1.2em;
    border-radius: 5px;
}

section {
    padding: 60px 0;
    text-align: center;
}

.container {
    width: 80%;
    margin: 0 auto;
}

h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

p {
    font-size: 1.2em;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}

.benefits-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.benefit {
    width: 30%;
    margin-bottom: 20px;
}

.benefit img {
    border-radius: 50%;
    margin-bottom: 15px;
}

.benefit h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.testimonial {
    margin-bottom: 40px;
}

.testimonial img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.testimonial h4 {
    margin-top: 10px;
    font-size: 1.2em;
}

form {
    margin-top: 20px;
}

form input {
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    font-size: 1em;
}

form .cta-button {
    width: 100%;
    padding: 15px;
    font-size: 1.2em;
    border: none;
    cursor: pointer;
    background: #f8b400;
    color: white;
    border-radius: 5px;
}

footer {
    background: #333;
    color: white;
    padding: 20px 0;
    text-align: center;
}

footer p {
    margin: 0;
}
