/* Page Content */
.page-content {
    padding: 2rem 0 4rem;
    min-height: calc(100vh - 200px);
}

.page-header {
    text-align: center;
    margin-bottom: 3rem;
}

.page-title {
    font-size: 3rem;
    font-weight: bold;
    color: #1e293b;
    margin-bottom: 1rem;
}

.page-description {
    color: #64748b;
    font-size: 1.125rem;
    max-width: 3xl;
    margin: 0 auto 2rem;
}
