:root{--black:#09090b;--purple:#7c3aed;--purple-light:#9d5cf6;--purple-ll:#c4b5fd;--magenta:#c026d3;--yellow:#eab308;--green:#4ade80;--red:#f87171;--blue:#60a5fa;--white:#f8f8f2;--off-white:#d4d4d8;--gray:#71717a;--gray-mid:#3f3f46;--gray-dark:#27272a;--font-main:"Space Grotesk",sans-serif;--font-mono:"Space Mono",monospace}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#f8f8f2;font-family:var(--font-main);-webkit-font-smoothing:antialiased;background:#09090b;min-height:100vh;overflow-x:hidden}.page{background:#09090b}.bg-grid{display:none}.page{z-index:1;flex-direction:column;min-height:100vh;display:flex;position:relative}header{border-bottom:1px solid var(--gray-mid);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:100;background:#09090beb;justify-content:space-between;align-items:center;padding:20px 48px;display:flex;position:sticky;top:0}.logo-mark{font-family:var(--font-mono);color:var(--white);letter-spacing:-.02em;font-size:18px;font-weight:700}.logo-mark .dot{color:var(--purple-light)}.logo-mark .by{color:var(--gray);letter-spacing:.06em;margin-left:10px;font-size:11px;font-weight:400}.header-tag{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--purple-ll);border:1px solid var(--purple);background:#7c3aed1f;border-radius:4px;padding:6px 14px;font-size:10px}.hero{flex-direction:column;align-items:center;padding:60px 48px 72px;display:flex;position:relative;overflow:hidden}.eyebrow{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--purple-light);margin-bottom:28px;font-size:11px}.eyebrow:before{content:"// "}.hero-split{grid-template-columns:1fr 1fr;align-items:center;gap:48px;width:100%;max-width:1080px;margin:0 auto;display:grid}.hero-texto{text-align:left}.hero-title{letter-spacing:-.04em;color:#f8f8f2;margin-bottom:20px;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;line-height:1.12}.hero-title .accent{color:var(--purple-light)}.hero-desc{color:#d4d4d8;max-width:440px;margin-bottom:32px;font-size:1rem;line-height:1.75}.cta-group{flex-direction:column;align-items:flex-start;gap:14px;display:flex}.btn-primary{background:var(--purple);color:var(--white);font-family:var(--font-main);letter-spacing:-.02em;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:12px;padding:16px 36px;font-size:16px;font-weight:700;transition:background .18s,transform .14s,box-shadow .18s;display:inline-flex}.btn-primary:hover{background:var(--purple-light);transform:translateY(-2px);box-shadow:0 12px 40px #7c3aed73}.btn-primary:active{transform:none}.btn-primary .arrow{transition:transform .18s}.btn-primary:hover .arrow{transform:translate(5px)}.cta-note{font-family:var(--font-mono);letter-spacing:.1em;color:var(--gray);font-size:11px}.cta-note .ok{color:var(--green)}.hero-grafico{width:100%}.hg-card{text-align:left;background:#18181b;border:1px solid #3f3f46;border-radius:14px;padding:24px 22px;box-shadow:0 20px 60px #0006}.hg-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.hg-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#71717a;font-family:Space Mono,monospace;font-size:10px}.hg-tag{letter-spacing:.1em;text-transform:uppercase;color:#9d5cf6;background:#7c3aed1a;border:1px solid #3f3f46;border-radius:4px;padding:4px 10px;font-family:Space Mono,monospace;font-size:10px}.hg-barras{flex-direction:column;gap:16px;display:flex}.hg-item-top{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.hg-nome{color:#f8f8f2;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.hg-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.hg-score{font-family:Space Mono,monospace;font-size:14px;font-weight:700}.hg-trilho{background:#27272a;border-radius:6px;height:28px;position:relative;overflow:visible}.hg-fill{border-radius:6px;height:100%;transition:width 1.1s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.hg-media{background:#a1a1aa;border-radius:1px;width:2px;position:absolute;top:-5px;bottom:-5px}.hg-top{background:#eab308;border-radius:1px;width:2px;position:absolute;top:-5px;bottom:-5px}.hg-legenda{border-top:1px solid #27272a;flex-wrap:wrap;gap:16px;margin-top:20px;padding-top:16px;display:flex}.hg-leg{letter-spacing:.06em;text-transform:uppercase;color:#a1a1aa;align-items:center;gap:6px;font-family:Space Mono,monospace;font-size:10px;display:flex}.hg-leg i{border-radius:2px;flex-shrink:0;width:16px;height:3px;display:inline-block}.stats-strip{border-top:1px solid var(--gray-mid);border-bottom:1px solid var(--gray-mid);background:var(--gray-dark);justify-content:center;display:flex}.stat{border-right:1px solid var(--gray-mid);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;max-width:220px;padding:28px 20px;display:flex}.stat:last-child{border-right:none}.stat-val{font-family:var(--font-mono);color:var(--white);font-size:2.2rem;font-weight:700;line-height:1}.stat-val em{color:var(--purple-light);font-style:normal}.stat-lbl{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--gray);text-align:center;font-size:10px}.stat-de{font-family:var(--font-mono);color:#d4d4d8;margin-bottom:4px;font-size:16px;font-weight:700;-webkit-text-decoration:line-through #f87171;text-decoration:line-through #f87171;text-decoration-thickness:2px}.stat-por{color:var(--green)!important;font-size:1.7rem!important}.section{width:100%;max-width:1080px;margin:0 auto;padding:96px 48px}.sec-eyebrow{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--purple-light);margin-bottom:14px;font-size:10.5px}.sec-eyebrow:before{content:"// "}.sec-title{letter-spacing:-.035em;max-width:580px;margin-bottom:48px;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:700;line-height:1.15}.grid-6{background:var(--gray-mid);border:1px solid var(--gray-mid);border-radius:10px;grid-template-columns:repeat(3,1fr);gap:2px;display:grid;overflow:hidden}.deliver-card{background:var(--gray-dark);flex-direction:column;gap:10px;padding:28px 22px;transition:background .18s;display:flex}.deliver-card:hover{background:#2e2e32}.deliver-icon{color:var(--purple-light);align-items:center;font-size:20px;display:flex}.deliver-icon svg{width:20px;height:20px}.deliver-title{color:var(--white);font-size:14px;font-weight:700;line-height:1.3}.deliver-desc{color:var(--off-white);font-size:13px;line-height:1.65}.deliver-accent{border-radius:1px;width:28px;height:2px;margin-top:4px}.stages-list{border:1px solid var(--gray-mid);border-radius:10px;flex-direction:column;gap:2px;display:flex;overflow:hidden}.stage-row{background:var(--gray-dark);align-items:center;gap:20px;padding:20px 24px;transition:background .18s;display:flex}.stage-row:hover{background:#2e2e32}.stage-row.active{border-left:3px solid var(--purple);background:#7c3aed26}.stage-num-badge{font-family:var(--font-mono);letter-spacing:.12em;color:var(--gray);flex-shrink:0;width:28px;font-size:10px}.stage-row.active .stage-num-badge{color:var(--purple-light)}.stage-name{color:var(--off-white);flex:1;font-size:15px;font-weight:600}.stage-row.active .stage-name{color:var(--white)}.stage-pts{font-family:var(--font-mono);color:var(--gray);font-size:11px}.stage-row.active .stage-pts{color:var(--purple-ll)}.stage-desc{color:var(--gray);max-width:340px;font-size:13px;line-height:1.5}.stage-row.active .stage-desc{color:var(--off-white)}.how-grid{border:1px solid var(--gray-mid);border-radius:10px;grid-template-columns:repeat(4,1fr);gap:2px;display:grid;overflow:hidden}.how-card{background:var(--gray-dark);flex-direction:column;gap:12px;padding:28px 22px;display:flex}.how-num{font-family:var(--font-mono);letter-spacing:.14em;color:var(--purple-light);font-size:11px}.how-title{color:var(--white);font-size:14px;font-weight:700;line-height:1.3}.how-desc{color:var(--off-white);font-size:13px;line-height:1.65}.footer-cta{border-top:1px solid var(--purple);text-align:center;background:#7c3aed1a;padding:72px 24px;position:relative;overflow:hidden}.footer-cta-lead{letter-spacing:-.03em;color:var(--white);z-index:1;margin-bottom:8px;font-size:1.5rem;font-weight:700;position:relative}.footer-cta-sub{color:var(--off-white);z-index:1;margin-bottom:36px;font-size:15px;position:relative}footer{border-top:1px solid var(--gray-mid);justify-content:space-between;align-items:center;padding:22px 48px;display:flex}.footer-brand{font-family:var(--font-mono);letter-spacing:.08em;color:var(--gray);font-size:11px}.footer-links{gap:24px;display:flex}.footer-links a{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--gray);font-size:10px;text-decoration:none;transition:color .15s}.footer-links a:hover{color:var(--purple-light)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-texto{animation:.55s both fadeUp}.hero-grafico{animation:.55s .2s both fadeUp}@media (max-width:900px){.hero-split{grid-template-columns:1fr;gap:36px;max-width:560px}.hero-texto{text-align:center}.cta-group{align-items:center}.hero-desc{max-width:100%}.grid-6,.how-grid{grid-template-columns:repeat(2,1fr)}.stage-desc{display:none}}@media (max-width:640px){header{padding:16px 20px}.hero{padding:48px 20px 56px}.hero-split{grid-template-columns:1fr;gap:32px}.hero-texto{text-align:center}.cta-group{align-items:center}.hero-desc{max-width:100%}.section{padding:72px 20px}.grid-6,.how-grid{grid-template-columns:1fr}.stats-strip{flex-wrap:wrap}.stat{border-bottom:1px solid var(--gray-mid);flex:1 0 45%}footer{text-align:center;flex-direction:column;gap:14px}.hero-title{font-size:1.7rem}}.campo-wrap{flex-direction:column;gap:6px;display:flex}.campo-label{letter-spacing:.14em;text-transform:uppercase;color:#9d5cf6;font-family:Space Mono,monospace;font-size:10px}.campo-input{color:#f8f8f2;appearance:none;background:#27272a;border:1px solid #3f3f46;border-radius:6px;outline:none;width:100%;padding:12px 14px;font-family:Space Grotesk,sans-serif;font-size:14px;transition:border-color .18s}.campo-input::placeholder{color:#52525b}.campo-input:focus{border-color:#7c3aed}.campo-input option{color:#f8f8f2;background:#27272a}@media (max-width:480px){#modal-painel{padding:28px 20px 24px}[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important}}.ia-tools-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.ia-tool-option{cursor:pointer;color:#d4d4d8;background:#27272a;border:1px solid #3f3f46;border-radius:6px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;transition:border-color .18s,background .18s;display:flex}.ia-tool-option:hover{background:#2e2e32;border-color:#52525b}.ia-tool-option input[type=checkbox]{display:none}.ia-tool-option input[type=checkbox]:checked+span{color:#f8f8f2}.ia-tool-option:has(input:checked){background:#7c3aed26;border-color:#7c3aed}.seg-barra{background:#27272a;border-radius:3px;flex:1;height:5px;transition:background .4s}.seg-barra.ativo{background:#7c3aed}.seg-barra.completo{background:#4ade80}.seg-label{letter-spacing:.1em;text-transform:uppercase;color:#3f3f46;text-align:center;flex:1;font-family:Space Mono,monospace;font-size:9px;transition:color .3s}.seg-label.ativo{color:#9d5cf6}.seg-label.completo{color:#4ade80}.questao-card{background:#18181b;border:1px solid #3f3f46;border-radius:10px;padding:18px 16px;transition:border-color .2s}.questao-card.respondida{border-color:#7c3aed}.questao-enunciado{color:#f8f8f2;margin-bottom:16px;font-size:14px;font-weight:500;line-height:1.6}.likert-wrap{flex-direction:column;gap:8px;display:flex}.likert-labels-topo{justify-content:space-between;margin-bottom:0;padding:0 2px;display:flex}.likert-label-txt{letter-spacing:.04em;color:#a1a1aa;font-family:Space Mono,monospace;font-size:10px;line-height:1.3}.likert-row{gap:6px;display:flex}.likert-opcao{aspect-ratio:1;cursor:pointer;background:#27272a;border:1px solid #3f3f46;border-radius:8px;flex:1;justify-content:center;align-items:center;transition:background .15s,border-color .15s;display:flex}.likert-opcao:hover{background:#2e2e32;border-color:#71717a}.likert-opcao.selecionado{background:#7c3aed;border-color:#7c3aed}.likert-num{color:#d4d4d8;font-family:Space Mono,monospace;font-size:17px;font-weight:700;line-height:1}.likert-opcao.selecionado .likert-num{color:#fff}@keyframes fadeBloco{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.3s both fadeBloco}@media (max-width:480px){.likert-num{font-size:15px}.likert-label-txt{font-size:9px}}.rel-container{max-width:800px;margin:0 auto;padding:40px 24px 64px}.rel-header{border-bottom:1px solid #3f3f46;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:40px;padding-bottom:20px;display:flex}.rel-logo{color:#f8f8f2;font-family:Space Mono,monospace;font-size:18px;font-weight:700}.rel-logo-sub{color:#52525b;margin-left:8px;font-family:Space Mono,monospace;font-size:11px}.rel-btn-pdf{color:#d4d4d8;cursor:pointer;background:#27272a;border:1px solid #3f3f46;border-radius:8px;padding:10px 20px;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:600;transition:background .18s}.rel-btn-pdf:hover{background:#3f3f46}.rel-titulo-block{margin-bottom:48px}.rel-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:#9d5cf6;margin-bottom:10px;font-family:Space Mono,monospace;font-size:10px}.rel-eyebrow:before{content:"// "}.rel-titulo{letter-spacing:-.03em;color:#f8f8f2;margin-bottom:12px;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.2}.rel-meta{color:#71717a;letter-spacing:.06em;flex-wrap:wrap;gap:20px;font-family:Space Mono,monospace;font-size:11px;display:flex}.rel-section{margin-bottom:40px}.rel-sec-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:#9d5cf6;margin-bottom:20px;font-family:Space Mono,monospace;font-size:10px}.rel-sec-eyebrow:before{content:"// "}.rel-card{background:#18181b;border:1px solid #3f3f46;border-radius:12px;padding:28px 24px}.rel-card-full{width:100%}.rel-card-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#71717a;margin-bottom:8px;font-family:Space Mono,monospace;font-size:10px}.rel-card-title{color:#f8f8f2;letter-spacing:-.02em;margin-bottom:20px;font-size:17px;font-weight:700;line-height:1.3}.rel-score-stage-grid{grid-template-columns:1.2fr 1fr;gap:20px;display:grid}.rel-score-layout{align-items:stretch;gap:20px;margin-bottom:20px;display:flex}.rel-termo-col{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.rel-termo-topo,.rel-termo-base{color:#a1a1aa;font-family:Space Mono,monospace;font-size:11px;font-weight:700}.rel-termo-topo{margin-bottom:6px}.rel-termo-base{margin-top:6px}.rel-termo-trilho{background:#27272a;border:2px solid #3f3f46;border-radius:22px;width:44px;height:240px;position:relative;overflow:hidden}.rel-termo-faixa{position:absolute;left:0;right:0}.rel-termo-marcador{z-index:10;background:#f8f8f2;border-radius:3px;height:5px;transition:bottom 1.2s cubic-bezier(.16,1,.3,1);position:absolute;left:-10px;right:-10px;box-shadow:0 0 12px #ffffff80}.rel-score-info{flex-direction:column;flex:1;gap:12px;display:flex}.rel-score-big{align-items:baseline;gap:4px;display:flex}.rel-score-num{color:#f8f8f2;letter-spacing:-.04em;font-family:Space Mono,monospace;font-size:3.4rem;font-weight:700;line-height:1}.rel-score-den{color:#52525b;font-family:Space Mono,monospace;font-size:1.1rem}.rel-score-label{letter-spacing:.16em;text-transform:uppercase;color:#9d5cf6;font-family:Space Mono,monospace;font-size:10px}.rel-estagio-badge{background:#7c3aed26;border:2px solid #7c3aed;border-radius:10px;padding:14px}.rel-estagio-tag{letter-spacing:.16em;text-transform:uppercase;color:#9d5cf6;margin-bottom:4px;font-family:Space Mono,monospace;font-size:10px}.rel-estagio-nome{color:#f8f8f2;letter-spacing:-.03em;margin-bottom:4px;font-size:18px;font-weight:700}.rel-estagio-desc{color:#a1a1aa;font-size:13px;line-height:1.5}.rel-estagios-lista{flex-direction:column;gap:2px;margin-bottom:16px;display:flex}.rel-est-row{border-radius:6px;align-items:center;gap:10px;padding:8px 10px;display:flex}.rel-est-row.ativo{background:#7c3aed1f}.rel-est-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.rel-est-nome{color:#71717a;flex:1;font-size:13px;font-weight:600}.rel-est-row.ativo .rel-est-nome{color:#f8f8f2}.rel-est-row.passado .rel-est-nome{color:#4ade80}.rel-est-pts{color:#52525b;font-family:Space Mono,monospace;font-size:11px}.rel-est-row.ativo .rel-est-pts{color:#9d5cf6}.rel-proximo{background:#27272a;border-radius:8px;padding:14px 16px}.rel-proximo-label{letter-spacing:.14em;text-transform:uppercase;color:#71717a;margin-bottom:10px;font-family:Space Mono,monospace;font-size:10px}.rel-prog-trilho{background:#18181b;border-radius:4px;height:8px;margin-bottom:10px;overflow:hidden}.rel-prog-fill{background:linear-gradient(90deg,#7c3aed,#c026d3);border-radius:4px;height:100%}.rel-proximo-txt{color:#d4d4d8;font-size:14px;line-height:1.5}.rel-proximo-txt strong{color:#f8f8f2}.rel-interpretacao-texto{color:#d4d4d8;font-size:15px;line-height:1.75}.rel-barras-wrap{flex-direction:column;gap:24px;display:flex}.rel-barra-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.rel-barra-nome{color:#f8f8f2;align-items:center;gap:10px;font-size:15px;font-weight:600;display:flex}.rel-barra-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.rel-barra-score{font-family:Space Mono,monospace;font-size:18px;font-weight:700}.rel-barra-trilho{background:#27272a;border-radius:8px;height:40px;position:relative;overflow:visible}.rel-barra-fill{border-radius:8px;height:100%;transition:width 1.1s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.rel-barra-media{background:#a1a1aa;border-radius:2px;width:3px;position:absolute;top:-8px;bottom:-8px}.rel-barra-media-lbl{color:#a1a1aa;white-space:nowrap;font-family:Space Mono,monospace;font-size:11px;font-weight:700;position:absolute;bottom:-24px;left:50%;transform:translate(-50%)}.rel-barra-top{background:#eab308;border-radius:2px;width:3px;position:absolute;top:-8px;bottom:-8px}.rel-barra-top-lbl{color:#eab308;white-space:nowrap;font-family:Space Mono,monospace;font-size:11px;font-weight:700;position:absolute;top:-24px;left:50%;transform:translate(-50%)}.rel-legenda{border-top:1px solid #3f3f46;flex-wrap:wrap;gap:24px;margin-top:36px;padding-top:20px;display:flex}.rel-leg{letter-spacing:.08em;text-transform:uppercase;color:#a1a1aa;align-items:center;gap:8px;font-family:Space Mono,monospace;font-size:11px;display:flex}.rel-leg i{border-radius:2px;flex-shrink:0;width:28px;height:3px;display:inline-block}.rel-pilares-detalhe{flex-direction:column;gap:16px;display:flex}.rel-pilar-card{background:#18181b;border:1px solid #3f3f46;border-left:4px solid;border-radius:12px;padding:24px}.rel-pilar-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.rel-pilar-nome{color:#f8f8f2;align-items:center;gap:10px;font-size:16px;font-weight:700;display:flex}.rel-pilar-score-badge{background:#27272a;border-radius:6px;padding:6px 14px;font-family:Space Mono,monospace;font-size:14px;font-weight:700}.rel-pilar-texto{color:#d4d4d8;margin-bottom:12px;font-size:14px;line-height:1.7}.rel-pilar-iago{color:#9d5cf6;background:#7c3aed14;border-left:2px solid #7c3aed;border-radius:6px;padding:10px 14px;font-size:13px;line-height:1.6}.rel-acoes{flex-direction:column;gap:12px;display:flex}.rel-acao{background:#27272a;border-radius:8px;gap:16px;padding:16px;display:flex}.rel-acao-num{color:#9d5cf6;flex-shrink:0;width:32px;font-family:Space Mono,monospace;font-size:14px;font-weight:700}.rel-acao-title{color:#f8f8f2;margin-bottom:4px;font-size:15px;font-weight:700}.rel-acao-desc{color:#a1a1aa;font-size:13px;line-height:1.6}.rel-cta-final{text-align:center;background:#7c3aed14;border:1px solid #7c3aed;border-radius:14px;padding:40px 32px}.rel-cta-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:#9d5cf6;margin-bottom:12px;font-family:Space Mono,monospace;font-size:10px}.rel-cta-titulo{color:#f8f8f2;letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(1.2rem,2.5vw,1.7rem);font-weight:700;line-height:1.2}.rel-cta-desc{color:#d4d4d8;max-width:560px;margin:0 auto 28px;font-size:14px;line-height:1.7}.rel-cta-features{text-align:left;grid-template-columns:1fr 1fr;gap:12px;max-width:520px;margin:0 auto 28px;display:grid}.rel-cta-feat{color:#d4d4d8;align-items:flex-start;gap:10px;font-size:13px;line-height:1.4;display:flex}.rel-cta-feat strong{color:#f8f8f2;font-weight:600}.rel-cta-feat span{color:#a1a1aa}.rel-cta-feat-icon{color:var(--purple-light);flex-shrink:0;margin-top:2px;font-size:18px;display:flex}.rel-cta-feat-icon svg{width:18px;height:18px}.cta-note .ok{color:var(--green);vertical-align:middle;align-items:center;margin-right:2px;display:inline-flex}.rel-cta-btn{color:#f8f8f2;background:#7c3aed;border-radius:8px;align-items:center;gap:8px;margin-bottom:12px;padding:16px 36px;font-size:16px;font-weight:700;text-decoration:none;transition:background .18s;display:inline-flex}.rel-cta-btn:hover{background:#9d5cf6}.rel-cta-whatsapp{color:#4ade80;font-size:14px;text-decoration:none;transition:color .18s;display:block}.rel-cta-whatsapp:hover{color:#22c55e}.rel-footer{color:#52525b;letter-spacing:.08em;border-top:1px solid #3f3f46;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:48px;padding-top:20px;font-family:Space Mono,monospace;font-size:10px;display:flex}@media (max-width:700px){.rel-score-stage-grid,.rel-cta-features{grid-template-columns:1fr}.rel-termo-col{display:none}.rel-score-num{font-size:2.6rem}}@media print{*{color:#1a1a1a!important;box-shadow:none!important;text-shadow:none!important;background:#fff!important;border-color:#ddd!important}body,html{background:#fff!important}.page,.bg-grid,header,.hero,.stats-strip,.section,.footer-cta,footer,#modal-perfil,#tela-questionario{display:none!important}#tela-relatorio{background:#fff!important;display:block!important;position:static!important;overflow:visible!important}.rel-container{max-width:100%;padding:20px}.rel-btn-pdf,.rel-cta-final,.rel-cta-whatsapp{display:none!important}.rel-card,.rel-pilar-card,.rel-acao,.rel-proximo{background:#f8f8f8!important;border:1px solid #ddd!important}.rel-estagio-badge{background:#f0eef5!important;border-color:#7c3aed!important}.rel-pilar-iago{background:#f0eef5!important;border-left-color:#7c3aed!important}.rel-barra-fill,.rel-termo-trilho,.rel-termo-faixa{-webkit-print-color-adjust:exact;print-color-adjust:exact}.rel-barra-trilho{background:#e5e5e5!important}.rel-score-num,.rel-estagio-nome,.rel-logo{color:#1a1a1a!important}a{color:#7c3aed!important}@page{margin:1.5cm}}
