body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    background: #f7f9fc;
    color: #1f2a33;
    margin: 0;
    padding: 0;
}

.terms-wrapper {
    max-width: 760px;
    margin: 40px auto;
    background: #ffffff;
    padding: 32px 36px;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

h1 {
    margin-top: 0;
    font-size: 24px;
}

h2 {
    margin-top: 28px;
    font-size: 18px;
}

p {
    line-height: 1.6;
}

.footer {
    margin-top: 40px;
    font-size: 13px;
    color: #666;
}
