/* ============================================================
   SHARED HERO — page-hero.css
   Used by: blog, about, business-networking-events
   ============================================================ */

.page-title {
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 1;
    letter-spacing: -0.05em;
    background: linear-gradient(to right, rgb(0,0,0), white 50%, rgb(0,0,0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: arial;
    padding-bottom: 10px;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
}

.page-subtitle {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
    font-size: 1.1rem;
    padding-top: 20px;
    padding-bottom: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .page-title {
        font-size: 2.9rem;
        background: linear-gradient(to right, rgb(111,111,111), white 50%, rgb(174,174,174));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .page-subtitle {
        font-size: 1.1rem;
    }
}

@media (max-width: 450px) {
    .page-title {
        font-size: 2.1rem;
    }
    .page-subtitle {
        font-size: 0.8rem;
        width: 95%;
    }
}
