.hero-form-section{width:100%;margin:0 auto;padding:3rem 1.5rem}.hero-form-container{align-items:center;gap:3rem;width:100%;display:flex}.hero-form-content{flex-direction:column;flex:1;gap:1.5rem;display:flex}.hero-form-title{letter-spacing:-.02em;font-size:2.5rem;font-weight:700;line-height:1.2}.hero-form-description{max-width:600px;font-size:1.125rem;line-height:1.6}.hero-form-wrapper{flex-direction:column;gap:1.5rem;max-width:500px;display:flex}.hero-form-subtitle{color:hsl(var(--foreground));font-size:1.5rem;font-weight:600}.hero-form{flex-direction:column;gap:1.5rem;display:flex}.hero-form-grid{grid-template-columns:1fr;gap:1rem;display:grid}.hero-form-submit{margin-top:.5rem}.hero-form-image-container{flex:1;justify-content:center;align-items:center;max-width:600px;display:flex}.hero-form-image{object-fit:contain;border-radius:.5rem;width:100%;height:auto}@media (width<=1024px){.hero-form-section{padding:2rem 1rem}.hero-form-container{flex-direction:column;gap:2rem}.hero-form-title{font-size:2rem}.hero-form-wrapper,.hero-form-image-container{max-width:100%}}@media (width<=640px){.hero-form-section{padding:1.5rem 1rem}.hero-form-container{gap:1.5rem}.hero-form-title{font-size:1.75rem}.hero-form-description{font-size:1rem}.hero-form-subtitle{font-size:1.25rem}}@media (width>=768px){.hero-form-grid{grid-template-columns:repeat(2,1fr)}}
