.hero-section{position:relative;height:92vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;font-family:Inter,sans-serif}.hero{position:relative;width:100%;height:100vh;background:linear-gradient(135deg,#0b0c2a,#2e1b50);overflow:hidden}.hero-bg-video{position:absolute;inset:0;width:100%;height:100%;z-index:1}.hero-video{width:100%;height:100%;object-fit:cover;filter:brightness(.35)}.hero-bg{position:absolute;inset:0;width:100%;height:100%;background-size:cover;background-position:center}.hero-dots{position:absolute;inset:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'>ircle cx='1' cy='1' r='0.7' fill='%230c0c14' opacity='0.25'/></svg>");background-size:24px 24px;mix-blend-mode:overlay;z-index:2}.hero-gradient{position:absolute;inset:0;background:linear-gradient(120deg,#050916d9,#120f26a6,#24123c73 70%,#0e0a1cb3);mix-blend-mode:multiply;nav-index: 3}.particles{position:absolute;inset:0;z-index:4}.particle{position:absolute;width:8px;height:8px;background:#ffffffb3;border-radius:50%;animation:float 15s infinite linear;opacity:0}@keyframes float{0%{transform:translateY(100vh) rotate(0);opacity:0}10%{opacity:.7}90%{opacity:.7}to{transform:translateY(-100px) rotate(360deg);opacity:0}}.hero-content{position:relative;z-index:10;max-width:1200px;padding:0 20px;opacity:0;animation:fadeUp 1s ease-out .5s forwards}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.hero-title{font-weight:600;line-height:1.2;font-size:3rem;margin-bottom:-15px;opacity:0;animation:slideUp 1s ease-out .8s forwards}.title-line{display:block;opacity:0;transform:translateY(30px);animation:slideUp .8s ease-out forwards}.title-line:nth-child(1){animation-delay:1s}.title-line:nth-child(2){animation-delay:1.3s}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}.hero-sub{margin-top:1.5rem;font-weight:800;font-size:2.5rem;background:linear-gradient(90deg,#00b4ff,#7b61ff,#8a2be2);-webkit-background-clip:text;background-clip:text;color:transparent;opacity:0;animation:fadeIn .8s ease-out 1.6s forwards;position:relative;display:inline-block}.hero-sub:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:3px;background:linear-gradient(90deg,#00b4ff,#7b61ff,#8a2be2);animation:expandWidth 1s ease-out 2s forwards}@keyframes expandWidth{to{width:100%}}@keyframes fadeIn{to{opacity:1}}.hero-desc{max-width:1100px;margin:2rem auto 0;color:#d9d9e5;font-size:1.1rem;line-height:1.6;opacity:0;transform:translateY(20px);animation:fadeUp .8s ease-out 1.8s forwards}.hero-btns{margin-top:3rem;display:flex;justify-content:center;gap:1.5rem;opacity:0;animation:fadeIn .8s ease-out 2s forwards}.btn-primary,.btn-outline{position:relative;padding:1rem 2rem;border-radius:40px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s ease;overflow:hidden}.btn-primary{background:linear-gradient(90deg,#00b4ff,#7b61ff);color:#fff;border:none}.btn-glow{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transition:left .5s ease}.btn-primary:hover .btn-glow{left:100%}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 25px #7b61ff73}.btn-outline{border:2px solid transparent;background:transparent;color:#9fb7ff;position:relative}.btn-outline:before{content:"";position:absolute;inset:0;border-radius:40px;padding:2px;background:linear-gradient(90deg,#00b4ff,#7b61ff);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none}.btn-outline:hover{transform:translateY(-3px);background:#ffffff14;box-shadow:0 5px 15px #00b4ff2e}.btn-text{position:relative;z-index:2}.scroll-indicator-center{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:12px;z-index:10;color:#d0d0d0;font-size:14px;opacity:0;animation:fadeIn 1s ease-out 2.5s forwards}.scroll-text{margin-bottom:.5rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:.7}50%{opacity:1}}.mouse-center{width:26px;height:40px;border-radius:15px;border:2px solid #b3b3b3;display:flex;justify-content:center;padding-top:8px;position:relative}.wheel-center{width:4px;height:8px;background:#dcdcdc;border-radius:2px;animation:bounce 1.5s infinite}@keyframes bounce{0%{transform:translateY(0);opacity:1}50%{transform:translateY(5px);opacity:.7}to{transform:translateY(0);opacity:1}}@media screen and (max-width:1024px){.hero-content{padding:0 40px}.hero-title{font-size:2.8rem;margin-bottom:-10px}.hero-sub{font-size:2.2rem;margin-top:1.2rem}.hero-desc{font-size:1.05rem;max-width:900px;margin:1.8rem auto 0}.hero-btns{margin-top:2.5rem;gap:1.2rem}}@media screen and (max-width:768px){.hero-section{height:90vh;padding:0 20px}.hero-content{padding:0 30px;width:100%}.hero-title{font-size:2.2rem;margin-bottom:-8px;line-height:1.3}.hero-sub{font-size:1.8rem;margin-top:1rem}.hero-desc{font-size:1rem;max-width:600px;margin:1.5rem auto 0;line-height:1.5;padding:0 10px}.hero-btns{margin-top:2rem;gap:1rem;flex-wrap:wrap}.btn-primary,.btn-outline{padding:.9rem 1.8rem;font-size:.95rem;min-width:200px}.scroll-indicator-center{bottom:20px;font-size:12px}.mouse-center{width:24px;height:36px}}@media screen and (max-width:480px){.hero-section{height:85vh;padding:0 15px}.hero-content{padding:0 20px}.hero-title{font-size:1.8rem;margin-bottom:-5px;line-height:1.3}.title-line{margin-bottom:5px}.hero-sub{font-size:1.5rem;margin-top:.8rem}.hero-sub:after{height:2px;bottom:-3px}.hero-desc{font-size:.9rem;max-width:100%;margin:1.2rem auto 0;line-height:1.5;padding:0}.hero-btns{margin-top:1.8rem;gap:.8rem;flex-direction:column;align-items:center;width:100%}.btn-primary,.btn-outline{padding:.85rem 1.5rem;font-size:.9rem;width:100%;max-width:280px;min-width:auto}.scroll-indicator-center{bottom:15px;font-size:11px}.mouse-center{width:22px;height:32px}.wheel-center{width:3px;height:6px}.particle{width:4px;height:4px}}@media screen and (max-width:360px){.hero-section{height:92vh;padding:0}.hero-content{padding:0 15px}.hero-title{font-size:1.6rem;margin-bottom:-3px}.hero-sub{font-size:1.3rem;margin-top:.6rem}.hero-desc{font-size:.85rem;margin:1rem auto 0;line-height:1.4}.hero-btns{margin-top:1.5rem;gap:.6rem}.btn-primary,.btn-outline{padding:.8rem 1.2rem;font-size:.85rem;max-width:250px}.scroll-indicator-center{bottom:10px}}@media screen and (max-height:500px)and (orientation:landscape){.hero-section{height:auto;min-height:100vh;padding:60px 20px}.hero-content{padding:40px 20px}.hero-title{font-size:1.8rem;margin-bottom:-5px}.hero-sub{font-size:1.4rem;margin-top:.5rem}.hero-desc{font-size:.9rem;margin:1rem auto 0;max-width:800px}.hero-btns{margin-top:1.5rem;gap:.8rem}.btn-primary,.btn-outline{padding:.7rem 1.2rem;font-size:.85rem}.scroll-indicator-center{display:none}}*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body,#root{height:100%}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}button{background:none;border:0}a{color:inherit;text-decoration:none}:focus{outline:none}:focus-visible{outline:2px solid var(--focus);outline-offset:2px}:root{color-scheme:light dark;--bg: #000000;--fg: #ffffff;--muted: #b7b7b7;--border: #121212;--hover: #0d0d0d;--accent: #8ab4ff;--focus: #1e40af;--radius: 10px;--font-sans: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji"}@media(prefers-color-scheme:light){:root{--bg: #ffffff;--fg: #0b0b0b;--muted: #5b5b5b;--border: #eaeaea;--hover: #f5f5f5;--accent: #1e40af;--focus: #1e40af}}:root[data-theme=dark]{--bg:#000;--fg:#fff;--muted:#b7b7b7;--border:#121212;--hover:#0d0d0d;--accent:#8ab4ff;--focus:#1e40af}:root[data-theme=light]{--bg:#fff;--fg:#0b0b0b;--muted:#5b5b5b;--border:#eaeaea;--hover:#f5f5f5;--accent:#1e40af;--focus:#1e40af}html{-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{background:var(--bg);color:var(--fg);font-family:var(--font-sans);line-height:1.5;font-size:16px}h1{font-size:clamp(1.75rem,1.2vw + 1.2rem,2.25rem);font-weight:800;letter-spacing:.02em}h2{font-size:clamp(1.5rem,1vw + 1rem,1.875rem);font-weight:700}h3{font-size:clamp(1.25rem,.8vw + .9rem,1.5rem);font-weight:700}a:hover{color:var(--accent)}.container{max-width:1200px;margin:0 auto;padding:0 16px}.card{background:color-mix(in oklab,var(--bg),white 4%);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.hr{height:1px;background:var(--border);border:0}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:8px}@media(prefers-color-scheme:light){*::-webkit-scrollbar-thumb{background:#d4d4d4}}
