.terms-page {
    max-width: 720px;
    margin: 0 auto;
    padding: 24px 16px 100px;
    font-size: 0.9rem;
    color: #444;
    line-height: 1.8;
}

    .terms-page h2 {
        font-size: 1.3rem;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 8px;
    }

    .terms-page .update-date {
        font-size: 0.78rem;
        color: #999;
        margin-bottom: 24px;
    }

    .terms-page h3 {
        font-size: 1rem;
        font-weight: 600;
        color: #2d6a4f;
        margin-top: 20px;
        margin-bottom: 8px;
    }

    .terms-page p {
        margin-bottom: 12px;
    }
