.hero-full{position:relative;display:flex;align-items:center;justify-content:center;background:var(--blue-dark);padding:7rem 2rem 4rem;overflow:hidden}.network-background{position:absolute;inset:0;width:100%;height:100%;z-index:0;opacity:.8}.hero-content{position:relative;z-index:1;max-width:800px;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(237,116,2,.15);border:1px solid rgba(237,116,2,.3);padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;color:var(--orange);margin-bottom:2rem}.badge-dot{width:8px;height:8px;background:var(--orange);border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.hero-full h1{font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem}.hero-title-line{display:block;color:var(--white)}.text-orange{color:var(--orange)}.hero-subtitle{font-size:1.2rem;color:rgba(255,255,255,.7);line-height:1.7;margin-bottom:2.5rem}.hero-cta-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-glow{box-shadow:0 0 30px rgba(237,116,2,.4)}.btn-glow:hover{box-shadow:0 0 40px rgba(237,116,2,.6)}.btn-ghost{background:transparent;border:2px solid rgba(255,255,255,.3);color:var(--white);padding:.875rem 2rem;border-radius:8px;font-weight:600;transition:all .3s ease}.btn-ghost:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}@media (max-width:768px){.hero-full{padding:3rem 1.5rem}.hero-full h1{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-cta-group{flex-direction:column;align-items:center}}@media (max-width:480px){.hero-full{padding:2.5rem 1rem}.hero-full h1{font-size:2rem}.hero-badge{font-size:.75rem;padding:.4rem .8rem}}