.hero{background-image:var(--hero-bg);background-position:50%;background-size:cover;align-items:center;min-height:100vh;padding:5rem 1.5rem;display:flex;position:relative}@media (width>=768px){.hero{min-height:80vh}}.hero__overlay{pointer-events:none;transition:background-color .35s;position:absolute;inset:0}.hero__overlay--dark{background-color:#0f172abf}.hero__overlay--primary{background-color:#2563ebcc}.hero__overlay--secondary{background-color:#64748bcc}.hero>.container{z-index:1;position:relative}.hero__col-left{flex-direction:column;justify-content:center;margin-bottom:3rem;display:flex}@media (width>=640px){.hero__col-left{margin-bottom:0;padding-right:2rem}}.hero__reviews{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.hero__reviews-stars{color:#f59e0b;letter-spacing:2px;align-items:center;gap:4px;font-size:1.25rem;display:inline-flex}.hero__reviews-stars svg{width:1em;height:1em}.hero__reviews-label{color:#fff;opacity:.9;font-size:.875rem;font-weight:500}.hero__title{color:#fff;margin-bottom:1.5rem;font-size:2.25rem;line-height:1.25}@media (width>=768px){.hero__title{font-size:3rem}}.hero__text{color:#cbd5e1;max-width:540px;margin-bottom:2rem;font-size:1.125rem;line-height:1.625}.hero__col-right{justify-content:center;align-items:center;display:flex}.hero__form-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fffffff2;border-radius:.75rem;width:100%;max-width:480px;padding:2rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}@media (width>=640px){.hero__form-card{padding:2.5rem}}.hero__form-title{color:#0f172a;text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.hero__form-group{margin-bottom:1rem}.hero__form-group label{color:#334155;margin-bottom:.25rem;font-size:.875rem;font-weight:500;display:block}.hero__form-group input,.hero__form-group select,.hero__form-group textarea{color:#1e293b;background-color:#fff;border:1px solid #cbd5e1;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border-color .15s,box-shadow .15s}.hero__form-group input::placeholder,.hero__form-group select::placeholder,.hero__form-group textarea::placeholder{color:#94a3b8}.hero__form-group input:focus,.hero__form-group select:focus,.hero__form-group textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb26}.hero__form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.hero__form-group textarea{resize:vertical;min-height:100px}.hero__form-row{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=640px){.hero__form-row{grid-template-columns:1fr 1fr}}.hero__form-submit{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:.5rem;width:100%;padding:1rem;font-size:1.125rem;font-weight:700;transition:background-color .15s}.hero__form-submit:hover{background-color:#1d4ed8}.hero__form-submit:active{transform:translateY(1px)}.hero__form-submit:focus-visible{outline-offset:2px;outline:2px solid #2563eb}
