.hero-section{background-image:url(https://48732254.fs1.hubspotusercontent-na1.net/hubfs/48732254/bard-2026-images/hero-banner.png?width=860&t=1778657922997);background-position:top;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;overflow:hidden;padding:170px 0 80px;width:100%}.hero-content{display:flex;flex:1;flex-direction:column}.hero-top{align-items:center;display:flex;gap:40px;justify-content:space-between}.hero-heading{color:var(--white);max-width:740px}.hero-right{align-items:flex-start;display:flex;flex-direction:column;gap:24px;padding-top:16px}.hero-desc{color:var(--dec);font-family:var(--font-primary);font-size:18px;font-weight:400;letter-spacing:-2%;line-height:1.2;max-width:300px}.hero-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.hero-image-wrap{border-radius:16px;margin-top:80px;max-height:400px;overflow:hidden;position:relative;width:100%;z-index:2}.hero-image-wrap img{display:block;height:100%;object-fit:cover;width:100%}@media (max-width:767px){.hero-top{flex-direction:column;gap:24px}.hero-heading,.hero-right{max-width:100%}.hero-right{padding-top:0}.hero-desc{max-width:100%}}