/* Pflege Hero Modul - isolated styles */
.pflege-hero,
.pflege-hero *{
    box-sizing:border-box!important;
    text-shadow:none!important;
    -webkit-text-shadow:none!important;
    filter:none!important;
    -webkit-filter:none!important;
    -webkit-text-stroke:0!important;
    text-decoration-thickness:auto!important;
}
.pflege-hero{
    font-family:var(--ph-font)!important;
    max-width:1310px;
    min-height:600px;
    margin:0 auto;
    position:relative;
    background-image:var(--ph-bg-desktop);
    background-size:cover;
    background-position:center right;
    border:14px solid #f4f6fa;
    overflow:hidden;
    color:#071847;
    isolation:isolate;
}
/* IMPORTANT: the default reference image contains text on the left. This white layer hides baked-in text completely. */
.pflege-hero:before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(90deg,#fff 0%,#fff 46%,rgba(255,255,255,.96) 55%,rgba(255,255,255,.55) 63%,rgba(255,255,255,0) 75%);
    pointer-events:none;
}
.pflege-hero__content{
    padding:68px 0 40px 50px;
    width:56%;
    position:relative;
    z-index:2;
}
.pflege-hero h1{
    margin:0 0 24px!important;
    font-family:var(--ph-font)!important;
    font-size:var(--ph-head-size)!important;
    line-height:1.17!important;
    font-weight:800!important;
    color:var(--ph-head-color)!important;
    letter-spacing:-.8px!important;
    text-shadow:none!important;
}
.pflege-hero__sub{
    font-family:var(--ph-font)!important;
    font-size:var(--ph-sub-size)!important;
    line-height:1.5!important;
    margin:0 0 30px!important;
    color:var(--ph-sub-color)!important;
    font-weight:400!important;
}
.pflege-hero__features{display:flex;flex-direction:column;gap:18px}
.pflege-hero__feature{
    display:grid;
    grid-template-columns:66px 30px 1fr;
    align-items:center;
    column-gap:10px;
    font-family:var(--ph-font)!important;
    font-size:var(--ph-feature-size)!important;
    color:var(--ph-feature-color)!important;
    line-height:1.35!important;
}
.pflege-hero__feature strong{font-weight:800!important;color:var(--ph-feature-color)!important}
.pflege-hero__feature span{font-weight:400;color:var(--ph-feature-color)!important}
.pflege-hero__icon{width:66px;height:66px;border-radius:50%;background:#dcf5ea;display:flex;align-items:center;justify-content:center;overflow:hidden}
.pflege-hero__icon svg{width:36px;height:36px;fill:none;stroke:#071b78;stroke-width:1.35}
.pflege-hero__icon svg path{fill:none;stroke:#071b78;stroke-linecap:round;stroke-linejoin:round}
.pflege-hero__icon img{width:var(--ph-icon-w,38px)!important;height:var(--ph-icon-h,38px)!important;display:block;object-fit:contain}
.pflege-hero__check{width:24px;height:24px;border-radius:50%;background:#18aa78;color:white!important;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;line-height:1}
.pflege-hero__card{position:absolute;right:40px;bottom:24px;width:432px;background:#fff;border-radius:14px;padding:22px 28px 20px;box-shadow:0 2px 14px rgba(0,0,0,.22);z-index:3}
.pflege-hero__card h2{font-family:var(--ph-font)!important;font-size:24px!important;line-height:1.2!important;margin:0 0 8px!important;color:#071847!important;font-weight:800!important}
.pflege-hero__card p{font-family:var(--ph-font)!important;font-size:16px!important;line-height:1.45!important;margin:0 0 14px!important;color:#071847!important}
.pflege-hero__button{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;width:100%!important;height:58px!important;border-radius:12px!important;background:var(--ph-btn-bg)!important;color:var(--ph-btn-color)!important;font-family:var(--ph-font)!important;font-size:var(--ph-btn-size)!important;font-weight:800!important;text-decoration:none!important;border:0!important;box-shadow:none!important}
.pflege-hero__button:hover{opacity:.94;color:var(--ph-btn-color)!important;text-decoration:none!important}
.pflege-hero__button-icon{font-size:26px!important;line-height:1!important;color:var(--ph-btn-color)!important}
.pflege-hero__secure{margin-top:14px;color:#6b7280!important;font-size:12px!important;font-family:var(--ph-font)!important}
@media(max-width:900px){
    .pflege-hero{min-height:auto;background-image:var(--ph-bg-mobile);background-position:center top;padding-top:300px;border-width:8px}
    .pflege-hero:before{background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.98) 42%,#fff 62%,#fff 100%)}
    .pflege-hero__content{width:100%;padding:24px;background:#fff}
    .pflege-hero h1{font-size:calc(var(--ph-head-size)*.72)!important}
    .pflege-hero__sub{font-size:calc(var(--ph-sub-size)*.88)!important}
    .pflege-hero__card{position:relative;right:auto;bottom:auto;width:auto;margin:0 18px 22px;padding:20px}
    .pflege-hero__feature{grid-template-columns:56px 26px 1fr}
    .pflege-hero__icon{width:56px;height:56px}
}
.pflege-hero__button-icon{width:var(--ph-btn-icon-w,28px)!important;height:var(--ph-btn-icon-h,28px)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important}
.pflege-hero__button-icon svg{width:var(--ph-btn-icon-w,28px)!important;height:var(--ph-btn-icon-h,28px)!important;fill:currentColor!important;display:block!important}
.pflege-hero__button-icon img{width:var(--ph-btn-icon-w,28px)!important;height:var(--ph-btn-icon-h,28px)!important;object-fit:contain!important;display:block!important}
