/* ============================================================
   Legal pages — terms.php, privacy.php
   Scoped under .legal so nothing collides with site-wide CSS.
   ============================================================ */

.legal {
    background: #f4f1eb;
    padding: 60px 0 80px;
    color: #2B3A4A;
    font-family: 'Outfit', sans-serif;
}

.legal__container {
    max-width: 740px;
    margin: 0 auto;
    padding: 0 24px;
}

.legal__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 52px;
    font-weight: 700;
    color: #2B3A4A;
    margin: 0 0 8px;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.legal__effective {
    font-size: 13px;
    color: #aaa;
    margin: 0 0 48px;
}

.legal__intro {
    font-size: 16px;
    color: #555;
    line-height: 1.85;
    margin-bottom: 48px;
    padding: 24px 28px;
    background: #fff;
    border-radius: 16px;
    border-top: 3px solid #F2E8B0;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
}

.legal__notice {
    background: #fde8e8;
    border-radius: 12px;
    padding: 20px 24px;
    border-left: 4px solid #c0392b;
    margin-bottom: 40px;
}

.legal__notice p {
    color: #5a1a1a;
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
}

.legal__notice strong {
    color: #c0392b;
}

.legal__section {
    margin-bottom: 40px;
}

.legal__section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 700;
    color: #2B3A4A;
    margin: 0 0 14px;
    line-height: 1.25;
}

.legal__section p,
.legal__section li {
    font-size: 15px;
    color: #555;
    line-height: 1.85;
    margin-bottom: 14px;
}

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

.legal__section ul {
    margin: 0 0 14px 20px;
    padding: 0;
    list-style: disc;
}

.legal__section ul li {
    margin-bottom: 6px;
}

.legal__section a {
    color: #2B3A4A;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

.legal__section a:hover {
    text-decoration-thickness: 2px;
}

.legal__divider {
    border: none;
    border-top: 1px solid #ede9e2;
    margin: 36px 0;
}

.legal__callout {
    background: #fff;
    border-radius: 12px;
    padding: 18px 22px;
    border-left: 4px solid #F2E8B0;
    margin: 18px 0;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.03);
}

.legal__callout p {
    color: #555;
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
}

.legal__callout strong {
    color: #2B3A4A;
}

@media (max-width: 600px) {
    .legal {
        padding: 40px 0 60px;
    }
    .legal__title {
        font-size: 38px;
    }
    .legal__section h2 {
        font-size: 22px;
    }
    .legal__intro {
        padding: 20px 22px;
        font-size: 15px;
    }
}
