html{scroll-behavior:smooth}body{background-color:var(--primary-900);color:var(--neutral-100);font-family:Inter,sans-serif}.gradient-bg{background:linear-gradient(135deg,#1e3a8a,#3b82f6 50%,#6366f1)}.text-gold{color:#d4af37}.bg-gold{background-color:#d4af37}.border-gold{border-color:#d4af37}.transition-all{transition:all .3s ease-in-out}.custom-shadow{box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hover-lift:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-2px)}.fade-in{animation:fadeIn .6s ease-in-out}.slide-in-left{animation:slideInLeft .6s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.slide-in-right{animation:slideInRight .6s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.btn-premium{background:linear-gradient(135deg,#1e3a8a,#3b82f6);border:1px solid #d4af37;box-shadow:0 4px 14px #0000001a}.btn-premium:hover{background:linear-gradient(135deg,#1e40af,#2563eb);box-shadow:0 6px 20px #00000026;transform:translateY(-1px)}.focus-gold:focus{outline:none;ring:2px;ring-color:#d4af37;ring-offset:2px}.text-blue-600{color:#2563eb}.dark .text-blue-400{color:#60a5fa}.text-black{color:#000}.font-poppins{font-family:Poppins,sans-serif}:root{--primary-900:#1e3a8a;--primary-800:#3b82f6;--accent-500:#2dd4bf;--neutral-100:#f8fafc;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gold-500:#d4af37;--gold-600:#c49f30;--gold-400:#e6c14d;--gold-900:#3d2f0d;--white:#fff;--gray-400:#9ca3af;--gray-600:#4b5563;--gray-700:#374151}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600}.techglint-bg-navy-900{background-color:var(--primary-900)}.techglint-bg-navy-700,.techglint-bg-navy-800{background-color:var(--primary-800)}.techglint-bg-gold-500{background-color:var(--gold-500)}.techglint-bg-gold-600{background-color:var(--gold-600)}.techglint-bg-gold-900{background-color:var(--gold-900)}.techglint-bg-white{background-color:var(--white)}.techglint-text-navy-900{color:var(--primary-900)}.techglint-text-white{color:var(--white)}.techglint-text-gray-200{color:var(--gray-200)}.techglint-text-gray-300{color:var(--gray-300)}.techglint-text-gray-400{color:var(--gray-400)}.techglint-text-gold-400{color:var(--gold-400)}.techglint-text-gold-500{color:var(--gold-500)}.techglint-hover-bg-gold-600:hover{background-color:var(--gold-600)}.techglint-hover-text-gold-400:hover{color:var(--gold-400)}.techglint-hover-text-white:hover{color:var(--white)}@keyframes techglint-fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.techglint-animate-fade-in-up{animation:techglint-fade-in-up .8s ease-out forwards}.techglint-delay-100{animation-delay:.1s}.techglint-delay-200{animation-delay:.2s}.techglint-delay-300{animation-delay:.3s}.techglint-text-4xl{font-size:2.25rem;line-height:2.5rem}@media (min-width:768px){.techglint-md-text-5xl{font-size:3rem;line-height:3.25rem}}@media (min-width:1024px){.techglint-lg-text-6xl{font-size:3.75rem;line-height:4rem}}.techglint-text-3xl{font-size:1.875rem;line-height:2.25rem}@media (min-width:768px){.techglint-md-text-4xl{font-size:2.25rem;line-height:2.5rem}}.techglint-section{border-radius:.75rem;margin-bottom:4rem;padding:2rem 1rem}.techglint-card{background-color:var(--primary-800);border:1px solid var(--gray-700);transition:transform .3s ease,box-shadow .3s ease}.techglint-card:hover{box-shadow:0 10px 25px -5px #0000004d;transform:translateY(-5px)}.techglint-btn-gold{background-color:var(--gold-500);border-radius:.5rem;color:var(--primary-900);font-weight:600;padding:.75rem 1.5rem;transition:background-color .2s ease}.techglint-btn-gold:hover{background-color:var(--gold-600)}.techglint-btn-outline-white{border:2px solid var(--white);border-radius:.5rem;color:var(--white);font-weight:600;padding:.75rem 1.5rem;transition:background-color .2s ease,color .2s ease}.techglint-btn-outline-white:hover{background-color:var(--white);color:var(--primary-900)}.techglint-sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.techglint-bg-gradient-to-br{background:linear-gradient(to bottom right,var(--primary-900),var(--primary-800))}.techglint-container-padding{padding:0 1rem}@media (min-width:640px){.techglint-container-padding{padding:0 1.5rem}}@media (min-width:1024px){.techglint-container-padding{padding:0 2rem}}.techglint-input,.techglint-select,.techglint-textarea{background-color:var(--primary-800)!important;border-color:var(--gray-600)!important;color:var(--white)!important}.techglint-input:focus,.techglint-select:focus,.techglint-textarea:focus{border-color:var(--gold-400)!important;box-shadow:0 0 0 2px #e4c14d33!important}.techglint-input::-moz-placeholder,.techglint-textarea::-moz-placeholder{color:var(--gray-400)!important}.techglint-input::placeholder,.techglint-textarea::placeholder{color:var(--gray-400)!important}section{padding:2rem 1rem}.card{transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 10px 25px -5px #0000004d;transform:translateY(-5px)}.btn-gold{background-color:var(--gold-500);border-radius:.5rem;color:var(--primary-900);font-weight:600;padding:.75rem 1.5rem;transition:background-color .2s ease}.btn-gold:hover{background-color:var(--gold-600)}.btn-outline-white{border:2px solid var(--white);border-radius:.5rem;color:var(--white);font-weight:600;padding:.75rem 1.5rem;transition:background-color .2s ease,color .2s ease}.btn-outline-white:hover{background-color:var(--white);color:var(--primary-900)}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.bg-gradient-to-br{background:linear-gradient(to bottom right,var(--primary-900),var(--primary-800))}.container-padding{padding:0 1rem}@media (min-width:640px){.container-padding{padding:0 1.5rem}}@media (min-width:1024px){.container-padding{padding:0 2rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .5s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.animate-slide-in{animation:slideIn .6s ease-out}.custom-toast{animation:fadeIn .3s ease-out;background-color:var(--accent-500);border-radius:.5rem;color:var(--primary-900);padding:1rem}@media (max-width:640px){.container-padding{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:641px){.container-padding{padding-left:2rem;padding-right:2rem}}*,:after,:before{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.pointer-events-none{pointer-events:none}.fixed{position:fixed}.-bottom-1\/2{bottom:-50%}.bottom-4{bottom:1rem}.left-0{left:0}.right-0{right:0}.right-4{right:1rem}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.mx-auto{margin-left:auto;margin-right:auto}.mb-10{margin-bottom:2.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.h-1\/2{height:50%}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-auto{height:auto}.h-full{height:100%}.h1{height:.25rem}.h2{height:.5rem}.h3{height:.75rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-520px{max-width:520px}.max-w-7xl{max-width:80rem}.max-w-xs{max-width:20rem}.min-h-screen{min-height:100vh}.w-14{width:3.5rem}.w-36{width:9rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-8{width:2rem}.w-full{width:100%}.flex{display:flex}.flex-1{flex:1 1 0%}.grow{flex-grow:1}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.hover\:scale-105:hover{--un-scale-x:1.05;--un-scale-y:1.05;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in 1s linear 1}.cursor-pointer{cursor:pointer}.place-content-center{place-content:center}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-8>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(2rem*(1 - var(--un-space-x-reverse)));margin-right:calc(2rem*var(--un-space-x-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-bottom:calc(.5rem*var(--un-space-y-reverse));margin-top:calc(.5rem*(1 - var(--un-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--un-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--un-space-y-reverse)))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-accent-500{--un-border-opacity:1;border-color:rgb(45 212 191/var(--un-border-opacity))}.border-gray-200{--un-border-opacity:1;border-color:rgb(229 231 235/var(--un-border-opacity))}.border-gray-600{--un-border-opacity:1;border-color:rgb(75 85 99/var(--un-border-opacity))}.border-gray-700,.dark .dark\:border-gray-700{--un-border-opacity:1;border-color:rgb(55 65 81/var(--un-border-opacity))}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.bg-accent-500{--un-bg-opacity:1;background-color:rgb(45 212 191/var(--un-bg-opacity))}.bg-black\/5{background-color:#0000000d}.bg-gray-50{--un-bg-opacity:1;background-color:rgb(249 250 251/var(--un-bg-opacity))}.bg-primary-800{--un-bg-opacity:1;background-color:rgb(59 130 246/var(--un-bg-opacity))}.bg-primary-900,.dark .dark\:bg-primary-900{--un-bg-opacity:1;background-color:rgb(30 58 138/var(--un-bg-opacity))}.bg-white{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.dark .dark\:bg-black{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity))}.dark .dark\:bg-gray-800{--un-bg-opacity:1;background-color:rgb(31 41 55/var(--un-bg-opacity))}.dark .dark\:bg-gray-900{--un-bg-opacity:1;background-color:rgb(17 24 39/var(--un-bg-opacity))}.dark .dark\:bg-white\/10{background-color:#ffffff1a}.hover\:bg-accent-500:hover{--un-bg-opacity:1;background-color:rgb(45 212 191/var(--un-bg-opacity))}.from-primary-900{--un-gradient-from-position:0%;--un-gradient-from:rgb(30 58 138/var(--un-from-opacity,1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(30,58,138,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from),var(--un-gradient-to)}.to-primary-800{--un-gradient-to-position:100%;--un-gradient-to:rgb(59 130 246/var(--un-to-opacity,1)) var(--un-gradient-to-position)}.bg-gradient-to-br{--un-gradient-shape:to bottom right in oklch;--un-gradient:var(--un-gradient-shape),var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient))}.fill-current{fill:currentColor}.fill-none{fill:none}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.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-2{padding-bottom:.5rem;padding-top:.5rem}.py-20{padding-bottom:5rem;padding-top:5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-8{padding-bottom:2rem;padding-top:2rem}.pt-14{padding-top:3.5rem}.pt-6{padding-top:1.5rem}.text-center{text-align:center}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-6xl{font-size:3.75rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.dark .dark\:text-black,.text-black{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.dark .dark\:text-blue-400{--un-text-opacity:1;color:rgb(96 165 250/var(--un-text-opacity))}.dark .dark\:text-gray-300,.text-gray-300{--un-text-opacity:1;color:rgb(209 213 219/var(--un-text-opacity))}.dark .dark\:text-white,.text-white{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}.text-accent-500{--un-text-opacity:1;color:rgb(45 212 191/var(--un-text-opacity))}.text-blue-600{--un-text-opacity:1;color:rgb(37 99 235/var(--un-text-opacity))}.text-gray-200{--un-text-opacity:1;color:rgb(229 231 235/var(--un-text-opacity))}.text-gray-700{--un-text-opacity:1;color:rgb(55 65 81/var(--un-text-opacity))}.text-neutral-100{--un-text-opacity:1;color:rgb(248 250 252/var(--un-text-opacity))}.text-primary-900{--un-text-opacity:1;color:rgb(30 58 138/var(--un-text-opacity))}.dark .dark\:hover\:text-blue-400:hover{--un-text-opacity:1;color:rgb(96 165 250/var(--un-text-opacity))}.hover\:text-accent-500:hover{--un-text-opacity:1;color:rgb(45 212 191/var(--un-text-opacity))}.hover\:text-blue-600:hover{--un-text-opacity:1;color:rgb(37 99 235/var(--un-text-opacity))}.hover\:text-primary-900:hover{--un-text-opacity:1;color:rgb(30 58 138/var(--un-text-opacity))}.font-700,.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-tight{line-height:1.25}.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shadow-md{--un-shadow:var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color,rgba(0,0,0,.1)),var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color,rgba(0,0,0,.1))}.shadow-md,.shadow-sm{box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-sm{--un-shadow:var(--un-shadow-inset) 0 1px 2px 0 var(--un-shadow-color,rgba(0,0,0,.05))}.focus\:ring-2:focus{--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.focus\:ring-offset-2:focus{--un-ring-offset-width:2px}.focus\:ring-accent-500:focus{--un-ring-opacity:1;--un-ring-color:rgb(45 212 191/var(--un-ring-opacity))}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-3{padding-bottom:.75rem;padding-top:.75rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-8xl{font-size:6rem;line-height:1}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}}@media (min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}
