/* ==========================================================================
   ZK Realty - Legal & Compliance Standalone Document Layout
   ========================================================================== */

/* Structural Workspace Wrapper */
.legal-viewport-wrapper {
    background-color: #ffffff;
    color: #1e293b;
    min-height: 100vh;
    padding-top: 130px; /* Safely offsets the fixed 70px header */
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
    font-family: 'Inter', sans-serif;
    line-height: 1.75;
}

.legal-document-container {
    max-width: 780px;
    margin: 0 auto;
}

/* Typography Hierarchy */
.legal-main-title {
    font-family: 'Playfair Display', serif;
    color: #0b1929;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
}

.legal-update-date {
    font-size: 0.95rem;
    color: #64748b;
    font-weight: 500;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.legal-section-title {
    font-family: 'Playfair Display', serif;
    color: #0b1929;
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 44px;
    margin-bottom: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e8f0;
}

.legal-body-paragraph {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #334155;
}

/* Hyperlink Styles */
.legal-anchor {
    color: #c8972a;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.2s ease;
}

.legal-anchor:hover {
    color: #e5b040;
    text-decoration: none;
}

/* Carrier Compliance Structured Callout Block */
.compliance-framework-box {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #c8972a;
    padding: 28px;
    margin: 32px 0;
    border-radius: 0 12px 12px 0;
}

.compliance-framework-box ol {
    margin: 0;
    padding-left: 20px;
}

.compliance-framework-box li {
    font-size: 0.98rem;
    color: #334155;
    margin-bottom: 14px;
}

.compliance-framework-box li:last-child {
    margin-bottom: 0;
}

/* Contact Info Display Block */
.legal-directory-card {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 24px;
    margin-top: 24px;
}

.legal-company-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0b1929;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
}

.legal-directory-row {
    font-size: 0.95rem;
    color: #475569;
    margin-bottom: 6px;
}

.legal-directory-row:last-child {
    margin-bottom: 0;
}

/* Unordered List Cleanups for Privacy Items */
.legal-bullet-list {
    margin: 0 0 24px 20px;
    padding: 0;
}

.legal-bullet-list li {
    font-size: 1rem;
    color: #334155;
    margin-bottom: 10px;
    list-style-type: disc;
}

/* Responsive Structural Scale */
@media (max-width: 640px) {
    .legal-viewport-wrapper {
        padding-top: 110px;
        padding-bottom: 60px;
    }
    .legal-main-title {
        font-size: 2rem;
    }
    .compliance-framework-box {
        padding: 20px;
    }
}
