@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800;900&display=swap";:root{--primary:#4f3c82;--primary-hover:#3c2768;--accent:#53955f;--accent-hover:#41824c;--background:#f8f7fc;--foreground:#1b1b1c;--surface:#f8f7fc;--surface-low:#f2f0f8;--surface-high:#e8e5f0;--surface-highest:#e0dcea;--on-surface:#1b1b1c;--on-surface-variant:#3a3560;--muted-foreground:#3a3560;--radius:.375rem;--font-heading:"Nunito Sans", sans-serif;--font-body:"Nunito Sans", sans-serif;--transition:all .4s cubic-bezier(.4, 0, .2, 1);--text-on-section:#3a3560;--text-on-section-faint:#4a4575;--text-on-section-subtle:#5a5585;--text-on-section-ghost:#1b1b1c73;--text-on-section-whisper:#1b1b1c59;--text-on-section-low:#4a4575;--border-on-section:#1b1b1c1a;--border-on-section-md:#1b1b1c1f;--border-on-section-sm:#1b1b1c14;--border-on-section-xs:#1b1b1c1a;--bg-card-subtle:#fff9;--hero-bg:#fff;--section-bg-1:#f2f0f8;--section-bg-2:#ebe8f5;--section-bg-3:#f8f7fc;--section-card-bg:#fff;--footer-bg:#1a1030;--border-section:#1b1b1c12;--border-section-sm:#1b1b1c0f;--border-section-xs:#1b1b1c14;--border-section-mid:#1b1b1c1a;--border-section-weak:#1b1b1c26}[data-theme=dark]{--background:#13102a;--foreground:#f0eef8;--text-on-section:#fff9;--text-on-section-faint:#ffffff73;--text-on-section-subtle:#fff6;--text-on-section-ghost:#ffffff4d;--text-on-section-whisper:#ffffff40;--text-on-section-low:#ffffff73;--border-on-section:#ffffff12;--border-on-section-md:#ffffff1a;--border-on-section-sm:#ffffff0f;--border-on-section-xs:#ffffff14;--bg-card-subtle:#ffffff0a;--surface:#1a1535;--surface-low:#221d40;--surface-high:#2d2758;--surface-highest:#3a3268;--on-surface:#f0eef8;--on-surface-variant:#b8b0d4;--muted-foreground:#b8b0d4;--hero-bg:#1a1535;--section-bg-1:#1a1535;--section-bg-2:#13102a;--section-bg-3:#221d40;--section-card-bg:#2d2758;--footer-bg:#0d0b1e;--border-section:#ffffff12;--border-section-sm:#ffffff0f;--border-section-xs:#ffffff14;--border-section-mid:#ffffff1a;--border-section-weak:#ffffff26}[data-theme=dark] .glass-nav{background:#13102af2!important;border-bottom:1px solid #4f3c8240!important}[data-theme=dark] .bg-white{background-color:var(--surface-low)!important}[data-theme=dark] .bg-foreground{background-color:var(--surface)!important}[data-theme=dark] .border-foreground\/5{border-color:#f0eef80d!important}[data-theme=dark] .border-foreground\/10{border-color:#f0eef81a!important}[data-theme=dark] .hover\:border-primary\/30:hover{border-color:#4f3c824d!important}[data-theme=dark] .bg-muted{background-color:var(--surface-low)!important}[data-theme=dark] .bg-surface{background-color:var(--surface)!important}[data-theme=dark] .text-foreground\/80{color:#f0eef8d9!important}[data-theme=dark] .text-foreground\/60{color:#f0eef8a6!important}[data-theme=dark] .text-foreground\/50{color:#f0eef88c!important}[data-theme=dark] .text-foreground\/40{color:#f0eef873!important}[data-theme=dark] .text-muted-foreground{color:var(--muted-foreground)!important}header,footer,nav,main,section,article,aside,.container,.glass-nav{transition:background-color .35s cubic-bezier(.4,0,.2,1),border-color .35s cubic-bezier(.4,0,.2,1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;line-height:1.6;transition:background-color .4s cubic-bezier(.4,0,.2,1);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;font-weight:800;line-height:1.1}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}button{cursor:pointer;transition:var(--transition);background:0 0;border:none;font-family:inherit}.container{width:1160px;max-width:94%;margin:0 auto;padding:0}@media (width<=768px){.container{padding:0 1.5rem}}.section-padding{padding:120px 0}.btn-primary{background-color:var(--accent);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:700;display:inline-flex}.btn-primary:hover{background-color:var(--accent-hover);transform:translateY(-4px);box-shadow:0 10px 20px #53955f40}.glass-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f8f7fce6;border-bottom:1px solid #4f3c8214}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-row{flex-direction:row}.flex-1{flex:1}.gap-px{gap:1px}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-20{gap:5rem}.gap-x-20{column-gap:5rem}.gap-y-16{row-gap:4rem}.hidden{display:none}.block{display:block}.flex{display:flex}.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))}@media (width>=768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2/span 2}}@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\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-5{grid-column:span 5/span 5}.lg\:col-span-8{grid-column:span 8/span 8}.lg\:col-start-7{grid-column-start:7}.lg\:hidden{display:none}.lg\:flex{display:flex}}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{inset:0}.top-0{top:0}.top-6{top:1.5rem}.top-full{top:100%}.left-0{left:0}.right-0{right:0}.right-6{right:1.5rem}.bottom-0{bottom:0}.bottom-12{bottom:3rem}.right-12{right:3rem}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[60\]{z-index:60}.z-\[100\]{z-index:100}.w-full{width:100%}.h-full{height:100%}.h-screen{height:100vh}.h-20{height:5rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.w-8{width:2rem}.h-8{height:2rem}.w-10{width:2.5rem}.h-10{height:2.5rem}.w-12{width:3rem}.h-12{height:3rem}.w-14{width:3.5rem}.h-14{height:3.5rem}.w-16{width:4rem}.h-16{height:4rem}.max-w-xl{max-width:36rem}.max-w-4xl{max-width:56rem}.max-w-md{max-width:28rem}.max-w-xs{max-width:20rem}.mx-auto{margin-left:auto;margin-right:auto}.w-\[83\%\]{width:83%}.m-0{margin:0}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-20{margin-bottom:5rem}.mb-32{margin-bottom:8rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.mt-20{margin-top:5rem}.p-px{padding:1px}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.p-12{padding:3rem}@media (width>=768px){.md\:p-16{padding:4rem}}.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}.px-10{padding-left:2.5rem;padding-right:2.5rem}.pr-10{padding-right:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-16{padding-top:4rem;padding-bottom:4rem}.pt-10{padding-top:2.5rem}.pt-20{padding-top:5rem}.pt-32{padding-top:8rem}.pb-4{padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.text-white{color:#fff}.text-white\/80{color:#fffc}.text-white\/70{color:#ffffffb3}.text-white\/60{color:#fff9}.text-white\/50{color:#ffffff80}.text-white\/40{color:#fff6}.text-primary{color:var(--primary)}.text-foreground{color:var(--foreground)}.text-foreground\/80{color:#2a2545}.text-foreground\/60{color:#3a3560}.text-foreground\/50{color:#4a4575}.text-foreground\/40{color:#5a5585}.text-foreground\/10{color:#1b1b1c1a}.text-on-surface-variant{color:var(--on-surface-variant)}.text-muted-foreground{color:var(--muted-foreground)}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.text-7xl{font-size:4.5rem}.text-8xl{font-size:6rem}.text-\[10px\]{font-size:10px}.font-bold{font-weight:700}.font-black{font-weight:900}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.tracking-widest{letter-spacing:.1em}.tracking-tighter{letter-spacing:-.05em}.tracking-\[0\.4em\]{letter-spacing:.4em}.tracking-\[0\.3em\]{letter-spacing:.3em}.tracking-\[0\.2em\]{letter-spacing:.2em}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.text-center{text-align:center}.bg-primary{background-color:var(--primary)}.bg-primary\/5{background-color:#4f3c8214}.bg-foreground{background-color:var(--foreground)}.bg-foreground\/5{background-color:#1b1b1c0d}.bg-white{background-color:#fff}.bg-black{background-color:#000}.bg-white\/10{background-color:#ffffff1a}.bg-black\/80{background-color:#000c}.bg-black\/60{background-color:#0009}.bg-black\/40{background-color:#0006}.bg-muted{background-color:var(--surface-low)}.bg-transparent{background-color:#0000}.bg-gradient-to-r{background-image:linear-gradient(to right, var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top, var(--tw-gradient-stops))}.from-black\/60{--tw-gradient-from:#0009;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to,#0000)}.from-black\/80{--tw-gradient-from:#000c;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to,#0000)}.from-black\/90{--tw-gradient-from:#000000e6;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to,#0000)}.via-black\/20{--tw-gradient-to:#0003;--tw-gradient-stops:var(--tw-gradient-from), #0003, var(--tw-gradient-to,#0000)}.via-black\/40{--tw-gradient-to:#0006;--tw-gradient-stops:var(--tw-gradient-from), #0006, var(--tw-gradient-to,#0000)}.to-transparent{--tw-gradient-to:transparent}.overflow-hidden{overflow:hidden}.rounded{border-radius:.25rem}.rounded-xl{border-radius:.75rem}.rounded-3xl{border-radius:1.5rem}.rounded-sm{border-radius:.125rem}.rounded-full{border-radius:9999px}.aspect-\[16\/10\]{aspect-ratio:16/10}.aspect-\[4\/5\]{aspect-ratio:4/5}.opacity-0{opacity:0}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-60{opacity:.6}.opacity-80{opacity:.8}.opacity-100{opacity:1}.cursor-pointer{cursor:pointer}.object-cover{object-fit:cover}.transition-all{transition:var(--transition)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.4s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.border{border-style:solid;border-width:1px}.border-b{border-style:solid;border-bottom-width:1px}.border-b-2{border-style:solid;border-bottom-width:2px}.border-b-4{border-style:solid;border-bottom-width:4px}.border-t{border-style:solid;border-top-width:1px}.border-transparent{border-color:#0000}.border-white\/10{border-color:#ffffff1a}.border-white\/20{border-color:#fff3}.border-white\/30{border-color:#ffffff4d}.border-black\/5{border-color:#0000000d}.border-foreground\/10{border-color:#1b1b1c1a}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.scale-110{transform:scale(1.1)}.-skew-x-12{transform:skew(-12deg)}.translate-x-20{transform:translate(5rem)}.translate-y-4{transform:translateY(1rem)}.translate-y-0{transform:translateY(0)}.resize-none{resize:none}.outline-none{outline-offset:2px;outline:2px solid #0000}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.text-display{font-size:clamp(3rem,8vw,6rem);font-weight:800}.surface-low{background-color:var(--surface-low)}.surface-high{background-color:var(--surface-high)}.surface-highest{background-color:var(--surface-highest)}.hover\:bg-primary-hover:hover{background-color:var(--primary-hover)}.hover\:bg-primary:hover{background-color:var(--primary)}.hover\:text-primary:hover{color:var(--accent)}.hover\:text-white:hover{color:#fff}.hover\:bg-white:hover{background-color:#fff}.hover\:text-foreground:hover{color:var(--foreground)}.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hover\:border-foreground:hover{border-color:var(--foreground)}.nav-links{display:none}.mobile-menu-btn{display:block}.mobile-menu-only{display:flex}@media (width>=1024px){.nav-links{display:flex}.mobile-menu-btn,.mobile-menu-only{display:none}}.focus\:border-primary:focus{border-color:var(--primary)}.group:hover .group-hover\:scale-110{transform:scale(1.1)}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:translate-x-1{transform:translate(.25rem)}.group:hover .group-hover\:translate-y-0{transform:translateY(0)}.group:hover .group-hover\:text-primary{color:var(--accent)}.group:hover .group-hover\:bg-foreground{background-color:var(--foreground)}.group:hover .group-hover\:bg-white{background-color:#fff}.group:hover .group-hover\:text-white{color:#fff}.group:hover .group-hover\:text-white\/80{color:#fffc}.group:hover .group-hover\:w-full{width:100%}.group:hover .group-hover\:bg-primary{background-color:var(--accent)}.group:hover .group-hover\:border-primary{border-color:var(--accent)}.mb-24{margin-bottom:6rem}.px-12{padding-left:3rem;padding-right:3rem}.border-t-4{border-style:solid;border-top-width:4px}.border-primary{border-color:var(--primary)}.border-primary\/20{border-color:#4f3c8233}.border-primary\/30{border-color:#4f3c824d}.border-foreground\/5{border-color:#1b1b1c0d}.rounded-bl-full{border-bottom-left-radius:9999px}.backdrop-blur-md{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.w-32{width:8rem}.h-32{height:8rem}.max-w-2xl{max-width:42rem}.hover\:-translate-y-2:hover{transform:translateY(-.5rem)}.hover\:border-primary\/30:hover{border-color:#4f3c824d}.hover\:bg-black:hover{background-color:#000}.group:hover .group-hover\:border-primary\/20{border-color:#4f3c8233}.group:hover .group-hover\:bg-primary\/5{background-color:#4f3c820d}.group:hover .group-hover\:translate-x-2{transform:translate(.5rem)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}nav.fixed{transition:background-color .5s cubic-bezier(.4,0,.2,1),color .5s cubic-bezier(.4,0,.2,1),padding .5s cubic-bezier(.4,0,.2,1),box-shadow .5s cubic-bezier(.4,0,.2,1)!important}nav.fixed a,nav.fixed div[class*=cursor-pointer],nav.fixed span{color:inherit}
