*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--primary:#1a5f7a;--secondary:#57c5b6;--accent:#159895;--dark:#002b5b;--light:#f8f9fa;--text:#2d3436;--white:#ffffff;--shadow:0 4px 20px rgba(0,0,0,0.08);--shadow-lg:0 12px 40px rgba(0,0,0,0.12)}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.7;color:var(--text);background:var(--white)}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit;transition:all 0.3s}
ul,ol{list-style:none}
.container{width:90%;max-width:1200px;margin:0 auto}
.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}
.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}
.gap-1{gap:0.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}
.text-center{text-align:center}
h1,h2,h3,h4{line-height:1.3;color:var(--dark)}
h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:800}
h2{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700}
h3{font-size:clamp(1.2rem,3vw,1.6rem);font-weight:600}
p{margin-bottom:1rem}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:0.9rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;border:none;transition:all 0.3s}
.btn-primary{background:linear-gradient(135deg,var(--primary),var(--accent));color:var(--white);box-shadow:0 4px 15px rgba(26,95,122,0.3)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(26,95,122,0.4)}
.btn-secondary{background:var(--white);color:var(--primary);border:2px solid var(--primary)}
.btn-secondary:hover{background:var(--primary);color:var(--white)}
.btn-accent{background:var(--secondary);color:var(--dark)}
.btn-accent:hover{background:var(--accent);color:var(--white)}
header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);box-shadow:var(--shadow);transition:all 0.3s}
header.scrolled{padding:0.5rem 0}
.nav-container{display:flex;align-items:center;justify-content:space-between;padding:1rem 5%}
.logo{font-size:1.5rem;font-weight:800;color:var(--primary)}
.logo span{color:var(--secondary)}
nav ul{display:flex;gap:2rem}
nav a{font-weight:500;position:relative;padding:0.5rem 0}
nav a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--secondary);transition:width 0.3s}
nav a:hover::after{width:100%}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:10px}
.hamburger span{width:25px;height:3px;background:var(--dark);border-radius:2px;transition:all 0.3s}
.hero{min-height:100vh;display:flex;align-items:center;padding-top:80px;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 50%,#f0fdfa 100%);position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-50%;right:-20%;width:80%;height:150%;background:radial-gradient(circle,rgba(87,197,182,0.15) 0%,transparent 70%);pointer-events:none}
.hero-content{display:flex;align-items:center;gap:4rem;padding:4rem 0}
.hero-text{flex:1}
.hero-text h1{margin-bottom:1.5rem}
.hero-text h1 span{color:var(--secondary)}
.hero-text p{font-size:1.2rem;margin-bottom:2rem;color:#636e72}
.hero-image{flex:1;position:relative}
.hero-image svg{width:100%;max-width:500px}
.hero-badges{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}
.badge{background:var(--white);padding:0.75rem 1.25rem;border-radius:30px;font-size:0.9rem;font-weight:500;box-shadow:var(--shadow);display:flex;align-items:center;gap:0.5rem}
.badge svg{width:20px;height:20px}
section{padding:5rem 0}
.section-header{text-align:center;margin-bottom:4rem}
.section-header span{color:var(--secondary);font-weight:600;text-transform:uppercase;letter-spacing:2px;font-size:0.9rem}
.section-header h2{margin-top:0.5rem}
.section-header p{max-width:600px;margin:1rem auto 0;color:#636e72}
.story-section{background:var(--light)}
.story-block{display:flex;gap:4rem;align-items:center;margin-bottom:4rem}
.story-block:nth-child(even){flex-direction:row-reverse}
.story-content{flex:1}
.story-image{flex:1;background:linear-gradient(135deg,var(--primary),var(--accent));border-radius:20px;padding:3rem;min-height:300px;display:flex;align-items:center;justify-content:center}
.story-image svg{width:80%;max-width:300px}
.problem-section{background:linear-gradient(180deg,var(--white) 0%,#fef3f2 100%)}
.problem-grid{display:flex;flex-wrap:wrap;gap:2rem}
.problem-card{flex:1;min-width:280px;background:var(--white);border-radius:16px;padding:2rem;box-shadow:var(--shadow);border-left:4px solid #ef4444;transition:transform 0.3s}
.problem-card:hover{transform:translateY(-5px)}
.problem-card h3{color:#dc2626;margin-bottom:1rem}
.insight-section{background:var(--dark);color:var(--white);padding:6rem 0;position:relative;overflow:hidden}
.insight-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
.insight-content{position:relative;z-index:1}
.insight-content h2{color:var(--white);text-align:center;margin-bottom:3rem}
.insight-grid{display:flex;gap:2rem;flex-wrap:wrap}
.insight-card{flex:1;min-width:250px;background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,0.1)}
.insight-card h3{color:var(--secondary);margin-bottom:1rem}
.trust-section{padding:6rem 0}
.trust-logos{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;margin-bottom:4rem;opacity:0.6}
.trust-logos svg{height:40px;width:auto}
.testimonial-grid{display:flex;gap:2rem;flex-wrap:wrap}
.testimonial{flex:1;min-width:300px;background:var(--white);border-radius:20px;padding:2rem;box-shadow:var(--shadow-lg);position:relative}
.testimonial::before{content:'"';position:absolute;top:1rem;left:1.5rem;font-size:4rem;color:var(--secondary);opacity:0.3;font-family:Georgia,serif}
.testimonial p{font-style:italic;margin-bottom:1.5rem;padding-top:2rem}
.testimonial-author{display:flex;align-items:center;gap:1rem}
.testimonial-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--secondary));display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:bold}
.testimonial-info h4{font-size:1rem;margin-bottom:0.2rem}
.testimonial-info span{font-size:0.85rem;color:#636e72}
.benefits-section{background:linear-gradient(180deg,#f0fdfa 0%,var(--white) 100%)}
.benefits-grid{display:flex;flex-wrap:wrap;gap:2rem}
.benefit-card{flex:1;min-width:280px;background:var(--white);border-radius:20px;padding:2.5rem;box-shadow:var(--shadow);text-align:center;transition:all 0.3s}
.benefit-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}
.benefit-icon{width:70px;height:70px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--secondary),var(--accent));border-radius:50%;display:flex;align-items:center;justify-content:center}
.benefit-icon svg{width:35px;height:35px;stroke:var(--white)}
.services-section{padding:6rem 0}
.services-grid{display:flex;flex-wrap:wrap;gap:2rem}
.service-card{flex:1;min-width:320px;background:var(--white);border-radius:24px;overflow:hidden;box-shadow:var(--shadow-lg);transition:all 0.3s}
.service-card:hover{transform:translateY(-10px)}
.service-card.featured{border:3px solid var(--secondary);position:relative}
.service-card.featured::before{content:'Beliebt';position:absolute;top:20px;right:-30px;background:var(--secondary);color:var(--dark);padding:0.3rem 2rem;font-size:0.8rem;font-weight:600;transform:rotate(45deg)}
.service-header{background:linear-gradient(135deg,var(--primary),var(--accent));color:var(--white);padding:2rem;text-align:center}
.service-header h3{color:var(--white);margin-bottom:0.5rem}
.service-price{font-size:2.5rem;font-weight:800}
.service-price span{font-size:1rem;font-weight:normal}
.service-body{padding:2rem}
.service-features{margin-bottom:2rem}
.service-features li{padding:0.75rem 0;border-bottom:1px solid #eee;display:flex;align-items:center;gap:0.75rem}
.service-features li:last-child{border:none}
.service-features svg{width:20px;height:20px;stroke:var(--secondary);flex-shrink:0}
.service-body .btn{width:100%}
.cta-section{background:linear-gradient(135deg,var(--primary) 0%,var(--dark) 100%);color:var(--white);padding:5rem 0;text-align:center}
.cta-section h2{color:var(--white);margin-bottom:1rem}
.cta-section p{max-width:600px;margin:0 auto 2rem;opacity:0.9}
.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.urgency-banner{background:#fef3c7;padding:1rem;text-align:center;font-weight:500;color:#92400e}
.urgency-banner strong{color:#dc2626}
.form-section{padding:6rem 0;background:var(--light)}
.form-container{max-width:600px;margin:0 auto;background:var(--white);border-radius:24px;padding:3rem;box-shadow:var(--shadow-lg)}
.form-group{margin-bottom:1.5rem}
.form-group label{display:block;margin-bottom:0.5rem;font-weight:500}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:border-color 0.3s}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--secondary)}
.form-group select{cursor:pointer;background:var(--white)}
.form-submit{width:100%;padding:1.2rem;font-size:1.1rem}
.sticky-cta{position:fixed;bottom:20px;right:20px;z-index:999;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}
.about-hero{padding-top:120px;padding-bottom:4rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}
.about-content{display:flex;gap:4rem;align-items:center}
.about-text{flex:1}
.about-image{flex:1}
.team-section{padding:5rem 0}
.team-grid{display:flex;gap:2rem;flex-wrap:wrap}
.team-card{flex:1;min-width:250px;text-align:center;padding:2rem}
.team-avatar{width:120px;height:120px;border-radius:50%;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--secondary),var(--accent));display:flex;align-items:center;justify-content:center}
.team-avatar svg{width:60px;height:60px;stroke:var(--white)}
.contact-section{padding:6rem 0}
.contact-grid{display:flex;gap:4rem;flex-wrap:wrap}
.contact-info{flex:1;min-width:300px}
.contact-item{display:flex;gap:1rem;margin-bottom:2rem}
.contact-icon{width:50px;height:50px;background:var(--light);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-icon svg{width:24px;height:24px;stroke:var(--primary)}
footer{background:var(--dark);color:var(--white);padding:4rem 0 2rem}
.footer-grid{display:flex;gap:4rem;flex-wrap:wrap;margin-bottom:3rem}
.footer-col{flex:1;min-width:200px}
.footer-col h4{color:var(--secondary);margin-bottom:1.5rem}
.footer-col a{display:block;padding:0.4rem 0;opacity:0.8;transition:opacity 0.3s}
.footer-col a:hover{opacity:1;color:var(--secondary)}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;text-align:center;opacity:0.7;font-size:0.9rem}
.cookie-banner{position:fixed;bottom:0;left:0;width:100%;background:var(--white);box-shadow:0 -4px 20px rgba(0,0,0,0.1);padding:1.5rem;z-index:10000;display:none}
.cookie-banner.show{display:block}
.cookie-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;max-width:1200px;margin:0 auto;flex-wrap:wrap}
.cookie-text{flex:1}
.cookie-text h4{margin-bottom:0.5rem}
.cookie-text p{margin:0;font-size:0.9rem;color:#636e72}
.cookie-buttons{display:flex;gap:1rem}
.cookie-btn{padding:0.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;border:none}
.cookie-accept{background:var(--primary);color:var(--white)}
.cookie-reject{background:#e5e7eb;color:var(--text)}
.legal-page{padding-top:120px;padding-bottom:4rem}
.legal-content{max-width:800px;margin:0 auto}
.legal-content h1{margin-bottom:2rem}
.legal-content h2{margin:2rem 0 1rem;font-size:1.4rem}
.legal-content p,.legal-content li{margin-bottom:1rem;color:#4b5563}
.legal-content ul{padding-left:1.5rem}
.legal-content ul li{list-style:disc}
.thanks-section{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}
.thanks-content{max-width:500px}
.thanks-icon{width:100px;height:100px;background:linear-gradient(135deg,var(--secondary),var(--accent));border-radius:50%;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center}
.thanks-icon svg{width:50px;height:50px;stroke:var(--white)}
.thanks-content h1{margin-bottom:1rem}
.thanks-content p{margin-bottom:2rem;color:#636e72}
@media(max-width:992px){.hero-content{flex-direction:column;text-align:center}.hero-image{order:-1}.story-block,.story-block:nth-child(even){flex-direction:column}.about-content{flex-direction:column}}
@media(max-width:768px){.nav-container nav{position:fixed;top:70px;left:0;width:100%;background:var(--white);padding:2rem;transform:translateX(-100%);transition:transform 0.3s;box-shadow:var(--shadow)}.nav-container nav.active{transform:translateX(0)}.nav-container nav ul{flex-direction:column;gap:1rem}.hamburger{display:flex}.footer-grid{flex-direction:column;gap:2rem}.cookie-content{flex-direction:column;text-align:center}}
@media(max-width:480px){.hero-badges{justify-content:center}.cta-buttons{flex-direction:column;width:100%}.cta-buttons .btn{width:100%}}
