
:root{--primary:#2563eb;--primary2:#0ea5e9;--text:#030712;--muted:#374151;--border:#e5e7eb;--bg:#fff;--soft:#f9fafb;--green:#20a617}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.xq-shell{box-sizing:border-box;display:flex;min-height:100vh;align-items:flex-start;justify-content:center;padding:28px 20px;background:white}.xq-main{display:flex;width:100%;min-width:320px;max-width:512px;flex:auto;flex-direction:column;gap:2rem}.xq-block{width:100%}p{margin:.08rem 0;line-height:1.55}strong{font-weight:800}em{font-style:italic}.fade-in{animation:fadeIn .42s ease both}.pulse{animation:pulse 1.55s ease-in-out infinite}.xq-header{display:flex;align-items:center;justify-content:center;min-height:50px}.xq-logo{display:block;width:50px;height:50px;object-fit:cover;border-radius:999px}.xq-progress{height:10px;width:100%;overflow:hidden;border-radius:999px;background:#e5e7eb}.xq-progress span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--primary2));transition:width .35s ease}.xq-title{text-align:center;font-size:1.125rem;font-weight:600;line-height:1.55;color:var(--text)}.xq-title.text-sm{font-size:.875rem}.xq-title.text-base{font-size:1rem}.xq-title.text-lg{font-size:1.125rem}.xq-subtitle{margin-top:.55rem;color:#374151;font-size:.875rem;font-weight:400;line-height:1.55}.xq-text{text-align:center;font-size:1rem;line-height:1.65;color:#111827}.xq-text.text-sm{font-size:.875rem}.xq-text.text-lg{font-size:1.125rem}.xq-media-wrap{display:flex;justify-content:center;align-items:center}.xq-media{display:block;max-width:100%;height:auto;object-fit:contain}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-32{width:8rem}.w-40{width:10rem}.w-44{width:11rem}.w-52{width:13rem}.w-60{width:15rem}.w-64{width:16rem}.w-72{width:18rem}.w-full{width:100%}.xq-btn-wrap{width:100%;padding-bottom:8px}.xq-btn{appearance:none;-webkit-appearance:none;position:relative;width:100%;border:0;border-bottom:8px solid rgba(37,99,235,.18);border-radius:16px;background:linear-gradient(to bottom right,rgba(37,99,235,.75),rgba(37,99,235,.96));color:white;padding:20px 16px;text-align:center;font-size:1rem;font-weight:800;line-height:1.1;cursor:pointer;box-shadow:0 8px 0 rgba(37,99,235,.13),0 10px 16px rgba(0,0,0,.08);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.xq-btn p{line-height:1.1}.xq-btn:hover,.xq-btn:active{transform:scale(1.045);box-shadow:0 18px 24px rgba(0,0,0,.12),0 8px 10px rgba(0,0,0,.05)}.xq-btn.green{background:linear-gradient(to bottom right,rgba(32,166,23,.78),rgba(32,166,23,.96));border-bottom-color:rgba(32,166,23,.22);box-shadow:0 8px 0 rgba(32,166,23,.13),0 10px 16px rgba(0,0,0,.08)}.xq-sticky{position:sticky;bottom:14px;z-index:20}.xq-quiz{display:grid;grid-template-columns:1fr;gap:.75rem}.xq-option{appearance:none;-webkit-appearance:none;display:flex;width:100%;align-items:center;gap:.75rem;border:1px solid var(--border);border-radius:16px;background:#fff;color:#111827;padding:16px;text-align:left;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.05);transition:all .18s ease}.xq-option:hover,.xq-option.selected{border-color:var(--primary2);background:#f0f9ff;transform:translateY(-1px);box-shadow:0 8px 18px rgba(14,165,233,.12)}.xq-option.border-blue{border-color:#0284c7}.xq-emoji{display:flex;width:32px;min-width:32px;align-items:center;justify-content:center;font-size:24px;line-height:1}.xq-option-copy{flex:1;font-size:.95rem;line-height:1.45}.xq-option-copy p{line-height:1.45}.xq-option-sub{display:block;margin-top:.25rem;color:#64748b;font-size:.82rem;line-height:1.35}.xq-form{display:grid;gap:.875rem}.xq-field{display:grid;gap:.45rem}.xq-label{font-size:.875rem;font-weight:700;color:#111827}.xq-input{width:100%;border:1px solid #d1d5db;border-radius:14px;background:white;color:#111827;padding:16px;font-size:1rem;outline:none;transition:border .18s ease,box-shadow .18s ease}.xq-input:focus{border-color:var(--primary2);box-shadow:0 0 0 4px rgba(14,165,233,.12)}textarea.xq-input{min-height:112px;resize:vertical}.xq-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.75rem}.xq-spinner{width:44px;height:44px;border-radius:999px;border:4px solid #dbeafe;border-top-color:var(--primary);animation:spin .85s linear infinite}.xq-loading-title{font-weight:700}.xq-loading-subtitle{font-size:.875rem;color:#4b5563}.xq-result{border:1px solid #bbf7d0;background:#f0fdf4;border-radius:20px;padding:16px;text-align:center}.xq-result-title{font-weight:800}.xq-meter{height:18px;border-radius:999px;overflow:hidden;background:#dcfce7;margin:.8rem 0}.xq-meter span{display:block;height:100%;border-radius:999px;background:#09fb45}.xq-meter-labels{display:flex;justify-content:space-between;font-size:.74rem;color:#4b5563}.xq-result-value{font-size:1.15rem;font-weight:800;margin-top:.5rem}.xq-audio{display:grid;gap:.8rem;text-align:center;border:1px solid var(--border);border-radius:20px;background:#f9fafb;padding:16px}.xq-audio audio{width:100%}.xq-wave{height:42px;border-radius:999px;background:linear-gradient(90deg,#dbeafe,#eff6ff,#dbeafe);display:flex;align-items:center;justify-content:center;color:#2563eb;font-weight:700}.xq-carousel{display:grid;grid-template-columns:1fr;gap:.75rem}.xq-carousel img{display:block;width:100%;height:auto;border-radius:14px}.hidden{display:none!important}@keyframes fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.035)}}@media(min-width:640px){.xq-shell{padding-top:40px}.xq-main{gap:2.5rem}}@media(min-width:768px){.xq-main{gap:3rem}}@media(max-width:540px){.xq-shell{padding:28px 20px}.xq-main{min-width:0;gap:1.75rem}.xq-btn{padding:18px 14px}.xq-title{font-size:1.08rem}.w-72{width:min(18rem,100%)}}

/* Ajustes solicitados */
.xq-header{min-height:72px;margin-bottom:-10px}
.xq-logo{width:74px;height:74px;object-fit:contain;border-radius:0}
.xq-loading-special{min-height:calc(100vh - 56px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:34px;padding:20px 0 60px}
.xq-loading-cover{display:block;width:200px;max-width:72%;height:auto;object-fit:contain}
.xq-progress.big{height:30px;max-width:548px;border:5px solid #e5e7eb;background:#e5e7eb;box-shadow:inset 0 0 0 1px rgba(0,0,0,.02)}
.xq-progress.big span{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:16px;line-height:1;background:linear-gradient(90deg,#244ea4,#2f6ef2)}
.xq-loading-special .xq-loading-title{font-size:22px;font-weight:900;color:#030712;line-height:1.25}
@media(max-width:540px){.xq-loading-special{gap:28px;padding-top:0}.xq-loading-cover{width:185px}.xq-progress.big{height:29px}.xq-loading-special .xq-loading-title{font-size:20px}}


/* V5 - ajuste fiel ao original: formulário limpo, sem label "Nome", barra e botões */
.xq-shell{background:#fff;}
.xq-main{max-width:512px;gap:2.35rem;}
.xq-progress{height:12px;background:#eef0f4;border-radius:999px;overflow:hidden;box-shadow:none;}
.xq-progress span{background:linear-gradient(90deg,#204da8,#2f6df0);border-radius:999px;}
.xq-title{font-size:1.45rem;font-weight:900;line-height:1.38;letter-spacing:-.03em;color:#080d1f;}
.xq-title.text-lg{font-size:1.45rem;}
.xq-subtitle{font-size:1.08rem;line-height:1.52;color:#202437;margin-top:1.25rem;}
.xq-form{gap:1.65rem;margin-top:.5rem;}
.xq-field-clean{position:relative;display:flex;align-items:center;gap:0;border:1px solid #dfe3eb;border-radius:24px;background:#fff;box-shadow:0 10px 22px rgba(15,23,42,.08);min-height:86px;overflow:hidden;}
.xq-field-clean .xq-label{display:none!important;}
.xq-input-icon{width:74px;min-width:74px;display:flex;align-items:center;justify-content:center;color:#080d1f;}
.xq-input-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;}
.xq-field-clean .xq-input{border:0!important;border-radius:0!important;box-shadow:none!important;padding:0 22px 0 0!important;height:84px;font-size:1.18rem;font-weight:500;color:#111827;background:transparent;}
.xq-field-clean .xq-input::placeholder{color:#9ca3af;opacity:1;}
.xq-field-clean:focus-within{border-color:#cfd7e6;box-shadow:0 12px 26px rgba(37,99,235,.12);}
.xq-form .xq-btn{min-height:78px;border-radius:18px;font-size:1.35rem;background:linear-gradient(135deg,#1f52c8,#2563eb);border-bottom:0;box-shadow:0 8px 14px rgba(37,99,235,.22);}
.xq-form .xq-btn:hover{transform:scale(1.025);}
.xq-header{min-height:110px;margin-bottom:-20px;}
.xq-logo{width:128px;height:128px;object-fit:contain;border-radius:0;}
.xq-loading-special{gap:34px;}
.xq-progress.big{height:30px;max-width:548px;border:5px solid #e5e7eb;background:#e5e7eb;}
.xq-progress.big span{background:linear-gradient(90deg,#244ea4,#2f6ef2);font-weight:900;}
@media(max-width:540px){.xq-shell{padding:26px 18px}.xq-main{gap:2rem}.xq-header{min-height:96px}.xq-logo{width:112px;height:112px}.xq-title,.xq-title.text-lg{font-size:1.25rem}.xq-subtitle{font-size:1rem}.xq-field-clean{min-height:76px;border-radius:20px}.xq-input-icon{width:62px;min-width:62px}.xq-input-icon svg{width:27px;height:27px}.xq-field-clean .xq-input{height:74px;font-size:1.02rem}.xq-form .xq-btn{min-height:68px;font-size:1.12rem}.xq-progress{height:11px}.xq-progress.big{height:29px}.xq-loading-cover{width:200px;max-width:76%}}

/* V6 - acabamento premium: botões, opções e player de áudio igual ao original */
.xq-main{max-width:512px;gap:2.45rem}.xq-title{letter-spacing:-.035em}.xq-subtitle{max-width:100%;font-weight:400}.xq-btn{min-height:64px;border-radius:18px;border-bottom:0;background:linear-gradient(135deg,#1f4fbd 0%,#2563eb 58%,#1d4ed8 100%);font-size:1.08rem;font-weight:900;letter-spacing:-.01em;box-shadow:0 14px 30px rgba(37,99,235,.26), inset 0 1px 0 rgba(255,255,255,.22);overflow:hidden}.xq-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.22) 45%,transparent 70%);transform:translateX(-120%);transition:transform .6s ease}.xq-btn:hover:before{transform:translateX(120%)}.xq-btn:hover{transform:translateY(-2px) scale(1.025);filter:saturate(1.05);box-shadow:0 18px 36px rgba(37,99,235,.32), inset 0 1px 0 rgba(255,255,255,.22)}.xq-btn:active{transform:translateY(1px) scale(.99)}.xq-btn.green{background:linear-gradient(135deg,#13950e 0%,#20a617 60%,#11850d 100%);box-shadow:0 14px 30px rgba(32,166,23,.24), inset 0 1px 0 rgba(255,255,255,.2)}.xq-option{border:1px solid #e2e8f0;border-radius:18px;padding:17px 18px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 8px 22px rgba(15,23,42,.055);font-weight:650}.xq-option:hover,.xq-option.selected{border-color:#2b71ff;background:#f7fbff;transform:translateY(-2px) scale(1.012);box-shadow:0 16px 30px rgba(37,99,235,.13)}.xq-emoji{width:38px;min-width:38px;height:38px;border-radius:12px;background:#eff6ff;font-size:24px}.xq-option-copy{font-size:1rem;color:#111827}.xq-field-clean{border-color:#dde3ed;border-radius:24px;box-shadow:0 12px 28px rgba(15,23,42,.08)}
.xq-audio-card{display:grid;grid-template-columns:32px 20px 1fr 54px;align-items:center;gap:14px;width:100%;min-height:110px;padding:26px 26px;border:1px solid #e0e5ee;border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 18px 34px rgba(15,23,42,.06);overflow:hidden}.xq-audio-card audio{display:none}.xq-audio-play{appearance:none;border:0;background:transparent;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;cursor:pointer;transition:transform .16s ease}.xq-audio-play:hover{transform:scale(1.08)}.xq-audio-play span{display:block;width:0;height:0;margin-left:3px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:18px solid #030712;filter:drop-shadow(0 2px 2px rgba(0,0,0,.08))}.xq-audio-play.playing span{width:18px;height:22px;margin-left:0;border:0;position:relative}.xq-audio-play.playing span:before,.xq-audio-play.playing span:after{content:"";position:absolute;top:0;width:6px;height:22px;border-radius:3px;background:#030712}.xq-audio-play.playing span:before{left:2px}.xq-audio-play.playing span:after{right:2px}.xq-audio-dot{width:20px;height:20px;border-radius:50%;background:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.08)}.xq-audio-waves{height:48px;display:flex;align-items:center;gap:5px;min-width:0;overflow:hidden}.xq-audio-waves i{display:block;width:5px;min-width:5px;border-radius:999px;background:#eef2f7;opacity:.95;transition:background .2s ease}.xq-audio-card.playing .xq-audio-waves i{background:#dbeafe;animation:wavePulse .72s ease-in-out infinite alternate}.xq-audio-avatar{width:54px;height:54px;border-radius:50%;object-fit:cover;box-shadow:0 5px 14px rgba(15,23,42,.18)}@keyframes wavePulse{from{transform:scaleY(.72);opacity:.62}to{transform:scaleY(1.06);opacity:1}}@media(max-width:540px){.xq-main{gap:2.05rem}.xq-audio-card{grid-template-columns:28px 18px 1fr 48px;gap:11px;min-height:96px;padding:21px 18px;border-radius:18px}.xq-audio-play{width:28px;height:28px}.xq-audio-play span{border-top-width:10px;border-bottom-width:10px;border-left-width:16px}.xq-audio-dot{width:18px;height:18px}.xq-audio-waves{gap:4px;height:42px}.xq-audio-waves i{width:4px;min-width:4px}.xq-audio-avatar{width:48px;height:48px}.xq-btn{min-height:62px;font-size:1rem}.xq-option{padding:15px 14px}.xq-emoji{width:34px;min-width:34px;height:34px}.xq-option-copy{font-size:.95rem}}

/* V7 - ajustes finais: player com progresso, etapa de liberação e topo da página final */
.xq-loading-unlock{justify-content:flex-start;min-height:calc(100vh - 56px);padding-top:10px;gap:32px}
.xq-loading-head{font-size:1.36rem;font-weight:900;line-height:1.45;letter-spacing:-.035em;color:#070b1a;text-align:center;max-width:640px;margin:0 auto 12px}
.xq-loading-head strong{font-weight:900}.xq-loading-head span[style*="color"]{color:#0ea5e9!important}
.xq-loading-unlock .xq-loading-cover{width:202px;max-width:72%;margin-top:4px}
.xq-loading-unlock .xq-progress.big{width:min(548px,100%);height:30px;margin-top:46px}
.xq-loading-unlock .xq-loading-title{font-size:21px;margin-top:-10px}
.xq-loading-continue{width:100%;margin-top:84px}.xq-loading-continue .xq-btn{width:100%;min-height:82px;border-radius:14px;font-size:1.15rem;text-transform:uppercase}
.xq-audio-card{grid-template-columns:34px 1fr 56px;gap:16px;position:relative}
.xq-audio-timeline{height:54px;position:relative;display:flex;align-items:center;overflow:hidden;cursor:pointer;touch-action:none;padding:0 10px;min-width:0;border-radius:999px}
.xq-audio-progress{position:absolute;left:10px;top:50%;height:46px;width:0;transform:translateY(-50%);border-radius:999px;background:linear-gradient(90deg,rgba(37,99,235,.16),rgba(37,99,235,.08));pointer-events:none;z-index:1}
.xq-audio-dot{position:absolute;left:0;top:50%;transform:translate(-50%,-50%);width:20px;height:20px;border-radius:999px;border:0;background:#2563eb;box-shadow:0 0 0 5px rgba(37,99,235,.09),0 3px 8px rgba(37,99,235,.28);z-index:3;cursor:pointer;transition:box-shadow .16s ease}
.xq-audio-dot:hover{box-shadow:0 0 0 8px rgba(37,99,235,.12),0 5px 12px rgba(37,99,235,.3)}
.xq-audio-waves{position:relative;z-index:2;width:100%;pointer-events:none}.xq-audio-card.playing .xq-audio-waves i{background:#dbeafe}.xq-audio-timeline:before{content:"";position:absolute;left:10px;right:10px;top:50%;height:2px;background:#f0f3f8;transform:translateY(-50%);border-radius:999px;z-index:0}
.xq-btn{position:relative}.xq-title:first-child{margin-top:0}.xq-title:first-child span{line-height:1.2}.xq-title:first-child strong{font-weight:900}.xq-title:first-child{font-size:1.3rem;line-height:1.25}.xq-title:first-child + .xq-media-wrap{margin-top:-16px}
@media(max-width:540px){.xq-loading-unlock{gap:26px}.xq-loading-head{font-size:1.12rem;line-height:1.42}.xq-loading-unlock .xq-progress.big{margin-top:38px}.xq-loading-continue{margin-top:58px}.xq-loading-continue .xq-btn{min-height:76px}.xq-audio-card{grid-template-columns:30px 1fr 50px;gap:12px}.xq-audio-timeline{height:48px;padding:0 8px}.xq-audio-progress{left:8px;height:40px}.xq-audio-dot{width:18px;height:18px}.xq-title:first-child{font-size:1.12rem}}
