*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #2d6a4f;--primary-light: #52b788;--primary-dark: #1b4332;--primary-bg: #f0faf4;--text: #1a1a1a;--text-muted: #6b7280;--border: #e5e7eb;--font-display: "Playfair Display", serif;--font-body: "Inter", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);line-height:1.2}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:.5rem;font-weight:600;font-size:.95rem;cursor:pointer;border:none;transition:all .2s;text-decoration:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background:var(--primary-bg)}.nav{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1200px;margin:0 auto}.nav-logo{display:flex;align-items:center;gap:.75rem}.nav-logo-icon{width:40px;height:40px;background:var(--primary);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1rem;font-family:var(--font-display)}.nav-logo-text h1{font-size:.9rem;color:var(--primary);font-family:var(--font-display)}.nav-logo-text p{font-size:.75rem;color:var(--text-muted);font-family:var(--font-body)}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{font-size:.9rem;color:var(--text-muted);transition:color .2s}.nav-links a:hover{color:var(--primary)}@media(max-width:768px){.nav-links{display:none}}.hero{padding:5rem 0 4rem;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-image{order:-1;height:300px}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary-bg);color:var(--primary);padding:.35rem .9rem;border-radius:2rem;font-size:.8rem;font-weight:600;margin-bottom:1.5rem}.hero h1{font-size:clamp(2.2rem,4vw,3.2rem);color:#1a1a1a;margin-bottom:1.25rem}.hero h1 span{color:var(--primary)}.hero p{font-size:1.1rem;color:var(--text-muted);margin-bottom:2rem;max-width:520px}.hero-checks{list-style:none;margin-bottom:2rem;display:flex;flex-direction:column;gap:.6rem}.hero-checks li{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:#374151}.check-icon{color:var(--primary);flex-shrink:0}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{position:relative;height:480px;border-radius:1rem;overflow:hidden;box-shadow:0 20px 60px #0000001f}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center top}section{padding:5rem 0}.section-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:.75rem}.section-title{font-size:clamp(1.8rem,3vw,2.5rem);color:#1a1a1a;margin-bottom:1rem}.section-subtitle{font-size:1.05rem;color:var(--text-muted);max-width:600px;margin-bottom:3rem}.services-bg{background:#f9fafb}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.service-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 2px 12px #0000000f;transition:box-shadow .2s,transform .2s}.service-card:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-2px)}.service-icon{width:52px;height:52px;background:var(--primary-bg);border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.25rem}.service-card h3{font-size:1.15rem;margin-bottom:.75rem;color:#1a1a1a}.service-card p{font-size:.9rem;color:var(--text-muted);margin-bottom:1rem;line-height:1.6}.service-list{list-style:none;display:flex;flex-direction:column;gap:.4rem}.service-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:#374151}.service-list li:before{content:"✓";color:var(--primary);font-weight:700;flex-shrink:0;margin-top:.05rem}.usp-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:900px){.usp-grid{grid-template-columns:1fr}}.usp-list{display:flex;flex-direction:column;gap:1.5rem}.usp-item{display:flex;gap:1rem}.usp-num{width:36px;height:36px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;flex-shrink:0;margin-top:.1rem}.usp-item h4{font-size:1rem;margin-bottom:.3rem;color:#1a1a1a}.usp-item p{font-size:.9rem;color:var(--text-muted)}.usp-visual{background:linear-gradient(135deg,var(--primary-bg) 0%,#d8f3dc 100%);border-radius:1rem;padding:2.5rem}.usp-visual-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.usp-visual-item:last-child{margin-bottom:0}.usp-visual-icon{font-size:1.5rem;flex-shrink:0}.usp-visual-item h4{font-size:.95rem;margin-bottom:.2rem}.usp-visual-item p{font-size:.85rem;color:var(--text-muted)}.gutachten-cta{background:var(--primary-dark);border-radius:1rem;padding:2rem 2.5rem;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-top:3rem}.gutachten-cta h3{font-size:1.1rem;margin-bottom:.4rem}.gutachten-cta p{font-size:.9rem;opacity:.85}.btn-white{background:#fff;color:var(--primary-dark);padding:.65rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.9rem;white-space:nowrap;transition:opacity .2s}.btn-white:hover{opacity:.9}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:900px){.about-grid{grid-template-columns:1fr}}.about-image{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 20px 60px #0000001f;height:500px}.about-image img{width:100%;height:100%;object-fit:cover;object-position:right center}.about-overlay{position:absolute;inset-y:0;left:0;width:50%;display:flex;flex-direction:column;justify-content:center;padding:2rem}.about-overlay p{font-family:var(--font-display);font-size:1.6rem;font-weight:700;color:#1a1a1a;line-height:1.3}.about-overlay span{color:var(--primary)}.credentials{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.credential{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:var(--primary-bg);border-radius:.75rem}.credential-icon{font-size:1.25rem;flex-shrink:0}.credential h4{font-size:.9rem;margin-bottom:.2rem}.credential p{font-size:.82rem;color:var(--text-muted)}.contact-bg{background:#f9fafb}.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:4rem;align-items:start}@media(max-width:900px){.contact-grid{grid-template-columns:1fr}}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;gap:1rem;align-items:flex-start}.contact-item-icon{width:44px;height:44px;background:var(--primary-bg);border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.contact-item h4{font-size:.85rem;color:var(--text-muted);margin-bottom:.2rem;font-family:var(--font-body);font-weight:600}.contact-item a,.contact-item p{font-size:.95rem;color:#1a1a1a}.contact-item a:hover{color:var(--primary)}.contact-form{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 2px 16px #00000012}.contact-form h3{font-size:1.3rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.85rem;font-weight:600;color:#374151;margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.7rem 1rem;border:1.5px solid var(--border);border-radius:.5rem;font-size:.9rem;font-family:var(--font-body);color:#1a1a1a;background:#fff;transition:border-color .2s;outline:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary)}.form-group textarea{resize:vertical;min-height:120px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:600px){.form-row{grid-template-columns:1fr}}.form-submit{width:100%;padding:.85rem;background:var(--primary);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.form-submit:hover{background:var(--primary-dark)}.form-note{font-size:.78rem;color:var(--text-muted);margin-top:.75rem}footer{background:#1a1a1a;color:#d1d5db;padding:3rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}@media(max-width:768px){.footer-grid{grid-template-columns:1fr;gap:2rem}}footer h4{color:#fff;font-size:.9rem;margin-bottom:1rem;font-family:var(--font-body);font-weight:600}footer p,footer a{font-size:.85rem;color:#9ca3af;line-height:1.7}footer a:hover{color:var(--primary-light)}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.4rem}.footer-bottom{border-top:1px solid #374151;padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.8rem;color:#6b7280}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{font-size:.8rem;color:#6b7280}.footer-bottom-links a:hover{color:var(--primary-light)}.toast{position:fixed;bottom:2rem;right:2rem;background:var(--primary);color:#fff;padding:1rem 1.5rem;border-radius:.75rem;font-size:.9rem;box-shadow:0 8px 30px #0003;z-index:1000;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}
