.hero{--hero-bg:#0a0118;--hero-bg-soft:#1c0d33;--hero-text:#fff;--hero-muted:#b9a7d6;--hero-accent:#c084fc;--hero-accent-deep:#7c3aed;background:radial-gradient(120% 70% at 50% -10%, var(--hero-bg-soft) 0%, var(--hero-bg) 60%), var(--hero-bg);min-height:100svh;color:var(--hero-text);flex-direction:column;align-items:center;padding-bottom:0;display:flex;position:relative;overflow:hidden}.hero-content{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:1.25rem;max-width:780px;padding:clamp(6.5rem,12vh,9rem) 1rem 0;display:flex;position:relative}.hero-eyebrow{font-family:var(--font-mono), ui-monospace, monospace;letter-spacing:normal;text-transform:none;color:var(--hero-accent);background:0 0;border:none;border-radius:0;padding:0;font-size:.875rem;font-weight:500}.hero-title{font-family:var(--font-heading), sans-serif;letter-spacing:-.02em;text-wrap:balance;margin:0;font-size:clamp(2.15rem,6vw,4rem);font-weight:700;line-height:1.1}.hero-title-accent{background:linear-gradient(135deg,#fff 0%,#c084fc 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.hero-subtitle{max-width:560px;font-family:var(--font-sans), sans-serif;color:var(--hero-muted);text-wrap:pretty;margin:0;padding-inline:.25rem;font-size:clamp(.95rem,2.4vw,1.125rem);line-height:1.65}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-top:.35rem;display:flex}.hero .btn{font-family:var(--font-sans), sans-serif;border-radius:.5rem;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s,background-color .15s,opacity .15s;display:inline-flex}.hero .btn:focus-visible{outline:2px solid var(--hero-accent);outline-offset:3px}.hero .btn-primary{color:#1a0a2e;background:var(--hero-accent);padding:.75rem 1.5rem;box-shadow:0 0 40px -8px #c084fc73}.hero .btn-primary:hover{transform:translateY(-1px);box-shadow:0 0 48px -6px #c084fc99}.hero .btn-ghost{color:var(--hero-text);opacity:1;background:#1c0d3373;border:1px solid #c084fc40;padding:.75rem 1rem}.hero .btn-ghost:hover{background:#1c0d33b3;border-color:#c084fc80}.hero-globe{z-index:1;width:min(1200px,100%);height:clamp(220px,38vh,480px);margin-top:auto;position:relative;overflow:hidden}.globe-mount{filter:hue-rotate(48deg)saturate(1.2)brightness(.92);height:200%;position:absolute;inset:0 0 auto}.globe-mount canvas{display:block;width:100%!important;height:100%!important}.hero-globe:after{content:"";pointer-events:none;background:linear-gradient(#0000,#0a0118e6);height:30%;position:absolute;inset:auto 0 0}@media (orientation:portrait),(max-width:900px){.hero{min-height:auto}.hero-content{padding-top:clamp(5.5rem,11vh,8rem)}.hero-globe{height:clamp(200px,34vh,380px);margin-top:.75rem}}@media (max-width:640px){.hero-actions{flex-direction:column;gap:.65rem;width:100%}.hero .btn{justify-content:center;width:min(100%,280px)}.hero-globe{height:clamp(180px,30vh,280px);margin-top:.5rem}}
