*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}:root{--purple:#5C44D4;--purple-mid:#7B65E8;--purple-light:#EDE9FF;--green:#2EBD6F;--green-dark:#1E9A58;--green-light:#E5F9EE;--yellow:#E8A020;--yellow-light:#FEF5E5;--bg:#F7F2EC;--white:#FFFFFF;--text:#1A1A1A;--muted:#888;--gray:#F0ECE6;--gray2:#DDD8D0;--red:#D63B3B}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f7f2ec;min-height:100vh;display:flex;justify-content:center}.app{width:100%;max-width:430px;background:var(--bg);min-height:100vh;position:relative;display:flex;flex-direction:column}.screen{display:none;flex-direction:column;min-height:100vh}.screen.active{display:flex}.topbar{padding:14px 20px 10px;display:flex;align-items:center;gap:12px;position:sticky;top:0;background:var(--bg);z-index:10}.back-btn{width:34px;height:34px;border-radius:50%;border:none;background:var(--gray);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--text)}.skip-btn{margin-left:auto;font-size:13px;color:var(--muted);background:none;border:none;cursor:pointer;font-weight:500}.seg-bar{display:flex;gap:4px;flex:1}.seg{flex:1;height:4px;border-radius:2px;background:var(--gray2);transition:.4s}.seg.done{background:var(--purple)}.seg.active{background:var(--purple-mid)}.content{padding:24px 20px 12px;flex:1;display:flex;flex-direction:column}.section-label{font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:10px}.label-purple{color:var(--purple)}.label-green{color:var(--green)}.label-yellow{color:var(--yellow)}.q-title{font-size:21px;font-weight:800;color:var(--text);line-height:1.5;margin-bottom:10px}.q-sub{font-size:14px;color:var(--muted);margin-bottom:20px;line-height:1.5}.options{display:flex;flex-direction:column;gap:10px}.opt{background:var(--white);border-radius:14px;padding:14px 16px;cursor:pointer;border:2px solid transparent;transition:.2s;display:flex;align-items:center;gap:12px;font-size:15px;color:var(--text);font-weight:500;box-shadow:0 1px 3px #0000000f}.opt:hover,.opt.selected{border-color:var(--purple);background:var(--purple-light)}.opt-icon{font-size:20px;width:26px;text-align:center;flex-shrink:0}.opt-check{width:22px;height:22px;border-radius:50%;border:2px solid var(--gray2);margin-left:auto;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:.2s}.opt.selected .opt-check{background:var(--purple);border-color:var(--purple)}.opt.selected .opt-check:after{content:"✓";color:#fff;font-size:11px;font-weight:700}.opt-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.opt-card{background:var(--white);border-radius:14px;padding:16px 12px;cursor:pointer;border:2px solid transparent;transition:.2s;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;box-shadow:0 1px 3px #0000000f}.opt-card:hover,.opt-card.selected{border-color:var(--purple);background:var(--purple-light)}.card-icon{font-size:30px}.card-label{font-size:13px;font-weight:600;color:var(--text);line-height:1.3}.people-list{display:flex;flex-direction:column;gap:10px}.people-card{background:var(--white);border-radius:16px;padding:18px 20px 16px;cursor:pointer;border:1.5px solid var(--gray2);transition:.22s;display:flex;flex-direction:column;gap:10px;box-shadow:0 1px 4px #0000000d;position:relative}.people-card:hover,.people-card.selected{border-color:var(--purple);background:var(--purple-light)}.people-card.selected .people-check{opacity:1;border-color:var(--purple);background:var(--purple)}.people-card.selected .people-check:after{content:""}.people-dots{display:flex;gap:6px;align-items:flex-end;min-height:22px}.p-dot{border-radius:50%;background:var(--text);flex-shrink:0;transition:.2s}.people-card.selected .p-dot{background:var(--purple)}.pd-adult{width:14px;height:14px}.pd-child{width:10px;height:10px;margin-bottom:1px}.people-label{font-size:15px;font-weight:600;color:var(--text);letter-spacing:-.01em}.people-check{position:absolute;top:50%;right:18px;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;border:1.5px solid var(--gray2);opacity:.5;transition:.2s;display:flex;align-items:center;justify-content:center}.people-card.selected .people-check:after{width:8px;height:8px;border-radius:50%;background:#fff;display:block}.sticky-footer{padding:16px 20px 32px;background:var(--bg)}.btn-green{width:100%;padding:17px;background:var(--green);color:#fff;border:none;border-radius:30px;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 6px 18px #2ebd6f4d;transition:.2s}.btn-green:hover{background:var(--green-dark);transform:translateY(-1px)}.btn-green:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn-purple{width:100%;padding:17px;background:var(--purple);color:#fff;border:none;border-radius:30px;font-size:16px;font-weight:700;cursor:pointer;transition:.2s}.btn-note{text-align:center;font-size:11px;color:var(--muted);margin-top:9px}.intro-new{display:flex;flex-direction:column;min-height:100vh;background:var(--bg)}.intro-img-wrap{position:relative;width:100%;height:55vw;max-height:260px;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,var(--purple-light),var(--gray2))}.intro-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.intro-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 50%,var(--bg) 100%)}.intro-brand-top{position:absolute;top:0;left:0;right:0;display:flex;justify-content:center;padding:18px;font-size:13px;font-weight:800;letter-spacing:3px;color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.35)}.intro-below{padding:8px 24px 32px;display:flex;flex-direction:column;flex:1}.intro-headline{font-size:24px;font-weight:900;color:var(--text);line-height:1.5;text-align:center;margin-bottom:10px}.intro-headline em{color:var(--purple);font-style:normal}.intro-sub{font-size:13px;color:var(--muted);text-align:center;margin-bottom:24px;line-height:1.5}.wa-list{display:flex;flex-direction:column;gap:10px;margin-bottom:28px;align-items:flex-start}.wa-bubble{background:#fff;border-radius:0 16px 16px;padding:12px 16px;box-shadow:0 1px 4px #0000001a;display:flex;align-items:center;gap:10px;max-width:90%;opacity:0;transform:translateY(10px) scale(.97);transition:opacity .35s ease,transform .35s ease}.wa-bubble.show{opacity:1;transform:translateY(0) scale(1)}.wa-icon{width:32px;height:32px;border-radius:10px;background:var(--green-light);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.wa-text{font-size:14px;font-weight:600;color:var(--text);line-height:1.35}.intro-load-wrap{margin-top:auto}.intro-load-label{font-size:13px;color:var(--muted);text-align:center;margin-bottom:8px}.intro-load-bar{width:100%;height:5px;background:var(--gray2);border-radius:4px;overflow:hidden}.intro-load-fill{height:100%;width:0;background:linear-gradient(to right,var(--purple),var(--purple-mid));border-radius:4px;transition:width .1s linear}.trans-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;gap:0;width:100%}.trans-circle{position:relative;width:140px;height:140px;margin-bottom:32px}.trans-circle svg{position:absolute;top:0;right:0;bottom:0;left:0;transform:rotate(-90deg)}.trans-circle-inner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:900;color:#fff}.trans-circle-bg{fill:var(--purple);border-radius:50%}.trans-title{font-size:22px;font-weight:800;color:var(--text);margin-bottom:32px;line-height:1.3}.phase-track{display:flex;align-items:center;width:100%;max-width:320px;position:relative}.phase-step{display:flex;flex-direction:column;align-items:center;gap:8px;z-index:1}.phase-dot{width:22px;height:22px;border-radius:50%;border:2px solid var(--gray2);background:var(--bg);transition:.4s;display:flex;align-items:center;justify-content:center}.phase-dot.done{background:var(--green);border-color:var(--green)}.phase-dot.done:after{content:"";width:8px;height:8px;border-radius:50%;background:#fff;display:block}.phase-dot.active{border-color:var(--purple);background:var(--bg)}.phase-dot.active:after{content:"";width:8px;height:8px;border-radius:50%;background:var(--purple);display:block}.phase-name{font-size:11px;font-weight:600;color:var(--muted);white-space:nowrap}.phase-dot.done~.phase-name,.phase-dot.active~.phase-name{color:var(--text)}.phase-line{flex:1;height:2px;background:var(--gray2);position:relative;margin:0 2px 22px}.phase-line-fill{position:absolute;left:0;top:0;height:100%;width:0;background:var(--purple);transition:width 1s ease}.loc-screen{flex:1;display:flex;flex-direction:column;padding:28px 20px 0}.loc-title{font-size:22px;font-weight:900;color:var(--text);margin-bottom:10px;line-height:1.5;text-align:center}.loc-sub{font-size:13px;color:var(--muted);margin-bottom:22px;line-height:1.5;text-align:center}.loc-field{display:flex;align-items:center;gap:10px;background:var(--white);border-radius:14px;padding:15px 16px;box-shadow:0 1px 6px #00000014;margin-bottom:16px;border:1.5px solid var(--gray2)}.loc-pin-icon{font-size:17px;flex-shrink:0}.loc-city-text{flex:1;font-size:15px;font-weight:600;color:var(--text)}.loc-clear{font-size:16px;color:var(--muted);background:none;border:none;cursor:pointer;padding:0;line-height:1}.loc-metrics{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:0}.loc-metric{background:var(--white);border-radius:14px;padding:14px 10px;box-shadow:0 1px 4px #00000012;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.loc-metric-icon{font-size:22px}.loc-metric-label{font-size:10px;color:var(--muted);font-weight:600;line-height:1.3;letter-spacing:.2px}.loc-metric-val{font-size:15px;font-weight:800;color:var(--text)}.slider-screen{flex:1;display:flex;flex-direction:column;padding:32px 24px}.slider-val-display{text-align:center;margin:24px 0 8px}.slider-big-num{font-size:56px;font-weight:900;color:var(--purple);line-height:1}.slider-unit{font-size:18px;font-weight:600;color:var(--muted)}.slider-desc{font-size:13px;color:var(--muted);text-align:center;margin-bottom:28px}input[type=range]{width:100%;-webkit-appearance:none;height:8px;border-radius:4px;background:var(--gray2);outline:none;margin-bottom:8px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:28px;height:28px;border-radius:50%;background:var(--purple);cursor:pointer;box-shadow:0 2px 10px #5c44d466}.slider-labels{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);margin-bottom:32px}.load-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;text-align:center}.spinner{width:60px;height:60px;border:4px solid var(--gray2);border-top-color:var(--purple);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{to{transform:rotate(360deg)}}.load-title{font-size:19px;font-weight:800;color:var(--text);margin-bottom:8px}.load-sub{font-size:13px;color:var(--muted);margin-bottom:28px}.load-bars{width:100%;display:flex;flex-direction:column;gap:12px}.load-row{display:flex;flex-direction:column;gap:5px}.load-row-top{display:flex;justify-content:space-between;font-size:13px;font-weight:500;color:var(--text)}.load-bar{height:7px;border-radius:4px;background:var(--gray2);overflow:hidden}.load-fill{height:100%;width:0;background:linear-gradient(to right,var(--purple),var(--purple-mid));border-radius:4px;transition:width ease}.affirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:100;display:flex;align-items:flex-end;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s}.affirm-overlay.show{opacity:1;pointer-events:all}.affirm-popup{background:var(--white);border-radius:24px 24px 0 0;padding:28px 24px 40px;width:100%;max-width:430px;transform:translateY(40px);transition:transform .35s cubic-bezier(.22,.8,.39,1)}.affirm-overlay.show .affirm-popup{transform:translateY(0)}.affirm-label{font-size:10px;font-weight:800;color:var(--purple);text-transform:uppercase;letter-spacing:1.2px;text-align:center;margin-bottom:16px}.affirm-q{font-size:20px;font-weight:800;color:var(--text);line-height:1.35;text-align:center;margin-bottom:24px}.affirm-btns{display:grid;grid-template-columns:1fr 1fr;gap:10px}.affirm-nao{padding:16px;background:var(--gray);color:var(--text);border:none;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer;transition:.15s}.affirm-sim{padding:16px;background:var(--green);color:#fff;border:none;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer;transition:.15s;box-shadow:0 4px 14px #2ebd6f4d}.affirm-sim:hover{background:var(--green-dark)}.form-screen{flex:1;display:flex;flex-direction:column;padding:40px 24px 32px}.form-emoji{font-size:48px;margin-bottom:16px}.form-title{font-size:24px;font-weight:900;color:var(--text);margin-bottom:8px;line-height:1.3}.form-sub{font-size:14px;color:var(--muted);margin-bottom:32px;line-height:1.5}.input-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.input-label{font-size:13px;font-weight:600;color:var(--text)}.text-input{border:2px solid var(--gray2);border-radius:12px;padding:14px 16px;font-size:16px;color:var(--text);background:var(--white);outline:none;transition:.2s;width:100%}.text-input:focus{border-color:var(--purple)}.form-footer{margin-top:auto}.privacy-note{font-size:11px;color:var(--muted);text-align:center;margin-top:10px}.scratch-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px 32px;text-align:center;background:var(--bg)}.scratch-brand{font-size:13px;font-weight:800;letter-spacing:3px;color:var(--text);text-transform:uppercase;margin-bottom:24px}.scratch-title{font-size:24px;font-weight:900;color:var(--text);margin-bottom:8px;line-height:1.3}.scratch-sub{font-size:14px;color:var(--muted);margin-bottom:32px;line-height:1.5}.scratch-wrap{position:relative;width:100%;max-width:340px;aspect-ratio:300/340;border-radius:24px;overflow:hidden;box-shadow:0 12px 40px #00000038;cursor:grab;margin-bottom:0}.scratch-reveal{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(160deg,#c8922a,#e8b84b 40%,#a8731a)}.scratch-reveal-inner{display:flex;flex-direction:column;align-items:center;gap:6px}.scratch-pct{font-size:80px;font-weight:900;color:#fff;line-height:1;text-shadow:0 2px 16px rgba(0,0,0,.25)}.scratch-pct-label{font-size:16px;color:#ffffffeb;font-weight:700;letter-spacing:2px;text-transform:uppercase}.scratch-canvas{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;cursor:grab;touch-action:none}.scratch-hint{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);margin-top:20px;margin-bottom:0}.scratch-hint-icon{font-size:22px;animation:swipe 1.4s ease-in-out infinite}@keyframes swipe{0%,to{transform:translate(-4px)}50%{transform:translate(6px)}}.scratch-revealed{width:100%;margin-top:24px}.scratch-cta{width:100%;padding:17px;background:var(--green);color:#fff;border:none;border-radius:30px;font-size:16px;font-weight:800;cursor:pointer;box-shadow:0 6px 18px #2ebd6f4d}
