/* Page Content Styles */
.page-content-section {
    padding: 4rem 0;
    min-height: 60vh;
}

.page-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
}

.page-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.page-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
}

.page-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 2rem 0 1rem;
}

.page-content h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    margin: 1.5rem 0 0.75rem;
}

.page-content p {
    margin: 0 0 1rem;
}

.page-content ul,
.page-content ol {
    margin: 0 0 1rem;
    padding-left: 1.5rem;
}

.page-content li {
    margin-bottom: 0.5rem;
}

.page-content a {
    color: #c9a227;
    text-decoration: none;
    transition: color 0.2s;
}

.page-content a:hover {
    color: #a88620;
    text-decoration: underline;
}

.page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1rem 0;
}

.page-content blockquote {
    border-left: 4px solid #c9a227;
    padding-left: 1rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #666;
}

.page-footer-navigation {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #eee;
    text-align: center;
}

.btn {
    display: inline-block;
    padding: 0.875rem 2rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s;
    cursor: pointer;
}

.btn-outline {
    background: transparent;
    color: #333;
    border: 1px solid #ddd;
}

.btn-outline:hover {
    background: #f5f5f5;
    border-color: #ccc;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .page-content-section {
        padding: 2rem 0;
    }
    
    .page-title {
        font-size: 1.75rem;
    }
    
    .page-content {
        font-size: 0.9375rem;
    }
    
    .page-content h3 {
        font-size: 1.25rem;
    }
}
