:root{--primary:#dd5330;--secondary:#141f38;--accent:#f48c48;--text:#0c1419;--background:#f8fafc}.diensten-page{min-height:100vh;background-color:#f8fafc;padding:0}.diensten-page .container{max-width:1800px;margin:0 auto;padding:0 2rem}@media screen and (max-width:600px){.diensten-page .container{padding:0 1rem}}.diensten-hero{position:relative;min-height:clamp(520px,72vh,740px);display:flex;align-items:center;overflow:hidden;color:#fff;padding:6rem 0 5rem;background:#0b1220}@media screen and (max-width:768px){.diensten-hero{padding:5.5rem 0 4.5rem}}.diensten-hero-background{position:absolute;inset:0;z-index:0;transform:scale(1.03)}.diensten-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(6,10,18,.8),rgba(6,10,18,.65) 55%,rgba(6,10,18,.45))}.diensten-hero .container{position:relative;z-index:2}.diensten-hero-content{max-width:600px;margin:0;text-align:center;display:flex;flex-direction:column;gap:1.25rem;padding:0 1rem}@media screen and (max-width:768px){.diensten-hero-content{margin:0 auto;text-align:center}}.diensten-hero-title{font-size:clamp(2.2rem,4vw,3.35rem);font-weight:600;letter-spacing:-.02em;margin:0}.diensten-hero-subtitle{max-width:820px;margin:0;font-size:clamp(1rem,1.4vw,1.05rem);line-height:1.7;opacity:.9}@media screen and (max-width:768px){.diensten-hero-subtitle{margin:0 auto}}.diensten-hero-pill{display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;margin:0 auto;gap:.5rem;height:44px;padding:0 1.25rem;border-radius:999px;background:hsla(0,0%,100%,.14);border:1px solid hsla(0,0%,100%,.22);color:#fff;text-decoration:none;font-size:.95rem;transition:background .2s ease,transform .2s ease,border-color .2s ease}.diensten-hero-pill:hover{background:hsla(0,0%,100%,.18);border-color:hsla(0,0%,100%,.35);transform:translateY(-1px)}@media screen and (max-width:768px){.diensten-hero-pill{margin:.35rem auto 0}}.diensten-section{background:#fff;padding:2rem 0 3rem}@media screen and (max-width:768px){.diensten-section{padding:3.25rem 0 3.75rem}}.diensten-cta-section{background:#fff;padding:0 0 3rem}@media screen and (max-width:768px){.diensten-cta-section{padding:0 0 4.25rem}}.diensten-cta-section .container{display:flex;justify-content:center}.diensten-cta-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.25rem;background-color:#dd5330;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;box-shadow:0 8px 24px rgba(221,83,48,.22)}.diensten-cta-button:hover{background-color:rgb(209.1473029046,69.7157676349,34.3526970954);transform:translateY(-1px);box-shadow:0 12px 30px rgba(221,83,48,.28)}.diensten-cta-button:active{transform:translateY(0);box-shadow:0 6px 18px rgba(221,83,48,.22)}.diensten-cta-button:focus-visible{outline:3px solid rgba(221,83,48,.35);outline-offset:4px}.diensten-section-header{text-align:center;max-width:900px;margin:0 auto 2.25rem;display:flex;flex-direction:column;gap:.75rem}.diensten-section-title{font-size:clamp(1.9rem,3vw,2.4rem);font-weight:600;color:#0c1419;margin:0;letter-spacing:-.02em}.diensten-section-subtitle{margin:0 auto;max-width:760px;color:rgba(0,0,0,.6);font-size:1rem;line-height:1.7}.diensten-cards{counter-reset:dienst;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;max-width:1400px;margin:0 auto}@media screen and (max-width:1100px){.diensten-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:640px){.diensten-cards{grid-template-columns:1fr;gap:1rem}}.diensten-card-motion{height:100%}.dienst-card{counter-increment:dienst;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;padding:2.25rem 1.75rem 1.75rem;background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(15,23,42,.06);cursor:pointer;transition:all .3s ease;border:1px solid rgba(15,23,42,.08);position:relative;height:100%}.dienst-card:before{content:counter(dienst,decimal-leading-zero);position:absolute;top:1.15rem;left:1.15rem;width:32px;height:32px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;color:rgba(0,0,0,.55);background:#f6f7fb;border:1px solid rgba(15,23,42,.08);display:none}.dienst-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(15,23,42,.09);border-color:rgba(15,23,42,.14)}@media screen and (max-width:768px){.dienst-card{padding:2.15rem 1.25rem 1.25rem;gap:1rem}.dienst-card:before{top:1rem;left:1rem}}.dienst-card-icon{flex-shrink:0;width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:rgba(15,23,42,.04);border:1px solid rgba(15,23,42,.08);border-radius:14px;color:rgba(0,0,0,.65);font-size:1.35rem}@media screen and (max-width:768px){.dienst-card-icon{width:48px;height:48px;font-size:1.2rem}}.dienst-card-content{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0}.dienst-card-title{font-size:1.35rem;font-weight:600;color:#0c1419;margin:0;padding-right:.25rem}@media screen and (max-width:768px){.dienst-card-title{font-size:1.25rem}}.dienst-card-description{font-size:1rem;color:rgba(0,0,0,.62);line-height:1.6;margin:0;display:-webkit-box;line-clamp:4;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:768px){.dienst-card-description{font-size:.9rem}}.dienst-card-more{margin-top:.25rem;padding:0;border:0;background:rgba(0,0,0,0);color:#dd5330;font-weight:600;font-size:.95rem;cursor:pointer;text-align:left;width:-moz-fit-content;width:fit-content}.dienst-card-more:hover{text-decoration:underline}.dienst-card-more:focus-visible{outline:2px solid #dd5330;outline-offset:3px;border-radius:6px}@media screen and (max-width:768px){.dienst-card-more{font-size:.9rem}}.dienst-card-arrow{flex-shrink:0;display:none}.dienst-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.85);z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem;backdrop-filter:blur(4px)}@media screen and (max-width:768px){.dienst-popup-overlay{padding:1rem}}.dienst-popup-content{position:relative;background:#fff;border-radius:16px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);display:flex;flex-direction:column}@media screen and (max-width:768px){.dienst-popup-content{max-height:95vh;border-radius:12px}}.dienst-popup-close{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.05);border:none;border-radius:50%;cursor:pointer;color:#0c1419;font-size:1.25rem;transition:all .2s ease;z-index:10}.dienst-popup-close:hover{background:rgba(0,0,0,.1);transform:rotate(90deg)}@media screen and (max-width:768px){.dienst-popup-close{top:1rem;right:1rem;width:36px;height:36px;font-size:1.1rem}}.dienst-popup-header{padding:2.5rem 2.5rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.1)}@media screen and (max-width:768px){.dienst-popup-header{padding:2rem 3rem 1rem 1.5rem}}.dienst-popup-title{font-size:2.5rem;font-weight:600;color:#0c1419;margin:0;line-height:1.2}@media screen and (max-width:768px){.dienst-popup-title{font-size:2rem}}.dienst-popup-body{padding:2rem 2.5rem 2.5rem}@media screen and (max-width:768px){.dienst-popup-body{padding:1.5rem}}.dienst-popup-description{font-size:1.125rem;line-height:1.8;color:#555;margin:0;white-space:pre-line}@media screen and (max-width:768px){.dienst-popup-description{font-size:1rem;line-height:1.6}}.dienst-popup-content::-webkit-scrollbar{width:8px}.dienst-popup-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.dienst-popup-content::-webkit-scrollbar-thumb{background:#dd5330;border-radius:4px}.dienst-popup-content::-webkit-scrollbar-thumb:hover{background:#f48c48}