@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);:root{--white:#fff;--black:#000;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#e5e5e5;--gray-300:#d4d4d4;--gray-400:#a3a3a3;--gray-500:#737373;--gray-600:#525252;--gray-700:#404040;--gray-800:#262626;--gray-900:#171717;--spacing-lg:2rem;--spacing-xl:4rem;--transition-fast:0.2s ease;--transition-normal:0.3s ease;--transition-slow:0.5s ease;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 6px #0000000d,0 1px 3px #0000001a;--shadow-lg:0 10px 15px #0000000d,0 4px 6px #0000000d;--shadow-hover:0 14px 24px #0000000d,0 6px 12px #0000001a}body,html{height:100%;scroll-behavior:smooth;width:100%}body{background-color:#000;background-image:none;color:var(--text);font-family:Inter,sans-serif}#root{height:100%}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600;line-height:1.2;margin-bottom:1rem;margin-bottom:var(--spacing-md)}button,input,select,textarea{font-family:inherit}button{cursor:pointer}a{color:var(--primary);transition:.2s ease;transition:var(--transition-fast)}a:hover{color:var(--secondary)}.container{margin:0 auto;max-width:1200px;padding:0 2rem;padding:0 var(--spacing-lg);width:100%}section{padding:4rem 0;padding:var(--spacing-xl) 0}.tech-font{font-family:JetBrains Mono,monospace}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinner{animation:spin 1.5s linear infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes glow{0%{box-shadow:0 0 5px #3e8bff4d}50%{box-shadow:0 0 20px #3e8bff99}to{box-shadow:0 0 5px #3e8bff4d}}::-webkit-scrollbar{height:8px}::-webkit-scrollbar-track{background:var(--light-gray);border-radius:4px}::-webkit-scrollbar-thumb{background:#18a3b866}::-webkit-scrollbar-thumb:hover{background:#18a3b899}::selection{background:#18a3b84d;color:var(--white)}:focus{outline:none}a:focus-visible,button:focus-visible,input:focus-visible{box-shadow:0 0 0 2px #18a3b880;outline:none}.text-gradient{background:linear-gradient(to right,var(--secondary),var(--primary))}.card{background-color:#fff;background-color:var(--white);border:1px solid #0000000d;border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 4px 6px #0000000d,0 1px 3px #0000001a;box-shadow:var(--shadow-md);padding:1.5rem}.card-hover{transition:all .3s ease}.card-hover:hover{border-color:#18a3b833;box-shadow:0 14px 24px #0000000d,0 6px 12px #0000001a;box-shadow:var(--shadow-hover);transform:translateY(-5px)}.reveal{opacity:0;transform:translateY(30px);transition:opacity .5s ease,transform .5s ease;transition:opacity var(--transition-slow),transform var(--transition-slow)}.reveal.active{opacity:1;transform:translateY(0)}.glow{animation:glow 3s infinite}.pulse{animation:pulse 2s infinite}.float{animation:float 6s ease-in-out infinite}.gap-sm{gap:.5rem;gap:var(--spacing-sm)}.gap-md{gap:1rem;gap:var(--spacing-md)}.gap-lg{gap:2rem;gap:var(--spacing-lg)}@media (max-width:1024px){html{font-size:14px}}@media (max-width:768px){.container{padding:0 1rem;padding:0 var(--spacing-md)}section{padding:2rem 0;padding:var(--spacing-lg) 0}}@media (max-width:480px){html{font-size:12px}}.hero-gradient-overlay{background:#0000;height:50vh;margin-top:-50vh;overflow:hidden;padding:0;position:relative;z-index:2}.hero-gradient-overlay:after{background:linear-gradient(180deg,#0000,#0a192f33 15%,#0a192f80 30%,#0a192fcc 50%,#0a192ff2 70%,#0a192f 85%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}@media (max-width:768px){.hero-gradient-overlay{height:40vh;margin-top:-40vh}}@media (max-width:480px){.hero-gradient-overlay{height:35vh;margin-top:-35vh}}.trust-banner-section{background:#0a192f;overflow:hidden;padding:4rem 2rem 8rem;position:relative}.trust-banner-container{margin:0 auto;max-width:1200px;position:relative;z-index:1}.trust-banner-header{margin-bottom:2rem;text-align:center}.trust-banner-title{color:#ffffffe6;font-size:1.5rem;font-weight:200;letter-spacing:.5px;margin-bottom:0;text-shadow:0 2px 10px #0000004d}.trust-banner-logos-grid{margin-top:2rem}.trust-banner-logo-card,.trust-banner-logos-grid{align-items:center;display:flex;justify-content:center}.trust-banner-logo-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:1.5rem 3rem;transition:all .3s ease;will-change:transform}.trust-banner-logo-card:hover{background:#ffffff14;border-color:#3b82f64d;transform:translateY(-2px)}.trust-banner-logo-wrapper{align-items:center;display:flex;height:80px;justify-content:center;width:200px}.trust-banner-logo{max-height:100%;max-width:100%;object-fit:contain;opacity:.95;transition:opacity .3s ease}.trust-banner-logo-card:hover .trust-banner-logo{opacity:1}@media (max-width:768px){.trust-banner-section{padding:3rem 1.5rem 6rem}.trust-banner-title{font-size:1.25rem}.trust-banner-logo-wrapper{height:70px;width:160px}.trust-banner-logo-card{padding:1.5rem 2rem}}@media (max-width:480px){.trust-banner-section{padding:2.5rem 1rem 5rem}.trust-banner-title{font-size:1.125rem}.trust-banner-logo-wrapper{height:60px;width:140px}.trust-banner-logo-card{padding:1.25rem 1.5rem}.trust-banner-header{margin-bottom:1.5rem}}:root{--color-primary-black:#000;--color-primary-gray:#666;--color-secondary-gray:#888;--color-accent-gray:#aaa;--color-light-gray:#ccc;--color-smoke-dark:#282828cc;--color-smoke-medium:#50505099;--color-smoke-light:#7878784d;--color-smoke-subtle:#b4b4b41a;--color-text-primary:#fff;--color-text-secondary:#e5e7eb;--color-text-muted:#9ca3af;--color-text-accent:#fff;--color-bg-primary:#000;--color-bg-secondary:#0f0f0f;--color-bg-card:#ffffff0d;--color-bg-hover:#ffffff1a;--font-family-primary:"Inter","Helvetica Neue",Arial,sans-serif;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:3.75rem;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--border-radius-sm:0.375rem;--border-radius-md:0.5rem;--border-radius-lg:0.75rem;--border-radius-xl:1rem;--border-radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a;--shadow-glow:0 0 20px #3b82f64d;--transition-fast:0.15s ease-in-out;--transition-normal:0.3s ease-in-out;--transition-slow:0.5s ease-in-out;--z-dropdown:1000;--z-sticky:1020;--z-fixed:1030;--z-modal-backdrop:1040;--z-modal:1050;--z-popover:1060;--z-tooltip:1070}.smoke-effect{overflow:hidden;position:relative}.smoke-effect:before{background:radial-gradient(ellipse at center,#7878784d 0,#50505099 35%,#282828cc 70%,#0000 100%);background:radial-gradient(ellipse at center,var(--color-smoke-light) 0,var(--color-smoke-medium) 35%,var(--color-smoke-dark) 70%,#0000 100%);content:"";opacity:.6;z-index:1}.smoke-effect:before,.smoke-overlay{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.smoke-overlay{background:linear-gradient(45deg,#b4b4b41a,#7878784d 25%,#50505099 50%,#282828cc 75%,#0000);background:linear-gradient(45deg,var(--color-smoke-subtle) 0,var(--color-smoke-light) 25%,var(--color-smoke-medium) 50%,var(--color-smoke-dark) 75%,#0000 100%);opacity:.4}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #7878784d;box-shadow:0 0 20px var(--color-smoke-light)}50%{box-shadow:0 0 40px #aaa;box-shadow:0 0 40px var(--color-accent-gray)}}.floating-particle{animation:float 6s ease-in-out infinite}.pulse-glow{animation:pulse-glow 3s ease-in-out infinite}.text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#ccc);background:linear-gradient(135deg,var(--color-text-primary) 0,var(--color-light-gray) 100%);background-clip:text;-webkit-background-clip:text}.text-glow{text-shadow:0 0 10px #ffffff80}.btn-primary{background:#fff;border:1px solid #fff;color:#000;transition:all .3s ease-in-out;transition:all var(--transition-normal)}.btn-primary:hover{background:#ffffffe6;box-shadow:0 0 30px #ffffff4d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:1px solid #ffffff80;color:#fff;transition:all .3s ease-in-out;transition:all var(--transition-normal)}.btn-secondary:hover{background:#fff;box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);color:#000}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{bottom:0;left:0;right:0;top:0}.z-10{z-index:10}.z-50{z-index:50}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.space-x-3>*+*{margin-left:.75rem}.space-x-4>*+*{margin-left:1rem}.space-x-6>*+*{margin-left:1.5rem}.space-x-12>*+*{margin-left:3rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.w-full{width:100%}.w-px{width:1px}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-12{width:3rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-20{height:5rem}.h-full{height:100%}.h-px{height:1px}.min-h-screen{min-height:100vh}.max-w-7xl{max-width:80rem}.max-w-xl{max-width:36rem}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-3xl{max-width:48rem}.p-0{padding:0}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-16{padding-bottom:4rem;padding-top:4rem}.py-32{padding-bottom:8rem;padding-top:8rem}.pt-0{padding-top:0}.pt-4{padding-top:1rem}.pb-4{padding-bottom:1rem}.mx-auto{margin-left:auto;margin-right:auto}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mb-2{margin-top:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-20{margin-bottom:5rem}.ml-2{margin-left:.5rem}.my-12{margin-bottom:3rem;margin-top:3rem}.my-20{margin-bottom:5rem;margin-top:5rem}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1.1}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.uppercase{text-transform:uppercase}.text-center{text-align:center}.text-left{text-align:left}.text-black{color:#000}.text-white{color:#fff}.text-gray-300{color:#d4d4d4}.text-gray-400{color:#a3a3a3}.text-gray-500{color:#737373}.text-gray-600{color:#525252}.text-gray-700{color:#404040}.text-gray-900{color:#171717}.bg-white{background-color:#fff}.bg-black{background-color:#000}.bg-gray-50{background-color:#fafafa}.bg-gray-100{background-color:#f5f5f5}.bg-transparent{background-color:initial}.border{border-style:solid;border-width:1px}.border-t{border-top-style:solid;border-top-width:1px}.border-b{border-bottom-style:solid;border-bottom-width:1px}.border-gray-100{border-color:#f5f5f5}.border-gray-200{border-color:#e5e5e5}.border-gray-800{border-color:#262626}.border-black{border-color:#000}.border-none{border:none}.rounded-none{border-radius:0}.rounded-full{border-radius:9999px}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.backdrop-blur-md{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.opacity-0{opacity:0}.overflow-hidden{overflow:hidden}.pointer-events-none{pointer-events:none}.cursor-pointer{cursor:pointer}.transition-all{transition-duration:.3s}.transition-colors{transition-duration:.3s;transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300,.transition-transform{transition-duration:.3s}.duration-500{transition-duration:.5s}.translate-y-0{transform:translateY(0)}.translate-y-8{transform:translateY(2rem)}.-translate-x-1\/2{transform:translateX(-50%)}.-translate-y-0\.5{transform:translateY(-.125rem)}.translate-x-0{transform:translateX(0)}.-translate-x-12{transform:translateX(-3rem)}.translate-x-12{transform:translateX(3rem)}.scale-95{transform:scale(.95)}.scale-100{transform:scale(1)}.rotate-45{transform:rotate(45deg)}.-rotate-45{transform:rotate(-45deg)}.origin-left{transform-origin:left}.blur-\[60px\]{filter:blur(60px)}.blur-\[80px\]{filter:blur(80px)}.blur-\[100px\]{filter:blur(100px)}.blur-\[120px\]{filter:blur(120px)}.hover\:bg-black:hover{background-color:#000}.hover\:bg-gray-100:hover{background-color:#f5f5f5}.hover\:bg-gray-800:hover{background-color:#262626}.hover\:text-black:hover{color:#000}.hover\:text-white:hover{color:#fff}.hover\:border-black:hover{border-color:#000}.hover\:border-white:hover{border-color:#fff}.hover\:underline:hover{text-decoration:underline}.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hover\:translate-x-1:hover{transform:translateX(.25rem)}.hover\:scale-105:hover{transform:scale(1.05)}.group:hover .group-hover\:border-black{border-color:#000}.group:hover .group-hover\:bg-black{background-color:#000}.group:hover .group-hover\:text-white{color:#fff}.group:hover .group-hover\:text-black{color:#000}.group:hover .group-hover\:translate-x-1{transform:translateX(.25rem)}.group:hover .group-hover\:scale-105{transform:scale(1.05)}.group:hover .group-hover\:w-full{width:100%}@media (min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:block{display:block}.md\:flex-row{flex-direction:row}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2/span 2}.md\:text-5xl{font-size:3rem;line-height:1.1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:mt-0{margin-top:0}}@media (min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:p-12{padding:3rem}.lg\:text-7xl{font-size:4.5rem;line-height:1}}@media (min-width:640px){.sm\:flex-row{flex-direction:row}}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.focus-visible\:outline-none:focus-visible{outline:none}.focus-visible\:ring-2:focus-visible{box-shadow:0 0 0 2px}.focus-visible\:ring-black:focus-visible{box-shadow:0 0 0 2px #000}.focus-visible\:ring-offset-2:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 4px #000}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:opacity-50:disabled{opacity:.5}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.resize-none{resize:none}.flex-wrap{flex-wrap:wrap}.underline-offset-4{text-underline-offset:4px}.hidden{display:none}.leading-\[1\.1\]{line-height:1.1}.shrink-0{flex-shrink:0}@media (max-width:768px){.vision-content-wrapper{gap:20px!important}.vision-text-left{padding-right:15px!important}.vision-stats-right{padding-left:15px!important}#vision p{font-size:.75rem!important;line-height:1.5!important}.vision-stats-right .md\:text-3xl,.vision-stats-right .text-2xl{font-size:1rem!important}.vision-stats-right .text-xs{font-size:.5rem!important}.vision-stats-right .text-sm{font-size:.65rem!important}.vision-separator{left:68%!important}.vision-separator>div{height:6px!important;width:6px!important}}@media (max-width:480px){.vision-content-wrapper{gap:15px!important}.vision-text-left{padding-right:10px!important}.vision-stats-right{padding-left:10px!important}#vision p{font-size:.65rem!important;line-height:1.4!important}.vision-stats-right .md\:text-3xl,.vision-stats-right .text-2xl{font-size:.85rem!important}.vision-stats-right .text-xs{font-size:.45rem!important}.vision-stats-right .text-sm{font-size:.55rem!important}.vision-separator>div{height:4px!important;width:4px!important}}@media (max-width:1024px){#modules .lg\:grid-cols-2{grid-template-columns:1fr!important}}@media (max-width:768px){.modules-scroll-container{height:180vh!important}.modules-sticky-container{height:auto!important;min-height:100vh!important;overflow-y:visible!important;padding-top:7rem!important}.modules-discover-btn,.modules-satellite-visual,.modules-text-content{margin-top:1.5rem!important}#modules .h-80,#modules .w-80{height:16rem!important;width:16rem!important}#modules .md\:h-96,#modules .md\:w-96{height:18rem!important;width:18rem!important}#modules .h-64,#modules .w-64{height:12rem!important;width:12rem!important}#modules .md\:h-80,#modules .md\:w-80{height:14rem!important;width:14rem!important}}@media (max-width:480px){.modules-scroll-container{height:150vh!important}.modules-sticky-container{height:auto!important;min-height:100vh!important;overflow-y:visible!important;padding-top:6rem!important}.modules-discover-btn,.modules-satellite-visual,.modules-text-content{margin-top:1rem!important}#modules .h-80,#modules .md\:h-96,#modules .md\:w-96,#modules .w-80{height:12rem!important;width:12rem!important}#modules .h-64,#modules .md\:h-80,#modules .md\:w-80,#modules .w-64{height:10rem!important;width:10rem!important}#modules .animate-spin{display:none!important}}@media (max-width:768px){#achievements{padding:80px 0!important}#achievements [style*="minHeight: '450px'"]{min-height:380px!important}#achievements [style*="height: '200px'"]{height:160px!important}#achievements h3[style*="fontSize: '28px'"]{font-size:22px!important}#achievements button[style*="left: '24px'"]{left:12px!important;padding:8px!important}#achievements button[style*="right: '24px'"]{padding:8px!important;right:12px!important}}@media (max-width:480px){#achievements{padding:60px 0!important}#achievements [style*="minHeight: '450px'"]{min-height:360px!important}#achievements [style*="height: '200px'"]{height:140px!important}#achievements h3[style*="fontSize: '28px'"]{font-size:18px!important}#achievements [style*="padding: '32px'"]{padding:20px!important}#achievements button[style*="left: '24px'"],#achievements button[style*="right: '24px'"]{display:none!important}}@media (max-width:768px){#contact h2{line-height:1.2!important}#contact .lg\:text-7xl,#contact .md\:text-6xl,#contact .text-4xl,#contact h2{font-size:2rem!important}#contact button[style*="padding: '16px 48px'"]{font-size:16px!important;padding:14px 32px!important}#contact [class*="absolute bottom-12 left-12"]{bottom:auto!important;left:auto!important;margin-top:2rem!important;position:relative!important;text-align:center!important}.contact-video{height:100%!important;min-height:100%!important;min-width:100%!important;object-fit:cover!important;object-position:center center!important;transform:scale(1.2)!important;width:auto!important}}@media (max-width:480px){#contact .lg\:text-7xl,#contact .md\:text-6xl,#contact .text-4xl{font-size:1.5rem!important}#contact button[style*="padding: '16px 48px'"]{font-size:14px!important;padding:12px 24px!important}.contact-video{transform:scale(1.5)!important}}@media (max-width:768px){footer .grid{gap:2rem!important;grid-template-columns:repeat(4,1fr)!important}footer .md\:col-span-2 p{padding-right:2rem!important}footer .md\:col-span-2{grid-column:span 2!important}footer a,footer button,footer li,footer p{font-size:.75rem!important}footer h4{font-size:.65rem!important}footer img[alt="ALYON AI"]{height:45px!important}footer>div{padding:2rem 1rem!important}}@media (max-width:480px){footer a,footer button,footer li,footer p{font-size:.65rem!important}footer h4{font-size:.55rem!important}footer img[alt="ALYON AI"]{height:35px!important}footer>div{padding:1.5rem .75rem!important}footer .grid{gap:1.5rem!important}footer .md\:col-span-2 p{max-width:95%!important;padding-right:1.5rem!important}}@media (max-width:768px){.header-container{height:50px!important;padding:0 16px!important}header img[alt="ALYON AI Logo"]{height:40px!important}header button[aria-label="Toggle menu"]{transform:scale(.9)}}@media (max-width:480px){.header-container{height:44px!important;padding:0 12px!important}header img[alt="ALYON AI Logo"]{height:32px!important}header button[aria-label="Toggle menu"]{transform:scale(.8)}}@media (max-height:500px) and (orientation:landscape){.header-container{height:40px!important}header img[alt="ALYON AI Logo"]{height:28px!important}.mobile-menu-container{max-height:200px!important;overflow-y:auto!important}.mobile-menu-item{font-size:13px!important;padding:6px 0!important}.mobile-menu-container nav{padding:8px 24px!important}}@media (max-width:768px){#hero{height:100vh!important;min-height:100vh!important}#hero #tsparticles,#hero>div.absolute{height:100%!important;min-height:100vh!important}#hero h1{padding-left:1rem!important;padding-right:1rem!important}#hero .lg\:text-8xl,#hero .md\:text-7xl,#hero .sm\:text-5xl,#hero .text-4xl,#hero h1{font-size:2.5rem!important}}@media (max-width:480px){#hero{height:100vh!important;min-height:100vh!important}#hero #tsparticles,#hero>div.absolute{height:100%!important;min-height:100vh!important}#hero .lg\:text-8xl,#hero .md\:text-7xl,#hero .sm\:text-5xl,#hero .text-4xl,#hero h1{font-size:1.875rem!important}}@media (max-width:768px){section{padding-bottom:60px!important;padding-top:60px!important}.text-xl{font-size:1rem!important}.text-2xl{font-size:1.25rem!important}.text-3xl{font-size:1.5rem!important}.max-w-5xl,.max-w-6xl,.max-w-7xl{padding-left:1rem!important;padding-right:1rem!important}}@media (max-width:480px){section{padding-bottom:40px!important;padding-top:40px!important}.text-xl{font-size:.875rem!important}.text-2xl{font-size:1.125rem!important}.text-3xl{font-size:1.25rem!important}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.app{min-height:100vh}@keyframes smoke{0%,to{opacity:.3;transform:translate(0) scale(1)}25%{opacity:.4;transform:translate(10%,5%) scale(1.1)}50%{opacity:.35;transform:translate(-5%,10%) scale(.95)}75%{opacity:.3;transform:translate(-10%,-5%) scale(1.05)}}.animate-smoke{animation:smoke 20s ease-in-out infinite}.animate-smoke-slow{animation:smoke 30s ease-in-out infinite reverse}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid #000;outline-offset:2px}::selection{background-color:#000}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#999}*{scrollbar-color:#ccc #fff;scrollbar-width:thin}:focus{outline-color:#000!important}button:focus,input:focus,select:focus,textarea:focus{border-color:#000!important;outline-color:#000!important}*{-webkit-tap-highlight-color:transparent}a:visited{color:inherit}button:focus-visible{outline:2px solid #fff;outline-offset:2px}a{color:inherit;text-decoration:none;transition:all .3s ease}::selection{background-color:#333;color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#666}.visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.smooth-appear{animation:fadeIn .6s ease-out}.smooth-appear-delay{animation:fadeIn .8s ease-out .2s both}svg{transition:all .3s ease}.icon-hover:hover svg{transform:scale(1.1)}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.icon-pulse{animation:iconPulse 2s ease-in-out infinite}
/*# sourceMappingURL=main.3b7ad503.css.map*/