/* Site Page Styles */
.page-title-gradient {
    background: linear-gradient(135deg, #2c3e50 0%, #4ca1af 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-content {
    line-height: 1.8;
    color: #6c757d;
}