/* ============================================================
   Ficha de contato (bottom-sheet) — Dra. Mirella Pereirá
   Autossuficiente na paleta dela (sage/dourado/creme, Montserrat).
   O botão de envio herda o .btn.btn-primary da própria página.
   ============================================================ */
.ct-fundo{position:fixed;inset:0;z-index:300;background:rgba(58,66,60,.55);
  display:flex;align-items:flex-end;justify-content:center;padding:0}
.ct-fundo.hidden{display:none}
.ct-folha{position:relative;width:100%;max-width:460px;background:#fff;
  border-radius:18px 18px 0 0;padding:1.1rem 1.4rem 1.6rem;
  box-shadow:0 -14px 40px -18px rgba(58,66,60,.5);animation:ct-sobe .22s ease-out}
@keyframes ct-sobe{from{transform:translateY(16px);opacity:.6}to{transform:none;opacity:1}}
@media (prefers-reduced-motion:reduce){.ct-folha{animation:none}}
.ct-alca{width:38px;height:4px;border-radius:2px;background:#e6e0d8;margin:0 auto .9rem}
.ct-fechar{position:absolute;top:.5rem;right:.7rem;min-width:44px;min-height:44px;
  background:none;border:0;font-size:1.6rem;line-height:1;color:#6b756c;
  cursor:pointer;touch-action:manipulation}
.ct-titulo{font-family:'Montserrat',sans-serif;font-size:1.3rem;font-weight:700;
  color:#3A423C;margin:0 0 .2rem}
.ct-sub{font-size:.95rem;color:#6b756c;margin:0 0 1rem;line-height:1.45}
/* usado pela ficha E por formulário de página (#fp-erro) */
.ct-erro{background:#FBEBE7;color:#8C2E23;border-radius:10px;padding:.6rem .8rem;
  font-size:.9rem;margin-bottom:.8rem;line-height:1.4}
.ct-erro.hidden{display:none}
.ct-campo{margin-bottom:.85rem}
.ct-campo label{display:block;font-size:.9rem;font-weight:600;color:#3A423C;margin-bottom:.3rem}
.ct-campo input{width:100%;min-height:52px;padding:.75rem .9rem;
  font-family:'Open Sans',sans-serif;font-size:1rem;color:#3A423C;background:#fff;
  border:2px solid #e6e0d8;border-radius:12px}
.ct-campo input:focus{outline:3px solid #8BA090;outline-offset:2px;border-color:#8BA090}
.ct-enviar{width:100%;min-height:52px}
.ct-nota{font-size:.78rem;color:#6b756c;margin:.7rem 0 0;text-align:center;line-height:1.45}
.ct-campo .iti{width:100%}
@media(min-width:560px){
  .ct-fundo{align-items:center;padding:1.5rem}
  .ct-folha{border-radius:18px}
}
