:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;color:#111827;background:linear-gradient(90deg,#e0f2fe,#fee2e2)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;display:flex;justify-content:center}#root{width:100%;max-width:1120px;padding:3rem 2rem 4rem}.layout{display:flex;flex-direction:column;gap:3rem}.hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,1fr);gap:2.5rem;align-items:center}.hero-left{max-width:560px}.hero-badge{display:inline-flex;align-items:center;padding:.25rem .7rem;border-radius:999px;background-color:#0f766e14;color:#0f766e;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .6rem}.hero-title{font-size:2.2rem;font-weight:800;letter-spacing:-.04em;margin:0 0 .6rem}.hero-subtitle{margin:0;color:#4b5563;font-size:.96rem}.hero-bullets{margin:1.1rem 0 0;padding-left:1.2rem;color:#374151;font-size:.9rem}.hero-bullets li+li{margin-top:.25rem}.card{background-color:#fffffff5;border-radius:1rem;padding:1.6rem 1.75rem;box-shadow:0 18px 45px #0f172a29,0 0 0 1px #94a3b866;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-form-title{margin:0 0 .25rem;font-size:1.2rem;font-weight:700}.hero-form-subtitle{margin:0 0 1.1rem;font-size:.86rem;color:#6b7280}.form-group{margin-bottom:1.25rem}.label{display:block;margin-bottom:.4rem;font-size:.9rem;font-weight:600;color:#374151}.input{width:100%;padding:.6rem .8rem;border-radius:.55rem;border:1px solid #d1d5db;font-size:.95rem;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb99,0 0 0 4px #bfdbfee6}.input::placeholder{color:#9ca3af}.categories-label-row{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.4rem}.categories-hint{font-size:.78rem;color:#9ca3af}.categories-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem .5rem}.category-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .6rem;border-radius:999px;border:1px solid #e5e7eb;background-color:#f9fafb;font-size:.84rem;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .08s ease}.category-pill input{accent-color:#2563eb}.category-pill:hover{background-color:#eff6ff;border-color:#bfdbfe;box-shadow:0 0 0 1px #2563eb4d;transform:translateY(-1px)}.error-message{margin:0 0 .75rem;font-size:.8rem;color:#b91c1c}.submit-button{width:100%;padding:.7rem 1rem;border-radius:999px;border:none;font-size:.95rem;font-weight:600;letter-spacing:.02em;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;box-shadow:0 12px 30px #2563eb59,0 0 0 1px #2563eb4d;transition:transform .08s ease,box-shadow .12s ease,filter .12s ease}.submit-button:hover{transform:translateY(-1px);filter:brightness(1.05);box-shadow:0 16px 40px #2563eb73,0 0 0 1px #2563eb80}.submit-button:active{transform:translateY(0);box-shadow:0 8px 22px #2563eb59,0 0 0 1px #2563eb80}.submit-button:disabled{opacity:.65;cursor:not-allowed;box-shadow:0 4px 12px #94a3b84d,0 0 0 1px #94a3b859}.submit-spinner{width:14px;height:14px;border-radius:999px;border:2px solid rgba(239,246,255,.7);border-top-color:#eff6ff;animation:spin .7s linear infinite}.secondary-button{width:100%;padding:.65rem 1rem;border-radius:999px;border:1px solid #d1d5db;background-color:#fff;color:#111827;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,box-shadow .12s ease}.secondary-button:hover{background-color:#f3f4f6;border-color:#cbd5f5;box-shadow:0 8px 18px #94a3b859}.secondary-button:disabled{opacity:.7;cursor:not-allowed;box-shadow:none}@keyframes spin{to{transform:rotate(360deg)}}.section-title{font-size:1.1rem;font-weight:700;margin:0 0 1rem}.benefits{margin-top:.5rem}.benefits-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.benefit-card{background-color:#ffffffe6;border-radius:.9rem;padding:.9rem 1rem;box-shadow:0 10px 25px #0f172a14;border:1px solid rgba(209,213,219,.8);font-size:.86rem}.benefit-card h4{margin:0 0 .3rem;font-size:.95rem}.benefit-card p{margin:0;color:#4b5563}.steps{margin-top:-.5rem}.steps-list{list-style:none;margin:.5rem 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.step-item{display:flex;align-items:flex-start;gap:.6rem;background-color:#ffffffe6;border-radius:.9rem;padding:.9rem 1rem;box-shadow:0 10px 25px #0f172a14;border:1px solid rgba(209,213,219,.8)}.step-badge{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background-color:#2563eb;color:#fff;font-size:.78rem;font-weight:700}.step-title{margin:0 0 .2rem;font-size:.9rem;font-weight:600}.step-desc{margin:0;font-size:.8rem;color:#4b5563}@media(max-width:900px){#root{padding:2.2rem 1.5rem 3rem}.hero{grid-template-columns:minmax(0,1fr)}.hero-right{max-width:420px;justify-self:flex-start}.benefits-grid,.steps-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){#root{padding:2rem 1.2rem 2.5rem}.hero-title{font-size:1.7rem}.benefits-grid,.steps-list{grid-template-columns:minmax(0,1fr)}}
