
:root{
  --green:#13845f;--green-dark:#0b5a42;--green-light:#42cf98;
  --soft:#f3fbf7;--border:#d8ebe2;--text:#15372d;--muted:#627a71;
  --shadow:0 18px 46px rgba(19,90,67,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.pk-container{width:min(1220px,calc(100% - 40px));margin-inline:auto}
.pk-header{position:sticky;top:0;z-index:30;border-bottom:1px solid var(--border);background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}
.pk-header__inner{min-height:82px;display:grid;grid-template-columns:auto 1fr auto;gap:26px;align-items:center}
.pk-brand{display:flex;flex-direction:column;white-space:nowrap}
.pk-brand strong{font-size:1.08rem;color:var(--green-dark)}
.pk-brand span{margin-top:3px;font-size:.72rem;color:var(--green);font-weight:800}
.pk-menu{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}
.pk-menu a{font-size:.88rem;font-weight:800;color:#365f51}
.pk-menu a:hover{color:var(--green)}
.pk-switch{display:flex;gap:9px;align-items:center}
.pk-switch>a{padding:9px 11px;border:1px solid var(--border);border-radius:999px;font-size:.76rem;font-weight:800}
.pk-phone{color:#fff!important;background:linear-gradient(90deg,var(--green),var(--green-light));border:0!important}
.pk-menu-toggle{display:none;border:1px solid var(--border);border-radius:10px;padding:9px 12px;background:#fff;font-weight:800}
.pk-hero{padding:76px 0 86px;background:radial-gradient(circle at 88% 15%,rgba(66,207,152,.18),transparent 24rem),linear-gradient(180deg,#f6fcf8,#fff)}
.pk-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:62px;align-items:center}
.pk-kicker{color:var(--green);font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.09em}
.pk-hero h1,.pk-page-hero h1{margin:15px 0 20px;font-size:clamp(3.1rem,5vw,5.6rem);line-height:.96;letter-spacing:-.05em}
.pk-hero p,.pk-page-hero p{color:var(--muted);font-size:1.1rem;line-height:1.72}
.pk-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:28px}
.pk-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 20px;border-radius:12px;font-weight:900}
.pk-btn--primary{color:#fff;background:linear-gradient(90deg,var(--green),var(--green-light));box-shadow:0 13px 28px rgba(19,132,95,.22)}
.pk-btn--secondary{border:1px solid var(--border);background:#fff;color:var(--green-dark)}
.pk-hero__facts{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}
.pk-hero__facts span{position:relative;padding-left:21px;color:#527067;font-size:.82rem;font-weight:800}
.pk-hero__facts span:before{content:"✓";position:absolute;left:0;color:var(--green)}
.pk-hero__image{overflow:hidden;border-radius:28px;box-shadow:0 28px 70px rgba(18,82,61,.16)}
.pk-hero__image img{display:block;width:100%;min-height:500px;object-fit:cover}
.pk-section{padding:82px 0}
.pk-section--soft{background:var(--soft)}
.pk-heading{max-width:820px;margin:0 auto 34px;text-align:center}
.pk-heading span{color:var(--green);font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.09em}
.pk-heading h2{margin:12px 0;font-size:clamp(2.25rem,4vw,4rem)}
.pk-heading p{margin:0;color:var(--muted);line-height:1.7}
.pk-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.pk-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.pk-card{padding:25px;border:1px solid var(--border);border-radius:19px;background:#fff;box-shadow:0 12px 32px rgba(18,82,61,.06);transition:.2s}
.pk-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.pk-card>span{color:var(--green);font-size:.72rem;font-weight:900}
.pk-card h3{margin:13px 0 9px}
.pk-card p{margin:0;color:var(--muted);line-height:1.62}
.pk-step{text-align:center;padding:20px}
.pk-step>span{display:grid;width:54px;height:54px;place-items:center;margin:0 auto 16px;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--green),var(--green-light));font-weight:900}
.pk-page-hero{padding:72px 0;background:radial-gradient(circle at 88% 14%,rgba(66,207,152,.18),transparent 24rem),linear-gradient(180deg,#f4fcf8,#fff)}
.pk-page-hero__grid{display:grid;grid-template-columns:1fr .75fr;gap:54px;align-items:center}
.pk-contact-card,.pk-form,.pk-price-card,.pk-help-card{padding:28px;border:1px solid var(--border);border-radius:22px;background:#fff;box-shadow:var(--shadow)}
.pk-contact-card{display:flex;flex-direction:column;gap:14px}
.pk-contact-card a{padding:14px;border:1px solid var(--border);border-radius:13px;background:var(--soft);font-weight:900}
.pk-form{display:grid;gap:16px}
.pk-form label{display:grid;gap:7px;font-weight:800}
.pk-form input,.pk-form select,.pk-form textarea{width:100%;padding:13px 14px;border:1px solid #cfe4da;border-radius:11px;background:#fbfefc;font:inherit}
.pk-form input:focus,.pk-form select:focus,.pk-form textarea:focus{outline:2px solid rgba(19,132,95,.18);border-color:var(--green)}
.pk-two-col{display:grid;grid-template-columns:.8fr 1.2fr;gap:58px;align-items:start}
.pk-list{display:grid;gap:10px;padding:0;list-style:none}
.pk-list li{position:relative;padding-left:23px;color:#527067}
.pk-list li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}
.pk-cta{padding:48px 0;color:#fff;background:linear-gradient(135deg,var(--green-dark),var(--green))}
.pk-cta__grid{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}
.pk-cta h2{margin:8px 0;color:#fff;font-size:clamp(2.2rem,4vw,3.8rem)}
.pk-cta p{margin:0;color:rgba(255,255,255,.76)}
.pk-footer{color:#fff;background:#0b2f25}
.pk-footer__grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:36px;padding:46px 0}
.pk-footer p{color:rgba(255,255,255,.7)}
.pk-footer nav,.pk-footer__contact{display:grid;gap:10px}
.pk-footer a{color:rgba(255,255,255,.82)}
.pk-footer__bottom{border-top:1px solid rgba(255,255,255,.12);background:#08251d}
.pk-footer__bottom .pk-container{min-height:62px;display:flex;justify-content:space-between;align-items:center;gap:18px}
.pk-footer__bottom nav{display:flex;gap:15px;flex-wrap:wrap}
details.pk-faq{border:1px solid var(--border);border-radius:15px;background:#fff;padding:0 18px}
details.pk-faq+details.pk-faq{margin-top:12px}
details.pk-faq summary{cursor:pointer;padding:18px 0;font-weight:900}
details.pk-faq p{padding:0 0 18px;margin:0;color:var(--muted);line-height:1.65}
@media(max-width:1050px){
 .pk-header__inner{grid-template-columns:auto auto}.pk-menu{grid-column:1/-1;order:3;padding-bottom:15px}.pk-switch{justify-content:flex-end}
 .pk-grid-4{grid-template-columns:repeat(2,1fr)}.pk-grid-3{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
 .pk-hero__grid,.pk-page-hero__grid,.pk-two-col,.pk-cta__grid{grid-template-columns:1fr}
 .pk-footer__grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
 .pk-header__inner{grid-template-columns:1fr auto;min-height:70px}.pk-menu-toggle{display:inline-flex}
 .pk-menu{display:none;grid-column:1/-1;flex-direction:column;align-items:flex-start}.pk-menu.is-open{display:flex}
 .pk-switch{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;padding-bottom:15px}.pk-phone{grid-column:1/-1;text-align:center}
 .pk-hero{padding:52px 0 62px}.pk-hero h1,.pk-page-hero h1{font-size:3.15rem}
 .pk-grid-3,.pk-grid-4,.pk-footer__grid{grid-template-columns:1fr}
 .pk-footer__bottom .pk-container{align-items:flex-start;flex-direction:column;padding:17px 0}
}


/* =========================================================
   Privatkunden Premium v6.6.0
   ========================================================= */

.pk-premium-hero{
    padding:78px 0 92px;
    overflow:hidden;
    background:
        radial-gradient(circle at 86% 12%,rgba(66,207,152,.22),transparent 24rem),
        radial-gradient(circle at 8% 88%,rgba(19,132,95,.08),transparent 22rem),
        linear-gradient(180deg,#f6fcf8,#ffffff);
}

.pk-premium-hero__grid{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:66px;
    align-items:center;
}

.pk-premium-hero h1{
    max-width:790px;
    margin:16px 0 22px;
    font-size:clamp(3.4rem,5.6vw,6.15rem);
    line-height:.94;
    letter-spacing:-.055em;
}

.pk-premium-hero p{
    max-width:760px;
    margin:0;
    color:var(--muted);
    font-size:1.14rem;
    line-height:1.75;
}

.pk-premium-hero__trust{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:26px;
}

.pk-premium-hero__trust span{
    position:relative;
    padding-left:22px;
    color:#527067;
    font-size:.83rem;
    font-weight:800;
}

.pk-premium-hero__trust span::before{
    content:"✓";
    position:absolute;
    left:0;
    color:var(--green);
    font-weight:900;
}

.pk-premium-hero__visual{
    position:relative;
}

.pk-premium-hero__image{
    overflow:hidden;
    border-radius:30px;
    box-shadow:0 32px 80px rgba(18,82,61,.18);
}

.pk-premium-hero__image img{
    display:block;
    width:100%;
    min-height:530px;
    object-fit:cover;
}

.pk-floating-card{
    position:absolute;
    display:flex;
    flex-direction:column;
    gap:4px;
    padding:17px 19px;
    border:1px solid rgba(255,255,255,.8);
    border-radius:17px;
    background:rgba(255,255,255,.93);
    box-shadow:0 18px 46px rgba(18,82,61,.16);
    backdrop-filter:blur(12px);
}

.pk-floating-card strong{
    color:var(--green-dark);
}

.pk-floating-card span{
    color:var(--muted);
    font-size:.8rem;
}

.pk-floating-card--top{
    top:24px;
    left:-26px;
}

.pk-floating-card--bottom{
    right:-22px;
    bottom:26px;
}

.pk-problemfinder{
    background:#fff;
}

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

.pk-problem-card{
    display:flex;
    min-height:270px;
    flex-direction:column;
    padding:24px;
    border:1px solid var(--border);
    border-radius:20px;
    background:#fff;
    box-shadow:0 13px 34px rgba(18,82,61,.06);
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.pk-problem-card:hover{
    transform:translateY(-6px);
    border-color:#afdcc9;
    box-shadow:0 24px 52px rgba(18,82,61,.12);
}

.pk-problem-card__icon{
    display:grid;
    width:56px;
    height:56px;
    place-items:center;
    border-radius:16px;
    color:#fff;
    background:linear-gradient(135deg,var(--green),var(--green-light));
    box-shadow:0 12px 26px rgba(19,132,95,.22);
    font-size:1.5rem;
    font-weight:900;
}

.pk-problem-card h3{
    margin:18px 0 9px;
    font-size:1.25rem;
}

.pk-problem-card p{
    margin:0;
    color:var(--muted);
    line-height:1.65;
}

.pk-problem-card strong{
    margin-top:auto;
    padding-top:22px;
    color:var(--green);
}

.pk-premium-steps{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
}

.pk-premium-steps article{
    position:relative;
    padding:26px;
    border:1px solid var(--border);
    border-radius:20px;
    background:#fff;
    box-shadow:0 12px 30px rgba(18,82,61,.06);
}

.pk-premium-steps article>span{
    display:grid;
    width:48px;
    height:48px;
    place-items:center;
    margin-bottom:17px;
    border-radius:50%;
    color:#fff;
    background:linear-gradient(135deg,var(--green),var(--green-light));
    font-weight:900;
}

.pk-premium-steps h3{
    margin:0 0 8px;
}

.pk-premium-steps p{
    margin:0;
    color:var(--muted);
    line-height:1.62;
}

.pk-premium-services__grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.pk-premium-service{
    display:flex;
    min-height:430px;
    flex-direction:column;
    padding:30px;
    border:1px solid var(--border);
    border-radius:24px;
    box-shadow:0 18px 46px rgba(18,82,61,.08);
}

.pk-premium-service--remote{
    background:linear-gradient(180deg,#f5fcf8,#fff);
}

.pk-premium-service--onsite{
    background:linear-gradient(180deg,#ffffff,#f9fdfb);
}

.pk-premium-service--prices{
    background:linear-gradient(180deg,#f8fcfa,#fff);
}

.pk-premium-service h2{
    margin:13px 0 12px;
    font-size:2rem;
}

.pk-premium-service p{
    margin:0;
    color:var(--muted);
    line-height:1.7;
}

.pk-premium-service .pk-btn{
    margin-top:auto;
}

.pk-premium-trust__grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:62px;
    align-items:center;
}

.pk-premium-trust__image{
    overflow:hidden;
    border-radius:26px;
    box-shadow:0 26px 66px rgba(18,82,61,.15);
}

.pk-premium-trust__image img{
    display:block;
    width:100%;
    min-height:560px;
    object-fit:cover;
}

.pk-premium-trust__content h2{
    margin:14px 0 24px;
    font-size:clamp(2.4rem,4.2vw,4.4rem);
    line-height:1.03;
}

.pk-premium-trust__list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}

.pk-premium-trust__list article{
    padding:18px 20px;
    border:1px solid var(--border);
    border-radius:16px;
    background:#fff;
}

.pk-premium-trust__list strong{
    color:var(--green-dark);
}

.pk-premium-trust__list p{
    margin:6px 0 0;
    color:var(--muted);
    line-height:1.55;
}

.pk-premium-cta{
    padding:52px 0;
    color:#fff;
    background:
        radial-gradient(circle at 88% 5%,rgba(117,235,188,.18),transparent 20rem),
        linear-gradient(135deg,var(--green-dark),var(--green));
}

.pk-premium-cta__grid{
    display:grid;
    grid-template-columns:1fr auto;
    gap:36px;
    align-items:center;
}

.pk-premium-cta .pk-kicker{
    color:#bff2dd;
}

.pk-premium-cta h2{
    margin:8px 0;
    color:#fff;
    font-size:clamp(2.3rem,4vw,4rem);
}

.pk-premium-cta p{
    margin:0;
    color:rgba(255,255,255,.76);
}

@media(max-width:980px){
    .pk-premium-hero__grid,
    .pk-premium-trust__grid{
        grid-template-columns:1fr;
    }

    .pk-problemfinder__grid,
    .pk-premium-services__grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

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

    .pk-premium-hero__visual{
        max-width:760px;
    }
}

@media(max-width:700px){
    .pk-premium-hero{
        padding:56px 0 68px;
    }

    .pk-premium-hero h1{
        font-size:3.25rem;
    }

    .pk-floating-card{
        position:static;
        margin-top:12px;
    }

    .pk-problemfinder__grid,
    .pk-premium-services__grid,
    .pk-premium-steps,
    .pk-premium-trust__list{
        grid-template-columns:1fr;
    }

    .pk-premium-cta__grid{
        grid-template-columns:1fr;
    }
}


/* =========================================================
   Privatkunden v6.6.1 – kompaktere Proportionen
   ========================================================= */

.pk-container{
    width:min(1380px,calc(100% - 56px));
}

.pk-header__inner{
    min-height:76px;
}

.pk-brand strong{
    font-size:1rem;
}

.pk-menu{
    gap:16px;
}

.pk-switch>a{
    padding:8px 10px;
}

.pk-premium-hero{
    padding:54px 0 64px;
}

.pk-premium-hero__grid{
    grid-template-columns:1.08fr .92fr;
    gap:44px;
}

.pk-premium-hero h1{
    max-width:760px;
    font-size:clamp(2.9rem,4.5vw,5rem);
}

.pk-premium-hero p{
    max-width:700px;
    font-size:1.03rem;
}

.pk-premium-hero__image{
    max-width:590px;
    margin-left:auto;
}

.pk-premium-hero__image img{
    width:100%;
    height:390px;
    min-height:0;
    object-fit:cover;
}

.pk-floating-card{
    padding:13px 15px;
}

.pk-floating-card--top{
    top:18px;
    left:-16px;
}

.pk-floating-card--bottom{
    right:-12px;
    bottom:18px;
}

.pk-section{
    padding:64px 0;
}

.pk-heading{
    margin-bottom:28px;
}

.pk-heading h2{
    font-size:clamp(2rem,3.2vw,3.35rem);
}

.pk-problemfinder__grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
}

.pk-problem-card{
    min-height:220px;
    padding:20px;
}

.pk-problem-card__icon{
    width:48px;
    height:48px;
    font-size:1.25rem;
}

.pk-problem-card h3{
    margin-top:15px;
}

.pk-premium-steps{
    gap:16px;
}

.pk-premium-steps article{
    padding:21px;
}

.pk-premium-services__grid{
    gap:18px;
}

.pk-premium-service{
    min-height:360px;
    padding:24px;
}

.pk-premium-service h2{
    font-size:1.65rem;
}

.pk-premium-trust__grid{
    grid-template-columns:.82fr 1.18fr;
    gap:44px;
}

.pk-premium-trust__image{
    max-width:520px;
}

.pk-premium-trust__image img{
    width:100%;
    height:400px;
    min-height:0;
    object-fit:cover;
}

.pk-premium-trust__content h2{
    font-size:clamp(2.1rem,3.4vw,3.5rem);
}

.pk-premium-trust__list{
    gap:11px;
}

.pk-premium-trust__list article{
    padding:15px 17px;
}

.pk-premium-cta{
    padding:42px 0;
}

.pk-footer__grid{
    padding:38px 0;
}

@media(max-width:1100px){
    .pk-container{
        width:min(100% - 40px,1380px);
    }

    .pk-premium-hero__grid,
    .pk-premium-trust__grid{
        grid-template-columns:1fr;
    }

    .pk-premium-hero__image,
    .pk-premium-trust__image{
        max-width:720px;
        margin:0;
    }

    .pk-premium-hero__image img,
    .pk-premium-trust__image img{
        height:380px;
    }
}

@media(max-width:820px){
    .pk-problemfinder__grid,
    .pk-premium-services__grid{
        grid-template-columns:1fr 1fr;
    }

    .pk-premium-steps{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:700px){
    .pk-container{
        width:min(100% - 28px,1380px);
    }

    .pk-premium-hero{
        padding:42px 0 52px;
    }

    .pk-premium-hero h1{
        font-size:2.75rem;
    }

    .pk-premium-hero__image img,
    .pk-premium-trust__image img{
        height:280px;
    }

    .pk-problemfinder__grid,
    .pk-premium-services__grid,
    .pk-premium-steps,
    .pk-premium-trust__list{
        grid-template-columns:1fr;
    }
}


/* =========================================================
   Privatkunden v7.0.0 – Final
   ========================================================= */

.pk-final-hero{
    padding:58px 0 68px;
    background:
        radial-gradient(circle at 86% 14%,rgba(66,207,152,.18),transparent 24rem),
        linear-gradient(180deg,#f6fcf8,#fff);
}

.pk-final-hero__grid{
    display:grid;
    grid-template-columns:1.08fr .92fr;
    gap:48px;
    align-items:center;
}

.pk-final-hero h1{
    max-width:760px;
    margin:16px 0 20px;
    font-size:clamp(3rem,4.8vw,5.25rem);
    line-height:.95;
    letter-spacing:-.05em;
}

.pk-final-hero p{
    max-width:700px;
    margin:0;
    color:var(--muted);
    font-size:1.04rem;
    line-height:1.72;
}

.pk-final-hero__trust{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:24px;
}

.pk-final-hero__trust span{
    position:relative;
    padding-left:21px;
    color:#527067;
    font-size:.82rem;
    font-weight:800;
}

.pk-final-hero__trust span::before{
    content:"✓";
    position:absolute;
    left:0;
    color:var(--green);
}

.pk-tech-illustration{
    position:relative;
    min-height:410px;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    padding:36px;
    border-radius:30px;
    background:
        radial-gradient(circle at 70% 20%,rgba(255,255,255,.92),transparent 11rem),
        linear-gradient(145deg,#e9f8f0,#d7f0e4);
    box-shadow:0 28px 70px rgba(18,82,61,.14);
}

.pk-tech-illustration__desk{
    position:relative;
    width:90%;
    height:250px;
    border-bottom:18px solid #a9784f;
}

.pk-tech-illustration__monitor{
    position:absolute;
    left:18%;
    bottom:18px;
    width:58%;
    height:185px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border:12px solid #1e342d;
    border-radius:18px;
    color:#fff;
    background:linear-gradient(145deg,#0d6f50,#2ac58b);
    box-shadow:0 20px 40px rgba(18,82,61,.22);
}

.pk-tech-illustration__monitor::after{
    content:"";
    position:absolute;
    bottom:-46px;
    width:68px;
    height:34px;
    border-bottom:12px solid #1e342d;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
}

.pk-tech-illustration__monitor span{
    width:54px;
    height:54px;
    margin-bottom:10px;
    border:3px solid #fff;
    border-radius:50%;
}

.pk-tech-illustration__monitor strong{
    font-size:1.35rem;
}

.pk-tech-illustration__monitor small{
    margin-top:5px;
    opacity:.82;
}

.pk-tech-illustration__router{
    position:absolute;
    right:2%;
    bottom:18px;
    width:90px;
    height:54px;
    display:flex;
    justify-content:center;
    gap:8px;
    align-items:center;
    border-radius:12px;
    background:#fff;
    box-shadow:0 12px 30px rgba(18,82,61,.14);
}

.pk-tech-illustration__router i{
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--green-light);
}

.pk-tech-illustration__phone{
    position:absolute;
    left:3%;
    bottom:18px;
    width:54px;
    height:105px;
    border:6px solid #20342d;
    border-radius:13px;
    background:linear-gradient(180deg,#ffffff,#d6efe3);
}

.pk-tech-illustration__plant{
    position:absolute;
    right:5%;
    bottom:72px;
    width:62px;
    height:78px;
    border-radius:50% 50% 25% 25%;
    background:linear-gradient(145deg,#4dcf8d,#198c62);
}

.pk-tech-badge{
    position:absolute;
    display:flex;
    flex-direction:column;
    gap:4px;
    padding:13px 15px;
    border:1px solid rgba(255,255,255,.86);
    border-radius:15px;
    background:rgba(255,255,255,.94);
    box-shadow:0 18px 42px rgba(18,82,61,.13);
}

.pk-tech-badge strong{color:var(--green-dark)}
.pk-tech-badge span{color:var(--muted);font-size:.78rem}
.pk-tech-badge--one{left:-16px;top:24px}
.pk-tech-badge--two{right:-14px;bottom:22px}

.pk-final-problems{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
}

.pk-final-problem{
    display:flex;
    min-height:220px;
    flex-direction:column;
    padding:22px;
    border:1px solid var(--border);
    border-radius:18px;
    background:#fff;
    box-shadow:0 12px 30px rgba(18,82,61,.06);
    transition:.2s ease;
}

.pk-final-problem:hover{
    transform:translateY(-5px);
    border-color:#afdcc9;
    box-shadow:0 22px 46px rgba(18,82,61,.11);
}

.pk-final-problem>span{
    color:var(--green);
    font-size:.72rem;
    font-weight:900;
}

.pk-final-problem h3{margin:14px 0 8px}
.pk-final-problem p{margin:0;color:var(--muted);line-height:1.6}
.pk-final-problem strong{margin-top:auto;padding-top:18px;color:var(--green)}

.pk-final-steps{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
}

.pk-final-steps article{
    padding:22px;
    border:1px solid var(--border);
    border-radius:18px;
    background:#fff;
}

.pk-final-steps article>span{
    display:grid;
    width:46px;
    height:46px;
    place-items:center;
    margin-bottom:15px;
    border-radius:50%;
    color:#fff;
    background:linear-gradient(135deg,var(--green),var(--green-light));
    font-weight:900;
}

.pk-final-steps h3{margin:0 0 8px}
.pk-final-steps p{margin:0;color:var(--muted);line-height:1.6}

.pk-final-services{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

.pk-final-services article{
    display:flex;
    min-height:370px;
    flex-direction:column;
    padding:26px;
    border:1px solid var(--border);
    border-radius:22px;
    background:linear-gradient(180deg,#fff,#f9fdfb);
    box-shadow:0 16px 40px rgba(18,82,61,.08);
}

.pk-final-services article h2{
    margin:12px 0;
    font-size:1.7rem;
}

.pk-final-services article p{
    margin:0;
    color:var(--muted);
    line-height:1.66;
}

.pk-final-services article .pk-btn{
    margin-top:auto;
}

.pk-final-trust{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:48px;
    align-items:start;
}

.pk-final-trust h2{
    margin:12px 0;
    font-size:clamp(2.2rem,3.5vw,3.65rem);
    line-height:1.04;
}

.pk-final-trust>div>p{
    color:var(--muted);
    line-height:1.7;
}

.pk-final-trust__grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}

.pk-final-trust__grid article{
    padding:18px;
    border:1px solid var(--border);
    border-radius:16px;
    background:#fff;
}

.pk-final-trust__grid strong{color:var(--green-dark)}
.pk-final-trust__grid p{margin:6px 0 0;color:var(--muted);line-height:1.55}

.pk-form-message{
    margin-bottom:16px;
    padding:14px 16px;
    border-radius:12px;
    font-weight:800;
}

.pk-form-message--success{
    border:1px solid #9bd8bb;
    color:#0b5a42;
    background:#edf9f3;
}

.pk-form-message--error{
    border:1px solid #e7b2b2;
    color:#8c2d2d;
    background:#fff1f1;
}

.pk-honeypot{
    position:absolute!important;
    left:-9999px!important;
}

.pk-consent{
    display:grid!important;
    grid-template-columns:auto 1fr!important;
    align-items:start!important;
}

.pk-consent input{
    width:auto!important;
    margin-top:4px;
}

@media(max-width:980px){
    .pk-final-hero__grid,
    .pk-final-trust{
        grid-template-columns:1fr;
    }

    .pk-final-problems,
    .pk-final-services{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

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

@media(max-width:700px){
    .pk-final-hero{
        padding:44px 0 54px;
    }

    .pk-final-hero h1{
        font-size:2.85rem;
    }

    .pk-tech-illustration{
        min-height:330px;
        padding:20px;
    }

    .pk-tech-badge{
        position:static;
        margin-top:10px;
    }

    .pk-final-problems,
    .pk-final-services,
    .pk-final-steps,
    .pk-final-trust__grid{
        grid-template-columns:1fr;
    }
}


/* =========================================================
   v7.1.0 – Hilfe-Unterseiten und private Rechtstexte
   ========================================================= */
.pk-help-hero,
.pk-legal-hero{
    padding:64px 0;
    background:
        radial-gradient(circle at 86% 14%,rgba(66,207,152,.17),transparent 23rem),
        linear-gradient(180deg,#f5fcf8,#fff);
}
.pk-help-hero__grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:52px;
    align-items:center;
}
.pk-help-hero h1,
.pk-legal-hero h1{
    max-width:820px;
    margin:14px 0 18px;
    font-size:clamp(3rem,4.7vw,5.2rem);
    line-height:.96;
    letter-spacing:-.05em;
}
.pk-help-hero p,
.pk-legal-hero p{
    max-width:760px;
    margin:0;
    color:var(--muted);
    line-height:1.72;
}
.pk-help-summary,
.pk-help-note{
    padding:26px;
    border:1px solid var(--border);
    border-radius:20px;
    background:#fff;
    box-shadow:var(--shadow);
}
.pk-help-summary>strong,
.pk-help-note>strong{
    display:block;
    margin-bottom:15px;
    color:var(--green-dark);
    font-size:1.15rem;
}
.pk-help-process{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
}
.pk-help-process article{
    padding:22px;
    border:1px solid var(--border);
    border-radius:18px;
    background:#fff;
}
.pk-help-process article>span{
    color:var(--green);
    font-size:.72rem;
    font-weight:900;
}
.pk-help-process h3{margin:13px 0 8px}
.pk-help-process p{margin:0;color:var(--muted);line-height:1.6}
.pk-help-two{
    display:grid;
    grid-template-columns:1fr .8fr;
    gap:42px;
    align-items:start;
}
.pk-help-two h2{
    margin:12px 0;
    font-size:clamp(2.1rem,3.4vw,3.5rem);
}

.pk-legal-layout{
    display:grid;
    grid-template-columns:240px minmax(0,1fr);
    gap:30px;
    align-items:start;
}
.pk-legal-sidebar{
    position:sticky;
    top:102px;
    display:grid;
    gap:18px;
}
.pk-legal-nav{
    overflow:hidden;
    border:1px solid var(--border);
    border-radius:17px;
    background:#fff;
    box-shadow:0 12px 30px rgba(18,82,61,.06);
}
.pk-legal-nav a{
    display:block;
    padding:13px 17px;
    border-bottom:1px solid var(--border);
    color:#41675a;
    font-weight:800;
}
.pk-legal-nav a:last-child{border-bottom:0}
.pk-legal-nav a:hover{background:var(--soft);color:var(--green)}
.pk-legal-nav a.is-active{
    color:#fff;
    background:linear-gradient(90deg,var(--green-dark),var(--green));
}
.pk-legal-contact{
    padding:19px;
    border-radius:17px;
    color:#fff;
    background:linear-gradient(145deg,var(--green-dark),var(--green));
}
.pk-legal-contact p{color:rgba(255,255,255,.76);line-height:1.55}
.pk-legal-contact a{color:#fff;font-weight:900}
.pk-legal-document{
    overflow:hidden;
    border:1px solid var(--border);
    border-radius:22px;
    background:#fff;
    box-shadow:var(--shadow);
}
.pk-legal-document>header{
    padding:28px 32px;
    border-bottom:1px solid var(--border);
    background:var(--soft);
}
.pk-legal-document>header span{
    color:var(--green);
    font-size:.75rem;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.pk-legal-document>header h2{
    margin:10px 0 0;
    font-size:2rem;
}
.pk-legal-content{padding:4px 32px 30px}
.pk-legal-section{
    padding:28px 0;
    border-bottom:1px solid var(--border);
}
.pk-legal-section:last-child{border-bottom:0}
.pk-legal-section h2{margin:0 0 14px;font-size:1.45rem}
.pk-legal-section p,
.pk-legal-section li,
.pk-legal-section address,
.pk-legal-section dd{
    color:var(--muted);
    line-height:1.7;
}
.pk-legal-section address{font-style:normal}
.pk-legal-section dl{display:grid;gap:10px}
.pk-legal-section dl div{
    display:grid;
    grid-template-columns:130px 1fr;
    gap:15px;
    padding:11px 0;
    border-bottom:1px solid var(--border);
}
.pk-legal-section dt{font-weight:900;color:var(--text)}
.pk-legal-section dd{margin:0}
.pk-legal-notice{
    margin-top:14px;
    padding:14px 16px;
    border-left:4px solid var(--green);
    border-radius:10px;
    background:var(--soft);
    color:#41675a;
}
.pk-legal-document>footer{
    padding:20px 32px;
    border-top:1px solid var(--border);
    background:#fbfefc;
}

@media(max-width:900px){
    .pk-help-hero__grid,
    .pk-help-two,
    .pk-legal-layout{
        grid-template-columns:1fr;
    }
    .pk-help-process{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .pk-legal-sidebar{position:static}
}
@media(max-width:680px){
    .pk-help-hero,
    .pk-legal-hero{padding:48px 0}
    .pk-help-hero h1,
    .pk-legal-hero h1{font-size:2.85rem}
    .pk-help-process{grid-template-columns:1fr}
    .pk-legal-document>header,
    .pk-legal-content,
    .pk-legal-document>footer{padding-left:20px;padding-right:20px}
    .pk-legal-section dl div{grid-template-columns:1fr;gap:4px}
}
@media print{
    .pk-header,.pk-footer,.pk-legal-sidebar,.pk-legal-document>footer{display:none!important}
    .pk-section{padding:0}
    .pk-legal-layout{display:block}
    .pk-legal-document{box-shadow:none;border:0}
}


/* =========================================================
   v7.2.0 – erweiterter Privatkunden-Footer
   ========================================================= */

.pk-footer--expanded{
    background:
        radial-gradient(circle at 8% 0%,rgba(66,207,152,.10),transparent 22rem),
        linear-gradient(180deg,#0b3428,#08271f);
}

.pk-footer__intro{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:32px;
    padding:38px 0 28px;
    border-bottom:1px solid rgba(255,255,255,.12);
}

.pk-footer__intro strong{
    display:block;
    color:#fff;
    font-size:1.28rem;
}

.pk-footer__intro p{
    max-width:620px;
    margin:8px 0 0;
    color:rgba(255,255,255,.70);
    line-height:1.65;
}

.pk-footer__intro-contact{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:10px 18px;
    text-align:right;
}

.pk-footer__intro-contact a{
    color:#fff;
    font-weight:800;
}

.pk-footer__intro-contact span{
    width:100%;
    color:rgba(255,255,255,.60);
}

.pk-footer__grid--five{
    grid-template-columns:1.5fr .8fr .9fr .8fr 1.1fr;
    gap:34px;
    padding:38px 0;
}

.pk-footer__grid--five nav,
.pk-footer__contact-block{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.pk-footer__grid--five strong,
.pk-footer__contact-block strong{
    margin-bottom:4px;
    color:#fff;
    font-size:.95rem;
}

.pk-footer__grid--five a,
.pk-footer__contact-block a{
    color:rgba(255,255,255,.76);
    line-height:1.45;
}

.pk-footer__grid--five a:hover,
.pk-footer__contact-block a:hover{
    color:#72e0b4;
}

.pk-footer__contact-block span{
    color:rgba(255,255,255,.60);
    line-height:1.45;
}

.pk-footer__bottom{
    border-top:1px solid rgba(255,255,255,.12);
    background:rgba(0,0,0,.12);
}

.pk-footer__bottom .pk-container{
    min-height:64px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
}

.pk-footer__bottom span{
    color:rgba(255,255,255,.60);
    font-size:.78rem;
}

.pk-footer__bottom nav{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:14px;
}

.pk-footer__bottom a{
    color:rgba(255,255,255,.72);
    font-size:.78rem;
}

@media(max-width:1100px){
    .pk-footer__grid--five{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}

@media(max-width:760px){
    .pk-footer__intro{
        align-items:flex-start;
        flex-direction:column;
    }

    .pk-footer__intro-contact{
        justify-content:flex-start;
        text-align:left;
    }

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

    .pk-footer__bottom .pk-container{
        align-items:flex-start;
        flex-direction:column;
        padding-top:18px;
        padding-bottom:18px;
    }

    .pk-footer__bottom nav{
        justify-content:flex-start;
    }
}

@media(max-width:520px){
    .pk-footer__grid--five{
        grid-template-columns:1fr;
    }
}


/* =========================================================
   v7.3.0 – Fernwartungs-Baustelle und Preise
   ========================================================= */

.pk-construction{
    padding:74px 0 84px;
    background:
        radial-gradient(circle at 86% 15%,rgba(66,207,152,.18),transparent 24rem),
        linear-gradient(180deg,#f5fcf8,#fff);
}

.pk-construction__grid{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:58px;
    align-items:center;
}

.pk-construction h1{
    max-width:780px;
    margin:14px 0 20px;
    font-size:clamp(3.1rem,5vw,5.5rem);
    line-height:.96;
    letter-spacing:-.05em;
}

.pk-construction__content>p{
    max-width:720px;
    color:var(--muted);
    font-size:1.08rem;
    line-height:1.72;
}

.pk-construction__status{
    display:flex;
    max-width:480px;
    flex-direction:column;
    gap:5px;
    margin-top:28px;
    padding:18px 20px;
    border:1px solid var(--border);
    border-radius:16px;
    background:#fff;
    box-shadow:0 14px 34px rgba(18,82,61,.08);
}

.pk-construction__status span{
    color:var(--green);
    font-size:.72rem;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.pk-construction__status strong{
    color:var(--green-dark);
}

.pk-construction__status small{
    color:var(--muted);
}

.pk-construction__visual{
    position:relative;
    min-height:370px;
    display:grid;
    place-items:center;
    border-radius:28px;
    background:linear-gradient(145deg,#e7f7ef,#d6efe3);
    box-shadow:0 26px 64px rgba(18,82,61,.14);
}

.pk-construction__screen{
    display:flex;
    width:70%;
    min-height:220px;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border:11px solid #1e342d;
    border-radius:19px;
    color:#fff;
    background:linear-gradient(145deg,#0e6f50,#32c891);
}

.pk-construction__screen span{
    width:58px;
    height:58px;
    margin-bottom:12px;
    border:4px solid #fff;
    border-radius:50%;
    border-top-color:transparent;
}

.pk-construction__screen strong{
    font-size:1.6rem;
}

.pk-construction__screen small{
    margin-top:6px;
    opacity:.82;
}

.pk-construction__tools{
    position:absolute;
    right:28px;
    bottom:26px;
    display:flex;
    gap:8px;
    padding:13px 15px;
    border-radius:13px;
    background:#fff;
    box-shadow:0 12px 28px rgba(18,82,61,.14);
}

.pk-construction__tools i{
    width:9px;
    height:9px;
    border-radius:50%;
    background:var(--green-light);
}

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

.pk-pricing-card{
    display:flex;
    min-height:420px;
    flex-direction:column;
    padding:28px;
    border:1px solid var(--border);
    border-radius:22px;
    background:#fff;
    box-shadow:0 16px 42px rgba(18,82,61,.08);
}

.pk-pricing-card--main{
    background:
        radial-gradient(circle at 88% 8%,rgba(66,207,152,.15),transparent 13rem),
        linear-gradient(180deg,#f7fcf9,#fff);
}

.pk-pricing-card__price{
    display:flex;
    align-items:baseline;
    gap:10px;
    margin:20px 0 18px;
}

.pk-pricing-card__price strong{
    color:var(--green-dark);
    font-size:2.65rem;
    line-height:1;
}

.pk-pricing-card__price span{
    color:var(--muted);
    font-size:.9rem;
}

.pk-pricing-card h2{
    margin:18px 0 12px;
    font-size:1.8rem;
}

.pk-pricing-card>p{
    margin:0;
    color:var(--muted);
    line-height:1.68;
}

.pk-price-example{
    display:grid;
    grid-template-columns:1fr .8fr;
    gap:52px;
    align-items:center;
}

.pk-price-example h2{
    margin:12px 0;
    font-size:clamp(2.2rem,3.6vw,3.7rem);
}

.pk-price-example p{
    color:var(--muted);
    line-height:1.7;
}

.pk-price-example__box{
    padding:25px;
    border:1px solid var(--border);
    border-radius:20px;
    background:#fff;
    box-shadow:0 16px 40px rgba(18,82,61,.08);
}

.pk-price-example__box dl{
    display:grid;
    gap:0;
    margin:0;
}

.pk-price-example__box dl div{
    display:flex;
    justify-content:space-between;
    gap:20px;
    padding:14px 0;
    border-bottom:1px solid var(--border);
}

.pk-price-example__box dl div:last-child{
    border-bottom:0;
}

.pk-price-example__box dt{
    color:var(--muted);
}

.pk-price-example__box dd{
    margin:0;
    color:var(--green-dark);
    font-weight:900;
}

.pk-price-example__total dt,
.pk-price-example__total dd{
    color:var(--text);
    font-size:1.12rem;
    font-weight:900;
}

@media(max-width:900px){
    .pk-construction__grid,
    .pk-price-example{
        grid-template-columns:1fr;
    }

    .pk-pricing-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:680px){
    .pk-construction{
        padding:50px 0 60px;
    }

    .pk-construction h1{
        font-size:2.9rem;
    }

    .pk-construction__visual{
        min-height:290px;
    }

    .pk-construction__screen{
        width:82%;
        min-height:180px;
    }
}
