.hero-section{position:relative;height:70vh;width:100%;overflow:hidden;background-color:#000;color:#fff}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.3);z-index:1}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0;padding:1.5rem;height:100%;display:flex;align-items:center}.hero-text{max-width:36rem}.hero-pre-title{font-size:1.125rem;font-weight:300;margin-bottom:.5rem;opacity:.9}.hero-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:2rem}.hero-icons{display:flex;gap:1.5rem;margin-bottom:2rem}.hero-icon{width:3rem;height:3rem;color:#fff;fill:#fff;stroke:#fff;background:0 0;transition:all .3s ease;cursor:pointer;filter:none}.hero-icon:hover{transform:translateY(-3px)}.hero-btn{border:2px solid #fff;color:#fff;font-weight:700;padding:.75rem 2rem;border-radius:9999px;transition:all .3s ease;display:inline-block;text-transform:uppercase;font-size:.875rem;letter-spacing:.05em;background:0 0;cursor:pointer}.hero-btn:focus,.hero-btn:hover{background-color:#fff;color:#000;outline:0;transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,255,255,.2)}@media (max-width:1024px){.hero-title{font-size:3rem}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-pre-title{font-size:1rem}.hero-icons{gap:1rem}.hero-icon{width:2.5rem;height:2.5rem}}@media (max-width:640px){.hero-title{font-size:2rem}.hero-content{padding:0 1rem}}