:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,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}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Helvetica Neue,Arial,sans-serif;background:#000;color:#fff;scroll-behavior:smooth;overflow-x:hidden}.hero-section{position:relative;width:100%;height:100vh;overflow:hidden}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(bg-image.webp);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-2}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000073;z-index:-1}.header{position:fixed;top:0;left:0;width:100%;height:90px;background:transparent!important;display:flex;justify-content:space-between;align-items:center;padding:0 5%;z-index:1000;border-bottom:none!important}.logo img{height:60px}.hamburger{display:flex;flex-direction:column;gap:6px;cursor:pointer;z-index:1001}.hamburger span{width:32px;height:3px;background:#fff!important;border-radius:2px;transition:.4s}.side-menu{position:fixed;top:0;right:-50%;width:50%;height:100vh;background:#0f0f0f;transition:right .6s ease;z-index:999;padding:100px 10% 50px}.side-menu.open{right:0}.section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 30px;background:#111}.alternate{background:#000}footer{padding:60px;text-align:center;background:#111;color:#888}@media(max-width:768px){.hero-text h1{font-size:3.5rem}.hero-text p{font-size:1.4rem}.side-menu{width:80%}}
