@import "https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:wght@300;400;500&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0b0e;--surface:#111318;--surface2:#191c23;--border:#ffffff14;--accent:#e8eaf0;--accent-dim:#e8eaf099;--accent2:#8b9db8;--text:#dde1ec;--muted:#6b7280;--font-head:"Syne", sans-serif;--font-body:"DM Sans", sans-serif;--px:1.25rem;--section-py:4rem;--nav-h:60px}@media (width>=768px){:root{--px:2rem;--section-py:5rem;--nav-h:68px}}@media (width>=1024px){:root{--px:2.5rem;--section-py:6rem}}@media (width>=1400px){:root{--px:4rem;--section-py:7rem;--nav-h:72px}}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-weight:300;line-height:1.7;overflow-x:hidden}nav{z-index:100;padding:0 var(--px);height:var(--nav-h);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--border);background:#0a0b0ecc;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{flex-shrink:0;align-items:center;margin-right:auto;text-decoration:none;display:flex}.nav-logo img{width:auto;height:32px;display:block}@media (width>=768px){.nav-logo img{height:38px}}@media (width>=1400px){.nav-logo img{height:44px}}.nav-links{gap:0;list-style:none;display:flex}.nav-links a{font-family:var(--font-body);color:#ffffff8c;background:0 0;border-radius:6px;padding:.45rem .85rem;font-size:.875rem;font-weight:400;text-decoration:none;transition:color .2s}@media (width>=1200px){.nav-links a{padding:.45rem 1.1rem}}.nav-links a:hover{color:#fffffff2}.nav-links a.is-active{color:#fff}.nav-cta{color:#fff;font-family:var(--font-body);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff47;border-radius:8px;margin-left:1rem;padding:.45rem 1.1rem;font-size:.875rem;font-weight:400;text-decoration:none;transition:border-color .2s,background .2s}@media (width>=1024px){.nav-cta{margin-left:1.5rem;padding:.45rem 1.25rem}}.nav-cta:hover{background:#ffffff0d;border-color:#fff9}.nav-burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-burger span{background:#ffffffb3;border-radius:2px;width:22px;height:2px;display:block}@media (width<=767px){.nav-links,.nav-cta{display:none}.nav-burger{display:flex}}.mobile-menu{top:var(--nav-h);background:var(--surface);border-bottom:1px solid var(--border);z-index:99;padding:1rem var(--px) 1.5rem;flex-direction:column;gap:.25rem;display:none;position:fixed;left:0;right:0}.mobile-menu.open{display:flex}.mobile-menu a{color:#ffffff8c;border-bottom:1px solid var(--border);padding:.75rem 0;font-size:1rem;text-decoration:none;transition:color .2s}.mobile-menu a:hover{color:#fff}.mobile-menu a:last-child{border:none}#home{min-height:100svh;padding:0 var(--px);padding-top:var(--nav-h);background-image:url(/aetron_render_hero.png);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;display:flex;position:relative;overflow:hidden}@media (width<=767px){#home{background-image:url(/aetron_mobile.png);background-position:50%}}@media (width>=768px){#home{background-position:100%}}.hero-bg{pointer-events:none;background:linear-gradient(#0a0b0ecc 0%,#0a0b0ead 100%),radial-gradient(50% 60% at 15% 85%,#6478a00f 0%,#0000 60%);position:absolute;inset:0}@media (width<=767px){.hero-bg{background:linear-gradient(#0a0b0ebf 0%,#0a0b0e8c 100%),radial-gradient(50% 60% at 15% 85%,#6478a00f 0%,#0000 60%)}}@media (width>=768px){.hero-bg{background:linear-gradient(90deg,#0a0b0eed 42%,#0a0b0e59 100%),radial-gradient(40% 60% at 15% 85%,#6478a00f 0%,#0000 60%)}}@media (width>=1400px){.hero-bg{background:linear-gradient(90deg,#0a0b0ee6 35%,#0a0b0e33 100%),radial-gradient(40% 60% at 15% 85%,#6478a00f 0%,#0000 60%)}}.hero-grid{pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70%,#000,#0000);mask-image:radial-gradient(80% 70%,#000,#0000)}@media (width>=768px){.hero-grid{background-size:60px 60px}}.hero-content{z-index:1;text-align:center;max-width:100%;position:relative}@media (width>=768px){.hero-content{text-align:left;max-width:600px}}@media (width>=1024px){.hero-content{max-width:680px}}@media (width>=1400px){.hero-content{max-width:800px}}.hero-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent2);align-items:center;gap:8px;margin-bottom:1.25rem;font-size:.7rem;font-weight:500;display:inline-flex}@media (width>=768px){.hero-eyebrow{margin-bottom:1.5rem;font-size:.75rem}}.hero-eyebrow:before{content:"";background:var(--accent2);width:20px;height:1px;display:block}@media (width>=768px){.hero-eyebrow:before{width:28px}}h1{font-family:var(--font-head);letter-spacing:-.03em;color:#fff;margin-bottom:1.25rem;font-size:clamp(2rem,9vw,3rem);font-weight:800;line-height:1.05}@media (width<=767px){h1{font-size:clamp(1.4rem,6vw,1.9rem)}}@media (width>=768px){h1{margin-bottom:1.5rem;font-size:clamp(2.6rem,5vw,3.8rem)}}@media (width>=1400px){h1{font-size:clamp(3.5rem,4vw,5rem)}}h1 em{color:var(--accent2);font-style:normal}.hero-desc{color:#dce0eba6;max-width:100%;margin-bottom:2rem;font-size:.95rem;line-height:1.75}@media (width>=768px){.hero-desc{max-width:480px;margin-bottom:2.5rem;font-size:1.05rem}}@media (width>=1024px){.hero-desc{max-width:520px;font-size:1.1rem}}.hero-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}@media (width>=768px){.hero-actions{justify-content:flex-start;gap:1rem}}.btn-primary{color:#0a0b0e;font-family:var(--font-body);cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.7rem 1.4rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .2s,transform .15s;display:inline-block}@media (width>=768px){.btn-primary{padding:.75rem 1.75rem;font-size:.9rem}}.btn-primary:hover{opacity:.88;transform:translateY(-1px)}.btn-ghost{color:#ffffffbf;font-family:var(--font-body);cursor:pointer;background:0 0;border:1px solid #ffffff38;border-radius:8px;padding:.7rem 1.4rem;font-size:.875rem;font-weight:400;text-decoration:none;transition:border-color .2s,color .2s,background .2s;display:inline-block}@media (width>=768px){.btn-ghost{padding:.75rem 1.75rem;font-size:.9rem}}.btn-ghost:hover{color:#fff;background:#ffffff0a;border-color:#ffffff80}.stats-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);padding:1.5rem var(--px);grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (width<=480px){.stats-bar{border-top:none;margin-top:0}}@media (width>=560px){.stats-bar{grid-template-columns:repeat(4,1fr)}}@media (width>=768px){.stats-bar{padding:2rem var(--px)}}@media (width>=1400px){.stats-bar{padding:2.5rem var(--px)}}.stat-item{text-align:center}.stat-value{font-family:var(--font-head);color:var(--text);letter-spacing:-.02em;font-size:clamp(1.3rem,4vw,2.4rem);font-weight:700}.stat-label{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;margin-top:.25rem;font-size:.75rem}@media (width>=768px){.stat-label{font-size:.78rem}}section.content-section{padding:var(--section-py) var(--px);max-width:1200px;margin:0 auto}@media (width>=1400px){section.content-section{max-width:1360px}}.section-label{letter-spacing:.16em;text-transform:uppercase;color:var(--accent2);align-items:center;gap:8px;margin-bottom:.75rem;font-size:.7rem;font-weight:500;display:flex}@media (width>=768px){.section-label{margin-bottom:1rem}}.section-label:before{content:"";background:var(--accent2);width:20px;height:1px;display:block}h2{font-family:var(--font-head);letter-spacing:-.03em;color:var(--text);margin-bottom:.75rem;font-size:clamp(1.7rem,6vw,3.2rem);font-weight:700;line-height:1.1}@media (width>=768px){h2{margin-bottom:1rem}}.section-sub{color:var(--muted);max-width:100%;margin-bottom:2.5rem;font-size:.95rem;line-height:1.75}@media (width>=768px){.section-sub{max-width:560px;margin-bottom:3.5rem;font-size:1.05rem}}#technologie{background:var(--surface)}.tech-grid{grid-template-columns:1fr;align-items:center;gap:2rem;display:grid}@media (width>=768px){.tech-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width>=1200px){.tech-grid{gap:3.5rem}}.tech-visual{background:var(--surface2);border:1px solid var(--border);border-radius:16px;justify-content:center;align-items:center;min-height:240px;padding:1.75rem;display:flex}@media (width>=768px){.tech-visual{border-radius:20px;min-height:340px;padding:2.5rem}}.tech-features{flex-direction:column;gap:1.25rem;display:flex}@media (width>=768px){.tech-features{gap:1.5rem}}.tech-feature{align-items:flex-start;gap:.875rem;display:flex}@media (width>=768px){.tech-feature{gap:1rem}}.tech-feature-icon{background:#8b9db814;border:1px solid #8b9db82e;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}@media (width>=768px){.tech-feature-icon{border-radius:10px;width:40px;height:40px;font-size:1.1rem}}.tech-feature h3{font-family:var(--font-head);color:var(--text);margin-bottom:.2rem;font-size:.95rem;font-weight:600}@media (width>=768px){.tech-feature h3{margin-bottom:.25rem;font-size:1rem}}.tech-feature p{color:var(--muted);font-size:.84rem;line-height:1.65}@media (width>=768px){.tech-feature p{font-size:.88rem}}.solutions-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=560px){.solutions-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1200px){.solutions-grid{gap:1.25rem}}.solution-card{background:var(--surface);border:1px solid var(--border);cursor:default;border-radius:14px;padding:1.5rem;transition:border-color .25s,background .25s}@media (width>=768px){.solution-card{border-radius:16px;padding:2rem}}.solution-card:hover{background:#8b9db808;border-color:#8b9db84d}.solution-icon{margin-bottom:.875rem;font-size:1.5rem;display:block}@media (width>=768px){.solution-icon{margin-bottom:1rem;font-size:1.75rem}}.solution-card h3{font-family:var(--font-head);letter-spacing:-.01em;color:var(--text);margin-bottom:.4rem;font-size:1rem;font-weight:600}@media (width>=768px){.solution-card h3{margin-bottom:.5rem;font-size:1.1rem}}.solution-card p{color:var(--muted);font-size:.84rem;line-height:1.7}@media (width>=768px){.solution-card p{font-size:.875rem}}.solution-img{background:var(--surface2);border:1px solid var(--border);border-radius:8px;width:100%;height:160px;margin-bottom:1rem;overflow:hidden}.solution-img img{object-fit:cover;width:100%;height:100%;display:block}#mission{background:var(--surface);position:relative;overflow:hidden}#mission:before{content:"";pointer-events:none;background:radial-gradient(60% 80% at 80%,#6478a00a 0%,#0000 60%);position:absolute;inset:0}.mission-layout{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}@media (width>=768px){.mission-layout{grid-template-columns:1fr 1fr;align-items:center;gap:3rem}}@media (width>=1200px){.mission-layout{gap:4rem}}.mission-quote{font-family:var(--font-head);letter-spacing:-.02em;color:var(--text);border-left:3px solid var(--accent2);padding-left:1.25rem;font-size:clamp(1.15rem,3.5vw,2rem);font-weight:700;line-height:1.3}@media (width>=768px){.mission-quote{padding-left:1.5rem}}.mission-values{flex-direction:column;gap:.875rem;display:flex}@media (width>=768px){.mission-values{gap:1.25rem}}.mission-value{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:1rem 1.25rem}@media (width>=768px){.mission-value{border-radius:12px;padding:1.25rem 1.5rem}}.mission-value h4{font-family:var(--font-head);color:var(--accent2);margin-bottom:.3rem;font-size:.9rem;font-weight:600}@media (width>=768px){.mission-value h4{margin-bottom:.35rem;font-size:.95rem}}.mission-value p{color:var(--muted);font-size:.83rem;line-height:1.65}@media (width>=768px){.mission-value p{font-size:.85rem}}.jobs-list{flex-direction:column;gap:.625rem;display:flex}@media (width>=768px){.jobs-list{gap:.75rem}}.job-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;transition:border-color .2s;overflow:hidden}@media (width>=768px){.job-card{border-radius:14px}}.job-card:hover{border-color:#8b9db84d}.job-header{cursor:pointer;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}@media (width>=768px){.job-header{gap:1rem;padding:1.25rem 1.5rem}}.job-title{font-family:var(--font-head);letter-spacing:-.01em;color:var(--text);font-size:.9rem;font-weight:600;line-height:1.3}@media (width>=768px){.job-title{font-size:1rem}}.job-meta{flex-wrap:wrap;gap:.5rem;margin-top:.3rem;display:flex}@media (width>=768px){.job-meta{gap:.75rem}}.job-tag{color:var(--muted);background:var(--surface2);border:1px solid var(--border);border-radius:999px;padding:.15rem .5rem;font-size:.7rem}@media (width>=768px){.job-tag{padding:.2rem .6rem;font-size:.75rem}}.job-chevron{color:var(--muted);flex-shrink:0;font-size:1.2rem;transition:transform .25s}.job-chevron.open{transform:rotate(180deg)}.job-body{max-height:0;color:var(--muted);padding:0 1.25rem;font-size:.84rem;line-height:1.7;transition:max-height .35s,padding .25s;overflow:hidden}@media (width>=768px){.job-body{padding:0 1.5rem;font-size:.875rem}}.job-body.open{max-height:320px;padding:0 1.25rem 1.25rem}@media (width>=768px){.job-body.open{padding:0 1.5rem 1.5rem}}.job-body a{color:var(--text);border-bottom:1px solid #dce0eb4d;margin-top:1rem;padding-bottom:1px;font-size:.85rem;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s;display:inline-block}.job-body a:hover{border-color:var(--text);color:#fff}.job-body-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}@media (width<=480px){.job-body-grid{grid-template-columns:1fr}}.job-body-label{color:var(--accent2);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.78rem;font-weight:500}.job-body-item{color:var(--muted);margin-bottom:.25rem;font-size:.83rem}.job-apply{color:var(--text);border-bottom:1px solid #dce0eb4d;margin-top:1rem;padding-bottom:1px;font-size:.85rem;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s;display:inline-block}.job-apply:hover{border-color:var(--text);color:#fff}footer{border-top:1px solid var(--border);background:var(--surface);padding:1.75rem var(--px);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}@media (width>=768px){footer{padding:2rem var(--px);text-align:left;flex-direction:row;justify-content:space-between;gap:1rem}}@media (width>=1400px){footer{padding:2.5rem var(--px)}}.footer-logo{font-family:var(--font-head);color:var(--text);font-size:1.1rem;font-weight:800}footer p{color:var(--muted);font-size:.78rem}.dev-stage{background:var(--surface);border:1px solid var(--border);border-radius:14px;margin-top:3rem;padding:1.75rem 2rem}.dev-stage-inner{flex-wrap:wrap;align-items:center;gap:.25rem;margin-bottom:1.25rem;display:flex}.dev-stage-item{color:var(--muted);font-size:.8rem;font-family:var(--font-body);align-items:center;gap:.5rem;display:flex}.dev-stage-item.active{color:var(--text)}.dev-stage-item.current{color:var(--accent2);font-weight:500}.dev-dot{background:var(--border);border-radius:50%;flex-shrink:0;width:8px;height:8px}.dev-dot.current{background:var(--accent2);box-shadow:0 0 6px #8b9db880}.dev-stage-line{background:var(--border);flex:1;min-width:24px;height:1px;margin:0 .5rem}.dev-stage-note{color:var(--muted);font-size:.83rem;line-height:1.65}.investor-cta{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-top:3rem;padding:2rem;display:flex}.investor-cta-text h3{font-family:var(--font-head);color:var(--text);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.investor-cta-text p{color:var(--muted);max-width:480px;font-size:.875rem;line-height:1.65}@media (width<=480px){#home{padding-left:1rem;padding-right:1rem;padding-top:calc(var(--nav-h) + 1.5rem);align-items:flex-start;min-height:120svh;padding-bottom:2rem}.hero-content{text-align:left;width:100%;max-width:100%}.hero-eyebrow{letter-spacing:.1em;margin-bottom:.875rem;font-size:.65rem}.hero-eyebrow:before{width:16px}.hero-desc{margin-bottom:1.5rem;font-size:.88rem;line-height:1.65}.hero-actions{flex-direction:column;align-items:flex-start;gap:.625rem}.btn-primary,.btn-ghost{text-align:center;width:100%;padding:.75rem 1rem;font-size:.875rem}.stats-bar{gap:.75rem;padding:1.25rem 1rem}.stat-value{font-size:clamp(1.1rem,5vw,1.5rem)}.stat-label{font-size:.68rem}section.content-section{padding:3rem 1rem}h2{font-size:clamp(1.5rem,7vw,2rem)}.section-sub{margin-bottom:1.75rem;font-size:.88rem}.tech-grid{gap:1.5rem}.tech-visual{border-radius:12px;min-height:220px;padding:0}.tech-features{gap:1rem}.tech-feature{gap:.75rem}.tech-feature-icon{flex-shrink:0;width:32px;height:32px;font-size:.9rem}.tech-feature h3{font-size:.88rem}.tech-feature p{font-size:.8rem}.dev-stage{margin-top:2rem;padding:1.25rem}.dev-stage-inner{gap:.375rem}.dev-stage-item{font-size:.72rem}.dev-stage-line{min-width:12px}.dev-stage-note{font-size:.78rem}.solutions-grid{grid-template-columns:1fr;gap:.875rem}.solution-card{border-radius:12px;padding:1.25rem}.solution-img{height:130px}.solution-card h3{font-size:.95rem}.solution-card p{font-size:.8rem}.mission-quote{padding-left:1rem;font-size:clamp(1rem,5vw,1.3rem)}.mission-value{padding:.875rem 1rem}.mission-value h4{font-size:.85rem}.mission-value p{font-size:.8rem}.investor-cta{flex-direction:column;align-items:flex-start;gap:1rem;margin-top:2rem;padding:1.25rem}.investor-cta-text h3{font-size:1rem}.investor-cta-text p{font-size:.82rem}.investor-cta .btn-primary{text-align:center;width:100%}.job-header{padding:.875rem 1rem}.job-title{font-size:.83rem}.job-body{padding:0 1rem;font-size:.8rem}.job-body.open{max-height:500px;padding:0 1rem 1rem}footer{gap:.375rem;padding:1.5rem 1rem}.footer-logo{font-size:1rem}footer p{font-size:.72rem}}@media (width>=481px) and (width<=767px){#home{padding-left:1.25rem;padding-right:1.25rem;padding-top:calc(var(--nav-h) + 1rem);align-items:flex-start;padding-bottom:2rem}.hero-content{text-align:left}.hero-actions{flex-flow:wrap;justify-content:flex-start}.solutions-grid{grid-template-columns:1fr}.solution-img{height:150px}section.content-section{padding:3.5rem 1.25rem}}.mobile-cta{color:#0a0b0e;font-family:var(--font-body);text-align:center;background:#fff;border-radius:8px;margin-top:.75rem;padding:.65rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-block}.mobile-cta:hover{opacity:.88}
