:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#111827;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;color:#111827;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}html,body,#root{margin:0;padding:0;min-height:100%;background-color:#fff}body{display:block;overflow-x:hidden;overflow-y:visible}.hb-app{min-height:100vh;background-color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Arial,sans-serif;color:#111827;overscroll-behavior-y:contain}.hb-form-wrapper{width:100%;max-width:960px;margin-left:auto;margin-right:auto;padding:32px 16px 48px;box-sizing:border-box}.step-page{min-height:100vh;padding-bottom:80px;overscroll-behavior-y:contain}.hb-wrapper{width:100%;max-width:720px;margin-left:auto;margin-right:auto;padding:0;touch-action:pan-y;box-sizing:border-box}.hb-steps{display:flex;align-items:center;justify-content:center;max-width:720px;margin:0 auto 32px;gap:16px}.hb-step{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:14px}.hb-step-circle{width:32px;height:32px;border-radius:999px;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;font-size:14px;background:#f9fafb;transition:all .2s ease}.hb-step-circle--active{border-color:#111827;background:#111827;color:#fff}.hb-step-label{font-size:13px;color:#4b5563}.hb-step-line{flex:1;height:2px;background:#e5e7eb}.hb-card{max-width:720px;margin:0 auto;background:#fff;border-radius:16px;padding:40px;box-shadow:0 8px 24px #0f172a14}.hb-card--center{text-align:center}.hb-card--relative{position:relative;overflow:hidden}.hb-loader-overlay{position:absolute;inset:0;background:#f9fafbd1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10}.hb-loader{display:flex;flex-direction:column;align-items:center;gap:8px}.hb-loader-icon{width:40px;height:40px;border-radius:999px;background:#111827;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;letter-spacing:.08em}.hb-loader-spinner{width:32px;height:32px;border-radius:999px;border:3px solid rgba(15,23,42,.15);border-top-color:#111827;animation:hb-spin .8s linear infinite;margin-top:2px}.hb-loader-text{font-size:13px;color:#4b5563;margin-top:2px}@keyframes hb-spin{to{transform:rotate(360deg)}}.hb-form{display:flex;flex-direction:column}.hb-card--animate{animation:hb-fadeInUp .35s cubic-bezier(.16,1,.3,1)}@keyframes hb-fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hb-title{font-size:28px;font-weight:700;margin-bottom:4px;text-align:center}.hb-subtitle{font-size:16px;color:#4b5563;text-align:center;margin-bottom:28px}.hb-services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px}@media(max-width:900px){.hb-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.hb-card{padding:24px 20px}.hb-services-grid{grid-template-columns:1fr}}.hb-service-card{background:#fff;border-radius:10px;border:2px solid #e5e7eb;padding:8px;display:flex;flex-direction:column;cursor:pointer;transition:all .18s ease;text-align:left;position:relative;overflow:hidden}.hb-service-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0f172a12;border-color:#111827}.hb-service-card--active{border-color:#111827;box-shadow:0 14px 32px #0f172a2e}.hb-service-image-wrapper{border-radius:8px;overflow:hidden;margin-bottom:12px}.hb-service-image{width:100%;height:140px;object-fit:cover;display:block;transition:transform .28s ease}.hb-service-card:hover .hb-service-image,.hb-service-card--active .hb-service-image{transform:scale(1.04)}.hb-service-footer{display:flex;align-items:center;gap:8px;font-size:14px;color:#111827}.hb-radio{font-size:14px}.hb-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.hb-button{border-radius:999px;padding:10px 26px;border:none;font-size:15px;font-weight:500;cursor:pointer;transition:background .15s ease,transform .1s ease,box-shadow .15s ease,color .15s ease}.hb-button--primary{background:#111827;color:#fff}.hb-button--primary:hover{background:#000;transform:translateY(-1px);box-shadow:0 8px 18px #0f172a40}.hb-button--primary:disabled{opacity:.5;cursor:default;box-shadow:none;transform:none}.hb-button--ghost{background:transparent;color:#374151;border:1px solid #d1d5db}.hb-button--ghost:hover{background:#f3f4f6;border-color:#111827}.hb-form-group{margin-bottom:20px}.hb-form-group label{display:block;font-size:14px;font-weight:500;margin-bottom:6px;color:#111827}.hb-required{color:#dc2626}.hb-input,.hb-textarea{width:100%;box-sizing:border-box;border-radius:8px;border:1px solid #d1d5db;padding:10px 12px;font-size:14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease;background:#f9fafb;color:#111827}.hb-input:hover,.hb-textarea:hover{border-color:#111827}.hb-input:focus,.hb-textarea:focus{border-color:#111827;box-shadow:0 0 0 1px #11182710;background:#fff;outline:none}.hb-textarea{resize:vertical;font-family:inherit}.hb-input::placeholder,.hb-textarea::placeholder{color:#9ca3af;opacity:1}.hb-input-icon-wrapper{position:relative}.hb-input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:14px;color:#6b7280}.hb-input--with-icon{padding-left:32px}.hb-help{font-size:13px;color:#6b7280;margin-bottom:6px}.hb-upload{border-radius:10px;border:1px dashed #d1d5db;background:#f9fafb;padding:14px;display:block;cursor:pointer;transition:background .15s ease,border-color .15s ease}.hb-upload:hover{background:#f3f4f6;border-color:#9ca3af}.hb-upload input{display:none}.hb-upload-inner{text-align:center;font-size:14px;color:#6b7280}.hb-upload-icon{font-size:20px;margin-bottom:4px}.hb-check-icon{width:56px;height:56px;border-radius:999px;background:#111827;color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:26px}.hb-footer-links{margin-top:16px;font-size:14px;color:#4b5563}@media(max-width:640px){.hb-form-wrapper{padding:6px 10px 0;min-height:100dvh;display:flex;flex-direction:column}.hb-wrapper{max-width:100%;flex:1;display:flex;flex-direction:column}.hb-steps{display:none}.step-page{min-height:auto;padding-bottom:0}.hb-card{max-width:100%;padding:14px 14px 16px;border-radius:12px;box-shadow:0 4px 16px #0f172a0f;flex:1;display:flex;flex-direction:column}.hb-title{font-size:18px;margin-bottom:2px}.hb-subtitle{font-size:13px;margin-bottom:10px}.hb-services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:0;flex:1}.hb-service-card{padding:6px}.hb-service-image-wrapper{margin-bottom:6px}.hb-service-image{height:85px}.hb-service-footer{font-size:11px;gap:4px;padding:2px 0}.hb-radio{font-size:12px}.hb-actions{justify-content:flex-end;margin-top:auto;padding-top:12px;padding-bottom:env(safe-area-inset-bottom,8px)}.hb-button{padding:10px 24px;font-size:15px}.hb-form{flex:1;display:flex;flex-direction:column}.hb-form-group{margin-bottom:12px}.hb-form-group label{font-size:13px;margin-bottom:4px}.hb-input,.hb-textarea{padding:10px 12px;font-size:14px}.hb-textarea{min-height:80px;resize:none}.hb-help{font-size:12px;margin-bottom:6px}.hb-upload{padding:12px}.hb-upload-inner{font-size:13px}.hb-upload-icon{font-size:18px;margin-bottom:4px}}
