/* ============================================================
   INDICAÇÃO — a tela do motor de crescimento

   Regra de cor que governa tudo: verde é dinheiro CONFIRMADO.
   Valor em andamento sai em cinza. O cliente lê verde como "é meu",
   e prometer com cor é como se perde a confiança sem dizer uma palavra.
   ============================================================ */

.in { max-width: 720px; }
.in-como {
  background: var(--fundo-suave, #f7f9fc); border-radius: 12px;
  padding: 16px 18px; margin: 0 0 20px; font-size: 16px; line-height: 1.55;
}

/* --- o convite --- */
.in-convite {
  background: var(--superficie, #fff); border: 1px solid var(--borda, #e3e6ec);
  border-radius: 14px; padding: 20px; margin-bottom: 22px; border-left: 4px solid var(--marca, #f5b301);
}
.in-forca-forte { border-left-width: 6px; }
.in-chamada { font-size: 17px; font-weight: 600; margin: 0 0 14px; line-height: 1.4; }

/* O botão que é o programa inteiro. Verde do WhatsApp de propósito: o cliente
   reconhece para onde vai antes de ler. */
.in-whats {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 52px; border-radius: 11px; text-decoration: none;
  background: #25d366; color: #06251a; font-size: 17px; font-weight: 700;
  padding: 13px 22px;
}
.in-whats:hover { background: #1eb956; }

.in-previa { margin-top: 12px; }
.in-previa summary {
  cursor: pointer; font-size: 14px; color: var(--texto-suave, #5b6472);
  min-height: 40px; display: flex; align-items: center;
}
.in-previa pre {
  white-space: pre-wrap; word-break: break-word; margin: 8px 0 0;
  background: var(--fundo-suave, #f7f9fc); border-radius: 9px; padding: 13px;
  font-size: 14px; line-height: 1.55; font-family: inherit;
}
.in-teto {
  background: #fff8e8; border-left: 3px solid #e0a020; border-radius: 8px;
  padding: 11px 13px; margin: 13px 0 0; font-size: 14px; line-height: 1.5;
}

/* Ainda não é hora de pedir — mas a tela não fica muda. */
.in-espera {
  background: var(--fundo-suave, #f7f9fc); border-left: 4px solid #8b95a5;
  border-radius: 11px; padding: 16px 18px; margin-bottom: 22px;
  font-size: 15px; line-height: 1.55;
}
.in-espera p { margin: 0; }

/* --- link de reserva --- */
.in-link { display: flex; gap: 9px; align-items: flex-end; margin-bottom: 26px; flex-wrap: wrap; }
.in-link label { flex: 1 1 260px; font-size: 13px; font-weight: 600; }
.in-link input {
  display: block; width: 100%; margin-top: 5px; padding: 11px 13px;
  border: 1px solid var(--borda-forte, #c3cad6); border-radius: 9px;
  font-size: 15px; font-weight: 400; min-height: 44px; background: #fff; color: inherit;
}
.in-link button {
  min-height: 44px; padding: 11px 20px; border-radius: 9px; border: 0;
  background: var(--fundo-suave, #f7f9fc); border: 1px solid var(--borda-forte, #c3cad6);
  font-size: 15px; font-weight: 600; cursor: pointer; color: inherit;
}

/* --- resumo e lista --- */
.in h3 { font-size: 18px; margin: 0 0 12px; }
.in-resumo { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 14px; font-size: 14px; color: var(--texto-suave, #5b6472); }
.in-resumo b { font-size: 17px; color: var(--texto, #1d2430); display: block; }
.in-resumo .in-ok b { color: #1f6b38; }

.in-lista { display: grid; gap: 10px; }
.in-item {
  background: var(--superficie, #fff); border: 1px solid var(--borda, #e3e6ec);
  border-radius: 11px; padding: 14px 16px; border-left: 4px solid #8b95a5;
}
.in-item-topo { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 5px; }
.in-item-topo strong { font-size: 15px; }

/* Valor em andamento é CINZA. Só vira verde quando é de verdade. */
.in-valor { font-size: 16px; font-weight: 700; color: var(--texto-suave, #5b6472); white-space: nowrap; }
.in-valor-ok { color: #1f6b38; }

.in-porque { margin: 0; font-size: 14px; line-height: 1.5; color: var(--texto-suave, #5b6472); }
.in-andamento  { border-left-color: #8b95a5; }
.in-quase      { border-left-color: #4a7fd4; }
.in-confirmado { border-left-color: #2f9e50; }
.in-pago       { border-left-color: #2f9e50; }
.in-cancelado  { border-left-color: #c3cad6; opacity: .72; }

.in-vazio {
  background: var(--fundo-suave, #f7f9fc); border-radius: 11px; padding: 18px;
  font-size: 15px; line-height: 1.55; color: var(--texto-suave, #5b6472); margin: 0;
}

/* --- regulamento: aberto a um clique, nunca escondido em outra página --- */
.in-regras { margin-top: 28px; }
.in-regras summary {
  cursor: pointer; font-size: 15px; font-weight: 600;
  color: var(--marca-escura, #1b3a6b); min-height: 44px; display: flex; align-items: center;
}
.in-regras dl { margin: 12px 0 0; }
.in-regras dt { font-weight: 700; font-size: 15px; margin-top: 14px; }
.in-regras dd { margin: 4px 0 0; font-size: 14px; line-height: 1.55; color: var(--texto-suave, #5b6472); }
.in-nao {
  margin: 18px 0 0; padding: 14px 16px 14px 34px;
  background: var(--fundo-suave, #f7f9fc); border-radius: 10px;
  font-size: 14px; line-height: 1.55;
}
.in-nao li { margin-bottom: 6px; }
