.hero{flex-direction:column;justify-content:center;align-items:flex-start;width:100%;min-height:90vh;padding:0 5%;display:flex;position:relative;overflow:hidden}.hero-bg-image{object-fit:cover;object-position:center;z-index:0}.hero-overlay{z-index:1;background:linear-gradient(90deg,#0f172acc 0%,#0f172a80 50%,#0f172a33 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;color:#fff;max-width:800px;animation:1s ease-out fadeInUp;position:relative}.hero-title{letter-spacing:-2px;margin-bottom:10px;font-size:3.5rem;font-weight:850;line-height:1.05}.text-secondary{color:var(--secondary)}.hero-subtitle{opacity:.9;max-width:600px;margin-bottom:20px;font-size:1rem;font-weight:500;line-height:1.6}.hero-ctas{gap:20px;margin-bottom:50px;display:flex}.hero-btn{text-transform:uppercase;letter-spacing:1px;border-radius:4px;align-items:center;gap:12px;padding:18px 40px;font-size:1rem;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.hero-btn.primary{background-color:var(--secondary);color:#fff;cursor:pointer;border:none;outline:none;box-shadow:0 10px 20px #ef444433}.hero-btn.primary:focus,.hero-btn.primary:active{outline:none;box-shadow:0 10px 20px #ef444433}.hero-btn.primary:hover{transform:translateY(-3px);box-shadow:0 15px 30px #ef44444d}.hero-btn.secondary{color:var(--primary);background-color:#fff}.hero-btn.secondary:hover{background-color:#f8fafc;transform:translateY(-3px)}.hero-features{flex-wrap:wrap;gap:30px;display:flex}.hero-feature{text-transform:uppercase;letter-spacing:1px;align-items:center;gap:10px;font-size:.9rem;font-weight:700;display:flex}.feature-dot{background-color:var(--secondary);width:8px;height:8px;box-shadow:0 0 10px var(--secondary);border-radius:50%}.hero-bottom-info{z-index:2;position:absolute;bottom:40px;left:5%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.hero-title{font-size:3.5rem}}@media (max-width:768px){.hero{background-attachment:scroll;justify-content:flex-start;min-height:80vh;padding:120px 5% 60px}.hero-title{margin-top:20px;font-size:2.5rem}.hero-subtitle{margin-bottom:30px;font-size:1.1rem}.hero-features{gap:15px;margin-top:20px}.hero-feature{width:45%;font-size:.8rem}.hero-ctas{flex-direction:column;width:100%;margin-bottom:30px}.hero-btn{text-align:center;justify-content:center;padding:15px 30px}}@media (max-width:480px){.hero-title{font-size:2.2rem}.hero-feature{width:100%}}
