/* ===========================
   INVESTOR CLASSIFICATION PAGE
   Dark Mode Legal Page Styles
   =========================== */

/* Page Hero for Legal/Info Pages */
.page-hero {
    background: linear-gradient(135deg, #0a1818 0%, #0d2424 100%);
    padding: 160px 80px 80px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-hero-content {
    max-width: 900px;
    margin: 0 auto;
}

.page-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.page-hero-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

/* Legal Content Section */
.legal-content-section {
    background: #0d1f1f;
    padding: 80px 80px 120px;
}

.legal-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 80px;
    align-items: start;
}

/* Legal Sidebar Navigation */
.legal-sidebar {
    position: sticky;
    top: 100px;
}

.legal-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.legal-nav-link {
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    border-left: 2px solid transparent;
    transition: all 0.3s ease;
    font-weight: 400;
}

.legal-nav-link:hover {
    color: #ffffff;
    border-left-color: rgba(58, 153, 153, 0.4);
    background: rgba(255, 255, 255, 0.03);
}

.legal-nav-link.active {
    color: #ffffff;
    border-left-color: #3a9999;
    background: rgba(255, 255, 255, 0.05);
    font-weight: 500;
}

/* Legal Main Content */
.legal-main {
    max-width: 900px;
}

.legal-section {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.legal-section-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 28px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.legal-subsection-title {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin: 40px 0 24px;
    letter-spacing: -0.3px;
}

.legal-text {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 20px;
}

.legal-text strong {
    color: #ffffff;
    font-weight: 600;
}

.legal-list {
    list-style: none;
    padding: 0;
    margin: 24px 0;
}

.legal-list li {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    padding-left: 32px;
    margin-bottom: 12px;
    position: relative;
}

.legal-list li:before {
    content: '•';
    position: absolute;
    left: 12px;
    color: #3a9999;
    font-size: 20px;
    line-height: 1.5;
}

/* Legal Callout Box */
.legal-callout {
    background: rgba(58, 153, 153, 0.1);
    border-left: 4px solid #3a9999;
    padding: 24px 28px;
    margin: 32px 0;
    border-radius: 4px;
}

.legal-callout p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.legal-callout strong {
    color: #ffffff;
}

/* Jurisdiction Info Blocks */
.jurisdiction-info {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 24px 28px;
    margin: 20px 0;
}

.jurisdiction-info h4 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #3a9999;
    margin: 0 0 12px 0;
}

.jurisdiction-info p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* Fraud Warning Box */
.fraud-warning {
    background: rgba(255, 152, 0, 0.1);
    border-left: 4px solid #ff9800;
    padding: 24px 28px;
    margin: 32px 0;
    border-radius: 4px;
}

.fraud-warning p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 12px;
}

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

.fraud-warning strong {
    color: #ffffff;
    font-weight: 600;
}

/* Contact Info Block */
.contact-info-block {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 24px 28px;
    margin: 24px 0;
}

.contact-info-block p {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin: 8px 0;
}

.contact-info-block strong {
    color: #ffffff;
    font-weight: 600;
    margin-right: 8px;
}

.inline-link {
    color: #3a9999;
    text-decoration: none;
    border-bottom: 1px solid rgba(58, 153, 153, 0.4);
    transition: all 0.3s ease;
}

.inline-link:hover {
    color: #4db8b8;
    border-bottom-color: #4db8b8;
}

/* Access Control Buttons */
.access-controls {
    display: flex;
    gap: 16px;
    margin-top: 48px;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    background: #3a9999;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.btn-primary:hover {
    background: #2d7a7a;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(58, 153, 153, 0.4);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

/* Responsive Legal Page */
@media (max-width: 1024px) {
    .page-hero {
        padding: 140px 40px 60px;
    }
    
    .page-hero-title {
        font-size: 42px;
    }
    
    .legal-content-section {
        padding: 60px 40px 80px;
    }
    
    .legal-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .legal-sidebar {
        position: static;
        order: 2;
    }
    
    .legal-main {
        order: 1;
    }
    
    .legal-nav {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .legal-nav-link {
        border-left: none;
        border-bottom: 2px solid transparent;
        padding: 10px 16px;
    }
    
    .legal-nav-link.active {
        border-bottom-color: #3a9999;
        border-left-color: transparent;
    }
}

@media (max-width: 768px) {
    .page-hero {
        padding: 120px 30px 50px;
    }
    
    .page-hero-title {
        font-size: 32px;
    }
    
    .page-hero-subtitle {
        font-size: 16px;
    }
    
    .legal-content-section {
        padding: 50px 30px 60px;
    }
    
    .legal-section-title {
        font-size: 28px;
    }
    
    .legal-subsection-title {
        font-size: 20px;
    }
    
    .legal-text,
    .legal-list li {
        font-size: 15px;
    }
    
    .access-controls {
        flex-direction: column;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
        text-align: center;
    }
}