body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 1.6;
    color: #333;
}
.header {
    text-align: center;
    margin-bottom: 40px;
}
h1 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
    color: #666;
    padding: 0 20px;
}
.subheadline {
    font-size: 24px;
    color: #444;
    margin-bottom: 30px;
}
.section {
    margin-bottom: 40px;
}
.section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    
}
.bullet-points {
    margin-left: 20px;
}
.cta-section {
    text-align: center;
    margin: 40px 0;
}
.cta-button {
    display: inline-block;
    background: #007bff;
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}
.footer {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 40px;
}