.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding-top:80px}.hero-bg-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80vw;height:80vw;background:radial-gradient(circle,rgba(251,191,36,.15) 0%,transparent 60%);opacity:1;filter:blur(100px);z-index:-1;pointer-events:none}.hero-container{display:flex;align-items:center;justify-content:space-between;gap:2rem;width:100%}.hero-content{flex:1;max-width:600px;z-index:10}.hero-badge{display:inline-flex;align-items:center;margin-bottom:1rem}.hero-title{font-size:3.5rem;line-height:1.1;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.03em}.hero-subtitle{font-size:1.125rem;color:var(--text-secondary);line-height:1.6;margin-bottom:2.5rem}.hero-ctas{display:flex;gap:1rem}.globe-container{flex:1;height:600px;display:flex;justify-content:center;align-items:center;position:relative;z-index:5}.globe-container div{overflow:visible!important}.scene-tooltip{background:#050505e6!important;border:1px solid var(--border-light)!important;border-radius:8px!important;padding:8px 12px!important;color:var(--text-primary)!important;font-family:var(--font-main)!important;font-size:.875rem!important;font-weight:500!important;backdrop-filter:blur(8px)!important}@media(max-width:992px){.hero-container{flex-direction:column;text-align:center}.hero-content{display:flex;flex-direction:column;align-items:center}.hero-title{font-size:2.5rem}.globe-container{width:100%;height:400px;pointer-events:none!important}}@media(max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.globe-container{height:300px}.hero-ctas{flex-direction:column;width:100%;gap:.75rem}.hero-ctas>a,.hero-ctas>button{width:100%;text-align:center}}
