/* Frontend Styles for Therapy Header */
.therapy-header-section {
    background: linear-gradient(135deg, #2d5a3d 0%, #3d6b4d 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.therapy-header-section .hero-container-copy {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
    display: block;
}

.therapy-header-section h1 {
    font-size: 48px;
    font-weight: 200;
    margin-bottom: 20px;
    letter-spacing: -2px;
    line-height: 1.2;
    color: white;
}

.therapy-header-section p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    color: white;
    opacity: 0.95;
}

/* Hide default page title on therapy pages */
body.page .therapy-header-section ~ .entry-header,
body.page .entry-header:has(+ * .therapy-header-section) {
    display: none;
}

@media (max-width: 768px) {
    .therapy-header-section h1 {
        font-size: 36px;
    }

    .therapy-header-section .hero-container-copy {
        padding: 0 20px;
    }
}
