/* =========================
   Breadcrumbs
========================= */
.breadcrumbs {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 20px;
}
.breadcrumbs a {
    color: #2563eb;
    text-decoration: none;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}

/* =========================
   Legal Layout
========================= */

.legal-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 42px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.06);
}

/* =========================
   Typography
========================= */
.legal-card h1 {
    font-size: 36px;
    margin-bottom: 8px;
}

.legal-updated {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 32px;
}

.legal-card h2 {
    font-size: 22px;
    margin-top: 42px;
    margin-bottom: 14px;
}

.legal-card p {
    font-size: 16px;
    line-height: 1.75;
    color: #374151;
    margin-bottom: 16px;
}

.legal-card ul {
    padding-left: 22px;
    margin-bottom: 24px;
}

.legal-card li {
    font-size: 15px;
    margin-bottom: 10px;
}

.legal-divider {
    height: 1px;
    background: #e5e7eb;
    margin: 45px 0;
}

.legal-footer-nav {
    text-align: center;
    margin-top: 35px;
}
.legal-footer-nav a {
    color: #2563eb;
    font-weight: 500;
    text-decoration: none;
    margin: 0 6px;
}
.legal-footer-nav a:hover {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .legal-card {
        padding: 28px;
    }
    .legal-card h1 {
        font-size: 30px;
    }
}

.terms-section {
    margin-top: 45px;
}

.terms-block {
    background: #f8fafc;
    border-left: 4px solid #2563eb;
    padding: 22px 26px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.terms-block h2 {
    margin-top: 0;
}

.terms-list {
    list-style: none;
    padding-left: 0;
}

.terms-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
}

.terms-list li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: #2563eb;
    content: "›";
}

.terms-warning {
    background: #fef2f2;
    border: 1px solid #ef4444;
    color: #7f1d1d;
    padding: 16px 18px;
    border-radius: 10px;
    margin-top: 30px;
    font-size: 14px;
}

.terms-note {
    background: #ecfdf5;
    border: 1px solid #10b981;
    color: #065f46;
    padding: 16px 18px;
    border-radius: 10px;
    margin-top: 30px;
    font-size: 15px;
}