.hero{position:relative;min-height:60vh;display:flex;align-items:center;padding:6rem 0;background-color:#1a1a2e;background-size:cover;background-position:center;color:#fff;overflow:hidden}.hero.alignfull{min-height:80vh}.hero__overlay{position:absolute;inset:0;background-color:#1a1a2e;pointer-events:none}.hero__content{position:relative;z-index:1;max-width:800px}.hero--align-center{text-align:center}.hero--align-center .hero__content{margin-left:auto;margin-right:auto}.hero--align-center .hero__buttons{justify-content:center}.hero--align-left{text-align:left}.hero--align-right{text-align:right}.hero--align-right .hero__content{margin-left:auto}.hero--align-right .hero__buttons{justify-content:flex-end}.hero__title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#fff}.hero__description{font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.6;margin-bottom:3rem;opacity:.9}.hero__buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero__buttons .btn--outline{border-color:#fff;color:#fff}.hero__buttons .btn--outline:hover{background-color:#fff;color:#1a1a2e}@media (max-width: 768px){.hero{min-height:50vh;padding:4rem 0}.hero.alignfull{min-height:60vh}.hero__buttons{flex-direction:column}.hero__buttons .btn{width:100%}}
