/* Page-specific styling for Terms of Service */
.tos-content {
    font-family: 'Roboto', sans-serif;
    color: #444;
    line-height: 1.8;
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
}

.tos-header {
    color: #222;
    font-weight: 600;
    margin-bottom: 2rem;
    font-family: 'Playfair Display', serif;
    text-align: center;
}

.tos-sub-header {
    color: #72d4d4;
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-size: clamp(1.1rem, 1.4vw, 1.3rem);
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 0.5rem;
}

.tos-text {
    margin-bottom: 1.5rem;
}

.tos-list {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}

.tos-list li {
    margin-bottom: 0.8rem;
}

.acceptance-box {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
