.hdc-popup[hidden]{display:none}.hdc-popup{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center}.hdc-popup__backdrop{position:absolute;inset:0;background:rgba(4,12,28,.66);opacity:0;transition:opacity 0.25s ease}.hdc-popup.is-open .hdc-popup__backdrop{opacity:1}.hdc-popup__sheet{position:relative;width:min(620px, calc(100vw - 2.5rem));max-height:calc(100vh - 3rem);overflow-y:auto;background:#fff;border-radius:14px;box-shadow:0 24px 60px rgba(0,0,0,.35);padding:28px;opacity:0;transform:translateY(12px) scale(.98);transition:opacity 0.25s ease,transform 0.25s ease}.hdc-popup.is-open .hdc-popup__sheet{opacity:1;transform:none}.hdc-popup__sheet:focus{outline:none}.hdc-popup__close{position:absolute;top:12px;right:12px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:rgba(0,0,0,.06);color:#3c434a;cursor:pointer;padding:0;transition:background 0.2s ease}.hdc-popup__close:hover{background:rgba(0,0,0,.12)}.hdc-popup__close:focus-visible{outline:2px solid #0aa6a2;outline-offset:2px}.hdc-popup__grip{display:none}.hdc-popup__conteudo{display:flex;gap:24px;align-items:center}.hdc-popup__capa{flex:0 0 40%;max-width:240px;align-self:center}.hdc-popup__capa img,.hdc-popup__capa picture{display:block;width:100%;height:auto;max-height:340px;object-fit:contain;object-position:center;margin:0 auto;border-radius:8px}.hdc-popup__corpo{flex:1;min-width:0}.hdc-popup__titulo{margin:0 0 8px;font-size:1.3rem;line-height:1.25;padding-right:28px}.hdc-popup__descricao{margin:0 0 16px;font-size:.95rem;line-height:1.55;opacity:.85}.hdc-popup__form>*{max-width:100%}@media (max-width:782px){.hdc-popup{align-items:flex-end}.hdc-popup__sheet{width:100%;max-height:60vh;border-radius:16px 16px 0 0;padding:20px 18px 24px;transform:translateY(100%);transition:transform 0.28s ease;opacity:1}.hdc-popup.is-open .hdc-popup__sheet{transform:translateY(0)}.hdc-popup__grip{display:block;width:40px;height:4px;margin:0 auto 12px;border-radius:999px;background:rgba(0,0,0,.18)}.hdc-popup__close{top:8px;right:8px}.hdc-popup__conteudo{gap:14px}.hdc-popup__capa{flex:0 0 110px;max-width:110px;align-self:center}.hdc-popup__capa img,.hdc-popup__capa picture{max-height:160px}.hdc-popup__titulo{font-size:1.1rem}.hdc-popup__descricao{font-size:.9rem;margin-bottom:12px}}@media (max-width:782px) and (max-height:560px){.hdc-popup__capa{display:none}}@media (prefers-reduced-motion:reduce){.hdc-popup__backdrop,.hdc-popup__sheet{transition:none}}