.hero{background:var(--blue);color:var(--white);display:grid;grid-template-columns:54% 46%;grid-template-rows:1fr auto;max-height:680px;width:100%}.hero-headline{grid-column:1;grid-row:1;font-family:Jost,sans-serif;font-size:clamp(1.4rem,2.4vw,2.1rem);line-height:1.25;font-weight:400;white-space:pre-line;padding:3rem var(--pad) 1.5rem;margin:0;align-self:end}.hero-content{grid-column:1;grid-row:2;display:flex;flex-direction:column;gap:1.4rem;padding:0 var(--pad) 3rem}.hero-body{font-size:1rem;line-height:1.65;color:var(--off-white);margin:0}.cta-group{display:flex;flex-wrap:wrap;gap:.75rem}.pricing-note{font-size:.875rem;color:var(--muted);margin:0;line-height:1.5;font-style:italic}.hero-photo{grid-column:2;grid-row:1 / 3;overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.btn{display:inline-block;font-family:Jost,sans-serif;font-size:.9rem;font-weight:500;border-radius:6px;padding:.75rem 1.5rem;text-decoration:none;cursor:pointer;transition:opacity .15s;line-height:1}.btn:hover{opacity:.85}.btn-primary{background:var(--white);color:var(--blue-dark);border:2px solid var(--white)}.btn-outline{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.5)}.section{padding:clamp(3.5rem,7vw,6.5rem) var(--pad);width:100%}.section.light{background:var(--white);color:var(--blue)}.section-title{font-size:clamp(1.75rem,3vw,2.4rem);font-weight:400;text-align:center;margin:0 0 2.5rem;letter-spacing:-.01em}.bereiche-section{padding-top:clamp(2.5rem,5vw,5rem)}.cards{display:flex;gap:clamp(1rem,2.5vw,2rem);max-width:var(--max-w);margin:0 auto}.card{flex:1 1 0;display:flex;flex-direction:column;gap:.9rem}.card-img{width:100%;aspect-ratio:1;overflow:hidden;border-radius:clamp(8px,1.5vw,16px)}.card-img img{width:100%;height:100%;object-fit:cover;display:block}.card h3{font-size:clamp(1.1rem,1.5vw,1.35rem);font-weight:400;margin:0}.card p{font-size:.95rem;line-height:1.6;color:var(--off-white);margin:0}.usp-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:clamp(2rem,5vw,5rem);align-items:start}.usp-inner h2{font-size:clamp(1.75rem,3vw,2.8rem);font-weight:400;letter-spacing:-.02em;grid-column:1;padding-top:.25rem}.usp-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.1rem;grid-column:2}.section.light .usp-list{grid-row:1}.usp-list li{padding-left:1.4rem;position:relative;line-height:1.65;font-size:1rem}.usp-list li:before{content:"→";position:absolute;left:0}.usp-cta{font-family:Jost,sans-serif;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.5;margin:0;font-style:italic;grid-column:1 / -1;padding-top:1rem;border-top:1px solid rgba(56,98,159,.2)}.projects-list{list-style:none;padding:0;margin:0 auto 2.5rem;max-width:var(--max-w);display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.projects-list li{background:#ffffff14;border-radius:8px;padding:1.2rem 1.5rem;font-size:.95rem;line-height:1.55}.projects-list li:before{content:none}.projects-cta{text-align:center;max-width:var(--max-w);margin:0 auto}.faqs-section .section-title{color:var(--blue)}.faqs{max-width:860px;margin:0 auto}.faq-item{border-bottom:1px solid rgba(56,98,159,.2)}.faq-item summary{font-family:Jost,sans-serif;font-size:1.05rem;font-weight:400;cursor:pointer;padding:1.1rem 0;list-style:none;display:flex;justify-content:space-between;align-items:center;color:var(--blue)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"↓";flex-shrink:0;margin-left:1rem;transition:transform .2s}.faq-item[open] summary:after{transform:rotate(180deg)}.faq-item p{margin:0 0 1.25rem;line-height:1.65;font-size:.95rem;color:var(--blue);opacity:.8}.site-footer{background:var(--blue);padding:clamp(3rem,6vw,5rem) var(--pad);border-top:1px solid rgba(255,255,255,.1)}.footer-inner{max-width:var(--max-w);margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;flex-wrap:wrap}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;max-width:260px}.footer-brand p{font-size:.875rem;color:var(--muted);margin:0;line-height:1.5}.footer-links{display:flex;gap:3rem;flex-wrap:wrap}.footer-links strong{font-family:Jost,sans-serif;font-weight:600;font-size:.9rem;display:block;margin-bottom:.6rem}.footer-links nav{display:flex;flex-direction:column;gap:.4rem}.footer-links a{font-size:.875rem;color:var(--muted);text-decoration:none;transition:color .15s}.footer-links a:hover{color:var(--white)}@media(max-width:760px){.hero{display:block;max-height:none}.hero-headline{padding:2rem var(--pad) 1.25rem}.hero-photo{height:420px}.hero-content{padding:1.5rem var(--pad) 2.5rem}.cards{flex-direction:column}.usp-inner{grid-template-columns:1fr}.usp-inner h2,.usp-list{grid-column:1}}
