.hero-section{position:relative;background-color:#ffffff;padding:3rem 1rem;min-height:300px}.hero-bg{max-width:1280px;margin:0 auto}.hero-bg-image-desktop{display:none;position:absolute;inset:0}.hero-bg-image-desktop img{width:80%;height:100%;object-fit:cover;object-position:right bottom}.hero-content-wrapper{position:relative;padding:0 1rem}.hero-text{max-width:40rem;margin:0 auto;text-align:center;color:rgb(0,0,0)}.hero-text h1{font-size:1.875rem;font-weight:700;line-height:1.2}.hero-text p{margin-top:2rem;font-size:1rem;font-weight:400;line-height:1.7;color:#9ca3af;margin-right:auto;text-align:center}.hero-buttons{margin-top:2rem;display:flex;justify-content:center!important;gap:1rem;flex-wrap:wrap}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:700;font-size:1rem;color:white;background-color:transparent;border-radius:.375rem;text-decoration:none;border:1px solid transparent;transition:background-color .2s ease}.btn-secondary:hover{background-color:#374151}.hero-bg-image-mobile img{width:100%;height:auto;object-fit:cover;margin-top:2rem}@media (min-width:1024px){.hero-bg-image-desktop{display:block}.hero-bg-image-mobile{display:none}.hero-section{padding-top:5rem;padding-bottom:5rem}.hero-text{text-align:left;margin-left:0}.hero-buttons{justify-content:flex-start}.hero-text h1{font-size:3rem}}@media (min-width:1280px){.hero-section{padding-top:8rem;padding-bottom:11rem}.hero-text h1{font-size:3.5rem;line-height:1.1}}@media (max-width:768px){.hero-section{padding-top:0;margin-top:0}.hero-text h1{font-size:1.5rem;line-height:1.5}}