/* Page Intro Section - After Breadcrumb, Before Content */
.page-intro-section {
    padding: 35px 0 30px;
    background: #fff;
    border-bottom: 1px solid #f0ebe3;
}
.page-intro-label {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #b8860b;
    font-weight: 600;
    margin-bottom: 10px;
}
.page-intro-heading {
    font-family: 'Cinzel', serif;
    font-size: 32px;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    line-height: 1.3;
}
.page-intro-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    max-width: 800px;
    margin: 0;
}
.page-intro-desc strong {
    color: #1a1a1a;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .page-intro-section {
        padding: 25px 0 20px;
    }
    .page-intro-heading {
        font-size: 24px;
    }
    .page-intro-desc {
        font-size: 14px;
    }
}
