body {
    font-family: 'Inter', -apple-system, sans-serif;
    line-height: 1.6;
    color: #333;
    display: flex;
    justify-content: center;
    background-color: #fcfcfc;
    margin: 0;
}

.terms-container {
    max-width: 800px;
    width: 90%;
    margin: 60px 0;
    padding: 40px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
}

h1 { font-size: 2.5rem; color: #1a1a1a; margin-bottom: 10px; }

.date { font-style: italic; color: #777; display: block; margin-bottom: 30px; }

h3 { 
    margin-top: 2rem; 
    color: #1a1a1a; 
    border-left: 4px solid #000; 
    padding-left: 15px; 
}

p { margin-bottom: 1rem; color: #444; }

.back-btn {
    text-decoration: none;
    color: #666;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 20px;
}

.back-btn:hover { color: #000; }