.hero-section{align-items:center;background:linear-gradient(135deg,#0d1116,#1a1f2e);display:flex;flex-direction:column;justify-content:center;min-height:80vh;overflow:hidden;padding:100px 5% 60px;position:relative;width:100%}.hero-section:before{background:radial-gradient(circle at 20% 80%,#5000ca1a 0,#0000 50%),radial-gradient(circle at 80% 20%,#6a00f41a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 300px;margin:0 auto;max-width:1200px;position:relative;width:100%;z-index:2}.hero-text{color:#fff}.hero-text .hero-title{font-size:4rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0 0 24px}.hero-text .hero-title .highlight{-webkit-text-fill-color:#0000;animation:gradientShift 3s ease-in-out infinite;background:linear-gradient(135deg,#5000ca,#6a00f4,#8b5cf6);background-clip:text;-webkit-background-clip:text;background-size:200% 100%}.hero-text .hero-subtitle{color:#94a3b8;font-size:1.25rem;line-height:1.6;margin:0 0 32px;max-width:600px}.hero-benefits{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.hero-benefits .benefit{align-items:center;color:#e2e8f0;display:flex;font-size:1.1rem;gap:12px}.hero-benefits .benefit .benefit-icon{font-size:1.5rem}.hero-image{align-items:center;display:flex;justify-content:center}.hero-image img{border:4px solid #a855f74d;border-radius:50%;box-shadow:0 20px 40px #5000ca33;height:250px;object-fit:cover;width:250px}.hero-cta{display:flex;gap:16px;justify-content:center;margin-top:40px;position:relative;z-index:2}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes pulse{0%{box-shadow:0 4px 15px #5000ca4d}50%{box-shadow:0 4px 15px #5000ca99,0 0 20px #5000ca66}to{box-shadow:0 4px 15px #5000ca4d}}@media(max-width:768px){.hero-section{min-height:auto;padding:70px 5% 40px}.hero-content{grid-gap:28px;display:grid;gap:28px;grid-template-columns:1fr;text-align:center}.hero-text .hero-title{font-size:2.2rem;line-height:1.2;margin-bottom:16px}.hero-text .hero-subtitle{font-size:1rem;margin:0 auto 20px;max-width:90%}.hero-image img{border-width:3px;height:160px;width:160px}.hero-benefits{gap:10px}.hero-benefits .benefit{font-size:1rem}.hero-benefits .benefit-icon{font-size:1.3rem}.hero-cta{flex-direction:column;gap:12px}.hero-cta .primary-cta,.hero-cta .secondary-cta{text-align:center;width:100%}}@media(max-width:480px){.hero-text .hero-title{font-size:1.9rem}.hero-text .hero-subtitle{font-size:.95rem}.hero-image img{height:140px;width:140px}}.items-container{background-color:#0d1116;color:#fff;min-height:100vh;padding:5% 10%}.section-content{margin:0 auto;max-width:900px}.section-title{font-size:3.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.section-subtitle,.section-title{color:#fff;font-family:Lato,sans-serif}.section-subtitle{border-bottom:2px solid #5000ca;font-size:2rem;font-weight:600;margin-bottom:2rem;margin-top:3rem;padding-bottom:.5rem}.impressum-section{margin-bottom:3rem}.info-block{background-color:#ffffff0d;border-left:4px solid #5000ca;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.info-title{color:#5000ca;font-family:Lato,sans-serif;font-size:1.3rem;font-weight:600;margin-bottom:.8rem}.info-content p{font-family:Lato,sans-serif;font-size:1.1rem;line-height:1.6;margin:.5rem 0}.info-content a{color:#6a00f4;text-decoration:none;transition:color .3s ease}.info-content a:hover{color:#5000ca;text-decoration:underline}.disclaimer-block{background-color:#ffffff08;border-left:4px solid #6a00f4;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.disclaimer-title{color:#6a00f4;font-family:Lato,sans-serif;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.disclaimer-text{color:#ffffffe6;font-family:Lato,sans-serif;font-size:1rem;line-height:1.7;margin:0}.last-updated{border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:2rem;text-align:center}.last-updated p{color:#ffffffb3;font-family:Lato,sans-serif;font-size:.9rem}@media(max-width:768px){.items-container{padding:5%}.section-title{font-size:2.5rem}.section-subtitle{font-size:1.5rem}.disclaimer-block,.info-block{padding:1rem}}.contact-section{background:linear-gradient(135deg,#0d1116,#1a1f2e);color:#fff;min-height:100vh;padding:60px 5% 80px}.contact-container{margin:0 auto;max-width:900px}.contact-header{margin-bottom:4rem;text-align:center}.contact-title{color:#fff;font-family:Lato,sans-serif;font-size:3rem;font-weight:700;margin-bottom:1.5rem}.contact-subtitle{color:#94a3b8;font-family:Lato,sans-serif;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.contact-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:3rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:1.5rem}.form-group{position:relative}.form-input,.form-select,.form-textarea{background:#ffffff14;border:2px solid #ffffff1a;border-radius:8px;color:#fff;font-family:Lato,sans-serif;font-size:1rem;padding:1rem 1.2rem;transition:all .3s ease;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{background:#ffffff1f;border-color:#5000ca;box-shadow:0 0 0 3px #5000ca33;outline:none}.form-input::placeholder,.form-select::placeholder,.form-textarea::placeholder{color:#94a3b8}.form-select{cursor:pointer}.form-textarea{font-family:inherit;min-height:120px;resize:vertical}.form-input.error,.form-textarea.error{border-color:#dc2626}.error-message{color:#dc2626;display:block;font-family:Lato,sans-serif;font-size:.875rem;margin-top:.5rem}.form-footer{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin-top:2rem}.form-agreement{color:#94a3b8;font-family:Lato,sans-serif;font-size:.9rem;margin:0}.form-submit{align-items:center;background:linear-gradient(135deg,#5000ca,#6a00f4);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:Lato,sans-serif;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;min-width:180px;padding:1rem 2rem;transition:all .3s ease}.form-submit:hover:not(:disabled){background:linear-gradient(135deg,#3d0099,#5000ca);box-shadow:0 8px 25px #5000ca4d;transform:translateY(-2px)}.form-submit:disabled{background:#374151;box-shadow:none;cursor:not-allowed;transform:none}.spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.contact-success{align-items:center;background:linear-gradient(135deg,#0d1116,#1a1f2e);color:#fff;display:flex;justify-content:center;min-height:100vh;padding:80px 5%}.success-container{margin:0 auto;max-width:600px;text-align:center}.success-icon{color:#10b981;font-size:4rem;margin-bottom:2rem}.success-icon svg{filter:drop-shadow(0 0 20px rgba(16,185,129,.3))}.success-title{color:#fff;font-size:2.5rem;font-weight:700}.success-message,.success-title{font-family:Lato,sans-serif;margin-bottom:1rem}.success-message{color:#10b981;font-size:1.3rem}.success-subtitle{color:#94a3b8;font-family:Lato,sans-serif;font-size:1.1rem;margin-bottom:3rem}.success-button{background:linear-gradient(135deg,#5000ca,#6a00f4);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Lato,sans-serif;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.success-button:hover{background:linear-gradient(135deg,#3d0099,#5000ca);box-shadow:0 8px 25px #5000ca4d;transform:translateY(-2px)}@media(max-width:768px){.contact-section{padding:60px 5% 80px}.contact-form{padding:2rem 1.5rem}.contact-title{font-size:2.2rem}.contact-subtitle{font-size:1rem}.form-row{gap:1rem;grid-template-columns:1fr}.form-footer{align-items:stretch;flex-direction:column;gap:1rem}.form-submit{width:100%}.success-title{font-size:2rem}.success-message{font-size:1.1rem}}
/*# sourceMappingURL=44.cca6bb52.chunk.css.map*/