@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&family=Inter:wght@400;500;700&display=swap";:root{--color-bg:#030014;--color-surface:#ffffff08;--color-surface-hover:#ffffff14;--color-border:#ffffff1a;--color-neon-blue:#00f0ff;--color-neon-purple:#8b5cf6;--color-neon-pink:#ec4899;--color-text-primary:#f8fafc;--color-text-secondary:#94a3b8;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--font-size-h1:clamp(2.2rem, 5vw, 3.2rem);--font-size-h2:clamp(1.8rem, 3.5vw, 2.2rem);--font-size-h3:1.3rem;--spacing-sm:.75rem;--spacing-md:1.5rem;--spacing-lg:3rem;--blur-amount:12px;--transition-smooth:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}html{background:#0a1430;min-height:100%}body{font-family:var(--font-body);background:linear-gradient(180deg, #0a1430 0%, var(--color-bg) 18%, var(--color-bg) 100%);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;min-height:100svh;line-height:1.6;overflow-x:hidden}#root{isolation:isolate;min-height:100svh;position:relative}@supports (min-height:100dvh){body,#root{min-height:100dvh}}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:800;line-height:1.2}a{color:inherit;transition:var(--transition-smooth);text-decoration:none}.glass-panel{background:var(--color-surface);-webkit-backdrop-filter:blur(var(--blur-amount));backdrop-filter:blur(var(--blur-amount));border:1px solid var(--color-border);border-radius:16px;box-shadow:0 4px 30px #0000001a}.text-gradient{background:linear-gradient(135deg, var(--color-neon-blue), var(--color-neon-purple), var(--color-neon-pink));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes glow{0%{box-shadow:0 0 5px #00f0ff33,0 0 20px #8b5cf633}50%{box-shadow:0 0 10px #00f0ff80,0 0 40px #8b5cf666}to{box-shadow:0 0 5px #00f0ff33,0 0 20px #8b5cf633}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.animate-glow{animation:4s infinite alternate glow}.animate-float{animation:6s ease-in-out infinite float}.glass-nav{z-index:100;justify-content:space-between;align-items:center;width:90%;max-width:1200px;margin:1.5rem auto;padding:1rem 2rem;display:flex;position:relative}.nav-brand{font-family:var(--font-heading);letter-spacing:-.5px;align-items:center;gap:10px;font-size:1.5rem;font-weight:800;display:flex}.brand-icon{color:var(--color-neon-blue)}.nav-links{gap:2rem;display:flex}.nav-link{color:var(--color-text-secondary);padding-bottom:4px;font-weight:500;text-decoration:none;position:relative}.nav-link:hover{color:var(--color-text-primary);text-shadow:0 0 8px #fff6}.nav-link.active{color:var(--color-text-primary)}.nav-link.active:after{content:"";background:var(--color-neon-blue);width:100%;height:2px;box-shadow:0 0 10px var(--color-neon-blue);border-radius:2px;position:absolute;bottom:0;left:0}.hamburger{cursor:pointer;z-index:110;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:2rem;height:1.5rem;padding:0;display:none}.hamburger .bar{background:var(--color-text-primary);border-radius:10px;width:2rem;height:.25rem;transition:all .3s}.hamburger.open .bar:first-child{transform:translateY(.5rem)rotate(45deg)}.hamburger.open .bar:nth-child(2){opacity:0}.hamburger.open .bar:nth-child(3){transform:translateY(-.5rem)rotate(-45deg)}.nav-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:80;background:#03001466;width:100vw;height:100vh;position:fixed;top:0;left:0}@media (width<=650px){.hamburger{display:flex}.glass-nav{margin:1rem auto;padding:1rem 1.5rem}.nav-links{-webkit-backdrop-filter:blur(25px)saturate(180%);backdrop-filter:blur(25px)saturate(180%);opacity:0;pointer-events:none;z-index:90;background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;align-items:center;gap:1.5rem;width:100%;height:auto;margin-top:.5rem;padding:2rem 0;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:absolute;top:100%;left:0;right:0;transform:translateY(-15px);box-shadow:0 20px 40px #0000004d}.nav-links.mobile-open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-link{text-align:center;border-radius:12px;width:70%;padding:.5rem 1rem;font-size:1.2rem;transition:all .3s}.nav-link.active{color:var(--color-neon-blue);text-shadow:0 0 8px #00ffff4d}.nav-link.active:after{content:"";background:var(--color-neon-blue);width:40%;height:2px;box-shadow:0 0 10px var(--color-neon-blue);border-radius:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}}.bg-effects-container{z-index:-1;pointer-events:none;background:radial-gradient(360px 330px at calc(100% - 24px) calc(100% - 20px),#8b5cf6c7 0%,#8b5cf6a3 10%,#8b5cf67a 24%,#8b5cf64d 44%,#8b5cf621 66%,#8b5cf609 84%,#8b5cf600 100%),radial-gradient(880px 760px at calc(100% + 130px) calc(100% + 130px),#8b5cf680 0%,#8b5cf661 20%,#8b5cf638 42%,#8b5cf618 68%,#8b5cf606 86%,#8b5cf600 100%),radial-gradient(360px 320px at 0 0,#00f0ff8a 0%,#00f0ff70 10%,#00f0ff52 28%,#00f0ff26 54%,#00f0ff0b 80%,#00f0ff00 100%),radial-gradient(700px 620px at -120px -100px,#00f0ff61 0%,#00f0ff33 34%,#00f0ff0e 72%,#00f0ff00 100%),radial-gradient(320px 290px at 50% 42%,#ec48995c 0%,#ec489947 16%,#ec489924 42%,#ec48990a 70%,#ec489900 100%),radial-gradient(640px 540px at 50% 42%,#ec489924 0%,#ec489914 38%,#ec489906 72%,#ec489900 100%);width:100%;position:fixed;inset:-12vh 0;overflow:hidden}.bg-effects-container:before{content:"";opacity:.2;background-image:radial-gradient(circle at 17px 23px,#ffffff0e 0 1px,#0000 1.4px),radial-gradient(circle at 61px 47px,#8b5cf60b 0 1px,#0000 1.5px),radial-gradient(circle at 89px 13px,#00f0ff09 0 1px,#0000 1.5px);background-size:113px 113px,151px 151px,197px 197px;position:absolute;inset:0}.orb{opacity:0;will-change:transform;border-radius:50%;display:none;position:absolute;transform:translateZ(0)}.orb-1{background:var(--color-neon-blue);width:300px;height:300px;animation:8s ease-in-out infinite alternate float;top:-50px;left:-50px}.orb-2{background:var(--color-neon-purple);width:350px;height:350px;animation:12s ease-in-out 2s infinite alternate-reverse float;display:none;bottom:-100px;right:-50px}.orb-3{background:var(--color-neon-pink);width:250px;height:250px;animation:6s infinite alternate glow;top:40%;left:50%;transform:translate(-50%,-50%)}.stars-layer-1,.stars-layer-2{width:100%;height:100%;position:absolute}.stars-layer-1{opacity:.3;background-image:radial-gradient(2px 2px at 20px 30px,#fff,#0000),radial-gradient(2px 2px at 40px 70px,#fffc,#0000),radial-gradient(2px 2px at 90px 40px,#fff,#0000);background-repeat:repeat;background-size:200px 200px}.stars-layer-2{opacity:.2;background-image:radial-gradient(3px 3px at 50px 160px,#ffffffe6,#0000),radial-gradient(2px 2px at 90px 40px,#ffffffb3,#0000),radial-gradient(2px 2px at 130px 80px,#fff,#0000);background-repeat:repeat;background-size:300px 300px}.modal-overlay{-webkit-backdrop-filter:blur(10px);z-index:2000;background:#03001475;justify-content:center;align-items:center;width:100vw;min-height:100vh;padding:1.5rem;animation:.25s ease-out forwards modalFadeIn;display:flex;position:fixed;inset:0}.modal-content{text-align:center;-webkit-backdrop-filter:blur(25px)saturate(180%);background:radial-gradient(circle at 50% 0,#00f0ff14,#0000 36%),#ffffff09;border:1px solid #ffffff1f;border-radius:24px;width:min(100%,430px);max-width:430px;padding:2.75rem 2rem 2rem;transition:border-color .3s,box-shadow .3s;animation:.35s cubic-bezier(.34,1.2,.64,1) forwards modalSlideUp;position:relative;box-shadow:0 24px 60px #0000005c,0 0 24px #00f0ff14}.modal-content:hover{border-color:var(--color-neon-purple);box-shadow:0 24px 60px #0000005c,0 0 30px #8b5cf63d}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.close-button{color:var(--color-text-primary);cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.close-button:hover{background:#ffffff1a;transform:rotate(90deg)}.modal-header{margin-bottom:1.75rem}.modal-icon-wrapper{background:#00f0ff1a;border:1px solid #00f0ff4d;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;display:flex;box-shadow:0 0 20px #00f0ff33}.modal-icon{color:var(--color-neon-blue)}.modal-header h2{color:var(--color-text-primary);margin-bottom:.5rem;font-size:1.8rem}.modal-header p{color:var(--color-text-secondary)}.email-display{justify-content:center;align-items:center;gap:.65rem;margin-bottom:.75rem;padding:0;display:flex}.email-display span{font-family:var(--font-mono,monospace);color:var(--color-neon-blue);overflow-wrap:anywhere;text-align:center;background:#ffffff0e;border:1px solid #ffffff1f;border-radius:999px;min-width:0;padding:.9rem 1.2rem;font-size:.98rem}.icon-btn{color:var(--color-text-secondary);cursor:pointer;background:#ffffff0e;border:1px solid #ffffff1f;border-radius:50%;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.icon-btn:hover{color:var(--color-text-primary);background:#00f0ff1f;border-color:#00f0ff5c;transform:scale(1.1)}.copy-status{min-height:1.25rem;color:var(--color-text-secondary);margin-bottom:1rem;font-size:.9rem}.modal-actions{width:100%}.mailto-btn{background:#03001452;justify-content:center;align-items:center;gap:10px;width:100%;padding:1rem;display:inline-flex}@media (width<=480px){.modal-overlay{align-items:flex-start;padding:6rem 1rem 1rem}.modal-content{padding:2.25rem 1.25rem 1.5rem}.modal-header h2{font-size:1.5rem}.email-display{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:.5rem}.email-display span{max-width:calc(100% - 60px);padding:.85rem 1rem;font-size:.9rem}.mailto-btn{padding:.9rem 1rem;font-size:1rem}}.feature-card{text-align:center;border-radius:1.5rem;flex-direction:column;align-items:center;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0003}.feature-icon-wrapper{background:#ffffff1a;border-radius:1rem;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.feature-icon{width:32px;height:32px;color:var(--primary-color,#fff)}.feature-card h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:#fffc;font-size:1rem;line-height:1.6}.page-container{flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.content-fade-in{animation:1s ease-out forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-section{text-align:center;margin-top:10vh;margin-bottom:5rem}.hero-logo{border-radius:20px;width:clamp(100px,30vw,150px);height:clamp(100px,30vw,150px);margin:0 auto 2rem;display:block;box-shadow:0 4px 30px #00f0ff1a}.hero-title{letter-spacing:-2px;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,6rem)}.hero-subtitle{color:var(--color-text-secondary);max-width:600px;margin:0 auto 3rem;font-size:clamp(1.1rem,3vw,1.5rem)}.primary-button{background:var(--color-surface);color:var(--color-text-primary);border:1px solid var(--color-neon-blue);font-size:1.2rem;font-family:var(--font-heading);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;padding:1rem 2.5rem;font-weight:600;transition:all .3s}.primary-button:hover{background:var(--color-neon-blue);color:#000;box-shadow:0 0 20px var(--color-neon-blue);transform:translateY(-2px)}.features-section{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%;margin-bottom:5rem;display:grid}.feature-card{text-align:center;padding:2.5rem 2rem;transition:transform .3s,border-color .3s}.feature-card:hover{border-color:var(--color-neon-purple);transform:translateY(-10px)!important}.feature-icon-wrapper{background:#8b5cf61a;border:1px solid #8b5cf64d;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;display:flex}.feature-icon{color:var(--color-neon-purple);width:30px;height:30px}.feature-card h3{font-size:var(--font-size-h3);margin-bottom:1rem}.feature-card p{color:var(--color-text-secondary);font-size:var(--font-size-base)}.footer-simple{text-align:center;padding:var(--spacing-md) 0;color:var(--color-text-secondary);border-top:1px solid var(--color-border);width:100%;font-size:.9rem}.impressum-page{padding-top:2rem;padding-bottom:5rem}.impressum-content{width:100%;max-width:800px;margin:0 auto;padding:clamp(1.2rem,5vw,3rem)}.impressum-content h2{color:var(--color-neon-blue);-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;margin-bottom:2rem;font-size:clamp(1.8rem,5vw,2.5rem)}.legal-section{margin-bottom:2rem}.legal-section h3{color:var(--color-text-primary);margin-bottom:.5rem;font-size:1.2rem}.legal-section p{color:var(--color-text-secondary);line-height:1.8}
