*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f7f5f0;--surface: #ffffff;--border: #e2dfd7;--border-strong: #c8c4bb;--text: #1a1916;--text-2: #4a4843;--text-3: #8a8780;--accent: #1a1916;--accent-light: #f0ede6;--radius: 10px;--font: "Georgia", serif;--font-ui: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}@media(prefers-color-scheme:dark){:root{--bg: #131210;--surface: #1e1c19;--border: #2e2b26;--border-strong: #3e3b35;--text: #f0ede6;--text-2: #b0ada6;--text-3: #6a6760;--accent: #f0ede6;--accent-light: #2a2820}}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-ui);font-size:16px;line-height:1.6;min-height:100vh}.wrap{max-width:600px;margin:0 auto;padding:2rem 1.25rem 4rem}.logo-vitruviano{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2.5rem}.logo-vitruviano-symbol{position:relative;width:52px;height:52px;flex-shrink:0}.logo-vitruviano-symbol svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.logo-vitruviano-wordmark{display:flex;flex-direction:column;align-items:flex-start;gap:0}.logo-wm-top,.logo-wm-bottom{font-family:var(--font);font-size:14px;font-weight:400;letter-spacing:.18em;text-transform:uppercase;line-height:1}.logo-wm-top{color:var(--text)}.logo-wm-bottom{color:var(--text-3)}.logo-wm-hr{width:100%;height:1px;background:var(--border-strong);margin:3px 0}@keyframes blink{0%,80%,to{opacity:.25}40%{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes pulseGlow{0%,to{box-shadow:0 10px 34px -4px #e8c987b3;transform:scale(1)}50%{box-shadow:0 14px 44px -2px #e8c987;transform:scale(1.015)}}.e1 .hero{text-align:center;margin-bottom:2.5rem}.e1 .hero-title{font-family:var(--font);font-size:28px;font-weight:400;line-height:1.35;color:var(--text);margin-bottom:.75rem}.e1 .hero-sub{font-size:15px;color:var(--text-2);line-height:1.7;max-width:440px;margin:0 auto}.e1 .steps{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:2rem}.e1 .step-row{display:flex;gap:1rem;align-items:flex-start;padding:.9rem 1.25rem;border-bottom:1px solid var(--border)}.e1 .step-row:last-child{border-bottom:none}.e1 .step-n{min-width:22px;height:22px;border-radius:50%;border:1px solid var(--border-strong);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:var(--text-3);margin-top:2px}.e1 .step-text{font-size:14px;color:var(--text-2);line-height:1.5}.e1 .progress-wrap{margin-bottom:2rem}.e1 .progress-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.e1 .progress-label{font-size:12px;color:var(--text-3);font-weight:500;letter-spacing:.05em;text-transform:uppercase}.e1 .progress-count{font-size:12px;color:var(--text-3)}.e1 .progress-bar{height:2px;background:var(--border);border-radius:1px;overflow:hidden}.e1 .progress-fill{height:100%;background:var(--text);border-radius:1px;transition:width .4s ease}.e1 .block-header{margin-bottom:2rem}.e1 .block-eyebrow{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:.4rem}.e1 .block-title{font-family:var(--font);font-size:20px;font-weight:400;color:var(--text);line-height:1.4}.e1 .nav-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.e1 .back-btn{font-size:13px;color:var(--text-3);cursor:pointer;background:none;border:none;padding:0;font-family:var(--font-ui);transition:color .15s}.e1 .back-btn:hover{color:var(--text)}.e1 .q-item{padding:1.5rem 0;border-bottom:1px solid var(--border)}.e1 .q-item:first-child{padding-top:0}.e1 .q-item:last-child{border-bottom:none}.e1 .q-num{font-size:11px;color:var(--text-3);font-weight:600;margin-bottom:.35rem;letter-spacing:.05em}.e1 .q-text{font-size:14px;color:var(--text);line-height:1.65;margin-bottom:1.1rem}.e1 .likert-wrap{display:flex;flex-direction:column;gap:.5rem}.e1 .likert{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.e1 .lk-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.55rem .2rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);cursor:pointer;font-family:var(--font-ui);transition:all .15s;gap:3px}.e1 .lk-num{font-size:14px;font-weight:600;color:var(--text-3)}.e1 .lk-word{font-size:9px;font-weight:500;color:var(--text-3);text-align:center;line-height:1.2;letter-spacing:.01em}.e1 .lk-btn:hover{border-color:var(--border-strong);background:var(--accent-light)}.e1 .lk-btn:hover .lk-num,.e1 .lk-btn:hover .lk-word{color:var(--text)}.e1 .lk-btn.selected{background:var(--accent);border-color:var(--accent)}.e1 .lk-btn.selected .lk-num,.e1 .lk-btn.selected .lk-word{color:var(--bg)}.e1 .btn{display:block;width:100%;padding:14px 20px;border-radius:var(--radius);font-size:15px;font-weight:500;cursor:pointer;font-family:var(--font-ui);transition:all .15s;border:none;text-align:center}.e1 .btn-primary{background:var(--text);color:var(--bg);margin-top:2rem}.e1 .btn-primary:hover{opacity:.85}.e1 .btn-primary:disabled{opacity:.35;cursor:not-allowed}.e1 .btn-cta{background:var(--text);color:var(--bg);font-size:16px;padding:16px 20px;border-radius:var(--radius);width:100%;border:none;cursor:pointer;font-family:var(--font-ui);font-weight:600;transition:opacity .15s}.e1 .btn-cta:hover{opacity:.85}.e1 .loading-wrap{padding:5rem 0;text-align:center}.e1 .dots{display:flex;gap:6px;justify-content:center;margin-bottom:1.5rem}.e1 .dot{width:7px;height:7px;border-radius:50%;background:var(--text-3);animation:blink 1.4s ease-in-out infinite}.e1 .dot:nth-child(2){animation-delay:.2s}.e1 .dot:nth-child(3){animation-delay:.4s}.e1 .loading-text{font-family:var(--font);font-size:16px;color:var(--text-2)}.e1 .result-section{margin-bottom:1.25rem}.e1 .card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.e1 .card-eyebrow{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:.5rem}.e1 .profile-name{font-family:var(--font);font-size:22px;font-weight:400;color:var(--text);margin-bottom:.75rem;line-height:1.35}.e1 .card-body{font-size:14px;color:var(--text-2);line-height:1.8}.e1 .temp-pill{display:inline-block;padding:4px 10px;border-radius:20px;border:1px solid var(--border-strong);font-size:12px;font-weight:500;color:var(--text-2);margin-right:6px;margin-bottom:6px}.e1 .maturity-gauge{text-align:center;padding:.5rem 0 1rem}.e1 .gauge-svg{width:200px;height:110px}.e1 .bigfive-chart{display:flex;flex-direction:column;gap:.7rem;margin-top:.75rem}.e1 .bf-row{display:flex;align-items:center;gap:.75rem}.e1 .bf-label{font-size:12px;color:var(--text-2);width:110px;flex-shrink:0;font-weight:500}.e1 .bf-bar-wrap{flex:1;height:8px;background:var(--border);border-radius:4px;overflow:hidden}.e1 .bf-bar{height:100%;border-radius:4px;background:var(--text);transition:width .8s ease}.e1 .bf-val{font-size:12px;color:var(--text-3);width:28px;text-align:right;flex-shrink:0}.e1 .form-section{margin-bottom:2rem}.e1 .form-title{font-family:var(--font);font-size:18px;font-weight:400;color:var(--text);margin-bottom:.35rem}.e1 .form-sub{font-size:13px;color:var(--text-3);margin-bottom:1.5rem;line-height:1.5}.e1 .field{margin-bottom:1.1rem}.e1 .field label{display:block;font-size:12px;font-weight:600;color:var(--text-3);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.4rem}.e1 .field input{width:100%;padding:11px 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:15px;font-family:var(--font-ui);outline:none;transition:border-color .15s}.e1 .field input:focus{border-color:var(--border-strong)}.e1 .form-error{font-size:13px;color:#c0392b;margin-bottom:.75rem}.e1 .lock-wrap{position:relative;margin-bottom:1.25rem}.e1 .lock-card-blur{filter:blur(2.5px);-webkit-user-select:none;user-select:none;pointer-events:none;opacity:.75}.e1 .lock-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:1.75rem;gap:.6rem;background:linear-gradient(to bottom,rgba(247,245,240,0) 0%,rgba(247,245,240,.85) 38%,var(--bg) 60%);border-radius:var(--radius)}.e1 .lock-icon-wrap{width:44px;height:44px;border-radius:50%;background:var(--surface);border:1px solid var(--border-strong);display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 2px 12px #00000014}.e1 .lock-title{font-size:14px;font-weight:600;color:var(--text);text-align:center}.e1 .tension-text{font-size:13px;color:var(--text-2);text-align:center;font-style:italic;font-family:var(--font);max-width:340px;line-height:1.6;padding:0 1rem}.e1 .cta-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem 1.5rem;text-align:center;margin-bottom:1.25rem}.e1 .cta-headline{font-family:var(--font);font-size:18px;font-weight:400;color:var(--text);margin-bottom:.5rem;line-height:1.4}.e1 .cta-sub{font-size:13px;color:var(--text-2);line-height:1.7;margin-bottom:1.5rem;max-width:380px;margin-left:auto;margin-right:auto}.e1 .cta-benefits{text-align:left;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem}.e1 .cta-benefit{display:flex;align-items:flex-start;gap:.6rem;font-size:13px;color:var(--text-2);line-height:1.5}.e1 .cta-benefit-icon{font-size:14px;flex-shrink:0;margin-top:1px}.e1 .cta-price{font-family:var(--font);font-size:30px;color:var(--text);margin-bottom:.2rem}.e1 .cta-price-note{font-size:12px;color:var(--text-3);margin-bottom:1.25rem}.e1 .cta-guarantee{font-size:12px;color:var(--text-3);margin-top:1rem;line-height:1.5}.e1 .await-box{text-align:center;padding:3rem 1rem}@media(max-width:480px){.e1 .hero-title{font-size:24px}.e1 .lk-word{font-size:8px}.e1 .bf-label{width:90px}}.e2 .logo{font-family:var(--font);font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-3);text-align:center;margin-bottom:3rem}.e2 .card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.25rem}.e2 .card-eyebrow{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:.6rem}.e2 .card-body{font-size:15px;color:var(--text-2);line-height:1.75}.e2 .hero-title{font-family:var(--font);font-size:26px;font-weight:400;line-height:1.35;color:var(--text);text-align:center;margin-bottom:.5rem}.e2 .hero-sub{font-size:14px;color:var(--text-3);text-align:center;margin-bottom:2.5rem}.e2 .q-item{display:flex;gap:.75rem;align-items:flex-start;padding:.85rem 0;border-bottom:1px solid var(--border)}.e2 .q-item:last-child{border-bottom:none}.e2 .q-num{min-width:24px;height:24px;border-radius:50%;border:1px solid var(--border-strong);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:var(--text-3);margin-top:1px}.e2 .q-text{font-size:14px;color:var(--text-2);line-height:1.5}.e2 .priority-row{display:flex;gap:.9rem;padding:.9rem 0;border-bottom:1px solid var(--border)}.e2 .priority-row:last-child{border-bottom:none}.e2 .priority-n{font-family:var(--font);font-size:20px;color:var(--text-3);min-width:28px}.e2 .priority-title{font-weight:600;font-size:14.5px;color:var(--text);margin-bottom:.2rem}.e2 .priority-desc{font-size:13.5px;color:var(--text-2);line-height:1.55}.e2 .alert-card{border-color:var(--border-strong);background:var(--accent-light)}.e2 .q-answers{display:flex;gap:.6rem;margin-top:.6rem}.e2 .q-btn{flex:1;padding:.6rem;border-radius:7px;border:1px solid var(--border-strong);background:var(--surface);color:var(--text);font-size:13px;font-weight:600;cursor:pointer}.e2 .q-btn.selected{background:var(--accent);color:var(--bg);border-color:var(--accent)}.e2 .btn-ver:disabled{opacity:.4;cursor:not-allowed}.e2 .btn-cta{width:100%;padding:1.05rem;border-radius:9px;border:none;background:linear-gradient(135deg,#f0d9a3,#e8c987);color:#1a1916;font-weight:800;font-size:15.5px;letter-spacing:.01em;cursor:pointer;box-shadow:0 8px 24px -8px #e8c98780}.e2 .btn-ver{width:100%;padding:1.05rem;border-radius:9px;border:none;background:var(--accent);color:var(--bg);font-weight:700;font-size:15px;cursor:pointer;margin-top:.5rem}.e2 .secret-btn-wrap{display:flex;justify-content:center;margin:1.5rem 0}.e2 .secret-btn{border:none;cursor:pointer;font-family:var(--font-ui)}.e2 .secret-btn.highlight{width:100%;background:linear-gradient(135deg,#f0d9a3,#e8c987);color:#1a1916;font-weight:800;font-size:18px;padding:1.3rem;border-radius:11px;box-shadow:0 10px 34px -4px #e8c987b3;animation:pulseGlow 1.6s ease-in-out infinite;letter-spacing:.01em}.e2 #screen-loading{text-align:center;padding-top:4rem}.e2 .spinner{width:34px;height:34px;border:3px solid var(--border);border-top-color:var(--text);border-radius:50%;margin:0 auto 1.25rem;animation:spin 1s linear infinite}.e2 .loading-label{font-size:14px;color:var(--text-3)}.e2-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0908b3;z-index:999;display:flex;align-items:flex-end;justify-content:center}.e2-modal-card{position:relative;width:100%;max-width:600px;max-height:92vh;overflow-y:auto;background:linear-gradient(165deg,#1f1d19,#0c0b09);border-radius:18px 18px 0 0;box-shadow:0 -10px 40px #00000080;animation:slideUp .35s ease}.e2-modal-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;border:1px solid rgba(247,245,240,.25);background:#f7f5f014;color:#f7f5f0;font-size:14px;cursor:pointer;z-index:2}.e2-modal .cta-inner{position:relative;border-radius:13px;padding:2rem 1.5rem 1.75rem;text-align:center}.e2-modal .modal-highlight{font-weight:700;font-size:19px;line-height:1.4;color:#fff;text-align:center;border-bottom:1px solid rgba(247,245,240,.15);padding-bottom:1.25rem;margin-bottom:1.25rem}.e2-modal .cta-badge{display:inline-flex;align-items:center;gap:.4rem;background:#f7f5f01a;border:1px solid rgba(247,245,240,.25);color:#e8c987;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.4rem .9rem;border-radius:999px;margin-bottom:1.1rem}.e2-modal .supervisor-name-tag{font-family:var(--font);font-size:22px;color:#fff;text-align:center;margin-bottom:.2rem}.e2-modal .supervisor-name-sub{font-size:10.5px;letter-spacing:.12em;color:#a8a39a;text-align:center;margin-bottom:1.3rem}.e2-modal .supervisor-avatar-wrap{display:flex;justify-content:center;margin-bottom:.9rem}.e2-modal .supervisor-avatar{width:84px;height:84px;border-radius:22px;filter:drop-shadow(0 4px 14px rgba(27,42,74,.45))}.e2-modal .cta-sub{font-size:14px;color:#c8c3ba;margin-bottom:1.5rem;line-height:1.65}.e2-modal .evolucao-chart{background:#f7f5f00d;border:1px solid rgba(247,245,240,.12);border-radius:10px;padding:1rem 1.1rem .6rem;margin-bottom:1.5rem}.e2-modal .evolucao-label{font-size:11px;color:#a8a39a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;text-align:center}.e2-modal .cta-feature-grid{display:flex;flex-direction:column;gap:0;text-align:left;background:#f7f5f00d;border:1px solid rgba(247,245,240,.12);border-radius:10px;padding:.3rem 1rem;margin-bottom:1.5rem}.e2-modal .cta-feature{display:flex;gap:.75rem;align-items:flex-start;padding:.85rem 0;border-bottom:1px solid rgba(247,245,240,.1)}.e2-modal .cta-feature:last-child{border-bottom:none}.e2-modal .cta-feature-icon{font-size:16px;line-height:1.4;min-width:20px}.e2-modal .cta-feature-title{font-weight:700;font-size:14px;color:#fff;margin-bottom:.15rem}.e2-modal .cta-feature-desc{font-size:12.5px;color:#a8a39a;line-height:1.5}.e2-modal .cta-price{font-family:var(--font);font-size:38px;color:#e8c987;font-weight:400}.e2-modal .cta-price span{font-size:15px;color:#a8a39a}.e2-modal .cta-price-note{font-size:11.5px;color:#8a8780;margin-bottom:1.4rem}.e2-modal .cta-guarantee{font-size:11.5px;color:#8a8780;margin-top:1rem}@media(min-width:601px){.e2-modal-overlay{align-items:center}.e2-modal-card{border-radius:16px;margin:1rem}}
