/* Legal Pages (Privacy & Terms) Specific Styles */
/* Global styles are in maya-global.css */

.content {
    max-width: 800px;
    margin: 0 auto;
    padding: 4rem 5%;
}

.content h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 0.5rem;
}

.last-updated {
    color: #6b7280;
    font-size: 0.95rem;
    margin-bottom: 3rem;
}

.content h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #111827;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.content p {
    color: #374151;
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.content ul,
.content ol {
    margin-left: 2rem;
    margin-bottom: 1rem;
    color: #374151;
}

.content li {
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
}

.highlight-box {
    background: #fef3f2;
    border-left: 4px solid var(--primary);
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 8px;
}

.highlight-box p {
    margin-bottom: 0;
}

.content a {
    color: var(--primary);
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .content h1 {
        font-size: 2rem;
    }

    .content h2 {
        font-size: 1.5rem;
    }

    .content {
        padding: 3rem 5%;
    }
}