/* ============================================================================
   NAVEGA UBS — visão do paciente
   Banda ink + protótipo do celular (tema claro "ice white").
   ========================================================================== */

.banda-paciente { background: var(--grad-paciente); }


/* ---- Perguntas-diferencial --------------------------------------------- */

.perguntas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
  margin-top: clamp(34px, 4vw, 52px);
}

.pergunta {
  padding: 18px 20px;
  border-radius: var(--r-linha);
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .055);
}

.pergunta-alerta {
  border-color: rgba(255, 69, 142, .3);
  background: rgba(214, 0, 108, .12);
}

.pergunta-titulo { font-size: 18px; font-weight: 600; }

.pergunta-texto {
  font-size: 14px;
  line-height: 1.5;
  color: var(--sobre-ink-64);
  margin-top: 6px;
}

/* ---- Coluna explicativa + celular --------------------------------------- */

.paciente-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(32px, 4vw, 72px);
  align-items: start;
  margin-top: clamp(48px, 6vw, 84px);
}

.paciente-texto { padding-top: clamp(8px, 3vw, 40px); }

.paciente-kicker {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ciano-200);
}

.paciente-titulo {
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.1;
  margin-top: 12px;
  max-width: 22ch;
}

.paciente-texto > p {
  margin: 18px 0 0;
  max-width: 46ch;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(238, 246, 249, .74);
}

.principios {
  display: grid;
  gap: 12px;
  margin-top: 26px;
  max-width: 44ch;
}

.principio {
  display: flex;
  gap: 12px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--sobre-ink-70);
}

.principio span { color: var(--ciano-200); }

/* ---- Moldura do celular -------------------------------------------------- */

.celular {
  justify-self: center;
  width: 100%;
  max-width: 428px;
  border-radius: var(--r-celular);
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .26);
  background: linear-gradient(150deg, rgba(255, 255, 255, .17), rgba(255, 255, 255, .03) 46%, rgba(255, 255, 255, .11));
  backdrop-filter: blur(30px) saturate(160%);
  -webkit-backdrop-filter: blur(30px) saturate(160%);
  box-shadow: var(--s-vidro-escuro-lg);
}

.celular-tela {
  position: relative;
  height: 844px;
  border-radius: var(--r-tela);
  overflow: hidden;
  background: var(--app-fundo);
  color: var(--app-tinta);
}

/* Curvas de nível — 9 paths, opacidade decrescente. */
.topo-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* ---- Chrome do app ------------------------------------------------------- */

.app-status {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  padding: 14px 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(16, 36, 58, .62);
}

.app-notch {
  width: 52px;
  height: 5px;
  border-radius: 3px;
  background: rgba(16, 36, 58, .22);
}

.app-header {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px 12px;
  background: rgba(250, 253, 254, .82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(16, 36, 58, .09);
}

.app-circ {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(16, 36, 58, .18);
  background: rgba(16, 36, 58, .07);
  color: var(--app-tinta);
  font-size: 19px;
  cursor: pointer;
  display: grid;
  place-items: center;
  flex: none;
  font-family: inherit;
  transition: background .18s ease;
}

.app-circ:hover { background: rgba(16, 36, 58, .14); }

.app-logo { width: 30px; height: 30px; border-radius: 8px; flex: none; }

.app-wordmark {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .01em;
}

.app-wordmark span { color: var(--app-acento-texto); }

.app-sino { margin-left: auto; position: relative; }

.app-sino-badge {
  position: absolute;
  top: 6px;
  right: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--magenta);
  border: 2px solid #f7fbfc;
}

/* Área rolável. O padding inferior de 120px garante que o último item
   não fique escondido atrás do FAB e da tab bar. */
.app-conteudo {
  position: absolute;
  top: 104px;
  left: 0;
  right: 0;
  bottom: 92px;
  z-index: 2;
  overflow-y: auto;
  padding: 18px 18px 120px;
}

/* ---- Telas --------------------------------------------------------------- */

.app-tela {
  display: grid;
  gap: 11px;
  align-content: start;
}

/* Telas de aba entram de baixo; telas de profundidade entram da direita.
   A direção é o que comunica "irmão" vs "filho". */
.app-tela-aba { animation: appIn .36s var(--ease-tela); }
.app-tela-deep { animation: pushIn .34s var(--ease-tela); }

.app-kicker {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--app-acento-texto);
}

.app-h1 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -.018em;
  line-height: 1.12;
  margin: 2px 0 6px;
}

.app-sub {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(16, 36, 58, .6);
}

.app-rotulo {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(16, 36, 58, .5);
  margin-top: 14px;
}

.app-nota {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(16, 36, 58, .55);
  margin-top: 8px;
}

/* ---- Superfícies do app --------------------------------------------------- */

.app-cartao {
  padding: 15px 16px;
  border-radius: var(--r-linha);
  border: 1px solid var(--app-sup-borda);
  background: var(--app-sup);
}

.app-cartao-lg { padding: 16px 18px; }
.app-cartao-xl { padding: 18px; }

.app-destaque {
  border-color: var(--app-destaque-borda);
  background: var(--app-destaque);
}

.app-alerta {
  border-color: var(--app-alerta-borda);
  background: var(--app-alerta-fundo);
}

.app-info {
  background: rgba(0, 136, 176, .07);
  border: 1px solid rgba(0, 136, 176, .26);
}

/* Linha de lista clicável — alvo mínimo de 56px. */
.app-linha {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  text-align: left;
  font-family: inherit;
  color: inherit;
  cursor: pointer;
  padding: 15px 16px;
  min-height: 56px;
  border-radius: var(--r-linha);
  border: 1px solid var(--app-sup-borda);
  background: var(--app-sup);
  transition: background .18s ease, transform .12s ease;
}

.app-linha:hover { background: var(--app-sup-hover); }
.app-linha:active { transform: scale(.985); }

.app-linha-destaque {
  border-color: var(--app-destaque-borda);
  background: var(--app-destaque);
}

.app-linha-destaque:hover { background: rgba(0, 136, 176, .13); }

.app-linha-alerta {
  border-color: var(--app-alerta-borda);
  background: var(--app-alerta-fundo);
}

.app-linha-alerta:hover { background: rgba(214, 0, 108, .12); }

.app-chevron {
  margin-left: auto;
  color: rgba(16, 36, 58, .45);
  font-size: 18px;
}

.app-ponto {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(16, 36, 58, .45);
  flex: none;
}

.app-ponto-alerta { background: var(--magenta); }

.app-meta {
  display: block;
  font-size: 13px;
  color: rgba(16, 36, 58, .55);
  margin-top: 3px;
}

.app-badge {
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 11px;
  background: var(--magenta);
  color: #fff;
  font-size: 12px;
  display: grid;
  place-items: center;
}

/* Cartão do próximo passo (destaque grande na home) */
.app-passo {
  text-align: left;
  font-family: inherit;
  color: inherit;
  cursor: pointer;
  padding: 20px;
  margin-top: 6px;
  border-radius: var(--r-linha);
  border: 1px solid var(--app-destaque-borda);
  background: var(--app-destaque);
  transition: background .18s ease, transform .12s ease;
}

.app-passo:hover { background: rgba(0, 136, 176, .13); }
.app-passo:active { transform: scale(.985); }

.app-passo-topo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.app-passo-titulo {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -.015em;
  margin-top: 10px;
}

.app-passo-quando {
  font-size: 15px;
  color: var(--app-tinta-80);
  margin-top: 7px;
  line-height: 1.5;
}

.app-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 8px 14px;
  border-radius: var(--r-pilula);
  background: rgba(16, 36, 58, .13);
  font-size: 13px;
}

/* Barra de progresso */
.app-progresso {
  text-align: left;
  font-family: inherit;
  color: inherit;
  cursor: pointer;
  padding: 16px 18px;
  border-radius: var(--r-linha);
  border: 1px solid var(--app-sup-borda);
  background: var(--app-sup);
  transition: background .18s ease;
}

.app-progresso:hover { background: var(--app-sup-hover); }

.app-progresso-topo {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: var(--app-tinta-70);
}

.app-progresso-topo span:last-child { color: var(--app-acento-texto); }

.app-barra {
  height: 6px;
  border-radius: 3px;
  background: rgba(16, 36, 58, .14);
  margin-top: 11px;
  overflow: hidden;
}

.app-barra > div {
  height: 100%;
  background: linear-gradient(90deg, var(--ciano), var(--ciano-700));
}

/* Rótulo interno dos cartões de detalhe */
.app-campo {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(16, 36, 58, .5);
}

.app-campo-alerta { color: var(--app-alerta-texto); }

.app-valor {
  font-size: 17px;
  margin-top: 6px;
  line-height: 1.45;
}

.app-valor-sec {
  font-size: 15px;
  color: rgba(16, 36, 58, .6);
}

/* Linha de par rótulo/valor */
.app-par {
  display: flex;
  justify-content: space-between;
  padding: 15px 16px;
  border-radius: var(--r-linha);
  border: 1px solid var(--app-sup-borda);
  background: var(--app-sup);
}

.app-par > span:first-child {
  color: rgba(16, 36, 58, .6);
  font-size: 15px;
}

.app-par > span:last-child { font-size: 16px; }

/* ---- Botões do app -------------------------------------------------------- */

.app-btn {
  width: 100%;
  padding: 17px;
  border-radius: var(--r-pilula);
  font-family: inherit;
  font-size: 17px;
  cursor: pointer;
  transition: background .18s ease, transform .12s ease;
}

.app-btn:active { transform: scale(.985); }

.app-btn-primario {
  border: 0;
  background: var(--app-acento);
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 136, 176, .42);
  margin-top: 8px;
}

.app-btn-primario:hover { background: var(--ciano-600); }

.app-btn-sec {
  border: 1px solid rgba(16, 36, 58, .26);
  background: rgba(16, 36, 58, .06);
  color: inherit;
}

.app-btn-sec:hover { background: rgba(16, 36, 58, .12); }

/* ---- Timeline da jornada --------------------------------------------------- */

.app-etapa {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 16px;
}

.app-etapa-trilho {
  display: grid;
  justify-items: center;
  grid-template-rows: 24px 1fr;
}

.app-etapa-trilho-fim { grid-template-rows: 24px; }

.app-etapa-ponto {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--app-acento-texto);
  margin-top: 7px;
}

/* Etapa atual — anel de foco em vez de tamanho maior sozinho. */
.app-etapa-ponto-atual {
  width: 14px;
  height: 14px;
  background: var(--app-acento);
  margin-top: 6px;
  box-shadow: 0 0 0 6px rgba(0, 136, 176, .16);
}

.app-etapa-ponto-vazio {
  background: transparent;
  border: 2px solid rgba(16, 36, 58, .45);
}

.app-etapa-ponto-futuro {
  background: transparent;
  border: 2px solid rgba(16, 36, 58, .35);
}

.app-etapa-linha {
  width: 1px;
  background: rgba(16, 36, 58, .2);
}

.app-etapa-linha-fraca { background: rgba(16, 36, 58, .14); }

.app-etapa-corpo { padding-bottom: 22px; }

.app-etapa-titulo { font-size: 17px; }
.app-etapa-titulo-futuro { color: var(--app-tinta-70); }

.app-etapa-meta {
  font-size: 14px;
  color: rgba(16, 36, 58, .55);
  margin-top: 4px;
}

.app-aqui {
  text-align: left;
  font-family: inherit;
  color: inherit;
  cursor: pointer;
  padding: 16px 18px;
  width: 100%;
  border-radius: var(--r-linha);
  border: 1px solid var(--app-destaque-borda);
  background: var(--app-destaque);
  transition: background .18s ease;
}

.app-aqui:hover { background: rgba(0, 136, 176, .13); }

/* ---- Checkboxes e radios --------------------------------------------------- */

.app-check-linha {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  text-align: left;
  font-family: inherit;
  color: inherit;
  cursor: pointer;
  padding: 17px 16px;
  border-radius: var(--r-linha);
  border: 1px solid var(--app-sup-borda);
  background: var(--app-sup);
  transition: background .18s ease;
}

.app-check-linha:hover { background: var(--app-sup-hover); }

.app-check {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  border: 2px solid rgba(16, 36, 58, .45);
  flex: none;
}

.app-check::after {
  content: "✓";
  position: absolute;
  inset: -2px;
  border-radius: 7px;
  background: var(--app-acento);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
  animation: popIn .22s var(--ease-pop);
  opacity: 0;
  visibility: hidden;
}

[aria-pressed="true"] .app-check::after { opacity: 1; visibility: visible; }

.app-concluida {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 17px 16px;
  border-radius: var(--r-linha);
  background: rgba(16, 36, 58, .03);
  opacity: .6;
}

.app-concluida-marca {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: var(--app-acento);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
  flex: none;
}

.app-concluida span:last-child { text-decoration: line-through; font-size: 16px; }

.app-radio {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(16, 36, 58, .45);
  flex: none;
}

.app-radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--app-acento-texto);
  animation: popIn .2s var(--ease-pop);
  opacity: 0;
}

[aria-checked="true"] .app-radio::after { opacity: 1; }

/* ---- Estados de exame / encaminhamento -------------------------------------- */

.app-item {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 15px 16px;
  border-radius: var(--r-linha);
  border: 1px solid var(--app-sup-borda);
  background: var(--app-sup);
}

.app-item-ponto {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--app-acento-texto);
  flex: none;
}

.app-item-ponto-vazio {
  background: transparent;
  border: 2px solid rgba(16, 36, 58, .45);
}

.app-item-ponto-feito { background: rgba(16, 36, 58, .6); }

.app-passo-linha {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 16px;
  padding: 4px 0;
}

.app-passo-linha-futuro { color: rgba(16, 36, 58, .72); }

.app-passo-linha .app-etapa-ponto { margin-top: 0; }

.app-passo-data {
  margin-left: auto;
  font-size: 13px;
  color: rgba(16, 36, 58, .5);
}

/* ---- Chat ------------------------------------------------------------------- */

.app-balao-eu {
  justify-self: end;
  max-width: 86%;
  padding: 14px 16px;
  border-radius: 16px 16px 5px 16px;
  background: rgba(0, 136, 176, .13);
  border: 1px solid rgba(0, 136, 176, .32);
  font-size: 16px;
  line-height: 1.45;
}

.app-balao-eles {
  max-width: 86%;
  padding: 14px 16px;
  border-radius: 16px 16px 16px 5px;
  background: rgba(16, 36, 58, .07);
  border: 1px solid var(--app-sup-borda);
  font-size: 16px;
  line-height: 1.45;
}

.app-hora {
  font-size: 12px;
  color: rgba(16, 36, 58, .4);
}

.app-hora-eu { justify-self: end; }

.app-campo-texto {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 15px 18px;
  border-radius: var(--r-pilula);
  border: 1px solid rgba(16, 36, 58, .18);
  background: rgba(16, 36, 58, .05);
  font-size: 16px;
  color: rgba(16, 36, 58, .5);
  margin-top: 8px;
}

.app-campo-texto span { margin-left: auto; color: var(--app-acento-texto); }

/* ---- Perfil ------------------------------------------------------------------ */

.app-perfil {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 6px 0 4px;
}

.app-avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(0, 136, 176, .12);
  border: 1px solid var(--app-destaque-borda);
  display: grid;
  place-items: center;
  font-size: 19px;
  flex: none;
}

.app-perfil-nome {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.015em;
}

/* ---- FAB ----------------------------------------------------------------------- */

.app-fab {
  position: absolute;
  right: 18px;
  bottom: 108px;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 15px 20px;
  border-radius: var(--r-pilula);
  border: 1px solid rgba(214, 0, 108, .4);
  background: rgba(214, 0, 108, .9);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  cursor: pointer;
  box-shadow: var(--s-fab);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: background .18s ease, transform .12s ease;
}

.app-fab:hover { background: #d82071; }
.app-fab:active { transform: scale(.96); }

/* ---- Tab bar -------------------------------------------------------------------- */

.app-tabbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 6px 8px 14px;
  background: var(--app-chrome-forte);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border-top: 1px solid rgba(16, 36, 58, .1);
}

.app-tab {
  display: grid;
  justify-items: center;
  gap: 5px;
  padding: 9px 4px 6px;
  min-height: 52px;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 11px;
  letter-spacing: .02em;
  color: rgba(16, 36, 58, .6);
  cursor: pointer;
  position: relative;
}

.app-tab[aria-current="page"] { color: var(--app-acento-texto); }

.app-tab[aria-current="page"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 22px;
  height: 2px;
  margin-left: -11px;
  border-radius: 2px;
  background: var(--app-acento-texto);
}

/* ---- Bottom sheet ----------------------------------------------------------------- */

.sheet-wrap {
  position: absolute;
  inset: 0;
  z-index: 20;
}

.sheet-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(16, 36, 58, .34);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  cursor: pointer;
  animation: fadeIn .24s ease;
}

.sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px 26px;
  border-radius: 28px 28px 44px 44px;
  background: rgba(252, 254, 255, .97);
  backdrop-filter: blur(26px) saturate(160%);
  -webkit-backdrop-filter: blur(26px) saturate(160%);
  border-top: 1px solid rgba(16, 36, 58, .18);
  box-shadow: 0 -20px 60px rgba(16, 36, 58, .18);
  animation: sheetUp .34s var(--ease-sheet);
}

.sheet-alca {
  width: 44px;
  height: 4px;
  border-radius: 2px;
  background: rgba(16, 36, 58, .28);
  margin: 4px auto 16px;
}

.sheet-kicker {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--app-alerta-texto);
}

.sheet-titulo {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -.015em;
  margin: 8px 0 16px;
  line-height: 1.15;
}

.sheet-opcoes { display: grid; gap: 9px; }

.sheet-opcao { min-height: 52px; }

.sheet-nota {
  text-align: center;
  font-size: 13px;
  color: rgba(16, 36, 58, .5);
  margin-top: 12px;
}

.sheet-ok {
  text-align: center;
  padding: 14px 6px 8px;
  animation: appIn .3s var(--ease-tela);
}

.sheet-ok-icone {
  width: 62px;
  height: 62px;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(0, 136, 176, .12);
  border: 1px solid rgba(0, 136, 176, .38);
  display: grid;
  place-items: center;
  font-size: 26px;
  color: var(--app-acento-texto);
  animation: popIn .34s var(--ease-pop);
}

.sheet-ok-titulo {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.015em;
  margin-top: 18px;
}

.sheet-ok-texto {
  font-size: 16px;
  line-height: 1.55;
  color: var(--app-tinta-70);
  margin: 10px auto 0;
  max-width: 34ch;
}

.sheet-ok .app-btn { margin-top: 20px; }

/* ---- Toast -------------------------------------------------------------------------- */

.toast {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 180px;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  border-radius: var(--r-vidro);
  background: #fff;
  border: 1px solid var(--app-destaque-borda);
  box-shadow: 0 18px 44px rgba(16, 36, 58, .18);
  animation: toastIn .3s var(--ease-sheet);
}

.toast-icone {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(0, 136, 176, .14);
  color: var(--app-acento-texto);
  display: grid;
  place-items: center;
  font-size: 14px;
  flex: none;
}

.toast span:last-child { font-size: 15px; line-height: 1.45; }

/* ---- Cartão do folder (a porta de entrada) ---------------------------------------- */

.folder {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
  margin-top: clamp(56px, 7vw, 96px);
  padding: clamp(28px, 3.4vw, 46px);
  border-radius: var(--r-painel);
  border: 1px solid rgba(255, 255, 255, .2);
  background: linear-gradient(150deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .03) 50%, rgba(255, 255, 255, .08));
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  box-shadow: 0 30px 70px rgba(3, 17, 23, .45), inset 0 1px 0 rgba(255, 255, 255, .35);
}

.folder-kicker {
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ciano-200);
}

.folder-titulo {
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 600;
  letter-spacing: -.018em;
  margin-top: 12px;
  line-height: 1.18;
  max-width: 24ch;
}

.folder p {
  margin: 16px 0 0;
  max-width: 52ch;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(238, 246, 249, .75);
}

.folder p em { font-style: italic; }

.folder-marca {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.folder-logo {
  width: 148px;
  height: 148px;
  border-radius: 26px;
  flex: none;
  box-shadow: 0 16px 40px rgba(3, 17, 23, .45);
}

.folder-marca > div {
  font-size: 16px;
  line-height: 1.55;
  color: rgba(238, 246, 249, .72);
  max-width: 22ch;
}

.folder-marca strong { font-weight: 600; color: var(--sobre-ink); }

/* ---- Responsivo --------------------------------------------------------------------- */

@media (max-width: 900px) {
  .celular { max-width: 428px; }
}
