/* ===========================================
   InterviewCue Legal Pages (Privacy, Terms)
   =========================================== */

/* --- Page Layout --- */
.legal-page {
    padding: 3rem 1.5rem 5rem 1.5rem;
}

.legal-header {
    max-width: 760px;
    margin: 0 auto 2.5rem auto;
}

.legal-header h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 0.5rem;
}

.legal-effective-date {
    font-size: 0.95rem;
    color: #888;
}

/* --- Content Area --- */
.legal-content {
    max-width: 760px;
    margin: 0 auto;
}

/* --- Sections --- */
.legal-section {
    margin-bottom: 2.5rem;
}

.legal-section h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1rem;
    padding-top: 0.5rem;
}

.legal-section h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.legal-section h3:first-child {
    margin-top: 0;
}

/* --- Prose --- */
.legal-section p {
    font-size: 1rem;
    color: #4a4a6a;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.legal-section p:last-child {
    margin-bottom: 0;
}

/* --- Lists --- */
.legal-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.legal-section ul li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 1rem;
    color: #4a4a6a;
    line-height: 1.75;
    margin-bottom: 0.5rem;
}

.legal-section ul li::before {
    content: "\2022";
    position: absolute;
    left: 0.25rem;
    color: #667eea;
    font-weight: 700;
}

.legal-section ul li:last-child {
    margin-bottom: 0;
}

/* --- Links --- */
.legal-section a {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
}

.legal-section a:hover {
    color: #5568d3;
    text-decoration: underline;
}

/* --- Entity Info (footer of contact section) --- */
.legal-entity-info {
    margin-top: 1.5rem;
    font-size: 0.95rem;
    color: #888;
    line-height: 1.6;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {
    .legal-page {
        padding: 2rem 1rem 3rem 1rem;
    }

    .legal-header h1 {
        font-size: 1.85rem;
    }

    .legal-section h2 {
        font-size: 1.25rem;
    }
}
