/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Site Header */
.site-header[b-zc8muucndh] {
    background-color: var(--purple);
    color: #fff;
    padding: 4rem 1.5rem;
    text-align: center;
}

.header-content[b-zc8muucndh] {
    max-width: 56rem;
    margin: 0 auto;
}

.header-title[b-zc8muucndh] {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-bottom: 1rem;
}

.header-subtitle[b-zc8muucndh] {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 42rem;
    margin: 0 auto;
}

/* Site Footer */
.site-footer[b-zc8muucndh] {
    border-top: 1px solid #e5e7eb;
    padding: 2rem 1.5rem;
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280;
}

.site-footer p[b-zc8muucndh] {
    margin: 0;
}

.site-footer p + p[b-zc8muucndh] {
    margin-top: 0.25rem;
}

.site-footer a[b-zc8muucndh] {
    color: #6b7280;
    text-decoration: none;
}

.site-footer a:hover[b-zc8muucndh] {
    color: var(--purple);
}

@media (min-width: 576px) {
    .header-title[b-zc8muucndh] {
        font-size: 3rem;
    }

    .header-subtitle[b-zc8muucndh] {
        font-size: 1.25rem;
    }
}
