/* Reset default styles */
body, h1, h2, h3, p, ul, li, a {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
    line-height: 1.6;
    background-color: #ffffff;
    color: #111111;
    padding: 40px;
}

header, section, footer {
    max-width: 800px;
    margin: 0 auto 40px auto;
    padding: 20px;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
    font-weight: 600;
}

h2 {
    font-size: 2em;
    margin-bottom: 15px;
    font-weight: 500;
    color: #222222;
}

h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: 500;
    color: #333333;
}

p {
    margin-bottom: 15px;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}

a.cta-button {
    display: inline-block;
    background-color: #4f46e5;
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

a.cta-button:hover {
    background-color: #4338ca;
}

footer {
    text-align: center;
    font-size: 0.9em;
    color: #666666;
}
