/* DENÚNCIAS DE ABUSO — a página denunciar-abuso / report-abuse (17/09/2026).
   Tons das carreiras (a mesma família nas 4 marcas). Tudo dentro de .ab,
   para não tocar no resto da página legal. */
.ab { --ab-c: #d60037; --ab-cf: #b30030; --ab-t: #1d2733; --ab-cinz: #5f6b78; --ab-l: #e3e7ec;
      --ab-bg: #f3f5f7; --ab-erro: #c4002f; --ab-ok: #13a150; --ab-anel: rgba(214,0,55,.14);
      color: var(--ab-t); }
.ab * { box-sizing: border-box; }
.ab-lead { font-size: 16px; line-height: 1.65; margin: 0 0 18px; }
.ab-avisos { display: grid; gap: 10px; margin: 0 0 26px; }
.ab-aviso { margin: 0; padding: 12px 16px; border: 1px solid var(--ab-l); border-left: 4px solid var(--ab-cinz);
            border-radius: 8px; background: var(--ab-bg); font-size: 14px; line-height: 1.55; }
.ab-aviso-perigo { border-left-color: var(--ab-c); background: #fff6f8; }
.ab-aviso a { color: var(--ab-c); font-weight: 600; }

/* O FORMULÁRIO */
.ab-caixa { margin: 0 0 34px; padding: 26px; border: 1px solid var(--ab-l); border-radius: 14px; background: #fff;
            box-shadow: 0 6px 24px rgba(29,39,51,.06); }
.ab-form { display: flex; flex-direction: column; gap: 18px; margin: 0; }
.ab-grelha { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.ab-campo { position: relative; min-width: 0; }
.ab-campo > label, .ab-rot { display: block; margin: 0 0 7px; font-size: 14px; font-weight: 700; color: var(--ab-t); }
.ab-opc { font-weight: 400; color: var(--ab-cinz); }
.ab input[type="text"], .ab input[type="email"], .ab textarea, .ab select {
  display: block; width: 100%; min-height: 48px; margin: 0; padding: 12px 14px; border: 1px solid #cfd6de; border-radius: 10px;
  background: #fff; color: var(--ab-t); font: inherit; font-size: 15px; line-height: 1.4; box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease; }
.ab textarea { min-height: 150px; resize: vertical; padding-bottom: 28px; }
.ab input:hover, .ab textarea:hover { border-color: #aeb8c3; }
.ab input:focus, .ab textarea:focus, .ab select:focus { outline: 0; border-color: var(--ab-c); box-shadow: 0 0 0 3px var(--ab-anel); }
.ab ::placeholder { color: #9aa4ae; }
.ab-dica { margin: 6px 0 0; font-size: 13px; line-height: 1.45; color: var(--ab-cinz); }
.ab-erro { margin: 0; font-size: 13px; line-height: 1.45; color: var(--ab-erro); font-weight: 600; }
.ab-erro:not(:empty) { margin-top: 6px; }
.ab-inval input[type="text"], .ab-inval input[type="email"], .ab-inval textarea { border-color: var(--ab-erro); background: #fff8f9; }
.ab-conta { position: absolute; right: 12px; margin-top: -26px; font-size: 12px; color: var(--ab-cinz);
            font-variant-numeric: tabular-nums; pointer-events: none; }
.ab-conta.ab-pouco { color: var(--ab-erro); }
.ab-armadilha { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* A CAIXA DE ESCOLHA NOSSA: o <select> fica por baixo (é ele que vai no
   formulário e que o leitor de ecrã conhece), o botão e a lista por cima. */
.ab-sel { position: relative; }
.ab-sel select { position: absolute !important; left: 0; bottom: 0; width: 100% !important; height: 1px !important;
                 min-height: 0 !important; padding: 0 !important; border: 0 !important; opacity: 0; pointer-events: none; }
.ab-sel-b { position: relative; display: flex; align-items: center; width: 100%; min-height: 48px; margin: 0;
            padding: 12px 42px 12px 14px; border: 1px solid #cfd6de; border-radius: 10px; background: #fff;
            color: var(--ab-t); font: inherit; font-size: 15px; text-align: left; cursor: pointer;
            transition: border-color .2s ease, box-shadow .2s ease; }
.ab-sel-b:hover { border-color: #aeb8c3; }
.ab-sel-b:focus-visible, .ab-aberta .ab-sel-b { outline: 0; border-color: var(--ab-c); box-shadow: 0 0 0 3px var(--ab-anel); }
.ab-sel-v { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ab-sel-ph .ab-sel-v { color: #9aa4ae; }
.ab-sel-b::after { content: ''; position: absolute; right: 18px; top: 50%; width: 8px; height: 8px; margin-top: -6px;
                   border-right: 2px solid var(--ab-cinz); border-bottom: 2px solid var(--ab-cinz); transform: rotate(45deg);
                   transition: transform .2s ease, margin .2s ease, border-color .2s ease; }
.ab-aberta .ab-sel-b::after { transform: rotate(-135deg); margin-top: -2px; border-color: var(--ab-c); }
.ab-inval .ab-sel-b { border-color: var(--ab-erro); background: #fff8f9; }
.ab-sel-l { position: absolute; left: 0; right: 0; top: calc(100% + 6px); z-index: 70; max-height: 300px; overflow: auto;
            margin: 0; padding: 6px; list-style: none; border: 1px solid var(--ab-l); border-radius: 12px; background: #fff;
            box-shadow: 0 14px 34px rgba(29,39,51,.16); transform-origin: 50% 0; }
.ab-sel-cima .ab-sel-l { top: auto; bottom: calc(100% + 6px); transform-origin: 50% 100%; }
.ab-sel-l[hidden] { display: none; }
.ab-sel-l li { position: relative; margin: 0; padding: 10px 12px 10px 36px; border-radius: 8px; font-size: 15px;
               line-height: 1.35; cursor: pointer; }
.ab-sel-l li.ab-sel-act { background: var(--ab-bg); }
.ab-sel-l li[aria-selected="true"] { color: var(--ab-c); font-weight: 700; }
.ab-sel-l li[aria-selected="true"]::before { content: ''; position: absolute; left: 15px; top: 50%; width: 6px; height: 11px;
                                             margin-top: -7px; border-right: 2px solid var(--ab-c); border-bottom: 2px solid var(--ab-c);
                                             transform: rotate(45deg); }

/* OS ANEXOS */
.ab-zona { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 12px;
           padding: 20px; border: 2px dashed #cfd6de; border-radius: 12px; background: var(--ab-bg); text-align: center;
           transition: border-color .2s ease, background-color .2s ease; }
.ab-zona.ab-sobre { border-color: var(--ab-c); background: #fff6f8; }
.ab-zona input[type="file"] { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.ab-zona-bt { display: inline-flex; align-items: center; gap: 8px; margin: 0; padding: 9px 16px; border: 1px solid #cfd6de;
              border-radius: 999px; background: #fff; font-size: 14px; font-weight: 700; color: var(--ab-t); cursor: pointer;
              transition: border-color .2s ease, color .2s ease; }
.ab-zona-bt:hover { border-color: var(--ab-c); color: var(--ab-c); }
.ab-zona input:focus-visible + .ab-zona-bt { outline: 2px solid var(--ab-c); outline-offset: 3px; }
.ab-zona-bt svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ab-zona-ou { font-size: 13px; color: var(--ab-cinz); }
.ab-lista { display: flex; flex-direction: column; gap: 8px; margin: 10px 0 0; padding: 0; list-style: none; }
.ab-lista:empty { display: none; }
.ab-lista li { display: flex; align-items: center; gap: 10px; margin: 0; padding: 8px 8px 8px 12px; border: 1px solid var(--ab-l);
               border-radius: 10px; background: #fff; font-size: 14px; animation: ab-entra .22s ease both; }
.ab-lista img, .ab-lista .ab-pdf { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 6px; object-fit: cover; }
.ab-lista .ab-pdf { display: flex; align-items: center; justify-content: center; background: #fdecef; color: var(--ab-c);
                    font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.ab-lista .ab-f-n { flex: 1 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ab-lista .ab-f-t { flex: 0 0 auto; color: var(--ab-cinz); font-size: 12px; font-variant-numeric: tabular-nums; }
.ab-lista button { flex: 0 0 auto; margin: 0; padding: 6px 10px; border: 0; border-radius: 8px; background: transparent;
                   color: var(--ab-cinz); font: inherit; font-size: 13px; cursor: pointer; }
.ab-lista button:hover, .ab-lista button:focus-visible { background: var(--ab-bg); color: var(--ab-erro); outline: 0; }

/* AS CAIXINHAS */
.ab-caixinha { display: flex; gap: 12px; align-items: flex-start; margin: 0; font-size: 14px; line-height: 1.55;
               font-weight: 400; cursor: pointer; }
.ab-caixinha input { flex: 0 0 auto; width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--ab-c); cursor: pointer; }
.ab-caixinha a { color: var(--ab-c); }
.ab-escolha[hidden] { display: none; }
.ab-escolha.ab-mostra { animation: ab-entra .25s ease both; }
.ab-inval .ab-caixinha { color: var(--ab-erro); }

.ab-fim { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
          padding-top: 6px; border-top: 1px solid var(--ab-l); margin-top: 4px; }
.ab-fim .ab-campo { padding-top: 14px; }
.ab-fim .g-recaptcha { min-height: 78px; }
.ab-enviar { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; margin: 14px 0 0;
             padding: 0 28px; border: 0; border-radius: 999px; background: var(--ab-c); color: #fff; font: inherit;
             font-size: 16px; font-weight: 700; cursor: pointer; transition: background-color .2s ease, transform .2s ease; }
.ab-enviar:hover { background: var(--ab-cf); }
.ab-enviar:active { transform: translateY(1px); }
.ab-enviar:focus-visible { outline: 2px solid var(--ab-c); outline-offset: 3px; }
.ab-enviar[disabled] { opacity: .75; cursor: progress; }
.ab-enviar .ab-roda { width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.45); border-top-color: #fff;
                      border-radius: 50%; animation: ab-gira .8s linear infinite; }
.ab-resumo { margin: 0; font-size: 14px; font-weight: 600; color: var(--ab-erro); }
.ab-resumo:empty { display: none; }

/* A CONFIRMAÇÃO */
.ab-feito { padding: 18px 6px 6px; text-align: center; outline: 0; }
.ab-feito[hidden] { display: none; }
.ab-feito:not([hidden]) { animation: ab-entra .35s ease both; }
.ab-feito-icone { width: 56px; height: 56px; fill: none; stroke: var(--ab-ok); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ab-feito-t { margin: 10px 0 14px; font-size: 22px; font-weight: 700; color: var(--ab-t); }
.ab-feito-num { display: inline-flex; flex-direction: column; gap: 2px; margin: 0 0 14px; padding: 12px 22px; border-radius: 12px; background: var(--ab-bg); }
.ab-feito-num[hidden] { display: none; }
.ab-feito-num span { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--ab-cinz); }
.ab-feito-num strong { font-size: 22px; letter-spacing: .04em; color: var(--ab-c); font-variant-numeric: tabular-nums; }
.ab-feito-p { max-width: 52ch; margin: 0 auto 18px; font-size: 15px; line-height: 1.6; }
.ab-outra { margin: 0; padding: 10px 20px; border: 1px solid #cfd6de; border-radius: 999px; background: #fff; color: var(--ab-t);
            font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.ab-outra:hover, .ab-outra:focus-visible { border-color: var(--ab-c); color: var(--ab-c); outline: 0; }

/* COMO TRATAMOS: é uma sequência a sério, por isso leva números. */
.ab-passos { counter-reset: ab; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0 0 30px; padding: 0; list-style: none; }
.ab-passos li { counter-increment: ab; position: relative; margin: 0; padding: 18px 18px 18px 60px; border: 1px solid var(--ab-l);
                border-radius: 12px; background: #fff; }
.ab-passos li::before { content: counter(ab); position: absolute; left: 18px; top: 18px; width: 28px; height: 28px; border-radius: 50%;
                        background: var(--ab-t); color: #fff; font-size: 14px; font-weight: 700; line-height: 28px; text-align: center; }
.ab-passos strong { display: block; margin: 3px 0 6px; font-size: 15px; }
.ab-passos span { display: block; font-size: 14px; line-height: 1.55; color: #3a4552; }

/* PERGUNTAS: abrem e fecham com a altura animada (abuse.js). */
/* duas colunas que crescem cada uma por si (abrir uma pergunta não abre espaço na outra) */
.ab-faq { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; align-items: start; margin: 0 0 10px; }
.ab-faq-col { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
@media (max-width: 767px) {
  .ab-faq { display: flex; flex-direction: column; gap: 12px; }
  .ab-faq-col { display: contents; }
}
.ab-faq details { border: 1px solid var(--ab-l); border-radius: 12px; background: #fff; overflow: hidden; }
.ab-faq summary { position: relative; padding: 15px 48px 15px 18px; font-size: 15px; font-weight: 700; cursor: pointer; list-style: none; }
.ab-faq summary::-webkit-details-marker { display: none; }
.ab-faq summary::after { content: ''; position: absolute; right: 20px; top: 50%; width: 8px; height: 8px; margin-top: -6px;
                         border-right: 2px solid var(--ab-cinz); border-bottom: 2px solid var(--ab-cinz); transform: rotate(45deg);
                         transition: transform .25s ease, margin .25s ease; }
.ab-faq details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; border-color: var(--ab-c); }
.ab-faq summary:focus-visible { outline: 2px solid var(--ab-c); outline-offset: -2px; border-radius: 12px; }
.ab-faq-r { overflow: hidden; }
.ab-faq details p { margin: 0; padding: 0 18px 16px; font-size: 14px; line-height: 1.6; color: #3a4552; }
.ab-faq details p a { color: var(--ab-c); }

@keyframes ab-entra { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@keyframes ab-gira { to { transform: rotate(360deg); } }

@media (max-width: 991px) {
  .ab-passos { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .ab-caixa { padding: 18px 14px; border-radius: 12px; }
  .ab-grelha { grid-template-columns: 1fr; }
  .ab-fim { justify-content: center; }
  .ab-fim .ab-campo { display: flex; flex-direction: column; align-items: center; }
  .ab-enviar { width: 100%; }
  .ab-fim .g-recaptcha { transform: scale(.92); transform-origin: 50% 0; }
}
/* Movimento reduzido: anima na mesma, mais curto e sem deslocar (política da
   casa, 26/08/2026). O rodopio passa a pulsar em vez de parar. */
@keyframes ab-surge { from { opacity: 0; } to { opacity: 1; } }
@keyframes ab-pulsa { 50% { opacity: .35; } }
@media (prefers-reduced-motion: reduce) {
  .ab-lista li, .ab-escolha.ab-mostra, .ab-feito:not([hidden]) { animation-name: ab-surge; animation-duration: .18s; }
  .ab-enviar .ab-roda { animation: ab-pulsa 1s ease-in-out infinite; }
}

/* O tema das páginas legais tem `#content-legal p` (30px em cima e em baixo,
   cinzento, justificado) e um id ganha a qualquer classe. Os parágrafos do
   formulário repetem aqui o que é deles, com o mesmo peso. */
#content-legal .ab p { text-align: left; }
#content-legal .ab .ab-aviso { margin: 0; color: var(--ab-t); }
#content-legal .ab .ab-dica { margin: 6px 0 0; color: var(--ab-cinz); }
#content-legal .ab .ab-erro { margin: 0; color: var(--ab-erro); font-weight: 600; }
#content-legal .ab .ab-erro:not(:empty) { margin-top: 6px; }
#content-legal .ab .ab-resumo { margin: 0; color: var(--ab-erro); font-weight: 600; }
#content-legal .ab .ab-feito-t { margin: 10px 0 14px; color: var(--ab-t); font-weight: 700; text-align: center; }
#content-legal .ab .ab-feito-p { margin: 0 auto 18px; text-align: center; }

/* Sem o menu lateral legal, esta página perdeu a regra dele que troca o
   `overflow: hidden` do #main por `clip` -- e sem ela a barra «Nesta página»
   não cola (o sticky fica preso a um contentor que não rola). */
@supports (overflow: clip) {
  #main { overflow: clip; }
}
#content-legal .ab .ab-faq details p { margin: 0; padding: 0 18px 16px; color: #3a4552; text-align: left; }
#content-legal .ab .ab-lead { max-width: none; }

/* CAIXAS DE CONFIRMAÇÃO (titular, consentimento). O tema pinta as <label>
   a negrito e sem espaço; aqui cada uma é um cartão com uma caixa nossa. Com
   erro, só a moldura e a caixa ficam vermelhas -- o texto continua legível. */
#content-legal .ab .ab-caixinha { display: flex; gap: 12px; align-items: flex-start; margin: 0; padding: 14px 16px;
  border: 1px solid var(--ab-l); border-radius: 10px; background: var(--ab-bg); font-size: 14px; font-weight: 400;
  line-height: 1.55; color: var(--ab-t); cursor: pointer; transition: border-color .2s ease, background-color .2s ease; }
#content-legal .ab .ab-caixinha:hover { border-color: #c9d1da; }
#content-legal .ab .ab-caixinha span { flex: 1 1 auto; min-width: 0; }
#content-legal .ab .ab-caixinha a { color: var(--ab-c); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
#content-legal .ab .ab-caixinha input { -webkit-appearance: none; appearance: none; display: grid; place-content: center;
  flex: 0 0 auto; width: 20px; height: 20px; margin: 1px 0 0; padding: 0; border: 2px solid #aab4bf; border-radius: 5px;
  background: #fff; cursor: pointer; transition: background-color .15s ease, border-color .15s ease; }
#content-legal .ab .ab-caixinha input::before { content: ''; width: 10px; height: 5px; margin-top: -3px;
  border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg) scale(0); transition: transform .15s ease; }
#content-legal .ab .ab-caixinha input:checked { background: var(--ab-c); border-color: var(--ab-c); }
#content-legal .ab .ab-caixinha input:checked::before { transform: rotate(-45deg) scale(1); }
#content-legal .ab .ab-caixinha input:focus-visible { outline: 2px solid var(--ab-c); outline-offset: 2px; }
#content-legal .ab .ab-caixinha:has(input:checked) { border-color: rgba(214,0,55,.3); background: #fff6f8; }
#content-legal .ab .ab-inval .ab-caixinha { color: var(--ab-t); border-color: var(--ab-erro); background: #fff8f9; }
#content-legal .ab .ab-inval .ab-caixinha input { border-color: var(--ab-erro); }
#content-legal .ab .ab-escolha .ab-erro:not(:empty) { margin-top: 8px; }
