:root{--color-purple: #460087;--color-orange: #ff6700;--color-blue: #4db2ec;--color-dark: #2e3135;--color-white: #ffffff;--color-body-text: #222222;--font-title: "Montserrat", sans-serif;--font-body: "Roboto", sans-serif;--fs-body: 1.125rem;--fs-option: 1.25rem;--fs-title: clamp(1.75rem, 3vw, 2.5rem);--fs-display: clamp(2.25rem, 5vw, 4rem)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font-body);color:var(--color-body-text);font-size:var(--fs-body);-webkit-tap-highlight-color:transparent}h1,h2,h3,.title-font{font-family:var(--font-title);font-weight:700;margin:0}button{font-family:var(--font-title);cursor:pointer}.screen{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3vh 6vw;text-align:center}.screen--dark{background:var(--color-purple);color:var(--color-white)}.screen--light{background:var(--color-white);color:var(--color-body-text)}.eyebrow{font-family:var(--font-title);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:1rem;color:var(--color-orange);margin-bottom:1rem}.cta-button{font-family:var(--font-title);font-weight:700;font-size:1.25rem;color:var(--color-white);background:var(--color-orange);border:none;border-radius:999px;padding:1.1rem 3rem;min-height:64px;transition:transform .15s ease,filter .15s ease}.cta-button:active{transform:scale(.97);filter:brightness(.95)}.cta-button--outline{background:transparent;border:2px solid var(--color-white);color:var(--color-white)}.progress-dots{display:flex;gap:.6rem;margin-bottom:2.5rem}.progress-dots__dot{width:12px;height:12px;border-radius:50%;background:#e6e0ee}.progress-dots__dot--active{background:var(--color-purple)}.progress-dots__dot--done{background:var(--color-orange)}.language-switcher{display:flex;gap:.6rem;margin-bottom:2.5rem}.language-switcher button{font-family:var(--font-body);font-weight:500;font-size:.95rem;color:var(--color-white);background:transparent;border:1.5px solid rgba(255,255,255,.45);border-radius:999px;padding:.45rem 1.1rem;opacity:.75}.language-switcher button.language-switcher__active{opacity:1;background:#ffffff26;border-color:var(--color-white);font-weight:700}.logo-mark{font-family:var(--font-title);font-weight:800;font-size:1.5rem;letter-spacing:.02em;color:var(--color-white);border:2px solid var(--color-white);border-radius:8px;padding:.35rem 1rem;margin-bottom:2.5rem}.welcome-title{font-size:var(--fs-display);color:var(--color-white);line-height:1.1;max-width:20ch}.welcome-subtitle{font-family:var(--font-body);font-size:1.25rem;color:var(--color-white);opacity:.9;margin-top:1.25rem;max-width:40ch}.welcome-cta-wrap{margin-top:3.5rem}.question-title{font-size:var(--fs-title);color:var(--color-purple);max-width:28ch;margin-bottom:2.5rem}.options-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;width:100%;max-width:900px}@media (max-width: 640px){.options-grid{grid-template-columns:1fr}}.option-card{font-family:var(--font-body);font-size:var(--fs-option);color:var(--color-body-text);background:#fff;border:2px solid #e2dcec;border-radius:16px;padding:1.75rem 1.25rem;min-height:96px;display:flex;align-items:center;justify-content:center;text-align:center;transition:border-color .15s ease,background .15s ease,transform .15s ease}.option-card:active{transform:scale(.98)}.option-card--selected{border-color:var(--color-orange);background:#fff3ea;color:var(--color-purple);font-weight:700}.lead-form{width:100%;max-width:480px;display:flex;flex-direction:column;gap:1.1rem}.lead-form input{font-family:var(--font-body);font-size:var(--fs-body);color:var(--color-body-text);padding:1rem 1.25rem;border-radius:12px;border:2px solid #e2dcec;width:100%}.lead-form input:focus{outline:none;border-color:var(--color-blue)}.lead-form label{text-align:left;font-size:.95rem;color:var(--color-purple);font-weight:600;margin-bottom:.35rem;display:block}.field-hint{text-align:left;font-size:.85rem;color:var(--color-blue);margin:.4rem 0 0}.field-hint--error{color:var(--color-orange);font-weight:600}.lgpd-check{display:flex;align-items:flex-start;gap:.75rem;text-align:left;font-size:.95rem;color:var(--color-body-text);font-weight:400!important;cursor:pointer}.lgpd-check input[type=checkbox]{width:22px;height:22px;min-width:22px;margin-top:.1rem;accent-color:var(--color-purple)}.loading-pulse{width:120px;height:120px;border-radius:50%;border:6px solid #e2dcec;border-top-color:var(--color-orange);animation:spin .9s linear infinite;margin-bottom:2rem}@keyframes spin{to{transform:rotate(360deg)}}.persona-avatar{position:relative;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-bottom:1.5rem;overflow:hidden}.persona-avatar__shine{position:absolute;top:-30%;left:-60%;width:60%;height:220%;background:linear-gradient(75deg,#fff0,#ffffff8c,#fff0 90%);transform:rotate(20deg);pointer-events:none}.persona-badge{display:inline-block;font-family:var(--font-title);font-weight:700;font-size:1.1rem;color:var(--color-white);background:var(--color-orange);border-radius:999px;padding:.5rem 1.5rem;margin-bottom:1rem}.persona-nivel{font-family:var(--font-body);color:var(--color-orange);font-weight:700;font-size:1rem;margin-bottom:.5rem}.persona-diagnostico{font-size:var(--fs-title);color:var(--color-purple);max-width:32ch;margin-bottom:1rem}.persona-descricao{color:var(--color-body-text);font-size:1.15rem;max-width:42ch;margin-bottom:2rem}.persona-recs{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:3rem}.persona-rec-chip{font-family:var(--font-body);font-weight:500;font-size:1rem;color:var(--color-purple);background:#f3edfa;border:1px solid #e2dcec;border-radius:999px;padding:.5rem 1.1rem}.timeout-hint{margin-top:2rem;font-size:.95rem;color:var(--color-body-text);opacity:.6}
