/* Info Pages Specific Styles */

/* Page Header */
.page-header {
    padding: 120px 0 60px;
    background: radial-gradient(circle at 10% 20%, rgba(26, 115, 232, 0.05) 0%, rgba(255, 255, 255, 1) 90%);
}

.page-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #0d1b2a 0%, #1a73e8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-subtitle {
    font-size: 18px;
    color: #6B7280;
    max-width: 700px;
    margin: 0 auto;
}

/* Content Section */
.content-section {
    padding: 60px 0 100px;
    flex: 1;
}

.info-card {
    padding: 40px;
    border-radius: 24px;
    background: white;
    border: 1px solid #F1F5F9;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    height: 100%;
}

.mt-100 {
    margin-top: 100px;
}

/* Media Queries */
@media (max-width: 991px) {
    .page-title {
        font-size: 36px;
    }
    .page-header {
        padding: 100px 0 40px;
    }
}
