@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Outfit:wght@600;700;800;900&display=swap";
*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}:root{--font-main:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-heading:"Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--emerald-base:#059669;--emerald-light:#10b981;--emerald-dark:#064e3b;--emerald-bg:#ecfdf5;--bg-app:#f8fafc;--bg-card:#fff;--border-light:#e2e8f0;--border-focus:#059669;--text-main:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8}html,body{font-family:var(--font-main);background-color:var(--bg-app);color:var(--text-main);-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--text-main)}.app-viewport{background-color:#fff;flex-direction:column;width:100%;max-width:520px;min-height:100vh;margin:0 auto;display:flex;box-shadow:0 0 50px #0000000a}@media (min-width:521px){.app-viewport{border-left:1px solid #edf2f7;border-right:1px solid #edf2f7}}.app-navbar{z-index:1000;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:12px;padding:12px 18px;display:flex;position:sticky;top:0;background-color:#fff!important}.nav-back-btn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.nav-back-btn:active{background:#f1f5f9;transform:scale(.92)}.nav-progress-wrap{flex-grow:1;max-width:280px}.nav-progress-track{background:#e2e8f0;border-radius:10px;height:6px;overflow:hidden}.nav-progress-bar{background:linear-gradient(90deg,#10b981 0%,#059669 100%);border-radius:10px;height:100%;transition:width .35s cubic-bezier(.16,1,.3,1)}.choice-card{cursor:pointer;-webkit-user-select:none;user-select:none;text-align:left;background:#fff;border:2px solid #edf2f7;border-radius:20px;align-items:center;gap:16px;width:100%;padding:18px 20px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.choice-card:hover{background-color:#f8fafc;border-color:#a7f3d0;transform:translateY(-2px);box-shadow:0 8px 20px -4px #05966914}.choice-card:active{transform:scale(.98)}.choice-card.active{background:#ecfdf5;border-color:#059669;box-shadow:0 0 0 3px #05966926,0 8px 20px -4px #05966933}.choice-icon{background:#f1f5f9;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;transition:all .2s;display:flex}.choice-card.active .choice-icon{background:#fff;transform:scale(1.08)}.choice-radio{border:2px solid #cbd5e1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-left:auto;transition:all .2s;display:flex}.choice-card.active .choice-radio{color:#fff;background-color:#059669;border-color:#059669}.btn-primary-action{cursor:pointer;background:linear-gradient(135deg,#059669 0%,#047857 100%);border:none;border-radius:20px;justify-content:center;align-items:center;gap:10px;width:100%;padding:18px 24px;font-size:16px;font-weight:800;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 8px 24px -4px #05966966;color:#fff!important;text-decoration:none!important}.btn-primary-action:hover{background:linear-gradient(135deg,#047857 0%,#064e3b 100%);transform:translateY(-2px);box-shadow:0 12px 28px -4px #05966980}.btn-primary-action:active{transform:translateY(0)scale(.98)}.modern-input-wrap{width:100%;position:relative}.modern-input{color:#0f172a;background:#f8fafc;border:2px solid #e2e8f0;border-radius:18px;outline:none;width:100%;padding:16px 20px;font-size:16px;font-weight:700;transition:all .2s}.modern-input:focus{background:#fff;border-color:#059669;box-shadow:0 0 0 4px #0596691f}.modern-input-suffix{color:#94a3b8;pointer-events:none;font-size:14px;font-weight:800;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.pill-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.pill-item{color:#1e293b;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:2px solid #e2e8f0;border-radius:16px;justify-content:space-between;align-items:center;padding:14px 16px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.pill-item:active{transform:scale(.97)}.pill-item.active{color:#065f46;background:#ecfdf5;border-color:#059669}.whatsapp-widget{z-index:9999;cursor:pointer;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:24px;right:20px;box-shadow:0 10px 28px #25d36673;color:#fff!important;text-decoration:none!important}.whatsapp-widget:hover{transform:translateY(-4px)scale(1.05);box-shadow:0 14px 32px #25d3668c}.whatsapp-widget:active{transform:scale(.95)}.safe-bottom{padding-bottom:max(24px, env(safe-area-inset-bottom))}.modal-backdrop-custom{-webkit-backdrop-filter:blur(8px);z-index:99999;background:#0f172abf;justify-content:center;align-items:center;padding:16px;animation:.25s forwards modalFadeIn;display:flex;position:fixed;inset:0}.modal-content-custom{background:#fff;border:1px solid #f1f5f9;border-radius:28px;width:100%;max-width:490px;max-height:88vh;padding:28px 24px;animation:.3s cubic-bezier(.16,1,.3,1) forwards modalSlideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000059}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(18px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-close-btn{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:18px;right:18px}.modal-close-btn:hover{color:#0f172a;background:#e2e8f0}
