body{background-color:#09090b;margin:0}.hero-grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:2rem;margin-top:2rem;margin-bottom:5rem;display:grid}.hero-content{text-align:left;flex-direction:column;gap:1rem;display:flex}.hero-globe{justify-content:center;align-items:center;display:flex;position:relative}.hero-globe:before{content:"";pointer-events:none;background:radial-gradient(circle,#38bdf808 0%,#0000 70%);border-radius:50%;width:420px;height:420px;animation:4s ease-in-out infinite globePulse;position:absolute}@keyframes globePulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@media (width<=768px){.hero-grid{text-align:center;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}.hero-content{text-align:center;align-items:center}.hero-globe:before{width:320px;height:320px}}
