.clinic-legacy-page {
    background: #fff;
}

.clinic-hero {
    position: relative;
    background-color: #f3f4f6;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.clinic-hero__inner {
    width: 100%;
    max-width: 1100px;
    min-height: 605px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
}

.clinic-hero--has-image .clinic-hero__inner {
    background: rgba(255, 255, 255, 0.2);
}

.clinic-hero__eyebrow,
.clinic-section-kicker {
    font-size: 0.95rem;
    font-weight: 600;
    color: #801717;
    letter-spacing: -0.02em;
}

.clinic-hero__title-image {
    max-width: min(90%, 560px);
}

.clinic-hero__title {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.15;
    color: #111;
}

.clinic-hero__desc {
    max-width: 820px;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.clinic-empty-media {
    width: 100%;
    min-height: 220px;
    border: 1px dashed #d8d8d8;
    border-radius: 12px;
    background: linear-gradient(180deg, #fafafa 0%, #f1f1f1 100%);
}

.clinic-empty-media--feature {
    min-height: 320px;
}

.clinic-empty-media--video {
    min-height: 420px;
    border-color: #222;
    background: #000;
}

.clinic-empty-media--card {
    min-height: 121px;
}

.feature-image,
.product-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-image img {
    width: 100%;
    border-radius: 12px;
}

.video-container img {
    width: 100%;
    display: block;
}

.clinic-rich-text {
    display: grid;
    gap: 1rem;
}

.clinic-rich-text p,
.clinic-group-text {
    font-size: 1.1em;
    line-height: 1.8;
    color: #666;
}

.clinic-group-text,
.faq-answer {
    white-space: pre-line;
}

.product-details p:empty,
.candidate-card p:empty,
.process-content p:empty,
.faq-answer:empty {
    display: none;
}

.process-content h4,
.candidate-card h4,
.product-details h5,
.faq-question {
    word-break: keep-all;
}

@media (max-width: 768px) {
    .clinic-hero__inner {
        min-height: 400px;
        padding: 32px 16px;
    }

    .clinic-hero__title {
        font-size: 2.2rem;
    }

    .clinic-empty-media--feature {
        min-height: 220px;
    }

    .clinic-empty-media--video {
        min-height: 240px;
    }
}

.seo-page-intro {
    max-width: 1180px;
    margin: 0 auto 30px;
    padding: 20px;
    line-height: 1.75;
}

.seo-page-intro h1 {
    margin: 0 0 12px;
    font-size: 28px;
}

.seo-page-intro p {
    margin: 0;
    font-size: 16px;
}
