:root{--preto:#111214;--fundo-2:#0c0d0f;--fundo-3:#1b1c20;--creme:#f4f4f5;--cinza:#9a9aa3;--cinza-claro:#cfcfd6;--terracota:#3b82f6;--terracota-claro:#60a5fa;--morto:#6b6b74;--sobre-acento:#111214;--linha:#f4f4f51f;--linha-forte:#f4f4f547;--serif:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;--sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;--col:min(1160px,100% - 40px);--pad-sec:clamp(76px,10vw,128px)}html{scroll-behavior:smooth}body{background:var(--preto);color:var(--creme);margin:0}img{max-width:100%}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}.rede{background:var(--preto);width:min(560px,100% - 40px);min-height:100dvh;color:var(--creme);font-family:var(--sans);flex-direction:column;justify-content:center;margin-inline:auto;padding:48px 0;display:flex}.rede-marca{font-family:var(--serif);letter-spacing:-.03em;margin:0 0 26px;font-size:17px;font-weight:600}.rede-marca .ponto{color:var(--terracota)}.rede h1{font-family:var(--serif);letter-spacing:-.028em;margin:0 0 18px;font-size:clamp(28px,6vw,40px);font-weight:600;line-height:1.1}.rede p{color:var(--cinza-claro);max-width:46ch;margin:0 0 18px;font-size:16px;line-height:1.6}.rede .rede-nota{color:var(--cinza);margin-bottom:30px;font-size:14px}.rede form{flex-direction:column;display:flex}.rede label{letter-spacing:.16em;text-transform:uppercase;color:var(--cinza);margin:0 0 8px;font-size:11px;font-weight:700}.rede label+input{margin-bottom:20px}.rede input{border:0;border-bottom:1px solid var(--linha-forte);color:var(--creme);font-family:var(--sans);background:0 0;outline:none;min-height:46px;padding:12px 0;font-size:16px;transition:border-color .2s}.rede input:focus{border-bottom-color:var(--terracota)}.rede input::placeholder{color:#918476b3}.rede-erro{color:var(--terracota-claro);margin:0 0 14px;font-size:14px}.rede button{background:var(--terracota);min-height:52px;color:var(--sobre-acento);font-family:var(--sans);cursor:pointer;border:0;margin-top:10px;font-size:16px;font-weight:600}.rede button:disabled{opacity:.5;cursor:default}@media (prefers-reduced-motion:no-preference){.hero>*{animation:.62s cubic-bezier(.22,.8,.3,1) both sobe-entrada}.hero>:first-child{animation-delay:40ms}.hero>:nth-child(2){animation-delay:.1s}.hero>:nth-child(3){animation-delay:.17s}.hero>:nth-child(4){animation-delay:.24s}.hero>:nth-child(5){animation-delay:.31s}.hero>:nth-child(6){animation-delay:.38s}@keyframes sobe-entrada{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@supports (animation-timeline:view()){.sobe,.cenas li,.sistemas li,.passos li,.prova div,.porta>div,figure{animation:linear both aparece;animation-timeline:view();animation-range:entry 2% cover 26%}@keyframes aparece{0%{opacity:.45;transform:translateY(20px)}to{opacity:1;transform:none}}}}.cursor-camada{pointer-events:none;z-index:9999;background:0 0;border:0;width:100%;max-width:none;height:100%;max-height:none;margin:0;padding:0;position:fixed;inset:0;overflow:visible}.cursor-camada:popover-open{display:block}.cursor-ponto,.cursor-anel{pointer-events:none;opacity:0;will-change:transform;position:fixed;top:0;left:0}.tem-cursor .cursor-ponto,.tem-cursor .cursor-anel{opacity:1}.tem-cursor.cursor-fora .cursor-ponto,.tem-cursor.cursor-fora .cursor-anel{opacity:0}.cursor-ponto{background:var(--terracota);border-radius:50%;width:7px;height:7px;margin:-3.5px 0 0 -3.5px}.cursor-anel{border:1px solid #3b82f68c;border-radius:50%;width:30px;height:30px;margin:-15px 0 0 -15px;transition:width .2s,height .2s,margin .2s,border-color .2s,background-color .2s}.cursor-anel.activo{background:#3b82f61a;border-color:#dd8f5fe6;width:46px;height:46px;margin:-23px 0 0 -23px}.tem-cursor,.tem-cursor a,.tem-cursor button,.tem-cursor summary{cursor:none}.tem-cursor input,.tem-cursor textarea{cursor:text}@media (pointer:coarse){.cursor-camada{display:none}}@media (prefers-reduced-motion:reduce){.cursor-camada{display:none}.tem-cursor,.tem-cursor a,.tem-cursor button{cursor:auto}}html.em-painel .cursor-camada{display:none}html.em-painel.tem-cursor,html.em-painel.tem-cursor a,html.em-painel.tem-cursor button,html.em-painel.tem-cursor summary,html.em-painel.tem-cursor select{cursor:auto}html.em-painel.tem-cursor a,html.em-painel.tem-cursor button:not(:disabled){cursor:pointer}*{box-sizing:border-box}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.modal .barra i{background:var(--terracota);width:0;height:100%;transition:width .42s cubic-bezier(.22,.8,.3,1);display:block}.modal .topo{justify-content:space-between;align-items:center;gap:20px;padding:26px clamp(20px,5vw,52px) 0;display:flex}.modal .assinatura{font-family:var(--serif);letter-spacing:-.03em;margin:0;font-size:17px;font-weight:600}.modal .assinatura .ponto{color:var(--terracota)}.modal .contador{letter-spacing:.16em;text-transform:uppercase;color:var(--cinza);font-variant-numeric:tabular-nums;font-size:11px}.modal .palco{flex:1;align-items:center;padding:clamp(32px,7vh,64px) clamp(20px,5vw,52px);display:flex}.modal .passo{display:none}.modal .passo.on{animation:.34s cubic-bezier(.22,.8,.3,1) both entra;display:block}@keyframes entra{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.modal .n-passo{letter-spacing:.2em;text-transform:uppercase;color:var(--terracota);align-items:center;gap:9px;margin:0 0 18px;font-size:11px;font-weight:700;display:flex}.modal .n-passo span{background:var(--terracota);width:22px;height:1px;display:inline-block}.modal .sr{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.modal h1,.modal h2.pergunta{font-family:var(--serif);letter-spacing:-.024em;text-wrap:balance;max-width:20ch;margin:0 0 12px;font-size:clamp(26px,4.4vw,40px);font-weight:600;line-height:1.16}.modal .ajuda{color:var(--cinza);max-width:48ch;margin:0 0 32px;font-size:14.5px;line-height:1.55}.modal .opcoes{flex-direction:column;gap:11px;max-width:480px;margin:0;padding:0;list-style:none;display:flex}.modal .op{border:1px solid var(--linha);width:100%;min-height:58px;color:var(--creme);font-family:var(--sans);text-align:left;cursor:pointer;background:0 0;align-items:center;gap:14px;padding:0 18px;font-size:16.5px;font-weight:500;transition:border-color .16s,background .16s,transform .16s;display:flex}.modal .op:hover{border-color:var(--terracota);background:#3b82f612}.modal .op:focus-visible{outline:2px solid var(--terracota);outline-offset:2px}.modal .op[aria-pressed=true]{border-color:var(--terracota);background:#3b82f624}.modal .tecla{border:1px solid var(--linha);width:26px;height:26px;color:var(--cinza);flex:none;place-items:center;font-size:11px;font-weight:700;transition:border-color .16s,color .16s;display:grid}.modal .op:hover .tecla,.modal .op[aria-pressed=true] .tecla{border-color:var(--terracota);color:var(--terracota)}.modal .campo{border:0;border-bottom:1px solid var(--linha-forte);width:100%;max-width:520px;color:var(--creme);font-family:var(--sans);background:0 0;outline:none;padding:10px 0 14px;font-size:clamp(20px,2.6vw,26px);font-weight:500;transition:border-color .18s}.modal .campo::placeholder{color:#918476b3;font-weight:400}.modal .campo:focus{border-bottom-color:var(--terracota)}.modal textarea.campo{resize:vertical;border:1px solid var(--linha);max-width:640px;min-height:150px;padding:18px;font-size:clamp(17px,2vw,20px);line-height:1.55}.modal textarea.campo:focus{border-color:var(--terracota)}.modal .erro{color:var(--terracota-claro);min-height:20px;margin:12px 0 0;font-size:14px}.modal .avanco{flex-wrap:wrap;align-items:center;gap:18px;margin-top:34px;display:flex}.modal .btn{background:var(--terracota);min-height:54px;color:var(--sobre-acento);border:1px solid var(--terracota);font-family:var(--sans);cursor:pointer;align-items:center;gap:11px;padding:0 30px;font-size:15.5px;font-weight:700;text-decoration:none;transition:background .16s,border-color .16s;display:inline-flex}.modal .btn .seta{transition:transform .22s cubic-bezier(.22,.8,.3,1)}.modal .btn:hover,.modal .btn:focus-visible{background:var(--terracota-claro);border-color:var(--terracota-claro)}.modal .btn:hover .seta{transform:translate(5px)}.modal .btn:focus-visible{outline:2px solid var(--creme);outline-offset:3px}.modal .dica{color:var(--cinza);font-size:12.5px}.modal .dica b{color:var(--cinza-claro);font-weight:600}.modal .rodape{justify-content:space-between;align-items:center;gap:16px;padding:0 clamp(20px,5vw,52px) 26px;display:flex}.modal .voltar{color:var(--cinza);font-family:var(--sans);cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:8px 0;font-size:13.5px;transition:color .16s;display:inline-flex}.modal .voltar:hover{color:var(--creme)}.modal .voltar[hidden]{display:none}.modal .seguro{color:#918476cc;font-size:12px}.modal .fim h2.pergunta{max-width:22ch}.modal .calendario{border:1px solid var(--linha-forte);background:var(--fundo-3);text-align:center;place-items:center;min-height:min(52vh,380px);margin-top:30px;padding:36px 22px;display:grid}.modal .calendario .aviso{letter-spacing:.18em;text-transform:uppercase;color:var(--cinza);margin:0 0 12px;font-size:11px}.modal .calendario .qq{font-family:var(--serif);max-width:28ch;color:var(--cinza-claro);margin:0;font-size:clamp(18px,2.3vw,24px);line-height:1.35}.modal .resumo{border-top:1px solid var(--linha);color:var(--cinza);margin-top:26px;padding-top:20px;font-size:13.5px;line-height:1.7}.modal .resumo b{color:var(--cinza-claro);font-weight:600}.modal{z-index:9000;background:var(--preto);width:min(980px,100vw);max-width:100vw;height:100dvh;max-height:100dvh;color:var(--creme);font-family:var(--sans);border:0;flex-direction:column;margin:auto;padding:0;display:flex;position:fixed;inset:0;overflow:hidden}dialog.modal:not([open]){display:none}.modal[data-sem-modal="1"]{box-shadow:0 0 0 100vmax #0a0706d1}.modal::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0a0706d1}@media (width>=900px){.modal{border:1px solid var(--linha-forte);height:min(760px,92dvh);margin-block:auto}}.modal[open]{animation:.26s cubic-bezier(.22,.8,.3,1) both entra-modal}@keyframes entra-modal{0%{opacity:0;transform:translateY(14px)scale(.99)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.modal[open]{animation:none}}.modal .barra{z-index:2;background:#faf8f514;height:2px;position:absolute;inset:0 0 auto}.modal .barra i{background:var(--terracota);height:100%;transition:width .42s cubic-bezier(.22,.8,.3,1);display:block}.modal .modal-topo{flex:none;justify-content:space-between;align-items:center;gap:20px;padding:22px clamp(20px,4vw,42px) 0;display:flex}.modal .modal-topo-dir{align-items:center;gap:18px;display:flex}.modal .fechar{color:var(--cinza);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;min-width:44px;min-height:44px;margin-right:-10px;font-size:26px;line-height:1;transition:color .16s;display:inline-flex}.modal .fechar:hover{color:var(--creme)}.modal .fechar:focus-visible{outline:2px solid var(--terracota);outline-offset:2px}.modal .palco{flex:1;align-items:center;padding:clamp(24px,5vh,48px) clamp(20px,4vw,42px);display:flex;overflow-y:auto}.modal .caixa{width:100%;max-width:620px;margin-inline:auto}.modal .rodape{flex:none;padding:0 clamp(20px,4vw,42px) 22px}.modal .retomado{border-left:2px solid var(--terracota);color:var(--cinza-claro);flex-wrap:wrap;align-items:baseline;gap:6px 12px;margin:0 0 24px;padding:12px 16px;font-size:13.5px;display:flex}.modal .retomado button{color:var(--terracota);font-family:var(--sans);cursor:pointer;text-underline-offset:3px;background:0 0;border:0;padding:0;font-size:13.5px;font-weight:600;text-decoration:underline}.modal .retomado button:hover{color:var(--terracota-claro)}.modal .calendario-embed{border:1px solid var(--linha-forte);background:var(--fundo-3);width:100%;height:clamp(420px,52vh,560px);margin-top:30px;display:block}.modal.embutido{z-index:auto;border:0;width:100%;max-width:none;height:auto;min-height:100dvh;max-height:none;margin:0;animation:none;position:relative;inset:auto}.modal.embutido .palco{align-items:flex-start;padding-top:clamp(20px,4vh,40px);overflow:visible}.modal.embutido .modal-topo{padding-top:22px}.modal.embutido .barra{position:absolute}html.em-formulario,html.em-formulario body{background:0 0;margin:0}html.em-formulario .cursor-camada{display:none}html.em-formulario.tem-cursor,html.em-formulario.tem-cursor a,html.em-formulario.tem-cursor button{cursor:auto}html.em-formulario.tem-cursor button:not(:disabled){cursor:pointer}.modal.tema-claro .op:hover,.modal.estilo-neutro .op:hover{background:color-mix(in srgb,var(--terracota) 8%,transparent)}.modal.tema-claro .op[aria-pressed=true],.modal.estilo-neutro .op[aria-pressed=true]{background:color-mix(in srgb,var(--terracota) 14%,transparent)}.modal.tema-claro .campo::placeholder{color:var(--morto)}.modal.tema-claro .btn,.modal.estilo-neutro .btn{color:#fff}.modal.estilo-neutro h2.pergunta{font-family:var(--sans);letter-spacing:-.02em;font-size:clamp(22px,3.2vw,30px);font-weight:600}.modal.estilo-neutro .assinatura{font-family:var(--sans)}.modal.estilo-neutro .op,.modal.estilo-neutro .btn{border-radius:8px}.modal.estilo-neutro .tecla{border-radius:5px}.modal.estilo-neutro .n-passo span{background:var(--terracota)}.modal .lista{flex-direction:column;gap:6px;animation:.34s cubic-bezier(.22,.8,.3,1) both entra;display:flex}.modal .campo-l{margin:0 0 10px}.modal .pergunta-l{font-family:var(--sans);color:var(--creme);letter-spacing:-.01em;margin:0 0 8px;font-size:16px;font-weight:600;line-height:1.35;display:block}.modal .pergunta-l em{color:var(--cinza);font-style:normal;font-weight:400}.modal .campo-l .ajuda{margin:0 0 12px;font-size:13.5px}.modal .campo-l .campo{padding:8px 0 10px;font-size:17px}.modal .campo-l textarea.campo{max-width:520px;min-height:110px;padding:14px;font-size:16px}.modal .campo-l .erro{min-height:0;margin-top:6px;font-size:13px}.modal .campo-l .erro:empty{display:none}.modal .campo-l.com-erro .campo{border-color:var(--terracota-claro)}.modal .opcoes.em-linha{flex-flow:wrap;gap:8px;max-width:none}.modal .opcoes.em-linha .op{gap:0;width:auto;min-height:42px;padding:0 16px;font-size:15px}.modal .lista .avanco{margin-top:18px}.modal .lista .seguro{margin:14px 0 0}.modal .ligacao-l{color:var(--cinza);font:inherit;cursor:pointer;text-underline-offset:3px;background:0 0;border:0;padding:0;font-size:13.5px;text-decoration:underline}.modal .ligacao-l:hover{color:var(--creme)}.modal.estilo-neutro .campo-l .campo{border:1px solid var(--linha-forte);border-radius:8px;padding:10px 14px;font-size:16px}.modal.estilo-neutro .campo-l .campo:focus{border-color:var(--terracota)}.modal .consentimento{max-width:560px;color:var(--cinza-claro);cursor:pointer;align-items:flex-start;gap:12px;font-size:15px;line-height:1.5;display:flex}.modal .consentimento input{width:20px;height:20px;accent-color:var(--terracota);cursor:pointer;flex:none;margin-top:3px}.modal .consentimento a{color:var(--terracota);text-underline-offset:3px;text-decoration:underline}.modal .campo-l .consentimento{font-size:14px}.isca{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;top:auto;left:-9999px}
