﻿/* =============================
   PAGE HEADER V2 (Premium Minimal)
   ============================= */
.page-header-v2 {
    background: #ffffff;
    padding: 70px 0 65px;
    border-bottom: 1px solid #f1f5f9;
}

.page-header-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-header-divider {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 15px 0 18px;
}

    .page-header-divider span {
        width: 70px;
        height: 4px;
        background: #f97316; /* Nilgiri orange */
        border-radius: 8px;
    }

.page-header-text {
    max-width: 700px;
    margin: 0 auto;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
    .page-header-title {
        font-size: 2rem;
    }

    .page-header-text {
        font-size: 0.95rem;
    }
}
