/* ===========================
   TERMS & PRIVACY PAGE STYLES
   =========================== */

.terms-header {
    background: var(--primary);
    color: var(--white);
    padding: 60px 0;
    text-align: center;
}

.terms-header h1 {
    font-size: 42px;
    margin-bottom: 16px;
}

.terms-header p {
    font-size: 18px;
    opacity: 0.9;
}

.terms-content {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 24px;
}

.terms-section {
    margin-bottom: 48px;
}

.terms-section h2 {
    font-size: 28px;
    color: var(--text-dark);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--primary);
}

.terms-section h3 {
    font-size: 20px;
    color: var(--text-dark);
    margin: 24px 0 12px;
}

.terms-section p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-gray);
    margin-bottom: 16px;
}

.terms-section ul {
    margin: 16px 0;
    padding-left: 24px;
}

.terms-section li {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-gray);
    margin-bottom: 8px;
}

.back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 32px;
}

.back-btn:hover {
    text-decoration: underline;
}

.last-updated {
    font-size: 14px;
    color: var(--text-gray);
    font-style: italic;
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
}
