.App{min-height:100vh;display:flex;flex-direction:column}.skip-link{position:absolute;top:-40px;left:6px;background:#000;color:#fff;padding:8px;text-decoration:none;z-index:100000;border-radius:0 0 4px 4px;font-weight:600}.skip-link:focus{top:0}.btn{padding:1rem 2rem;border:none;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;display:inline-block;text-align:center}.btn:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.btn-primary{background:#fbbf24;color:#1f2937}.btn-primary:hover{background:#f59e0b;transform:translateY(-2px);box-shadow:0 10px 25px #fbbf244d}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:white;color:#6366f1;transform:translateY(-2px)}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1f2937}.section-subtitle{font-size:1.25rem;text-align:center;margin-bottom:4rem;color:#6b7280;max-width:600px;margin-left:auto;margin-right:auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}@media (prefers-contrast: high){.btn-primary{border:2px solid #000}.btn-secondary{border:3px solid currentColor}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.language-toggle{position:fixed;top:20px;right:20px;z-index:1001;display:flex;background:rgba(255,255,255,.95);border-radius:25px;padding:5px;box-shadow:0 2px 15px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lang-btn{padding:8px 16px;border:none;background:transparent;cursor:pointer;border-radius:20px;font-weight:600;color:#6b7280;transition:all .3s ease;font-size:.875rem}.lang-btn.active{background:#6366f1;color:#fff;box-shadow:0 2px 8px #6366f14d}.lang-btn:hover:not(.active){background:rgba(99,102,241,.1);color:#6366f1}.lang-btn:focus{outline:2px solid #6366f1;outline-offset:2px}.navbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all .3s ease}.navbar.scrolled{background:rgba(255,255,255,.98);box-shadow:0 2px 20px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo h2{color:#6366f1;font-weight:700}.nav-logo i{margin-right:.5rem}.logo-link{background:none;border:none;color:inherit;cursor:pointer;transition:transform .2s ease;font-family:inherit}.logo-link:hover{transform:scale(1.05)}.logo-link:focus{outline:2px solid #6366f1;outline-offset:2px;border-radius:4px}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{background:none;border:none;color:#333;font-weight:500;transition:color .3s ease;position:relative;padding:.5rem 0;cursor:pointer;font-family:inherit;font-size:inherit}.nav-link:hover{color:#6366f1}.nav-link:focus{outline:2px solid #6366f1;outline-offset:2px;border-radius:4px}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#6366f1;transition:width .3s ease}.nav-link:hover:after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer;background:none;border:none;padding:.5rem}.hamburger:focus{outline:2px solid #6366f1;outline-offset:2px;border-radius:4px}.hamburger span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}@media (max-width: 768px){.language-toggle{top:15px;right:75px;scale:1;z-index:999;box-shadow:0 4px 20px #00000026}.lang-btn{padding:10px 18px;font-size:.9rem;font-weight:700}.hamburger{display:flex;z-index:1001}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;z-index:1000}.nav-menu.active{left:0}}@media (max-width: 480px){.language-toggle{right:70px;top:12px;scale:1}.lang-btn{padding:8px 14px;font-size:.85rem;min-width:40px}.nav-container{padding:0 15px}.hamburger{margin-right:5px}}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.footer-brand h3{color:#6366f1;margin-bottom:.5rem}.footer-brand p{color:#9ca3af}.footer-links{display:flex;flex-direction:column;gap:1.5rem}.footer-nav,.footer-legal{display:flex;gap:2rem;flex-wrap:wrap}.footer-legal{padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.footer-links a,.footer-links button{color:#d1d5db;text-decoration:none;transition:color .3s ease;padding:.5rem;background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit}.footer-links a:hover,.footer-links button:hover{color:#6366f1}.footer-links a:focus,.footer-links button:focus{outline:2px solid #6366f1;outline-offset:2px;border-radius:4px}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center;color:#9ca3af}@media (max-width: 768px){.footer-content{flex-direction:column;gap:2rem;text-align:center}.footer-links{align-items:center}.footer-nav,.footer-legal{justify-content:center}}.hero{padding:120px 0 80px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;min-height:100vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.highlight{color:#fbbf24}.hero-description{font-size:1.25rem;margin-bottom:2.5rem;opacity:.9;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{display:flex;justify-content:center;align-items:center}.hero-graphic{width:400px;height:400px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);position:relative;overflow:visible}.hero-graphic i{font-size:6rem;color:#fbbf24;position:absolute;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.hero-graphic i:first-child{top:25%;left:25%;animation:rotate-clockwise 12s linear infinite;animation-delay:0s}.hero-graphic i:last-child{bottom:25%;right:25%;animation:rotate-counterclockwise 15s linear infinite;animation-delay:0s}@keyframes rotate-clockwise{0%{transform:rotate(0) translate(80px) rotate(0)}to{transform:rotate(360deg) translate(80px) rotate(-360deg)}}@keyframes rotate-counterclockwise{0%{transform:rotate(180deg) translate(80px) rotate(-180deg)}to{transform:rotate(-180deg) translate(80px) rotate(180deg)}}@media (max-width: 768px){.hero{min-height:85vh;padding:100px 0 70px}.hero-container{grid-template-columns:1fr;text-align:center;gap:2.5rem;padding:0 15px}.hero-title{font-size:2.5rem;margin-bottom:1.25rem}.hero-description{font-size:1.1rem;margin-bottom:2.25rem}.hero-buttons{justify-content:center;gap:1rem}.hero-graphic{width:280px;height:280px}.hero-graphic i{font-size:4rem}@keyframes rotate-clockwise{0%{transform:rotate(0) translate(60px) rotate(0)}to{transform:rotate(360deg) translate(60px) rotate(-360deg)}}@keyframes rotate-counterclockwise{0%{transform:rotate(180deg) translate(60px) rotate(-180deg)}to{transform:rotate(-180deg) translate(60px) rotate(180deg)}}}@media (max-width: 480px){.hero{min-height:75vh;padding:80px 0 50px}.hero-container{gap:2rem;padding:0 15px}.hero-title{font-size:1.8rem;line-height:1.3;margin-bottom:1.25rem}.hero-description{font-size:1rem;margin-bottom:2rem;line-height:1.5}.hero-buttons{flex-direction:column;gap:1rem;align-items:center}.hero-buttons .btn{width:100%;max-width:280px;padding:.875rem 1.5rem}.hero-graphic{width:220px;height:220px;margin-top:1.5rem}.hero-graphic i{font-size:2.5rem}@keyframes rotate-clockwise{0%{transform:rotate(0) translate(45px) rotate(0)}to{transform:rotate(360deg) translate(45px) rotate(-360deg)}}@keyframes rotate-counterclockwise{0%{transform:rotate(180deg) translate(45px) rotate(-180deg)}to{transform:rotate(-180deg) translate(45px) rotate(180deg)}}}.services{padding:80px 0;background:white}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:2rem;border-radius:16px;text-align:center;transition:all .3s ease;cursor:pointer;border:1px solid transparent;min-height:400px;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:#6366f1}.service-icon{width:80px;height:80px;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;font-size:2rem}.service-card h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.service-card p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.service-features{list-style:none;padding:0;margin-bottom:1.5rem;text-align:left}.service-features li{display:flex;align-items:center;margin-bottom:.75rem;color:#374151;font-size:.95rem}.service-features i{color:#10b981;margin-right:.75rem;font-size:.875rem}.service-cta{margin-top:auto;padding-top:1rem}.service-cta span{color:#6366f1;font-weight:600;font-size:1rem;transition:color .3s ease}.service-card:hover .service-cta span{color:#8b5cf6}@media (max-width: 1200px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}}@media (max-width: 768px){.services{padding:70px 0}.services-grid{grid-template-columns:1fr;gap:2rem;margin-top:2.5rem;padding:0 15px}.service-card{min-height:340px;padding:1.75rem;margin:0 auto;max-width:400px}.service-icon{width:60px;height:60px;font-size:1.5rem;margin-bottom:1.25rem}.service-card h3{font-size:1.3rem;margin-bottom:1rem}.service-card p{font-size:.95rem;margin-bottom:1.25rem}}@media (max-width: 480px){.services{padding:50px 0}.services-grid{gap:1.5rem;padding:0 10px}.service-card{min-height:300px;padding:1.5rem;border-radius:12px}.service-icon{width:50px;height:50px;font-size:1.25rem;margin-bottom:1rem}.service-card h3{font-size:1.2rem;margin-bottom:.75rem;line-height:1.3}.service-card p{font-size:.9rem;line-height:1.4;margin-bottom:1rem}.service-features{margin-top:1.25rem}.service-features li{font-size:.85rem;margin-bottom:.4rem}}.pricing{padding:100px 0;background:white}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.pricing-card{background:white;border:2px solid #e5e7eb;border-radius:16px;padding:2.5rem;transition:all .3s ease;position:relative;display:flex;flex-direction:column;height:100%}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0000001a;border-color:#6366f1}.pricing-card:focus{outline:2px solid #6366f1;outline-offset:4px;transform:translateY(-5px)}.pricing-card.featured{border-color:#6366f1;transform:scale(1.05);box-shadow:0 20px 40px #6366f133}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#6366f1;color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.875rem;font-weight:600}.pricing-header{text-align:center;margin-bottom:2rem}.pricing-header h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.price{display:flex;align-items:baseline;justify-content:center;margin-bottom:.5rem}.currency{font-size:1.5rem;color:#6b7280}.amount{font-size:3rem;font-weight:700;color:#1f2937}.price-description{color:#6b7280;font-size:.95rem}.pricing-features{list-style:none;margin-bottom:2rem;flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start}.pricing-features li{padding:.75rem 0;display:flex;align-items:center;color:#374151}.pricing-features i{color:#10b981;margin-right:.75rem;width:16px}.pricing-btn{width:100%;padding:1rem;background:#6366f1;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:auto}.pricing-btn:hover{background:#5855eb;transform:translateY(-2px)}.pricing-btn:focus{outline:2px solid #6366f1;outline-offset:2px}.featured .pricing-btn{background:#fbbf24;color:#1f2937}.featured .pricing-btn:hover{background:#f59e0b}.value-packages{margin-top:4rem;padding:3rem 2rem;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border-radius:20px;border:1px solid #e2e8f0}.value-title{text-align:center;color:#6366f1;font-size:2rem;font-weight:700;margin-bottom:1rem}.value-subtitle{text-align:center;color:#64748b;font-size:1.1rem;margin-bottom:3rem}.value-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2rem 0 1rem;max-width:900px;margin-left:auto;margin-right:auto}.value-card{background:white;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 6px 12px #00000014;border:2px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}.value-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6366f1,#8b5cf6)}.value-card:hover{transform:translateY(-8px);box-shadow:0 12px 25px #0000001f;border-color:#6366f1}.value-icon{width:60px;height:60px;margin:0 auto 1rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.value-card h4{margin-bottom:.5rem;color:#1f2937;font-size:1.2rem;font-weight:600}.value-price{font-size:1.8rem;font-weight:700;color:#6366f1;margin-bottom:1rem}.value-card p{color:#64748b;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.value-features{list-style:none;padding:0;margin:0;text-align:left}.value-features li{color:#4a5568;font-size:.9rem;border-bottom:1px solid #f1f5f9;position:relative;padding:.5rem 0 .5rem 1.5rem}.value-features li:last-child{border-bottom:none}.value-features li:before{content:"✓";position:absolute;left:0;color:#6366f1;font-weight:600}.value-cta{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.value-note{color:#64748b;margin-bottom:1.5rem;font-style:italic}.verein-benefits{margin-top:5rem;padding:3rem 0;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border-radius:20px;text-align:center}.benefits-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.benefit-card{background:white;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.benefit-card i{font-size:2.5rem;color:#6366f1;margin-bottom:1rem}.benefit-card h4{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.benefit-card p{color:#6b7280;line-height:1.6}@media (max-width: 768px){.verein-benefits{margin-top:3rem;padding:2rem 1rem}.benefits-title{font-size:1.5rem}.benefits-grid{grid-template-columns:1fr;gap:1.5rem}.benefit-card{padding:1.5rem}}.pricing-category{margin-bottom:5rem}.pricing-category:last-of-type{margin-bottom:3rem}.category-title{font-size:2rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:1rem}.category-subtitle{font-size:1.125rem;color:#6b7280;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.pricing-category{margin-bottom:3rem}.category-title{font-size:1.75rem}.category-subtitle{font-size:1rem;margin-bottom:2rem}}@media (max-width: 768px){.pricing{padding:70px 0}.pricing-grid{grid-template-columns:1fr;gap:2rem;margin-top:2.5rem;padding:0 15px}.pricing-card{min-height:480px;padding:1.75rem;margin:0 auto;max-width:380px}.pricing-card h3{font-size:1.4rem;margin-bottom:.75rem}.pricing-card .price{font-size:2.5rem;margin-bottom:1rem}.pricing-card p{font-size:.95rem;margin-bottom:1.25rem}.pricing-features li{font-size:.9rem;margin-bottom:.5rem}}@media (max-width: 480px){.pricing{padding:50px 0}.pricing-grid{gap:1.5rem;padding:0 10px}.pricing-card{min-height:420px;padding:1.5rem;border-radius:12px}.pricing-card h3{font-size:1.25rem;margin-bottom:.75rem;line-height:1.3}.pricing-card .price{font-size:2.2rem;margin-bottom:.75rem}.pricing-card p{font-size:.85rem;line-height:1.4;margin-bottom:1.25rem}.pricing-features{margin-bottom:1.25rem}.pricing-features li{font-size:.85rem;margin-bottom:.4rem;line-height:1.3}.pricing-card .btn{padding:.75rem 1.5rem;font-size:.9rem}}.about{padding:100px 0;background:#f8fafc}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{text-align:left;margin-bottom:2rem}.about-text p{font-size:1.125rem;color:#6b7280;margin-bottom:1.5rem;line-height:1.7}.about-features{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem}.about-feature{display:flex;align-items:flex-start;gap:1rem}.about-feature i{width:40px;height:40px;background:#6366f1;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-feature h4{font-weight:600;margin-bottom:.5rem;color:#1f2937}.about-feature p{color:#6b7280;font-size:.95rem;margin:0}.about-image{display:flex;justify-content:center;align-items:center}.about-graphic{width:250px;height:250px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center}.about-graphic i{font-size:6rem;color:#fff}@media (max-width: 768px){.about-content{grid-template-columns:1fr;text-align:center}.about-features{grid-template-columns:1fr}}.contact{padding:80px 0;background:linear-gradient(135deg,#1f2937 0%,#111827 100%);color:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:flex-start}.contact-info h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.contact-info>p{font-size:1.125rem;line-height:1.7;margin-bottom:2.5rem;opacity:.9}.contact-details{margin-bottom:3rem}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.contact-icon{width:50px;height:50px;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem}.contact-text h4{font-size:1.125rem;font-weight:600;margin-bottom:.25rem;color:#fff}.contact-text p{color:#fffc;font-size:1rem}.contact-benefits{background:rgba(255,255,255,.1);padding:2rem;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.contact-benefits h4{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.contact-benefits ul{list-style:none;padding:0}.contact-benefits li{display:flex;align-items:center;margin-bottom:1rem;color:#ffffffe6;font-size:1rem}.contact-benefits i{color:#10b981;margin-right:.75rem;font-size:1.125rem}.contact-form{background:white;padding:2.5rem;border-radius:20px;box-shadow:0 20px 40px #0003}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151;font-size:1rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#f9fafb}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#6366f1;background:white;box-shadow:0 0 0 3px #6366f11a}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444;background:#fef2f2}.form-group textarea{resize:vertical;min-height:120px}.error-message{display:block;color:#ef4444;font-size:.875rem;margin-top:.5rem;font-weight:500}.btn-primary{width:100%;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #6366f14d}.btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.submit-message{margin-top:1rem;padding:1rem;border-radius:12px;font-weight:500;text-align:center}.submit-message.success{background:#d1fae5;color:#065f46;border:1px solid #10b981}.submit-message.error{background:#fee2e2;color:#991b1b;border:1px solid #ef4444}@media (max-width: 768px){.contact{padding:60px 0}.contact-content{grid-template-columns:1fr;gap:2.5rem}.contact-info h2{font-size:2rem}.contact-form{padding:2rem}.contact-benefits{padding:1.5rem}.contact-item{margin-bottom:1.25rem}}@media (max-width: 480px){.contact-info h2{font-size:1.75rem}.contact-form{padding:1.5rem}.contact-benefits{padding:1.25rem}.form-group input,.form-group select,.form-group textarea{padding:.875rem}}.local-seo{padding:80px 0;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%)}.local-seo-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.local-seo-text h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.local-seo-text p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;line-height:1.7}.local-benefits{list-style:none;padding:0}.local-benefits li{display:flex;align-items:center;margin-bottom:1rem;font-size:1.1rem;color:#374151}.local-benefits i{color:#6366f1;margin-right:.75rem;font-size:1.25rem}.local-seo-graphic{display:flex;justify-content:center;align-items:center}.switzerland-map{position:relative;width:300px;height:300px;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}.location-pin{background:white;color:#6366f1;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;position:relative;z-index:2}.search-radius{position:absolute;width:200px;height:200px;border:3px dashed rgba(255,255,255,.5);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}to{transform:scale(1);opacity:1}}.verein-trust{padding:80px 0;background:white}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-bottom:4rem}.trust-card{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:2.5rem;border-radius:16px;text-align:center;transition:all .3s ease;border:1px solid transparent}.trust-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:#6366f1}.trust-icon{width:80px;height:80px;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;font-size:2rem}.trust-card h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.trust-card p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.trust-features{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.feature-tag{background:white;color:#6366f1;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;border:1px solid #6366f1}.success-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem;padding:3rem 0;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:20px;color:#fff}.stat{text-align:center}.stat-number{font-size:3rem;font-weight:700;color:#fff;margin-bottom:.5rem}.stat-label{font-size:1.1rem;color:#ffffffe6;font-weight:500}.club-features{padding:80px 0;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%)}.features-showcase{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.feature-demo{display:flex;justify-content:center}.demo-screen{background:white;border-radius:12px;box-shadow:0 20px 40px #00000026;overflow:hidden;width:100%;max-width:400px}.demo-header{background:#f8fafc;padding:1rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid #e2e8f0}.demo-dots{display:flex;gap:.5rem}.demo-dots span{width:12px;height:12px;border-radius:50%;background:#cbd5e1}.demo-dots span:first-child{background:#ef4444}.demo-dots span:nth-child(2){background:#f59e0b}.demo-dots span:nth-child(3){background:#10b981}.demo-url{font-size:.875rem;color:#6b7280;background:white;padding:.5rem 1rem;border-radius:6px;border:1px solid #e2e8f0}.demo-content{padding:1.5rem}.demo-nav{display:flex;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.demo-nav span{color:#6366f1;font-weight:600;font-size:.875rem}.demo-hero{text-align:center;margin-bottom:1.5rem}.demo-hero h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.demo-cta{background:#6366f1;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;display:inline-block}.demo-events{margin-top:1rem}.demo-event{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px;color:#374151;font-size:.875rem}.demo-event i{color:#6366f1}.feature-list{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:white;border-radius:12px;box-shadow:0 4px 15px #0000001a;transition:all .3s ease}.feature-item:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000026}.feature-item i{color:#6366f1;font-size:1.5rem;margin-top:.25rem}.feature-item h4{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.feature-item p{color:#6b7280;line-height:1.6;font-size:.95rem}@media (max-width: 768px){.local-seo-content,.features-showcase{grid-template-columns:1fr;gap:2rem}.local-seo-text h2{font-size:2rem}.switzerland-map{width:250px;height:250px}.trust-grid{grid-template-columns:1fr;gap:1.5rem}.trust-card{padding:2rem}.success-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:2rem 1rem}.stat-number{font-size:2.5rem}.demo-screen{max-width:300px}.feature-item{padding:1.25rem}}@media (max-width: 480px){.success-stats{grid-template-columns:1fr}.local-benefits li{font-size:1rem}.trust-features{flex-direction:column;align-items:center}}.legal-page{padding:120px 0 80px;min-height:100vh;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%)}.legal-content{max-width:800px;margin:0 auto;background:white;padding:40px;border-radius:12px;box-shadow:0 4px 6px #0000000d;line-height:1.7}.legal-content h1{color:#6366f1;margin-bottom:30px;padding-bottom:20px;border-bottom:3px solid #6366f1;font-size:2.5rem}.legal-content h2{color:#1f2937;margin:40px 0 20px;font-size:1.5rem;font-weight:600}.legal-content h3{color:#1f2937;margin:30px 0 15px;font-size:1.2rem;font-weight:500}.legal-content p{margin-bottom:15px;color:#4a5568;text-align:justify}.legal-content section{margin-bottom:40px}.legal-content ul{margin-bottom:20px;padding-left:30px}.legal-content li{margin-bottom:8px;color:#4a5568}.contact-info-legal{background:#f7fafc;padding:20px;border-radius:8px;margin:20px 0;border-left:4px solid #6366f1}.contact-info-legal h3{margin-top:20px;margin-bottom:10px;color:#6366f1}.contact-info-legal h3:first-child{margin-top:0}.contact-info-legal p{margin-bottom:10px}.last-updated{text-align:center;margin-top:40px;padding-top:20px;border-top:1px solid #e2e8f0;color:#718096;font-size:.9rem}@media (max-width: 768px){.legal-page{padding:100px 0 60px}.legal-content{margin:0 20px;padding:30px 20px}.legal-content h1{font-size:2rem}.legal-content h2{font-size:1.3rem}.legal-content h3{font-size:1.1rem}.contact-info-legal{padding:15px}}*:focus{outline:2px solid #6366f1;outline-offset:2px}.js-focus-visible *:focus:not(.focus-visible){outline:none}@media (prefers-contrast: high){.btn-primary{border:2px solid #000}.btn-secondary{border:3px solid currentColor}.service-card,.pricing-card{border:2px solid #333}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hero-graphic,.about-graphic,.service-card:hover,.pricing-card:hover,.btn:hover{transform:none!important}}@media print{.navbar,.language-toggle,.footer{display:none}.hero{background:none;color:#000;min-height:auto;padding:2rem 0}.section-title,.hero-title{color:#000}}.form-group.focused label{color:#6366f1;transform:translateY(-2px);transition:all .3s ease}.error-text{display:none}.error-text.show{display:block}input.error,select.error,textarea.error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}@media (max-width: 768px){.container{padding:0 15px;max-width:100%}section{padding:70px 0!important}.section-title{font-size:2rem;margin-bottom:1rem;line-height:1.3}.section-subtitle{font-size:1.1rem;margin-bottom:3rem;padding:0 15px;line-height:1.5}.btn{padding:.875rem 1.5rem;font-size:.95rem;border-radius:6px}.service-card,.pricing-card{padding:1.5rem;border-radius:12px;margin-bottom:1.5rem}.about{padding:70px 0!important}.about-container{grid-template-columns:1fr!important;gap:2.5rem!important;text-align:center}.about-content h2{font-size:2rem!important;margin-bottom:1.5rem}.about-content p{font-size:1rem!important;line-height:1.6;margin-bottom:2rem}.contact{padding:70px 0!important}.contact-container{grid-template-columns:1fr!important;gap:2.5rem!important}.contact-form{padding:2rem 1.5rem!important}.footer{padding:50px 0 25px!important}.footer-content{grid-template-columns:1fr!important;gap:2rem!important;text-align:center}}@media (max-width: 480px){section{padding:50px 0!important}.container{padding:0 10px}.section-title{font-size:1.75rem;margin-bottom:.75rem}.section-subtitle{font-size:1rem;margin-bottom:2.5rem;padding:0 10px}.btn{padding:.75rem 1.25rem;font-size:.9rem;width:100%;max-width:280px}.service-card,.pricing-card{padding:1.25rem;border-radius:10px;margin-bottom:1.25rem}.form-group{margin-bottom:1.25rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;font-size:.9rem}.contact-info h3{font-size:1.25rem!important;margin-bottom:1.25rem}.contact-info p{font-size:.9rem!important;margin-bottom:1rem}.footer{padding:40px 0 20px!important}.footer-content p,.footer-content a{font-size:.85rem!important}}@media (max-width: 768px) and (orientation: landscape){.hero{min-height:60vh!important;padding:60px 0 40px!important}.hero-graphic{width:200px!important;height:200px!important}section{padding:50px 0!important}}@media (max-width: 768px){button,.btn,.nav-link,.lang-btn{min-height:44px;min-width:44px}.hamburger{padding:12px;min-height:48px;min-width:48px}.service-card,.pricing-card{cursor:default}.service-card:hover,.pricing-card:hover{transform:none}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}
