@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:#fff;color:#0f172a;overflow-x:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse-dot{0%,to{transform:scale(1)}50%{transform:scale(1.4)}}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes moveDot{0%{left:-8px}to{left:100%}}.animate-float{animation:float 4s ease-in-out infinite}.animate-float-delay{animation:float 5s ease-in-out 1s infinite}.delay-200{animation-delay:.2s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal-left{opacity:0;transform:translate(-40px);transition:opacity .7s ease,transform .7s ease}.reveal-right{opacity:0;transform:translate(40px);transition:opacity .7s ease,transform .7s ease}.reveal-scale{opacity:0;transform:scale(.9);transition:opacity .7s ease,transform .7s ease}.reveal.visible,.reveal-left.visible,.reveal-right.visible,.reveal-scale.visible{opacity:1;transform:none}.card-hover{transition:transform .3s ease,box-shadow .3s ease}.card-hover:hover{transform:translateY(-10px);box-shadow:0 25px 60px #2563eb2e}.gradient-text{background:linear-gradient(135deg,#2563eb,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section{padding:48px 24px}.container{max-width:1200px;margin:0 auto}.navbar{position:fixed;top:0;width:100%;z-index:100;padding:18px 32px;transition:background .4s,box-shadow .4s;background:transparent}.navbar--scrolled{background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 1px 32px #2563eb14}.navbar__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:flex-end}.navbar__right{display:flex;align-items:center;gap:16px}.navbar__pfab-icon{width:100px;height:auto;display:block;transition:opacity .3s}.navbar--scrolled .navbar__pfab-icon path{stroke:#cbd5e1}.navbar__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.navbar__hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .3s,opacity .3s}.navbar--scrolled .navbar__hamburger span{background:#0f172a}.navbar__hamburger span.open:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__hamburger span.open:nth-child(2){opacity:0}.navbar__hamburger span.open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.navbar__hamburger{display:flex}.navbar__links{display:none;position:absolute;top:100%;left:0;right:0;background:#fffffff7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);flex-direction:column;padding:24px 32px;gap:20px;box-shadow:0 8px 32px #0000001a}.navbar__links--open{display:flex}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__bg{position:absolute;inset:0;background-image:url(/hero-bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.hero__overlay{position:absolute;inset:0;background:#0a19328c}.hero__content{position:relative;z-index:2;text-align:center;padding:0 24px;max-width:900px;animation:fadeInUp .8s ease .1s both}.hero__eyebrow{font-size:clamp(3rem,7vw,6rem);font-weight:900;letter-spacing:-1px;color:#fff;margin:0 0 50px;line-height:1.05;white-space:normal}.hero__title{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:500;color:#ffffffd9;line-height:1.4;letter-spacing:.01em;margin-bottom:24px}.hero__sub{font-size:1.05rem;color:#ffffffd9;max-width:560px;margin:0 auto 40px;line-height:1.7}.hero__actions{display:flex;align-items:center;justify-content:center;gap:16px}.hero__btn{display:inline-flex;align-items:center;gap:8px;padding:14px 36px;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .25s ease}.hero__btn--primary{background:#2563eb;color:#fff}.hero__btn--primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 24px #2563eb73}.vp{background:#fff;width:100%;overflow-x:hidden}.vp__row{display:flex;flex-direction:row;align-items:stretch;gap:48px;padding:48px 64px;max-width:1600px;margin:0 auto;width:100%;box-sizing:border-box}.vp__headline-wrap{display:flex;flex-direction:column;justify-content:space-between;flex:0 0 320px;min-width:280px;max-width:360px}.vp__headline-wrap .vp__headline{margin-top:auto;margin-bottom:auto}.vp__headline{font-size:clamp(1.3rem,2.5vw,1.7rem);font-weight:700;color:#3a5787;line-height:1.5;margin-bottom:0}.vp__headline p{margin:0}.vp__headline p+p{margin-top:1.2em;padding-top:1.2em}.vp__img-wrap{flex:1 1 auto;border-radius:16px;overflow:hidden;box-shadow:0 8px 48px #0000001f;min-height:500px}.vp__img{width:100%;height:100%;display:block;object-fit:contain;min-height:500px;background:#f8f9fb}@media(max-width:768px){.vp__row{flex-direction:column;gap:32px;padding:56px 24px 0}.vp__headline-wrap,.vp__headline{flex:unset;max-width:100%;min-width:unset;width:100%}.vp__img-wrap{flex:unset;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);border-radius:0;box-shadow:none;min-height:auto}.vp__img{width:100%;min-height:auto;height:auto;object-fit:contain;background:#f8f9fb}}.vp__patent{font-size:1rem;color:#3a5787;padding:0;margin:0}.wwd{background:#fff}.wwd__header{text-align:center;margin-bottom:72px}.wwd__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:2px;color:#2563eb;margin-bottom:12px}.wwd__title{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#0f172a;letter-spacing:-1px}.wwd__divider{width:64px;height:4px;background:linear-gradient(90deg,#2563eb,#06b6d4);border-radius:2px;margin:20px auto 0}.wwd__timeline{position:relative;padding:20px 0}.wwd__timeline-line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#93c5fd,#06b6d4);transform:translate(-50%)}.wwd__item{display:grid;grid-template-columns:1fr 60px 1fr;align-items:start;margin-bottom:48px}.wwd__item--right .wwd__card{grid-column:3;grid-row:1}.wwd__item--right .wwd__dot-wrap{grid-column:2;grid-row:1}.wwd__item--right .wwd__spacer{grid-column:1;grid-row:1}.wwd__item:not(.wwd__item--right) .wwd__card{grid-column:1}.wwd__item:not(.wwd__item--right) .wwd__dot-wrap{grid-column:2}.wwd__item:not(.wwd__item--right) .wwd__spacer{grid-column:3}.wwd__card{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:16px;padding:28px 32px}.wwd__card-icon{font-size:2.2rem;margin-bottom:12px}.wwd__card-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:10px}.wwd__card-desc{font-size:.88rem;color:#475569;line-height:1.7}.wwd__dot-wrap{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;padding-top:24px}.wwd__dot{width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#06b6d4);box-shadow:0 0 0 5px #2563eb26;animation:pulse-dot 2.5s ease-in-out infinite}@media(max-width:768px){.wwd__timeline-line{left:20px}.wwd__item,.wwd__item--right{display:block;padding-left:52px;position:relative}.wwd__dot-wrap{position:absolute;left:11px;top:0;padding-top:8px}.wwd__spacer{display:none}}.ha{background:linear-gradient(180deg,#fff,#f8fafc)}.ha__row{display:flex;flex-direction:row;align-items:center;gap:48px;padding:48px 64px;max-width:1600px;margin:0 auto;width:100%;box-sizing:border-box}.ha__headline-wrap{display:flex;flex-direction:column;gap:16px;flex:0 0 320px;min-width:280px;max-width:360px}.ha__headline{font-size:clamp(1.3rem,2.5vw,1.7rem);font-weight:700;color:#3a5787;line-height:1.5;margin-bottom:0}.ha__patent{font-size:1rem;color:#3a5787;padding:0;margin:130px 0 0}.ha__img-wrap{flex:1 1 auto;border-radius:16px;overflow:hidden;box-shadow:0 8px 48px #0000001f;min-height:500px}.ha__img{width:100%;height:100%;display:block;object-fit:contain;min-height:500px;background:#f8f9fb}@media(max-width:768px){.ha__row{flex-direction:column;gap:32px;padding:56px 24px 0}.ha__headline-wrap,.ha__headline{flex:unset;max-width:100%;min-width:unset;width:100%}.ha__img-wrap{flex:unset;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);border-radius:0;box-shadow:none;min-height:auto}.ha__img{width:100%;min-height:auto;height:auto;object-fit:contain;background:#f8f9fb}}.cc{background:linear-gradient(180deg,#f8fafc,#fff)}.cc__header{text-align:center;margin-bottom:56px}.cc__title{font-size:clamp(2rem,4vw,2.8rem);font-weight:900;color:#0f172a;letter-spacing:-1px;margin-bottom:16px}.cc__sub{font-size:1rem;color:#64748b;max-width:520px;margin:0 auto;line-height:1.7}.cc__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cc__card{border-radius:20px;padding:36px 32px;color:#fff;cursor:pointer}.cc__card--blue{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.cc__card--cyan{background:linear-gradient(135deg,#0891b2,#0e7490)}.cc__card--indigo{background:linear-gradient(135deg,#4f46e5,#3730a3)}.cc__card-icon{font-size:2.8rem;margin-bottom:16px}.cc__card-title{font-size:1.2rem;font-weight:800;margin-bottom:12px}.cc__card-desc{font-size:.88rem;opacity:.85;line-height:1.7}.cc__card-footer{margin-top:24px;padding-top:16px;border-top:1px solid rgba(255,255,255,.2);font-size:.8rem;font-weight:600;opacity:.75;transition:opacity .2s}.cc__card:hover .cc__card-footer{opacity:1}@media(max-width:768px){.cc__grid{grid-template-columns:1fr}}.pa{background:#fff}.pa__top{padding:96px 24px 80px}.pa__headline{font-size:clamp(1.3rem,2.5vw,1.7rem);font-weight:700;color:#2563eb;max-width:760px;line-height:1.5;margin-bottom:56px}.pa__img-wrap{border-radius:16px;overflow:hidden;box-shadow:0 8px 48px #0000001f}.pa__img{width:100%;height:auto;display:block;object-fit:cover}.pa__dark{background:linear-gradient(135deg,#0f172a,#1e293b);padding:96px 24px}.pa__dark-header{text-align:center;margin-bottom:56px}.pa__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:2px;color:#06b6d4;margin-bottom:12px}.pa__dark-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:900;color:#fff;letter-spacing:-1px}.pa__dark-divider{width:64px;height:4px;background:linear-gradient(90deg,#06b6d4,#2563eb);border-radius:2px;margin:20px auto 0}.pa__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pa__arch-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;cursor:pointer;transition:background .3s,transform .3s,box-shadow .3s}.pa__arch-card:hover{background:#ffffff1a;transform:translateY(-8px);box-shadow:0 20px 48px #0000004d}.pa__arch-card--highlight{background:#2563eb33;border-color:#2563eb66}.pa__arch-title{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:20px}.pa__arch-list{list-style:none;display:flex;flex-direction:column;gap:12px}.pa__arch-list li{display:flex;align-items:center;gap:10px;font-size:.88rem;color:#ffffffbf}.pa__check{color:#06b6d4;font-weight:700;flex-shrink:0}.pa__patent{font-size:1rem;color:#2563eb;padding:0;margin:10px 0 0}@media(max-width:768px){.pa__diagram-inner{flex-direction:column}.pa__conn-line{width:2px;height:40px}.pa__cards{grid-template-columns:1fr}}.fp{background:#f8fafc}.fp__header{text-align:center;margin-bottom:48px}.fp__title{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:900;color:#0f172a;letter-spacing:-.8px}.fp__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.fp__stat{border-radius:20px;padding:48px 32px;text-align:center;cursor:pointer;color:#fff}.fp__stat--blue{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 8px 32px #2563eb4d}.fp__stat--cyan{background:linear-gradient(135deg,#0891b2,#0e7490);box-shadow:0 8px 32px #0891b24d}.fp__stat--indigo{background:linear-gradient(135deg,#4f46e5,#3730a3);box-shadow:0 8px 32px #4f46e54d}.fp__stat-val{font-size:3rem;font-weight:900;letter-spacing:-1.5px;margin-bottom:8px}.fp__stat-label{font-size:.85rem;opacity:.8;font-weight:500}.wc{background:#fff}.wc__header{margin-bottom:48px}.wc__title{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:900;color:#0f172a;letter-spacing:-.8px}.wc__grid{display:grid;grid-template-columns:1fr 1fr;gap:32px 48px}.wc__item{display:flex;align-items:flex-start;gap:16px}.wc__check{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#06b6d4);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;box-shadow:0 4px 12px #2563eb4d}.wc__item-title{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:6px}.wc__item-desc{font-size:.88rem;color:#64748b;line-height:1.6}@media(max-width:768px){.fp__grid,.wc__grid{grid-template-columns:1fr}}.fc{background:#fff}.fc__row{display:flex;flex-direction:row;align-items:center;gap:48px;padding:48px 64px;max-width:1600px;margin:0 auto;width:100%;box-sizing:border-box}.fc__headline-wrap{display:flex;flex-direction:column;gap:16px;flex:0 0 320px;min-width:280px;max-width:360px}.fc__headline{font-size:clamp(1.3rem,2.5vw,1.7rem);font-weight:700;color:#3a5787;line-height:1.5;margin-bottom:0}.fc__patent{font-size:1rem;color:#3a5787;padding:0;margin:250px 0 0}.fc__img-wrap{flex:1 1 auto;border-radius:16px;overflow:hidden;box-shadow:0 8px 48px #0000001f;min-height:500px}.fc__img{width:100%;height:100%;display:block;object-fit:contain;min-height:500px;background:#f8f9fb}@media(max-width:768px){.fc__row{flex-direction:column;gap:32px;padding:56px 24px 0}.fc__headline-wrap,.fc__headline{flex:unset;max-width:100%;min-width:unset;width:100%}.fc__img-wrap{flex:unset;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);border-radius:0;box-shadow:none;min-height:auto}.fc__img{width:100%;min-height:auto;height:auto;object-fit:contain;background:#f8f9fb}}.ct{background:linear-gradient(#0003,#0003),url(/hero-bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.ct__header{text-align:center;margin-bottom:56px}.ct__title{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#fff;letter-spacing:-1px;margin-bottom:12px}.ct__sub{font-size:1rem;color:#ffffff8c}.ct__card{max-width:700px;margin:0 auto 48px;background:#0a0f1966;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:48px}.ct__row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.ct__field{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.ct__field label{font-size:.8rem;font-weight:600;color:#fff9;letter-spacing:.5px}.ct__field input,.ct__field textarea{background:#ffffff0f;border:1.5px solid rgba(255,255,255,.12);border-radius:10px;padding:14px 18px;font-size:.9rem;color:#fff;font-family:inherit;transition:border-color .25s,background .25s;resize:vertical}.ct__field input::placeholder,.ct__field textarea::placeholder{color:#ffffff4d}.ct__field input:focus,.ct__field textarea:focus{outline:none;border-color:#2563eb;background:#2563eb1a}.ct__submit{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#2563eb,#0891b2);color:#fff;border:none;border-radius:12px;padding:16px 32px;font-size:1rem;font-weight:700;cursor:pointer;transition:opacity .25s,transform .25s;box-shadow:0 8px 32px #2563eb66}.ct__submit:hover{opacity:.92;transform:translateY(-2px)}.ct__success{text-align:center;padding:32px 0}.ct__success-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;font-size:1.8rem;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-weight:700}.ct__success h3{color:#fff;font-size:1.4rem;margin-bottom:8px}.ct__success p{color:#ffffff8c}.ct__direct{text-align:center;color:#ffffff73;font-size:.88rem}.ct__direct p{margin-bottom:12px}.ct__links{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.ct__links a{color:#fff9;text-decoration:none;transition:color .2s}.ct__links a:hover{color:#fff}@media(max-width:640px){.ct__row{grid-template-columns:1fr}.ct__card{padding:28px 20px}.ct{background-attachment:scroll}}.footer{background:linear-gradient(#0003,#00000059),url(/hero-bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;border-top:1px solid rgba(255,255,255,.12);padding:40px 24px}.footer__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}.footer__pfab-icon{width:100px;height:auto;display:block;margin-bottom:8px}.footer__brand p{font-size:.78rem;color:#ffffff8c}.footer__copy{font-size:.75rem;color:#ffffff73;max-width:400px;text-align:right;line-height:1.6}@media(max-width:640px){.footer__inner{flex-direction:column}.footer__copy{text-align:left}}
