*{margin:0;padding:0;box-sizing:border-box}html{font-family:Reddit Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}body{font-family:Reddit Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}*{font-family:Reddit Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace!important}.App{width:100%;overflow-x:hidden;transition:opacity .5s ease-in-out}.App.loading{opacity:0;pointer-events:none}.header-new{background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 15px #0000000d;position:sticky;top:0;z-index:1000;padding:0;height:auto;line-height:normal;transition:all .4s cubic-bezier(.4,0,.2,1);border-bottom:1px solid rgba(226,232,240,.3)}.header-new.scrolled{background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 8px 32px #0000001f;border-bottom:1px solid rgba(226,232,240,.5)}.header-container-new{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;gap:1rem;transition:padding .3s ease}.logo-nav-group{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.header-new.scrolled .header-container-new{padding:.75rem 2rem}.logo-new{display:flex;align-items:center;gap:1rem;flex-shrink:0}.logo-square-new{width:120px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:transparent}.logo-image{width:100%;height:100%;object-fit:contain;display:block}.nav-new{display:flex;gap:.5rem;align-items:center;height:40px}.nav-link-new{text-decoration:none;color:#475569;font-weight:600;font-size:.95rem;transition:none;position:relative;display:flex;align-items:center;justify-content:center;padding:.25rem .75rem;border-radius:8px;overflow:hidden;line-height:1.5;vertical-align:middle}.nav-link-new:hover{color:#f97316}.nav-link-new.highlight{background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff!important;padding:.3rem .85rem;border-radius:20px;font-weight:600;animation:pulse-glow 2s ease-in-out infinite}.nav-link-new.highlight:hover{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff!important;transform:scale(1.05)}@keyframes pulse-glow{0%,to{box-shadow:0 0 5px #f59e0b66}50%{box-shadow:0 0 15px #f59e0b99}}.nav-link-new.active{color:#f97316}.nav-label{font-weight:600;position:relative;z-index:1}.header-right-group{display:flex;align-items:center;gap:1rem;margin-left:auto}.login-button-wrapper{display:block}.login-button-new{background:transparent!important;border:2px solid #f97316!important;color:#f97316!important;height:40px!important;padding:0 1.25rem!important;font-size:.875rem!important;font-weight:700!important;transition:all .3s ease!important;border-radius:10px!important;display:flex!important;align-items:center!important;gap:.5rem!important}.login-button-new .anticon{font-size:.875rem!important}.login-button-new:hover{background:#f97316!important;color:#fff!important;transform:translateY(-2px)!important}.profile-button-new{background:#fff!important;border:1px solid #e5e7eb!important;color:#1e293b!important;height:40px!important;padding:0 1.25rem!important;font-size:.875rem!important;font-weight:500!important;transition:all .3s ease!important;border-radius:10px!important;display:flex!important;align-items:center!important;gap:.5rem!important;box-shadow:none!important}.profile-button-new .anticon{font-size:1rem!important;color:#64748b!important}.profile-button-new:hover{background:#f8fafc!important;border-color:#d1d5db!important;color:#1e293b!important}.cta-button-wrapper{display:block}.cta-button-new{background:#f97316!important;border:none!important;color:#fff!important;height:40px!important;padding:0 1.25rem!important;font-size:.875rem!important;font-weight:700!important;transition:all .3s ease!important;border-radius:10px!important;display:flex!important;align-items:center!important;gap:.5rem!important;box-shadow:0 2px 8px #f973164d!important}.cta-button-new .anticon{font-size:.875rem!important}.cta-button-new:hover{background:#ea580c!important;box-shadow:0 4px 12px #f9731666!important;transform:translateY(-2px)!important}.mobile-menu-button{display:none;align-items:center;justify-content:center;background:transparent;border:none;font-size:1.5rem;color:#f97316;cursor:pointer;padding:.5rem;transition:all .2s ease}.mobile-menu-button:hover{color:#ea580c}.mobile-menu{display:none;flex-direction:column;gap:.75rem;padding:1rem 1.5rem;background:#fffffffa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(226,232,240,.5)}.mobile-nav-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.mobile-nav-link{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.4rem;padding:.6rem .5rem;text-decoration:none;color:#475569;font-weight:600;font-size:.75rem;border-radius:8px;transition:all .3s ease;background:#f8fafc;border:1px solid #e2e8f0}.mobile-nav-link:hover{color:#f97316;background:#fff7ed;border-color:#fed7aa}.mobile-nav-link.active{color:#f97316;background:#fff7ed;border-color:#f97316}.mobile-nav-link.mobile-highlight{background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;border:none;font-weight:600}.mobile-nav-link.mobile-highlight:hover{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff}.mobile-nav-icon{font-size:.9rem}.mobile-cta-row{display:flex;gap:.75rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.mobile-apply-now{flex:1;background:#f97316!important;border:none!important;color:#fff!important;font-weight:600!important;font-size:.85rem!important;padding:.75rem .5rem!important;border-radius:10px!important;margin:0!important;justify-content:center;white-space:nowrap}.mobile-apply-now:hover{background:#ea580c!important;color:#fff!important}.mobile-login{flex:1;background:#fff!important;border:1px solid #e5e7eb!important;color:#1e293b!important;font-weight:500!important;font-size:.85rem!important;padding:.75rem .5rem!important;border-radius:10px!important;margin:0!important;justify-content:center;white-space:nowrap}.mobile-login:hover{background:#f8fafc!important;border-color:#d1d5db!important;color:#1e293b!important}.mobile-profile{flex:1;background:#fff!important;border:1px solid #e5e7eb!important;color:#1e293b!important;font-weight:500!important;font-size:.85rem!important;padding:.75rem .5rem!important;border-radius:10px!important;margin:0!important;justify-content:center;white-space:nowrap}.mobile-profile .anticon{color:#f97316!important}.mobile-profile:hover{background:#f8fafc!important;border-color:#d1d5db!important;color:#1e293b!important}.mobile-logout{width:100%;background:#fff!important;border:2px solid #ef4444!important;color:#ef4444!important;font-weight:600!important;font-size:.9rem!important;padding:.85rem 1rem!important;border-radius:12px!important;margin:0!important;justify-content:center}.mobile-logout:hover{background:#fef2f2!important;color:#ef4444!important}@media (max-width: 968px){.nav-new,.login-button-wrapper{display:none}.profile-button-new{display:none!important}.cta-button-wrapper{display:none}.mobile-menu-button{display:flex;width:40px;height:40px}.mobile-menu{display:flex}.header-container-new{padding:1rem 1.5rem}.header-new.scrolled .header-container-new{padding:.75rem 1.5rem}}@media (max-width: 768px){.mobile-menu-button{display:none}.mobile-menu{display:none!important}.header-container-new{padding:.75rem 1rem}.header-new.scrolled .header-container-new{padding:.5rem 1rem}.logo-square-new{width:100px;height:32px}}.mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;padding:.25rem;padding-bottom:calc(.5rem + env(safe-area-inset-bottom));z-index:1000;box-shadow:0 -4px 20px #00000014}.bottom-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.1rem;padding:.1rem .15rem;background:transparent;border:none;cursor:pointer;transition:all .2s ease;border-radius:12px;min-height:52px}.bottom-tab .tab-icon{font-size:1.25rem;color:#64748b;transition:all .2s ease}.bottom-tab .tab-label{font-size:.7rem;font-weight:600;color:#64748b;transition:all .2s ease}.bottom-tab.active{background:#fff7ed}.bottom-tab.active .tab-icon,.bottom-tab.active .tab-label{color:#f97316}.bottom-tab.menu-tab .tab-icon,.bottom-tab.menu-tab .tab-label{color:#1e293b}.drawer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1001;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-drawer{position:fixed;top:0;left:0;width:85%;max-width:320px;height:100%;background:#fff;z-index:1002;display:flex;flex-direction:column;box-shadow:4px 0 25px #00000026}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;background:#fafafa}.drawer-logo{height:36px}.drawer-logo img{height:100%;width:auto;object-fit:contain}.drawer-close-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border:none;border-radius:10px;font-size:1.1rem;color:#475569;cursor:pointer;transition:all .2s ease}.drawer-close-btn:hover{background:#e2e8f0;color:#1e293b}.drawer-content{flex:1;overflow-y:auto;padding:1rem .75rem;display:flex;flex-direction:column;gap:.35rem}.drawer-item{display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;background:transparent;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;width:100%;text-align:left}.drawer-item:hover{background:#f8fafc}.drawer-item.active{background:#fff7ed}.drawer-item-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border-radius:10px;font-size:1.1rem;color:#64748b;transition:all .2s ease}.drawer-item.active .drawer-item-icon{background:#ffedd5;color:#f97316}.drawer-item-label{flex:1;font-size:.95rem;font-weight:600;color:#334155}.drawer-item.active .drawer-item-label{color:#f97316}.drawer-item-arrow{font-size:.75rem;color:#cbd5e1;transition:all .2s ease}.drawer-item:hover .drawer-item-arrow{color:#94a3b8;transform:translate(2px)}.drawer-item.active .drawer-item-arrow{color:#f97316}.drawer-footer{padding:1rem 1.25rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom));border-top:1px solid #e5e7eb;background:#fafafa;display:flex;flex-direction:column;gap:.75rem}.drawer-login-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:transparent;border:2px solid #f97316;border-radius:12px;color:#f97316;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.drawer-login-btn:hover{background:#f973161a}.drawer-dashboard-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;color:#1e293b;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.drawer-dashboard-btn .anticon{color:#f97316}.drawer-dashboard-btn:hover{background:#f8fafc;border-color:#d1d5db}.drawer-apply-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 15px #f973164d;transition:all .3s ease}.drawer-apply-btn:hover{background:linear-gradient(135deg,#ea580c,#c2410c);box-shadow:0 6px 20px #f9731666;transform:translateY(-1px)}@media (max-width: 768px){.mobile-bottom-nav{display:flex}body{padding-bottom:72px}}@media (max-width: 375px){.mobile-drawer{width:90%}.bottom-tab .tab-label{font-size:.65rem}.bottom-tab .tab-icon{font-size:1.15rem}}.loader-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden}.loader-background-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.3;filter:blur(1px) brightness(.7);z-index:1}.loader-background-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,#0f172acc,#0f172af2);z-index:2}.grid-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;z-index:3;animation:gridMove 20s linear infinite}.click-prompt-inline{position:fixed;bottom:30px;left:0;right:0;width:100%;display:flex;justify-content:center;align-items:center;pointer-events:none;z-index:200;padding:0 20px;box-sizing:border-box}.click-prompt{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:200;pointer-events:none;width:auto;max-width:90%;display:flex;justify-content:center}.click-prompt-content{background:linear-gradient(135deg,#6366f1d9,#8b5cf6d9);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.2);border-radius:30px;padding:10px 20px;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 20px #0000004d,0 2px 8px #6366f166;white-space:nowrap;flex-wrap:nowrap;animation:promptFloat 3s ease-in-out infinite}@keyframes promptFloat{0%,to{transform:translateY(0);opacity:.95}50%{transform:translateY(-5px);opacity:1}}.click-prompt-icon{font-size:20px;animation:pointUp 1.5s ease-in-out infinite;display:inline-block}.click-prompt-text{color:#fff;font-size:14px;font-weight:500;letter-spacing:.3px}@keyframes pointUp{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-3px) scale(1.1)}}.sound-button-container{position:absolute;top:30px;right:30px;z-index:100}.sound-button{width:50px;height:50px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:all .3s ease;box-shadow:0 4px 20px #0003}.sound-button:hover{background:#ffffff26;border-color:#ffffff4d;transform:scale(1.05)}.sound-button.active{background:#6366f14d;border-color:#6366f180;box-shadow:0 4px 20px #0003,0 0 30px #6366f166}.sound-icon{font-size:22px;color:#ffffffe6;position:relative;z-index:2}.sound-button.active .sound-icon{color:#fff}.sound-pulse{position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:50%;border:2px solid rgba(99,102,241,.6);z-index:1}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.loader-content-wrapper{position:relative;z-index:10;width:90%;max-width:800px;display:flex;flex-direction:column;align-items:center;gap:40px;padding:60px 40px}.logo-section{position:relative;width:180px;height:180px;display:flex;align-items:center;justify-content:center}.shadow-wave{position:absolute;width:180px;height:180px;border-radius:50%;border:2px solid rgba(255,255,255,.2);pointer-events:none;z-index:1;transform-origin:center;box-shadow:0 0 20px #6366f166,0 0 40px #8b5cf64d,0 0 60px #6366f133,inset 0 0 20px #ffffff1a}.logo-ring{position:absolute;width:100%;height:100%;border-radius:50%;background:conic-gradient(from 0deg,#6366f14d,#8b5cf64d,#6366f14d);padding:4px;animation:rotate-ring 3s linear infinite;z-index:2}.logo-ring-inner{width:100%;height:100%;border-radius:50%;background:#0f172af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@keyframes rotate-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.logo-image{position:absolute;width:140px;height:auto;object-fit:contain;filter:drop-shadow(0 4px 20px rgba(255,255,255,.3));z-index:3;transform-origin:center}.loader-heading{font-size:2.5rem;font-weight:700;color:#fffffff2;margin:0;text-align:center;letter-spacing:-.5px;text-shadow:0 4px 20px rgba(0,0,0,.3);line-height:1.2}.steps-timeline{display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:900px;gap:0;position:relative}.timeline-item-wrapper{display:flex;align-items:center;flex:1;position:relative;justify-content:center}.step-item{display:flex;flex-direction:column;align-items:center;gap:12px;position:relative;z-index:2}.step-badge{width:65px;height:65px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid rgba(255,255,255,.15)}.badge-background{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;transition:all .4s ease}.step-item.active .step-badge{border-color:var(--step-color);box-shadow:0 0 30px var(--step-color) 50,0 0 60px var(--step-color) 30}.step-icon{position:relative;z-index:2;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3));transition:transform .3s ease}.step-item.active .step-icon{transform:scale(1.1)}.checkmark-wrapper{position:relative;z-index:2;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.checkmark-icon{color:#fff;font-size:32px;font-weight:700;filter:drop-shadow(0 2px 8px rgba(0,0,0,.4));display:flex;align-items:center;justify-content:center}.step-title{font-size:.85rem;font-weight:600;color:#ffffffbf;margin:0;text-align:center;transition:all .3s ease;line-height:1.3;letter-spacing:.2px}.step-item.active .step-title{color:#fff;font-weight:700;font-size:.9rem}.step-connector{position:absolute;top:32.5px;left:calc(50% + 32.5px);right:calc(-50% + 32.5px);height:3px;margin-top:-1.5px;transform-origin:left;border-radius:2px;z-index:1;box-shadow:0 0 8px currentColor}.progress-section{width:100%;max-width:500px;display:flex;flex-direction:column;gap:12px}.progress-info{display:flex;justify-content:space-between;align-items:center}.progress-label{font-size:.9rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:1px}.progress-value{font-size:1.25rem;font-weight:700;color:#fffffff2;text-shadow:0 2px 10px rgba(0,0,0,.3)}.progress-bar-container{width:100%;height:6px;background:#ffffff1a;border-radius:10px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05)}.progress-bar-track{height:100%;border-radius:10px;position:relative;overflow:hidden;box-shadow:0 0 20px #6366f180;transition:width .1s ease}.progress-bar-shine{position:absolute;top:0;left:0;width:30%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);transform:skew(-20deg)}@media (max-width: 768px){.sound-button-container{top:20px;right:20px}.sound-button{width:45px;height:45px}.sound-icon{font-size:20px}.click-prompt{top:50%;transform:translate(-50%,-50%);max-width:85%}.click-prompt-content{padding:9px 18px;gap:8px}.click-prompt-icon{font-size:18px}.click-prompt-text{font-size:13px}.loader-content-wrapper{padding:40px 20px;gap:30px}.logo-section,.shadow-wave{width:140px;height:140px}.logo-image{width:110px}.loader-heading{font-size:2rem}.steps-grid{grid-template-columns:repeat(2,1fr);gap:16px}.step-item{padding:20px 12px;gap:12px}.step-icon-container{width:70px;height:70px;font-size:32px}.step-label{font-size:.85rem}}@media (max-width: 480px){.sound-button-container{top:15px;right:15px}.sound-button{width:40px;height:40px}.sound-icon{font-size:18px}.loader-content-wrapper{padding:30px 15px;gap:25px}.logo-section{width:120px;height:120px}.logo-image{width:90px}.loader-heading{font-size:1.5rem}.steps-timeline{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 12px;width:100%;max-width:500px}.timeline-item-wrapper{width:100%;flex-direction:column;align-items:center;justify-content:flex-start;position:relative}.step-connector{display:none!important}.step-item{flex-direction:column;align-items:center;gap:10px;width:100%}.step-badge{width:50px;height:50px;font-size:22px;flex-shrink:0;border-radius:50%}.checkmark-icon{font-size:24px}.step-title{font-size:.8rem;text-align:center}.step-item.active .step-title{font-size:.85rem}.progress-section{gap:10px}.progress-label{font-size:.8rem}.progress-value{font-size:1.1rem}.click-prompt-inline{bottom:25px;padding:0 15px}.click-prompt-content{padding:8px 16px;gap:6px;border-radius:25px;white-space:nowrap}.click-prompt-icon{font-size:18px}.click-prompt-text{font-size:12px;letter-spacing:.2px}}@media (max-height: 700px){.loader-content-wrapper{padding:30px 20px;gap:20px}.logo-section,.shadow-wave{width:120px;height:120px}.logo-image{width:90px}.loader-heading{font-size:1.75rem}.steps-timeline{gap:12px}.step-item{gap:10px}.step-badge{width:50px;height:50px;font-size:22px}.click-prompt-inline{bottom:20px;padding:0 10px}.click-prompt-content{padding:8px 16px}.click-prompt-icon{font-size:16px}.click-prompt-text{font-size:12px}}@media (max-width: 768px) and (orientation: landscape){.click-prompt{top:50%;transform:translate(-50%,-50%);max-width:300px}.click-prompt-content{padding:6px 14px}.click-prompt-icon{font-size:16px}.click-prompt-text{font-size:11px}}@media (max-width: 360px){.click-prompt{top:50%;transform:translate(-50%,-50%);max-width:92%}.click-prompt-content{padding:7px 14px;gap:5px}.click-prompt-icon{font-size:16px}.click-prompt-text{font-size:11px;letter-spacing:.1px}}.hero-new{min-height:auto;display:flex;align-items:center;position:relative;overflow:hidden;padding:2rem 2rem 1.5rem;background:linear-gradient(135deg,#0f172a,#1e293b,#1e3a8a);contain:layout style paint;transform:translateZ(0);backface-visibility:hidden}.hero-bg-elements{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:0}.bg-circle{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:float 20s ease-in-out infinite}.circle-1{width:500px;height:500px;background:#3b82f6;top:-200px;right:-100px;animation-delay:0s}.circle-2{width:400px;height:400px;background:#f97316;bottom:-150px;left:-100px;animation-delay:2s}.circle-3{width:300px;height:300px;background:#8b5cf6;top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:4s}.bg-gradient-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(249,115,22,.1) 0%,transparent 50%);pointer-events:none}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.hero-container-new{max-width:1400px;margin:0 auto;position:relative;z-index:1;width:100%;padding:0 1rem}.hero-content-new{color:#fff;width:100%}.career-journey-modern{padding:1rem}.journey-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.journey-card{position:relative;padding:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;transition:all .3s ease;cursor:pointer;overflow:hidden}.journey-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f97316,#ea580c);opacity:0;transition:opacity .3s ease}.journey-card:hover{background:#ffffff0f;border-color:#f973164d;box-shadow:0 10px 40px #f973161a}.journey-card:hover:before{opacity:1}.journey-card.success:before{background:linear-gradient(90deg,#22c55e,#16a34a)}.journey-card.success:hover{border-color:#22c55e4d;box-shadow:0 10px 40px #22c55e1a}.card-step{position:absolute;top:1rem;right:1rem;font-size:2rem;font-weight:800;color:#ffffff0f;line-height:1}.card-icon-wrap{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.card-icon-wrap.orange{background:#f9731626;color:#f97316}.card-icon-wrap.green{background:#22c55e26;color:#22c55e}.card-icon-wrap svg{width:24px;height:24px}.card-content h4{color:#fff;font-size:1rem;font-weight:600;margin:0 0 .25rem}.card-content p{color:#ffffff80;font-size:.8rem;margin:0}.journey-card:hover .card-icon-wrap{transform:scale(1.1);transition:transform .3s ease}.journey-card:hover .card-icon-wrap.orange{box-shadow:0 0 20px #f973164d}.journey-card:hover .card-icon-wrap.green{box-shadow:0 0 20px #22c55e4d}@media (max-width: 991px){.career-journey-modern{margin-top:2rem}}@media (max-width: 576px){.journey-grid{grid-template-columns:1fr}.journey-card{padding:1.25rem}.card-icon-wrap{width:40px;height:40px}.card-icon-wrap svg{width:20px;height:20px}}.launch-announcement-banner{margin-bottom:.75rem;position:relative;z-index:5;text-align:left}.launch-banner-wrapper{position:relative;display:inline-block;width:100%}.launch-banner-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:150%;background:radial-gradient(ellipse,rgba(249,115,22,.4) 0%,rgba(251,191,36,.2) 50%,transparent 80%);filter:blur(30px);animation:glowPulse 4s ease-in-out infinite;z-index:0}@keyframes glowPulse{0%,to{opacity:.7;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.15)}}.launch-banner-content{position:relative;display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#0f172af2,#1e293bfa,#0f172af2);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border:2px solid transparent;background-clip:padding-box;border-radius:16px;box-shadow:0 20px 60px #0006,0 0 0 1px #ffffff14 inset,0 0 100px #f9731633;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1);z-index:1;text-align:left}.launch-banner-content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px;padding:2px;background:linear-gradient(135deg,#f9731699,#fbbf24cc,#f9731699);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:borderShimmer 3s ease-in-out infinite;z-index:-1}@keyframes borderShimmer{0%,to{opacity:.6}50%{opacity:1}}.launch-banner-content:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.1) 50%,transparent 100%);animation:shimmer 4s ease-in-out infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.launch-banner-content:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 25px 70px #00000080,0 0 0 1px #ffffff1f inset,0 0 120px #f973164d}.launch-icon-section{position:relative;flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.launch-icon-circle{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 30px #f9731680,0 0 40px #f973164d,inset 0 2px 10px #fff3;position:relative;z-index:2}.launch-rocket-icon{font-size:1.4rem;color:#fff;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.launch-pulse-ring-outer{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;border:3px solid rgba(249,115,22,.6);border-radius:50%;z-index:1}.launch-main-text{display:flex;flex-direction:column;gap:.35rem;flex:1;min-width:0;text-align:left}.launch-badge-tag{display:inline-flex;align-items:center;gap:.4rem;width:fit-content}.launch-badge-dot{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 10px #10b981cc;animation:pulseDot 2s ease-in-out infinite;flex-shrink:0}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.launch-highlight{font-size:.65rem;font-weight:900;color:#fbbf24;text-transform:uppercase;letter-spacing:.15em;text-shadow:0 0 12px rgba(251,191,36,.6),0 2px 6px rgba(0,0,0,.3);background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap}.launch-title{font-size:1rem!important;font-weight:700!important;color:#fff!important;letter-spacing:-.01em!important;line-height:1.3!important;margin:0!important;text-align:left!important;text-shadow:0 2px 15px rgba(0,0,0,.4);background:linear-gradient(135deg,#fff,#ffffffe6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;word-wrap:break-word;overflow-wrap:break-word}.launch-date-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#f9731640,#fb923c40);border:1.5px solid rgba(249,115,22,.5);border-radius:10px;white-space:nowrap;flex-shrink:0;box-shadow:0 6px 20px #f973164d,inset 0 1px #ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.launch-date-icon-wrapper{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#f973164d,#fbbf244d);display:flex;align-items:center;justify-content:center;border:1px solid rgba(249,115,22,.4);flex-shrink:0}.launch-date-icon-wrapper .anticon{font-size:1rem;color:#fbbf24}.launch-date-content{display:flex;flex-direction:column;gap:.05rem}.launch-date-label{font-size:.6rem;font-weight:700;color:#fbbf24cc;text-transform:uppercase;letter-spacing:.1em;line-height:1}.launch-date-value{font-size:.8rem;font-weight:800;color:#fbbf24;line-height:1.2}.launch-decoration-corner{position:absolute;width:20px;height:20px;border:2px solid rgba(249,115,22,.3);z-index:2}.launch-decoration-corner.top-left{top:0;left:0;border-right:none;border-bottom:none;border-top-left-radius:20px}.launch-decoration-corner.top-right{top:0;right:0;border-left:none;border-bottom:none;border-top-right-radius:20px}.launch-decoration-corner.bottom-left{bottom:0;left:0;border-right:none;border-top:none;border-bottom-left-radius:20px}.launch-decoration-corner.bottom-right{bottom:0;right:0;border-left:none;border-top:none;border-bottom-right-radius:20px}.hero-badge{display:inline-flex;align-items:center;padding:.5rem 1.25rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;font-size:.75rem;font-weight:600;color:#fff;margin-bottom:.75rem}.hero-title-new{font-size:2.5rem!important;font-weight:700!important;line-height:1.3!important;margin-bottom:.75rem!important;color:#fff!important;letter-spacing:-.02em;word-wrap:break-word;overflow-wrap:break-word}.gradient-text{background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.hero-subtitle-new{font-size:.95rem!important;color:#ffffffd9!important;line-height:1.6!important;margin-bottom:.75rem!important;max-width:600px;word-wrap:break-word;overflow-wrap:break-word}.hero-subtitle-new strong{color:#fbbf24;font-weight:700}.hero-features{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem 1rem;margin-bottom:.75rem;max-width:600px;justify-items:flex-start}.feature-item-hero{display:flex;align-items:center;gap:.5rem;color:#ffffffe6;font-size:.85rem;white-space:nowrap;text-align:left;justify-content:flex-start;min-width:0;flex:1}.feature-check{color:#10b981;font-size:.9rem;flex-shrink:0}.hero-degree-banner{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#f59e0b26,#f9731626);border:1px solid rgba(245,158,11,.4);border-radius:30px;padding:.5rem 1.25rem;margin-top:1rem;cursor:pointer;transition:all .3s ease}.hero-degree-banner:hover{background:linear-gradient(135deg,#f59e0b40,#f9731640);border-color:#f59e0b;box-shadow:0 4px 15px #f59e0b4d}.hero-degree-banner .degree-icon{color:#f59e0b;font-size:1.1rem}.hero-degree-banner .degree-text-wrapper{display:flex;flex-direction:column;gap:.15rem}.hero-degree-banner .degree-text{color:#fffffff2;font-size:.85rem}.hero-degree-banner .degree-text strong{color:#f59e0b}.hero-degree-banner .degree-vision{color:#ffffffbf;font-size:.7rem;font-style:italic}.hero-degree-banner .degree-arrow{color:#f59e0b;font-size:.85rem;transition:transform .3s ease}.hero-degree-banner:hover .degree-arrow{transform:translate(3px)}@media (max-width: 768px){.hero-degree-banner{padding:.5rem 1rem;gap:.5rem;flex-wrap:wrap;justify-content:center;text-align:center}.hero-degree-banner .degree-text-wrapper{align-items:center}.hero-degree-banner .degree-text{font-size:.8rem}.hero-degree-banner .degree-vision{font-size:.65rem}}@media (max-width: 480px){.hero-degree-banner{padding:.5rem .75rem;margin-top:.75rem}.hero-degree-banner .degree-icon{font-size:1rem}.hero-degree-banner .degree-text{font-size:.75rem}.hero-degree-banner .degree-vision{font-size:.6rem}}.hero-cta{margin-top:2rem;margin-bottom:1rem}.hero-cta .ant-space{flex-wrap:wrap}.cta-primary{background:linear-gradient(135deg,#f97316,#ea580c)!important;border:none!important;height:40px!important;padding:0 1.5rem!important;font-size:.875rem!important;font-weight:600!important;box-shadow:0 10px 30px #f9731666!important;transition:all .3s ease!important;border-radius:8px!important}.cta-primary:hover{transform:translateY(-3px)!important;box-shadow:0 15px 40px #f9731680!important}.cta-secondary{background:#ffffff1a!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border:1px solid rgba(255,255,255,.3)!important;color:#fff!important;height:40px!important;padding:0 1.5rem!important;font-size:.875rem!important;font-weight:600!important;transition:all .3s ease!important;border-radius:8px!important}.cta-secondary:hover{background:#fff3!important;border-color:#ffffff80!important;color:#fff!important;transform:translateY(-3px)!important}.hero-stats{display:flex;align-items:center;gap:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap;justify-content:flex-start}.stat-item-hero{text-align:left}.stat-number-hero{font-size:2rem;font-weight:800;color:#f97316;line-height:1;margin-bottom:.25rem}#stat-label{font-size:.9rem;color:#ffffffb3;font-weight:500}.stat-divider{width:1px;height:40px;background:#ffffff1a}.hero-visual{position:relative;height:600px;display:flex;align-items:center;justify-content:center;width:100%;margin:0 auto;overflow:visible}.hero-image-main{position:relative;width:100%;max-width:500px;height:600px;border-radius:30px;overflow:hidden;box-shadow:0 20px 60px #0006;margin:0 auto}.main-image{width:100%;height:100%;object-fit:cover;transform:translateZ(0);content-visibility:auto;image-rendering:-webkit-optimize-contrast}.image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,rgba(15,23,42,.3) 50%,rgba(15,23,42,.6) 100%)}.floating-card{position:absolute;background:#fff;border-radius:15px;padding:.7rem 1.25rem;box-shadow:0 10px 40px #0003;display:flex;align-items:center;gap:1rem;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,box-shadow .3s ease;transform:translateZ(0);backface-visibility:hidden;contain:layout style paint}.floating-card.card-4:hover,.floating-card.card-5:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 15px 50px #0000004d}.card-1{top:10%;right:-10%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.card-2{bottom:20%;left:-15%;background:linear-gradient(135deg,#10b981,#059669);color:#fff}.card-3{top:50%;right:-10%;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff}.card-4{top:20%;left:-10%;background:linear-gradient(135deg,#fff,#fff);color:#fff;width:calc(100% - 1.5rem)!important;max-width:340px!important;min-width:260px!important}.card-5{bottom:0%;right:10%;background:linear-gradient(135deg,#fff,#fff);color:#fff;width:calc(100% - 1.5rem)!important;max-width:340px!important;min-width:260px!important}.card-icon{font-size:1.6rem}.card-content{display:flex;flex-direction:column}.card-title{font-size:.9rem;font-weight:700;line-height:1.2}.card-desc{font-size:.7rem;opacity:.9}.founder-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;border:3px solid #3b82f6;box-shadow:0 4px 15px #3b82f666,0 0 20px #3b82f633,inset 0 0 0 2px #ffffffe6;flex-shrink:0;position:relative;animation:avatarGlow 3s ease-in-out infinite;background:linear-gradient(135deg,#3b82f61a,#8b5cf61a)}.founder-avatar img{width:100%;height:100%;object-fit:cover;display:block}@keyframes avatarGlow{0%,to{box-shadow:0 4px 15px #3b82f666,0 0 20px #3b82f633,inset 0 0 0 2px #ffffffe6}50%{box-shadow:0 4px 20px #3b82f699,0 0 30px #3b82f666,inset 0 0 0 2px #ffffffe6}}.founder-info{flex:1}.founder-name{font-weight:800;background:linear-gradient(135deg,#1e3a8a,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:.875rem;line-height:1.3;letter-spacing:-.01em}.founder-role{font-size:.75rem;color:#475569;margin-top:.35rem;line-height:1.4;font-style:italic;font-weight:500}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10}.scroll-line{width:2px;height:40px;background:linear-gradient(to bottom,rgba(255,255,255,.5),transparent);border-radius:2px}@media (max-width: 1200px){.card-1{right:-5%}.card-2{left:-5%}.card-3{right:-5%}.card-4{left:5%;width:calc(100% - 1.5rem)!important;max-width:340px!important;min-width:260px!important}.card-5{right:5%;width:calc(100% - 1.5rem)!important;max-width:340px!important;min-width:260px!important}}@media (max-width: 1200px){.hero-features{grid-template-columns:repeat(2,1fr);gap:.65rem .875rem;max-width:100%;justify-items:flex-start}.feature-item-hero{font-size:.85rem;gap:.45rem}.feature-check{font-size:.95rem}}@media (max-width: 968px){.hero-title-new{font-size:2rem!important}.hero-subtitle-new{max-width:100%!important;font-size:.9rem!important}.hero-features{grid-template-columns:repeat(2,1fr);gap:.6rem .75rem;justify-items:flex-start}.feature-item-hero{font-size:.85rem;gap:.4rem}.feature-check{font-size:.9rem}.launch-banner-content{padding:1rem 1.25rem;gap:1rem}.launch-icon-section,.launch-icon-circle{width:55px;height:55px}.launch-rocket-icon{font-size:1.6rem}.launch-pulse-ring-outer{width:55px;height:55px}.launch-title{font-size:1.1rem!important}.launch-date-badge{padding:.55rem 1rem}.hero-visual{height:550px;margin-top:3rem}.hero-image-main{height:550px}.floating-card{padding:.55rem 1rem;display:flex!important}.card-1{right:-5%!important}.card-2{left:-5%!important}.card-3{right:-3%!important}.card-4{left:3%!important;width:calc(100% - 1.5rem)!important;max-width:340px!important;min-width:260px!important}.card-5{right:3%!important;width:calc(100% - 1.5rem)!important;max-width:340px!important;min-width:260px!important}.card-icon{font-size:1.2rem}.card-title{font-size:.85rem}.card-desc{font-size:.7rem}}@media (max-width: 768px){.bg-circle{display:none}.bg-gradient-overlay{opacity:.5}.floating-card{-webkit-backdrop-filter:none;backdrop-filter:none}.bg-circle{filter:blur(40px)}.main-image,.about-main-image{image-rendering:-webkit-optimize-contrast}.hero-new{padding:1.5rem 1rem 1rem;min-height:auto;overflow-x:hidden;overflow-y:visible}.launch-announcement-banner{margin-bottom:.75rem}.launch-banner-content{padding:.875rem 1rem;gap:.75rem;flex-wrap:nowrap;align-items:center}.launch-icon-section{width:50px;height:50px;flex-shrink:0}.launch-icon-circle{width:50px;height:50px}.launch-rocket-icon{font-size:1.5rem}.launch-pulse-ring-outer{width:50px;height:50px}.launch-main-text{gap:.25rem;min-width:0;flex:1;text-align:left}.launch-title{text-align:left!important}.launch-badge-tag{gap:.35rem}.launch-badge-dot{width:6px;height:6px}.launch-highlight{font-size:.65rem;letter-spacing:.1em}.launch-title{font-size:1rem!important;line-height:1.25!important}.launch-date-badge{padding:.5rem .875rem;gap:.5rem;flex-shrink:0}.launch-date-icon-wrapper{width:28px;height:28px}.launch-date-icon-wrapper .anticon{font-size:.9rem}.launch-date-label{font-size:.55rem}.launch-date-value{font-size:.8rem}.bg-circle{filter:blur(60px);opacity:.2}.circle-1{width:300px;height:300px}.circle-2{width:250px;height:250px}.circle-3{width:200px;height:200px}.hero-container-new{padding:0 .5rem}.hero-content-new{text-align:center}.hero-title-new{font-size:2.5rem!important;line-height:1.2!important;text-align:center!important}.hero-subtitle-new{font-size:1.1rem!important;line-height:1.6!important;text-align:center!important;max-width:100%!important}.hero-features{grid-template-columns:1fr;gap:.75rem;margin-bottom:1.25rem;max-width:100%;justify-items:flex-start}.feature-item-hero{justify-content:flex-start;text-align:left;white-space:normal;width:100%}.hero-stats{flex-direction:row;gap:1rem;align-items:center;padding-top:1.5rem;text-align:center;justify-content:center;flex-wrap:wrap}.stat-item-hero{flex:1;min-width:80px;text-align:center}.stat-number-hero{font-size:1.75rem}#stat-label{font-size:.85rem}.stat-divider{display:block;height:30px}.hero-visual{display:none}.hero-image-main{height:420px;max-width:100%;width:100%;position:relative;margin:0 auto}.floating-card{display:flex!important;padding:.55rem 1rem!important;position:absolute!important;z-index:50!important;box-shadow:0 8px 30px #0000004d!important}.card-1{top:5%!important;right:5%!important;left:auto!important}.card-2{bottom:25%!important;left:5%!important;right:auto!important}.card-3{top:45%!important;right:5%!important;left:auto!important}.card-4{top:45%!important;left:5%!important;right:auto!important;display:none!important}.card-5{display:none!important}.card-icon{font-size:1.2rem!important}.card-title{font-size:.8rem!important}.card-desc{font-size:.65rem!important}.founder-avatar{width:55px!important;height:55px!important}.founder-name{font-size:.85rem!important}.founder-role{font-size:.7rem!important}.hero-cta{margin-top:2.5rem;margin-bottom:1.5rem;width:100%}.hero-cta .ant-space{width:100%;display:flex;flex-direction:column;align-items:stretch}.hero-cta .ant-space-item{width:100%}.cta-primary,.cta-secondary{width:100%!important;margin-bottom:.75rem!important;height:50px!important;font-size:1rem!important;padding:0 1.5rem!important;display:block!important}.hero-badge{font-size:.7rem;padding:.4rem 1rem;margin-bottom:.75rem;display:inline-flex}}@media (max-width: 480px){.hero-new{padding:1.5rem .75rem .875rem}.launch-announcement-banner{margin-bottom:.75rem}.launch-banner-content{padding:.75rem;gap:.65rem;flex-wrap:wrap;align-items:center}.launch-icon-section{width:45px;height:45px;flex-shrink:0}.launch-icon-circle{width:45px;height:45px}.launch-rocket-icon{font-size:1.3rem}.launch-pulse-ring-outer{width:45px;height:45px}.launch-main-text{flex:1;min-width:0;text-align:left}.launch-highlight{font-size:.6rem}.launch-title{font-size:.9rem!important;text-align:left!important}.launch-date-badge{padding:.5rem .75rem;gap:.45rem;width:100%;justify-content:center;margin-top:.5rem}.launch-date-icon-wrapper{width:30px;height:30px}.launch-date-icon-wrapper .anticon{font-size:1rem}.launch-date-value{font-size:.9rem}.hero-container-new{padding:0 .25rem}.hero-title-new{font-size:1.75rem!important;line-height:1.25!important;margin-bottom:.75rem!important;text-align:center!important}.hero-subtitle-new{font-size:.85rem!important;line-height:1.6!important;margin-bottom:.75rem!important;text-align:center!important}.hero-features{grid-template-columns:1fr;gap:.65rem;margin-bottom:1.25rem;justify-items:flex-start}.feature-item-hero{font-size:.9rem;gap:.5rem;white-space:normal;justify-content:flex-start;text-align:left;width:100%}.feature-check{font-size:1rem}.stat-item-hero{flex:1;min-width:70px}.stat-number-hero{font-size:1.5rem}#stat-label{font-size:.8rem}.stat-divider{height:25px}.hero-visual{display:none}.hero-image-main{height:380px;border-radius:20px;width:100%}.floating-card{padding:.5rem .875rem!important}.card-1{top:3%!important;right:3%!important}.card-2{bottom:28%!important;left:3%!important}.card-3{top:43%!important;right:3%!important}.card-4{top:43%!important;left:3%!important;display:none!important}.card-5{display:none!important}.card-icon{font-size:1.1rem!important}.card-title{font-size:.75rem!important}.card-desc{font-size:.6rem!important}.founder-avatar{width:50px!important;height:50px!important}.founder-name{font-size:.8rem!important}.founder-role{font-size:.7rem!important}.founder-avatar{width:40px;height:40px}.founder-name{font-size:.75rem}.founder-role{font-size:.65rem}.cta-primary,.cta-secondary{height:48px!important;font-size:.95rem!important;padding:0 1.25rem!important}.hero-badge{font-size:.65rem;padding:.35rem .875rem;margin-bottom:.5rem}.hero-cta{margin-top:2rem;margin-bottom:1.25rem}.scroll-indicator{bottom:1rem}.scroll-line{height:30px}}@media (max-width: 360px){.hero-new{padding:1.5rem .5rem .875rem}.launch-banner-content{padding:1rem;gap:.875rem;border-radius:16px}.launch-icon-section,.launch-icon-circle{width:50px;height:50px}.launch-rocket-icon{font-size:1.3rem}.launch-pulse-ring-outer{width:50px;height:50px}.launch-highlight{font-size:.65rem;letter-spacing:.15em}.launch-title{font-size:1rem!important;text-align:left!important}.launch-banner-content{padding:.65rem;gap:.6rem}.launch-icon-section,.launch-icon-circle{width:40px;height:40px}.launch-rocket-icon{font-size:1.2rem}.launch-pulse-ring-outer{width:40px;height:40px}.launch-badge-dot{width:5px;height:5px}.launch-highlight{font-size:.55rem}.launch-title{font-size:.85rem!important}.launch-date-badge{padding:.45rem .65rem;gap:.4rem;width:100%}.launch-date-icon-wrapper{width:24px;height:24px}.launch-date-icon-wrapper .anticon{font-size:.8rem}.launch-date-label{font-size:.5rem}.launch-date-value{font-size:.7rem}.hero-container-new{padding:0}.hero-title-new{font-size:1.75rem!important;line-height:1.25!important}.hero-subtitle-new{font-size:.85rem!important;line-height:1.6!important}.hero-visual{display:none}.hero-image-main{height:330px;border-radius:15px}.floating-card{padding:.45rem .75rem!important;gap:.75rem!important}.card-1{top:2%!important;right:2%!important}.card-2{bottom:30%!important;left:2%!important}.card-3{top:42%!important;right:2%!important}.card-4{top:42%!important;left:2%!important;display:none!important}.card-5{display:none!important}.card-icon{font-size:1rem!important}.card-title{font-size:.7rem!important}.card-desc{font-size:.55rem!important}.founder-avatar{width:45px!important;height:45px!important}.founder-name{font-size:.75rem!important}.founder-role{font-size:.65rem!important}.stat-item-hero{min-width:60px}.stat-number-hero{font-size:1.35rem}#stat-label{font-size:.75rem}.stat-divider{height:20px}.founder-avatar{width:35px;height:35px}.founder-name{font-size:.7rem}.founder-role{font-size:.6rem}}.home-page-wrapper{width:100%;min-height:100vh;position:relative;overflow-x:hidden}.home-main-content{width:100%;position:relative}.home-main-content>section{position:relative;width:100%;scroll-margin-top:80px}html{scroll-behavior:smooth}.home-page-wrapper [class*=ant-skeleton]{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.home-main-content>section{opacity:1;transition:opacity .3s ease-in-out}.home-main-content>section:focus{outline:2px solid #3b82f6;outline-offset:4px}@media print{.home-page-wrapper{overflow:visible}.home-main-content>section{page-break-inside:avoid}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.home-main-content>section{transition:none}}
