.hero-container{margin:0 auto;max-width:80rem;padding:6rem 1rem;text-align:center}.blur-text-container{display:flex;justify-content:center;width:100%}.hero-title{font-size:2.5rem;font-weight:600;letter-spacing:-.025em;text-align:center;line-height:1.2}.hero-subtitle,.hero-title{color:var(--color-dark-text)}.hero-subtitle{margin-top:1.5rem;font-size:1rem;font-weight:400;line-height:1.5;max-width:90%;margin-left:auto;margin-right:auto}.hero-btn-group{margin-top:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.hero-btn-group a{font-size:1rem}@media (min-width:640px){.hero-container{padding:8rem 1rem}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.125rem;max-width:80%}.hero-btn-group{flex-direction:row;gap:1.5rem}}@media (min-width:1024px){.hero-container{padding:12rem 1rem}.hero-title{font-size:4.5rem}.hero-subtitle{max-width:70%}}