section { padding: 1rem 0; }
.terms-container { margin: 1rem auto; }
.terms-content { background: #ffffff; border-radius: 8px; padding: 2.5rem; box-shadow: 0 2px 10px rgba(0,0,0,0.1); line-height: 1.6; }
.terms-content h1 { color: #2c3e50; font-size: 2.2rem; margin-bottom: 0.5rem; font-weight: 700; }
.last-updated { color: #7f8c8d; font-style: italic; margin-bottom: 1.5rem; padding-bottom: 0.75rem; border-bottom: 2px solid #ecf0f1; }
.terms-section h2 { color: #34495e; font-size: 1.3rem; margin-bottom: 0.6rem; font-weight: 600; border-left: 4px solid #3498db; padding-left: 0.8rem; }
.terms-section p, .terms-section li { color: #555; margin-bottom: 0.6rem; }
.terms-section ul { margin: 0.6rem 0 0.8rem 1.25rem; }
@media (max-width: 768px) { .terms-content { padding: 1.25rem; } .terms-content h1 { font-size: 1.9rem; } .terms-section h2 { font-size: 1.2rem; } }
