.hero-section{position:relative;min-height:75vh;display:flex;align-items:center;justify-content:center;overflow:visible;background:#121212eb;padding-top:96px}@media (min-width: 768px){.hero-section{padding-top:0}}.hero-main-content{flex:1;max-width:50%;padding-right:3rem;display:flex;align-items:center;height:100%}@media (max-width: 767px){.hero-main-content{max-width:100%;padding-right:0}}.hero-heading{line-height:1.1;font-weight:600;color:#fff}.hero-description{color:#f3f4f6!important;font-size:1.125rem;max-width:48rem}@media (min-width: 640px){.hero-description{font-size:1.25rem}}@media (min-width: 1024px){.hero-description{font-size:1.5rem}}.hero-logo-box{flex:1;display:flex;align-items:center;justify-content:center;height:100%;margin-top:3rem}@media (min-width: 768px){.hero-logo-box{margin-top:0}}.hero-logo-img{max-height:240px;max-width:100%;width:auto;height:auto;filter:drop-shadow(0 4px 32px rgba(0,0,0,.12))}@media (min-width: 768px){.hero-logo-img{max-height:400px}}@media (min-width: 1024px){.hero-logo-img{max-height:520px}}.footer-section{background:#18181b;color:#a1a1aa;border-top:1px solid rgba(255,255,255,.1);position:relative;padding-top:6rem;padding-bottom:2rem;min-height:340px;overflow:hidden}.footer-access-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;background:#18181b;color:#fff;font-weight:700;font-size:1rem;border-radius:9999px;border:1.5px solid #232329;box-shadow:0 2px 8px #0000001a;transition:all .2s cubic-bezier(.4,0,.2,1);text-decoration:none}.footer-access-btn:hover{background:#232329;border-color:#444;color:#fff;transform:translateY(-2px) scale(1.03);box-shadow:0 8px 32px #00000052}.footer-links-heading{font-weight:600;color:#71717a;font-size:.875rem;margin-bottom:.5rem}.footer-link{color:#fff;font-weight:400;font-size:1rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:#6366f1;text-decoration:underline}.footer-link-disabled{color:#71717a;font-weight:400;font-size:1rem;cursor:not-allowed;opacity:.6}.footer-bottom{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:2rem;gap:1rem;font-size:.875rem;color:#71717a}.footer-socials{display:flex;flex-direction:row;gap:1rem;font-size:1.25rem;color:#71717a}.footer-socials a:hover{color:#fff}:root{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:300;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;overflow-x:hidden}body{min-height:100vh;background:#121212eb;color:#fff;animation:smoothScroll 1s ease-in-out}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}::-webkit-scrollbar{width:0px;background:transparent}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:transparent}::-webkit-scrollbar-thumb:hover{background:transparent}html{scrollbar-width:none}body{-ms-overflow-style:none;scrollbar-width:none}a{font-weight:500;color:#e5e5e5;text-decoration:inherit}a:hover{color:#fff}h1{font-size:3.2em;line-height:1.1}.not-in-use button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#18181b;color:#fff;cursor:pointer;transition:border-color .25s}.not-in-use button:hover{border-color:#232329}.not-in-use button:focus,.not-in-use button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}.not-in-use button{background-color:#f9f9f9}}.nav-link.active{color:#4f46e5;background:#4f46e51a}html{scroll-behavior:smooth;scroll-padding-top:96px}a[href^="#"]{scroll-behavior:smooth;transition:all .3s ease}@keyframes smoothScroll{0%{transform:translateY(0)}to{transform:translateY(var(--scroll-distance))}}
