/* marcador salvo pelo bloco permanece no DOM (para o GTranslate ler), mas invisível na tela */
.gqz-i18n{ position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden }
.gqz-data{ display:none !important; }

/* overlay */
#gate-ov{position:fixed;inset:0;background:rgba(2,6,23,.65);backdrop-filter:blur(2px);z-index:999999;display:none;align-items:center;justify-content:center}
#gate-card{width:92%;max-width:680px;background:#fff;border-radius:18px;box-shadow:0 30px 80px rgba(0,0,0,.35);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}

/* header/progresso */
.g-top{display:flex;align-items:center;gap:10px;padding:14px 18px 0}
.g-bar{width:80px;height:8px;border-radius:999px;background:#e6e9f2;position:relative;overflow:hidden}
.g-step{padding:2px 18px 10px;color:#64748b;font-size:12px}

/* conteúdo */
.g-sec{padding:0 18px 18px}
.g-title{margin:0 0 8px 0;font-weight:800;font-size:20px;color:#0f172a}

/* opções 100% largura */
.g-opt{display:block;width:100%;margin:12px 0;border:2px solid #e5e7eb;border-radius:14px;padding:14px 16px;background:#fff;cursor:pointer;transition:.2s;text-align:left;font-weight:700}
.g-opt:hover{border-color:#c7ead6}
.g-opt.sel{border-color:transparent;color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.15)}

/* loading */
#g-loading{display:none;text-align:center;padding:20px 18px 28px}
.g-loader{display:flex;justify-content:center;gap:10px;margin:8px 0 12px}
.g-dot{width:10px;height:10px;border-radius:999px;background:#818cf8;opacity:.6;animation:gqz-b 1s infinite}
.g-dot:nth-child(2){animation-delay:.15s}.g-dot:nth-child(3){animation-delay:.3s}
@keyframes gqz-b{0%,80%,100%{transform:scale(.6)}40%{transform:scale(1)}}
.g-loadmsg{font-weight:800;color:#3949ab}

/* resultado */
#g-result{display:none;padding:16px 18px 24px}
.g-r-title{font-weight:800;font-size:22px;color:#0f172a;text-align:center;margin:0 0 16px 0}
.g-final{display:block;width:100%;text-align:center;padding:16px 18px;border-radius:14px;font-weight:800;color:#fff;text-decoration:none;box-shadow:inset 0 -4px 0 rgba(0,0,0,.15)}
@media (max-width:420px){.g-title{font-size:18px}}
