body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background: #0b0f14;
    color: #e6edf3;
    line-height: 1.6;
}

.container {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px;
}

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

.subtitle {
    font-size: 20px;
    color: #9aa7b2;
    margin-bottom: 40px;
}

section {
    margin-bottom: 60px;
}

h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

p {
    color: #c9d1d9;
}

.highlight {
    color: #ffffff;
    font-weight: 500;
}

.footer {
    margin-top: 100px;
    padding-top: 40px;
    border-top: 1px solid #1f2933;
    font-size: 14px;
    color: #6b7785;
}
