.clinic-selector-page {
    position: relative;
    overflow: hidden;
}

.clinic-selector-page::before {
    content: "";
    position: absolute;
    top: 48px;
    left: 50%;
    width: min(820px, 88vw);
    height: 360px;
    border-radius: 9999px;
    background: rgba(0, 107, 44, 0.08);
    filter: blur(64px);
    transform: translateX(-50%);
    pointer-events: none;
}

.clinic-selector-page > * {
    position: relative;
    z-index: 1;
}

.clinic-hero,
.clinic-grid-section,
.clinic-benefits,
.clinic-cta {
    padding: 32px 32px 0;
}

.clinic-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.95fr);
    align-items: start;
    gap: 40px;
    padding-top: 124px;
}

.clinic-hero-copy {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.clinic-eyebrow,
.clinic-panel-label,
.clinic-tag,
.clinic-cta-kicker {
    margin: 0;
    color: var(--primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.clinic-hero-statement {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.clinic-hero-statement h1,
.clinic-hero-panel h2,
.section-heading h2,
.benefit-panel h3,
.clinic-card-content h3,
.clinic-cta-copy h2 {
    margin: 0;
    letter-spacing: -0.04em;
}

.clinic-hero-statement h1 {
    max-width: 720px;
    font-size: clamp(42px, 6vw, 68px);
    font-weight: 800;
    line-height: 0.95;
    transition: transform 250ms ease, color 250ms ease;
}

.clinic-hero-statement h1:hover {
    transform: translateY(-2px);
    color: #236b53;
}

.clinic-hero-statement h1 span {
    color: var(--primary);
    font-style: italic;
    transition: color 250ms ease;
}

.clinic-hero-statement h1:hover span {
    color: #4caf50;
}

.clinic-hero-statement p,
.clinic-hero-panel p,
.clinic-card-content p,
.benefit-panel p,
.clinic-cta-copy p {
    margin: 0;
    color: rgba(28, 27, 27, 0.76);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
}

.clinic-hero-statement p {
    max-width: 700px;
    padding: 22px 26px;
    border-left: 4px solid var(--primary);
    border-radius: 18px;
    background: rgba(0, 107, 44, 0.06);
    color: var(--on-surface);
    transition: transform 250ms ease, background 250ms ease, box-shadow 250ms ease;
}

.clinic-hero-statement p:hover {
    transform: translateY(-2px);
    background: rgba(0, 107, 44, 0.1);
    box-shadow: 0 18px 40px -30px rgba(28, 27, 27, 0.22);
}

.clinic-hero-notes {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.clinic-hero-notes p {
    margin: 0;
    padding: 10px 16px;
    border: 1px solid rgba(0, 107, 44, 0.16);
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.74);
    color: rgba(28, 27, 27, 0.76);
    font-size: 14px;
    font-weight: 700;
    backdrop-filter: blur(12px);
    transition: transform 250ms ease, border-color 250ms ease, box-shadow 250ms ease, color 250ms ease, background 250ms ease;
}

.clinic-hero-notes p:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 107, 44, 0.26);
    background: rgba(0, 107, 44, 0.08);
    box-shadow: 0 18px 36px -28px rgba(28, 27, 27, 0.24);
    color: var(--on-surface);
}

.clinic-hero-panel {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 30px;
    border: 1px solid rgba(0, 107, 44, 0.12);
    border-radius: 32px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.94) 0%, rgba(240, 237, 236, 0.9) 100%);
    box-shadow: var(--editorial-shadow);
    transform-origin: center center;
    transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease, background 300ms ease;
}

.clinic-hero-panel:hover {
    transform: translateY(-3px) scale(1.03);
    border-color: rgba(0, 107, 44, 0.22);
    background: linear-gradient(160deg, rgba(255, 255, 255, 1) 0%, rgba(0, 107, 44, 0.08) 100%);
    box-shadow: 0 30px 60px -28px rgba(28, 27, 27, 0.22);
}

.clinic-hero-panel h2 {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 800;
    line-height: 1.04;
    transition: transform 300ms ease, color 300ms ease;
}

.clinic-hero-panel:hover h2 {
    transform: scale(1.04);
    color: #236b53;
}

.clinic-hero-panel:hover p {
    color: rgba(28, 27, 27, 0.82);
}

.clinic-hero-panel:hover .btn-panel {
    transform: scale(1.05);
    box-shadow: 0 22px 42px -22px rgba(0, 107, 44, 0.35);
}

.btn-panel,
.btn-cta-clinic {
    width: fit-content;
    padding: 15px 28px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-container) 100%);
    color: var(--on-primary);
    font-size: 16px;
    font-weight: 700;
    box-shadow: var(--editorial-shadow);
}

.btn-panel:hover,
.btn-cta-clinic:hover {
    transform: translateY(-2px) scale(1.08);
    opacity: 0.94;
}

.clinic-grid-section {
    padding-top: 72px;
}

.section-heading {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 32px;
}

.section-heading h2 {
    font-size: clamp(30px, 3.8vw, 46px);
    font-weight: 800;
    line-height: 1.02;
    transition: transform 250ms ease, color 250ms ease;
}

.section-heading:hover h2 {
    transform: translateY(-2px);
    color: #236b53;
}

.heading-rule {
    width: min(160px, 24vw);
    height: 4px;
    border-radius: 9999px;
    background: linear-gradient(90deg, var(--primary) 0%, rgba(0, 107, 44, 0.12) 100%);
    transition: width 300ms ease, background 300ms ease;
}

.section-heading:hover .heading-rule {
    width: min(240px, 36vw);
    background: linear-gradient(90deg, #4caf50 0%, rgba(0, 107, 44, 0.16) 100%);
}

.clinic-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.clinic-card {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border: 1px solid rgba(0, 107, 44, 0.1);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 28px 56px -36px rgba(28, 27, 27, 0.26);
    transition: transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease, background 250ms ease;
}

.clinic-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 107, 44, 0.28);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(0, 107, 44, 0.08) 100%);
    box-shadow: 0 38px 74px -42px rgba(0, 107, 44, 0.24);
}

.clinic-card-media {
    position: relative;
    width: 100%;
    height: clamp(220px, 24vw, 280px);
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--surface-container);
}

.clinic-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 450ms ease;
}

.clinic-card:hover .clinic-card-media img {
    transform: scale(1.05);
}

.clinic-card-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 28px;
    min-height: 220px;
}

.clinic-card-content h3 {
    font-size: clamp(22px, 1.9vw, 30px);
    font-weight: 800;
    line-height: 1.02;
    overflow-wrap: anywhere;
    transition: transform 250ms ease, color 250ms ease;
}

.clinic-card:hover .clinic-card-content h3 {
    transform: translateY(-2px);
    color: #236b53;
}

.clinic-card-prox {
    position: relative;
    cursor: default;
}

.clinic-card-prox .clinic-card-media img {
    filter: blur(2px);
}

.clinic-card-prox:hover {
    transform: none;
    border-color: rgba(0, 107, 44, 0.1);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 28px 56px -36px rgba(28, 27, 27, 0.26);
}

.clinic-card-prox:hover .clinic-card-media img,
.clinic-card-prox:hover .clinic-tag {
    transform: none;
}

.clinic-card-prox:hover .clinic-tag {
    color: inherit;
}

.clinic-coming-soon {
    position: absolute;
    top: clamp(112px, 12vw, 146px);
    left: 50%;
    z-index: 1;
    width: calc(100% + 32px);
    max-width: none;
    padding: 14px 28px;
    border: 1px solid rgba(0, 107, 44, 0.2);
    border-right: 0;
    border-left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 251, 247, 0.96));
    color: var(--primary);
    box-shadow: 0 16px 30px -24px rgba(28, 27, 27, 0.54);
    font-size: clamp(19px, 1.6vw, 25px);
    text-align: center;
    transform: translate(-50%, -50%) rotate(-1.5deg);
}

.clinic-card-prox:hover .clinic-card-content h3.clinic-coming-soon {
    transform: translate(-50%, -50%) rotate(-1.5deg);
    color: var(--primary);
}

.clinic-coming-soon::before,
.clinic-coming-soon::after {
    content: "";
    position: absolute;
    top: 100%;
    border-top: 10px solid rgba(0, 107, 44, 0.18);
}

.clinic-coming-soon::before {
    left: 0;
    border-left: 16px solid transparent;
}

.clinic-coming-soon::after {
    right: 0;
    border-right: 16px solid transparent;
}

.clinic-card-content p:not(.clinic-tag) {
    transition: color 250ms ease, transform 250ms ease;
}

.clinic-card:hover .clinic-card-content p:not(.clinic-tag) {
    color: rgba(28, 27, 27, 0.84);
}

.clinic-tag {
    display: inline-flex;
    width: fit-content;
    padding: 9px 14px;
    border-radius: 9999px;
    background: rgba(0, 107, 44, 0.08);
    transition: transform 250ms ease, background 250ms ease, color 250ms ease;
}

.clinic-card:hover .clinic-tag {
    transform: translateY(-1px);
    background: rgba(0, 107, 44, 0.14);
    color: #236b53;
}

.clinic-tag-light {
    background: rgba(0, 107, 44, 0.08);
    color: var(--primary);
}

.clinic-link {
    display: inline-flex;
    width: fit-content;
    margin-top: auto;
    padding: 12px 18px;
    border: 1px solid rgba(0, 107, 44, 0.16);
    border-radius: 9999px;
    background: rgba(0, 107, 44, 0.08);
    color: var(--primary);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: transform 250ms ease, background 250ms ease, border-color 250ms ease, color 250ms ease, box-shadow 250ms ease;
}

.clinic-link::after {
    content: " →";
}

.clinic-card:hover .clinic-link {
    transform: translateY(-2px);
    border-color: rgba(0, 107, 44, 0.26);
    background: rgba(0, 107, 44, 0.12);
}

.clinic-card .clinic-link:hover {
    transform: translateY(-3px) scale(1.04);
    border-color: rgba(0, 107, 44, 0.42);
    background: var(--primary);
    color: var(--on-primary);
    box-shadow: 0 18px 34px -22px rgba(0, 107, 44, 0.5);
}

.clinic-link-light {
    color: var(--primary);
}

.clinic-benefits {
    padding-top: 88px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.benefit-panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 30px;
    border: 1px solid rgba(0, 107, 44, 0.12);
    border-radius: 28px;
    background: linear-gradient(160deg, rgba(0, 107, 44, 0.06) 0%, rgba(255, 255, 255, 0.94) 100%);
    box-shadow: 0 24px 56px -40px rgba(28, 27, 27, 0.28);
    transform-origin: center center;
    overflow: hidden;
    transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease, background 300ms ease;
}

.benefit-panel:hover {
    transform: translateY(-3px) scale(1.03);
    border-color: rgba(0, 107, 44, 0.2);
    background: linear-gradient(160deg, rgba(0, 107, 44, 0.1) 0%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0 30px 60px -36px rgba(28, 27, 27, 0.32);
}

.benefit-index {
    color: rgba(0, 107, 44, 0.45);
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.05em;
    transform-origin: left center;
    transition: color 300ms ease, font-size 300ms ease;
}

.benefit-panel:hover .benefit-index {
    font-size: 38px;
    color: #4caf50;
}

.benefit-panel h3 {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.08;
    transition: transform 250ms ease, color 250ms ease;
}

.benefit-panel:hover h3 {
    transform: translateY(-2px);
    color: #236b53;
}

.clinic-personalization {
    padding: 88px 32px 0;
}

.personalization-flex {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.personalization-flex::before {
    content: "";
    position: absolute;
    top: 22px;
    bottom: calc(22px + 36px);
    left: 50%;
    width: 2px;
    background: linear-gradient(
        180deg,
        rgba(0, 107, 44, 0.1) 0%,
        rgba(0, 107, 44, 0.22) 18%,
        rgba(0, 107, 44, 0.22) 82%,
        rgba(0, 107, 44, 0.1) 100%
    );
    transform: translateX(-50%);
    z-index: 0;
}

.contenedor_comun {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
    gap: 44px;
    padding: 36px 38px;
    border: 1px solid rgba(0, 107, 44, 0.12);
    border-radius: 32px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(240, 237, 236, 0.88) 100%);
    box-shadow: 0 28px 58px -38px rgba(28, 27, 27, 0.28);
    transform-origin: center center;
    transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.contenedor_comun:hover {
    transform: translateY(-3px) scale(1.01);
    border-color: rgba(0, 107, 44, 0.22);
    box-shadow: 0 34px 68px -42px rgba(28, 27, 27, 0.34);
}

.contenedor_comun::before,
.contenedor_final::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: 0;
}

.contenedor_comun::before {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 237, 236, 0.98) 100%);
    transition: background 300ms ease;
}

.contenedor_comun:hover::before {
    background: linear-gradient(145deg, rgba(255, 255, 255, 1) 0%, rgba(0, 107, 44, 0.08) 100%);
}

.contenedor_comun::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -37px;
    width: 14px;
    height: 14px;
    border: 3px solid rgba(0, 107, 44, 0.18);
    border-radius: 9999px;
    background: var(--surface-container-lowest);
    transform: translateX(-50%);
    box-shadow: 0 0 0 8px rgba(252, 249, 248, 0.92);
    transition: border-color 250ms ease, background 250ms ease, box-shadow 250ms ease;
}

.contenedor_comun:hover::after {
    animation: timeline-dot-pulse 1600ms ease-in-out infinite;
}

.contenedor_comun:nth-child(even) .contenedor_imagen {
    order: 1;
}

.contenedor_comun:nth-child(even) .contenedor_texto {
    order: 2;
    margin-left: auto;
}

.contenedor_texto {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.contenedor_texto h3,
.contenedor_final h3 {
    margin: 0;
    letter-spacing: -0.04em;
}

.contenedor_texto h3 {
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 800;
    line-height: 1.04;
    max-width: none;
    transition: transform 250ms ease, color 250ms ease;
}

.contenedor_comun:hover .contenedor_texto h3 {
    transform: translateY(-2px);
    color: #236b53;
}

.contenedor_texto p,
.contenedor_final p {
    margin: 0;
}

.contenedor_texto .subtitulo {
    margin-bottom: 4px;
    color: var(--on-surface);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    max-width: 62ch;
    transition: color 250ms ease;
}

.contenedor_comun:hover .contenedor_texto .subtitulo {
    color: rgba(28, 27, 27, 0.86);
}

.contenedor_texto p:not(.subtitulo) {
    position: relative;
    padding-left: 22px;
    color: rgba(28, 27, 27, 0.76);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.65;
    max-width: 58ch;
    transition: color 250ms ease, transform 250ms ease;
}

.contenedor_comun:hover .contenedor_texto p:not(.subtitulo) {
    color: rgba(28, 27, 27, 0.84);
    transform: translateX(2px);
}

.contenedor_texto p:not(.subtitulo)::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    background: var(--primary);
    box-shadow: 0 0 0 6px rgba(0, 107, 44, 0.08);
    transition: background 250ms ease, box-shadow 250ms ease, transform 250ms ease;
}

.contenedor_comun:hover .contenedor_texto p:not(.subtitulo)::before {
    background: #4caf50;
    box-shadow: 0 0 0 7px rgba(0, 107, 44, 0.12);
    transform: scale(1.08);
}

.contenedor_imagen {
    position: relative;
    flex: 0 0 min(36%, 400px);
    min-width: 0;
    width: 100%;
    z-index: 1;
}

.contenedor_imagen::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 28px;
    background: rgba(0, 107, 44, 0.08);
    filter: blur(20px);
    transition: background 300ms ease, filter 300ms ease;
}

.contenedor_comun:hover .contenedor_imagen::before {
    background: rgba(0, 107, 44, 0.14);
    filter: blur(24px);
}

.contenedor_imagen img {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 280px;
    aspect-ratio: 4 / 3;
    border-radius: 28px;
    object-fit: cover;
    box-shadow: var(--editorial-shadow);
    transition: transform 450ms ease, box-shadow 300ms ease;
}

.contenedor_comun:hover .contenedor_imagen img {
    transform: scale(1.03);
    box-shadow: 0 30px 60px -34px rgba(28, 27, 27, 0.3);
}

@keyframes timeline-dot-pulse {
    0%,
    100% {
        border-color: rgba(0, 107, 44, 0.22);
        background: var(--surface-container-lowest);
        box-shadow: 0 0 0 9px var(--surface), 0 0 0 0 rgba(0, 107, 44, 0.12);
        transform: translateX(-50%) scale(1);
    }

    50% {
        border-color: rgba(76, 175, 80, 0.48);
        background: #f2faf4;
        box-shadow: 0 0 0 9px var(--surface), 0 0 0 9px rgba(0, 107, 44, 0);
        transform: translateX(-50%) scale(1.08);
    }
}

.contenedor_final {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 34px 36px;
    overflow: hidden;
    border-radius: 36px;
    border: 1px solid rgba(0, 107, 44, 0.14);
    background: linear-gradient(145deg, rgba(0, 107, 44, 0.12) 0%, rgba(255, 255, 255, 0.94) 100%);
    box-shadow: 0 24px 56px -38px rgba(28, 27, 27, 0.24);
    transform-origin: center center;
    transition: transform 320ms ease, border-color 320ms ease, box-shadow 320ms ease;
}

.contenedor_final {
    border-top-width: 2px;
}

.contenedor_final:hover {
    transform: translateY(-4px) scale(1.02);
    border-color: rgba(0, 107, 44, 0.28);
    box-shadow: 0 36px 76px -40px rgba(0, 107, 44, 0.28);
}

.contenedor_final::before,
.contenedor_final::after {
    position: absolute;
    border-radius: 9999px;
    pointer-events: none;
}

.contenedor_final::before {
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(145deg, rgba(0, 107, 44, 0.12) 0%, rgba(255, 255, 255, 0.94) 100%);
    z-index: 0;
    transition: background 320ms ease;
}

.contenedor_final:hover::before {
    background: linear-gradient(145deg, rgba(0, 107, 44, 0.2) 0%, rgba(255, 255, 255, 0.98) 68%, rgba(76, 175, 80, 0.12) 100%);
}

.contenedor_final::after {
    bottom: -160px;
    left: -50px;
    width: 240px;
    height: 240px;
    background: rgba(0, 107, 44, 0.06);
    transition: transform 500ms ease, background 320ms ease;
}

.contenedor_final:hover::after {
    background: rgba(0, 107, 44, 0.12);
    transform: translate(18px, -14px) scale(1.12);
}

.contenedor_final h3,
.contenedor_final p {
    position: relative;
    z-index: 1;
    color: var(--on-surface);
}

.contenedor_final h3 {
    max-width: 760px;
    font-size: clamp(30px, 3.8vw, 42px);
    font-weight: 800;
    line-height: 1.02;
    transition: transform 280ms ease, color 280ms ease;
}

.contenedor_final:hover h3 {
    transform: translateY(-2px);
    color: #236b53;
}

.contenedor_final p {
    font-size: clamp(18px, 1.9vw, 22px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    transition: transform 280ms ease, color 280ms ease;
}

.contenedor_final:hover p {
    color: rgba(28, 27, 27, 0.86);
}

.contenedor_final:hover p:nth-of-type(1) {
    transform: translateX(6px);
}

.contenedor_final:hover p:nth-of-type(2) {
    transform: translateX(12px);
}

.contenedor_final:hover p:nth-of-type(3) {
    transform: translateX(18px);
}

.clinic-cta {
    padding-top: 88px;
    padding-bottom: 96px;
}

.clinic-cta-card {
    position: relative;
    display: flex;
    width: min(960px, 100%);
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 42px;
    overflow: hidden;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(0, 107, 44, 0.96) 0%, rgba(2, 135, 58, 0.92) 100%);
    box-shadow: 0 32px 72px -32px rgba(0, 107, 44, 0.38);
    transform-origin: center center;
    transition: transform 320ms ease, box-shadow 320ms ease, background 320ms ease;
}

.clinic-cta-card:hover {
    transform: translateY(-4px) scale(1.02);
    background: linear-gradient(135deg, rgba(0, 107, 44, 1) 0%, rgba(45, 158, 78, 0.98) 100%);
    box-shadow: 0 40px 86px -34px rgba(0, 107, 44, 0.46);
}

.clinic-cta-card::before,
.clinic-cta-card::after {
    content: "";
    position: absolute;
    border-radius: 9999px;
    pointer-events: none;
}

.clinic-cta-card::before {
    top: -120px;
    right: -40px;
    width: 280px;
    height: 280px;
    background: rgba(255, 255, 255, 0.1);
    transition: transform 500ms ease, background 320ms ease;
}

.clinic-cta-card:hover::before {
    background: rgba(255, 255, 255, 0.16);
    transform: translate(-18px, 18px) scale(1.12);
}

.clinic-cta-card::after {
    bottom: -140px;
    left: -30px;
    width: 260px;
    height: 260px;
    background: rgba(255, 255, 255, 0.08);
    transition: transform 500ms ease, background 320ms ease;
}

.clinic-cta-card:hover::after {
    background: rgba(255, 255, 255, 0.13);
    transform: translate(20px, -16px) scale(1.1);
}

.clinic-cta-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 780px;
}

.clinic-cta-copy h2,
.clinic-cta-copy p,
.clinic-cta-kicker {
    color: var(--on-primary);
}

.clinic-cta-copy h2 {
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 800;
    line-height: 1.02;
    transition: transform 280ms ease, color 280ms ease;
}

.clinic-cta-card:hover .clinic-cta-copy h2 {
    transform: translateY(-2px);
    color: #ffffff;
}

.clinic-cta-copy p:last-child {
    color: rgba(255, 255, 255, 0.84);
    transition: transform 280ms ease, color 280ms ease;
}

.clinic-cta-card:hover .clinic-cta-copy p:last-child {
    transform: translateX(4px);
    color: rgba(255, 255, 255, 0.92);
}

.clinic-cta-kicker {
    transition: transform 280ms ease, color 280ms ease;
}

.clinic-cta-card:hover .clinic-cta-kicker {
    transform: translateY(-1px);
    color: rgba(255, 255, 255, 0.88);
}

.btn-cta-clinic {
    position: relative;
    z-index: 1;
    padding: 18px 34px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.85);
    color: var(--primary);
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 24px 48px -24px rgba(28, 27, 27, 0.42);
    backdrop-filter: blur(14px);
    transition: transform 280ms ease, box-shadow 280ms ease, background 280ms ease;
}

.clinic-cta-card:hover .btn-cta-clinic {
    transform: scale(1.04);
    box-shadow: 0 28px 54px -24px rgba(28, 27, 27, 0.48);
}

.btn-cta-clinic:hover {
    background: rgba(255, 255, 255, 0.96);
    transform: translateY(-3px) scale(1.02);
}

@media (max-width: 1100px) {
    .clinic-hero {
        grid-template-columns: 1fr;
    }

    .clinic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .clinic-cta-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .clinic-hero,
    .clinic-grid-section,
    .clinic-benefits,
    .clinic-personalization,
    .clinic-cta {
        padding-left: 24px;
        padding-right: 24px;
    }

    .clinic-hero {
        gap: 28px;
        padding-top: 108px;
    }

    .clinic-hero-panel,
    .benefit-panel,
    .clinic-cta-card,
    .clinic-card-content,
    .contenedor_comun,
    .contenedor_final {
        padding: 24px;
    }

    .contenedor_comun {
        flex-direction: column;
        gap: 22px;
    }

    .contenedor_comun:nth-child(even) .contenedor_imagen,
    .contenedor_comun:nth-child(even) .contenedor_texto {
        order: initial;
    }

    .contenedor_imagen {
        flex: 0 0 auto;
    }

    .personalization-flex::before {
        left: 50%;
        transform: translateX(-50%);
        bottom: calc(22px + 24px);
    }

    .contenedor_comun::after {
        left: 50%;
        bottom: -37px;
        transform: translateX(-50%);
        box-shadow: 0 0 0 6px rgba(252, 249, 248, 0.92);
    }

    .contenedor_imagen img {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .clinic-grid {
        grid-template-columns: 1fr;
    }

    .clinic-card-media {
        height: clamp(210px, 62vw, 280px);
    }

    .clinic-card-content h3 {
        font-size: 24px;
    }

    .clinic-card-content {
        min-height: 196px;
    }

    .clinic-coming-soon {
        top: clamp(104px, 31vw, 140px);
    }

    .clinic-hero-notes {
        gap: 10px;
    }

    .clinic-cta {
        padding-bottom: 72px;
    }
}
