/* ========================================
   POLUSAI - LEGAL PAGES STYLES
   ======================================== */

/* Main Content */
.main-content {
    padding-top: 120px;
    min-height: 100vh;
    padding-bottom: 3rem;
}

.page-header {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem 0;
}

.page-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #3b82f6, #1d4ed8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.content-section {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 3rem;
    margin: 0 auto;
    max-width: 800px;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.1);
    backdrop-filter: blur(10px);
}

.content-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #1e293b;
}

.content-section h2 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 2rem 0 1rem 0;
    color: #3b82f6;
}

.content-section h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem 0;
    color: #1e293b;
}

.content-section p {
    margin-bottom: 1.5rem;
    color: #64748b;
    line-height: 1.7;
}

.content-section ul, .content-section ol {
    margin: 1rem 0 1.5rem 2rem;
    color: #64748b;
}

.content-section li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.content-section strong {
    color: #1e293b;
    font-weight: 600;
}

.content-section em {
    color: #3b82f6;
    font-style: italic;
}
