/* Freigegebener früher Einstieg zu PZR und allgemeiner Zahnmedizin, nur Home. */
.page-home .home-care-bridge{padding:48px 0;scroll-margin-top:88px;color:var(--text-body);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}
.page-home .home-care-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.65fr);gap:48px;align-items:center}
.page-home .home-care-layout>*{min-width:0}
.page-home .home-care-photo{margin:0}
.page-home .home-care-photo img{display:block;width:100%;height:auto}
.page-home .home-care-bridge .eyebrow{color:#70542e}
.page-home .home-care-bridge h2{font-size:clamp(34px,3.3vw,44px);line-height:1.1;margin-top:14px}
.page-home .home-care-intro{max-width:39em;font-size:16px;line-height:1.7;margin-top:18px}
.page-home .home-care-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px 22px;margin-top:22px}
.page-home .home-care-actions a{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;max-width:100%;min-height:44px;font-size:14px;line-height:1.5;letter-spacing:.01em;font-weight:400}
.page-home .home-care-actions a>span:first-child{min-width:0;overflow-wrap:break-word}
.page-home .home-care-actions a>span[aria-hidden]{flex:none;font-size:20px}
.page-home .home-care-button{flex:1 1 280px;padding:15px 20px;background:var(--text-dark);color:var(--bg-warm);border:1px solid var(--text-dark);transition:background .2s ease}
.page-home .home-care-button:hover{background:#493b2f}
.page-home .home-care-actions a:focus-visible{outline:2px solid var(--text-dark);outline-offset:4px}
@media(max-width:760px){
  .page-home .home-care-bridge{padding:32px 0 40px}
  .page-home .home-care-layout{grid-template-columns:minmax(0,1fr);gap:24px}
  .page-home .home-care-photo{max-width:440px}
  .page-home .home-care-bridge h2{font-size:clamp(32px,6vw,40px)}
  .page-home .home-care-actions{margin-top:22px}
}
