:root{--font-sans:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";--font-serif:"Iowan Old Style","Apple Garamond","Baskerville","Times New Roman","Droid Serif",Times,"Source Serif Pro",serif;--primary-gold:#a67c37;--primary-gold-dark:#856024;--text-dark:#121212;--text-muted:#4b5563;--bg-light:#fff;--bg-soft:#f9fafb;--focus-ring:#2563eb;--max-width:1280px;--transition:all 0.3s ease;--radius-sm:4px;--radius-md:8px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-light);color:var(--text-dark);font-family:var(--font-sans);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.serif,h1,h2,h3,h4{font-family:var(--font-serif);font-weight:700}a{color:inherit;text-decoration:none;transition:var(--transition)}ul{list-style:none}button{font-family:inherit}img{display:block;height:auto;max-width:100%}.container{margin:0 auto;max-width:var(--max-width);padding:0 1.5rem;width:100%}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.skip-link{background:var(--text-dark);border-radius:0 0 4px 4px;color:#fff;font-weight:700;left:1rem;padding:1rem;position:absolute;top:-100px;transition:top .3s;z-index:9999}.skip-link:focus{top:0}.gold-text{color:var(--primary-gold-dark)}.uppercase{text-transform:uppercase}.tracking-widest{letter-spacing:.15em}.font-bold{font-weight:700}nav{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05);justify-content:space-between;padding:.75rem 1.5rem;position:sticky;top:0;z-index:100}.nav-logo,nav{align-items:center;display:flex}.nav-logo img{height:45px;-o-object-fit:contain;object-fit:contain;width:auto}.nav-links{display:none;font-size:.75rem;font-weight:600;gap:2.5rem}.nav-links a:hover{color:var(--primary-gold)}.btn-outline{border:1px solid var(--text-dark);border-radius:var(--radius-sm);font-size:.75rem;font-weight:600;letter-spacing:.1em;padding:.6rem 1.25rem}.btn-outline:hover{background:var(--text-dark);color:#fff}@media (min-width:1024px){.nav-links{display:flex}}.hero{padding:4rem 1rem 6rem;text-align:center}.hero-img-wrapper{background-color:#f4f4f4;border-radius:var(--radius-sm);box-shadow:0 25px 50px -12px rgba(0,0,0,.15);margin:0 auto 3rem;max-width:600px;overflow:hidden;width:100%}.hero-img-wrapper img{display:block;height:auto;width:100%}.hero h1{color:var(--primary-gold-dark);font-size:clamp(2.5rem,10vw,5.5rem);line-height:1.1;margin-bottom:1.5rem}.hero p{color:var(--text-muted);letter-spacing:.2em;margin-bottom:3rem;text-transform:uppercase}.btn-primary,.hero p{font-size:.8rem;font-weight:600}.btn-primary{align-items:center;background:var(--text-dark);border:2px solid transparent;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:inline-flex;justify-content:center;letter-spacing:.15em;padding:1rem 2.5rem}.btn-primary:hover{background:var(--primary-gold)}.btn-primary:focus-visible{background:var(--primary-gold);border-color:var(--text-dark)}.vorteile{background:var(--text-dark);color:#fff;padding:6rem 0}.vorteile-grid{display:grid;gap:4rem;grid-template-columns:1fr}@media (min-width:768px){.vorteile-grid{gap:2rem;grid-template-columns:repeat(3,1fr)}}.vorteil-item span{color:var(--primary-gold);display:block;font-family:var(--font-serif);font-size:2.5rem;margin-bottom:1rem}.vorteil-item h3{font-size:1rem;letter-spacing:.1em;margin-bottom:1rem}.vorteil-item p{color:#d1d5db;font-size:.95rem;line-height:1.7}.beratung{background:var(--bg-soft);padding:6rem 0}.beratung-grid{align-items:center;display:grid;gap:4rem;grid-template-columns:1fr}@media (min-width:1024px){.beratung-grid{grid-template-columns:1fr 1fr}}.beratung h2{font-size:clamp(2rem,6vw,3.5rem);line-height:1.1;margin-bottom:1.5rem}.beratung-list li{gap:1rem;margin-bottom:1.25rem}.beratung-list li,.check-icon{align-items:center;display:flex}.check-icon{border:2px solid var(--text-dark);border-radius:50%;flex-shrink:0;font-size:.7rem;font-weight:700;height:24px;justify-content:center;width:24px}.phone-wrapper{display:flex;justify-content:center;padding:1rem;width:100%}.phone-container{background:#000;border:4px solid #222;border-radius:40px;box-shadow:0 25px 50px -12px rgba(0,0,0,.4);height:550px;max-width:300px;padding:12px;position:relative;width:100%}.phone-screen{background:#fff;border-radius:28px;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;width:100%}.phone-notch{background:#000;border-bottom-left-radius:16px;border-bottom-right-radius:16px;height:24px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:120px;z-index:10}.phone-header{background:var(--text-dark);border-bottom:1px solid #333;color:#fff;padding:2.5rem 1rem 1rem;text-align:center}#chat-messages{background:#f3f4f6;display:flex;flex:1;flex-direction:column;gap:12px;overflow-y:auto;padding:1rem;scroll-behavior:smooth}.message{animation:fadeIn .3s ease-out;border-radius:14px;font-size:.85rem;line-height:1.4;max-width:85%;padding:10px 14px;position:relative}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.message.bot{align-self:flex-start;background:#fff;border-bottom-left-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.05);color:var(--text-dark)}.message.user{align-self:flex-end;background:var(--primary-gold);border-bottom-right-radius:2px;color:#fff}.cursor-blink{animation:blink-animation 1s steps(2,start) infinite;background-color:var(--text-dark);display:inline-block;height:1em;margin-left:2px;vertical-align:text-bottom;width:2px}@keyframes blink-animation{to{visibility:hidden}}.chat-input-area{background:#fff;border-top:1px solid #e5e7eb;display:flex;gap:.5rem;padding:.75rem}.chat-input-area input{animation:pulse-border 3s infinite;background:#f9fafb;border:1px solid #e5e7eb;border-radius:20px;flex:1;font-family:inherit;font-size:.85rem;outline:none;padding:.6rem 1rem}@keyframes pulse-border{0%{border-color:#e5e7eb;box-shadow:0 0 0 0 rgba(166,124,55,0)}50%{border-color:var(--primary-gold);box-shadow:0 0 0 2px rgba(166,124,55,.2)}to{border-color:#e5e7eb;box-shadow:0 0 0 0 rgba(166,124,55,0)}}.chat-input-area input:focus{animation:none;border-color:var(--primary-gold)}.chat-send-btn{align-items:center;background:var(--primary-gold);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;transition:background .2s;width:36px}.chat-send-btn:hover{background:var(--primary-gold-dark)}.cta-section{background:var(--text-dark);color:#fff;padding:5rem 0}.cta-content{align-items:center;display:flex;flex-direction:column;gap:2rem;text-align:center}@media (min-width:768px){.cta-content{flex-direction:row;justify-content:space-between;text-align:left}}.cta-text h2{font-size:clamp(1.5rem,5vw,2.5rem);margin-bottom:.5rem}.cta-button{align-items:center;background:#fff;border-radius:var(--radius-sm);color:var(--text-dark);display:inline-flex;font-size:.8rem;font-weight:700;gap:.75rem;letter-spacing:.1em;padding:1rem 2rem}.cta-button:hover{background:var(--primary-gold);color:#fff}.kontakt{background:#fff;padding:6rem 0}footer{background:var(--text-dark);border-top:1px solid #222;color:#fff;padding:5rem 0 2rem}.footer-content{align-items:center;display:flex;flex-direction:column;gap:3rem;text-align:center}@media (min-width:768px){.footer-content{align-items:flex-start;flex-direction:row;justify-content:space-between;text-align:left}}.footer-nav{display:flex;flex-wrap:wrap;font-size:.75rem;font-weight:600;gap:2rem;justify-content:center;letter-spacing:.1em}.footer-nav button{background:none;border:none;color:#fff;cursor:pointer;padding:5px 0;position:relative;text-transform:uppercase}.footer-nav button:after{background-color:var(--primary-gold);bottom:0;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-nav button:hover:after{width:100%}.dev-link{color:var(--primary-gold);font-size:.7rem;font-weight:700;text-decoration:none}.dev-link:hover{text-decoration:underline}.modal{align-items:center;backdrop-filter:blur(4px);background:rgba(0,0,0,.85);display:none;height:100%;justify-content:center;left:0;padding:1rem;position:fixed;top:0;width:100%;z-index:2000}.modal[aria-hidden=false]{display:flex}.modal-content{background:#fff;border-radius:var(--radius-sm);box-shadow:0 25px 50px -12px rgba(0,0,0,.25);color:var(--text-dark);max-height:85vh;max-width:700px;overflow-y:auto;padding:2.5rem;position:relative;width:100%}.close-modal{background:none;border:none;color:var(--text-dark);cursor:pointer;font-size:2rem;line-height:1;padding:.5rem;position:absolute;right:1.5rem;top:1rem}.close-modal:hover{color:var(--primary-gold)}.modal h2{color:var(--primary-gold-dark);font-size:1.75rem;margin-bottom:1.5rem}.modal h3{font-size:1.1rem;margin-bottom:.5rem;margin-top:1.5rem}.modal p{font-size:.95rem;margin-bottom:1rem}.error-page{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:4rem 1rem;text-align:center}.error-content h1{color:var(--primary-color,#c5a059);font-size:4rem;margin-bottom:1rem}.error-content p{color:var(--text-muted,#9ca3af);font-size:1.2rem;margin-bottom:2rem}