/* Page Content */
.page-content {
    padding: 120px 0;
    background: white;
    min-height: 60vh;
}

.page-header {
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 2px solid #E8E3F0;
}

.page-title {
    color: #362450;
    font-family: "Abhaya Libre";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
}

.page-content-text {
    margin: 0 auto;
}

.page-content-text p {
    color: #666;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 24px;
}

.page-content-text h2 {
    color: #362450;
    font-family: "Abhaya Libre";
    font-size: 36px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-content-text h3 {
    color: #2E2E2E;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 16px;
}

.page-content-text ul,
.page-content-text ol {
    color: #666;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 24px;
    padding-left: 30px;
}

.page-content-text a {
    color: #3F1965;
    text-decoration: underline;
}

.page-content-text a:hover {
    color: #EF3E3E;
}

/* Responsive */
@media (max-width: 768px) {
    .page-content {
        padding: 80px 0;
    }
    
    .page-title {
        font-size: 48px;
    }
    
    .page-content-text p {
        font-size: 16px;
    }
}