.hero-section{background-color:#f8fafc;padding:3rem 1.5rem}.hero-container{align-items:center;display:grid;gap:3rem;grid-template-columns:1fr;margin:0 auto;max-width:1280px}.hero-content{display:flex;flex-direction:column;gap:2rem}.hero-subtitle{color:#475569;font-size:1.125rem;font-weight:500;margin:0}.hero-title{color:#1e293b;font-size:3rem;font-weight:800;letter-spacing:-.025em;line-height:1.15;margin:0}.hero-title-highlight{color:#5b4ccc}.hero-description{color:#475569;font-size:1.25rem;line-height:1.75;max-width:32rem}.hero-description p{margin:0 0 1rem}.hero-description-bold{color:#0f172a;font-weight:700}.hero-form-wrapper{margin:0 auto;max-width:32rem;position:relative;width:100%;z-index:10}.hero-form-card{background-color:#fff;border:1px solid #f1f5f9;border-radius:1.5rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);padding:2rem}.form-header{margin-bottom:2rem}.form-title{color:#0f172a;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.form-subtitle{color:#475569;font-size:.875rem;line-height:1.5;margin:0}.form-success{align-items:center;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:1rem;color:#166534;display:flex;flex-direction:column;padding:2rem;text-align:center}.success-icon{color:#22c55e;height:3rem;margin-bottom:1rem;width:3rem}.success-title{font-size:1.25rem;font-weight:700;margin:0 0 .5rem}.success-text{font-size:.875rem;margin:0}.hero-form{display:flex;flex-direction:column;gap:1rem}.form-grid{display:grid;gap:1rem}.form-grid,.form-grid-2{grid-template-columns:1fr}.form-group{display:flex;flex-direction:column;gap:.25rem}.form-label{color:#334155;font-size:.75rem;font-weight:600}.form-input{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;font-family:inherit;font-size:.875rem;padding:.625rem 1rem;transition:all .2s;width:100%}.form-input:focus{background-color:#fff;border-color:#5b4ccc;box-shadow:0 0 0 3px rgba(91,76,204,.1);outline:none}.form-select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23475569' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5rem;color:#334155;padding-right:2.5rem}.form-submit{align-items:center;background-color:#5b4ccc;border:none;border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(91,76,204,.3);color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;justify-content:center;margin-top:.5rem;padding:.75rem 1.5rem;transition:all .2s;width:100%}.form-submit:hover{background-color:#4a3db8}.form-submit:disabled{cursor:not-allowed;opacity:.7}@media (min-width:768px){.form-grid-2{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.hero-section{padding:5rem 3rem}.hero-container{gap:2rem;grid-template-columns:1fr 1fr}.hero-title{font-size:3.75rem}.hero-form-wrapper{margin-left:auto}}