.hero{position:relative;background:linear-gradient(135deg,#0f172a,#1e3a8a);padding:6rem 0;overflow:hidden;text-align:center;color:white}.hero::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('/img/seo-optimized/tecnobot-pattern.svg');background-size:cover;opacity:0.1;z-index:1}.hero-title{font-size:3.5rem!important;font-weight:800!important;color:white!important;margin-bottom:1.5rem!important;text-shadow:0 2px 10px rgba(0,0,0,0.3)!important;letter-spacing:-0.5px!important;line-height:1.2!important;animation:fadeInUp 0.8s ease-out!important}.hero-subtitle{font-size:1.5rem!important;color:rgba(255,255,255,0.95)!important;max-width:800px!important;margin:0 auto 2rem auto!important;text-shadow:0 2px 4px rgba(0,0,0,0.2)!important;line-height:1.5!important;font-weight:400!important;animation:fadeInUp 0.8s ease-out 0.2s both!important}.hero-actions{display:flex;justify-content:center;gap:1rem;margin-top:2rem;animation:fadeInUp 0.8s ease-out 0.4s both!important}.hero-button{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.75rem 1.5rem;border-radius:0.5rem;font-weight:600;font-size:1rem;transition:all 0.3s ease;text-decoration:none;box-shadow:0 4px 6px rgba(0,0,0,0.1)}.hero-button i{font-size:1.1rem}.primary-button{background:linear-gradient(135deg,#4a00e0,#8e2de2);color:white;border:none}.primary-button:hover{transform:translateY(-3px);box-shadow:0 6px 12px rgba(0,0,0,0.15);background:linear-gradient(135deg,#5b12f1,#9f3ef3);color:white}.secondary-button{background-color:rgba(255,255,255,0.15);color:white;border:1px solid rgba(255,255,255,0.3);backdrop-filter:blur(5px)}.secondary-button:hover{background-color:rgba(255,255,255,0.25);transform:translateY(-3px);box-shadow:0 6px 12px rgba(0,0,0,0.15);color:white}.ai-particles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0.4}.hero-content{position:relative;z-index:2;padding:0 1rem}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-title{font-size:2.5rem!important}.hero-subtitle{font-size:1.2rem!important}.hero{padding:4rem 0}}@media (max-width:480px){.hero-title{font-size:2rem!important}.hero-subtitle{font-size:1rem!important}.hero{padding:3rem 0}}