@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import "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-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:2rem;--spacing-xl:4rem;--transition-fast:.2s ease;--transition-normal:.3s ease;--transition-slow:.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}html,body{scroll-behavior:smooth;width:100%;height:100%}body{color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;background-image:none;font-family:Inter,sans-serif;line-height:1.6}#root{height:100%}h1,h2,h3,h4,h5,h6{margin-bottom:var(--spacing-md);font-family:Poppins,sans-serif;font-weight:600;line-height:1.2}button,input,select,textarea{font-family:inherit}button{cursor:pointer}a{color:var(--primary);transition:var(--transition-fast);text-decoration:none}a:hover{color:var(--secondary)}.container{width:100%;max-width:1200px;padding:0 var(--spacing-lg);margin:0 auto}section{padding:var(--spacing-xl) 0}.tech-font{font-family:JetBrains Mono,monospace}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{animation:1.5s linear infinite spin}@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}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--light-gray);border-radius:4px}::selection{color:var(--white);background:#18a3b84d}:focus{outline:none}button:focus-visible,a:focus-visible,input:focus-visible{outline:none;box-shadow:0 0 0 2px #18a3b880}.card{background-color:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid #0000000d;padding:1.5rem}.card-hover{transition:all .3s}.card-hover:hover{box-shadow:var(--shadow-hover);border-color:#18a3b833;transform:translateY(-5px)}.reveal{opacity:0;transition:opacity var(--transition-slow), transform var(--transition-slow);transform:translateY(30px)}.reveal.active{opacity:1;transform:translateY(0)}.glow{animation:3s infinite glow}.pulse{animation:2s infinite pulse}.float{animation:6s ease-in-out infinite float}.gap-sm{gap:var(--spacing-sm)}.gap-md{gap:var(--spacing-md)}.gap-lg{gap:var(--spacing-lg)}@media (width<=1024px){html{font-size:14px}}@media (width<=768px){.container{padding:0 var(--spacing-md)}section{padding:var(--spacing-lg) 0}}@media (width<=480px){html{font-size:12px}}.hero-gradient-overlay{z-index:2;background:0 0;height:50vh;margin-top:-50vh;padding:0;position:relative;overflow:hidden}.hero-gradient-overlay:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000 0%,#0a192f33 15%,#0a192f80 30%,#0a192fcc 50%,#0a192ff2 70%,#0a192f 85%);position:absolute;inset:0}@media (width<=768px){.hero-gradient-overlay{height:40vh;margin-top:-40vh}}@media (width<=480px){.hero-gradient-overlay{height:35vh;margin-top:-35vh}}.trust-banner-section{background:#0a192f;padding:4rem 2rem 8rem;position:relative;overflow:hidden}.trust-banner-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.trust-banner-header{text-align:center;margin-bottom:2rem}.trust-banner-title{color:#ffffffe6;text-shadow:0 2px 10px #0000004d;letter-spacing:.5px;margin-bottom:0;font-size:1.5rem;font-weight:200}.trust-banner-logos-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.trust-banner-logo-card{will-change:transform;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;padding:1.5rem 3rem;transition:all .3s;display:flex}.trust-banner-logo-card:hover{background:#ffffff14;border-color:#3b82f64d;transform:translateY(-2px)}.trust-banner-logo-wrapper{justify-content:center;align-items:center;width:200px;height:80px;display:flex}.trust-banner-logo{object-fit:contain;opacity:.95;border-radius:10px;max-width:100%;max-height:100%;transition:opacity .3s}.trust-banner-logo-card:hover .trust-banner-logo{opacity:1}.trust-banner-logo--large{transform:scale(1.25)}@media (width<=768px){.trust-banner-section{padding:3rem 1.5rem 6rem}.trust-banner-title{font-size:1.25rem}.trust-banner-logo-wrapper{width:160px;height:70px}.trust-banner-logo-card{padding:1.5rem 2rem}}@media (width<=480px){.trust-banner-section{padding:2.5rem 1rem 5rem}.trust-banner-title{font-size:1.125rem}.trust-banner-logo-wrapper{width:140px;height:60px}.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:.75rem;--font-size-sm:.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:.25rem;--spacing-sm:.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:.375rem;--border-radius-md:.5rem;--border-radius-lg:.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:.15s ease-in-out;--transition-normal:.3s ease-in-out;--transition-slow:.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{position:relative;overflow:hidden}.smoke-effect:before{content:"";background:radial-gradient(ellipse at center, var(--color-smoke-light) 0%, var(--color-smoke-medium) 35%, var(--color-smoke-dark) 70%, transparent 100%);opacity:.6;pointer-events:none;z-index:1;position:absolute;inset:0}.smoke-overlay{background:linear-gradient(45deg, var(--color-smoke-subtle) 0%, var(--color-smoke-light) 25%, var(--color-smoke-medium) 50%, var(--color-smoke-dark) 75%, transparent 100%);opacity:.4;pointer-events:none;position:absolute;inset:0}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px var(--color-smoke-light)}50%{box-shadow:0 0 40px var(--color-accent-gray)}}.floating-particle{animation:6s ease-in-out infinite float}.pulse-glow{animation:3s ease-in-out infinite pulse-glow}.text-gradient{background:linear-gradient(135deg, var(--color-text-primary) 0%, var(--color-light-gray) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-glow{text-shadow:0 0 10px #ffffff80}.btn-primary{color:#000;transition:all var(--transition-normal);background:#fff;border:1px solid #fff}.btn-primary:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 0 30px #ffffff4d}.btn-secondary{color:#fff;transition:all var(--transition-normal);background:0 0;border:1px solid #ffffff80}.btn-secondary:hover{color:#000;box-shadow:var(--shadow-lg);background:#fff}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{inset: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-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-32{padding-top:8rem;padding-bottom: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-top:3rem;margin-bottom:3rem}.my-20{margin-top:5rem;margin-bottom:5rem}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.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:#0000}.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-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{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:translate(-50%)}.-translate-y-0\.5{transform:translateY(-.125rem)}.translate-x-0{transform:translate(0)}.-translate-x-12{transform:translate(-3rem)}.translate-x-12{transform:translate(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:0}.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:translate(.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:translate(.25rem)}.group:hover .group-hover\:scale-105{transform:scale(1.05)}.group:hover .group-hover\:w-full{width:100%}@media (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 (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 (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:2s cubic-bezier(.4,0,.6,1) infinite pulse}.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 (width<=768px){.vision-content-wrapper{flex-direction:column!important;gap:40px!important}.vision-text-left{flex:0 0 100%!important;padding-right:0!important}.vision-stats-right{flex:0 0 100%!important;padding-left:0!important}.vision-separator{display:none!important}#vision p{font-size:1rem!important;line-height:1.65!important}.vision-stats-right .text-2xl,.vision-stats-right .md\:text-3xl{font-size:1.5rem!important}.vision-stats-right .text-xs{font-size:.75rem!important}.vision-stats-right .text-sm{font-size:.9rem!important}}@media (width<=1024px){#modules .lg\:grid-cols-2{grid-template-columns:1fr!important}}@media (width<=768px){.modules-scroll-container{height:180vh!important}.modules-sticky-container{height:auto!important;min-height:100vh!important;padding-top:7rem!important;overflow-y:visible!important}.modules-text-content,.modules-satellite-visual,.modules-discover-btn{margin-top:1.5rem!important}#modules .w-80,#modules .h-80{width:16rem!important;height:16rem!important}#modules .md\:w-96,#modules .md\:h-96{width:18rem!important;height:18rem!important}#modules .w-64,#modules .h-64{width:12rem!important;height:12rem!important}#modules .md\:w-80,#modules .md\:h-80{width:14rem!important;height:14rem!important}}@media (width<=480px){.modules-scroll-container{height:150vh!important}.modules-sticky-container{height:auto!important;min-height:100vh!important;padding-top:6rem!important;overflow-y:visible!important}.modules-text-content,.modules-satellite-visual,.modules-discover-btn{margin-top:1rem!important}#modules .w-80,#modules .h-80,#modules .md\:w-96,#modules .md\:h-96{width:12rem!important;height:12rem!important}#modules .w-64,#modules .h-64,#modules .md\:w-80,#modules .md\:h-80{width:10rem!important;height:10rem!important}#modules .animate-spin{display:none!important}}@media (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'"]{padding:8px!important;left:12px!important}#achievements button[style*="right: '24px'"]{padding:8px!important;right:12px!important}}@media (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 (width<=768px){#contact h2{font-size:2rem!important;line-height:1.2!important}#contact .text-4xl,#contact .md\:text-6xl,#contact .lg\:text-7xl{font-size:2rem!important}#contact button[style*="padding: '16px 48px'"]{padding:14px 32px!important;font-size:16px!important}#contact [class*="absolute bottom-12 left-12"]{text-align:center!important;margin-top:2rem!important;position:relative!important;bottom:auto!important;left:auto!important}.contact-video{object-fit:cover!important;object-position:center center!important;width:auto!important;min-width:100%!important;height:100%!important;min-height:100%!important;transform:scale(1.2)!important}}@media (width<=480px){#contact .text-4xl,#contact .md\:text-6xl,#contact .lg\:text-7xl{font-size:1.5rem!important}#contact button[style*="padding: '16px 48px'"]{padding:12px 24px!important;font-size:14px!important}.contact-video{transform:scale(1.5)!important}}@media (width<=768px){footer .grid{grid-template-columns:1fr 1fr!important;gap:2rem!important}footer .md\:col-span-2{grid-column:span 2!important}footer p,footer a,footer button,footer li{font-size:.9rem!important}footer h4{font-size:.8rem!important}footer img[alt=ALYON\ AI]{height:45px!important}footer>div{padding:2.5rem 1.25rem!important}}@media (width<=480px){footer .grid{grid-template-columns:1fr!important;gap:2rem!important}footer .md\:col-span-2{grid-column:span 1!important}footer p,footer a,footer button,footer li{font-size:.875rem!important}footer h4{font-size:.8rem!important}footer img[alt=ALYON\ AI]{height:40px!important}footer>div{padding:2rem 1rem!important}}@media (width<=768px){.header-container{height:56px!important;padding:0 16px!important}header img[alt="ALYON AI Logo"]{height:36px!important}}@media (width<=480px){.header-container{height:52px!important;padding:0 12px!important}header img[alt="ALYON AI Logo"]{height:32px!important}}@media (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{padding:6px 0!important;font-size:13px!important}.mobile-menu-container nav{padding:8px 24px!important}}@media (width<=768px){#hero{height:100vh!important;min-height:100vh!important}#hero>div.absolute,#hero #tsparticles{height:100%!important;min-height:100vh!important}#hero h1{padding-left:1rem!important;padding-right:1rem!important;font-size:2.5rem!important}#hero .text-4xl,#hero .sm\:text-5xl,#hero .md\:text-7xl,#hero .lg\:text-8xl{font-size:2.5rem!important}}@media (width<=480px){#hero{height:100vh!important;min-height:100vh!important}#hero>div.absolute,#hero #tsparticles{height:100%!important;min-height:100vh!important}#hero h1,#hero .text-4xl,#hero .sm\:text-5xl,#hero .md\:text-7xl,#hero .lg\:text-8xl{font-size:1.875rem!important}}@media (width<=768px){section{padding-top:60px!important;padding-bottom:60px!important}.text-xl{font-size:1rem!important}.text-2xl{font-size:1.25rem!important}.text-3xl{font-size:1.5rem!important}.max-w-7xl,.max-w-6xl,.max-w-5xl{padding-left:1rem!important;padding-right:1rem!important}}@media (width<=480px){section{padding-top:40px!important;padding-bottom: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{color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;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:20s ease-in-out infinite smoke}.animate-smoke-slow{animation:30s ease-in-out infinite reverse smoke}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:2px;outline:2px solid #000}*{scrollbar-width:thin;scrollbar-color:#ccc #fff}:focus{outline-color:#000!important}input:focus,textarea:focus,select:focus,button:focus{border-color:#000!important;outline-color:#000!important}*{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}a:visited{color:inherit}button:focus-visible{outline-offset:2px;outline:2px solid #fff}a{color:inherit;text-decoration:none;transition:all .3s}::selection{color:#fff;background-color:#333}::-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);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.smooth-appear{animation:.6s ease-out fadeIn}.smooth-appear-delay{animation:.8s ease-out .2s both fadeIn}svg{transition:all .3s}.icon-hover:hover svg{transform:scale(1.1)}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.icon-pulse{animation:2s ease-in-out infinite iconPulse}
