.po-contacto-seguro-wrap{
  width:100%;
  max-width:760px;
  margin:0 auto;
}
.po-contacto-alert{
  margin:0 0 16px;
  padding:14px 16px;
  border-radius:12px;
  font-weight:600;
}
.po-contacto-alert--success{background:#ecfdf5;color:#166534;border:1px solid #a7f3d0}
.po-contacto-alert--error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}
.po-contacto-form{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:18px;
  box-shadow:0 8px 24px rgba(15,23,42,.05);
}
.po-contacto-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.po-contacto-field{margin:0}
.po-contacto-field--full{grid-column:1/-1}
.po-contacto-form label{display:block;margin:0 0 6px}
.po-contacto-form input,
.po-contacto-form textarea{
  width:100%;
  max-width:100%;
  min-width:0;
  padding:12px 14px;
  border:1px solid #d1d5db;
  border-radius:12px;
  background:#fff;
  box-sizing:border-box;
}
.po-contacto-form textarea{resize:vertical;min-height:140px}
.po-contacto-help{margin:12px 0 0;color:#6b7280;font-size:14px}
.po-contacto-actions{margin:16px 0 0}
.po-contacto-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:180px;
  padding:12px 18px;
  border:0;
  border-radius:999px;
  background:#2563eb;
  color:#fff;
  font-weight:700;
  cursor:pointer;
}
.po-contacto-btn:hover{background:#1d4ed8}
.po-contacto-hp{position:absolute !important;left:-9999px !important;opacity:0 !important;pointer-events:none !important}
@media (max-width:640px){
  .po-contacto-form{padding:14px}
  .po-contacto-grid{grid-template-columns:1fr}
  .po-contacto-field--full{grid-column:auto}
  .po-contacto-btn{width:100%}
}
